@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
meta.foundation-version {
  font-family: "/5.2.0/";
}
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html,
body {
  height: 100%;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
}
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 99;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 98;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 99;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 98;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 99;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 98;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .small-push-0 {
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .medium-push-0 {
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .push-0 {
    left: 0%;
    right: auto;
  }
  .pull-0 {
    right: 0%;
    left: auto;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .large-push-0 {
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .push-0 {
    left: 0%;
    right: auto;
  }
  .pull-0 {
    right: 0%;
    left: auto;
  }
  .push-1 {
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    left: 25%;
    right: auto;
  }
  .pull-3 {
    right: 25%;
    left: auto;
  }
  .push-4 {
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    left: 50%;
    right: auto;
  }
  .pull-6 {
    right: 50%;
    left: auto;
  }
  .push-7 {
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    left: 75%;
    right: auto;
  }
  .pull-9 {
    right: 75%;
    left: auto;
  }
  .push-10 {
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0;
}
dialog,
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 99;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  dialog,
  .reveal-modal {
    height: 100vh;
    min-height: 100vh;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    left: 50%;
  }
}
dialog .column,
dialog .columns,
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
dialog > :first-child,
.reveal-modal > :first-child {
  margin-top: 0;
}
dialog > :last-child,
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    top: 6.25rem;
  }
}
dialog .close-reveal-modal,
.reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}
dialog[open] {
  display: block;
  visibility: visible;
}
@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    top: 6.25rem;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.tiny,
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.small,
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.medium,
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.large,
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.xlarge,
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog.full,
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.full,
  .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw;
  }
}
@media print {
  dialog,
  .reveal-modal {
    background: #fff !important;
  }
}
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #004c36;
  color: #00a978;
}
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tooltip.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  color: #00a978 !important;
  border-bottom: dotted 1px #004c36 !important;
}
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}
@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}
/* Wrapped around .top-bar to contain to grid width, header */
.contain-to-grid {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #f0f0f0;
}
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/*.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%; }

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

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 60px; } */
.top-bar {
  overflow: hidden;
  height: 60px;
  line-height: normal;
  position: relative;
  background: #fff;
}
.top-bar ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
/*  .top-bar form,
  .top-bar input {
    margin-bottom: 0; } */
/*  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; } */
/*  .top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; } */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  margin: 0;
  font-size: 16px;
}
/*    .top-bar .name h1 {
      line-height: 60px;
      font-size: 0.875rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #00a978;
        width: 50%;
        display: block;
        padding: 0 19px; } */
.top-bar .toggle-topbar {
  position: absolute;
  right: 20px;
  top: 4;
}
.top-bar .toggle-topbar a {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 19px;
  height: 60px;
  line-height: 60px;
}
.top-bar .toggle-topbar .menu-icon {
  right: 19px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
.top-bar .toggle-topbar .menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: black;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 18px;
  top: 12;
  height: 0;
  -webkit-box-shadow: 1px 10px 1px 1px black, 1px 16px 1px 1px black, 1px 22px 1px 1px white;
  box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #fff;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a::after {
  -webkit-box-shadow: 1px 10px 1px 1px #888888, 1px 16px 1px 1px #888888, 1px 22px 1px 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  font-size: 16px;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #0c0e18;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #00a978;
  padding: 0px 0px 0px 0px;
  padding-left: 19px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: none;
  background: #fff;
}
.top-bar-section ul li > a.button {
  background: #00a978;
  font-size: 0.875rem;
  padding-right: 20px;
  padding-left: 20px;
}
.top-bar-section ul li > a.button:hover {
  background: #007b58;
}
.top-bar-section ul li > a.button.secondary {
  background: #e7e7e7;
}
.top-bar-section ul li > a.button.secondary:hover {
  background: #cecece;
}
.top-bar-section ul li > a.button.success {
  background: #43ac6a;
}
.top-bar-section ul li > a.button.success:hover {
  background: #358854;
}
.top-bar-section ul li > a.button.alert {
  background: #f04124;
}
.top-bar-section ul li > a.button.alert:hover {
  background: #d42b0f;
}
/*  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #181c31;
    color: #00a978; }
  .top-bar-section ul li.active > a {
    background: #181c31;
    color: #00a978; }
    .top-bar-section ul li.active > a:hover {
      background: #15182a;
      color: #00a978; }
  .top-bar-section .has-form {
    padding: 19px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 19px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 19px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #00a978;
          line-height: 28.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 19px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 19px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; } */
.js-generated {
  display: block;
}
@media only screen and (min-width: 64.063em) {
  .top-bar {
    background: #fff;
    *zoom: 1;
    overflow: visible;
  }
  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /*        .top-bar.expanded {
            background: #fff; } */
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /*   .top-bar-section li.hover > a:not(.button) {
      background: #fff;
      color: #00a978; } */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 22px 15px 15px 15px;
    background: #fff;
  }
  /* .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #1A8A6D; }*/
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 19px;
    color: #00a978;
    background: #fff;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #15182a;
  }
  /*    .top-bar-section .has-dropdown > a {
      padding-right: 39px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 28.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 19px;
        background: #181c31; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
*/
  /*    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #2b3257;
      clear: none;
      height: 60px;
      width: 0; } 
    .top-bar-section .has-form {
      background: #fff;
      padding: 0 19px;
      height: 65px; } 
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; } */
  /* .no-js .top-bar-section ul li:hover > a {
    background: #fff;
    color: #00a978; } 
  .no-js .top-bar-section ul li:active > a {
    background: #fff;
    color: #00a978; } */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: 0 !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/* Default Link Styles */
a {
  color: #00a978;
  text-decoration: none;
  line-height: inherit;
}
a:hover,
a:focus {
  color: "";
}
a img {
  border: none;
}
/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}
h1 {
  font-size: 2.75rem;
}
h2 {
  font-size: 1.6875rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}
/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}
/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}
ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}
/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}
/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}
abbr {
  text-transform: none;
}
/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}
/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}
.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}
@media only screen and (min-width: 40.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
  height: 100%;
}
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 1.125rem;
}
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  .tab-bar-section {
    text-align: left;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
}
.tab-bar .menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
.tab-bar .menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
  box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}
.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}
.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-15.625rem, 0);
  -moz-transform: translate(-15.625rem, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate(-15.625rem, 0);
  transform: translate(-15.625rem, 0);
}
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(15.625rem, 0);
  -moz-transform: translate(15.625rem, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate(15.625rem, 0);
  transform: translate(15.625rem, 0);
}
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}
/* small displays */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}
thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}
.touch table.show-for-touch {
  display: table;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.5rem 1rem;
}
@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-2 > li:nth-child(2n) {
    padding-left: 0.5rem;
    padding-right: 0rem;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 0.66667rem;
  }
  .small-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 0.33333rem;
    padding-right: 0.33333rem;
  }
  .small-block-grid-3 > li:nth-child(3n) {
    padding-left: 0.66667rem;
    padding-right: 0rem;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.25rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 0.5rem;
    padding-right: 0.25rem;
  }
  .small-block-grid-4 > li:nth-child(4n) {
    padding-left: 0.75rem;
    padding-right: 0rem;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 0.8rem;
  }
  .small-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.2rem;
    padding-right: 0.6rem;
  }
  .small-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .small-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 0.6rem;
    padding-right: 0.2rem;
  }
  .small-block-grid-5 > li:nth-child(5n) {
    padding-left: 0.8rem;
    padding-right: 0rem;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 0.83333rem;
  }
  .small-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.16667rem;
    padding-right: 0.66667rem;
  }
  .small-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 0.33333rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 0.5rem;
    padding-right: 0.33333rem;
  }
  .small-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 0.66667rem;
    padding-right: 0.16667rem;
  }
  .small-block-grid-6 > li:nth-child(6n) {
    padding-left: 0.83333rem;
    padding-right: 0rem;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 0.85714rem;
  }
  .small-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.14286rem;
    padding-right: 0.71429rem;
  }
  .small-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.28571rem;
    padding-right: 0.57143rem;
  }
  .small-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.42857rem;
    padding-right: 0.42857rem;
  }
  .small-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 0.57143rem;
    padding-right: 0.28571rem;
  }
  .small-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 0.71429rem;
    padding-right: 0.14286rem;
  }
  .small-block-grid-7 > li:nth-child(7n) {
    padding-left: 0.85714rem;
    padding-right: 0rem;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 0.875rem;
  }
  .small-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.125rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.25rem;
    padding-right: 0.625rem;
  }
  .small-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.375rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.5rem;
    padding-right: 0.375rem;
  }
  .small-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 0.625rem;
    padding-right: 0.25rem;
  }
  .small-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 0.75rem;
    padding-right: 0.125rem;
  }
  .small-block-grid-8 > li:nth-child(8n) {
    padding-left: 0.875rem;
    padding-right: 0rem;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 0.88889rem;
  }
  .small-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.11111rem;
    padding-right: 0.77778rem;
  }
  .small-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.22222rem;
    padding-right: 0.66667rem;
  }
  .small-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.33333rem;
    padding-right: 0.55556rem;
  }
  .small-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.44444rem;
    padding-right: 0.44444rem;
  }
  .small-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 0.55556rem;
    padding-right: 0.33333rem;
  }
  .small-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 0.66667rem;
    padding-right: 0.22222rem;
  }
  .small-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 0.77778rem;
    padding-right: 0.11111rem;
  }
  .small-block-grid-9 > li:nth-child(9n) {
    padding-left: 0.88889rem;
    padding-right: 0rem;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 0.9rem;
  }
  .small-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.1rem;
    padding-right: 0.8rem;
  }
  .small-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.2rem;
    padding-right: 0.7rem;
  }
  .small-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.3rem;
    padding-right: 0.6rem;
  }
  .small-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 0.4rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 0.5rem;
    padding-right: 0.4rem;
  }
  .small-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 0.6rem;
    padding-right: 0.3rem;
  }
  .small-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 0.7rem;
    padding-right: 0.2rem;
  }
  .small-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 0.8rem;
    padding-right: 0.1rem;
  }
  .small-block-grid-10 > li:nth-child(10n) {
    padding-left: 0.9rem;
    padding-right: 0rem;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0rem;
    padding-right: 0.90909rem;
  }
  .small-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.09091rem;
    padding-right: 0.81818rem;
  }
  .small-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.18182rem;
    padding-right: 0.72727rem;
  }
  .small-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.27273rem;
    padding-right: 0.63636rem;
  }
  .small-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.36364rem;
    padding-right: 0.54545rem;
  }
  .small-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.45455rem;
    padding-right: 0.45455rem;
  }
  .small-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 0.54545rem;
    padding-right: 0.36364rem;
  }
  .small-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 0.63636rem;
    padding-right: 0.27273rem;
  }
  .small-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 0.72727rem;
    padding-right: 0.18182rem;
  }
  .small-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 0.81818rem;
    padding-right: 0.09091rem;
  }
  .small-block-grid-11 > li:nth-child(11n) {
    padding-left: 0.90909rem;
    padding-right: 0rem;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .small-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 0.91667rem;
  }
  .small-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.08333rem;
    padding-right: 0.83333rem;
  }
  .small-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.16667rem;
    padding-right: 0.75rem;
  }
  .small-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.25rem;
    padding-right: 0.66667rem;
  }
  .small-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 0.33333rem;
    padding-right: 0.58333rem;
  }
  .small-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 0.41667rem;
    padding-right: 0.5rem;
  }
  .small-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 0.5rem;
    padding-right: 0.41667rem;
  }
  .small-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 0.58333rem;
    padding-right: 0.33333rem;
  }
  .small-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 0.66667rem;
    padding-right: 0.25rem;
  }
  .small-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 0.75rem;
    padding-right: 0.16667rem;
  }
  .small-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 0.83333rem;
    padding-right: 0.08333rem;
  }
  .small-block-grid-12 > li:nth-child(12n) {
    padding-left: 0.91667rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-2 > li:nth-child(2n) {
    padding-left: 0.5rem;
    padding-right: 0rem;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 0.66667rem;
  }
  .medium-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 0.33333rem;
    padding-right: 0.33333rem;
  }
  .medium-block-grid-3 > li:nth-child(3n) {
    padding-left: 0.66667rem;
    padding-right: 0rem;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.25rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 0.5rem;
    padding-right: 0.25rem;
  }
  .medium-block-grid-4 > li:nth-child(4n) {
    padding-left: 0.75rem;
    padding-right: 0rem;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 0.8rem;
  }
  .medium-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.2rem;
    padding-right: 0.6rem;
  }
  .medium-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .medium-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 0.6rem;
    padding-right: 0.2rem;
  }
  .medium-block-grid-5 > li:nth-child(5n) {
    padding-left: 0.8rem;
    padding-right: 0rem;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 0.83333rem;
  }
  .medium-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.16667rem;
    padding-right: 0.66667rem;
  }
  .medium-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 0.33333rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 0.5rem;
    padding-right: 0.33333rem;
  }
  .medium-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 0.66667rem;
    padding-right: 0.16667rem;
  }
  .medium-block-grid-6 > li:nth-child(6n) {
    padding-left: 0.83333rem;
    padding-right: 0rem;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 0.85714rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.14286rem;
    padding-right: 0.71429rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.28571rem;
    padding-right: 0.57143rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.42857rem;
    padding-right: 0.42857rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 0.57143rem;
    padding-right: 0.28571rem;
  }
  .medium-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 0.71429rem;
    padding-right: 0.14286rem;
  }
  .medium-block-grid-7 > li:nth-child(7n) {
    padding-left: 0.85714rem;
    padding-right: 0rem;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 0.875rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.125rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.25rem;
    padding-right: 0.625rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.375rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.5rem;
    padding-right: 0.375rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 0.625rem;
    padding-right: 0.25rem;
  }
  .medium-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 0.75rem;
    padding-right: 0.125rem;
  }
  .medium-block-grid-8 > li:nth-child(8n) {
    padding-left: 0.875rem;
    padding-right: 0rem;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 0.88889rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.11111rem;
    padding-right: 0.77778rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.22222rem;
    padding-right: 0.66667rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.33333rem;
    padding-right: 0.55556rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.44444rem;
    padding-right: 0.44444rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 0.55556rem;
    padding-right: 0.33333rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 0.66667rem;
    padding-right: 0.22222rem;
  }
  .medium-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 0.77778rem;
    padding-right: 0.11111rem;
  }
  .medium-block-grid-9 > li:nth-child(9n) {
    padding-left: 0.88889rem;
    padding-right: 0rem;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 0.9rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.1rem;
    padding-right: 0.8rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.2rem;
    padding-right: 0.7rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.3rem;
    padding-right: 0.6rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 0.4rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 0.5rem;
    padding-right: 0.4rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 0.6rem;
    padding-right: 0.3rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 0.7rem;
    padding-right: 0.2rem;
  }
  .medium-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 0.8rem;
    padding-right: 0.1rem;
  }
  .medium-block-grid-10 > li:nth-child(10n) {
    padding-left: 0.9rem;
    padding-right: 0rem;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0rem;
    padding-right: 0.90909rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.09091rem;
    padding-right: 0.81818rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.18182rem;
    padding-right: 0.72727rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.27273rem;
    padding-right: 0.63636rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.36364rem;
    padding-right: 0.54545rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.45455rem;
    padding-right: 0.45455rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 0.54545rem;
    padding-right: 0.36364rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 0.63636rem;
    padding-right: 0.27273rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 0.72727rem;
    padding-right: 0.18182rem;
  }
  .medium-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 0.81818rem;
    padding-right: 0.09091rem;
  }
  .medium-block-grid-11 > li:nth-child(11n) {
    padding-left: 0.90909rem;
    padding-right: 0rem;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 0.91667rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.08333rem;
    padding-right: 0.83333rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.16667rem;
    padding-right: 0.75rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.25rem;
    padding-right: 0.66667rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 0.33333rem;
    padding-right: 0.58333rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 0.41667rem;
    padding-right: 0.5rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 0.5rem;
    padding-right: 0.41667rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 0.58333rem;
    padding-right: 0.33333rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 0.66667rem;
    padding-right: 0.25rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 0.75rem;
    padding-right: 0.16667rem;
  }
  .medium-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 0.83333rem;
    padding-right: 0.08333rem;
  }
  .medium-block-grid-12 > li:nth-child(12n) {
    padding-left: 0.91667rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-1 > li:nth-child(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-2 > li:nth-child(2n+1) {
    padding-left: 0rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-2 > li:nth-child(2n) {
    padding-left: 0.5rem;
    padding-right: 0rem;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-3 > li:nth-child(3n+1) {
    padding-left: 0rem;
    padding-right: 0.66667rem;
  }
  .large-block-grid-3 > li:nth-child(3n+2) {
    padding-left: 0.33333rem;
    padding-right: 0.33333rem;
  }
  .large-block-grid-3 > li:nth-child(3n) {
    padding-left: 0.66667rem;
    padding-right: 0rem;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-4 > li:nth-child(4n+1) {
    padding-left: 0rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-4 > li:nth-child(4n+2) {
    padding-left: 0.25rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-4 > li:nth-child(4n+3) {
    padding-left: 0.5rem;
    padding-right: 0.25rem;
  }
  .large-block-grid-4 > li:nth-child(4n) {
    padding-left: 0.75rem;
    padding-right: 0rem;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-5 > li:nth-child(5n+1) {
    padding-left: 0rem;
    padding-right: 0.8rem;
  }
  .large-block-grid-5 > li:nth-child(5n+2) {
    padding-left: 0.2rem;
    padding-right: 0.6rem;
  }
  .large-block-grid-5 > li:nth-child(5n+3) {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .large-block-grid-5 > li:nth-child(5n+4) {
    padding-left: 0.6rem;
    padding-right: 0.2rem;
  }
  .large-block-grid-5 > li:nth-child(5n) {
    padding-left: 0.8rem;
    padding-right: 0rem;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-6 > li:nth-child(6n+1) {
    padding-left: 0rem;
    padding-right: 0.83333rem;
  }
  .large-block-grid-6 > li:nth-child(6n+2) {
    padding-left: 0.16667rem;
    padding-right: 0.66667rem;
  }
  .large-block-grid-6 > li:nth-child(6n+3) {
    padding-left: 0.33333rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-6 > li:nth-child(6n+4) {
    padding-left: 0.5rem;
    padding-right: 0.33333rem;
  }
  .large-block-grid-6 > li:nth-child(6n+5) {
    padding-left: 0.66667rem;
    padding-right: 0.16667rem;
  }
  .large-block-grid-6 > li:nth-child(6n) {
    padding-left: 0.83333rem;
    padding-right: 0rem;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-7 > li:nth-child(7n+1) {
    padding-left: 0rem;
    padding-right: 0.85714rem;
  }
  .large-block-grid-7 > li:nth-child(7n+2) {
    padding-left: 0.14286rem;
    padding-right: 0.71429rem;
  }
  .large-block-grid-7 > li:nth-child(7n+3) {
    padding-left: 0.28571rem;
    padding-right: 0.57143rem;
  }
  .large-block-grid-7 > li:nth-child(7n+4) {
    padding-left: 0.42857rem;
    padding-right: 0.42857rem;
  }
  .large-block-grid-7 > li:nth-child(7n+5) {
    padding-left: 0.57143rem;
    padding-right: 0.28571rem;
  }
  .large-block-grid-7 > li:nth-child(7n+6) {
    padding-left: 0.71429rem;
    padding-right: 0.14286rem;
  }
  .large-block-grid-7 > li:nth-child(7n) {
    padding-left: 0.85714rem;
    padding-right: 0rem;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-8 > li:nth-child(8n+1) {
    padding-left: 0rem;
    padding-right: 0.875rem;
  }
  .large-block-grid-8 > li:nth-child(8n+2) {
    padding-left: 0.125rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-8 > li:nth-child(8n+3) {
    padding-left: 0.25rem;
    padding-right: 0.625rem;
  }
  .large-block-grid-8 > li:nth-child(8n+4) {
    padding-left: 0.375rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-8 > li:nth-child(8n+5) {
    padding-left: 0.5rem;
    padding-right: 0.375rem;
  }
  .large-block-grid-8 > li:nth-child(8n+6) {
    padding-left: 0.625rem;
    padding-right: 0.25rem;
  }
  .large-block-grid-8 > li:nth-child(8n+7) {
    padding-left: 0.75rem;
    padding-right: 0.125rem;
  }
  .large-block-grid-8 > li:nth-child(8n) {
    padding-left: 0.875rem;
    padding-right: 0rem;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-9 > li:nth-child(9n+1) {
    padding-left: 0rem;
    padding-right: 0.88889rem;
  }
  .large-block-grid-9 > li:nth-child(9n+2) {
    padding-left: 0.11111rem;
    padding-right: 0.77778rem;
  }
  .large-block-grid-9 > li:nth-child(9n+3) {
    padding-left: 0.22222rem;
    padding-right: 0.66667rem;
  }
  .large-block-grid-9 > li:nth-child(9n+4) {
    padding-left: 0.33333rem;
    padding-right: 0.55556rem;
  }
  .large-block-grid-9 > li:nth-child(9n+5) {
    padding-left: 0.44444rem;
    padding-right: 0.44444rem;
  }
  .large-block-grid-9 > li:nth-child(9n+6) {
    padding-left: 0.55556rem;
    padding-right: 0.33333rem;
  }
  .large-block-grid-9 > li:nth-child(9n+7) {
    padding-left: 0.66667rem;
    padding-right: 0.22222rem;
  }
  .large-block-grid-9 > li:nth-child(9n+8) {
    padding-left: 0.77778rem;
    padding-right: 0.11111rem;
  }
  .large-block-grid-9 > li:nth-child(9n) {
    padding-left: 0.88889rem;
    padding-right: 0rem;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-10 > li:nth-child(10n+1) {
    padding-left: 0rem;
    padding-right: 0.9rem;
  }
  .large-block-grid-10 > li:nth-child(10n+2) {
    padding-left: 0.1rem;
    padding-right: 0.8rem;
  }
  .large-block-grid-10 > li:nth-child(10n+3) {
    padding-left: 0.2rem;
    padding-right: 0.7rem;
  }
  .large-block-grid-10 > li:nth-child(10n+4) {
    padding-left: 0.3rem;
    padding-right: 0.6rem;
  }
  .large-block-grid-10 > li:nth-child(10n+5) {
    padding-left: 0.4rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-10 > li:nth-child(10n+6) {
    padding-left: 0.5rem;
    padding-right: 0.4rem;
  }
  .large-block-grid-10 > li:nth-child(10n+7) {
    padding-left: 0.6rem;
    padding-right: 0.3rem;
  }
  .large-block-grid-10 > li:nth-child(10n+8) {
    padding-left: 0.7rem;
    padding-right: 0.2rem;
  }
  .large-block-grid-10 > li:nth-child(10n+9) {
    padding-left: 0.8rem;
    padding-right: 0.1rem;
  }
  .large-block-grid-10 > li:nth-child(10n) {
    padding-left: 0.9rem;
    padding-right: 0rem;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-11 > li:nth-child(11n+1) {
    padding-left: 0rem;
    padding-right: 0.90909rem;
  }
  .large-block-grid-11 > li:nth-child(11n+2) {
    padding-left: 0.09091rem;
    padding-right: 0.81818rem;
  }
  .large-block-grid-11 > li:nth-child(11n+3) {
    padding-left: 0.18182rem;
    padding-right: 0.72727rem;
  }
  .large-block-grid-11 > li:nth-child(11n+4) {
    padding-left: 0.27273rem;
    padding-right: 0.63636rem;
  }
  .large-block-grid-11 > li:nth-child(11n+5) {
    padding-left: 0.36364rem;
    padding-right: 0.54545rem;
  }
  .large-block-grid-11 > li:nth-child(11n+6) {
    padding-left: 0.45455rem;
    padding-right: 0.45455rem;
  }
  .large-block-grid-11 > li:nth-child(11n+7) {
    padding-left: 0.54545rem;
    padding-right: 0.36364rem;
  }
  .large-block-grid-11 > li:nth-child(11n+8) {
    padding-left: 0.63636rem;
    padding-right: 0.27273rem;
  }
  .large-block-grid-11 > li:nth-child(11n+9) {
    padding-left: 0.72727rem;
    padding-right: 0.18182rem;
  }
  .large-block-grid-11 > li:nth-child(11n+10) {
    padding-left: 0.81818rem;
    padding-right: 0.09091rem;
  }
  .large-block-grid-11 > li:nth-child(11n) {
    padding-left: 0.90909rem;
    padding-right: 0rem;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  .large-block-grid-12 > li:nth-child(12n+1) {
    padding-left: 0rem;
    padding-right: 0.91667rem;
  }
  .large-block-grid-12 > li:nth-child(12n+2) {
    padding-left: 0.08333rem;
    padding-right: 0.83333rem;
  }
  .large-block-grid-12 > li:nth-child(12n+3) {
    padding-left: 0.16667rem;
    padding-right: 0.75rem;
  }
  .large-block-grid-12 > li:nth-child(12n+4) {
    padding-left: 0.25rem;
    padding-right: 0.66667rem;
  }
  .large-block-grid-12 > li:nth-child(12n+5) {
    padding-left: 0.33333rem;
    padding-right: 0.58333rem;
  }
  .large-block-grid-12 > li:nth-child(12n+6) {
    padding-left: 0.41667rem;
    padding-right: 0.5rem;
  }
  .large-block-grid-12 > li:nth-child(12n+7) {
    padding-left: 0.5rem;
    padding-right: 0.41667rem;
  }
  .large-block-grid-12 > li:nth-child(12n+8) {
    padding-left: 0.58333rem;
    padding-right: 0.33333rem;
  }
  .large-block-grid-12 > li:nth-child(12n+9) {
    padding-left: 0.66667rem;
    padding-right: 0.25rem;
  }
  .large-block-grid-12 > li:nth-child(12n+10) {
    padding-left: 0.75rem;
    padding-right: 0.16667rem;
  }
  .large-block-grid-12 > li:nth-child(12n+11) {
    padding-left: 0.83333rem;
    padding-right: 0.08333rem;
  }
  .large-block-grid-12 > li:nth-child(12n) {
    padding-left: 0.91667rem;
    padding-right: 0rem;
  }
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwN4rWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf) format('truetype');
}
.v-center {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}
.green-gradient {
  background-color: #4c9900;
  background: -webkit-linear-gradient(top, #61B300, #367E00);
  background: -ms-linear-gradient(top, #61B300, #367E00);
  background: linear-gradient(to bottom, #61B300, #367E00);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61B300',endColorstr='#367E00');
}
.aqua-green-gradient {
  background-color: #01916d;
  background: -webkit-linear-gradient(top, #00a578, #017d61);
  background: -ms-linear-gradient(top, #00a578, #017d61);
  background: linear-gradient(to bottom, #00a578, #017d61);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a578',endColorstr='#017d61');
}
.aqua-green-gradient.button {
  border-top: #00be93 1px solid;
}
.apperbutton {
  background-color: #01916d;
  background: -webkit-linear-gradient(top, #00a578, #017d61);
  background: -ms-linear-gradient(top, #00a578, #017d61);
  background: linear-gradient(to bottom, #00a578, #017d61);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a578',endColorstr='#017d61');
}
.apperbutton.button {
  border-top: #00be93 1px solid;
}
/*.dark-blue-gradient{
	.gradient(#273967, #122144);
	// Hover background for buttons using the dark-blue-gradient class
	&.button:hover{
		.gradient(#384E87, #1D3265);
	}
}
// Originally used on WP LP, secondary Call to action button
.purple-gradient{
	.gradient(#6962AB, #453F7E);
	// Hover background for buttons using the purple-gradient class
	&.button:hover{
		.gradient(#7D74D6, #504994);
	}
}
*/
.blue-gradient {
  background-color: #1781e0;
  background: -webkit-linear-gradient(top, #209FE6, #0E62D9);
  background: -ms-linear-gradient(top, #209FE6, #0E62D9);
  background: linear-gradient(to bottom, #209FE6, #0E62D9);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#209FE6',endColorstr='#0E62D9');
}
.gold-gradient {
  background-color: #ffd119;
  background: -webkit-linear-gradient(top, #FFE323, #FFBF0F);
  background: -ms-linear-gradient(top, #FFE323, #FFBF0F);
  background: linear-gradient(to bottom, #FFE323, #FFBF0F);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE323',endColorstr='#FFBF0F');
}
.red-gradient {
  background-color: #da4755;
  background: -webkit-linear-gradient(top, #E25464, #D13946);
  background: -ms-linear-gradient(top, #E25464, #D13946);
  background: linear-gradient(to bottom, #E25464, #D13946);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E25464',endColorstr='#D13946');
}
.light-grey-gradient {
  background-color: #f1f1f1;
  background: -webkit-linear-gradient(top, #FFFFFF, #E2E2E2);
  background: -ms-linear-gradient(top, #FFFFFF, #E2E2E2);
  background: linear-gradient(to bottom, #FFFFFF, #E2E2E2);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E2E2E2');
}
.grey-gradient {
  background-color: #b2b2b2;
  background: -webkit-linear-gradient(top, #BEBEBE, #A6A6A6);
  background: -ms-linear-gradient(top, #BEBEBE, #A6A6A6);
  background: linear-gradient(to bottom, #BEBEBE, #A6A6A6);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BEBEBE',endColorstr='#A6A6A6');
}
.yellow-gradient {
  background-color: #fdf5ca;
  background: -webkit-linear-gradient(top, #FFFAD8, #FAEFBB);
  background: -ms-linear-gradient(top, #FFFAD8, #FAEFBB);
  background: linear-gradient(to bottom, #FFFAD8, #FAEFBB);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAD8',endColorstr='#FAEFBB');
}
.vertical-align {
  display: table;
}
.vertical-align > * {
  display: table-cell;
  vertical-align: middle;
}
.button {
  text-transform: lowercase;
  font-size: 1.1875rem;
  padding: 0.5em;
  color: #fff;
  display: inline-block;
}
/*a.button{
	display:inline-block;
	&:hover{
		// Foundation is inserting a hover color for links
		// It is based on the $primary-color var, 14% darker
		color:#fff;
	}
}
*/
#header a {
  text-transform: lowercase;
}
#header .name {
  white-space: nowrap;
}
#header .name a {
  padding: 0 0 0 20;
  content: "&nbsp;";
  line-height: 1;
}
#header .name img {
  width: auto;
  max-width: none;
}
#footer {
  padding: 30px 0 0 0;
  background-color: #ffffff;
  border-top: #f0f0f0 solid 1px;
  color: #606060;
}
#footer .img-link {
  background-image: url('../res-img/footer-icons2.png');
  height: 29px;
  width: 31px;
  display: inline-block;
}
#footer .img-link.facebook {
  background-position: 0 0;
}
#footer .img-link.linkedin {
  background-position: -31px 0;
}
#footer .img-link.blog {
  background-position: -62px 0;
}
#footer .img-link.support {
  background-position: -155px 0;
}
#footer .img-link.twitter {
  background-position: -93px 0;
}
#footer .img-link.youtube {
  background-position: -124px 0;
}
#footer #site-footer-text {
  font-size: 13px;
  color: #606060;
  font-weight: 400;
  margin-top: 20px;
}
#footer div.show-for-small-only.small-12.columns {
  height: 20px;
}
#footer h4 {
  font-size: 13px;
  color: #606060;
  font-weight: 500;
  margin-top: 0;
  text-transform: lowercase;
}
#footer ul {
  list-style: none;
  margin-left: 0;
}
#footer ul li {
  font-size: 15px;
  font-weight: 400;
}
#footer ul li a {
  color: #00a978;
}
#footer .columns {
  padding-right: 0;
}
#header {
  position: fixed;
  top: 0;
  z-index: 20;
}
#header + div {
  margin-top: 60px;
  z-index: 2;
}
.top-bar-section ul li {
  float: left;
  width: 100%;
}
.top-bar-section ul li.lang {
  width: auto;
}
.top-bar-section ul li:not(.has-form) a.menu_lang {
  color: #606060;
}
.top-bar-section ul li:not(.has-form) a.menu_lang.selected {
  color: #4a6698;
}
.top-bar-section ul li:not(.has-form) a.menu_lang {
  color: #606060;
}
.top-bar-section ul li:not(.has-form) a.menu_lang.selected {
  color: #4a6698;
}
.top-bar-section ul.right li::nth-child(2) {
  background-color: #000;
  border-color: black;
}
@media only screen and (min-width: 64.063em) {
  .top-bar-section ul li:not(.has-form) a.menu_lang {
    font-size: 13px;
    padding: 23px 2px 16px;
  }
  .top-bar-section ul li:not(.has-form) a.signup {
    border: 1px solid #00A978;
    background-color: #00A978;
    color: #ffffff;
    margin: 19px 20px 11px 10px;
    padding: 0 16px;
    line-height: 27px;
    width: auto;
    border-radius: 2px;
  }
  .top-bar-section ul li:not(.has-form) a.signup:hover {
    background: #1A8A6D;
  }
  .top-bar-section ul li {
    float: left;
    width: auto;
  }
  .top-bar-section ul li.lang {
    width: auto;
  }
}
* {
  font-family: 'Source Sans Pro';
}
#loginModal,
#signupModal,
#forgotModal {
  margin: 0 auto;
  font-weight: 400;
}
#loginModal [data-reveal-id],
#signupModal [data-reveal-id],
#forgotModal [data-reveal-id] {
  cursor: pointer;
}
#loginModal h1,
#signupModal h1,
#forgotModal h1 {
  font-size: 28px;
}
#loginModal h2,
#signupModal h2,
#forgotModal h2 {
  font-size: 20px;
  color: #000;
  text-transform: none;
}
#loginModal h3,
#signupModal h3,
#forgotModal h3 {
  font-size: 16px;
}
#loginModal h4,
#signupModal h4,
#forgotModal h4 {
  font-size: 14px;
}
#loginModal .closeModal,
#signupModal .closeModal,
#forgotModal .closeModal {
  margin: -10px;
  width: 16px;
  height: 16px;
  background: url(../res-img/close_button.png) no-repeat;
  float: right;
  cursor: pointer;
}
#loginModal .loginbody,
#signupModal .loginbody,
#forgotModal .loginbody,
#loginModal .signbody,
#signupModal .signbody,
#forgotModal .signbody,
#loginModal .forgotbody,
#signupModal .forgotbody,
#forgotModal .forgotbody {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#loginModal .alert,
#signupModal .alert,
#forgotModal .alert {
  font-size: 14px;
}
#loginModal .txt-bold,
#signupModal .txt-bold,
#forgotModal .txt-bold {
  font-weight: 700;
}
#loginModal .txt-semibold,
#signupModal .txt-semibold,
#forgotModal .txt-semibold {
  font-weight: 600;
}
#loginModal .mailPassword,
#signupModal .mailPassword,
#forgotModal .mailPassword {
  float: left;
  margin-right: 12px;
  width: 75%;
}
#loginModal .mailPassword input,
#signupModal .mailPassword input,
#forgotModal .mailPassword input {
  width: 100%;
}
#loginModal button,
#signupModal button,
#forgotModal button {
  font-size: 16px;
  border-radius: 3px;
  padding: 8px 0;
  border: none;
  color: #ffffff;
}
#loginModal button i,
#signupModal button i,
#forgotModal button i {
  float: right;
  padding-right: 12px;
  font-weight: 600;
  font-size: 20px;
}
#loginModal button.face-button,
#signupModal button.face-button,
#forgotModal button.face-button {
  font-weight: 500;
  width: 100%;
  background-color: #3B5A9A;
}
#loginModal button.face-button span,
#signupModal button.face-button span,
#forgotModal button.face-button span {
  margin: 2px 2px;
  float: left;
  padding-left: 12px;
}
#loginModal button.buttonIn,
#signupModal button.buttonIn,
#forgotModal button.buttonIn {
  display: inline-block;
  height: 40px;
  font-weight: 500;
  background-color: #00a788;
}
#loginModal button.buttonIn span,
#signupModal button.buttonIn span,
#forgotModal button.buttonIn span {
  margin: 2px 2px;
  float: left;
  padding-left: 12px;
}
#loginModal button.forgot-submit,
#signupModal button.forgot-submit,
#forgotModal button.forgot-submit {
  display: inline-block;
  font-weight: 500;
  background-color: #00a788;
  padding: 9px 0;
  float: left;
  width: calc(25% - 12px);
  width: -o-calc(13%);
  width: -webkit-calc(13%);
  width: -moz-calc(13%);
}
#loginModal button.submitOk,
#signupModal button.submitOk,
#forgotModal button.submitOk {
  background-color: #00a788;
  padding: 0 18px;
}
#loginModal .signIn,
#signupModal .signIn,
#forgotModal .signIn {
  width: 100%;
}
#loginModal .signIn span,
#signupModal .signIn span,
#forgotModal .signIn span {
  margin: 2px 2px;
  float: left;
  padding-left: 12px;
}
#loginModal .logIn,
#signupModal .logIn,
#forgotModal .logIn {
  width: 25%;
}
#loginModal .forgotPassword,
#signupModal .forgotPassword,
#forgotModal .forgotPassword {
  color: #5f6163;
  font-size: 14px;
  width: 73%;
  text-align: right;
  display: inline-block;
}
#loginModal .registerUsr,
#signupModal .registerUsr,
#forgotModal .registerUsr {
  color: #5f6163;
  font-size: 12px;
}
#loginModal .submitValidation,
#signupModal .submitValidation,
#forgotModal .submitValidation,
#loginModal .submittedTrue,
#signupModal .submittedTrue,
#forgotModal .submittedTrue {
  display: none;
  font-size: 16px;
}
#loginModal .submitValidation .fa-check,
#signupModal .submitValidation .fa-check,
#forgotModal .submitValidation .fa-check,
#loginModal .submittedTrue .fa-check,
#signupModal .submittedTrue .fa-check,
#forgotModal .submittedTrue .fa-check {
  font-size: 20px;
  color: #00a788;
}
#loginModal .submitValidation.active,
#signupModal .submitValidation.active,
#forgotModal .submitValidation.active,
#loginModal .submittedTrue.active,
#signupModal .submittedTrue.active,
#forgotModal .submittedTrue.active {
  display: block;
}
#loginModal .ct-fab-input form .tooltip {
  bottom: 82px;
}
#signupModal .ct-fab-input form .tooltip,
#forgotModal .ct-fab-input form .tooltip {
  bottom: 37px;
}
.facebook-div,
#wait-fb-signin {
  position: relative;
}
.facebook-div .tooltip,
#wait-fb-signin .tooltip {
  bottom: 38px;
}
#wait-fb-signin {
  margin-bottom: -2px;
  padding-bottom: 20px;
  margin-top: 30px;
  cursor: default;
}
.lined-word {
  opacity: 0.4;
}
.lined-word h6 {
  overflow: hidden;
  text-align: center;
  font-weight: 600;
}
.lined-word h6:before,
.lined-word h6:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.lined-word h6:before {
  right: 0.5em;
  margin-left: -50%;
}
.lined-word h6:after {
  left: 0.5em;
  margin-right: -50%;
}
.container1 {
  max-width: 360px;
  max-height: 500px;
}
.container2 {
  max-width: 500px;
  max-height: 360px;
}
body .reveal-modal-bg {
  z-index: 98;
}
.reveal-modal {
  border-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 0 auto;
  padding: 1.5rem;
  left: 0%;
  right: 0%;
}
.full-width {
  width: 100%;
}
.ct-fab-input .icon-left,
.facebook-div .icon-left {
  position: relative;
}
.ct-fab-input .icon-left > i,
.facebook-div .icon-left > i {
  color: #5f6163;
  position: absolute;
  top: 55%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 1;
}
.ct-fab-input .icon-left .fa,
.facebook-div .icon-left .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ct-fab-input .tooltip,
.facebook-div .tooltip {
  background-color: #e71b29;
  width: auto;
  right: 0;
  left: auto;
  font-size: 12px;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
}
.ct-fab-input .tooltip .nub,
.facebook-div .tooltip .nub {
  left: auto;
  right: 5px;
  border-color: #e71b29 transparent transparent;
}
.ct-fab-input .tooltip i.fa-warning,
.facebook-div .tooltip i.fa-warning,
.ct-fab-input .tooltip a,
.facebook-div .tooltip a {
  color: #ffffff !important;
}
.ct-fab-input form,
.facebook-div form {
  position: relative;
}
.ct-fab-input input[type="text"],
.facebook-div input[type="text"],
.ct-fab-input input[type="password"],
.facebook-div input[type="password"] {
  color: #989898;
  background-color: #f7f9f9;
  font-size: 16px;
  border-radius: 3px;
  height: 34px;
  padding-left: 33px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.ct-fab-input input[type="text"]:focus,
.facebook-div input[type="text"]:focus,
.ct-fab-input input[type="password"]:focus,
.facebook-div input[type="password"]:focus {
  border-color: #ffff33;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 51, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 51, 0.6);
  background-color: #ffffff;
}
@media only screen and (max-width: 40em) {
  .tooltip > .nub {
    display: none;
  }
}
.fab-input.fab-input-icon-left {
  position: relative;
}
.fab-input.fab-input-icon-left i {
  color: #333333;
  position: absolute;
  top: 55%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 1;
}
.fab-input.fab-input-icon-left input[type=text] {
  padding-left: 30px;
}
.fab-input.fab-input-icon-left .fab-select {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 23px;
}
.fab-input.fab-input-icon-left .fab-select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
.block-space.bs-top1 {
  margin-top: 10px;
}
.block-space.bs-top2 {
  margin-top: 20px;
}
.block-space.bs-top3 {
  margin-top: 30px;
}
.block-space.bs-bottom1 {
  margin-bottom: 10px;
}
.block-space.bs-bottom2 {
  margin-bottom: 20px;
}
.block-space.bs-bottom3 {
  margin-bottom: 30px;
}
@font-face {
  font-family: SignikaNegative;
  font-weight: bold;
  src: url('fonts/SignikaNegative-Light.ttf');
}
body,
html {
  font-family: 'Raleway';
  color: #56595C;
}
a {
  color: #a2a2a2;
}
.no-lang-menu .lang {
  display: none;
}
#logo {
  background-image: url('fabrica/new_logo.png');
  width: 133px;
  height: 52px;
  margin-top: 12px;
  float: left;
}
h1.gallery_title {
  display: none;
}
h1 {
  font-size: 2.5em;
  font-weight: bolder;
}
h2 {
  font-size: 16px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #4a6698;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
#header-menu {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
  clear: both;
}
#header-menu .gsc-results-wrapper-overlay {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#header-menu .content {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#header-menu .gallery_link,
#header-menu .cat_link {
  float: left;
  text-decoration: none;
  font-family: 'Raleway';
  text-transform: uppercase;
}
#header-menu .gallery_link {
  color: #181c31;
  padding: 32px 12px;
  font-size: 18px;
  font-weight: 600;
}
#header-menu .cat_link {
  color: #4a6698;
  padding: 36px 12px;
  font-size: 13px;
  font-weight: bold;
}
#header-menu .f-dropdown.open + .cat_link {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  margin-left: -1px;
}
#header-menu #app_search {
  float: right;
  padding: 25px 0;
}
#header-menu .f-dropdown {
  margin-top: 0;
  box-shadow: -1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  z-index: 19;
}
#header-menu .f-dropdown li {
  padding: 4px 10px;
}
#header-menu .f-dropdown li a {
  font-family: 'Raleway';
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header-menu .f-dropdown li + li {
  border-top: 1px solid #d2d2d2;
}
#header-menu .f-dropdown:before,
#header-menu .f-dropdown:after {
  border: 0;
}
#header-menu #search-box form {
  display: none;
}
#header-menu #search-box > div > div {
  background-color: transparent;
  position: absolute;
  border: 0;
}
#header-menu #app_search_text {
  height: 35px;
  width: 148px;
  border: 1px solid #d2d2d2;
  float: left;
  padding-left: 10px;
  font-family: 'raleway';
  font-size: 14px;
}
#header-menu #app_search_button {
  border: 1px solid #d2d2d2;
  border-left: 0;
  padding: 8px 10px;
  float: left;
}
.app_highlighted {
  background-color: #fff;
  margin-bottom: 10px;
}
.app_highlighted p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  color: #181c31;
  font-size: 16px;
  font-family: 'Raleway';
  padding: 14px 10px 0;
  margin-bottom: 0;
  line-height: 20px;
}
.app_highlighted .app_category {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Arial;
  font-size: 12px;
  color: #a2a2a2;
  padding: 0 10px 10px;
}
.app_highlighted .app_splash {
  height: 184px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.app_highlighted .app_icon {
  position: absolute;
  left: 5px;
  bottom: -5px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  color: #000;
  width: 68px;
  height: 68px;
  text-align: center;
  line-height: 22px;
  font-size: Arial;
  font-weight: bold;
  padding-top: 5px;
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.32);
  background: #f7f7f7;
  background: -moz-linear-gradient(270deg, #f7f7f7 5%, #ffffff 37%);
  background: -webkit-linear-gradient(270deg, #f7f7f7 5%, #ffffff 37%);
  background: -o-linear-gradient(270deg, #f7f7f7 5%, #ffffff 37%);
  background: -ms-linear-gradient(270deg, #f7f7f7 5%, #ffffff 37%);
  background: linear-gradient(270deg, #f7f7f7 5%, #ffffff 37%);
}
.app_listed {
  background-color: #fff;
  margin-bottom: 10px;
}
.app_listed p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  color: #181c31;
  font-size: 12px;
  font-family: 'Raleway';
  padding: 20px 10px 2px;
  margin-bottom: 0;
  line-height: 10px;
}
.app_listed .app_category {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Arial;
  font-size: 11px;
  color: #a2a2a2;
  padding: 0 10px 10px;
}
.app_listed .app_icon {
  position: relative;
}
.app_listed img {
  background-color: #fff;
}
.app_position {
  position: absolute;
  left: -10px;
  top: -10px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  color: #000;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  line-height: 22px;
  font-size: Arial;
  font-weight: bold;
}
.app_listed.highlight {
  background-color: #fffdc9;
}
.app_listed.highlight p {
  border-left: 1px solid #dec394;
  border-right: 1px solid #dec394;
}
.app_listed.highlight .app_category {
  border: 1px solid #dec394;
  border-top: 0;
}
.pagination-button {
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #888;
}
.slider .previous,
.slider .next {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border-color: #FFF;
}
.slider div.previous.inactive,
.slider div.next.inactive {
  border-color: #FFF;
  background-color: #888;
  background-color: #b2b2b2;
  background: -webkit-linear-gradient(top, #BEBEBE, #A6A6A6);
  background: -ms-linear-gradient(top, #BEBEBE, #A6A6A6);
  background: linear-gradient(to bottom, #BEBEBE, #A6A6A6);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BEBEBE',endColorstr='#A6A6A6');
}
.slider .container {
  width: 770px;
  /*	background-color: white;*/
  overflow: hidden;
  margin: 0 auto;
}
#footer {
  clear: both;
}
#footer p {
  padding: 0;
}
@media all and (min-height: 926px) {
  #footer-wrapper {
    position: fixed;
    bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  #apps_by_category.wrapper {
    overflow: hidden;
    padding-top: 0px;
    padding-left: 10px;
  }
  #apps_by_category.wrapper ul {
    width: 960px;
  }
  #apps_by_category.wrapper li:nth-child(7n+6),
  #apps_by_category.wrapper li:nth-child(7n+7) {
    display: none;
  }
}
.category_link {
  font-family: 'Raleway';
  font-size: 14px;
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.purple-box {
  background-color: #111f42;
  text-align: center;
  margin-bottom: 60px;
  padding: 26px 18px;
  font-family: 'Raleway';
  border-radius: 5px;
}
.purple-box .title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.purple-box .desc {
  font-size: 16px;
  color: #a7c7ff;
  margin: 20px 0;
}
.purple-box .make-yours {
  background-color: #83a326;
  background: -webkit-linear-gradient(top, #b2dd4c, #546900);
  background: -ms-linear-gradient(top, #b2dd4c, #546900);
  background: linear-gradient(to bottom, #b2dd4c, #546900);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2dd4c',endColorstr='#546900');
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  width: 100%;
  border-radius: 15px;
}
.blue-gradient {
  border-color: #156BB9;
  background-color: blue;
  background-color: #1781e0;
  background: -webkit-linear-gradient(top, #209FE6, #0E62D9);
  background: -ms-linear-gradient(top, #209FE6, #0E62D9);
  background: linear-gradient(to bottom, #209FE6, #0E62D9);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#209FE6',endColorstr='#0E62D9');
}
.grey-gradient {
  border-color: #888;
  background-color: #888;
  background-color: #b2b2b2;
  background: -webkit-linear-gradient(top, #BEBEBE, #A6A6A6);
  background: -ms-linear-gradient(top, #BEBEBE, #A6A6A6);
  background: linear-gradient(to bottom, #BEBEBE, #A6A6A6);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BEBEBE',endColorstr='#A6A6A6');
}
#content-wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 20px 20px;
}
div.input {
  display: inline-block;
  border: 1px #CCCCCC solid;
  position: relative;
  border-radius: 3px;
  padding: 5px;
}
#apps_by_category h2 {
  float: left;
  clear: left;
  width: 71.43%;
  overflow: hidden;
}
#apps_by_category h2 ul {
  width: 1000px;
}
#apps_by_category > .separator > div.input {
  margin-left: 10px;
  padding: 0;
}
#categories {
  /*Should be used with caution, pretty much non-standard*/
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  font-size: 22px;
  font-family: 'SignikaNegative';
  padding: 5px;
  height: 40px;
}
#select-arrow {
  background-image: url('fabrica/selector.png');
  width: 41px;
  height: 43px;
  position: absolute;
  right: 20px;
  top: 0;
}
.wrapper {
  padding: 10px 0;
}
.wrapper > h2 {
  margin-bottom: 20px;
}
.separator {
  margin-bottom: 10px;
  padding: 0 0 5px 15px;
}
.white-gradient {
  border-color: #E1E1E1;
  background-color: #E1E1E1;
  background-color: #f4f4f4;
  background: -webkit-linear-gradient(top, #FFF, #E8E8E8);
  background: -ms-linear-gradient(top, #FFF, #E8E8E8);
  background: linear-gradient(to bottom, #FFF, #E8E8E8);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF',endColorstr='#E8E8E8');
}
.send-button {
  background: linear-gradient(to bottom, #61B300, #367E00) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #368F04;
}
input,
textarea {
  font-family: 'SignikaNegative';
}
/*Web kit and the focus stuff...*/
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
ul.app_list {
  margin-left: 0;
  padding-left: 0;
}
ul.app_list p {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f0f0f0;
}
body.white-label {
  background-color: #efefef;
}
.white-label-header {
  height: 57px;
  background-color: #383435;
}
.white-label-header > div {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  color: #fff;
  font-size: 20px;
}
#storefront-wrapper {
  margin: 0 auto;
  width: 1000px;
  z-index: 2;
  padding-top: 20px;
}
#storefront-wrapper > div {
  margin-right: 15px;
}
#storefront-wrapper .md-font {
  font-family: Arial;
  font-size: 13px;
  color: #303030;
  margin: 0;
}
#storefront-wrapper .sm-text {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
}
#storefront-wrapper .sm-text a {
  color: inherit;
  font-weight: bold;
}
#storefront-wrapper #div-left {
  float: left;
  position: relative;
  width: 250px;
}
#storefront-wrapper #div-left h4 {
  line-height: 20px;
  font-family: 'Raleway';
  font-weight: bold;
  font-size: 20px;
  color: #181c31;
  margin-top: 10px;
  margin-bottom: 0;
  word-wrap: break-word;
}
#storefront-wrapper #div-left #app-icon {
  float: left;
  height: 220px;
  border-radius: 10px;
  font-family: Arial;
}
#storefront-wrapper #div-left #app-box {
  margin: 20px 0;
  display: inline-block;
  font-family: Arial;
  width: 100%;
}
#storefront-wrapper #div-left .app-text-url {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
#storefront-wrapper #div-left .store-image {
  margin-bottom: 20px;
  width: 150px;
}
#storefront-wrapper #div-left .modal-qr-code-instruction-img {
  float: right;
  margin-top: 28px;
  margin-bottom: 16px;
}
#storefront-wrapper #div-left .modal-qr-code-instruction-text {
  float: right;
  text-align: right;
  font-size: 11px;
  margin-top: 68px;
  margin-right: 10px;
  width: 192px;
}
#storefront-wrapper #div-left #social-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  height: 23px;
}
#storefront-wrapper #div-left #social-wrapper #social > div {
  float: left;
}
#storefront-wrapper #div-left #social-wrapper #social #facebook {
  width: 43%;
}
#storefront-wrapper #div-left #social-wrapper #social #twitter {
  width: 31%;
}
#storefront-wrapper #div-left #social-wrapper #social #plus {
  float: right;
  width: 23%;
}
#storefront-wrapper #div-center {
  float: left;
  position: relative;
  width: 380px;
  height: 746px;
  background-image: url('../img/celular4.png');
  background-repeat: no-repeat;
  margin-top: -3px;
}
#storefront-wrapper #div-center iframe {
  position: absolute;
  top: 87px;
  left: 25px;
  width: 320px;
  height: 571px;
}
#storefront-wrapper #div-right {
  width: 320px;
  float: left;
  box-sizing: inherit;
  background-color: inherit;
  margin-right: 0;
  margin-left: 20px;
}
#storefront-wrapper #div-right #app-info strong {
  font-family: 'Raleway';
  font-size: 16px;
  color: #181c31;
}
#storefront-wrapper #div-right #report_link {
  float: right;
  font-size: 11px;
  font-family: Arial;
  margin: 10px 0;
}
/** App Info **/
@media all and (min-height: 800px) {
  #footer-wrapper {
    position: inherit;
  }
}
@media all and (min-height: 860px) {
  #footer-wrapper {
    position: fixed;
  }
}
.storefront-white-label #report_link {
  display: none;
}
#filler {
  min-height: 70px;
  width: 100%;
}
#content-wrapper #div-right {
  width: 580px;
  padding: 0;
}
#content-wrapper.report {
  padding-top: 0;
  font-family: Arial;
  font-size: 14px;
  color: #303030;
}
#content-wrapper.report p {
  font-family: Arial;
  font-size: 14px;
  color: #303030;
}
#content-wrapper.report .title {
  font-family: 'Raleway';
  font-size: 22px;
  font-weight: bold;
  color: #181c31;
  padding-left: 16px;
}
#content-wrapper.report .subtitle {
  font-size: 16px;
  padding: 8px 16px;
}
#content-wrapper.report #report_form {
  background-color: #ffffff;
  margin-top: 26px;
  margin-bottom: 38px;
}
#content-wrapper.report .app-box-icon {
  width: 68px;
  height: 68px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.32);
  float: left;
}
#content-wrapper.report .app-box-icon img {
  margin-left: 5px;
  margin-top: 6px;
}
#content-wrapper.report .app-box-name {
  float: right;
  width: 460px;
  font-size: 20px;
}
#content-wrapper.report .app-box-name h4 {
  margin-bottom: 0.2rem;
}
#content-wrapper.report .app-box-name small {
  font-family: Arial;
  font-size: 12px;
  color: #a2a2a2;
}
#content-wrapper.report #ref {
  max-width: 540px;
  width: 540px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  background-color: #f0f0f0;
}
#content-wrapper.report .checkbox {
  float: left;
  clear: left;
  line-height: 22px;
}
#content-wrapper.report .padded {
  padding: 20px 20px 26px;
}
#content-wrapper.report .padded + .padded {
  border-top: 1px solid #d2d2d2;
}
#content-wrapper.report .label-input {
  float: left;
  clear: left;
  width: 100%;
  line-height: 34px;
}
#content-wrapper.report .label-input input,
#content-wrapper.report .label-input textarea {
  width: 430px;
  float: right;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  font-family: arial;
}
#content-wrapper.report .label-input input {
  height: 34px;
}
#content-wrapper.report .label-input textarea {
  height: 123px;
  resize: none;
  line-height: 20px;
  padding-top: 6px;
}
#content-wrapper.report input.button {
  color: #FFFFFF;
  clear: both;
  margin-top: 20px;
  text-transform: uppercase;
  width: auto;
  border-width: 0;
  cursor: pointer;
  padding: 16px 28px;
  background-color: #dc4943;
  background: -webkit-linear-gradient(top, #ef5549, #c83d3c);
  background: -ms-linear-gradient(top, #ef5549, #c83d3c);
  background: linear-gradient(to bottom, #ef5549, #c83d3c);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5549',endColorstr='#c83d3c');
}
#content-wrapper.report .error {
  color: red;
  clear: both;
  font-size: 13px;
  padding: 5px 0 5px;
}
#content-wrapper.report .label-input + .error {
  padding-left: 110px;
}
#content-wrapper.report .link {
  text-decoration: underline;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v10/rr0ijB5_2nAJsAoZ6vECXYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v10/RJMlAoFXXQEzZoMSUteGWJBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://fonts.gstatic.com/s/raleway/v10/cbAbzEjxTdN5KKmS-gA0tQsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://fonts.gstatic.com/s/raleway/v10/8KhZd3VQBtXTAznvKjw-kwzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v10/ZKwULyCG95tk6mOqHQfRBAsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v10/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v10/YZaO6llzOP57DpTBv2GnyFKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v10/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v10/Li18TEFObx_yGdzKDoI_cgsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v10/CcKI4k9un7TZVWzRVT-T8wzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v10/STBOO2waD2LpX45SXYjQBQsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v10/xkvoNo9fC8O2RDydKj12bwzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v10/WmVKXVcOuffP_qmCpFuyzQsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v10/JbtMzqLaYbbbCL9X6EvaIwzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v10/QoPu455RxV2raYSIFXAMBQsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v10/1ImRNPx4870-D9a1EBUdPAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local('Raleway Black'), local('Raleway-Black'), url(https://fonts.gstatic.com/s/raleway/v10/Ji5epXNcpHu3r63lhS0cTgsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local('Raleway Black'), local('Raleway-Black'), url(https://fonts.gstatic.com/s/raleway/v10/PKCRbVvRfd5n7BTjtGiFZAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: local('Raleway Thin Italic'), local('Raleway-ThinItalic'), url(https://fonts.gstatic.com/s/raleway/v10/IWp_KHUkJoKURWwpAA2nYKE8kM4xWR1_1bYURRojRGc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: local('Raleway Thin Italic'), local('Raleway-ThinItalic'), url(https://fonts.gstatic.com/s/raleway/v10/IWp_KHUkJoKURWwpAA2nYIgp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'), url(https://fonts.gstatic.com/s/raleway/v10/N2DIbZG4399cPGfifZUEQojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'), url(https://fonts.gstatic.com/s/raleway/v10/N2DIbZG4399cPGfifZUEQhampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: local('Raleway Light Italic'), local('Raleway-LightItalic'), url(https://fonts.gstatic.com/s/raleway/v10/TVSB8ogXDKMcnAAJ5CqrUojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: local('Raleway Light Italic'), local('Raleway-LightItalic'), url(https://fonts.gstatic.com/s/raleway/v10/TVSB8ogXDKMcnAAJ5CqrUhampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: local('Raleway Italic'), local('Raleway-Italic'), url(https://fonts.gstatic.com/s/raleway/v10/7dO2Hj7qB8nRVFK0svQqRoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: local('Raleway Italic'), local('Raleway-Italic'), url(https://fonts.gstatic.com/s/raleway/v10/IIm-lPOtfVKQy0GMiczF_5Bw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'), url(https://fonts.gstatic.com/s/raleway/v10/S7vGLZZ40c85SJgiptJGV4joYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'), url(https://fonts.gstatic.com/s/raleway/v10/S7vGLZZ40c85SJgiptJGVxampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'), url(https://fonts.gstatic.com/s/raleway/v10/OY22yoG8EJ3IN_muVWm29IjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'), url(https://fonts.gstatic.com/s/raleway/v10/OY22yoG8EJ3IN_muVWm29Bampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url(https://fonts.gstatic.com/s/raleway/v10/lFxvRPuGFG5ktd7P0WRwKojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url(https://fonts.gstatic.com/s/raleway/v10/lFxvRPuGFG5ktd7P0WRwKhampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: local('Raleway ExtraBold Italic'), local('Raleway-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/raleway/v10/us4LjTCmlYgh3W8CKujEJojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: local('Raleway ExtraBold Italic'), local('Raleway-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/raleway/v10/us4LjTCmlYgh3W8CKujEJhampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: local('Raleway Black Italic'), local('Raleway-BlackItalic'), url(https://fonts.gstatic.com/s/raleway/v10/oY2RadnkHfshu5f0FLsgVYjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: local('Raleway Black Italic'), local('Raleway-BlackItalic'), url(https://fonts.gstatic.com/s/raleway/v10/oY2RadnkHfshu5f0FLsgVRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
header {
  background-color: #742fc2;
  width: 100%;
  height: 100px;
  line-height: 23px;
  color: #ffffff;
}
header .header-container {
  width: 1100px;
  margin: 0 auto;
}
header .header-container .header-menu-left {
  float: left;
}
header .header-container .header-menu-left img {
  margin-top: 34px;
  height: 31px;
}
header .header-container .header-menu-right {
  float: right;
}
header .header-container .header-menu-right ul {
  margin-bottom: 0;
}
header .header-container .header-menu-right li {
  height: 100%;
  float: left;
  padding: 40px 20px 38px;
}
header .header-container .header-menu-right li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Raleway, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.15s ease-out 0s;
}
header .header-container .header-menu-right li a:hover {
  color: #f3ab32;
}
header .header-container .header-menu-right li.signup {
  padding: 30px 10px 28px;
}
header .header-container .header-menu-right li.signup a {
  padding: 10px 10px;
  background-image: linear-gradient(to right, #f6670f 0%, #f3ab32 100%);
  color: #fff;
  border-radius: 20px;
  transition: background-color 0.15s ease-out 0s;
}
header .header-container .header-menu-right li.signup a:hover {
  background-color: #000;
}
.columns,
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 64.063em) {
  .large-1-7 {
    width: 14.2%;
  }
}
