/*
 * @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * remora.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (remora.scss) is where all the partials are
 * imported.
 *
 * If you have changed the paths where bower components live, please update the mappings below.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,800);
/* line 16, app/assets/stylesheets/espen.scss */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/normalize/normalize.css */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, app/assets/stylesheets/normalize/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, app/assets/stylesheets/normalize/normalize.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, app/assets/stylesheets/normalize/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, app/assets/stylesheets/normalize/normalize.css */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, app/assets/stylesheets/normalize/normalize.css */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, app/assets/stylesheets/normalize/normalize.css */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, app/assets/stylesheets/normalize/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, app/assets/stylesheets/normalize/normalize.css */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, app/assets/stylesheets/normalize/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, app/assets/stylesheets/normalize/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, app/assets/stylesheets/normalize/normalize.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, app/assets/stylesheets/normalize/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, app/assets/stylesheets/normalize/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, app/assets/stylesheets/normalize/normalize.css */
sup {
  top: -0.5em;
}

/* line 174, app/assets/stylesheets/normalize/normalize.css */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, app/assets/stylesheets/normalize/normalize.css */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, app/assets/stylesheets/normalize/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, app/assets/stylesheets/normalize/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, app/assets/stylesheets/normalize/normalize.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, app/assets/stylesheets/normalize/normalize.css */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, app/assets/stylesheets/normalize/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, app/assets/stylesheets/normalize/normalize.css */
button {
  overflow: visible;
}

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, app/assets/stylesheets/normalize/normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, app/assets/stylesheets/normalize/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, app/assets/stylesheets/normalize/normalize.css */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, app/assets/stylesheets/normalize/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, app/assets/stylesheets/normalize/normalize.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, app/assets/stylesheets/normalize/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, app/assets/stylesheets/normalize/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, app/assets/stylesheets/normalize/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, app/assets/stylesheets/normalize/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, app/assets/stylesheets/normalize/normalize.css */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, app/assets/stylesheets/normalize/normalize.css */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, app/assets/stylesheets/normalize/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, app/assets/stylesheets/normalize/normalize.css */
td,
th {
  padding: 0;
}

/* line 4, app/assets/stylesheets/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/*
@font-face {
    font-family: 'DINNextLTProMediumCond';
    src: url(/../fonts/DINNextLTProMediumCond.eot);
    src: url(/../fonts/DINNextLTProMediumCond.eot) format('embedded-opentype'),
         url(/../fonts/DINNextLTProMediumCond.woff2) format('woff2'),
         url(/../fonts/DINNextLTProMediumCond.woff) format('woff'),
         url(/../fonts/DINNextLTProMediumCond.ttf) format('truetype'),
         url(/../fonts/DINNextLTProMediumCond.svg#DINNextLTProMediumCond) format('svg');
}
*/
/* @import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=48fde9bf-8bd6-4e29-9f1e-6cc722031d1e"); */
@font-face {
  font-family: "DIN Next W01_n5";
  src: url(/assets/0b46a18d-fb34-4ef7-b5da-5902c510577a-2f4a8ab6576422d58fbb398d33acf6611b3cafd1d9b061268a21af97c01d9bdd.eot?#iefix) format("eot");
}

@font-face {
  font-family: "DIN Next W01";
  src: url(/assets/0b46a18d-fb34-4ef7-b5da-5902c510577a-2f4a8ab6576422d58fbb398d33acf6611b3cafd1d9b061268a21af97c01d9bdd.eot?#iefix);
  src: url(/assets/0b46a18d-fb34-4ef7-b5da-5902c510577a-2f4a8ab6576422d58fbb398d33acf6611b3cafd1d9b061268a21af97c01d9bdd.eot?#iefix) format("eot"), url(/assets/76b8cda6-0ded-4197-acab-e314297eb90f-90ddc048c916fd10f3b887fadb09b0b965cd2d3a0f6ac69aabad6cd426c52f1b.woff2) format("woff2"), url(/assets/2613a064-2962-44af-ae6f-3640e06e8dc4-e577d5218b28be1944b6c2bdb6a9d1408781af86d27214a8a34c269cdffd62b3.woff) format("woff"), url(/assets/2889b152-497e-4ea3-a90d-02854d136a8d-e41337878026766e3bc5213587fa7b04b604c26c1b3cd5f568b6c9a690265d6f.ttf) format("truetype"), url(/fonts/4f311da1-9ec6-4379-9621-b45be0e23abd.svg#4f311da1-9ec6-4379-9621-b45be0e23abd) format("svg");
  font-weight: 500;
  font-style: normal;
}

/* FORMS */
/* black */
/* grey */
/* strong_blue */
/* bright_blue */
/* faded_blue */
/* middle_red_purple */
/* pale_grey */
/* pale_grey_two */
/* battleship_grey */
/* japanese_indigo */
/* strong_orange */
/* pearl_aqua */
/*  dark_lavender  */
/* xlsx */
/* docx */
/* jpg */
/* pdf */
/* pptx */
/* txt */
/* xlsx */
/* docx */
/* jpg */
/* pdf */
/* pptx */
/* txt */
/* zip */
/* $NAME : url("data:image/svg+xml;charset=utf-8,"); */
/* $logo-small : url("data:image/svg+xml;charset=utf-8,"); */
/* CREDITS */
/* SOCIAL ICONS */
/* GENERIC WEBSITE */
/* INSTITUTION PROFILE */
/* RESEARCH GATE */
/* NEWSLETTER ICON */
/* EMAIL @ ICON */
/* GOOGLE SCHOLAR */
/* LINKED IN */
/* TWITTER */
/* FACEBOOK */
/* GOOGLE+ */
/* YOUTUBE */
/* FLICKR */
/* INSTAGRAM */
/* ORCID */
/* FAQ  */
/* LEVEL 1 */
/* LEVEL 2+ */
/* MOBILE */
/* MOBILE MENU TRIGGER */
/*
// --- CARD SUMMARIES ON HOVER
// ----- Card summary can be hidden with the card-hidden-summary mixin.
// ----- un/comment the appropriate line in base/_cards.scss as appropriate
// ----- currently, this applies to box links only, to extend, adjust the mixin in mixins/_card-hidden-summary.scss 
*/
/* SIDEBAR CARDS */
/*1600px*/
/* line 1, app/assets/stylesheets/base/_forms.scss */
fieldset {
  border: 1px solid rgba(44, 63, 78, 0.1);
  margin: 0 0 10px;
  padding: 20px 20px;
}

/* line 7, app/assets/stylesheets/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

/* line 15, app/assets/stylesheets/base/_forms.scss */
label {
  font-weight: 300;
  margin-bottom: 5px;
}

/* line 19, app/assets/stylesheets/base/_forms.scss */
label.required::after {
  content: "*";
}

/* line 23, app/assets/stylesheets/base/_forms.scss */
label abbr {
  display: none;
}

/* line 28, app/assets/stylesheets/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: white;
  border: 1px solid rgba(44, 63, 78, 0.1);
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 6.6666666667px 10px;
  transition: border-color;
  width: 100%;
}

/* line 43, app/assets/stylesheets/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: rgba(40, 58, 71, 0.1);
}

/* line 47, app/assets/stylesheets/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #008DC9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  outline: none;
}

/* line 54, app/assets/stylesheets/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 58, app/assets/stylesheets/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 62, app/assets/stylesheets/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 5px;
}

/* line 68, app/assets/stylesheets/base/_forms.scss */
input[type="file"] {
  padding-bottom: 10px;
  width: 100%;
}

/* line 73, app/assets/stylesheets/base/_forms.scss */
select {
  background-color: white;
  width: 100%;
  border: 1px solid rgba(44, 63, 78, 0.1);
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 6.6666666667px 10px;
  transition: border-color;
}

/* line 91, app/assets/stylesheets/base/_forms.scss */
#mc_embed_signup input.email[type="email"] {
  float: left;
  color: #2C3F4D;
  padding: 12.5px 10px;
  display: block;
  width: 100%;
}

@media screen and (min-width: 45em) {
  /* line 91, app/assets/stylesheets/base/_forms.scss */
  #mc_embed_signup input.email[type="email"] {
    width: calc(100% - 128px);
  }
}

/* line 101, app/assets/stylesheets/base/_forms.scss */
#mc_embed_signup input.button[type="submit"] {
  display: block;
  width: 100%;
}

@media screen and (min-width: 45em) {
  /* line 101, app/assets/stylesheets/base/_forms.scss */
  #mc_embed_signup input.button[type="submit"] {
    width: 128px;
  }
}

/* line 107, app/assets/stylesheets/base/_forms.scss */
#mc_embed_signup input.button[type="submit"]:hover {
  background-color: white;
  color: #008DC9;
}

/*ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;

  &%default-ul {
    list-style-type: disc;
    margin-bottom: $vert-space/2;
    padding-left: $horz-space;
  }

  &%default-ol {
    list-style-type: decimal;
    margin-bottom: $vert-space/2;
    padding-left: $horz-space;
  }
}*/
/* line 20, app/assets/stylesheets/base/_lists.scss */
ul, ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

/* line 25, app/assets/stylesheets/base/_lists.scss */
ul {
  list-style-type: disc;
}

/* line 28, app/assets/stylesheets/base/_lists.scss */
ol {
  list-style-type: decimal;
}

/* line 32, app/assets/stylesheets/base/_lists.scss */
.item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 37, app/assets/stylesheets/base/_lists.scss */
.item-list ul li {
  margin-left: 0;
  padding-left: 0;
}

/* line 42, app/assets/stylesheets/base/_lists.scss */
dl {
  margin-bottom: 10px;
}

/* line 45, app/assets/stylesheets/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 10px;
}

/* line 50, app/assets/stylesheets/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 59, app/assets/stylesheets/base/_lists.scss */
.card-body ol,
.card-body ul,
.card-description ol,
.card-description ul,
.card-description-et ol,
.card-description-et ul,
.faq-question ol,
.faq-question ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

/* line 64, app/assets/stylesheets/base/_lists.scss */
.card-body ol.larger-text,
.card-body ul.larger-text,
.card-description ol.larger-text,
.card-description ul.larger-text,
.card-description-et ol.larger-text,
.card-description-et ul.larger-text,
.faq-question ol.larger-text,
.faq-question ul.larger-text {
  padding-left: 2rem;
}

/* line 68, app/assets/stylesheets/base/_lists.scss */
.card-body ol,
.card-description ol,
.card-description-et ol,
.faq-question ol {
  list-style: outside decimal;
}

/* line 71, app/assets/stylesheets/base/_lists.scss */
.card-body ol li,
.card-description ol li,
.card-description-et ol li,
.faq-question ol li {
  padding-left: 10px;
}

/* line 75, app/assets/stylesheets/base/_lists.scss */
.card-body ul,
.card-description ul,
.card-description-et ul,
.faq-question ul {
  list-style: outside disc;
}

/* line 78, app/assets/stylesheets/base/_lists.scss */
.card-body p + ol,
.card-body p + ul,
.card-description p + ol,
.card-description p + ul,
.card-description-et p + ol,
.card-description-et p + ul,
.faq-question p + ol,
.faq-question p + ul {
  margin-top: -10px;
}

/* line 82, app/assets/stylesheets/base/_lists.scss */
.card-body * + h2,
.card-body * + h3,
.card-body * + h4,
.card-body * + h5,
.card-body * + h6,
.card-description * + h2,
.card-description * + h3,
.card-description * + h4,
.card-description * + h5,
.card-description * + h6,
.card-description-et * + h2,
.card-description-et * + h3,
.card-description-et * + h4,
.card-description-et * + h5,
.card-description-et * + h6,
.faq-question * + h2,
.faq-question * + h3,
.faq-question * + h4,
.faq-question * + h5,
.faq-question * + h6 {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/base/_typography.scss */
html, body {
  color: #2C3F4D;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 10, app/assets/stylesheets/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #2C3F4D;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  text-transform: none;
}

/* line 16, app/assets/stylesheets/base/_typography.scss */
h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title {
  font-family: "Open Sans", sans-serif;
}

/* line 19, app/assets/stylesheets/base/_typography.scss */
h1.card-title-sm, h2.card-title-sm, h3.card-title-sm, h4.card-title-sm, h5.card-title-sm, h6.card-title-sm {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 5px;
}

/* line 24, app/assets/stylesheets/base/_typography.scss */
h1.card-title-sm a, h2.card-title-sm a, h3.card-title-sm a, h4.card-title-sm a, h5.card-title-sm a, h6.card-title-sm a {
  color: #008DC9;
}

/* line 27, app/assets/stylesheets/base/_typography.scss */
h1.card-title-sm a:hover, h2.card-title-sm a:hover, h3.card-title-sm a:hover, h4.card-title-sm a:hover, h5.card-title-sm a:hover, h6.card-title-sm a:hover {
  color: #1C5F89;
}

/* line 33, app/assets/stylesheets/base/_typography.scss */
h1, h2 {
  font-weight: normal;
}

/* line 36, app/assets/stylesheets/base/_typography.scss */
h3, h4, h5, h6 {
  font-weight: 600;
}

/* line 41, app/assets/stylesheets/base/_typography.scss */
.l-region--sidebar-second h3, .l-region--sidebar-second h4, .l-region--sidebar-second h5, .l-region--sidebar-second h6 {
  font-family: "Open Sans", sans-serif;
}

/* line 45, app/assets/stylesheets/base/_typography.scss */
h1 {
  font-size: 2.111rem;
  line-height: 1.1875;
  margin-bottom: 20px;
}

@media screen and (min-width: 60em) {
  /* line 45, app/assets/stylesheets/base/_typography.scss */
  h1 {
    font-size: 2.111rem;
    line-height: 1.1875;
  }
}

/* line 55, app/assets/stylesheets/base/_typography.scss */
h2 {
  font-size: 1.778rem;
  line-height: 1.333;
  margin-bottom: 0.5em;
  font-weight: 600;
}

@media screen and (min-width: 60em) {
  /* line 55, app/assets/stylesheets/base/_typography.scss */
  h2 {
    font-size: 1.778rem;
    line-height: 1.333;
  }
}

/* line 66, app/assets/stylesheets/base/_typography.scss */
h3 {
  font-size: 1.556rem;
  line-height: 1.375;
  /*1.273;*/
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 60em) {
  /* line 66, app/assets/stylesheets/base/_typography.scss */
  h3 {
    font-size: 1.556rem;
    line-height: 1.375;
  }
}

/* line 85, app/assets/stylesheets/base/_typography.scss */
h4 {
  font-size: 1.333rem;
  line-height: 1.375;
  /*1.3;*/
  margin-bottom: 0.5em;
}

@media screen and (min-width: 60em) {
  /* line 85, app/assets/stylesheets/base/_typography.scss */
  h4 {
    font-size: 1.333rem;
    line-height: 1.375;
  }
}

/* line 95, app/assets/stylesheets/base/_typography.scss */
h5 {
  font-size: 1.111rem;
  line-height: 1.375;
  /*1.333;*/
  margin-bottom: 0.5em;
}

@media screen and (min-width: 60em) {
  /* line 95, app/assets/stylesheets/base/_typography.scss */
  h5 {
    font-size: 1.111rem;
    line-height: 1.375;
  }
}

/* line 105, app/assets/stylesheets/base/_typography.scss */
h6 {
  font-size: 1rem;
  line-height: 1.333;
  /*1.333;*/
  margin-bottom: 0.5em;
}

@media screen and (min-width: 60em) {
  /* line 105, app/assets/stylesheets/base/_typography.scss */
  h6 {
    font-size: 1rem;
    line-height: 1.333;
  }
}

/* line 115, app/assets/stylesheets/base/_typography.scss */
p {
  margin: 0 0 20px;
}

/* line 122, app/assets/stylesheets/base/_typography.scss */
main .card-body p, main .card-body address, main .card-body pre, main .card-body ul, main .card-body ol,
main .card-description p,
main .card-description address,
main .card-description pre,
main .card-description ul,
main .card-description ol,
.postscript-first .card-body p,
.postscript-first .card-body address,
.postscript-first .card-body pre,
.postscript-first .card-body ul,
.postscript-first .card-body ol,
.postscript-first .card-description p,
.postscript-first .card-description address,
.postscript-first .card-description pre,
.postscript-first .card-description ul,
.postscript-first .card-description ol {
  font-outer-wrappersize: 18px;
  line-height: 1.5;
}

/* line 126, app/assets/stylesheets/base/_typography.scss */
main .card-body p.smaller-text, main .card-body address.smaller-text, main .card-body pre.smaller-text, main .card-body ul.smaller-text, main .card-body ol.smaller-text,
main .card-description p.smaller-text,
main .card-description address.smaller-text,
main .card-description pre.smaller-text,
main .card-description ul.smaller-text,
main .card-description ol.smaller-text,
.postscript-first .card-body p.smaller-text,
.postscript-first .card-body address.smaller-text,
.postscript-first .card-body pre.smaller-text,
.postscript-first .card-body ul.smaller-text,
.postscript-first .card-body ol.smaller-text,
.postscript-first .card-description p.smaller-text,
.postscript-first .card-description address.smaller-text,
.postscript-first .card-description pre.smaller-text,
.postscript-first .card-description ul.smaller-text,
.postscript-first .card-description ol.smaller-text {
  font-size: 0.750rem;
  line-height: 1.5;
}

/* line 130, app/assets/stylesheets/base/_typography.scss */
main .card-body p.smaller-text p, main .card-body p.smaller-text li, main .card-body address.smaller-text p, main .card-body address.smaller-text li, main .card-body pre.smaller-text p, main .card-body pre.smaller-text li, main .card-body ul.smaller-text p, main .card-body ul.smaller-text li, main .card-body ol.smaller-text p, main .card-body ol.smaller-text li,
main .card-description p.smaller-text p,
main .card-description p.smaller-text li,
main .card-description address.smaller-text p,
main .card-description address.smaller-text li,
main .card-description pre.smaller-text p,
main .card-description pre.smaller-text li,
main .card-description ul.smaller-text p,
main .card-description ul.smaller-text li,
main .card-description ol.smaller-text p,
main .card-description ol.smaller-text li,
.postscript-first .card-body p.smaller-text p,
.postscript-first .card-body p.smaller-text li,
.postscript-first .card-body address.smaller-text p,
.postscript-first .card-body address.smaller-text li,
.postscript-first .card-body pre.smaller-text p,
.postscript-first .card-body pre.smaller-text li,
.postscript-first .card-body ul.smaller-text p,
.postscript-first .card-body ul.smaller-text li,
.postscript-first .card-body ol.smaller-text p,
.postscript-first .card-body ol.smaller-text li,
.postscript-first .card-description p.smaller-text p,
.postscript-first .card-description p.smaller-text li,
.postscript-first .card-description address.smaller-text p,
.postscript-first .card-description address.smaller-text li,
.postscript-first .card-description pre.smaller-text p,
.postscript-first .card-description pre.smaller-text li,
.postscript-first .card-description ul.smaller-text p,
.postscript-first .card-description ul.smaller-text li,
.postscript-first .card-description ol.smaller-text p,
.postscript-first .card-description ol.smaller-text li {
  font-size: 1em;
}

/* line 134, app/assets/stylesheets/base/_typography.scss */
main .card-body p.larger-text, main .card-body address.larger-text, main .card-body pre.larger-text, main .card-body ul.larger-text, main .card-body ol.larger-text,
main .card-description p.larger-text,
main .card-description address.larger-text,
main .card-description pre.larger-text,
main .card-description ul.larger-text,
main .card-description ol.larger-text,
.postscript-first .card-body p.larger-text,
.postscript-first .card-body address.larger-text,
.postscript-first .card-body pre.larger-text,
.postscript-first .card-body ul.larger-text,
.postscript-first .card-body ol.larger-text,
.postscript-first .card-description p.larger-text,
.postscript-first .card-description address.larger-text,
.postscript-first .card-description pre.larger-text,
.postscript-first .card-description ul.larger-text,
.postscript-first .card-description ol.larger-text {
  font-size: 1.250rem;
  line-height: 1.3;
}

/* line 137, app/assets/stylesheets/base/_typography.scss */
main .card-body p.larger-text p, main .card-body p.larger-text li, main .card-body address.larger-text p, main .card-body address.larger-text li, main .card-body pre.larger-text p, main .card-body pre.larger-text li, main .card-body ul.larger-text p, main .card-body ul.larger-text li, main .card-body ol.larger-text p, main .card-body ol.larger-text li,
main .card-description p.larger-text p,
main .card-description p.larger-text li,
main .card-description address.larger-text p,
main .card-description address.larger-text li,
main .card-description pre.larger-text p,
main .card-description pre.larger-text li,
main .card-description ul.larger-text p,
main .card-description ul.larger-text li,
main .card-description ol.larger-text p,
main .card-description ol.larger-text li,
.postscript-first .card-body p.larger-text p,
.postscript-first .card-body p.larger-text li,
.postscript-first .card-body address.larger-text p,
.postscript-first .card-body address.larger-text li,
.postscript-first .card-body pre.larger-text p,
.postscript-first .card-body pre.larger-text li,
.postscript-first .card-body ul.larger-text p,
.postscript-first .card-body ul.larger-text li,
.postscript-first .card-body ol.larger-text p,
.postscript-first .card-body ol.larger-text li,
.postscript-first .card-description p.larger-text p,
.postscript-first .card-description p.larger-text li,
.postscript-first .card-description address.larger-text p,
.postscript-first .card-description address.larger-text li,
.postscript-first .card-description pre.larger-text p,
.postscript-first .card-description pre.larger-text li,
.postscript-first .card-description ul.larger-text p,
.postscript-first .card-description ul.larger-text li,
.postscript-first .card-description ol.larger-text p,
.postscript-first .card-description ol.larger-text li {
  font-size: 1em;
}

@media screen and (min-width: 60em) {
  /* line 122, app/assets/stylesheets/base/_typography.scss */
  main .card-body p, main .card-body address, main .card-body pre, main .card-body ul, main .card-body ol,
main .card-description p,
main .card-description address,
main .card-description pre,
main .card-description ul,
main .card-description ol,
.postscript-first .card-body p,
.postscript-first .card-body address,
.postscript-first .card-body pre,
.postscript-first .card-body ul,
.postscript-first .card-body ol,
.postscript-first .card-description p,
.postscript-first .card-description address,
.postscript-first .card-description pre,
.postscript-first .card-description ul,
.postscript-first .card-description ol {
    font-size: 1.125rem;
    line-height: 1.44444444444444;
  }
  /* line 145, app/assets/stylesheets/base/_typography.scss */
  main .card-body p.smaller-text, main .card-body address.smaller-text, main .card-body pre.smaller-text, main .card-body ul.smaller-text, main .card-body ol.smaller-text,
main .card-description p.smaller-text,
main .card-description address.smaller-text,
main .card-description pre.smaller-text,
main .card-description ul.smaller-text,
main .card-description ol.smaller-text,
.postscript-first .card-body p.smaller-text,
.postscript-first .card-body address.smaller-text,
.postscript-first .card-body pre.smaller-text,
.postscript-first .card-body ul.smaller-text,
.postscript-first .card-body ol.smaller-text,
.postscript-first .card-description p.smaller-text,
.postscript-first .card-description address.smaller-text,
.postscript-first .card-description pre.smaller-text,
.postscript-first .card-description ul.smaller-text,
.postscript-first .card-description ol.smaller-text {
    font-size: 0.750rem;
    line-height: 1.5;
  }
  /* line 149, app/assets/stylesheets/base/_typography.scss */
  main .card-body p.larger-text, main .card-body address.larger-text, main .card-body pre.larger-text, main .card-body ul.larger-text, main .card-body ol.larger-text,
main .card-description p.larger-text,
main .card-description address.larger-text,
main .card-description pre.larger-text,
main .card-description ul.larger-text,
main .card-description ol.larger-text,
.postscript-first .card-body p.larger-text,
.postscript-first .card-body address.larger-text,
.postscript-first .card-body pre.larger-text,
.postscript-first .card-body ul.larger-text,
.postscript-first .card-body ol.larger-text,
.postscript-first .card-description p.larger-text,
.postscript-first .card-description address.larger-text,
.postscript-first .card-description pre.larger-text,
.postscript-first .card-description ul.larger-text,
.postscript-first .card-description ol.larger-text {
    font-size: 1.250rem;
    line-height: 1.3;
  }
}

/* line 155, app/assets/stylesheets/base/_typography.scss */
main .card-body .caption,
main .card-description .caption,
.postscript-first .card-body .caption,
.postscript-first .card-description .caption {
  display: block;
  line-height: 1.5em;
  text-align: left;
}

/* line 160, app/assets/stylesheets/base/_typography.scss */
main .card-body .caption p,
main .card-description .caption p,
.postscript-first .card-body .caption p,
.postscript-first .card-description .caption p {
  font-size: 0.75em;
  line-height: 1.5;
}

@media screen and (min-width: 60em) {
  /* line 160, app/assets/stylesheets/base/_typography.scss */
  main .card-body .caption p,
main .card-description .caption p,
.postscript-first .card-body .caption p,
.postscript-first .card-description .caption p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/* line 172, app/assets/stylesheets/base/_typography.scss */
b, strong {
  font-weight: 700;
}

/* line 176, app/assets/stylesheets/base/_typography.scss */
a, a:link, a:active, a:visited {
  color: #008DC9;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/base/_typography.scss */
a.active, a.active:link, a.active:active, a.active:visited {
  color: #1C5F89;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/base/_typography.scss */
a:hover,
a h1 a:hover, a h2 a:hover, a h3 a:hover, a h4 a:hover, a h5 a:hover, a h6 a:hover, a:link:hover,
a:link h1 a:hover, a:link h2 a:hover, a:link h3 a:hover, a:link h4 a:hover, a:link h5 a:hover, a:link h6 a:hover, a:active:hover,
a:active h1 a:hover, a:active h2 a:hover, a:active h3 a:hover, a:active h4 a:hover, a:active h5 a:hover, a:active h6 a:hover, a:visited:hover,
a:visited h1 a:hover, a:visited h2 a:hover, a:visited h3 a:hover, a:visited h4 a:hover, a:visited h5 a:hover, a:visited h6 a:hover {
  color: #1C5F89;
  text-decoration: none;
}

/* line 191, app/assets/stylesheets/base/_typography.scss */
a:not([href]), a:link:not([href]), a:active:not([href]), a:visited:not([href]) {
  color: inherit;
}

/* line 196, app/assets/stylesheets/base/_typography.scss */
.date,
.card-date {
  font-size: 0.750em;
  font-style: normal;
}

/* line 202, app/assets/stylesheets/base/_typography.scss */
em, i {
  font-style: italic;
}

/* line 206, app/assets/stylesheets/base/_typography.scss */
sup, sub {
  font-size: smaller;
}

/* line 208, app/assets/stylesheets/base/_typography.scss */
sup:before, sub:before {
  content: "";
  margin-left: 0.25em;
}

/* line 213, app/assets/stylesheets/base/_typography.scss */
sup {
  vertical-align: super;
}

/* line 214, app/assets/stylesheets/base/_typography.scss */
sub {
  vertical-align: sub;
}

/* line 2, app/assets/stylesheets/base/_cards.scss */
.card {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  transition: background-color 300ms linear 0s;
}

/* line 10, app/assets/stylesheets/base/_cards.scss */
.card.slick-slide {
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/base/_cards.scss */
.card .card-title,
.card .card-title-et,
.card .card-title-field {
  font-family: "Open Sans", sans-serif;
}

/* line 19, app/assets/stylesheets/base/_cards.scss */
.card h3 {
  display: block;
  font: normal 1.125rem/1.2222222222 "Open Sans", sans-serif;
}

/* line 23, app/assets/stylesheets/base/_cards.scss */
.card h3 .card-title-field,
.card h3 .card-title-et,
.card h3 .card-title {
  display: block;
  font: normal 1.125rem/1.2222222222 "Open Sans", sans-serif;
}

/* line 30, app/assets/stylesheets/base/_cards.scss */
.card .card-text {
  padding: 20px 20px;
}

/* line 32, app/assets/stylesheets/base/_cards.scss */
.card .card-text a {
  word-wrap: break-word;
}

/* line 36, app/assets/stylesheets/base/_cards.scss */
.card-display-date {
  background: #e3824a;
  border-bottom: none;
  border-radius: 0;
  color: #666666;
  font: 0.8125em/1 "Open Sans", sans-serif;
  padding: 12px 20px 10px;
}

/* line 49, app/assets/stylesheets/base/_cards.scss */
.section-row:not(.view-type-slider) .card-more-link {
  display: table !important;
  margin-left: 2.35765%;
  text-align: center;
}

@media (min-width: 0) and (max-width: 540px) {
  /* line 49, app/assets/stylesheets/base/_cards.scss */
  .section-row:not(.view-type-slider) .card-more-link {
    margin-left: 0;
    width: 100%;
  }
}

/* line 59, app/assets/stylesheets/base/_cards.scss */
.section-row:not(.view-type-slider) .card-more-link a.card {
  box-sizing: border-box;
  display: table-cell;
  font: normal 1.125rem/1 "Open Sans", sans-serif;
  padding: 20px 20px;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 0) and (max-width: 719px) {
  /* line 59, app/assets/stylesheets/base/_cards.scss */
  .section-row:not(.view-type-slider) .card-more-link a.card {
    display: block;
  }
}

/* line 71, app/assets/stylesheets/base/_cards.scss */
.section-row:not(.view-type-slider) .card-more-link a.card:after {
  content: " ";
  display: inline-block;
  height: 16px;
  margin: 0 0 -2px 10px;
  width: 14px;
}

/* line 82, app/assets/stylesheets/base/_cards.scss */
.section-row.row-max-1:not(.view-type-slider) .card-more-link,
.section-row.row-max-1:not(.view-type-slider) .card-last-link-url {
  margin-left: 0;
  float: right;
}

/* line 91, app/assets/stylesheets/base/_cards.scss */
.card-feed-link {
  clear: both;
  display: block;
  float: right;
  font: bold 0.8125rem/1.4615384615 "Open Sans", sans-serif;
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/base/_cards.scss */
.card-feed-link a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  vertical-align: sub;
}

/* line 113, app/assets/stylesheets/base/_cards.scss */
.tweet .card-text {
  display: block;
  font: normal 1.125em/1.2222222222 "Open Sans", sans-serif;
}

/* line 118, app/assets/stylesheets/base/_cards.scss */
.card-logo {
  background: #FFFFFF;
}

/* line 121, app/assets/stylesheets/base/_cards.scss */
.card-video {
  margin-bottom: 15px;
}

/* line 124, app/assets/stylesheets/base/_cards.scss */
.card-video span.ext {
  display: none;
}

/* line 129, app/assets/stylesheets/base/_cards.scss */
.card-tags {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
}

/* line 134, app/assets/stylesheets/base/_cards.scss */
.card-tags ul {
  display: inline-block;
}

/* line 136, app/assets/stylesheets/base/_cards.scss */
.card-tags ul li {
  float: left;
  margin-right: 10px;
}

/* line 139, app/assets/stylesheets/base/_cards.scss */
.card-tags ul li:after {
  content: "|";
  display: inline-block;
  float: right;
  margin-left: 10px;
}

/* line 146, app/assets/stylesheets/base/_cards.scss */
.card-tags ul li:last-child:after {
  content: "";
}

/* line 154, app/assets/stylesheets/base/_cards.scss */
.card-start-date {
  margin-right: 2px;
  padding: 14px 14px 4px;
  text-align: center;
}

/* line 159, app/assets/stylesheets/base/_cards.scss */
.card-start-date .card-date-day {
  font-size: 1.75em;
  line-height: 0.78571428571429;
}

/* line 163, app/assets/stylesheets/base/_cards.scss */
.card-start-date .card-date-month {
  font-size: 0.875em;
  line-height: 1.22222222222222;
  text-transform: uppercase;
}

/* line 170, app/assets/stylesheets/base/_cards.scss */
.card-citation {
  font-style: italic;
}

/* line 173, app/assets/stylesheets/base/_cards.scss */
.card-date,
.card-location {
  font-size: 0.875em;
  line-height: 1.57142857142857;
}

/* line 178, app/assets/stylesheets/base/_cards.scss */
.card-type {
  font-size: 0.875rem;
  line-height: 1.57142857142857;
}

/* line 182, app/assets/stylesheets/base/_cards.scss */
.card-label {
  font-weight: bold;
}

/* line 185, app/assets/stylesheets/base/_cards.scss */
.card-start-date {
  margin-right: 2px;
  padding: 14px 14px 4px;
  text-align: center;
}

/* line 190, app/assets/stylesheets/base/_cards.scss */
.card-start-date .card-date-day {
  font-size: 1.75em;
  line-height: 0.78571428571429;
}

/* line 194, app/assets/stylesheets/base/_cards.scss */
.card-start-date .card-date-month {
  font-size: 0.875em;
  line-height: 1.22222222222222;
  text-transform: uppercase;
}

/* line 201, app/assets/stylesheets/base/_cards.scss */
.card-date-display-override {
  font-size: 0.875em;
}

/* line 204, app/assets/stylesheets/base/_cards.scss */
.card-resource-type,
.card-content-type {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875em;
}

/* line 210, app/assets/stylesheets/base/_cards.scss */
.card-journal {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875em;
}

/* line 214, app/assets/stylesheets/base/_cards.scss */
.card-journal:after {
  content: "|";
  margin: 0 0px 0 2px;
}

/* line 219, app/assets/stylesheets/base/_cards.scss */
.card-email {
  font-weight: 600;
}

/* line 223, app/assets/stylesheets/base/_cards.scss */
.card-job-title {
  font-size: 1em;
  line-height: 1.375;
}

/* line 228, app/assets/stylesheets/base/_cards.scss */
.card-footer {
  display: block;
  line-height: 1.125em;
}

@media (min-width: 45em) and (max-width: 959px) {
  /* line 235, app/assets/stylesheets/base/_cards.scss */
  .card-with-summary .card-summary {
    font-size: 0.875rem;
    line-height: 1.42857142857143;
  }
}

@media (min-width: 540px) {
  /* line 5, app/assets/stylesheets/mixins/_card-hidden-summary.scss */
  .section-row:not(.row-max-1) .view-links .card .card-text.card-with-summary {
    height: 100%;
    width: 100%;
  }
  /* line 9, app/assets/stylesheets/mixins/_card-hidden-summary.scss */
  .section-row:not(.row-max-1) .view-links .card .card-text.card-with-summary .card-summary-wrapper {
    min-height: 100%;
    width: 100%;
    opacity: 0;
    height: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.375s ease-in;
  }
  /* line 20, app/assets/stylesheets/mixins/_card-hidden-summary.scss */
  .section-row:not(.row-max-1) .view-links .card .card-image + .card-with-summary {
    position: relative;
  }
  /* line 25, app/assets/stylesheets/mixins/_card-hidden-summary.scss */
  .section-row:not(.row-max-1) .view-links .card:hover .card-text.card-with-summary {
    background: #E9D758 !important;
    color: white !important;
    text-overflow: ellipsis;
    width: 100%;
  }
  /* line 31, app/assets/stylesheets/mixins/_card-hidden-summary.scss */
  .section-row:not(.row-max-1) .view-links .card:hover .card-text.card-with-summary .card-title,
.section-row:not(.row-max-1) .view-links .card:hover .card-text.card-with-summary .card-title-et,
.section-row:not(.row-max-1) .view-links .card:hover .card-text.card-with-summary .card-title-field {
    color: white !important;
  }
  /* line 38, app/assets/stylesheets/mixins/_card-hidden-summary.scss */
  .section-row:not(.row-max-1) .view-links .card:hover .card-text.card-with-summary .card-summary-wrapper {
    opacity: 1;
    height: auto;
  }
  /* line 44, app/assets/stylesheets/mixins/_card-hidden-summary.scss */
  .section-row:not(.row-max-1) .view-links .card:hover .card-image + .card-text.card-with-summary,
.section-row:not(.row-max-1) .view-links .card:hover .card-logo + .card-text.card-with-summary {
    position: absolute;
    bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/base/_section-rows.scss */
.section-inner:empty {
  display: none !important;
}

/* line 5, app/assets/stylesheets/base/_section-rows.scss */
main .section-row:first-child {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (min-width: 45em) {
  /* line 10, app/assets/stylesheets/base/_section-rows.scss */
  main .section-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* line 4, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls button.slick-arrow.slick-prev, main .section-row .slick-nav button.slick-arrow.slick-prev {
  background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 6, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls button.slick-arrow.slick-prev:hover, main .section-row .slick-nav button.slick-arrow.slick-prev:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 10, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls button.slick-arrow.slick-next, main .section-row .slick-nav button.slick-arrow.slick-next {
  background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 12, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls button.slick-arrow.slick-next:hover, main .section-row .slick-nav button.slick-arrow.slick-next:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 19, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls .slick-dots li button, main .section-row .slick-nav .slick-dots li button {
  border: 2px solid #000;
}

/* line 21, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls .slick-dots li button:hover, main .section-row .slick-nav .slick-dots li button:hover {
  border: 2px solid #000;
}

/* line 25, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls .slick-dots li.slick-active button, main .section-row .slick-nav .slick-dots li.slick-active button {
  background-color: #000;
}

/* line 27, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls .slick-dots li.slick-active button:hover, main .section-row .slick-nav .slick-dots li.slick-active button:hover {
  background-color: #000;
}

/* line 35, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-controls {
  background: none;
}

/* line 36, app/assets/stylesheets/mixins/_slick-palette.scss */
main .section-row .slick-nav {
  background: #FFF;
}

/* line 28, app/assets/stylesheets/mixins/_button-states.scss */
main .section-row a.button,
main .section-row .button a {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 33, app/assets/stylesheets/mixins/_button-states.scss */
main .section-row a.button:link, main .section-row a.button:visited,
main .section-row .button a:link,
main .section-row .button a:visited {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 38, app/assets/stylesheets/mixins/_button-states.scss */
main .section-row a.button:after,
main .section-row .button a:after {
  background: none;
}

/* line 41, app/assets/stylesheets/mixins/_button-states.scss */
main .section-row a.button:hover,
main .section-row .button a:hover {
  background: #1C5F89;
  border-color: #1C5F89;
  color: none;
}

/* line 45, app/assets/stylesheets/mixins/_button-states.scss */
main .section-row a.button:hover:after,
main .section-row .button a:hover:after {
  background: none;
}

/* line 18, app/assets/stylesheets/base/_section-rows.scss */
main .section-row .card {
  background-color: white;
  border-color: transparent;
}

/* line 37, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card h1, main .section-row .card h2, main .section-row .card h3, main .section-row .card h4, main .section-row .card h5, main .section-row .card h6,
main .section-row .card .card-title,
main .section-row .card .card-title-et,
main .section-row .card .card-title-field {
  color: #000;
}

/* line 43, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card .card-text {
  color: #666666;
}

/* line 46, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card .card-text a {
  color: #000;
}

/* line 48, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card .card-text a h1, main .section-row .card .card-text a h2, main .section-row .card .card-text a h3, main .section-row .card .card-text a h4, main .section-row .card .card-text a h5, main .section-row .card .card-text a h6,
main .section-row .card .card-text a .card-title,
main .section-row .card .card-text a .card-title-et,
main .section-row .card .card-text a .card-title-field {
  color: #000;
}

/* line 54, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card .card-text a:hover {
  color: #1C5F89;
}

/* line 56, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card .card-text a:hover h1, main .section-row .card .card-text a:hover h2, main .section-row .card .card-text a:hover h3, main .section-row .card .card-text a:hover h4, main .section-row .card .card-text a:hover h5, main .section-row .card .card-text a:hover h6,
main .section-row .card .card-text a:hover .card-title,
main .section-row .card .card-text a:hover .card-title-et,
main .section-row .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 67, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card .card-title h2 span {
  background-color: white;
}

/* line 72, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card .card-subtitle {
  color: #666666;
}

/* line 21, app/assets/stylesheets/base/_section-rows.scss */
main .section-row a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row a.card:hover .card-text,
main .section-row a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row a.card:hover .card-text h1, main .section-row a.card:hover .card-text h2, main .section-row a.card:hover .card-text h3, main .section-row a.card:hover .card-text h4, main .section-row a.card:hover .card-text h5, main .section-row a.card:hover .card-text h6,
main .section-row a.card:hover .card-text .card-title,
main .section-row a.card:hover .card-text .card-title-et,
main .section-row a.card:hover .card-text .card-title-field,
main .section-row a.card:hover .card-text * h1,
main .section-row a.card:hover .card-text * h2,
main .section-row a.card:hover .card-text * h3,
main .section-row a.card:hover .card-text * h4,
main .section-row a.card:hover .card-text * h5,
main .section-row a.card:hover .card-text * h6,
main .section-row a.card:hover .card-text * .card-title,
main .section-row a.card:hover .card-text * .card-title-et,
main .section-row a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 210, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card-more-link a.card {
  background: #008DC9;
  color: white;
}

/* line 213, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 216, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 219, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 246, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card-feed-link a {
  background: none;
  color: #008DC9;
}

/* line 249, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card-feed-link a:after {
  background: #008DC9 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 252, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 255, app/assets/stylesheets/mixins/_card-palette.scss */
main .section-row .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 32, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row .section-inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, app/assets/stylesheets/bourbon/addons/_clearfix.scss */
.postscript-first .section-row .section-inner::after {
  clear: both;
  content: "";
  display: table;
}

/* line 36, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row,
.content-hero .section-row {
  padding: 40px 0;
  /* PALETTE DEFAULT */
  /* PALETTE ALT-1 */
  /* PALETTE ALT-2 */
  /* PALETTE ALT-3 */
  /* PALETTE HIGHLIGHT */
}

/* line 40, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.section-with-slider,
.content-hero .section-row.section-with-slider {
  padding: 0;
}

/* line 44, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row h2,
.content-hero .section-row h2 {
  font: 600s 2.111rem/1.25 "Open Sans", sans-serif;
}

/* line 46, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row h2 .card-title,
.content-hero .section-row h2 .card-title {
  font-size: inherit;
}

/* line 52, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-default,
.content-hero .section-row.palette-default {
  background-color: #F5F8FA;
  color: #2C3F4D;
}

/* line 28, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-default a.button,
.postscript-first .section-row.palette-default .button a,
.content-hero .section-row.palette-default a.button,
.content-hero .section-row.palette-default .button a {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 33, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-default a.button:link, .postscript-first .section-row.palette-default a.button:visited,
.postscript-first .section-row.palette-default .button a:link,
.postscript-first .section-row.palette-default .button a:visited,
.content-hero .section-row.palette-default a.button:link,
.content-hero .section-row.palette-default a.button:visited,
.content-hero .section-row.palette-default .button a:link,
.content-hero .section-row.palette-default .button a:visited {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 38, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-default a.button:after,
.postscript-first .section-row.palette-default .button a:after,
.content-hero .section-row.palette-default a.button:after,
.content-hero .section-row.palette-default .button a:after {
  background: none;
}

/* line 41, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-default a.button:hover,
.postscript-first .section-row.palette-default .button a:hover,
.content-hero .section-row.palette-default a.button:hover,
.content-hero .section-row.palette-default .button a:hover {
  background: #1C5F89;
  border-color: #1C5F89;
  color: none;
}

/* line 45, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-default a.button:hover:after,
.postscript-first .section-row.palette-default .button a:hover:after,
.content-hero .section-row.palette-default a.button:hover:after,
.content-hero .section-row.palette-default .button a:hover:after {
  background: none;
}

/* line 4, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls button.slick-arrow.slick-prev, .postscript-first .section-row.palette-default .slick-nav button.slick-arrow.slick-prev,
.content-hero .section-row.palette-default .slick-controls button.slick-arrow.slick-prev,
.content-hero .section-row.palette-default .slick-nav button.slick-arrow.slick-prev {
  background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 6, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls button.slick-arrow.slick-prev:hover, .postscript-first .section-row.palette-default .slick-nav button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-default .slick-controls button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-default .slick-nav button.slick-arrow.slick-prev:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 10, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls button.slick-arrow.slick-next, .postscript-first .section-row.palette-default .slick-nav button.slick-arrow.slick-next,
.content-hero .section-row.palette-default .slick-controls button.slick-arrow.slick-next,
.content-hero .section-row.palette-default .slick-nav button.slick-arrow.slick-next {
  background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 12, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls button.slick-arrow.slick-next:hover, .postscript-first .section-row.palette-default .slick-nav button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-default .slick-controls button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-default .slick-nav button.slick-arrow.slick-next:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 19, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls .slick-dots li button, .postscript-first .section-row.palette-default .slick-nav .slick-dots li button,
.content-hero .section-row.palette-default .slick-controls .slick-dots li button,
.content-hero .section-row.palette-default .slick-nav .slick-dots li button {
  border: 2px solid #000;
}

/* line 21, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls .slick-dots li button:hover, .postscript-first .section-row.palette-default .slick-nav .slick-dots li button:hover,
.content-hero .section-row.palette-default .slick-controls .slick-dots li button:hover,
.content-hero .section-row.palette-default .slick-nav .slick-dots li button:hover {
  border: 2px solid #000;
}

/* line 25, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls .slick-dots li.slick-active button, .postscript-first .section-row.palette-default .slick-nav .slick-dots li.slick-active button,
.content-hero .section-row.palette-default .slick-controls .slick-dots li.slick-active button,
.content-hero .section-row.palette-default .slick-nav .slick-dots li.slick-active button {
  background-color: #000;
}

/* line 27, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls .slick-dots li.slick-active button:hover, .postscript-first .section-row.palette-default .slick-nav .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-default .slick-controls .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-default .slick-nav .slick-dots li.slick-active button:hover {
  background-color: #000;
}

/* line 35, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-controls,
.content-hero .section-row.palette-default .slick-controls {
  background: none;
}

/* line 36, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-default .slick-nav,
.content-hero .section-row.palette-default .slick-nav {
  background: #FFF;
}

/* line 58, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-default h2,
.content-hero .section-row.palette-default h2 {
  color: #2C3F4D;
}

/* line 61, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-default > h2 .card-title span,
.content-hero .section-row.palette-default > h2 .card-title span {
  background-color: #F5F8FA;
}

/* line 65, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-default a,
.content-hero .section-row.palette-default a {
  color: #008DC9;
}

/* line 68, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-default a:hover,
.content-hero .section-row.palette-default a:hover {
  color: #1C5F89;
}

/* line 73, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-default .card,
.content-hero .section-row.palette-default .card {
  background-color: white;
  border-color: transparent;
}

/* line 37, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card h1, .postscript-first .section-row.palette-default .card h2, .postscript-first .section-row.palette-default .card h3, .postscript-first .section-row.palette-default .card h4, .postscript-first .section-row.palette-default .card h5, .postscript-first .section-row.palette-default .card h6,
.postscript-first .section-row.palette-default .card .card-title,
.postscript-first .section-row.palette-default .card .card-title-et,
.postscript-first .section-row.palette-default .card .card-title-field,
.content-hero .section-row.palette-default .card h1,
.content-hero .section-row.palette-default .card h2,
.content-hero .section-row.palette-default .card h3,
.content-hero .section-row.palette-default .card h4,
.content-hero .section-row.palette-default .card h5,
.content-hero .section-row.palette-default .card h6,
.content-hero .section-row.palette-default .card .card-title,
.content-hero .section-row.palette-default .card .card-title-et,
.content-hero .section-row.palette-default .card .card-title-field {
  color: #000;
}

/* line 43, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card .card-text,
.content-hero .section-row.palette-default .card .card-text {
  color: #666666;
}

/* line 46, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card .card-text a,
.content-hero .section-row.palette-default .card .card-text a {
  color: #000;
}

/* line 48, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card .card-text a h1, .postscript-first .section-row.palette-default .card .card-text a h2, .postscript-first .section-row.palette-default .card .card-text a h3, .postscript-first .section-row.palette-default .card .card-text a h4, .postscript-first .section-row.palette-default .card .card-text a h5, .postscript-first .section-row.palette-default .card .card-text a h6,
.postscript-first .section-row.palette-default .card .card-text a .card-title,
.postscript-first .section-row.palette-default .card .card-text a .card-title-et,
.postscript-first .section-row.palette-default .card .card-text a .card-title-field,
.content-hero .section-row.palette-default .card .card-text a h1,
.content-hero .section-row.palette-default .card .card-text a h2,
.content-hero .section-row.palette-default .card .card-text a h3,
.content-hero .section-row.palette-default .card .card-text a h4,
.content-hero .section-row.palette-default .card .card-text a h5,
.content-hero .section-row.palette-default .card .card-text a h6,
.content-hero .section-row.palette-default .card .card-text a .card-title,
.content-hero .section-row.palette-default .card .card-text a .card-title-et,
.content-hero .section-row.palette-default .card .card-text a .card-title-field {
  color: #000;
}

/* line 54, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card .card-text a:hover,
.content-hero .section-row.palette-default .card .card-text a:hover {
  color: #1C5F89;
}

/* line 56, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card .card-text a:hover h1, .postscript-first .section-row.palette-default .card .card-text a:hover h2, .postscript-first .section-row.palette-default .card .card-text a:hover h3, .postscript-first .section-row.palette-default .card .card-text a:hover h4, .postscript-first .section-row.palette-default .card .card-text a:hover h5, .postscript-first .section-row.palette-default .card .card-text a:hover h6,
.postscript-first .section-row.palette-default .card .card-text a:hover .card-title,
.postscript-first .section-row.palette-default .card .card-text a:hover .card-title-et,
.postscript-first .section-row.palette-default .card .card-text a:hover .card-title-field,
.content-hero .section-row.palette-default .card .card-text a:hover h1,
.content-hero .section-row.palette-default .card .card-text a:hover h2,
.content-hero .section-row.palette-default .card .card-text a:hover h3,
.content-hero .section-row.palette-default .card .card-text a:hover h4,
.content-hero .section-row.palette-default .card .card-text a:hover h5,
.content-hero .section-row.palette-default .card .card-text a:hover h6,
.content-hero .section-row.palette-default .card .card-text a:hover .card-title,
.content-hero .section-row.palette-default .card .card-text a:hover .card-title-et,
.content-hero .section-row.palette-default .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 67, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card .card-title h2 span,
.content-hero .section-row.palette-default .card .card-title h2 span {
  background-color: white;
}

/* line 72, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card .card-subtitle,
.content-hero .section-row.palette-default .card .card-subtitle {
  color: #666666;
}

/* line 76, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-default a.card:hover,
.content-hero .section-row.palette-default a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default a.card:hover .card-text,
.postscript-first .section-row.palette-default a.card:hover .card-text *,
.content-hero .section-row.palette-default a.card:hover .card-text,
.content-hero .section-row.palette-default a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default a.card:hover .card-text h1, .postscript-first .section-row.palette-default a.card:hover .card-text h2, .postscript-first .section-row.palette-default a.card:hover .card-text h3, .postscript-first .section-row.palette-default a.card:hover .card-text h4, .postscript-first .section-row.palette-default a.card:hover .card-text h5, .postscript-first .section-row.palette-default a.card:hover .card-text h6,
.postscript-first .section-row.palette-default a.card:hover .card-text .card-title,
.postscript-first .section-row.palette-default a.card:hover .card-text .card-title-et,
.postscript-first .section-row.palette-default a.card:hover .card-text .card-title-field,
.postscript-first .section-row.palette-default a.card:hover .card-text * h1,
.postscript-first .section-row.palette-default a.card:hover .card-text * h2,
.postscript-first .section-row.palette-default a.card:hover .card-text * h3,
.postscript-first .section-row.palette-default a.card:hover .card-text * h4,
.postscript-first .section-row.palette-default a.card:hover .card-text * h5,
.postscript-first .section-row.palette-default a.card:hover .card-text * h6,
.postscript-first .section-row.palette-default a.card:hover .card-text * .card-title,
.postscript-first .section-row.palette-default a.card:hover .card-text * .card-title-et,
.postscript-first .section-row.palette-default a.card:hover .card-text * .card-title-field,
.content-hero .section-row.palette-default a.card:hover .card-text h1,
.content-hero .section-row.palette-default a.card:hover .card-text h2,
.content-hero .section-row.palette-default a.card:hover .card-text h3,
.content-hero .section-row.palette-default a.card:hover .card-text h4,
.content-hero .section-row.palette-default a.card:hover .card-text h5,
.content-hero .section-row.palette-default a.card:hover .card-text h6,
.content-hero .section-row.palette-default a.card:hover .card-text .card-title,
.content-hero .section-row.palette-default a.card:hover .card-text .card-title-et,
.content-hero .section-row.palette-default a.card:hover .card-text .card-title-field,
.content-hero .section-row.palette-default a.card:hover .card-text * h1,
.content-hero .section-row.palette-default a.card:hover .card-text * h2,
.content-hero .section-row.palette-default a.card:hover .card-text * h3,
.content-hero .section-row.palette-default a.card:hover .card-text * h4,
.content-hero .section-row.palette-default a.card:hover .card-text * h5,
.content-hero .section-row.palette-default a.card:hover .card-text * h6,
.content-hero .section-row.palette-default a.card:hover .card-text * .card-title,
.content-hero .section-row.palette-default a.card:hover .card-text * .card-title-et,
.content-hero .section-row.palette-default a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default a.card:hover .card-display-date,
.content-hero .section-row.palette-default a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 210, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card-more-link a.card,
.content-hero .section-row.palette-default .card-more-link a.card {
  background: #008DC9;
  color: white;
}

/* line 213, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card-more-link a.card:after,
.content-hero .section-row.palette-default .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 216, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card-more-link a.card:hover,
.content-hero .section-row.palette-default .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 219, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card-more-link a.card:hover:after,
.content-hero .section-row.palette-default .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 246, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card-feed-link a,
.content-hero .section-row.palette-default .card-feed-link a {
  background: none;
  color: #008DC9;
}

/* line 249, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card-feed-link a:after,
.content-hero .section-row.palette-default .card-feed-link a:after {
  background: #008DC9 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 252, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card-feed-link a:hover,
.content-hero .section-row.palette-default .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 255, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-default .card-feed-link a:hover:after,
.content-hero .section-row.palette-default .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 89, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-1,
.content-hero .section-row.palette-alt-1 {
  background-color: #FFF;
  color: #2C3F4D;
}

/* line 28, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-1 a.button,
.postscript-first .section-row.palette-alt-1 .button a,
.content-hero .section-row.palette-alt-1 a.button,
.content-hero .section-row.palette-alt-1 .button a {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 33, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-1 a.button:link, .postscript-first .section-row.palette-alt-1 a.button:visited,
.postscript-first .section-row.palette-alt-1 .button a:link,
.postscript-first .section-row.palette-alt-1 .button a:visited,
.content-hero .section-row.palette-alt-1 a.button:link,
.content-hero .section-row.palette-alt-1 a.button:visited,
.content-hero .section-row.palette-alt-1 .button a:link,
.content-hero .section-row.palette-alt-1 .button a:visited {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 38, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-1 a.button:after,
.postscript-first .section-row.palette-alt-1 .button a:after,
.content-hero .section-row.palette-alt-1 a.button:after,
.content-hero .section-row.palette-alt-1 .button a:after {
  background: none;
}

/* line 41, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-1 a.button:hover,
.postscript-first .section-row.palette-alt-1 .button a:hover,
.content-hero .section-row.palette-alt-1 a.button:hover,
.content-hero .section-row.palette-alt-1 .button a:hover {
  background: #1C5F89;
  border-color: #1C5F89;
  color: none;
}

/* line 45, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-1 a.button:hover:after,
.postscript-first .section-row.palette-alt-1 .button a:hover:after,
.content-hero .section-row.palette-alt-1 a.button:hover:after,
.content-hero .section-row.palette-alt-1 .button a:hover:after {
  background: none;
}

/* line 4, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls button.slick-arrow.slick-prev, .postscript-first .section-row.palette-alt-1 .slick-nav button.slick-arrow.slick-prev,
.content-hero .section-row.palette-alt-1 .slick-controls button.slick-arrow.slick-prev,
.content-hero .section-row.palette-alt-1 .slick-nav button.slick-arrow.slick-prev {
  background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 6, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls button.slick-arrow.slick-prev:hover, .postscript-first .section-row.palette-alt-1 .slick-nav button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-alt-1 .slick-controls button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-alt-1 .slick-nav button.slick-arrow.slick-prev:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 10, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls button.slick-arrow.slick-next, .postscript-first .section-row.palette-alt-1 .slick-nav button.slick-arrow.slick-next,
.content-hero .section-row.palette-alt-1 .slick-controls button.slick-arrow.slick-next,
.content-hero .section-row.palette-alt-1 .slick-nav button.slick-arrow.slick-next {
  background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 12, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls button.slick-arrow.slick-next:hover, .postscript-first .section-row.palette-alt-1 .slick-nav button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-alt-1 .slick-controls button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-alt-1 .slick-nav button.slick-arrow.slick-next:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 19, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls .slick-dots li button, .postscript-first .section-row.palette-alt-1 .slick-nav .slick-dots li button,
.content-hero .section-row.palette-alt-1 .slick-controls .slick-dots li button,
.content-hero .section-row.palette-alt-1 .slick-nav .slick-dots li button {
  border: 2px solid #000;
}

/* line 21, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls .slick-dots li button:hover, .postscript-first .section-row.palette-alt-1 .slick-nav .slick-dots li button:hover,
.content-hero .section-row.palette-alt-1 .slick-controls .slick-dots li button:hover,
.content-hero .section-row.palette-alt-1 .slick-nav .slick-dots li button:hover {
  border: 2px solid #000;
}

/* line 25, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls .slick-dots li.slick-active button, .postscript-first .section-row.palette-alt-1 .slick-nav .slick-dots li.slick-active button,
.content-hero .section-row.palette-alt-1 .slick-controls .slick-dots li.slick-active button,
.content-hero .section-row.palette-alt-1 .slick-nav .slick-dots li.slick-active button {
  background-color: #000;
}

/* line 27, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls .slick-dots li.slick-active button:hover, .postscript-first .section-row.palette-alt-1 .slick-nav .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-alt-1 .slick-controls .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-alt-1 .slick-nav .slick-dots li.slick-active button:hover {
  background-color: #000;
}

/* line 35, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-controls,
.content-hero .section-row.palette-alt-1 .slick-controls {
  background: none;
}

/* line 36, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-1 .slick-nav,
.content-hero .section-row.palette-alt-1 .slick-nav {
  background: #FFF;
}

/* line 95, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-1 h2,
.content-hero .section-row.palette-alt-1 h2 {
  color: #2C3F4D;
}

/* line 98, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-1 > h2 .card-title span,
.content-hero .section-row.palette-alt-1 > h2 .card-title span {
  background-color: #FFF;
}

/* line 102, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-1 a,
.content-hero .section-row.palette-alt-1 a {
  color: #008DC9;
}

/* line 105, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-1 a:hover,
.content-hero .section-row.palette-alt-1 a:hover {
  color: #1C5F89;
}

/* line 110, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-1 .card,
.content-hero .section-row.palette-alt-1 .card {
  background-color: #E4E8EB;
  border-color: transparent;
}

/* line 125, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card h1, .postscript-first .section-row.palette-alt-1 .card h2, .postscript-first .section-row.palette-alt-1 .card h3, .postscript-first .section-row.palette-alt-1 .card h4, .postscript-first .section-row.palette-alt-1 .card h5, .postscript-first .section-row.palette-alt-1 .card h6,
.postscript-first .section-row.palette-alt-1 .card .card-title,
.postscript-first .section-row.palette-alt-1 .card .card-title-et,
.postscript-first .section-row.palette-alt-1 .card .card-title-field,
.content-hero .section-row.palette-alt-1 .card h1,
.content-hero .section-row.palette-alt-1 .card h2,
.content-hero .section-row.palette-alt-1 .card h3,
.content-hero .section-row.palette-alt-1 .card h4,
.content-hero .section-row.palette-alt-1 .card h5,
.content-hero .section-row.palette-alt-1 .card h6,
.content-hero .section-row.palette-alt-1 .card .card-title,
.content-hero .section-row.palette-alt-1 .card .card-title-et,
.content-hero .section-row.palette-alt-1 .card .card-title-field {
  color: #000;
}

/* line 131, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card .card-text,
.content-hero .section-row.palette-alt-1 .card .card-text {
  color: #666666;
}

/* line 134, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card .card-text a,
.content-hero .section-row.palette-alt-1 .card .card-text a {
  color: #000;
}

/* line 136, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card .card-text a h1, .postscript-first .section-row.palette-alt-1 .card .card-text a h2, .postscript-first .section-row.palette-alt-1 .card .card-text a h3, .postscript-first .section-row.palette-alt-1 .card .card-text a h4, .postscript-first .section-row.palette-alt-1 .card .card-text a h5, .postscript-first .section-row.palette-alt-1 .card .card-text a h6,
.postscript-first .section-row.palette-alt-1 .card .card-text a .card-title,
.postscript-first .section-row.palette-alt-1 .card .card-text a .card-title-et,
.postscript-first .section-row.palette-alt-1 .card .card-text a .card-title-field,
.content-hero .section-row.palette-alt-1 .card .card-text a h1,
.content-hero .section-row.palette-alt-1 .card .card-text a h2,
.content-hero .section-row.palette-alt-1 .card .card-text a h3,
.content-hero .section-row.palette-alt-1 .card .card-text a h4,
.content-hero .section-row.palette-alt-1 .card .card-text a h5,
.content-hero .section-row.palette-alt-1 .card .card-text a h6,
.content-hero .section-row.palette-alt-1 .card .card-text a .card-title,
.content-hero .section-row.palette-alt-1 .card .card-text a .card-title-et,
.content-hero .section-row.palette-alt-1 .card .card-text a .card-title-field {
  color: #000;
}

/* line 142, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card .card-text a:hover,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover {
  color: #1C5F89;
}

/* line 144, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card .card-text a:hover h1, .postscript-first .section-row.palette-alt-1 .card .card-text a:hover h2, .postscript-first .section-row.palette-alt-1 .card .card-text a:hover h3, .postscript-first .section-row.palette-alt-1 .card .card-text a:hover h4, .postscript-first .section-row.palette-alt-1 .card .card-text a:hover h5, .postscript-first .section-row.palette-alt-1 .card .card-text a:hover h6,
.postscript-first .section-row.palette-alt-1 .card .card-text a:hover .card-title,
.postscript-first .section-row.palette-alt-1 .card .card-text a:hover .card-title-et,
.postscript-first .section-row.palette-alt-1 .card .card-text a:hover .card-title-field,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover h1,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover h2,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover h3,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover h4,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover h5,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover h6,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover .card-title,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover .card-title-et,
.content-hero .section-row.palette-alt-1 .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 155, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card .card-title h2 span,
.content-hero .section-row.palette-alt-1 .card .card-title h2 span {
  background-color: #E4E8EB;
}

/* line 160, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card .card-subtitle,
.content-hero .section-row.palette-alt-1 .card .card-subtitle {
  color: #666666;
}

/* line 113, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-1 a.card:hover,
.content-hero .section-row.palette-alt-1 a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text *,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text h1, .postscript-first .section-row.palette-alt-1 a.card:hover .card-text h2, .postscript-first .section-row.palette-alt-1 a.card:hover .card-text h3, .postscript-first .section-row.palette-alt-1 a.card:hover .card-text h4, .postscript-first .section-row.palette-alt-1 a.card:hover .card-text h5, .postscript-first .section-row.palette-alt-1 a.card:hover .card-text h6,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text .card-title,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text .card-title-et,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text .card-title-field,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * h1,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * h2,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * h3,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * h4,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * h5,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * h6,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * .card-title,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * .card-title-et,
.postscript-first .section-row.palette-alt-1 a.card:hover .card-text * .card-title-field,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text h1,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text h2,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text h3,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text h4,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text h5,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text h6,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text .card-title,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text .card-title-et,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text .card-title-field,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * h1,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * h2,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * h3,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * h4,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * h5,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * h6,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * .card-title,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * .card-title-et,
.content-hero .section-row.palette-alt-1 a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 a.card:hover .card-display-date,
.content-hero .section-row.palette-alt-1 a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 210, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card-more-link a.card,
.content-hero .section-row.palette-alt-1 .card-more-link a.card {
  background: #008DC9;
  color: white;
}

/* line 213, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card-more-link a.card:after,
.content-hero .section-row.palette-alt-1 .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 216, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card-more-link a.card:hover,
.content-hero .section-row.palette-alt-1 .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 219, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card-more-link a.card:hover:after,
.content-hero .section-row.palette-alt-1 .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 246, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card-feed-link a,
.content-hero .section-row.palette-alt-1 .card-feed-link a {
  background: none;
  color: #008DC9;
}

/* line 249, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card-feed-link a:after,
.content-hero .section-row.palette-alt-1 .card-feed-link a:after {
  background: #008DC9 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 252, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card-feed-link a:hover,
.content-hero .section-row.palette-alt-1 .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 255, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-1 .card-feed-link a:hover:after,
.content-hero .section-row.palette-alt-1 .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 125, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-2,
.content-hero .section-row.palette-alt-2 {
  background-color: #E4E8EB;
  color: #2C3F4D;
}

/* line 28, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-2 a.button,
.postscript-first .section-row.palette-alt-2 .button a,
.content-hero .section-row.palette-alt-2 a.button,
.content-hero .section-row.palette-alt-2 .button a {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 33, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-2 a.button:link, .postscript-first .section-row.palette-alt-2 a.button:visited,
.postscript-first .section-row.palette-alt-2 .button a:link,
.postscript-first .section-row.palette-alt-2 .button a:visited,
.content-hero .section-row.palette-alt-2 a.button:link,
.content-hero .section-row.palette-alt-2 a.button:visited,
.content-hero .section-row.palette-alt-2 .button a:link,
.content-hero .section-row.palette-alt-2 .button a:visited {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 38, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-2 a.button:after,
.postscript-first .section-row.palette-alt-2 .button a:after,
.content-hero .section-row.palette-alt-2 a.button:after,
.content-hero .section-row.palette-alt-2 .button a:after {
  background: none;
}

/* line 41, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-2 a.button:hover,
.postscript-first .section-row.palette-alt-2 .button a:hover,
.content-hero .section-row.palette-alt-2 a.button:hover,
.content-hero .section-row.palette-alt-2 .button a:hover {
  background: #1C5F89;
  border-color: #1C5F89;
  color: none;
}

/* line 45, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-2 a.button:hover:after,
.postscript-first .section-row.palette-alt-2 .button a:hover:after,
.content-hero .section-row.palette-alt-2 a.button:hover:after,
.content-hero .section-row.palette-alt-2 .button a:hover:after {
  background: none;
}

/* line 4, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls button.slick-arrow.slick-prev, .postscript-first .section-row.palette-alt-2 .slick-nav button.slick-arrow.slick-prev,
.content-hero .section-row.palette-alt-2 .slick-controls button.slick-arrow.slick-prev,
.content-hero .section-row.palette-alt-2 .slick-nav button.slick-arrow.slick-prev {
  background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 6, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls button.slick-arrow.slick-prev:hover, .postscript-first .section-row.palette-alt-2 .slick-nav button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-alt-2 .slick-controls button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-alt-2 .slick-nav button.slick-arrow.slick-prev:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 10, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls button.slick-arrow.slick-next, .postscript-first .section-row.palette-alt-2 .slick-nav button.slick-arrow.slick-next,
.content-hero .section-row.palette-alt-2 .slick-controls button.slick-arrow.slick-next,
.content-hero .section-row.palette-alt-2 .slick-nav button.slick-arrow.slick-next {
  background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 12, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls button.slick-arrow.slick-next:hover, .postscript-first .section-row.palette-alt-2 .slick-nav button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-alt-2 .slick-controls button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-alt-2 .slick-nav button.slick-arrow.slick-next:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 19, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls .slick-dots li button, .postscript-first .section-row.palette-alt-2 .slick-nav .slick-dots li button,
.content-hero .section-row.palette-alt-2 .slick-controls .slick-dots li button,
.content-hero .section-row.palette-alt-2 .slick-nav .slick-dots li button {
  border: 2px solid #000;
}

/* line 21, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls .slick-dots li button:hover, .postscript-first .section-row.palette-alt-2 .slick-nav .slick-dots li button:hover,
.content-hero .section-row.palette-alt-2 .slick-controls .slick-dots li button:hover,
.content-hero .section-row.palette-alt-2 .slick-nav .slick-dots li button:hover {
  border: 2px solid #000;
}

/* line 25, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls .slick-dots li.slick-active button, .postscript-first .section-row.palette-alt-2 .slick-nav .slick-dots li.slick-active button,
.content-hero .section-row.palette-alt-2 .slick-controls .slick-dots li.slick-active button,
.content-hero .section-row.palette-alt-2 .slick-nav .slick-dots li.slick-active button {
  background-color: #000;
}

/* line 27, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls .slick-dots li.slick-active button:hover, .postscript-first .section-row.palette-alt-2 .slick-nav .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-alt-2 .slick-controls .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-alt-2 .slick-nav .slick-dots li.slick-active button:hover {
  background-color: #000;
}

/* line 35, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-controls,
.content-hero .section-row.palette-alt-2 .slick-controls {
  background: none;
}

/* line 36, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-2 .slick-nav,
.content-hero .section-row.palette-alt-2 .slick-nav {
  background: #FFF;
}

/* line 131, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-2 h2,
.content-hero .section-row.palette-alt-2 h2 {
  color: #2C3F4D;
}

/* line 134, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-2 > h2 .card-title span,
.content-hero .section-row.palette-alt-2 > h2 .card-title span {
  background-color: #E4E8EB;
}

/* line 138, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-2 a,
.content-hero .section-row.palette-alt-2 a {
  color: #008DC9;
}

/* line 141, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-2 a:hover,
.content-hero .section-row.palette-alt-2 a:hover {
  color: #1C5F89;
}

/* line 146, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-2 .card,
.content-hero .section-row.palette-alt-2 .card {
  background-color: #F5F8FA;
  border-color: transparent;
}

/* line 81, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card h1, .postscript-first .section-row.palette-alt-2 .card h2, .postscript-first .section-row.palette-alt-2 .card h3, .postscript-first .section-row.palette-alt-2 .card h4, .postscript-first .section-row.palette-alt-2 .card h5, .postscript-first .section-row.palette-alt-2 .card h6,
.postscript-first .section-row.palette-alt-2 .card .card-title,
.postscript-first .section-row.palette-alt-2 .card .card-title-et,
.postscript-first .section-row.palette-alt-2 .card .card-title-field,
.content-hero .section-row.palette-alt-2 .card h1,
.content-hero .section-row.palette-alt-2 .card h2,
.content-hero .section-row.palette-alt-2 .card h3,
.content-hero .section-row.palette-alt-2 .card h4,
.content-hero .section-row.palette-alt-2 .card h5,
.content-hero .section-row.palette-alt-2 .card h6,
.content-hero .section-row.palette-alt-2 .card .card-title,
.content-hero .section-row.palette-alt-2 .card .card-title-et,
.content-hero .section-row.palette-alt-2 .card .card-title-field {
  color: #000;
}

/* line 87, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card .card-text,
.content-hero .section-row.palette-alt-2 .card .card-text {
  color: #666666;
}

/* line 90, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card .card-text a,
.content-hero .section-row.palette-alt-2 .card .card-text a {
  color: #000;
}

/* line 92, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card .card-text a h1, .postscript-first .section-row.palette-alt-2 .card .card-text a h2, .postscript-first .section-row.palette-alt-2 .card .card-text a h3, .postscript-first .section-row.palette-alt-2 .card .card-text a h4, .postscript-first .section-row.palette-alt-2 .card .card-text a h5, .postscript-first .section-row.palette-alt-2 .card .card-text a h6,
.postscript-first .section-row.palette-alt-2 .card .card-text a .card-title,
.postscript-first .section-row.palette-alt-2 .card .card-text a .card-title-et,
.postscript-first .section-row.palette-alt-2 .card .card-text a .card-title-field,
.content-hero .section-row.palette-alt-2 .card .card-text a h1,
.content-hero .section-row.palette-alt-2 .card .card-text a h2,
.content-hero .section-row.palette-alt-2 .card .card-text a h3,
.content-hero .section-row.palette-alt-2 .card .card-text a h4,
.content-hero .section-row.palette-alt-2 .card .card-text a h5,
.content-hero .section-row.palette-alt-2 .card .card-text a h6,
.content-hero .section-row.palette-alt-2 .card .card-text a .card-title,
.content-hero .section-row.palette-alt-2 .card .card-text a .card-title-et,
.content-hero .section-row.palette-alt-2 .card .card-text a .card-title-field {
  color: #000;
}

/* line 98, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card .card-text a:hover,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover {
  color: #1C5F89;
}

/* line 100, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card .card-text a:hover h1, .postscript-first .section-row.palette-alt-2 .card .card-text a:hover h2, .postscript-first .section-row.palette-alt-2 .card .card-text a:hover h3, .postscript-first .section-row.palette-alt-2 .card .card-text a:hover h4, .postscript-first .section-row.palette-alt-2 .card .card-text a:hover h5, .postscript-first .section-row.palette-alt-2 .card .card-text a:hover h6,
.postscript-first .section-row.palette-alt-2 .card .card-text a:hover .card-title,
.postscript-first .section-row.palette-alt-2 .card .card-text a:hover .card-title-et,
.postscript-first .section-row.palette-alt-2 .card .card-text a:hover .card-title-field,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover h1,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover h2,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover h3,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover h4,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover h5,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover h6,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover .card-title,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover .card-title-et,
.content-hero .section-row.palette-alt-2 .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 111, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card .card-title h2 span,
.content-hero .section-row.palette-alt-2 .card .card-title h2 span {
  background-color: #F5F8FA;
}

/* line 116, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card .card-subtitle,
.content-hero .section-row.palette-alt-2 .card .card-subtitle {
  color: #666666;
}

/* line 149, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-2 a.card:hover,
.content-hero .section-row.palette-alt-2 a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text *,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text h1, .postscript-first .section-row.palette-alt-2 a.card:hover .card-text h2, .postscript-first .section-row.palette-alt-2 a.card:hover .card-text h3, .postscript-first .section-row.palette-alt-2 a.card:hover .card-text h4, .postscript-first .section-row.palette-alt-2 a.card:hover .card-text h5, .postscript-first .section-row.palette-alt-2 a.card:hover .card-text h6,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text .card-title,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text .card-title-et,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text .card-title-field,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * h1,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * h2,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * h3,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * h4,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * h5,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * h6,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * .card-title,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * .card-title-et,
.postscript-first .section-row.palette-alt-2 a.card:hover .card-text * .card-title-field,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text h1,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text h2,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text h3,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text h4,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text h5,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text h6,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text .card-title,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text .card-title-et,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text .card-title-field,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * h1,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * h2,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * h3,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * h4,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * h5,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * h6,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * .card-title,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * .card-title-et,
.content-hero .section-row.palette-alt-2 a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 a.card:hover .card-display-date,
.content-hero .section-row.palette-alt-2 a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 210, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card-more-link a.card,
.content-hero .section-row.palette-alt-2 .card-more-link a.card {
  background: #008DC9;
  color: white;
}

/* line 213, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card-more-link a.card:after,
.content-hero .section-row.palette-alt-2 .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 216, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card-more-link a.card:hover,
.content-hero .section-row.palette-alt-2 .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 219, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card-more-link a.card:hover:after,
.content-hero .section-row.palette-alt-2 .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 246, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card-feed-link a,
.content-hero .section-row.palette-alt-2 .card-feed-link a {
  background: none;
  color: #008DC9;
}

/* line 249, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card-feed-link a:after,
.content-hero .section-row.palette-alt-2 .card-feed-link a:after {
  background: #008DC9 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 252, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card-feed-link a:hover,
.content-hero .section-row.palette-alt-2 .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 255, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-2 .card-feed-link a:hover:after,
.content-hero .section-row.palette-alt-2 .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 161, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-3,
.content-hero .section-row.palette-alt-3 {
  background-color: #F5F8FA;
  color: #2C3F4D;
}

/* line 28, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-3 a.button,
.postscript-first .section-row.palette-alt-3 .button a,
.content-hero .section-row.palette-alt-3 a.button,
.content-hero .section-row.palette-alt-3 .button a {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 33, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-3 a.button:link, .postscript-first .section-row.palette-alt-3 a.button:visited,
.postscript-first .section-row.palette-alt-3 .button a:link,
.postscript-first .section-row.palette-alt-3 .button a:visited,
.content-hero .section-row.palette-alt-3 a.button:link,
.content-hero .section-row.palette-alt-3 a.button:visited,
.content-hero .section-row.palette-alt-3 .button a:link,
.content-hero .section-row.palette-alt-3 .button a:visited {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 38, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-3 a.button:after,
.postscript-first .section-row.palette-alt-3 .button a:after,
.content-hero .section-row.palette-alt-3 a.button:after,
.content-hero .section-row.palette-alt-3 .button a:after {
  background: none;
}

/* line 41, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-3 a.button:hover,
.postscript-first .section-row.palette-alt-3 .button a:hover,
.content-hero .section-row.palette-alt-3 a.button:hover,
.content-hero .section-row.palette-alt-3 .button a:hover {
  background: #1C5F89;
  border-color: #1C5F89;
  color: none;
}

/* line 45, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-alt-3 a.button:hover:after,
.postscript-first .section-row.palette-alt-3 .button a:hover:after,
.content-hero .section-row.palette-alt-3 a.button:hover:after,
.content-hero .section-row.palette-alt-3 .button a:hover:after {
  background: none;
}

/* line 80, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls button.slick-arrow.slick-prev, .postscript-first .section-row.palette-alt-3 .slick-nav button.slick-arrow.slick-prev,
.content-hero .section-row.palette-alt-3 .slick-controls button.slick-arrow.slick-prev,
.content-hero .section-row.palette-alt-3 .slick-nav button.slick-arrow.slick-prev {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 82, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls button.slick-arrow.slick-prev:hover, .postscript-first .section-row.palette-alt-3 .slick-nav button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-alt-3 .slick-controls button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-alt-3 .slick-nav button.slick-arrow.slick-prev:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 86, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls button.slick-arrow.slick-next, .postscript-first .section-row.palette-alt-3 .slick-nav button.slick-arrow.slick-next,
.content-hero .section-row.palette-alt-3 .slick-controls button.slick-arrow.slick-next,
.content-hero .section-row.palette-alt-3 .slick-nav button.slick-arrow.slick-next {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 88, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls button.slick-arrow.slick-next:hover, .postscript-first .section-row.palette-alt-3 .slick-nav button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-alt-3 .slick-controls button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-alt-3 .slick-nav button.slick-arrow.slick-next:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 95, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls .slick-dots li button, .postscript-first .section-row.palette-alt-3 .slick-nav .slick-dots li button,
.content-hero .section-row.palette-alt-3 .slick-controls .slick-dots li button,
.content-hero .section-row.palette-alt-3 .slick-nav .slick-dots li button {
  border: 2px solid #1C5F89;
}

/* line 97, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls .slick-dots li button:hover, .postscript-first .section-row.palette-alt-3 .slick-nav .slick-dots li button:hover,
.content-hero .section-row.palette-alt-3 .slick-controls .slick-dots li button:hover,
.content-hero .section-row.palette-alt-3 .slick-nav .slick-dots li button:hover {
  border: 2px solid #1C5F89;
}

/* line 101, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls .slick-dots li.slick-active button, .postscript-first .section-row.palette-alt-3 .slick-nav .slick-dots li.slick-active button,
.content-hero .section-row.palette-alt-3 .slick-controls .slick-dots li.slick-active button,
.content-hero .section-row.palette-alt-3 .slick-nav .slick-dots li.slick-active button {
  background-color: #1C5F89;
}

/* line 103, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls .slick-dots li.slick-active button:hover, .postscript-first .section-row.palette-alt-3 .slick-nav .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-alt-3 .slick-controls .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-alt-3 .slick-nav .slick-dots li.slick-active button:hover {
  background-color: #1C5F89;
}

/* line 110, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-controls,
.content-hero .section-row.palette-alt-3 .slick-controls {
  background: none;
}

/* line 111, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-alt-3 .slick-nav,
.content-hero .section-row.palette-alt-3 .slick-nav {
  background: #F5F8FA;
}

/* line 167, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-3 h2,
.content-hero .section-row.palette-alt-3 h2 {
  color: #2C3F4D;
}

/* line 170, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-3 > h2 .card-title span,
.content-hero .section-row.palette-alt-3 > h2 .card-title span {
  background-color: #F5F8FA;
}

/* line 174, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-3 a,
.content-hero .section-row.palette-alt-3 a {
  color: #F2F2F2;
}

/* line 177, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-3 a:hover,
.content-hero .section-row.palette-alt-3 a:hover {
  color: #000;
}

/* line 181, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-3 .card,
.content-hero .section-row.palette-alt-3 .card {
  background-color: #E59500;
  border-color: transparent;
}

/* line 169, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card h1, .postscript-first .section-row.palette-alt-3 .card h2, .postscript-first .section-row.palette-alt-3 .card h3, .postscript-first .section-row.palette-alt-3 .card h4, .postscript-first .section-row.palette-alt-3 .card h5, .postscript-first .section-row.palette-alt-3 .card h6,
.postscript-first .section-row.palette-alt-3 .card .card-title,
.postscript-first .section-row.palette-alt-3 .card .card-title-et,
.postscript-first .section-row.palette-alt-3 .card .card-title-field,
.content-hero .section-row.palette-alt-3 .card h1,
.content-hero .section-row.palette-alt-3 .card h2,
.content-hero .section-row.palette-alt-3 .card h3,
.content-hero .section-row.palette-alt-3 .card h4,
.content-hero .section-row.palette-alt-3 .card h5,
.content-hero .section-row.palette-alt-3 .card h6,
.content-hero .section-row.palette-alt-3 .card .card-title,
.content-hero .section-row.palette-alt-3 .card .card-title-et,
.content-hero .section-row.palette-alt-3 .card .card-title-field {
  color: #F5F8FA;
}

/* line 175, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card .card-text,
.content-hero .section-row.palette-alt-3 .card .card-text {
  color: #FFF;
}

/* line 178, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card .card-text a,
.content-hero .section-row.palette-alt-3 .card .card-text a {
  color: #F2F2F2;
}

/* line 180, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card .card-text a h1, .postscript-first .section-row.palette-alt-3 .card .card-text a h2, .postscript-first .section-row.palette-alt-3 .card .card-text a h3, .postscript-first .section-row.palette-alt-3 .card .card-text a h4, .postscript-first .section-row.palette-alt-3 .card .card-text a h5, .postscript-first .section-row.palette-alt-3 .card .card-text a h6,
.postscript-first .section-row.palette-alt-3 .card .card-text a .card-title,
.postscript-first .section-row.palette-alt-3 .card .card-text a .card-title-et,
.postscript-first .section-row.palette-alt-3 .card .card-text a .card-title-field,
.content-hero .section-row.palette-alt-3 .card .card-text a h1,
.content-hero .section-row.palette-alt-3 .card .card-text a h2,
.content-hero .section-row.palette-alt-3 .card .card-text a h3,
.content-hero .section-row.palette-alt-3 .card .card-text a h4,
.content-hero .section-row.palette-alt-3 .card .card-text a h5,
.content-hero .section-row.palette-alt-3 .card .card-text a h6,
.content-hero .section-row.palette-alt-3 .card .card-text a .card-title,
.content-hero .section-row.palette-alt-3 .card .card-text a .card-title-et,
.content-hero .section-row.palette-alt-3 .card .card-text a .card-title-field {
  color: #F5F8FA;
}

/* line 186, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card .card-text a:hover,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover {
  color: #1C5F89;
}

/* line 188, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card .card-text a:hover h1, .postscript-first .section-row.palette-alt-3 .card .card-text a:hover h2, .postscript-first .section-row.palette-alt-3 .card .card-text a:hover h3, .postscript-first .section-row.palette-alt-3 .card .card-text a:hover h4, .postscript-first .section-row.palette-alt-3 .card .card-text a:hover h5, .postscript-first .section-row.palette-alt-3 .card .card-text a:hover h6,
.postscript-first .section-row.palette-alt-3 .card .card-text a:hover .card-title,
.postscript-first .section-row.palette-alt-3 .card .card-text a:hover .card-title-et,
.postscript-first .section-row.palette-alt-3 .card .card-text a:hover .card-title-field,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover h1,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover h2,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover h3,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover h4,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover h5,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover h6,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover .card-title,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover .card-title-et,
.content-hero .section-row.palette-alt-3 .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 199, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card .card-title h2 span,
.content-hero .section-row.palette-alt-3 .card .card-title h2 span {
  background-color: #E59500;
}

/* line 204, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card .card-subtitle,
.content-hero .section-row.palette-alt-3 .card .card-subtitle {
  color: #F5F8FA;
}

/* line 184, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-alt-3 a.card:hover,
.content-hero .section-row.palette-alt-3 a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text *,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text h1, .postscript-first .section-row.palette-alt-3 a.card:hover .card-text h2, .postscript-first .section-row.palette-alt-3 a.card:hover .card-text h3, .postscript-first .section-row.palette-alt-3 a.card:hover .card-text h4, .postscript-first .section-row.palette-alt-3 a.card:hover .card-text h5, .postscript-first .section-row.palette-alt-3 a.card:hover .card-text h6,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text .card-title,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text .card-title-et,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text .card-title-field,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * h1,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * h2,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * h3,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * h4,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * h5,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * h6,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * .card-title,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * .card-title-et,
.postscript-first .section-row.palette-alt-3 a.card:hover .card-text * .card-title-field,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text h1,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text h2,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text h3,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text h4,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text h5,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text h6,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text .card-title,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text .card-title-et,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text .card-title-field,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * h1,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * h2,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * h3,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * h4,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * h5,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * h6,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * .card-title,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * .card-title-et,
.content-hero .section-row.palette-alt-3 a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 a.card:hover .card-display-date,
.content-hero .section-row.palette-alt-3 a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 210, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card-more-link a.card,
.content-hero .section-row.palette-alt-3 .card-more-link a.card {
  background: #008DC9;
  color: white;
}

/* line 213, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card-more-link a.card:after,
.content-hero .section-row.palette-alt-3 .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 216, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card-more-link a.card:hover,
.content-hero .section-row.palette-alt-3 .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 219, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card-more-link a.card:hover:after,
.content-hero .section-row.palette-alt-3 .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 246, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card-feed-link a,
.content-hero .section-row.palette-alt-3 .card-feed-link a {
  background: none;
  color: #008DC9;
}

/* line 249, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card-feed-link a:after,
.content-hero .section-row.palette-alt-3 .card-feed-link a:after {
  background: #008DC9 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 252, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card-feed-link a:hover,
.content-hero .section-row.palette-alt-3 .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 255, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-alt-3 .card-feed-link a:hover:after,
.content-hero .section-row.palette-alt-3 .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 196, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-highlight,
.content-hero .section-row.palette-highlight {
  background-color: #42ACDC;
  color: #000;
}

/* line 53, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-highlight a.button,
.postscript-first .section-row.palette-highlight .button a,
.content-hero .section-row.palette-highlight a.button,
.content-hero .section-row.palette-highlight .button a {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: white;
}

/* line 58, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-highlight a.button:link, .postscript-first .section-row.palette-highlight a.button:visited,
.postscript-first .section-row.palette-highlight .button a:link,
.postscript-first .section-row.palette-highlight .button a:visited,
.content-hero .section-row.palette-highlight a.button:link,
.content-hero .section-row.palette-highlight a.button:visited,
.content-hero .section-row.palette-highlight .button a:link,
.content-hero .section-row.palette-highlight .button a:visited {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: white;
}

/* line 63, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-highlight a.button:after,
.postscript-first .section-row.palette-highlight .button a:after,
.content-hero .section-row.palette-highlight a.button:after,
.content-hero .section-row.palette-highlight .button a:after {
  background: none;
}

/* line 66, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-highlight a.button:hover,
.postscript-first .section-row.palette-highlight .button a:hover,
.content-hero .section-row.palette-highlight a.button:hover,
.content-hero .section-row.palette-highlight .button a:hover {
  background: #1C5F89;
  border-color: #1C5F89;
  color: white;
}

/* line 70, app/assets/stylesheets/mixins/_button-states.scss */
.postscript-first .section-row.palette-highlight a.button:hover:after,
.postscript-first .section-row.palette-highlight .button a:hover:after,
.content-hero .section-row.palette-highlight a.button:hover:after,
.content-hero .section-row.palette-highlight .button a:hover:after {
  background: none;
}

/* line 42, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls button.slick-arrow.slick-prev, .postscript-first .section-row.palette-highlight .slick-nav button.slick-arrow.slick-prev,
.content-hero .section-row.palette-highlight .slick-controls button.slick-arrow.slick-prev,
.content-hero .section-row.palette-highlight .slick-nav button.slick-arrow.slick-prev {
  background: white url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%232C3f4E%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 44, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls button.slick-arrow.slick-prev:hover, .postscript-first .section-row.palette-highlight .slick-nav button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-highlight .slick-controls button.slick-arrow.slick-prev:hover,
.content-hero .section-row.palette-highlight .slick-nav button.slick-arrow.slick-prev:hover {
  background: #BA8658 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 48, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls button.slick-arrow.slick-next, .postscript-first .section-row.palette-highlight .slick-nav button.slick-arrow.slick-next,
.content-hero .section-row.palette-highlight .slick-controls button.slick-arrow.slick-next,
.content-hero .section-row.palette-highlight .slick-nav button.slick-arrow.slick-next {
  background: white url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%232C3f4E%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 50, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls button.slick-arrow.slick-next:hover, .postscript-first .section-row.palette-highlight .slick-nav button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-highlight .slick-controls button.slick-arrow.slick-next:hover,
.content-hero .section-row.palette-highlight .slick-nav button.slick-arrow.slick-next:hover {
  background: #BA8658 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 57, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls .slick-dots li button, .postscript-first .section-row.palette-highlight .slick-nav .slick-dots li button,
.content-hero .section-row.palette-highlight .slick-controls .slick-dots li button,
.content-hero .section-row.palette-highlight .slick-nav .slick-dots li button {
  border: 2px solid white;
}

/* line 59, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls .slick-dots li button:hover, .postscript-first .section-row.palette-highlight .slick-nav .slick-dots li button:hover,
.content-hero .section-row.palette-highlight .slick-controls .slick-dots li button:hover,
.content-hero .section-row.palette-highlight .slick-nav .slick-dots li button:hover {
  border: 2px solid white;
}

/* line 63, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls .slick-dots li.slick-active button, .postscript-first .section-row.palette-highlight .slick-nav .slick-dots li.slick-active button,
.content-hero .section-row.palette-highlight .slick-controls .slick-dots li.slick-active button,
.content-hero .section-row.palette-highlight .slick-nav .slick-dots li.slick-active button {
  background-color: white;
}

/* line 65, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls .slick-dots li.slick-active button:hover, .postscript-first .section-row.palette-highlight .slick-nav .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-highlight .slick-controls .slick-dots li.slick-active button:hover,
.content-hero .section-row.palette-highlight .slick-nav .slick-dots li.slick-active button:hover {
  background-color: white;
}

/* line 72, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-controls,
.content-hero .section-row.palette-highlight .slick-controls {
  background: none;
}

/* line 73, app/assets/stylesheets/mixins/_slick-palette.scss */
.postscript-first .section-row.palette-highlight .slick-nav,
.content-hero .section-row.palette-highlight .slick-nav {
  background: rgba(255, 255, 255, 0.25);
}

/* line 202, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-highlight h2,
.content-hero .section-row.palette-highlight h2 {
  color: #000;
}

/* line 205, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-highlight > h2 .card-title span,
.content-hero .section-row.palette-highlight > h2 .card-title span {
  background-color: #42ACDC;
}

/* line 209, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-highlight a,
.content-hero .section-row.palette-highlight a {
  color: #F2F2F2;
}

/* line 212, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-highlight a:hover,
.content-hero .section-row.palette-highlight a:hover {
  color: #000;
}

/* line 217, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-highlight .card,
.content-hero .section-row.palette-highlight .card {
  background-color: white;
  border-color: transparent;
}

/* line 37, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card h1, .postscript-first .section-row.palette-highlight .card h2, .postscript-first .section-row.palette-highlight .card h3, .postscript-first .section-row.palette-highlight .card h4, .postscript-first .section-row.palette-highlight .card h5, .postscript-first .section-row.palette-highlight .card h6,
.postscript-first .section-row.palette-highlight .card .card-title,
.postscript-first .section-row.palette-highlight .card .card-title-et,
.postscript-first .section-row.palette-highlight .card .card-title-field,
.content-hero .section-row.palette-highlight .card h1,
.content-hero .section-row.palette-highlight .card h2,
.content-hero .section-row.palette-highlight .card h3,
.content-hero .section-row.palette-highlight .card h4,
.content-hero .section-row.palette-highlight .card h5,
.content-hero .section-row.palette-highlight .card h6,
.content-hero .section-row.palette-highlight .card .card-title,
.content-hero .section-row.palette-highlight .card .card-title-et,
.content-hero .section-row.palette-highlight .card .card-title-field {
  color: #000;
}

/* line 43, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card .card-text,
.content-hero .section-row.palette-highlight .card .card-text {
  color: #666666;
}

/* line 46, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card .card-text a,
.content-hero .section-row.palette-highlight .card .card-text a {
  color: #000;
}

/* line 48, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card .card-text a h1, .postscript-first .section-row.palette-highlight .card .card-text a h2, .postscript-first .section-row.palette-highlight .card .card-text a h3, .postscript-first .section-row.palette-highlight .card .card-text a h4, .postscript-first .section-row.palette-highlight .card .card-text a h5, .postscript-first .section-row.palette-highlight .card .card-text a h6,
.postscript-first .section-row.palette-highlight .card .card-text a .card-title,
.postscript-first .section-row.palette-highlight .card .card-text a .card-title-et,
.postscript-first .section-row.palette-highlight .card .card-text a .card-title-field,
.content-hero .section-row.palette-highlight .card .card-text a h1,
.content-hero .section-row.palette-highlight .card .card-text a h2,
.content-hero .section-row.palette-highlight .card .card-text a h3,
.content-hero .section-row.palette-highlight .card .card-text a h4,
.content-hero .section-row.palette-highlight .card .card-text a h5,
.content-hero .section-row.palette-highlight .card .card-text a h6,
.content-hero .section-row.palette-highlight .card .card-text a .card-title,
.content-hero .section-row.palette-highlight .card .card-text a .card-title-et,
.content-hero .section-row.palette-highlight .card .card-text a .card-title-field {
  color: #000;
}

/* line 54, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card .card-text a:hover,
.content-hero .section-row.palette-highlight .card .card-text a:hover {
  color: #1C5F89;
}

/* line 56, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card .card-text a:hover h1, .postscript-first .section-row.palette-highlight .card .card-text a:hover h2, .postscript-first .section-row.palette-highlight .card .card-text a:hover h3, .postscript-first .section-row.palette-highlight .card .card-text a:hover h4, .postscript-first .section-row.palette-highlight .card .card-text a:hover h5, .postscript-first .section-row.palette-highlight .card .card-text a:hover h6,
.postscript-first .section-row.palette-highlight .card .card-text a:hover .card-title,
.postscript-first .section-row.palette-highlight .card .card-text a:hover .card-title-et,
.postscript-first .section-row.palette-highlight .card .card-text a:hover .card-title-field,
.content-hero .section-row.palette-highlight .card .card-text a:hover h1,
.content-hero .section-row.palette-highlight .card .card-text a:hover h2,
.content-hero .section-row.palette-highlight .card .card-text a:hover h3,
.content-hero .section-row.palette-highlight .card .card-text a:hover h4,
.content-hero .section-row.palette-highlight .card .card-text a:hover h5,
.content-hero .section-row.palette-highlight .card .card-text a:hover h6,
.content-hero .section-row.palette-highlight .card .card-text a:hover .card-title,
.content-hero .section-row.palette-highlight .card .card-text a:hover .card-title-et,
.content-hero .section-row.palette-highlight .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 67, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card .card-title h2 span,
.content-hero .section-row.palette-highlight .card .card-title h2 span {
  background-color: white;
}

/* line 72, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card .card-subtitle,
.content-hero .section-row.palette-highlight .card .card-subtitle {
  color: #666666;
}

/* line 220, app/assets/stylesheets/base/_section-rows.scss */
.postscript-first .section-row.palette-highlight a.card:hover,
.content-hero .section-row.palette-highlight a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight a.card:hover .card-text,
.postscript-first .section-row.palette-highlight a.card:hover .card-text *,
.content-hero .section-row.palette-highlight a.card:hover .card-text,
.content-hero .section-row.palette-highlight a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight a.card:hover .card-text h1, .postscript-first .section-row.palette-highlight a.card:hover .card-text h2, .postscript-first .section-row.palette-highlight a.card:hover .card-text h3, .postscript-first .section-row.palette-highlight a.card:hover .card-text h4, .postscript-first .section-row.palette-highlight a.card:hover .card-text h5, .postscript-first .section-row.palette-highlight a.card:hover .card-text h6,
.postscript-first .section-row.palette-highlight a.card:hover .card-text .card-title,
.postscript-first .section-row.palette-highlight a.card:hover .card-text .card-title-et,
.postscript-first .section-row.palette-highlight a.card:hover .card-text .card-title-field,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * h1,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * h2,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * h3,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * h4,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * h5,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * h6,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * .card-title,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * .card-title-et,
.postscript-first .section-row.palette-highlight a.card:hover .card-text * .card-title-field,
.content-hero .section-row.palette-highlight a.card:hover .card-text h1,
.content-hero .section-row.palette-highlight a.card:hover .card-text h2,
.content-hero .section-row.palette-highlight a.card:hover .card-text h3,
.content-hero .section-row.palette-highlight a.card:hover .card-text h4,
.content-hero .section-row.palette-highlight a.card:hover .card-text h5,
.content-hero .section-row.palette-highlight a.card:hover .card-text h6,
.content-hero .section-row.palette-highlight a.card:hover .card-text .card-title,
.content-hero .section-row.palette-highlight a.card:hover .card-text .card-title-et,
.content-hero .section-row.palette-highlight a.card:hover .card-text .card-title-field,
.content-hero .section-row.palette-highlight a.card:hover .card-text * h1,
.content-hero .section-row.palette-highlight a.card:hover .card-text * h2,
.content-hero .section-row.palette-highlight a.card:hover .card-text * h3,
.content-hero .section-row.palette-highlight a.card:hover .card-text * h4,
.content-hero .section-row.palette-highlight a.card:hover .card-text * h5,
.content-hero .section-row.palette-highlight a.card:hover .card-text * h6,
.content-hero .section-row.palette-highlight a.card:hover .card-text * .card-title,
.content-hero .section-row.palette-highlight a.card:hover .card-text * .card-title-et,
.content-hero .section-row.palette-highlight a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight a.card:hover .card-display-date,
.content-hero .section-row.palette-highlight a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 227, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card-more-link a.card,
.content-hero .section-row.palette-highlight .card-more-link a.card {
  background: #F2F2F2;
  color: white;
}

/* line 230, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card-more-link a.card:after,
.content-hero .section-row.palette-highlight .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 233, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card-more-link a.card:hover,
.content-hero .section-row.palette-highlight .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 236, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card-more-link a.card:hover:after,
.content-hero .section-row.palette-highlight .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 264, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card-feed-link a,
.content-hero .section-row.palette-highlight .card-feed-link a {
  background: none;
  color: #FFF;
}

/* line 267, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card-feed-link a:after,
.content-hero .section-row.palette-highlight .card-feed-link a:after {
  background: #FFF url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23034EA2%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 270, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card-feed-link a:hover,
.content-hero .section-row.palette-highlight .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 273, app/assets/stylesheets/mixins/_card-palette.scss */
.postscript-first .section-row.palette-highlight .card-feed-link a:hover:after,
.content-hero .section-row.palette-highlight .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 2, app/assets/stylesheets/base/_side-rows.scss */
main #sidebar-second {
  background: none;
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/base/_side-rows.scss */
main .side-row {
  background: white;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  margin: 0 0 25px;
  padding: 20px 20px;
  overflow: hidden;
}

/* line 80, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls button.slick-arrow.slick-prev, main .side-row .slick-nav button.slick-arrow.slick-prev {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 82, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls button.slick-arrow.slick-prev:hover, main .side-row .slick-nav button.slick-arrow.slick-prev:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 86, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls button.slick-arrow.slick-next, main .side-row .slick-nav button.slick-arrow.slick-next {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 88, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls button.slick-arrow.slick-next:hover, main .side-row .slick-nav button.slick-arrow.slick-next:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 95, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls .slick-dots li button, main .side-row .slick-nav .slick-dots li button {
  border: 2px solid #1C5F89;
}

/* line 97, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls .slick-dots li button:hover, main .side-row .slick-nav .slick-dots li button:hover {
  border: 2px solid #1C5F89;
}

/* line 101, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls .slick-dots li.slick-active button, main .side-row .slick-nav .slick-dots li.slick-active button {
  background-color: #1C5F89;
}

/* line 103, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls .slick-dots li.slick-active button:hover, main .side-row .slick-nav .slick-dots li.slick-active button:hover {
  background-color: #1C5F89;
}

/* line 110, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-controls {
  background: none;
}

/* line 111, app/assets/stylesheets/mixins/_slick-palette.scss */
main .side-row .slick-nav {
  background: #F5F8FA;
}

/* line 53, app/assets/stylesheets/mixins/_button-states.scss */
main .side-row a.button,
main .side-row .button a {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: white;
}

/* line 58, app/assets/stylesheets/mixins/_button-states.scss */
main .side-row a.button:link, main .side-row a.button:visited,
main .side-row .button a:link,
main .side-row .button a:visited {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: white;
}

/* line 63, app/assets/stylesheets/mixins/_button-states.scss */
main .side-row a.button:after,
main .side-row .button a:after {
  background: none;
}

/* line 66, app/assets/stylesheets/mixins/_button-states.scss */
main .side-row a.button:hover,
main .side-row .button a:hover {
  background: #1C5F89;
  border-color: #1C5F89;
  color: white;
}

/* line 70, app/assets/stylesheets/mixins/_button-states.scss */
main .side-row a.button:hover:after,
main .side-row .button a:hover:after {
  background: none;
}

/* line 20, app/assets/stylesheets/base/_side-rows.scss */
main .side-row.section-with-slider {
  padding: 0;
}

/* line 24, app/assets/stylesheets/base/_side-rows.scss */
main .side-row .section-inner {
  padding: 0;
}

@media (max-width: 45em) {
  /* line 24, app/assets/stylesheets/base/_side-rows.scss */
  main .side-row .section-inner {
    padding: 0;
  }
}

/* line 31, app/assets/stylesheets/base/_side-rows.scss */
main .side-row h2 {
  font: 1.25rem/1.3 "Open Sans", sans-serif;
}

/* line 33, app/assets/stylesheets/base/_side-rows.scss */
main .side-row h2 .card-title {
  font-size: inherit;
}

/* line 38, app/assets/stylesheets/base/_side-rows.scss */
main .side-row .card {
  background-color: #E4E8EB;
  border-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}

/* line 125, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card h1, main .side-row .card h2, main .side-row .card h3, main .side-row .card h4, main .side-row .card h5, main .side-row .card h6,
main .side-row .card .card-title,
main .side-row .card .card-title-et,
main .side-row .card .card-title-field {
  color: #000;
}

/* line 131, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card .card-text {
  color: #666666;
}

/* line 134, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card .card-text a {
  color: #000;
}

/* line 136, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card .card-text a h1, main .side-row .card .card-text a h2, main .side-row .card .card-text a h3, main .side-row .card .card-text a h4, main .side-row .card .card-text a h5, main .side-row .card .card-text a h6,
main .side-row .card .card-text a .card-title,
main .side-row .card .card-text a .card-title-et,
main .side-row .card .card-text a .card-title-field {
  color: #000;
}

/* line 142, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card .card-text a:hover {
  color: #1C5F89;
}

/* line 144, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card .card-text a:hover h1, main .side-row .card .card-text a:hover h2, main .side-row .card .card-text a:hover h3, main .side-row .card .card-text a:hover h4, main .side-row .card .card-text a:hover h5, main .side-row .card .card-text a:hover h6,
main .side-row .card .card-text a:hover .card-title,
main .side-row .card .card-text a:hover .card-title-et,
main .side-row .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 155, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card .card-title h2 span {
  background-color: #E4E8EB;
}

/* line 160, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card .card-subtitle {
  color: #666666;
}

/* line 46, app/assets/stylesheets/base/_side-rows.scss */
main .side-row .card .card-text {
  padding: 20px 20px;
}

/* line 50, app/assets/stylesheets/base/_side-rows.scss */
main .side-row a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row a.card:hover .card-text,
main .side-row a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row a.card:hover .card-text h1, main .side-row a.card:hover .card-text h2, main .side-row a.card:hover .card-text h3, main .side-row a.card:hover .card-text h4, main .side-row a.card:hover .card-text h5, main .side-row a.card:hover .card-text h6,
main .side-row a.card:hover .card-text .card-title,
main .side-row a.card:hover .card-text .card-title-et,
main .side-row a.card:hover .card-text .card-title-field,
main .side-row a.card:hover .card-text * h1,
main .side-row a.card:hover .card-text * h2,
main .side-row a.card:hover .card-text * h3,
main .side-row a.card:hover .card-text * h4,
main .side-row a.card:hover .card-text * h5,
main .side-row a.card:hover .card-text * h6,
main .side-row a.card:hover .card-text * .card-title,
main .side-row a.card:hover .card-text * .card-title-et,
main .side-row a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 210, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card-more-link a.card {
  background: #008DC9;
  color: white;
}

/* line 213, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 216, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 219, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 246, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card-feed-link a {
  background: none;
  color: #008DC9;
}

/* line 249, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card-feed-link a:after {
  background: #008DC9 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 252, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 255, app/assets/stylesheets/mixins/_card-palette.scss */
main .side-row .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 10, app/assets/stylesheets/base/_nodes.scss */
.node-leaf main {
  background-color: #FFF;
}

/* line 13, app/assets/stylesheets/base/_nodes.scss */
.node-leaf #content {
  padding: 20px;
  background-color: white;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/base/_nodes.scss */
.node-leaf #content .card-title-field h1 {
  font-size: 2rem;
  font-weight: normal;
}

/* line 22, app/assets/stylesheets/base/_nodes.scss */
.node-leaf #content .card-intro {
  margin-top: 20px;
}

/* line 25, app/assets/stylesheets/base/_nodes.scss */
.node-leaf #content .card-image {
  float: left;
  margin: 0 20px 20px 0;
}

@media (min-width: 640px) {
  /* line 25, app/assets/stylesheets/base/_nodes.scss */
  .node-leaf #content .card-image {
    max-width: 55%;
  }
}

/* line 37, app/assets/stylesheets/base/_nodes.scss */
main section#content .content-main,
main section#content .content-additional {
  padding: 0;
}

/* line 44, app/assets/stylesheets/base/_nodes.scss */
main section#content .content-main + .content-additional {
  margin-top: 30px;
}

/* line 50, app/assets/stylesheets/base/_nodes.scss */
.node-content h1 {
  font-size: 2.111rem;
  font-weight: 500;
  line-height: 1.1875;
  color: #2C3F4D;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px;
  text-transform: none;
}

/* line 58, app/assets/stylesheets/base/_nodes.scss */
.node-content h1:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #D86422;
  margin-top: 0.5rem;
}

/* line 67, app/assets/stylesheets/base/_nodes.scss */
.node-content .card-image {
  margin-bottom: 20px;
}

/* line 70, app/assets/stylesheets/base/_nodes.scss */
.node-content .card-display-date {
  font-size: 0.875rem;
  margin-right: 3px;
  padding: 0;
}

/* line 75, app/assets/stylesheets/base/_nodes.scss */
.node-content .card-location {
  display: inline-block;
  font-size: 0.8125em;
}

/* line 79, app/assets/stylesheets/base/_nodes.scss */
.node-content .card-date,
.node-content .card-display-date,
.node-content .card-location {
  margin-bottom: 15px;
}

/* line 84, app/assets/stylesheets/base/_nodes.scss */
.node-content .card-job-title {
  color: #666666;
  font-size: 1.125em;
}

/* line 88, app/assets/stylesheets/base/_nodes.scss */
.node-content .card-summary {
  color: #2C3F4D;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.3;
}

/* line 95, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-publication .card-journal,
.node-content.node-publication .card-year,
.node-content.node-publication .card-volume,
.node-content.node-publication .card-pages,
.node-content.node-publication .card-doi,
.node-content.node-publication .card-pmid {
  display: inline-block;
}

/* line 103, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-publication .card-journal .label,
.node-content.node-publication .card-year .label,
.node-content.node-publication .card-volume .label,
.node-content.node-publication .card-pages .label,
.node-content.node-publication .card-doi .label,
.node-content.node-publication .card-pmid .label {
  display: inline;
}

/* line 107, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-publication .card-authors,
.node-content.node-publication .card-abbr-authors {
  font-style: italic;
  margin-bottom: 5px;
}

/* line 112, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-publication .card-journal:after {
  content: ", ";
}

/* line 115, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-publication .card-year:after {
  content: "; ";
}

/* line 118, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-publication .card-volume:after {
  content: ": ";
}

/* line 121, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-publication .card-journal,
.node-content.node-publication .card-year {
  font-weight: bold;
}

/* line 125, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-publication .card-body {
  margin-top: 20px;
}

/* line 130, app/assets/stylesheets/base/_nodes.scss */
.node-content.node-organisation .card-logo {
  text-align: center;
  background-color: transparent;
  margin-bottom: 1rem;
}

@media (min-width: 45em) {
  /* line 130, app/assets/stylesheets/base/_nodes.scss */
  .node-content.node-organisation .card-logo {
    float: right;
    margin-left: 1.25rem;
    max-width: calc(50% - 0.625rem);
  }
}

/* line 1, app/assets/stylesheets/base/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #008DC9;
  border: none;
  border-radius: 0;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font: 600 18px "Open Sans", sans-serif;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 19, app/assets/stylesheets/base/_buttons.scss */
button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #1C5F89;
  color: white;
}

/* line 25, app/assets/stylesheets/base/_buttons.scss */
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 31, app/assets/stylesheets/base/_buttons.scss */
a.button,
.button a {
  border-radius: 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  font: 600 18px "Open Sans", sans-serif;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 28, app/assets/stylesheets/mixins/_button-states.scss */
a.button a.button,
a.button .button a,
.button a a.button,
.button a .button a {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 33, app/assets/stylesheets/mixins/_button-states.scss */
a.button a.button:link, a.button a.button:visited,
a.button .button a:link,
a.button .button a:visited,
.button a a.button:link,
.button a a.button:visited,
.button a .button a:link,
.button a .button a:visited {
  background: #008DC9;
  border-color: #008DC9;
  color: white;
}

/* line 38, app/assets/stylesheets/mixins/_button-states.scss */
a.button a.button:after,
a.button .button a:after,
.button a a.button:after,
.button a .button a:after {
  background: none;
}

/* line 41, app/assets/stylesheets/mixins/_button-states.scss */
a.button a.button:hover,
a.button .button a:hover,
.button a a.button:hover,
.button a .button a:hover {
  background: #1C5F89;
  border-color: #1C5F89;
  color: none;
}

/* line 45, app/assets/stylesheets/mixins/_button-states.scss */
a.button a.button:hover:after,
a.button .button a:hover:after,
.button a a.button:hover:after,
.button a .button a:hover:after {
  background: none;
}

/* line 46, app/assets/stylesheets/base/_buttons.scss */
button.cancel {
  background-color: #C91C00;
}

/* line 1, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb {
  background: #FFF;
  clear: both;
  padding: 10px 0;
}

@media (max-width: 45em) {
  /* line 1, app/assets/stylesheets/common/_breadcrumb.scss */
  #breadcrumb {
    padding: 5px 0;
    margin-top: 5px;
  }
}

/* line 10, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb .breadcrumb {
  color: #2C3F4D;
  display: inline-block;
  font: 0.778rem/1 "Open Sans", sans-serif;
  line-height: 1.5;
  margin: 5px 0;
  padding: 0 10px;
}

@media (max-width: 45em) {
  /* line 10, app/assets/stylesheets/common/_breadcrumb.scss */
  #breadcrumb .breadcrumb {
    padding: 0 10px;
  }
}

/* line 22, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb .breadcrumb span {
  font-size: 0.875rem;
}

/* line 25, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb .breadcrumb span:after {
  color: #FFF;
  content: '';
}

/* line 32, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb .breadcrumb span a {
  border: none;
  color: #008DC9;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20version%3D%221.1%22%20viewBox%3D%220%200%2011%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m2.543%200-1.9941%201.8027%206.3027%207.1973-6.3027%207.2051%201.9941%201.7949%207.9082-9-7.9082-9z%22%20fill%3D%22%23001c5f%22%2F%3E%3C%2Fsvg%3E") no-repeat 100% 50%;
  background-size: 12.5% 50%;
  padding-right: 25px;
}

/* line 38, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb .breadcrumb span a:hover {
  color: #D86422;
}

/* line 43, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb .breadcrumb span.first a {
  padding-left: 0;
}

/* line 47, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb .breadcrumb span.last {
  padding-left: 15px;
}

/* line 50, app/assets/stylesheets/common/_breadcrumb.scss */
#breadcrumb .breadcrumb span.last:after {
  content: normal;
}

/* line 2, app/assets/stylesheets/common/_tabs.scss */
.tabs.primary {
  line-height: 1.5;
  padding: 0 10px;
  margin: 20px 0 0;
  border-bottom: 1px solid rgba(44, 63, 78, 0.1);
}

/* line 20, app/assets/stylesheets/bourbon/addons/_clearfix.scss */
.tabs.primary::after {
  clear: both;
  content: "";
  display: table;
}

/* line 9, app/assets/stylesheets/common/_tabs.scss */
.tabs.primary li {
  list-style: none;
}

@media screen and (min-width: 45em) {
  /* line 9, app/assets/stylesheets/common/_tabs.scss */
  .tabs.primary li {
    display: inline-block;
  }
}

/* line 16, app/assets/stylesheets/common/_tabs.scss */
.tabs.primary li a {
  background-color: white;
  border-top: 1px solid #E4E8EB;
  color: #2C3F4D;
  display: inline-block;
  font-weight: 400;
  padding: 10px 1.618em;
  text-decoration: none;
}

@media screen and (min-width: 45em) {
  /* line 16, app/assets/stylesheets/common/_tabs.scss */
  .tabs.primary li a {
    display: inline-block;
    border-top: 0;
  }
}

/* line 31, app/assets/stylesheets/common/_tabs.scss */
.tabs.primary li a:hover {
  background: #D86422;
  color: #FFF;
}

/* line 36, app/assets/stylesheets/common/_tabs.scss */
.tabs.primary li a:focus {
  outline: none;
}

/* line 40, app/assets/stylesheets/common/_tabs.scss */
.tabs.primary li a.active {
  border-bottom: 0;
  background: #D86422;
  color: #2C3F4D;
}

@media screen and (min-width: 45em) {
  /* line 40, app/assets/stylesheets/common/_tabs.scss */
  .tabs.primary li a.active {
    border: 1px solid rgba(44, 63, 78, 0.1);
    border-bottom-color: #D86422;
    margin-bottom: -1px;
  }
}

/* line 54, app/assets/stylesheets/common/_tabs.scss */
.tabs .tab-content {
  padding: 20px 1.618em;
  width: 100%;
}

@media screen and (min-width: 45em) {
  /* line 54, app/assets/stylesheets/common/_tabs.scss */
  .tabs .tab-content {
    border-top: 1px solid #E4E8EB;
    float: left;
  }
}

/* line 62, app/assets/stylesheets/common/_tabs.scss */
.tabs .tab-content.hide {
  display: none;
}

/* line 65, app/assets/stylesheets/common/_tabs.scss */
.tabs .tab-content.show {
  display: block;
}

/* line 68, app/assets/stylesheets/common/_tabs.scss */
.tabs .tab-content .actions {
  margin: 40px 0px 20px 0px;
}

/* line 1, app/assets/stylesheets/common/_tables.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 20px;
  width: auto;
  display: block;
  font-size: 0.889rem;
}

/* line 8, app/assets/stylesheets/common/_tables.scss */
table caption {
  background: #F2F2F2;
  border-bottom: 1px solid white;
  color: white;
  font: 1.125em/1.3333333333 "Open Sans", sans-serif;
  padding: 6.6666666667px 10px;
}

/* line 16, app/assets/stylesheets/common/_tables.scss */
table th {
  background: #FFF;
  border-bottom: 4px solid #008DC9;
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/common/_tables.scss */
table td {
  border-bottom: 1px solid rgba(44, 63, 78, 0.1);
  line-height: 1.5;
  padding: 0.75em 1em;
  border-left: 1px solid #F5F8FA;
  border-right: 1px solid #F5F8FA;
  word-wrap: break-word;
}

/* line 36, app/assets/stylesheets/common/_tables.scss */
table thead th {
  background-color: #FFF;
  border-bottom: 0px;
  padding: 0.75em 1em;
  color: #B5BDC1;
  font-weight: 500;
}

/* line 45, app/assets/stylesheets/common/_tables.scss */
table tr,
table td,
table th {
  background-color: #FFF;
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/common/_tables.scss */
table tbody {
  background-color: white;
}

/* line 55, app/assets/stylesheets/common/_tables.scss */
table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #F2F2F2;
}

/* line 58, app/assets/stylesheets/common/_tables.scss */
table tbody tr:first-child td {
  border-top: 4px solid #008DC9;
}

/* line 61, app/assets/stylesheets/common/_tables.scss */
table tbody tr:last-child td {
  border-bottom: 1px solid rgba(44, 63, 78, 0.1);
}

/* line 64, app/assets/stylesheets/common/_tables.scss */
table tbody td {
  border-bottom: 0px;
  border-top: 1px solid rgba(44, 63, 78, 0.1);
  padding: 0.75em 1em;
}

/* line 69, app/assets/stylesheets/common/_tables.scss */
table tbody td button {
  display: inline-block;
  font-size: .7em;
  line-height: 1.5;
  margin-bottom: .3em;
  margin-right: 0.5em;
  outline: none;
  padding: .3em 1em;
  width: 100%;
}

@media screen and (min-width: 45em) {
  /* line 69, app/assets/stylesheets/common/_tables.scss */
  table tbody td button {
    margin-bottom: 0;
    width: auto;
  }
}

/* line 90, app/assets/stylesheets/common/_tables.scss */
table.table-striped tbody tr:nth-child(even) > td, table.table-striped tbody tr:nth-child(even) > th {
  background-color: whitesmoke;
}

/* line 93, app/assets/stylesheets/common/_tables.scss */
table.table-striped tbody tr:nth-child(even):hover > td, table.table-striped tbody tr:nth-child(even):hover > th {
  background-color: #e8e8e8;
}

/* line 21, app/assets/stylesheets/common/_messages.scss */
.messages {
  margin: 0 10px;
}

/* line 24, app/assets/stylesheets/common/_messages.scss */
.messages.error {
  background-color: #fff2f5;
  border: 1px dotted #fdc0d0;
  border-radius: 3px;
  color: #b90534;
  display: block;
  margin: 20px 10px;
  padding: 10px 10px;
}

/* line 10, app/assets/stylesheets/common/_messages.scss */
.messages.error a {
  color: #870426;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/common/_messages.scss */
.messages.error a:focus, .messages.error a:hover {
  color: #24010a;
}

/* line 28, app/assets/stylesheets/common/_messages.scss */
.messages.status {
  background-color: #f6fbf7;
  border: 1px dotted #d2ecd8;
  border-radius: 3px;
  color: #39864a;
  display: block;
  margin: 20px 10px;
  padding: 10px 10px;
}

/* line 10, app/assets/stylesheets/common/_messages.scss */
.messages.status a {
  color: #2a6336;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/common/_messages.scss */
.messages.status a:focus, .messages.status a:hover {
  color: #0b1b0f;
}

/* line 32, app/assets/stylesheets/common/_messages.scss */
.messages.notice {
  background-color: #ecf1f8;
  border: 1px dotted #c6d5eb;
  border-radius: 3px;
  color: #2f5083;
  display: block;
  margin: 20px 10px;
  padding: 10px 10px;
}

/* line 10, app/assets/stylesheets/common/_messages.scss */
.messages.notice a {
  color: #21395d;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/common/_messages.scss */
.messages.notice a:focus, .messages.notice a:hover {
  color: #070b12;
}

/* line 36, app/assets/stylesheets/common/_messages.scss */
.messages.warning {
  background-color: #fffdf6;
  border: 1px dotted #fcf3c5;
  border-radius: 3px;
  color: #ba9b09;
  display: block;
  margin: 20px 10px;
  padding: 10px 10px;
}

/* line 10, app/assets/stylesheets/common/_messages.scss */
.messages.warning a {
  color: #897206;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/common/_messages.scss */
.messages.warning a:focus, .messages.warning a:hover {
  color: #272102;
}

/* line 4, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block {
  display: none;
}

@media screen and (min-width: 880px) {
  /* line 23, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .main-nav-wrapper {
    background: #008DC9;
  }
}

/* line 27, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block {
  clear: right;
  position: relative;
}

/* line 31, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .main-menu-btn {
  background-color: #008DC9;
  float: right;
  width: 86px;
  height: 100px;
  text-indent: -999em;
  margin: -80px 0px 0px 0px;
}

/* line 39, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .main-menu-btn .main-menu-btn-icon {
  left: 16px;
  height: 6px;
  width: 56px;
  background-color: #FFF;
  border-radius: 8px;
  margin-top: -2px;
}

/* line 47, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .main-menu-btn .main-menu-btn-icon:before {
  top: -14px;
  left: 0;
  height: 6px;
  width: 56px;
  background-color: #FFF;
  border-radius: 8px;
}

/* line 56, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .main-menu-btn .main-menu-btn-icon:after {
  top: 14px;
  left: 0;
  height: 6px;
  width: 56px;
  background-color: #FFF;
  border-radius: 8px;
}

/* line 67, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block ul.sm {
  background: none;
  clear: both;
}

/* line 77, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm {
  border: none;
  box-shadow: none;
}

/* line 81, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li {
  border-left: none;
  text-align: center;
}

@media screen and (min-width: 880px) {
  /* line 86, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(-n+5) {
    padding: 0.5rem;
  }
  /* line 88, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(-n+5) a {
    background: none;
    border: 1px solid white;
    border-radius: 0.222rem;
    background: none;
    padding: 0.5rem 1.125rem 0.25rem;
  }
  /* line 94, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(-n+5) a:hover {
    background-color: white;
    color: #D86422;
    border: 1px solid white;
    padding: 0.5rem 1.125rem 0.25rem;
  }
  /* line 100, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(-n+5) a.current {
    border-radius: 0.222rem;
    background-color: white;
    color: #D86422;
    border: 1px solid white;
    padding: 0.5rem 1.125rem 0.25rem;
  }
  /* line 106, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(-n+5) a.current.highlighted {
    border-radius: 0.222rem;
  }
  /* line 111, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(-n+5) h2 {
    padding-top: 5px;
    padding-left: 30px;
    color: white;
  }
  /* line 117, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(5) {
    padding-left: 0;
  }
  /* line 119, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(5) a {
    float: right;
  }
  /* line 123, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-child(5):before {
    content: ' or ';
    display: block;
    float: left;
    color: white;
    padding: 0.556rem 0.625rem 0.556rem 0;
  }
  /* line 130, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-last-child(-n+2) {
    display: block;
    float: right;
  }
  /* line 133, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:nth-last-child(-n+2) a {
    display: block;
  }
  /* line 137, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li.left {
    float: left !important;
  }
  /* line 140, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li.right {
    float: right !important;
  }
}

/* line 144, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li ul li a {
  display: block;
}

/* line 146, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li:last-child {
  position: relative;
}

@media screen and (min-width: 880px) {
  /* line 151, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a > .sub-arrow {
    display: none;
  }
}

/* line 156, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a {
  background-color: #008DC9;
  text-align: center;
  font: 1.333rem/1.25 "DIN Next W01";
  color: #FFF;
  padding: 1.125rem 1.125rem 0.778rem;
  text-transform: uppercase;
}

@media (min-width: 880px) and (max-width: 1150px) {
  /* line 156, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a {
    font: 1.222rem / 1.25 "DIN Next W01";
    padding: 1.125rem 1.125rem 0.778rem;
  }
}

/* line 169, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a:hover {
  border-bottom: none;
  padding: 1.125rem 1.125rem 0.778rem;
  background-color: #D86422;
  color: #FFF;
}

@media (min-width: 880px) and (max-width: 1150px) {
  /* line 169, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a:hover {
    padding: 1.125rem 1.125rem 0.778rem;
  }
}

/* line 179, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.current, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.active.current.highlighted {
  background-color: #D86422;
  color: #FFF;
  border-radius: 0;
}

/* line 186, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.current.highlighted {
  background-color: #E4E8EB;
  color: #2C3F4D;
  border-radius: 0;
}

/* line 192, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.highlighted {
  background-color: #E4E8EB;
  color: #2C3F4D;
  border-bottom: none;
  border-top: none;
  padding: 1.125rem 1.125rem 0.778rem;
}

@media (min-width: 880px) and (max-width: 1150px) {
  /* line 192, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.highlighted {
    padding: 1.125rem 1.125rem 0.778rem;
  }
}

/* line 203, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.highlighted:hover {
  background-color: #D86422;
  color: #FFF;
}

/* line 212, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li a {
  cursor: pointer;
  background-color: transparent;
}

/* line 216, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li a .sub-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
  background-size: contain;
  width: 16px;
  text-indent: -999em;
  overflow: hidden;
  right: 0;
}

/* line 226, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu {
  background: #F5F8FA;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

/* line 232, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li {
  border-top: none;
}

/* line 235, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a {
  color: #2C3F4D;
  font: 1.222rem/1.25 "Open Sans", sans-serif;
  line-height: 1.225;
  padding: 0.625rem 1.125rem;
}

/* line 241, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a.current {
  background: #F5F8FA;
}

/* line 245, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a:hover, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a.active {
  background-color: #D86422;
  color: #FFF;
}

/* line 251, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a .sub-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
  right: 10px;
}

/* line 260, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a.active .sub-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
  background-size: contain;
}

/* line 268, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a:hover .sub-arrow, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a.active:hover .sub-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
  background-size: contain;
}

/* line 276, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted {
  background-color: #D86422;
  color: #FFF;
}

/* line 280, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted .sub-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
  background-size: contain;
}

/* line 285, app/assets/stylesheets/common/_sm-main-menu.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted:hover, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted.current.active {
  background-color: #D86422;
  color: #FFF;
}

@media (max-width: 879px) {
  /* line 301, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block #main-menu-state:checked ~ .main-menu-btn {
    background: #FFF;
  }
  /* line 302, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 6px;
    margin-top: -4px;
    background-color: #42ACDC;
  }
  /* line 303, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before,
#site-header .block-menu-block #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    transform: none;
    background-color: #42ACDC;
  }
  /* line 305, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: -14px;
  }
  /* line 306, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 14px;
  }
  /* line 309, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm {
    border: 1px solid #FFF;
    border-top: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1005;
  }
}

@media (max-width: 879px) and (min-width: 45em) and (max-width: 879px) {
  /* line 309, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm {
    top: 0;
  }
}

@media (max-width: 879px) {
  /* line 332, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li.first.first {
    border: none;
  }
  /* line 336, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li a .sub-arrow {
    width: 34px;
  }
  /* line 341, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a {
    background-color: #008DC9;
    text-align: left;
    font: 1.333rem / 1.25 "DIN Next W01";
    color: #2C3F4D;
    padding: 1.125rem 1.125rem 0.778rem;
    text-transform: uppercase;
  }
  /* line 349, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a:hover {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 352, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a:hover .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 358, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.current {
    background: #42ACDC;
    color: #FFF;
    border-bottom: none;
    padding: 1.125rem 1.125rem 0.778rem;
    border-top: 1px solid #FFF;
  }
  /* line 364, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.current .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 368, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.current:hover {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 371, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.current:hover .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 378, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.active {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 381, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.active .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 386, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.active:hover .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 393, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.highlighted {
    background-color: #42ACDC;
    color: #FFF;
    border-bottom: none;
    padding: 1.125rem 1.125rem 0.778rem;
  }
  /* line 398, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.highlighted .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 402, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.highlighted:hover {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 405, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.highlighted:hover .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 412, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.active-trail, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.current.highlighted {
    background-color: #42ACDC;
    color: #FFF;
    border-bottom: none;
    padding: 1.125rem 1.125rem 0.778rem;
  }
  /* line 419, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.active-trail:hover, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.current.highlighted:hover {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 426, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.active.highlighted .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 431, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm > li > a.active.highlighted:hover .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 440, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li {
    border-top: 1px solid #FFF;
    /* ul BACKGROUNDS */
    /* ARROWS + HIGHLIGHT */
  }
  /* line 443, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li a {
    color: #FFF;
  }
  /* line 445, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li a .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
    height: 46px;
    margin-top: -23px;
  }
  /* line 461, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current {
    background-color: #008DC9;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  /* line 467, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.first,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.first {
    border-top: none;
  }
  /* line 471, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li:not(.first),
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li:not(.first) {
    border-top: 1px solid #FFF;
  }
  /* line 475, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.active,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current a.active {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 483, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.expanded ul.menu,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.expanded ul.menu {
    background-color: #008DC9;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  /* line 488, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.expanded ul.menu li.first,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.expanded ul.menu li.first {
    border-top: none;
  }
  /* line 492, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.expanded ul.menu li:not(.first),
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.expanded ul.menu li:not(.first) {
    border-top: 1px solid #FFF;
  }
  /* line 495, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.expanded ul.menu a.active,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.expanded ul.menu a.active {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 504, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.expanded li.expanded ul.menu,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.expanded li.expanded ul.menu {
    background-color: #008DC9;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  /* line 509, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.expanded li.expanded ul.menu li.first,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.expanded li.expanded ul.menu li.first {
    border-top: none;
  }
  /* line 513, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.expanded li.expanded ul.menu li:not(.first),
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.expanded li.expanded ul.menu li:not(.first) {
    border-top: 1px solid #FFF;
  }
  /* line 516, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu li.expanded li.expanded ul.menu a.active,
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li.expanded ul.menu a.current li.expanded li.expanded ul.menu a.active {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 527, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu {
    box-shadow: none;
  }
  /* line 530, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li {
    border-top: 1px solid #FFF;
  }
  /* line 533, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a {
    color: #FFF;
  }
  /* line 535, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
    right: 0;
    height: 39px;
    margin-top: -19px;
  }
  /* line 545, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a.active .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 553, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a:hover .sub-arrow, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li a.active:hover .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 561, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded ul.menu a.current {
    background-color: #42ACDC;
  }
  /* line 564, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded ul.menu a.current.active {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 567, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded ul.menu a.current.active .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 573, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded ul.menu a.current:hover {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 577, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded ul.menu a.current:hover .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.5%2C11L2.7%2C0.6C2.2-0.1%2C1.3-0.2%2C0.6%2C0.3s-0.8%2C1.4-0.3%2C2.1L10.5%2C16L20.7%2C2.4%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1c-0.7-0.5-1.6-0.4-2.1%2C0.3L10.5%2C11z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 585, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted {
    background-color: #42ACDC;
    color: #FFF;
  }
  /* line 590, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 595, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted:hover, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted.current.active {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 600, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted:hover .sub-arrow, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > a.highlighted.current.active .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 608, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > a.highlighted {
    background-color: #42ACDC;
    color: #FFF;
  }
  /* line 613, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > a.highlighted .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 618, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > a.highlighted:hover, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > a.highlighted.current.active {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 623, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > a.highlighted:hover .sub-arrow, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > a.highlighted.current.active .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 631, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > ul.menu > li.expanded > a.highlighted {
    background-color: #42ACDC;
    color: #FFF;
  }
  /* line 636, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > ul.menu > li.expanded > a.highlighted .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
  /* line 641, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > ul.menu > li.expanded > a.highlighted:hover, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > ul.menu > li.expanded > a.highlighted.current.active {
    background-color: #D86422;
    color: #FFF;
  }
  /* line 646, app/assets/stylesheets/common/_sm-main-menu.scss */
  #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > ul.menu > li.expanded > a.highlighted:hover .sub-arrow, #site-header .block-menu-block .menu-block-wrapper ul.menu.sm li ul.menu li.expanded > ul.menu > li.expanded > ul.menu > li.expanded > a.highlighted.current.active .sub-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221px%22%20height%3D%2216px%22%0A%09%20viewBox%3D%220%200%2021%2016%22%20style%3D%22enable-background%3Anew%200%200%2021%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M18.3%2C15.4c0.5%2C0.7%2C1.4%2C0.8%2C2.1%2C0.3c0.7-0.5%2C0.8-1.4%2C0.3-2.1L10.5%2C0L0.3%2C13.6%0A%09c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1s1.6%2C0.4%2C2.1-0.3L10.5%2C5L18.3%2C15.4z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll center center transparent;
    background-size: 50%;
  }
}

/* line 5, app/assets/stylesheets/common/_missing_nav.scss */
.sm {
  position: relative;
  z-index: 99;
}

/* line 9, app/assets/stylesheets/common/_missing_nav.scss */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, app/assets/stylesheets/common/_missing_nav.scss */
.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

/* line 27, app/assets/stylesheets/common/_missing_nav.scss */
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}

/* line 36, app/assets/stylesheets/common/_missing_nav.scss */
.sm ul {
  display: none;
}

/* line 39, app/assets/stylesheets/common/_missing_nav.scss */
.sm li,
.sm a {
  position: relative;
}

/* line 43, app/assets/stylesheets/common/_missing_nav.scss */
.sm a {
  display: block;
}

/* line 46, app/assets/stylesheets/common/_missing_nav.scss */
.sm a.disabled {
  cursor: not-allowed;
}

/* line 49, app/assets/stylesheets/common/_missing_nav.scss */
.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/common/_missing_nav.scss */
.sm,
.sm *,
.sm *:before,
.sm *:after {
  box-sizing: border-box;
}

/* line 64, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple {
  border: 1px solid #bbb;
  background: #fff;
}

/* line 68, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  padding: 13px 20px;
  padding-right: 58px;
  color: #555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple a.current {
  background: #555;
  color: #fff;
}

/* line 85, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple a.disabled {
  color: #ccc;
}

/* line 88, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

/* line 102, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: "-";
}

/* line 106, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 109, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple > li:first-child {
  border-top: 0;
}

/* line 112, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

/* line 115, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

/* line 122, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

/* line 128, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

/* line 134, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

/* line 140, app/assets/stylesheets/common/_missing_nav.scss */
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 880px) {
  /* line 147, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }
  /* line 151, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple li {
    float: left;
  }
  /* line 154, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl li {
    float: right;
  }
  /* line 157, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul li,
.sm-simple.sm-rtl ul li,
.sm-simple.sm-vertical li {
    float: none;
  }
  /* line 162, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple a {
    white-space: nowrap;
  }
  /* line 165, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul a,
.sm-simple.sm-vertical a {
    white-space: normal;
  }
  /* line 169, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple .sm-nowrap > li > a,
.sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* line 173, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple {
    background: #fff;
  }
  /* line 176, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555;
  }
  /* line 184, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.highlighted {
    background: #eee;
  }
  /* line 190, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple a.current {
    background: #555;
    color: #fff;
  }
  /* line 194, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple a.disabled {
    background: #fff;
    color: #ccc;
  }
  /* line 198, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  /* line 201, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  /* line 210, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  /* line 213, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eee;
  }
  /* line 217, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple > li:first-child {
    border-left: 0;
  }
  /* line 220, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul {
    border: 1px solid #bbb;
    background: #fff;
  }
  /* line 224, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul a {
    border: 0 !important;
  }
  /* line 227, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  /* line 230, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  /* line 234, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eee;
  }
  /* line 238, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  /* line 241, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple span.scroll-up,
.sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  /* line 250, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555 transparent;
  }
  /* line 262, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555 transparent;
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555 transparent transparent transparent;
  }
  /* line 277, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  /* line 281, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  /* line 285, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  /* line 288, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  /* line 292, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eee;
  }
  /* line 295, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  /* line 298, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  /* line 301, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  /* line 305, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  /* line 309, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eee;
  }
  /* line 313, app/assets/stylesheets/common/_missing_nav.scss */
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

/* line 317, app/assets/stylesheets/common/_missing_nav.scss */
.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* line 328, app/assets/stylesheets/common/_missing_nav.scss */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  transition: all 0.25s;
}

/* line 339, app/assets/stylesheets/common/_missing_nav.scss */
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

/* line 344, app/assets/stylesheets/common/_missing_nav.scss */
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* line 349, app/assets/stylesheets/common/_missing_nav.scss */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

/* line 353, app/assets/stylesheets/common/_missing_nav.scss */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  transform: rotate(-45deg);
}

/* line 357, app/assets/stylesheets/common/_missing_nav.scss */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  transform: rotate(45deg);
}

/* line 361, app/assets/stylesheets/common/_missing_nav.scss */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 371, app/assets/stylesheets/common/_missing_nav.scss */
#main-menu-state:not(:checked) ~ ul.menu {
  display: none;
}

/* line 374, app/assets/stylesheets/common/_missing_nav.scss */
#main-menu-state:checked ~ ul.menu {
  display: block;
}

@media (min-width: 880px) {
  /* line 378, app/assets/stylesheets/common/_missing_nav.scss */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* line 382, app/assets/stylesheets/common/_missing_nav.scss */
  #main-menu-state:not(:checked) ~ ul.menu {
    display: block;
  }
}

/* line 384, app/assets/stylesheets/common/_missing_nav.scss */
#site-header .block-menu-block .menu-block-wrapper ul.menu.sm li a.menu-position-link {
  display: none;
}

/* line 1, app/assets/stylesheets/common/_header.scss */
.i18n-en .site-title a {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22322px%22%20height%3D%22135px%22%20version%3D%221.1%22%20viewBox%3D%220%200%20322%20135%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%230D1131%22%3E%3Cpath%20d%3D%22m146.83%2069.64v-4.55c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.89l1.44%204.71c0.0275%200.07948%200.10641%200.1293%200.19%200.12h1.62c0.04-7.93e-4%200.0763-0.02319%200.095-0.05851s0.0168-0.078-5e-3%20-0.11149l-1.67-5.11c0.99705-0.65502%201.5419-1.8144%201.41-3%200-2.59-1.27-3.51-3.37-3.51h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0521%205e-3%200.1033-0.01579%200.13718-0.05565%200.0339-0.03986%200.0461-0.09376%200.0328-0.14435zm0-9.85c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.61c1%200%201.49%200.43%201.49%201.82s-0.45%201.83-1.49%201.83h-0.61c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.46z%22%2F%3E%3Cpath%20d%3D%22m158.73%2095h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-9.9c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c-0.0153-0.08469-0.0948-0.14212-0.18-0.13z%22%2F%3E%3Cpath%20d%3D%22m170.94%2086.37c0.68%200%201%200.43%201.08%201.44-5e-3%200.04949%200.0145%200.09834%200.0526%200.1304%200.0381%200.03205%200.0896%200.04314%200.13744%200.0296l1.41-0.24c0.0455-9e-3%200.0849-0.03729%200.10796-0.07759%200.023-0.0403%200.0274-0.08861%200.012-0.13241-0.1-2-1.16-2.83-2.85-2.83-1.2116-0.11678-2.3358%200.64244-2.68%201.81-0.16%200.49-0.23%201-0.23%204.26s0.07%203.77%200.23%204.26c0.34422%201.1676%201.4684%201.9268%202.68%201.81%201.69%200%202.75-0.87%202.85-2.83%200.0154-0.04379%200.011-0.09211-0.012-0.13241-0.023-0.0403-0.0624-0.06861-0.10796-0.07759l-1.41-0.24c-0.0479-0.01354-0.0994-0.0025-0.13744%200.0296-0.0381%200.03206-0.0578%200.0809-0.0526%200.1304-0.05%201-0.4%201.44-1.08%201.44-0.43467%200.04748-0.83704-0.23504-0.94-0.66-0.09-0.28-0.12-0.52-0.12-3.72s0-3.44%200.12-3.72c0.0944-0.433%200.49921-0.72583%200.94-0.68z%22%2F%3E%3Cpath%20d%3D%22m143.31%2084.84h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c9e-5%20-0.04423-0.0181-0.08651-0.0503-0.11682-0.0322-0.03031-0.0755-0.04594-0.11966-0.04317z%22%2F%3E%3Cpath%20d%3D%22m151.26%2090.07h-2.64c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v1.29c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h0.92c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427%200.0808%200.888%200.0405%201.7829-0.12%202.66-0.19676%200.40027-0.60398%200.65386-1.05%200.65386s-0.85324-0.25359-1.05-0.65386c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.15005-0.41745%200.55718-0.68615%201-0.66%200.34716%200.01114%200.67343%200.16855%200.89822%200.43335s0.32714%200.61229%200.28178%200.95665c1e-3%200.04604%200.0239%200.08889%200.061%200.11621%200.0371%200.02732%200.0847%200.0361%200.12905%200.02379l1.41-0.24c0.0962-0.02008%200.15844-0.11353%200.14-0.21%200.017-0.76907-0.29368-1.5091-0.85452-2.0356-0.56089-0.52651-1.3191-0.78985-2.0855-0.72438-1.2489-0.11757-2.4123%200.64694-2.8%201.84-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.17-0.52%200.23-0.94%200.23-4.21v-0.52c1.6e-4%20-0.0846-0.0656-0.15471-0.15-0.16z%22%2F%3E%3Cpath%20d%3D%22m146.44%2042.79v-4.27c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.59c2.1%200%203.35-1%203.35-3.63s-1.25-3.63-3.35-3.63h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.46c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0476%200.0061%200.0954-0.0094%200.13026-0.04237%200.0349-0.03294%200.0531-0.07978%200.0497-0.12763zm0-9.85c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.59c1.06%200%201.49%200.45%201.49%201.95s-0.43%201.95-1.49%201.95h-0.59c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427z%22%2F%3E%3Cpath%20d%3D%22m165.9%2084.84h-4.9c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c2e-3%20-0.07484-0.0475-0.14132-0.12-0.16z%22%2F%3E%3Cpath%20d%3D%22m282.08%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.12c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m177.09%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.12c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m199.28%2043.12c2.24%200%203-1.22%203-3.55%200-2-0.61-2.85-2.16-3.46l-0.71-0.28c-0.39185-0.08132-0.73452-0.31684-0.95083-0.65354-0.21632-0.3367-0.2881-0.74626-0.19917-1.1365%200-1%200.35-1.42%201.08-1.42s1.08%200.54%201.11%201.51c1e-3%200.04604%200.0239%200.08889%200.061%200.11621%200.0371%200.02732%200.0847%200.0361%200.12905%200.02379l1.39-0.21c0.0931-0.01488%200.16118-0.09575%200.16-0.19-0.1-1.84-1-2.88-2.9-2.88s-2.87%201.11-2.87%203.15c0%201.84%200.49%202.69%202.12%203.34l0.71%200.28c0.92%200.36%201.16%200.78%201.16%202.05s-0.36%201.69-1.11%201.69-1.16-0.49-1.22-1.74c5e-3%20-0.04949-0.0145-0.09834-0.0526-0.1304-0.0381-0.03206-0.0896-0.04315-0.13744-0.0296l-1.46%200.24c-0.0446%200.0048-0.0852%200.02805-0.11182%200.06418-0.0266%200.03613-0.0369%200.08178-0.0282%200.12582%200.08%202.07%201.07%203.09%202.99%203.09z%22%2F%3E%3Cpath%20d%3D%22m212.68%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.12c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m204.6%2043h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-4.31c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.62003c2.1%200%203.35-1%203.35-3.63s-1.25-3.63-3.35-3.63h-2.4c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.46c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827zm1.69-10c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.61c1.06%200%201.49%200.45%201.49%201.95s-0.49%201.88-1.49%201.88h-0.59c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.69z%22%2F%3E%3Cpath%20d%3D%22m142.41%2068.13c0.17-0.52%200.23-0.94%200.23-4.22s-0.05-3.7-0.23-4.22c-0.45255-1.145-1.5588-1.8973-2.79-1.8973s-2.3374%200.75228-2.79%201.8973c-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973zm-3.79-0.5c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s0%203.39-0.12%203.72c-0.1748%200.3976-0.56896%200.65349-1.0033%200.65132-0.43432-0.002172-0.82591-0.26199-0.99672-0.66132z%22%2F%3E%3Crect%20x%3D%22227.25%22%20y%3D%2231.15%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m239.83%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-9.87c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0776-0.0495-0.1235-0.04653h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0166%200.05012-7e-3%200.10518%200.0246%200.14717%200.032%200.04199%200.0826%200.0655%200.13535%200.06283z%22%2F%3E%3Crect%20x%3D%22171.79%22%20y%3D%2257.99%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m129.76%2069.81h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-4.76c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.2c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.36c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04785%200.0149%200.09469%200.0497%200.12763%200.0349%200.03294%200.0827%200.04849%200.13026%200.04237z%22%2F%3E%3Cpath%20d%3D%22m135.58%2084.84h-1.29c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v8.17h-0.12003l-2.16-8.18c-0.0248-0.10967-0.12831-0.18299-0.24-0.17h-1.84c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.24c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-8.17h0.1l2.29%208.17c0.0248%200.10967%200.12831%200.18299%200.24%200.17h1.72c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-11.47c4e-3%20-0.07203-0.0415-0.13755-0.11-0.16z%22%2F%3E%3Cpath%20d%3D%22m138.08%2042.79%201.38-3.79%201.37%203.75c0.0143%200.09492%200.0941%200.16628%200.19%200.17h1.53c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.33-6%202.12-5.47c0.0141-0.04244%205e-3%20-0.08918-0.023-0.12371-0.0284-0.03453-0.0726-0.05202-0.11701-0.04629h-1.53c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-1.16%203.35-1.16-3.35c-0.0143-0.09492-0.0941-0.16628-0.19-0.17h-1.53c-0.0444-0.0057-0.0886%200.01175-0.11701%200.04629-0.0284%200.03453-0.0371%200.08127-0.023%200.12371l2.1%205.47-2.31%206c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.53c0.0807-3e-3%200.15177-0.05428%200.18-0.13z%22%2F%3E%3Cpath%20d%3D%22m159.27%2059.68h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.0195-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.14c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573z%22%2F%3E%3Cpath%20d%3D%22m129.76%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.12c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m160%2043h1.29c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-8.2h0.1l2.29%208.17c0.0248%200.10967%200.12831%200.18299%200.24%200.17h1.72c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-11.48c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-1.29c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v8.17h-0.09l-2.19-8.17c-0.0248-0.10967-0.12831-0.18299-0.24-0.17h-1.83c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m164.63%2058.17v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-9.86c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-1.52c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347z%22%2F%3E%3Cpath%20d%3D%22m156.18%2042.79c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0357%200.0319%200.0825%200.04829%200.13028%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.5-11.47c-0.0103-0.09706-0.0924-0.17054-0.19-0.17h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.55%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13029-0.04556%200.0357-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35zm-2.52-3.95%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m265.16%2042.79-1.67-5.11c0.99705-0.65502%201.5419-1.8144%201.41-3%200-2.59-1.27-3.51-3.37-3.51h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.45c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-4.55c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.89l1.44%204.71c0.0275%200.07948%200.10641%200.1293%200.19%200.12h1.62c0.0435%200.0021%200.0842-0.02172%200.10364-0.06068%200.0195-0.03896%200.0141-0.08576-0.0136-0.11932zm-3.62-6.31h-0.61c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.44c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.61c1%200%201.49%200.43%201.49%201.82s-0.44%201.83-1.48%201.83z%22%2F%3E%3Cpath%20d%3D%22m267.82%2084.84h-2.73c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h2.73c1.2909%200.15972%202.5068-0.64103%202.87-1.89%200.29745-1.3111%200.39856-2.6592%200.3-4%200.0986-1.3408-3e-3%20-2.6889-0.3-4-0.35118-1.261-1.5704-2.0767-2.87-1.92zm1.06%209.28c-0.15315%200.5506-0.68166%200.90998-1.25%200.85h-0.75c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-8.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.75c0.56834-0.05998%201.0968%200.2994%201.25%200.85%200.22664%201.1081%200.29732%202.2424%200.21%203.37%200.0873%201.1276%200.0166%202.2619-0.21%203.37z%22%2F%3E%3Cpath%20d%3D%22m258.71%2095h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-9.9c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c-0.0153-0.08469-0.0948-0.14212-0.18-0.13z%22%2F%3E%3Crect%20x%3D%22273.32%22%20y%3D%2284.84%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m270.07%2031c-1.2489-0.11757-2.4123%200.64694-2.8%201.84-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.17-0.52%200.23-0.94%200.23-4.22s-0.05-3.7-0.23-4.22c-0.38288-1.1876-1.5372-1.9516-2.78-1.84zm1%209.78c-0.17281%200.39846-0.56568%200.6563-1%200.6563s-0.82719-0.25784-1-0.6563c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s-0.03%203.39-0.13%203.72z%22%2F%3E%3Cpath%20d%3D%22m245.31%2063.9c0-3.28-0.05-3.7-0.23-4.22-0.45255-1.145-1.5588-1.8973-2.79-1.8973s-2.3374%200.75228-2.79%201.8973c-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.18-0.51%200.23-0.93%200.23-4.22zm-2%203.72c-0.17281%200.39846-0.56568%200.6563-1%200.6563s-0.82719-0.25784-1-0.6563c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s-0.03%203.39-0.14%203.72z%22%2F%3E%3Cpath%20d%3D%22m249.17%2084.84h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.52%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13029-0.04556%200.0356-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35l0.47%202.38c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0356%200.0319%200.0825%200.04829%200.13028%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.55-11.48c-0.0149-0.09308-0.0957-0.16118-0.19-0.16zm-1.63%207.7%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m252.66%2058h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-4.76c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.63c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.2c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.36c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653z%22%2F%3E%3Cpath%20d%3D%22m256.8%2034.78c0-2.69-1.25-3.63-3.35-3.63h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-4.27c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.59c2.11-0.01%203.36-1.01%203.36-3.64zm-3.35%201.95h-0.59c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.69c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.59c1.06%200%201.49%200.45%201.49%201.95s-0.43%201.94-1.49%201.94z%22%2F%3E%3Cpath%20d%3D%22m296.25%2084.84h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.6%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13028-0.04556%200.0357-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35l0.47%202.38c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0357%200.0319%200.0825%200.04829%200.13029%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.47-11.48c-0.0149-0.09308-0.0958-0.16118-0.19-0.16zm-1.63%207.7%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m304.16%2089.81-0.71-0.28c-0.39185-0.08132-0.73452-0.31684-0.95083-0.65354-0.21632-0.3367-0.2881-0.74626-0.19917-1.1365%200-1%200.35-1.42%201.08-1.42s1.08%200.54%201.11%201.51c1e-3%200.04604%200.0239%200.08889%200.0609%200.11621%200.0371%200.02732%200.0847%200.03609%200.12905%200.02379l1.39-0.21c0.0931-0.01488%200.16118-0.09575%200.16-0.19-0.1-1.84-1-2.88-2.9-2.88s-2.87%201.11-2.87%203.15c0%201.84%200.49%202.69%202.12%203.34l0.71%200.28c0.92%200.36%201.16%200.78%201.16%202.05s-0.36%201.69-1.11%201.69-1.16-0.49-1.22-1.74c5e-3%20-0.04949-0.0145-0.09834-0.0526-0.1304-0.0381-0.03205-0.0896-0.04315-0.13744-0.0296l-1.46%200.24c-0.0446%200.0048-0.0852%200.02805-0.11182%200.06418-0.0266%200.03613-0.0369%200.08178-0.0282%200.12582%200.05%202.07%201%203.09%203%203.09%202.24%200%203-1.22%203-3.55-0.02-2.02-0.63-2.85-2.17-3.46z%22%2F%3E%3Cpath%20d%3D%22m301.79%2032.66v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0776-0.0495-0.1235-0.04653h-5.68c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v1.34c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.81c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427v9.85c-0.0201%200.0496-0.014%200.10594%200.0161%200.15014%200.0301%200.0442%200.0804%200.07042%200.13388%200.06986h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-9.89c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h1.81c0.0525%200.0143%200.10866%209.53e-4%200.1491-0.03544%200.0404-0.0364%200.0596-0.09085%200.0509-0.14456z%22%2F%3E%3Cpath%20d%3D%22m313.46%2084.84h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.6c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.6c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c9e-5%20-0.04423-0.0181-0.08651-0.0503-0.11682-0.0322-0.03031-0.0755-0.04594-0.11966-0.04317z%22%2F%3E%3Cpath%20d%3D%22m319.19%2089.81-0.71-0.28c-0.39185-0.08132-0.73452-0.31684-0.95083-0.65354-0.21632-0.3367-0.2881-0.74626-0.19917-1.1365%200-1%200.35-1.42%201.08-1.42s1.08%200.54%201.11%201.51c1e-3%200.04604%200.0239%200.08889%200.0609%200.11621%200.0371%200.02732%200.0847%200.03609%200.12905%200.02379l1.39-0.21c0.0931-0.01488%200.16118-0.09575%200.16-0.19-0.1-1.84-1-2.88-2.9-2.88s-2.87%201.11-2.87%203.15c0%201.84%200.49%202.69%202.12%203.34l0.71%200.28c0.92%200.36%201.16%200.78%201.16%202.05s-0.36%201.69-1.11%201.69-1.16-0.49-1.22-1.74c5e-3%20-0.04949-0.0145-0.09834-0.0526-0.1304-0.0381-0.03205-0.0896-0.04315-0.13744-0.0296l-1.46%200.24c-0.0446%200.0048-0.0852%200.02805-0.11182%200.06418-0.0266%200.03613-0.0369%200.08178-0.0282%200.12582%200.05%202.07%201%203.09%203%203.09%202.24%200%203-1.22%203-3.55-0.01-2.02-0.62-2.85-2.17-3.46z%22%2F%3E%3Cpath%20d%3D%22m294.77%2040.29c0.0154-0.04379%200.011-0.09211-0.012-0.13241-0.023-0.0403-0.0624-0.06861-0.10796-0.07759l-1.41-0.24c-0.051-0.04336-0.12462-0.04765-0.18033-0.0105-0.0558%200.03714-0.0801%200.10672-0.0597%200.1705-0.05%201-0.4%201.44-1.08%201.44-0.43467%200.04748-0.83704-0.23504-0.94-0.66-0.09-0.28-0.12-0.52-0.12-3.72s0-3.44%200.12-3.72c0.10296-0.42496%200.50533-0.70748%200.94-0.66%200.68%200%201%200.43%201.08%201.44-5e-3%200.04949%200.0145%200.09834%200.0526%200.1304%200.0381%200.03206%200.0896%200.04315%200.13744%200.0296l1.41-0.24c0.0455-9e-3%200.0849-0.03729%200.10796-0.07759%200.023-0.0403%200.0274-0.08861%200.012-0.13241-0.1-2-1.16-2.83-2.85-2.83-1.2116-0.11678-2.3358%200.64244-2.68%201.81-0.16%200.49-0.23%201-0.23%204.26s0.07%203.77%200.23%204.26c0.34422%201.1676%201.4684%201.9268%202.68%201.81%201.73-0.02%202.79-0.88%202.9-2.85z%22%2F%3E%3Cpath%20d%3D%22m281.16%2089.81-0.71-0.28c-0.39185-0.08132-0.73452-0.31684-0.95083-0.65354-0.21632-0.3367-0.2881-0.74626-0.19917-1.1365%200-1%200.35-1.42%201.08-1.42s1.08%200.54%201.11%201.51c1e-3%200.04604%200.0239%200.08889%200.0609%200.11621%200.0371%200.02732%200.0847%200.03609%200.12905%200.02379l1.39-0.21c0.0931-0.01488%200.16118-0.09575%200.16-0.19-0.1-1.84-1-2.88-2.9-2.88s-2.87%201.11-2.87%203.15c0%201.84%200.49%202.69%202.12%203.34l0.71%200.28c0.92%200.36%201.16%200.78%201.16%202.05s-0.36%201.69-1.11%201.69-1.16-0.49-1.22-1.74c5e-3%20-0.04949-0.0145-0.09834-0.0526-0.1304-0.0381-0.03205-0.0896-0.04315-0.13744-0.0296l-1.46%200.24c-0.0446%200.0048-0.0852%200.02805-0.11182%200.06418-0.0266%200.03613-0.0369%200.08178-0.0282%200.12582%200.05%202.07%201%203.09%203%203.09%202.24%200%203-1.22%203-3.55-0.02-2.02-0.63-2.85-2.17-3.46z%22%2F%3E%3Cpath%20d%3D%22m290.46%2084.84h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.6c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.6c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c9e-5%20-0.04423-0.0181-0.08651-0.0503-0.11682-0.0322-0.03031-0.0755-0.04594-0.11966-0.04317z%22%2F%3E%3Cpath%20d%3D%22m241.1%2086.37c0.68%200%201%200.43%201.08%201.44-5e-3%200.04949%200.0145%200.09834%200.0526%200.1304%200.0381%200.03205%200.0895%200.04314%200.13744%200.0296l1.41-0.24c0.0455-9e-3%200.0849-0.03729%200.10796-0.07759%200.023-0.0403%200.0274-0.08861%200.012-0.13241-0.1-2-1.16-2.83-2.85-2.83-1.2116-0.11678-2.3358%200.64244-2.68%201.81-0.16%200.49-0.23%201-0.23%204.26s0.07%203.77%200.23%204.26c0.34422%201.1676%201.4684%201.9268%202.68%201.81%201.69%200%202.75-0.87%202.85-2.83%200.0154-0.04379%200.011-0.09211-0.012-0.13241-0.023-0.0403-0.0624-0.06861-0.10796-0.07759l-1.41-0.24c-0.0479-0.01354-0.0994-0.0025-0.13744%200.0296-0.0381%200.03206-0.0578%200.0809-0.0526%200.1304-0.05%201-0.4%201.44-1.08%201.44-0.43467%200.04748-0.83704-0.23504-0.94-0.66-0.09-0.28-0.12-0.52-0.12-3.72s0-3.44%200.12-3.72c0.0944-0.433%200.49921-0.72583%200.94-0.68z%22%2F%3E%3Cpath%20d%3D%22m279.4%2039.91v-8.59c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0776-0.0495-0.1235-0.04653h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v8.74c0.0822%200.33954-2.4e-4%200.69797-0.22253%200.96747-0.2223%200.2695-0.55849%200.41863-0.90747%200.40253-0.25815%207e-3%20-0.50899-0.0862-0.7-0.26-0.034-0.03545-0.0809-0.0555-0.13-0.0555s-0.096%200.02005-0.13%200.0555l-1%200.94c-0.0344%200.03037-0.0542%200.07408-0.0542%200.12s0.0197%200.08963%200.0542%200.12c0.50077%200.53834%201.2161%200.82447%201.95%200.78%201.76-0.01%202.99-0.96%202.99-3.22z%22%2F%3E%3Cpath%20d%3D%22m220.54%2084.68c-1.2489-0.11757-2.4123%200.64694-2.8%201.84-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.17-0.52%200.23-0.94%200.23-4.22s-0.05-3.7-0.23-4.22c-0.38288-1.1876-1.5372-1.9516-2.78-1.84zm1%209.78c-0.17281%200.39846-0.56568%200.6563-1%200.6563s-0.82719-0.25784-1-0.6563c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s-0.03%203.4-0.13%203.73z%22%2F%3E%3Cpath%20d%3D%22m190.3%2037.06c0.0986-1.3408-3e-3%20-2.6889-0.3-4-0.36319-1.249-1.5791-2.0497-2.87-1.89h-2.73c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.45c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h2.73c1.2909%200.15972%202.5068-0.64103%202.87-1.89%200.29844-1.3144%200.39955-2.6659%200.3-4.01zm-2.1%203.37c-0.15315%200.5506-0.68166%200.90998-1.25%200.85h-0.75c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-8.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.8c0.56834-0.05998%201.0968%200.2994%201.25%200.85%200.22664%201.1081%200.29732%202.2424%200.21%203.37%200.0709%201.13-0.0166%202.2643-0.26%203.37z%22%2F%3E%3Cpath%20d%3D%22m197%2058h-1.29c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v8.17h-0.09l-2.19-8.17c-0.02502-0.11863-0.1413-0.19465-0.26-0.17h-1.84c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.29c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-8.17h0.1l2.29%208.17c0.0248%200.10967%200.12831%200.18299%200.24%200.17h1.75c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-11.47c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.03255-0.032548-0.07754-0.049502-0.12347-0.046529z%22%2F%3E%3Cpath%20d%3D%22m207.41%2084.84h-5.68c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v1.34c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.81c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427v9.85c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-9.85c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h1.81c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c0-0.08837-0.0716-0.16-0.16-0.16z%22%2F%3E%3Cpath%20d%3D%22m204.07%2069.64c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0357%200.0319%200.0825%200.04829%200.13028%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.5-11.47c-0.0103-0.09706-0.0924-0.17054-0.19-0.17h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.54%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13028-0.04556%200.0357-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35zm-2.52-3.95%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m235.14%2031.15h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.55%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13029-0.04556%200.0356-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35l0.43%202.38c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0357%200.0319%200.0825%200.04829%200.13029%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.5-11.47c-9e-3%20-0.08987-0.0801-0.16095-0.17-0.17zm-1.63%207.7%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m184%2069.64v-11.47c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-1.49c-0.12351-0.02574-0.24586%200.04855-0.28%200.17l-1.91%206.66h-0.07l-2-6.66c-0.0341-0.12145-0.15649-0.19574-0.28-0.17h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.34c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-7.47h0.2l1.53%205.37c0.0243%200.10557%200.12193%200.1777%200.23%200.17h0.76c0.10807%200.0077%200.20565-0.06443%200.23-0.17l1.53-5.37h0.1v7.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.34c0.0724-0.02331%200.11841-0.09439%200.11-0.17z%22%2F%3E%3Crect%20x%3D%22186.59%22%20y%3D%2257.99%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m180.59%2084.84h-5.69c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v1.34c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.81c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427v9.85c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-9.85c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h1.81c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c1.7e-4%20-0.0846-0.0656-0.15471-0.15-0.16z%22%2F%3E%3Cpath%20d%3D%22m187.65%2084.84h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c9e-5%20-0.04423-0.0181-0.08651-0.0503-0.11682-0.0322-0.03031-0.0755-0.04594-0.11966-0.04317z%22%2F%3E%3Cpath%20d%3D%22m192.84%2084.84h-2.73c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h2.73c1.2909%200.15972%202.5068-0.64103%202.87-1.89%200.29745-1.3111%200.39856-2.6592%200.3-4%200.0986-1.3408-2e-3%20-2.6889-0.3-4-0.35118-1.261-1.5704-2.0767-2.87-1.92zm1.06%209.28c-0.15315%200.5506-0.68166%200.90998-1.25%200.85h-0.75c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-8.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.75c0.56834-0.05998%201.0968%200.2994%201.25%200.85%200.22664%201.1081%200.29732%202.2424%200.21%203.37%200.0873%201.1276%200.0166%202.2619-0.21%203.37z%22%2F%3E%3Cpath%20d%3D%22m232.71%2058h-1.29c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v8.17h-0.09l-2.16-8.17c-0.0248-0.10967-0.12831-0.18299-0.24-0.17h-1.84c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.29c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-8.17h0.1l2.29%208.17c0.0248%200.10967%200.12831%200.18299%200.24%200.17h1.72c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-11.47c4e-3%20-0.04989-0.0155-0.0988-0.0528-0.13218-0.0373-0.03338-0.0881-0.04737-0.13721-0.03782z%22%2F%3E%3Cpath%20d%3D%22m228.43%2084.84h-2.43c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-4.28c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.59c2.1%200%203.35-1%203.35-3.63s-1.19-3.63-3.29-3.63zm0%205.58h-0.59c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.68c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.59c1.06%200%201.49%200.45%201.49%201.95s-0.43%201.93-1.49%201.93z%22%2F%3E%3Cpath%20d%3D%22m210.21%2069.64v-9.86c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h1.81c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-5.68c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v1.34c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.81c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427v9.85c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.48c0.0501%200.01656%200.10518%200.0073%200.14717-0.02465%200.042-0.03199%200.0655-0.08263%200.0628-0.13535z%22%2F%3E%3Cpath%20d%3D%22m222.57%2032.68c0.68%200%201%200.43%201.08%201.44-5e-3%200.04949%200.0145%200.09834%200.0526%200.1304%200.0381%200.03206%200.0896%200.04315%200.13744%200.0296l1.41-0.24c0.0455-9e-3%200.0849-0.03729%200.10796-0.07759%200.023-0.0403%200.0274-0.08861%200.012-0.13241-0.1-2-1.16-2.83-2.85-2.83-1.2116-0.11678-2.3358%200.64244-2.68%201.81-0.16%200.49-0.23%201-0.23%204.26s0.07%203.77%200.23%204.26c0.34422%201.1676%201.4684%201.9268%202.68%201.81%201.69%200%202.75-0.87%202.85-2.83%200.0154-0.04379%200.011-0.09211-0.012-0.13241-0.023-0.0403-0.0624-0.06861-0.10796-0.07759l-1.41-0.24c-0.0479-0.01354-0.0994-0.0024-0.13744%200.0296-0.0381%200.03206-0.0578%200.0809-0.0526%200.1304-0.05%201-0.4%201.44-1.08%201.44-0.43467%200.04748-0.83704-0.23504-0.94-0.66-0.09-0.28-0.12-0.52-0.12-3.72s0-3.44%200.12-3.72c0.0944-0.433%200.49921-0.72583%200.94-0.68z%22%2F%3E%3Crect%20x%3D%22233.96%22%20y%3D%2284.84%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m214%2091.37c0.99705-0.65502%201.5419-1.8144%201.41-3%200-2.59-1.27-3.51-3.37-3.51h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-4.55c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.89l1.44%204.71c0.0275%200.07948%200.10641%200.1293%200.19%200.12h1.62c0.04-7.92e-4%200.0763-0.02319%200.095-0.05851s0.0168-0.078-5e-3%20-0.11149zm-1.95-1.2h-0.61c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.44c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.56c1%200%201.49%200.43%201.49%201.82s-0.43%201.82-1.49%201.82z%22%2F%3E%3Crect%20x%3D%22214.16%22%20y%3D%2257.99%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m171.43%2031.15h-2.73c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h2.73c1.2909%200.15972%202.5068-0.64103%202.87-1.89%200.29745-1.3111%200.39856-2.6592%200.3-4%200.0986-1.3408-2e-3%20-2.6889-0.3-4-0.35118-1.261-1.5704-2.0767-2.87-1.92zm1.06%209.28c-0.15315%200.5506-0.68166%200.90998-1.25%200.85h-0.75c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-8.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.75c0.56834-0.05998%201.0968%200.2994%201.25%200.85%200.22664%201.1081%200.29732%202.2424%200.21%203.37%200.0873%201.1276%200.0166%202.2619-0.21%203.37z%22%2F%3E%3Cpath%20d%3D%22m221.37%2057.84c-1.2489-0.11757-2.4123%200.64694-2.8%201.84-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.17-0.52%200.23-0.94%200.23-4.22s-0.05-3.7-0.23-4.22c-0.38288-1.1876-1.5372-1.9516-2.78-1.84zm1%209.78c-0.17281%200.39846-0.56568%200.6563-1%200.6563s-0.82719-0.25784-1-0.6563c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s-0.02%203.39-0.13%203.72z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%2342acdc%22%3E%3Cpath%20d%3D%22m67.61%20118.19h16.47v-102.83h-16.47zm4.42-34c-0.0062-0.07067%200.01922-0.14046%200.06938-0.19062%200.05016-0.05016%200.11995-0.07556%200.19062-0.06938h7.12c0.07067-0.0062%200.14046%200.01922%200.19062%200.06938%200.05016%200.05016%200.07556%200.11995%200.06938%200.19062v2c0.0062%200.07067-0.01922%200.14046-0.06938%200.19062-0.05016%200.05016-0.11995%200.07556-0.19062%200.06938h-4.49c-0.04063-3e-3%20-0.08057%200.01181-0.10938%200.04062-0.02881%200.02881-0.04364%200.06875-0.04062%200.10938v4.57c-3e-3%200.04063%200.01181%200.08057%200.04062%200.10938%200.02881%200.02881%200.06875%200.04364%200.10938%200.04062h3.88c0.07067-0.0062%200.14046%200.01922%200.19062%200.06938%200.05016%200.05016%200.07556%200.11995%200.06938%200.19062v2c0.0062%200.07067-0.01922%200.14046-0.06938%200.19062-0.05016%200.05016-0.11995%200.07556-0.19062%200.06938h-3.88c-0.04063-3e-3%20-0.08057%200.01181-0.10938%200.04062-0.02881%200.02881-0.04364%200.06875-0.04062%200.10938v4.75c-3e-3%200.04063%200.01181%200.08057%200.04062%200.10938%200.02881%200.02881%200.06875%200.04364%200.10938%200.04062h4.49c0.07067-0.0062%200.14046%200.01922%200.19062%200.06938%200.05016%200.05016%200.07556%200.11995%200.06938%200.19062v2c0.0062%200.0707-0.01922%200.14046-0.06938%200.19062-0.05016%200.0502-0.11995%200.0756-0.19062%200.0694h-7.12c-0.07067%206e-3%20-0.14046-0.0192-0.19062-0.0694-0.05016-0.0502-0.07556-0.11995-0.06938-0.19062v-16.93z%22%2F%3E%3Cpath%20d%3D%22m102.41%2084h-1.89c-0.0707-0.0062-0.14046%200.01922-0.19062%200.06938-0.0502%200.05016-0.0756%200.11995-0.0694%200.19062v12h-0.13l-3.22-12c-0.030534-0.16937-0.18959-0.28425-0.35998-0.26h-2.7c-0.07067-0.0062-0.14046%200.01922-0.19062%200.06938-0.05016%200.05016-0.07556%200.11995-0.06938%200.19062v16.84c-0.0062%200.0707%200.01922%200.14046%200.06938%200.19062%200.05016%200.0502%200.11995%200.0756%200.19062%200.0694h1.89c0.07067%206e-3%200.14046-0.0192%200.19062-0.0694%200.05016-0.0502%200.07556-0.11995%200.06938-0.19062v-12h0.15l3.37%2012c0.03055%200.16938%200.18961%200.28425%200.36%200.26h2.53c0.0707%206e-3%200.14046-0.0192%200.19062-0.0694%200.0502-0.0502%200.0756-0.11995%200.0694-0.19062v-16.88c-5e-3%20-0.06374-0.0354-0.12281-0.0842-0.16411-0.04884-0.041302-0.11212-0.061419-0.17582-0.055888z%22%2F%3E%3Crect%20x%3D%2289.89%22%20y%3D%2247.17%22%20width%3D%2216.47%22%20height%3D%2225.17%22%2F%3E%3Cpath%20d%3D%22m32.5%2091.26-1-0.41c-1.38-0.54-1.68-1-1.68-2.63%200-1.43%200.51-2.09%201.58-2.09s1.58%200.79%201.63%202.22c0.0035%200.06688%200.03732%200.12852%200.09182%200.16745%200.0545%200.03893%200.12377%200.05091%200.18818%200.03255l2-0.31c0.13721-0.02039%200.23664-0.14144%200.23-0.28-0.15-2.71-1.4-4.24-4.26-4.24s-4.21%201.63-4.21%204.62c0%202.71%200.71%204%203.11%204.9l1%200.41c1.35%200.54%201.71%201.15%201.71%203s-0.54%202.48-1.63%202.48-1.71-0.71-1.79-2.55c0.0061-0.07212-0.02365-0.14262-0.07957-0.18856-0.055926-0.045937-0.13087-0.061431-0.20043-0.041434l-2.14%200.36c-0.06407%200.0098-0.12146%200.04503-0.15913%200.09776-0.03767%200.05274-0.05241%200.11846-0.04087%200.18224%200.08%203%201.53%204.54%204.34%204.54%203.29%200%204.44-1.79%204.44-5.21%200.03-2.94-0.86-4.16-3.13-5.06z%22%2F%3E%3Cpath%20d%3D%22m45.32%20135h16.47v-127h-16.47zm4.23-50.8c-0.0062-0.07067%200.01922-0.14046%200.06938-0.19062%200.05016-0.05016%200.11995-0.07556%200.19062-0.06938h3.5c3.09%200%204.93%201.38%204.93%205.33s-1.84%205.33-4.93%205.33h-0.87c-0.04063-3e-3%20-0.08057%200.01181-0.10938%200.04062-0.02881%200.02881-0.04364%200.06875-0.04062%200.10938v6.28c0.0062%200.0707-0.01922%200.14046-0.06938%200.19062-0.05016%200.0502-0.11995%200.0756-0.19062%200.0694h-2.22c-0.07067%206e-3%20-0.14046-0.0192-0.19062-0.0694-0.05016-0.0502-0.07556-0.11995-0.06938-0.19062v-16.81z%22%2F%3E%3Cpath%20d%3D%22m13.44%2084h-7.12c-0.070671-0.0062-0.14046%200.01922-0.19062%200.06938-0.050163%200.050164-0.075563%200.11995-0.069382%200.19062v16.84c-0.00618%200.0707%200.019219%200.14046%200.069382%200.19062%200.050163%200.0502%200.11995%200.0756%200.19062%200.0694h7.12c0.07067%206e-3%200.14046-0.0192%200.19062-0.0694%200.05016-0.0502%200.07556-0.11995%200.06938-0.19062v-2c0.0062-0.07067-0.01922-0.14046-0.06938-0.19062-0.050164-0.050162-0.11995-0.075563-0.19062-0.069381h-4.44c-0.040634%203e-3%20-0.080569-0.01181-0.10938-0.04062-0.028812-0.028811-0.043642-0.068746-0.040619-0.10938v-4.75c-0.00302-0.04063%200.011807-0.08057%200.040619-0.10938%200.028812-0.028812%200.068747-0.043642%200.10938-0.040619h3.88c0.07067%200.0062%200.14046-0.01922%200.19062-0.06938%200.05016-0.05016%200.07556-0.11995%200.06938-0.19062v-2c0.0062-0.07067-0.01922-0.14046-0.06938-0.19062-0.050163-0.050165-0.11995-0.075566-0.19062-0.069384h-3.88c-0.040634%203e-3%20-0.080569-0.01181-0.10938-0.04062-0.028812-0.028811-0.043642-0.068746-0.040619-0.10938v-4.57c-0.00302-0.04063%200.011807-0.08057%200.040619-0.10938%200.028812-0.028812%200.068747-0.043642%200.10938-0.040619h4.49c0.07067%200.0062%200.14046-0.01922%200.19062-0.06938%200.05016-0.05016%200.07556-0.11995%200.06938-0.19062v-2c-0.02243-0.05976-0.06774-0.10813-0.12592-0.1344-0.058174-0.026275-0.12442-0.02829-0.18408-0.005602z%22%2F%3E%3Crect%20x%3D%2223.03%22%20y%3D%22.76%22%20width%3D%2216.47%22%20height%3D%2261.38%22%2F%3E%3Crect%20x%3D%22.75%22%20y%3D%2215.36%22%20width%3D%2216.47%22%20height%3D%2243.37%22%2F%3E%3Cpath%20d%3D%22m52.44%2092.16h0.87c1.56%200%202.19-0.66%202.19-2.86s-0.64-2.86-2.19-2.86h-0.87c-0.04063-3e-3%20-0.08057%200.01181-0.10938%200.04062-0.02881%200.02881-0.04364%200.06875-0.04062%200.10938v5.41c-0.0062%200.04226%200.0071%200.08506%200.03636%200.11622%200.02922%200.03117%200.07106%200.04729%200.11364%200.04377z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A") no-repeat scroll 0 0 transparent;
}

/* line 7, app/assets/stylesheets/common/_header.scss */
#site-header:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

/* line 18, app/assets/stylesheets/common/_header.scss */
#site-header .header-inner-wrapper {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, app/assets/stylesheets/bourbon/addons/_clearfix.scss */
#site-header .header-inner-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

/* line 22, app/assets/stylesheets/common/_header.scss */
#site-header .main-nav-wrapper .main-navigation {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, app/assets/stylesheets/bourbon/addons/_clearfix.scss */
#site-header .main-nav-wrapper .main-navigation::after {
  clear: both;
  content: "";
  display: table;
}

/* line 25, app/assets/stylesheets/common/_header.scss */
#site-header .site-branding {
  position: relative;
  margin: 2.5rem 0.3125rem 0.625rem;
}

@media screen and (min-width: 880px) {
  /* line 25, app/assets/stylesheets/common/_header.scss */
  #site-header .site-branding {
    margin: 2.5rem 1.25rem 1.25rem;
    top: 0;
  }
}

/* line 20, app/assets/stylesheets/bourbon/addons/_clearfix.scss */
#site-header .site-branding::after {
  clear: both;
  content: "";
  display: table;
}

/* line 33, app/assets/stylesheets/common/_header.scss */
#site-header .site-branding .site-title a {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22322px%22%20height%3D%22135px%22%20version%3D%221.1%22%20viewBox%3D%220%200%20322%20135%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%230D1131%22%3E%3Cpath%20d%3D%22m146.83%2069.64v-4.55c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.89l1.44%204.71c0.0275%200.07948%200.10641%200.1293%200.19%200.12h1.62c0.04-7.93e-4%200.0763-0.02319%200.095-0.05851s0.0168-0.078-5e-3%20-0.11149l-1.67-5.11c0.99705-0.65502%201.5419-1.8144%201.41-3%200-2.59-1.27-3.51-3.37-3.51h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0521%205e-3%200.1033-0.01579%200.13718-0.05565%200.0339-0.03986%200.0461-0.09376%200.0328-0.14435zm0-9.85c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.61c1%200%201.49%200.43%201.49%201.82s-0.45%201.83-1.49%201.83h-0.61c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.46z%22%2F%3E%3Cpath%20d%3D%22m158.73%2095h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-9.9c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c-0.0153-0.08469-0.0948-0.14212-0.18-0.13z%22%2F%3E%3Cpath%20d%3D%22m170.94%2086.37c0.68%200%201%200.43%201.08%201.44-5e-3%200.04949%200.0145%200.09834%200.0526%200.1304%200.0381%200.03205%200.0896%200.04314%200.13744%200.0296l1.41-0.24c0.0455-9e-3%200.0849-0.03729%200.10796-0.07759%200.023-0.0403%200.0274-0.08861%200.012-0.13241-0.1-2-1.16-2.83-2.85-2.83-1.2116-0.11678-2.3358%200.64244-2.68%201.81-0.16%200.49-0.23%201-0.23%204.26s0.07%203.77%200.23%204.26c0.34422%201.1676%201.4684%201.9268%202.68%201.81%201.69%200%202.75-0.87%202.85-2.83%200.0154-0.04379%200.011-0.09211-0.012-0.13241-0.023-0.0403-0.0624-0.06861-0.10796-0.07759l-1.41-0.24c-0.0479-0.01354-0.0994-0.0025-0.13744%200.0296-0.0381%200.03206-0.0578%200.0809-0.0526%200.1304-0.05%201-0.4%201.44-1.08%201.44-0.43467%200.04748-0.83704-0.23504-0.94-0.66-0.09-0.28-0.12-0.52-0.12-3.72s0-3.44%200.12-3.72c0.0944-0.433%200.49921-0.72583%200.94-0.68z%22%2F%3E%3Cpath%20d%3D%22m143.31%2084.84h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c9e-5%20-0.04423-0.0181-0.08651-0.0503-0.11682-0.0322-0.03031-0.0755-0.04594-0.11966-0.04317z%22%2F%3E%3Cpath%20d%3D%22m151.26%2090.07h-2.64c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v1.29c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h0.92c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427%200.0808%200.888%200.0405%201.7829-0.12%202.66-0.19676%200.40027-0.60398%200.65386-1.05%200.65386s-0.85324-0.25359-1.05-0.65386c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.15005-0.41745%200.55718-0.68615%201-0.66%200.34716%200.01114%200.67343%200.16855%200.89822%200.43335s0.32714%200.61229%200.28178%200.95665c1e-3%200.04604%200.0239%200.08889%200.061%200.11621%200.0371%200.02732%200.0847%200.0361%200.12905%200.02379l1.41-0.24c0.0962-0.02008%200.15844-0.11353%200.14-0.21%200.017-0.76907-0.29368-1.5091-0.85452-2.0356-0.56089-0.52651-1.3191-0.78985-2.0855-0.72438-1.2489-0.11757-2.4123%200.64694-2.8%201.84-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.17-0.52%200.23-0.94%200.23-4.21v-0.52c1.6e-4%20-0.0846-0.0656-0.15471-0.15-0.16z%22%2F%3E%3Cpath%20d%3D%22m146.44%2042.79v-4.27c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.59c2.1%200%203.35-1%203.35-3.63s-1.25-3.63-3.35-3.63h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.46c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0476%200.0061%200.0954-0.0094%200.13026-0.04237%200.0349-0.03294%200.0531-0.07978%200.0497-0.12763zm0-9.85c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.59c1.06%200%201.49%200.45%201.49%201.95s-0.43%201.95-1.49%201.95h-0.59c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427z%22%2F%3E%3Cpath%20d%3D%22m165.9%2084.84h-4.9c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c2e-3%20-0.07484-0.0475-0.14132-0.12-0.16z%22%2F%3E%3Cpath%20d%3D%22m282.08%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.12c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m177.09%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.12c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m199.28%2043.12c2.24%200%203-1.22%203-3.55%200-2-0.61-2.85-2.16-3.46l-0.71-0.28c-0.39185-0.08132-0.73452-0.31684-0.95083-0.65354-0.21632-0.3367-0.2881-0.74626-0.19917-1.1365%200-1%200.35-1.42%201.08-1.42s1.08%200.54%201.11%201.51c1e-3%200.04604%200.0239%200.08889%200.061%200.11621%200.0371%200.02732%200.0847%200.0361%200.12905%200.02379l1.39-0.21c0.0931-0.01488%200.16118-0.09575%200.16-0.19-0.1-1.84-1-2.88-2.9-2.88s-2.87%201.11-2.87%203.15c0%201.84%200.49%202.69%202.12%203.34l0.71%200.28c0.92%200.36%201.16%200.78%201.16%202.05s-0.36%201.69-1.11%201.69-1.16-0.49-1.22-1.74c5e-3%20-0.04949-0.0145-0.09834-0.0526-0.1304-0.0381-0.03206-0.0896-0.04315-0.13744-0.0296l-1.46%200.24c-0.0446%200.0048-0.0852%200.02805-0.11182%200.06418-0.0266%200.03613-0.0369%200.08178-0.0282%200.12582%200.08%202.07%201.07%203.09%202.99%203.09z%22%2F%3E%3Cpath%20d%3D%22m212.68%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.12c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m204.6%2043h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-4.31c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.62003c2.1%200%203.35-1%203.35-3.63s-1.25-3.63-3.35-3.63h-2.4c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.46c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827zm1.69-10c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.61c1.06%200%201.49%200.45%201.49%201.95s-0.49%201.88-1.49%201.88h-0.59c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.69z%22%2F%3E%3Cpath%20d%3D%22m142.41%2068.13c0.17-0.52%200.23-0.94%200.23-4.22s-0.05-3.7-0.23-4.22c-0.45255-1.145-1.5588-1.8973-2.79-1.8973s-2.3374%200.75228-2.79%201.8973c-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973zm-3.79-0.5c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s0%203.39-0.12%203.72c-0.1748%200.3976-0.56896%200.65349-1.0033%200.65132-0.43432-0.002172-0.82591-0.26199-0.99672-0.66132z%22%2F%3E%3Crect%20x%3D%22227.25%22%20y%3D%2231.15%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m239.83%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-9.87c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0776-0.0495-0.1235-0.04653h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0166%200.05012-7e-3%200.10518%200.0246%200.14717%200.032%200.04199%200.0826%200.0655%200.13535%200.06283z%22%2F%3E%3Crect%20x%3D%22171.79%22%20y%3D%2257.99%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m129.76%2069.81h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-4.76c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.2c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.36c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04785%200.0149%200.09469%200.0497%200.12763%200.0349%200.03294%200.0827%200.04849%200.13026%200.04237z%22%2F%3E%3Cpath%20d%3D%22m135.58%2084.84h-1.29c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v8.17h-0.12003l-2.16-8.18c-0.0248-0.10967-0.12831-0.18299-0.24-0.17h-1.84c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.24c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-8.17h0.1l2.29%208.17c0.0248%200.10967%200.12831%200.18299%200.24%200.17h1.72c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-11.47c4e-3%20-0.07203-0.0415-0.13755-0.11-0.16z%22%2F%3E%3Cpath%20d%3D%22m138.08%2042.79%201.38-3.79%201.37%203.75c0.0143%200.09492%200.0941%200.16628%200.19%200.17h1.53c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.33-6%202.12-5.47c0.0141-0.04244%205e-3%20-0.08918-0.023-0.12371-0.0284-0.03453-0.0726-0.05202-0.11701-0.04629h-1.53c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-1.16%203.35-1.16-3.35c-0.0143-0.09492-0.0941-0.16628-0.19-0.17h-1.53c-0.0444-0.0057-0.0886%200.01175-0.11701%200.04629-0.0284%200.03453-0.0371%200.08127-0.023%200.12371l2.1%205.47-2.31%206c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.53c0.0807-3e-3%200.15177-0.05428%200.18-0.13z%22%2F%3E%3Cpath%20d%3D%22m159.27%2059.68h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.0195-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.14c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573z%22%2F%3E%3Cpath%20d%3D%22m129.76%2043h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.12c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m160%2043h1.29c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-8.2h0.1l2.29%208.17c0.0248%200.10967%200.12831%200.18299%200.24%200.17h1.72c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-11.48c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-1.29c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v8.17h-0.09l-2.19-8.17c-0.0248-0.10967-0.12831-0.18299-0.24-0.17h-1.83c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-0.0175%200.05191-7e-3%200.10916%200.0273%200.15173%200.0345%200.04257%200.0883%200.06456%200.14272%200.05827z%22%2F%3E%3Cpath%20d%3D%22m164.63%2058.17v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-9.86c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-1.52c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347z%22%2F%3E%3Cpath%20d%3D%22m156.18%2042.79c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0357%200.0319%200.0825%200.04829%200.13028%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.5-11.47c-0.0103-0.09706-0.0924-0.17054-0.19-0.17h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.55%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13029-0.04556%200.0357-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35zm-2.52-3.95%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m265.16%2042.79-1.67-5.11c0.99705-0.65502%201.5419-1.8144%201.41-3%200-2.59-1.27-3.51-3.37-3.51h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.45c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-4.55c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.89l1.44%204.71c0.0275%200.07948%200.10641%200.1293%200.19%200.12h1.62c0.0435%200.0021%200.0842-0.02172%200.10364-0.06068%200.0195-0.03896%200.0141-0.08576-0.0136-0.11932zm-3.62-6.31h-0.61c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.44c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.61c1%200%201.49%200.43%201.49%201.82s-0.44%201.83-1.48%201.83z%22%2F%3E%3Cpath%20d%3D%22m267.82%2084.84h-2.73c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h2.73c1.2909%200.15972%202.5068-0.64103%202.87-1.89%200.29745-1.3111%200.39856-2.6592%200.3-4%200.0986-1.3408-3e-3%20-2.6889-0.3-4-0.35118-1.261-1.5704-2.0767-2.87-1.92zm1.06%209.28c-0.15315%200.5506-0.68166%200.90998-1.25%200.85h-0.75c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-8.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.75c0.56834-0.05998%201.0968%200.2994%201.25%200.85%200.22664%201.1081%200.29732%202.2424%200.21%203.37%200.0873%201.1276%200.0166%202.2619-0.21%203.37z%22%2F%3E%3Cpath%20d%3D%22m258.71%2095h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-9.9c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c-0.0153-0.08469-0.0948-0.14212-0.18-0.13z%22%2F%3E%3Crect%20x%3D%22273.32%22%20y%3D%2284.84%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m270.07%2031c-1.2489-0.11757-2.4123%200.64694-2.8%201.84-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.17-0.52%200.23-0.94%200.23-4.22s-0.05-3.7-0.23-4.22c-0.38288-1.1876-1.5372-1.9516-2.78-1.84zm1%209.78c-0.17281%200.39846-0.56568%200.6563-1%200.6563s-0.82719-0.25784-1-0.6563c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s-0.03%203.39-0.13%203.72z%22%2F%3E%3Cpath%20d%3D%22m245.31%2063.9c0-3.28-0.05-3.7-0.23-4.22-0.45255-1.145-1.5588-1.8973-2.79-1.8973s-2.3374%200.75228-2.79%201.8973c-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.18-0.51%200.23-0.93%200.23-4.22zm-2%203.72c-0.17281%200.39846-0.56568%200.6563-1%200.6563s-0.82719-0.25784-1-0.6563c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s-0.03%203.39-0.14%203.72z%22%2F%3E%3Cpath%20d%3D%22m249.17%2084.84h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.52%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13029-0.04556%200.0356-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35l0.47%202.38c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0356%200.0319%200.0825%200.04829%200.13028%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.55-11.48c-0.0149-0.09308-0.0957-0.16118-0.19-0.16zm-1.63%207.7%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m252.66%2058h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-4.76c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-2.63c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.2c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.36c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653z%22%2F%3E%3Cpath%20d%3D%22m256.8%2034.78c0-2.69-1.25-3.63-3.35-3.63h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-4.27c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.59c2.11-0.01%203.36-1.01%203.36-3.64zm-3.35%201.95h-0.59c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.69c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.59c1.06%200%201.49%200.45%201.49%201.95s-0.43%201.94-1.49%201.94z%22%2F%3E%3Cpath%20d%3D%22m296.25%2084.84h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.6%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13028-0.04556%200.0357-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35l0.47%202.38c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0357%200.0319%200.0825%200.04829%200.13029%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.47-11.48c-0.0149-0.09308-0.0958-0.16118-0.19-0.16zm-1.63%207.7%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m304.16%2089.81-0.71-0.28c-0.39185-0.08132-0.73452-0.31684-0.95083-0.65354-0.21632-0.3367-0.2881-0.74626-0.19917-1.1365%200-1%200.35-1.42%201.08-1.42s1.08%200.54%201.11%201.51c1e-3%200.04604%200.0239%200.08889%200.0609%200.11621%200.0371%200.02732%200.0847%200.03609%200.12905%200.02379l1.39-0.21c0.0931-0.01488%200.16118-0.09575%200.16-0.19-0.1-1.84-1-2.88-2.9-2.88s-2.87%201.11-2.87%203.15c0%201.84%200.49%202.69%202.12%203.34l0.71%200.28c0.92%200.36%201.16%200.78%201.16%202.05s-0.36%201.69-1.11%201.69-1.16-0.49-1.22-1.74c5e-3%20-0.04949-0.0145-0.09834-0.0526-0.1304-0.0381-0.03205-0.0896-0.04315-0.13744-0.0296l-1.46%200.24c-0.0446%200.0048-0.0852%200.02805-0.11182%200.06418-0.0266%200.03613-0.0369%200.08178-0.0282%200.12582%200.05%202.07%201%203.09%203%203.09%202.24%200%203-1.22%203-3.55-0.02-2.02-0.63-2.85-2.17-3.46z%22%2F%3E%3Cpath%20d%3D%22m301.79%2032.66v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0776-0.0495-0.1235-0.04653h-5.68c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v1.34c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.81c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427v9.85c-0.0201%200.0496-0.014%200.10594%200.0161%200.15014%200.0301%200.0442%200.0804%200.07042%200.13388%200.06986h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-9.89c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h1.81c0.0525%200.0143%200.10866%209.53e-4%200.1491-0.03544%200.0404-0.0364%200.0596-0.09085%200.0509-0.14456z%22%2F%3E%3Cpath%20d%3D%22m313.46%2084.84h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.6c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.6c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c9e-5%20-0.04423-0.0181-0.08651-0.0503-0.11682-0.0322-0.03031-0.0755-0.04594-0.11966-0.04317z%22%2F%3E%3Cpath%20d%3D%22m319.19%2089.81-0.71-0.28c-0.39185-0.08132-0.73452-0.31684-0.95083-0.65354-0.21632-0.3367-0.2881-0.74626-0.19917-1.1365%200-1%200.35-1.42%201.08-1.42s1.08%200.54%201.11%201.51c1e-3%200.04604%200.0239%200.08889%200.0609%200.11621%200.0371%200.02732%200.0847%200.03609%200.12905%200.02379l1.39-0.21c0.0931-0.01488%200.16118-0.09575%200.16-0.19-0.1-1.84-1-2.88-2.9-2.88s-2.87%201.11-2.87%203.15c0%201.84%200.49%202.69%202.12%203.34l0.71%200.28c0.92%200.36%201.16%200.78%201.16%202.05s-0.36%201.69-1.11%201.69-1.16-0.49-1.22-1.74c5e-3%20-0.04949-0.0145-0.09834-0.0526-0.1304-0.0381-0.03205-0.0896-0.04315-0.13744-0.0296l-1.46%200.24c-0.0446%200.0048-0.0852%200.02805-0.11182%200.06418-0.0266%200.03613-0.0369%200.08178-0.0282%200.12582%200.05%202.07%201%203.09%203%203.09%202.24%200%203-1.22%203-3.55-0.01-2.02-0.62-2.85-2.17-3.46z%22%2F%3E%3Cpath%20d%3D%22m294.77%2040.29c0.0154-0.04379%200.011-0.09211-0.012-0.13241-0.023-0.0403-0.0624-0.06861-0.10796-0.07759l-1.41-0.24c-0.051-0.04336-0.12462-0.04765-0.18033-0.0105-0.0558%200.03714-0.0801%200.10672-0.0597%200.1705-0.05%201-0.4%201.44-1.08%201.44-0.43467%200.04748-0.83704-0.23504-0.94-0.66-0.09-0.28-0.12-0.52-0.12-3.72s0-3.44%200.12-3.72c0.10296-0.42496%200.50533-0.70748%200.94-0.66%200.68%200%201%200.43%201.08%201.44-5e-3%200.04949%200.0145%200.09834%200.0526%200.1304%200.0381%200.03206%200.0896%200.04315%200.13744%200.0296l1.41-0.24c0.0455-9e-3%200.0849-0.03729%200.10796-0.07759%200.023-0.0403%200.0274-0.08861%200.012-0.13241-0.1-2-1.16-2.83-2.85-2.83-1.2116-0.11678-2.3358%200.64244-2.68%201.81-0.16%200.49-0.23%201-0.23%204.26s0.07%203.77%200.23%204.26c0.34422%201.1676%201.4684%201.9268%202.68%201.81%201.73-0.02%202.79-0.88%202.9-2.85z%22%2F%3E%3Cpath%20d%3D%22m281.16%2089.81-0.71-0.28c-0.39185-0.08132-0.73452-0.31684-0.95083-0.65354-0.21632-0.3367-0.2881-0.74626-0.19917-1.1365%200-1%200.35-1.42%201.08-1.42s1.08%200.54%201.11%201.51c1e-3%200.04604%200.0239%200.08889%200.0609%200.11621%200.0371%200.02732%200.0847%200.03609%200.12905%200.02379l1.39-0.21c0.0931-0.01488%200.16118-0.09575%200.16-0.19-0.1-1.84-1-2.88-2.9-2.88s-2.87%201.11-2.87%203.15c0%201.84%200.49%202.69%202.12%203.34l0.71%200.28c0.92%200.36%201.16%200.78%201.16%202.05s-0.36%201.69-1.11%201.69-1.16-0.49-1.22-1.74c5e-3%20-0.04949-0.0145-0.09834-0.0526-0.1304-0.0381-0.03205-0.0896-0.04315-0.13744-0.0296l-1.46%200.24c-0.0446%200.0048-0.0852%200.02805-0.11182%200.06418-0.0266%200.03613-0.0369%200.08178-0.0282%200.12582%200.05%202.07%201%203.09%203%203.09%202.24%200%203-1.22%203-3.55-0.02-2.02-0.63-2.85-2.17-3.46z%22%2F%3E%3Cpath%20d%3D%22m290.46%2084.84h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.6c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.6c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c9e-5%20-0.04423-0.0181-0.08651-0.0503-0.11682-0.0322-0.03031-0.0755-0.04594-0.11966-0.04317z%22%2F%3E%3Cpath%20d%3D%22m241.1%2086.37c0.68%200%201%200.43%201.08%201.44-5e-3%200.04949%200.0145%200.09834%200.0526%200.1304%200.0381%200.03205%200.0895%200.04314%200.13744%200.0296l1.41-0.24c0.0455-9e-3%200.0849-0.03729%200.10796-0.07759%200.023-0.0403%200.0274-0.08861%200.012-0.13241-0.1-2-1.16-2.83-2.85-2.83-1.2116-0.11678-2.3358%200.64244-2.68%201.81-0.16%200.49-0.23%201-0.23%204.26s0.07%203.77%200.23%204.26c0.34422%201.1676%201.4684%201.9268%202.68%201.81%201.69%200%202.75-0.87%202.85-2.83%200.0154-0.04379%200.011-0.09211-0.012-0.13241-0.023-0.0403-0.0624-0.06861-0.10796-0.07759l-1.41-0.24c-0.0479-0.01354-0.0994-0.0025-0.13744%200.0296-0.0381%200.03206-0.0578%200.0809-0.0526%200.1304-0.05%201-0.4%201.44-1.08%201.44-0.43467%200.04748-0.83704-0.23504-0.94-0.66-0.09-0.28-0.12-0.52-0.12-3.72s0-3.44%200.12-3.72c0.0944-0.433%200.49921-0.72583%200.94-0.68z%22%2F%3E%3Cpath%20d%3D%22m279.4%2039.91v-8.59c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0776-0.0495-0.1235-0.04653h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v8.74c0.0822%200.33954-2.4e-4%200.69797-0.22253%200.96747-0.2223%200.2695-0.55849%200.41863-0.90747%200.40253-0.25815%207e-3%20-0.50899-0.0862-0.7-0.26-0.034-0.03545-0.0809-0.0555-0.13-0.0555s-0.096%200.02005-0.13%200.0555l-1%200.94c-0.0344%200.03037-0.0542%200.07408-0.0542%200.12s0.0197%200.08963%200.0542%200.12c0.50077%200.53834%201.2161%200.82447%201.95%200.78%201.76-0.01%202.99-0.96%202.99-3.22z%22%2F%3E%3Cpath%20d%3D%22m220.54%2084.68c-1.2489-0.11757-2.4123%200.64694-2.8%201.84-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.17-0.52%200.23-0.94%200.23-4.22s-0.05-3.7-0.23-4.22c-0.38288-1.1876-1.5372-1.9516-2.78-1.84zm1%209.78c-0.17281%200.39846-0.56568%200.6563-1%200.6563s-0.82719-0.25784-1-0.6563c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s-0.03%203.4-0.13%203.73z%22%2F%3E%3Cpath%20d%3D%22m190.3%2037.06c0.0986-1.3408-3e-3%20-2.6889-0.3-4-0.36319-1.249-1.5791-2.0497-2.87-1.89h-2.73c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.45c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h2.73c1.2909%200.15972%202.5068-0.64103%202.87-1.89%200.29844-1.3144%200.39955-2.6659%200.3-4.01zm-2.1%203.37c-0.15315%200.5506-0.68166%200.90998-1.25%200.85h-0.75c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-8.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.8c0.56834-0.05998%201.0968%200.2994%201.25%200.85%200.22664%201.1081%200.29732%202.2424%200.21%203.37%200.0709%201.13-0.0166%202.2643-0.26%203.37z%22%2F%3E%3Cpath%20d%3D%22m197%2058h-1.29c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v8.17h-0.09l-2.19-8.17c-0.02502-0.11863-0.1413-0.19465-0.26-0.17h-1.84c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.29c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-8.17h0.1l2.29%208.17c0.0248%200.10967%200.12831%200.18299%200.24%200.17h1.75c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-11.47c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.03255-0.032548-0.07754-0.049502-0.12347-0.046529z%22%2F%3E%3Cpath%20d%3D%22m207.41%2084.84h-5.68c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v1.34c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.81c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427v9.85c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-9.85c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h1.81c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c0-0.08837-0.0716-0.16-0.16-0.16z%22%2F%3E%3Cpath%20d%3D%22m204.07%2069.64c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0357%200.0319%200.0825%200.04829%200.13028%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.5-11.47c-0.0103-0.09706-0.0924-0.17054-0.19-0.17h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.54%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13028-0.04556%200.0357-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35zm-2.52-3.95%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m235.14%2031.15h-1.46c-0.0959%200.0037-0.17567%200.07508-0.19%200.17l-2.55%2011.47c-0.0141%200.04245-5e-3%200.08918%200.023%200.12371%200.0284%200.03453%200.0726%200.05202%200.11701%200.04629h1.48c0.0478%200.0027%200.0946-0.01367%200.13029-0.04556%200.0356-0.0319%200.0571-0.07667%200.0597-0.12444l0.47-2.38h2.35l0.43%202.38c3e-3%200.04777%200.0241%200.09254%200.0597%200.12444%200.0357%200.0319%200.0825%200.04829%200.13029%200.04556h1.48c0.0444%200.0057%200.0886-0.01175%200.11701-0.04629%200.0284-0.03453%200.0371-0.08127%200.023-0.12371l-2.5-11.47c-9e-3%20-0.08987-0.0801-0.16095-0.17-0.17zm-1.63%207.7%200.87-4.4h0.05l0.83%204.4h-1.76z%22%2F%3E%3Cpath%20d%3D%22m184%2069.64v-11.47c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-1.49c-0.12351-0.02574-0.24586%200.04855-0.28%200.17l-1.91%206.66h-0.07l-2-6.66c-0.0341-0.12145-0.15649-0.19574-0.28-0.17h-1.51c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.34c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-7.47h0.2l1.53%205.37c0.0243%200.10557%200.12193%200.1777%200.23%200.17h0.76c0.10807%200.0077%200.20565-0.06443%200.23-0.17l1.53-5.37h0.1v7.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.34c0.0724-0.02331%200.11841-0.09439%200.11-0.17z%22%2F%3E%3Crect%20x%3D%22186.59%22%20y%3D%2257.99%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m180.59%2084.84h-5.69c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v1.34c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.81c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427v9.85c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-9.85c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h1.81c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c1.7e-4%20-0.0846-0.0656-0.15471-0.15-0.16z%22%2F%3E%3Cpath%20d%3D%22m187.65%2084.84h-4.85c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h4.85c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-3.06c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.23c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h2.64c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-1.37c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0325-0.03255-0.0775-0.0495-0.12347-0.04653h-2.64c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.11c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h3.06c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.35c9e-5%20-0.04423-0.0181-0.08651-0.0503-0.11682-0.0322-0.03031-0.0755-0.04594-0.11966-0.04317z%22%2F%3E%3Cpath%20d%3D%22m192.84%2084.84h-2.73c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h2.73c1.2909%200.15972%202.5068-0.64103%202.87-1.89%200.29745-1.3111%200.39856-2.6592%200.3-4%200.0986-1.3408-2e-3%20-2.6889-0.3-4-0.35118-1.261-1.5704-2.0767-2.87-1.92zm1.06%209.28c-0.15315%200.5506-0.68166%200.90998-1.25%200.85h-0.75c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-8.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.75c0.56834-0.05998%201.0968%200.2994%201.25%200.85%200.22664%201.1081%200.29732%202.2424%200.21%203.37%200.0873%201.1276%200.0166%202.2619-0.21%203.37z%22%2F%3E%3Cpath%20d%3D%22m232.71%2058h-1.29c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v8.17h-0.09l-2.16-8.17c-0.0248-0.10967-0.12831-0.18299-0.24-0.17h-1.84c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.29c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-8.17h0.1l2.29%208.17c0.0248%200.10967%200.12831%200.18299%200.24%200.17h1.72c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-11.47c4e-3%20-0.04989-0.0155-0.0988-0.0528-0.13218-0.0373-0.03338-0.0881-0.04737-0.13721-0.03782z%22%2F%3E%3Cpath%20d%3D%22m228.43%2084.84h-2.43c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0326%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0326-0.03255%200.0495-0.07754%200.0465-0.12347v-4.28c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.59c2.1%200%203.35-1%203.35-3.63s-1.19-3.63-3.29-3.63zm0%205.58h-0.59c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.68c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.59c1.06%200%201.49%200.45%201.49%201.95s-0.43%201.93-1.49%201.93z%22%2F%3E%3Cpath%20d%3D%22m210.21%2069.64v-9.86c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h1.81c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-1.34c3e-3%20-0.04593-0.014-0.09092-0.0465-0.12347-0.0326-0.03255-0.0775-0.0495-0.12347-0.04653h-5.68c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v1.34c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.81c0.0274-0.0033%200.0548%200.0062%200.0743%200.02573%200.0195%200.01951%200.029%200.04688%200.0257%200.07427v9.85c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0325%200.03255%200.0775%200.0495%200.12347%200.04653h1.48c0.0501%200.01656%200.10518%200.0073%200.14717-0.02465%200.042-0.03199%200.0655-0.08263%200.0628-0.13535z%22%2F%3E%3Cpath%20d%3D%22m222.57%2032.68c0.68%200%201%200.43%201.08%201.44-5e-3%200.04949%200.0145%200.09834%200.0526%200.1304%200.0381%200.03206%200.0896%200.04315%200.13744%200.0296l1.41-0.24c0.0455-9e-3%200.0849-0.03729%200.10796-0.07759%200.023-0.0403%200.0274-0.08861%200.012-0.13241-0.1-2-1.16-2.83-2.85-2.83-1.2116-0.11678-2.3358%200.64244-2.68%201.81-0.16%200.49-0.23%201-0.23%204.26s0.07%203.77%200.23%204.26c0.34422%201.1676%201.4684%201.9268%202.68%201.81%201.69%200%202.75-0.87%202.85-2.83%200.0154-0.04379%200.011-0.09211-0.012-0.13241-0.023-0.0403-0.0624-0.06861-0.10796-0.07759l-1.41-0.24c-0.0479-0.01354-0.0994-0.0024-0.13744%200.0296-0.0381%200.03206-0.0578%200.0809-0.0526%200.1304-0.05%201-0.4%201.44-1.08%201.44-0.43467%200.04748-0.83704-0.23504-0.94-0.66-0.09-0.28-0.12-0.52-0.12-3.72s0-3.44%200.12-3.72c0.0944-0.433%200.49921-0.72583%200.94-0.68z%22%2F%3E%3Crect%20x%3D%22233.96%22%20y%3D%2284.84%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m214%2091.37c0.99705-0.65502%201.5419-1.8144%201.41-3%200-2.59-1.27-3.51-3.37-3.51h-2.38c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h1.51c0.0459%203e-3%200.0909-0.01398%200.12347-0.04653%200.0325-0.03255%200.0495-0.07754%200.0465-0.12347v-4.55c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.89l1.44%204.71c0.0275%200.07948%200.10641%200.1293%200.19%200.12h1.62c0.04-7.92e-4%200.0763-0.02319%200.095-0.05851s0.0168-0.078-5e-3%20-0.11149zm-1.95-1.2h-0.61c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-3.44c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.0195%200.0469-0.02899%200.0743-0.02573h0.56c1%200%201.49%200.43%201.49%201.82s-0.43%201.82-1.49%201.82z%22%2F%3E%3Crect%20x%3D%22214.16%22%20y%3D%2257.99%22%20width%3D%221.86%22%20height%3D%2211.82%22%20rx%3D%22.17%22%2F%3E%3Cpath%20d%3D%22m171.43%2031.15h-2.73c-0.0459-3e-3%20-0.0909%200.01398-0.12347%200.04653-0.0325%200.03255-0.0495%200.07754-0.0465%200.12347v11.47c-3e-3%200.04593%200.014%200.09092%200.0465%200.12347%200.0326%200.03255%200.0775%200.0495%200.12347%200.04653h2.73c1.2909%200.15972%202.5068-0.64103%202.87-1.89%200.29745-1.3111%200.39856-2.6592%200.3-4%200.0986-1.3408-2e-3%20-2.6889-0.3-4-0.35118-1.261-1.5704-2.0767-2.87-1.92zm1.06%209.28c-0.15315%200.5506-0.68166%200.90998-1.25%200.85h-0.75c-0.0274%200.0033-0.0548-0.0062-0.0743-0.02573-0.0195-0.01951-0.029-0.04688-0.0257-0.07427v-8.24c-3e-3%20-0.02739%206e-3%20-0.05476%200.0257-0.07427%200.0195-0.01951%200.0469-0.02899%200.0743-0.02573h0.75c0.56834-0.05998%201.0968%200.2994%201.25%200.85%200.22664%201.1081%200.29732%202.2424%200.21%203.37%200.0873%201.1276%200.0166%202.2619-0.21%203.37z%22%2F%3E%3Cpath%20d%3D%22m221.37%2057.84c-1.2489-0.11757-2.4123%200.64694-2.8%201.84-0.17%200.52-0.23%200.94-0.23%204.22s0.05%203.7%200.23%204.22c0.45255%201.145%201.5588%201.8973%202.79%201.8973s2.3374-0.75228%202.79-1.8973c0.17-0.52%200.23-0.94%200.23-4.22s-0.05-3.7-0.23-4.22c-0.38288-1.1876-1.5372-1.9516-2.78-1.84zm1%209.78c-0.17281%200.39846-0.56568%200.6563-1%200.6563s-0.82719-0.25784-1-0.6563c-0.1-0.33-0.12-0.47-0.12-3.72s0-3.39%200.12-3.72c0.17281-0.39846%200.56568-0.6563%201-0.6563s0.82719%200.25784%201%200.6563c0.1%200.33%200.12%200.47%200.12%203.72s-0.02%203.39-0.13%203.72z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%2342acdc%22%3E%3Cpath%20d%3D%22m67.61%20118.19h16.47v-102.83h-16.47zm4.42-34c-0.0062-0.07067%200.01922-0.14046%200.06938-0.19062%200.05016-0.05016%200.11995-0.07556%200.19062-0.06938h7.12c0.07067-0.0062%200.14046%200.01922%200.19062%200.06938%200.05016%200.05016%200.07556%200.11995%200.06938%200.19062v2c0.0062%200.07067-0.01922%200.14046-0.06938%200.19062-0.05016%200.05016-0.11995%200.07556-0.19062%200.06938h-4.49c-0.04063-3e-3%20-0.08057%200.01181-0.10938%200.04062-0.02881%200.02881-0.04364%200.06875-0.04062%200.10938v4.57c-3e-3%200.04063%200.01181%200.08057%200.04062%200.10938%200.02881%200.02881%200.06875%200.04364%200.10938%200.04062h3.88c0.07067-0.0062%200.14046%200.01922%200.19062%200.06938%200.05016%200.05016%200.07556%200.11995%200.06938%200.19062v2c0.0062%200.07067-0.01922%200.14046-0.06938%200.19062-0.05016%200.05016-0.11995%200.07556-0.19062%200.06938h-3.88c-0.04063-3e-3%20-0.08057%200.01181-0.10938%200.04062-0.02881%200.02881-0.04364%200.06875-0.04062%200.10938v4.75c-3e-3%200.04063%200.01181%200.08057%200.04062%200.10938%200.02881%200.02881%200.06875%200.04364%200.10938%200.04062h4.49c0.07067-0.0062%200.14046%200.01922%200.19062%200.06938%200.05016%200.05016%200.07556%200.11995%200.06938%200.19062v2c0.0062%200.0707-0.01922%200.14046-0.06938%200.19062-0.05016%200.0502-0.11995%200.0756-0.19062%200.0694h-7.12c-0.07067%206e-3%20-0.14046-0.0192-0.19062-0.0694-0.05016-0.0502-0.07556-0.11995-0.06938-0.19062v-16.93z%22%2F%3E%3Cpath%20d%3D%22m102.41%2084h-1.89c-0.0707-0.0062-0.14046%200.01922-0.19062%200.06938-0.0502%200.05016-0.0756%200.11995-0.0694%200.19062v12h-0.13l-3.22-12c-0.030534-0.16937-0.18959-0.28425-0.35998-0.26h-2.7c-0.07067-0.0062-0.14046%200.01922-0.19062%200.06938-0.05016%200.05016-0.07556%200.11995-0.06938%200.19062v16.84c-0.0062%200.0707%200.01922%200.14046%200.06938%200.19062%200.05016%200.0502%200.11995%200.0756%200.19062%200.0694h1.89c0.07067%206e-3%200.14046-0.0192%200.19062-0.0694%200.05016-0.0502%200.07556-0.11995%200.06938-0.19062v-12h0.15l3.37%2012c0.03055%200.16938%200.18961%200.28425%200.36%200.26h2.53c0.0707%206e-3%200.14046-0.0192%200.19062-0.0694%200.0502-0.0502%200.0756-0.11995%200.0694-0.19062v-16.88c-5e-3%20-0.06374-0.0354-0.12281-0.0842-0.16411-0.04884-0.041302-0.11212-0.061419-0.17582-0.055888z%22%2F%3E%3Crect%20x%3D%2289.89%22%20y%3D%2247.17%22%20width%3D%2216.47%22%20height%3D%2225.17%22%2F%3E%3Cpath%20d%3D%22m32.5%2091.26-1-0.41c-1.38-0.54-1.68-1-1.68-2.63%200-1.43%200.51-2.09%201.58-2.09s1.58%200.79%201.63%202.22c0.0035%200.06688%200.03732%200.12852%200.09182%200.16745%200.0545%200.03893%200.12377%200.05091%200.18818%200.03255l2-0.31c0.13721-0.02039%200.23664-0.14144%200.23-0.28-0.15-2.71-1.4-4.24-4.26-4.24s-4.21%201.63-4.21%204.62c0%202.71%200.71%204%203.11%204.9l1%200.41c1.35%200.54%201.71%201.15%201.71%203s-0.54%202.48-1.63%202.48-1.71-0.71-1.79-2.55c0.0061-0.07212-0.02365-0.14262-0.07957-0.18856-0.055926-0.045937-0.13087-0.061431-0.20043-0.041434l-2.14%200.36c-0.06407%200.0098-0.12146%200.04503-0.15913%200.09776-0.03767%200.05274-0.05241%200.11846-0.04087%200.18224%200.08%203%201.53%204.54%204.34%204.54%203.29%200%204.44-1.79%204.44-5.21%200.03-2.94-0.86-4.16-3.13-5.06z%22%2F%3E%3Cpath%20d%3D%22m45.32%20135h16.47v-127h-16.47zm4.23-50.8c-0.0062-0.07067%200.01922-0.14046%200.06938-0.19062%200.05016-0.05016%200.11995-0.07556%200.19062-0.06938h3.5c3.09%200%204.93%201.38%204.93%205.33s-1.84%205.33-4.93%205.33h-0.87c-0.04063-3e-3%20-0.08057%200.01181-0.10938%200.04062-0.02881%200.02881-0.04364%200.06875-0.04062%200.10938v6.28c0.0062%200.0707-0.01922%200.14046-0.06938%200.19062-0.05016%200.0502-0.11995%200.0756-0.19062%200.0694h-2.22c-0.07067%206e-3%20-0.14046-0.0192-0.19062-0.0694-0.05016-0.0502-0.07556-0.11995-0.06938-0.19062v-16.81z%22%2F%3E%3Cpath%20d%3D%22m13.44%2084h-7.12c-0.070671-0.0062-0.14046%200.01922-0.19062%200.06938-0.050163%200.050164-0.075563%200.11995-0.069382%200.19062v16.84c-0.00618%200.0707%200.019219%200.14046%200.069382%200.19062%200.050163%200.0502%200.11995%200.0756%200.19062%200.0694h7.12c0.07067%206e-3%200.14046-0.0192%200.19062-0.0694%200.05016-0.0502%200.07556-0.11995%200.06938-0.19062v-2c0.0062-0.07067-0.01922-0.14046-0.06938-0.19062-0.050164-0.050162-0.11995-0.075563-0.19062-0.069381h-4.44c-0.040634%203e-3%20-0.080569-0.01181-0.10938-0.04062-0.028812-0.028811-0.043642-0.068746-0.040619-0.10938v-4.75c-0.00302-0.04063%200.011807-0.08057%200.040619-0.10938%200.028812-0.028812%200.068747-0.043642%200.10938-0.040619h3.88c0.07067%200.0062%200.14046-0.01922%200.19062-0.06938%200.05016-0.05016%200.07556-0.11995%200.06938-0.19062v-2c0.0062-0.07067-0.01922-0.14046-0.06938-0.19062-0.050163-0.050165-0.11995-0.075566-0.19062-0.069384h-3.88c-0.040634%203e-3%20-0.080569-0.01181-0.10938-0.04062-0.028812-0.028811-0.043642-0.068746-0.040619-0.10938v-4.57c-0.00302-0.04063%200.011807-0.08057%200.040619-0.10938%200.028812-0.028812%200.068747-0.043642%200.10938-0.040619h4.49c0.07067%200.0062%200.14046-0.01922%200.19062-0.06938%200.05016-0.05016%200.07556-0.11995%200.06938-0.19062v-2c-0.02243-0.05976-0.06774-0.10813-0.12592-0.1344-0.058174-0.026275-0.12442-0.02829-0.18408-0.005602z%22%2F%3E%3Crect%20x%3D%2223.03%22%20y%3D%22.76%22%20width%3D%2216.47%22%20height%3D%2261.38%22%2F%3E%3Crect%20x%3D%22.75%22%20y%3D%2215.36%22%20width%3D%2216.47%22%20height%3D%2243.37%22%2F%3E%3Cpath%20d%3D%22m52.44%2092.16h0.87c1.56%200%202.19-0.66%202.19-2.86s-0.64-2.86-2.19-2.86h-0.87c-0.04063-3e-3%20-0.08057%200.01181-0.10938%200.04062-0.02881%200.02881-0.04364%200.06875-0.04062%200.10938v5.41c-0.0062%200.04226%200.0071%200.08506%200.03636%200.11622%200.02922%200.03117%200.07106%200.04729%200.11364%200.04377z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A") no-repeat scroll 0 0 transparent;
}

/* line 36, app/assets/stylesheets/common/_header.scss */
#site-header .site-branding .site-title {
  float: left;
}

/* line 41, app/assets/stylesheets/common/_header.scss */
#site-header .site-branding .site-title a {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  width: 107px;
  height: 135px;
}

@media screen and (min-width: 880px) {
  /* line 41, app/assets/stylesheets/common/_header.scss */
  #site-header .site-branding .site-title a {
    background-size: contain;
    width: 322px;
    height: 135px;
  }
}

/* line 54, app/assets/stylesheets/common/_header.scss */
#site-header .site-branding .site-slogan {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22469px%22%20height%3D%22189px%22%20version%3D%221.1%22%20viewBox%3D%220%200%20469%20189%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m81.305%200.44336c-7.195%200-4.1384%2010.672-3.5684%2014.15%200.027%200.164%200.58131%2024.108%200.69531%2029.602%201.091-0.288%202.1765-0.5555%203.2285-0.8125%200.755-0.186%201.4779-0.36597%202.1719-0.54297%200.112-5.289%200.6422-28.14%200.6582-28.291%200.43-3.717%204.1985-14.105-3.1855-14.105zm5.5762%2011.646c-0.023%200.107-0.046359%200.21626-0.068359%200.32226-0.113%200.545-0.21392%201.0377-0.29492%201.4727%2012.669%201.241%2024.076%206.8498%2032.689%2015.301l-6.1953%206.1973%200.23633-1.0898-0.8086-0.36133-1.1172-0.064453%200.23828-0.71289-0.75196-2.5371-1.5391-1.6914-4.8418-2.5547-0.41406%200.44531-0.8789%200.25586c1.662%202.449%202.5605%205.2776%202.5605%208.1406%200%200.372-0.00834%200.7357-0.02734%201.0957l2.3984%203.0156-1.125%200.26367%200.74414%201.1211-2.1172%202.1152-0.84961-1.6211c-0.406%201.132-0.94452%202.1841-1.6035%203.1621%200.158%200.146%200.32061%200.2875%200.47461%200.4375l-6.5195%206.5195c-0.395-0.377-0.80847-0.73594-1.2305-1.0859-0.624%200.29-1.2612%200.56055-1.9102%200.81055%200.187%200.141%200.37364%200.28364%200.55664%200.43164l-0.33398%200.33203-0.75977%200.42773-0.28711%200.76367-0.47461-0.47852-1.375%200.46094%200.37695%200.60352%200.94922-0.25195%200.61914%200.046874%200.046875-0.33398%200.47852-0.23828%200.14063-0.28711%200.85742-0.23633%200.66797-0.029297c0.129%200.117%200.26262%200.23252%200.39062%200.35352l-2.5879%202.5859-0.19141-0.27734-2.7031%200.44922-0.60156%200.60352-0.5957%200.070313%201.6816-1.6094-0.60156-0.30078-1.5664%202.0977%200.45898-0.048828-0.027344%200.77148%200.57422%200.2207%200.11328%200.82617-0.93945-0.18945-0.98633%200.18164-2.3711-1.2207s-0.12931%206.3732-0.19531%209.5762c5.6%201.884%2011.545%204.606%2011.545%2011.752%200%203.137-1.3553%205.6758-4.0273%207.5488l0.021484%200.005859c-0.04%200.027-0.081047%200.055078-0.12305%200.080078l-0.011718-0.007813c-0.060001%200.041-0.11769%200.084001-0.17969%200.125-2.266%201.498-5.1781%202.2949-7.7051%203.0879-0.014%204e-3%20-0.074219%205.002-0.074219%205.002%204.018%201.998%208.8914%204.9039%208.4434%2013.213-0.055999%202.047-0.85416%202.6089-1.5352%202.7949v0.00195c-2.351%200.582-4.7787%200.96949-7.2617%201.1465-0.013001%200.645-0.023204%201.262-0.033204%201.832%2010.814-0.74%2020.594-5.3103%2027.988-12.361l6.5215%206.5195c-9.769%209.392-23.031%2015.176-37.621%2015.176-14.508%200-27.711-5.7204-37.463-15.023l6.5234-6.5234c7.32%206.915%2016.947%2011.41%2027.59%2012.197-0.01-0.565-0.02125-1.1781-0.03125-1.8301-10.128-0.789-19.289-5.0773-26.271-11.654l1.7422-1.7441%202.3887%200.27539%201.2695-1.3691%203.332%200.11523%200.49414-1.1562-0.11719-0.48633c4.827%203.664%2010.655%206.0724%2016.996%206.7344-0.014-0.71-0.026156-1.3329-0.035156-1.8359-7.004-0.78-13.336-3.8067-18.254-8.3477l6.5254-6.5273c1.582%201.414%203.3601%202.6138%205.2891%203.5508%200.145-0.623%200.36525-1.1958%200.65625-1.7148-1.691-0.836-3.2563-1.887-4.6543-3.125l6.541-6.5391c1.035%200.832%202.2152%201.4923%203.4922%201.9453-0.013-0.651-0.025109-1.3278-0.037109-1.9668-0.774-0.338-1.5002-0.76639-2.1602-1.2754l1.8457-1.8457c-0.65-0.197-1.3011-0.402-1.9531-0.625l-1.2305%201.2324c-0.625-0.693-1.1534-1.4723-1.5684-2.3203-1.126-0.496-2.2155-1.0615-3.2305-1.7285-4.019-2.642-6.0547-6.371-6.0547-11.082%200-3.597%201.0046-6.3235%202.6406-8.4355l-6.5059-6.5059c4.688-4.477%2010.713-7.5622%2017.412-8.5742-0.012-0.633-0.022203-1.248-0.033203-1.834-7.186%201.034-13.655%204.3211-18.666%209.1211l-1.0996-1.0977c-0.25%200.437-0.542%200.99422-0.875%201.6992l0.69336%200.69141c-5.602%205.965-9.0786%2013.939-9.2246%2022.715h-9.2324c0.147-11.319%204.6577-21.603%2011.928-29.24l2.9336%202.9316c0.134%202e-3%200.27206-7.19e-4%200.41406-0.011719%200.519-0.038%201.0991-0.19933%201.6621-0.48633l-3.7246-3.7266c1.969-1.905%204.1199-3.6229%206.4219-5.1289%200.182-0.62%200.35412-1.1614%200.45312-1.3574%200.113-0.226%200.69911-0.99862%201.4121-1.8906-3.502%201.938-6.7202%204.3268-9.5742%207.0898l-6.5215-6.5195c8.552-8.322%2019.826-13.86%2032.344-15.129-0.042-0.223-0.074219-0.39648-0.074219-0.39648-0.087-0.433-0.18044-0.90439-0.27344-1.4004-28.21%202.941-50.273%2026.859-50.273%2055.834%200%2030.957%2025.184%2056.143%2056.139%2056.143%2030.956%200%2056.139-25.186%2056.139-56.143%200-29.035-22.156-52.991-50.449-55.852zm-47.562%202.1016c-10.011%202.134-18.478%2011.096-20.756%2022.062%203.185-3.709%208.6088-5.8908%2011.715-9.5918%203.11-3.704%204.164-8.7957%209.041-12.471zm83.627%200c4.877%203.675%205.9311%208.7667%209.0391%2012.471%203.107%203.701%208.5318%205.8828%2011.717%209.5918-2.278-10.967-10.744-19.928-20.756-22.062zm-34.16%203.5762-0.7168%200.49805-1.623-0.13281-0.017578%200.39258c1.033%200.066%202.0399%200.16378%202.8359%200.30078l1.3398-0.12109%201.4297%200.054688%200.55274-0.49414-1.0469-0.44336-2.7539-0.054688zm-2.5645%202.6445c-0.021%200.868-0.068359%202.8613-0.068359%202.8613-0.013%200.625-0.064172%202.9366-0.076172%203.4336%200.946%200.082%201.6467%200.19934%201.9707%200.27734%205.962%201.425%208.0957%204.8465%208.0957%208.2285%200%205.477-4.6874%207.5416-10.443%209.1016-0.625%200.17-1.2622%200.33405-1.9062%200.49805-1.746%200.435-3.5483%200.85503-5.3203%201.332-0.637%200.171-1.2706%200.35102-1.8926%200.54102-6.385%201.944-11.867%205.0222-11.867%2012.908%200%207.811%206.2552%2010.73%2012.367%2012.611-0.044-2.244-0.084906-4.5075-0.12891-6.7715-2.699-1.261-4.6016-2.9284-4.6016-5.7344%200-2.736%201.7329-4.3889%204.3809-5.5859%200.586-0.264%201.2158-0.50838%201.8848-0.73438%201.523-0.52%203.2333-0.95562%205.0273-1.3906%200.626-0.152%201.2632-0.30789%201.9062-0.46289%208.605-2.084%2018.248-4.7735%2018.248-16.312%200-5.775-4.1913-12.178-14.447-14.439-0.757-0.167-1.9189-0.28533-3.1289-0.36133zm-10.178%200.90039c-3.106%200.888-4.936%202.059-5.625%202.291-2.015%200.668-4.8522%200.78366-7.7812%203.9727-0.524%200.568-1.7904%202.1686-2.6934%203.4746-0.882%201.275-0.92322%203.3239-1.5742%204.4199-0.939%201.593-0.71484%202.5039-0.71484%202.5039l0.029297%200.046875c-0.034%200.197-0.22112%201.042-1.0781%201.998-0.98%201.087-2.2687%201.6903-3.8027%201.4453%201.334%200.668%203.1797-0.26758%203.1797-0.26758s-0.35303%201.0082-0.70703%202.6562c1.499-3.393%202.8727-4.6306%203.3027-4.9746%200.646%200.147%201.9771%200.086016%204.4531-1.334%202.799-1.607%207.0112-4.2326%208.1992-5.8906%201.286-1.789%203.0519-2.9703%204.9609-3.7363-0.053-2.503-0.10244-4.7285-0.14844-6.6055zm-55.934%202.0918c-13.468%209.936-7.7281%2026.018-8.4531%2031.062%206.892-15.006%2017.186-11.828%2021.541-26.127-2.459%204.385-13.701%206.2336-18.92%2017.477%202.664-6.681%201.329-16.896%205.832-22.412zm122.04%200c4.504%205.516%203.169%2015.731%205.834%2022.412-5.218-11.243-16.462-13.092-18.92-17.477%204.357%2014.299%2014.652%2011.121%2021.541%2026.127-0.723-5.045%205.0159-21.126-8.4551-31.062zm126.61%200.69922v43.625h6.8691v-43.625h-6.8691zm28.664%200v17.975h-0.11133c-0.998-2.328-3.2692-4.7695-7.3672-4.7695-6.151%200-9.8613%205.7007-9.8613%2015.471%200%208.318%202.9364%2015.414%2010.025%2015.414%204.434%200%206.4818-2.5592%207.5898-5.1172h0.16601c0%202.034%200.11366%203.7803%200.22266%204.6523h6.4258c-0.164-1.105-0.2207-2.9652-0.2207-5.1172v-38.508h-6.8691zm115.76%200v43.625h6.8711v-43.625h-6.8711zm31.578%200v43.625h6.8691v-17.449c0-3.841%201.273-7.0391%204.877-7.0391%202.823%200%203.9297%201.9226%203.9297%206.5156v17.973h6.8711v-19.309c0-6.05-1.9379-11.111-8.4219-11.111-4.265%200-5.8698%202.4417-7.0898%204.3027h-0.16601v-17.508h-6.8691zm-337.7%201.3535-0.93945%200.7168%201.2012%200.63867%201.3516%200.97656%200.14844-0.82812-0.5586-0.90039-1.2031-0.60352zm69.443%201.6719%207.8106%2040.6h8.3652l6.0957-33.271h0.10938l5.7617%2033.271h8.4746l7.9785-40.6h-6.4258l-5.6504%2031.295h-0.11133l-5.7617-31.295h-8.6426l-5.8164%2031.295h-0.11133l-5.4297-31.295h-6.6465zm150.42%200v40.6h7.0918v-17.914h11.465v17.914h7.0918v-40.6h-7.0918v16.52h-11.465v-16.52h-7.0918zm-262.42%202.2559%202.0254%200.0625-2.7168%202.9258-1.4453%200.31445%202.1367-3.3027zm371%200.011718-6.8711%202.2109v6.166h-4.541v5.293h4.541v16.404c0%206.28%202.8806%208.7227%207.9766%208.7227%202.05%200%203.5486-0.46528%204.5996-0.98828v-5.1152c-0.499%200.29-1.3875%200.63867-2.6055%200.63867-1.995%200-3.0996-0.92986-3.0996-4.1309v-15.531h5.7051v-5.293h-5.7051v-8.377zm-393.46%200.92774%206.5176%206.5195c-7.599%207.969-12.313%2018.708-12.461%2030.529h-9.2227c0.147-14.365%205.896-27.408%2015.166-37.049zm78.443%200.15625c9.179%209.624%2014.864%2022.608%2015.012%2036.893h-9.2246c-0.089-7.075-1.8135-13.759-4.8125-19.697l0.08008-0.16602%200.63867%200.33594%200.14844-0.48633-1.6504-2.8906-1.9531-2.7051-2.291-1.9121c-0.786-0.982-1.6067-1.9327-2.4707-2.8477l6.5234-6.5234zm-34.57%203.7422c-0.013%200.606-0.025063%201.2249-0.039063%201.8359%202.639%200.388%205.1754%201.093%207.5664%202.082%200.32-0.503%200.54488-1.0586%200.67188-1.6816-2.59-1.072-5.3352-1.8343-8.1992-2.2363zm-76.707%202.4707c-12.344%2017.426%200.70106%2027.861%201.1641%2034.168%203.189-12.143%2010.542-12.236%2015.322-28.307-1.256%201.756-2.1374%202.5018-5.4844%205.2578-4.565%203.76-8.2111%208.7041-9.7461%2015.912%200.346-7.757-4.4449-18.904-1.2559-27.031zm143.84%200c3.186%208.127-1.6049%2019.274-1.2559%2027.031-1.537-7.208-5.184-12.152-9.748-15.912-3.347-2.756-4.2313-3.5018-5.4863-5.2578%204.78%2016.071%2012.134%2016.164%2015.324%2028.307%200.464-6.307%2013.508-16.742%201.166-34.168zm79.85%200.61524c-5.816%200-12.574%203.1991-12.574%2015.412%200%2012.566%206.7582%2015.473%2012.574%2015.473%205.817%200%2012.521-2.9067%2012.521-15.473%200-12.213-6.7045-15.412-12.521-15.412zm30.359%200c-4.266%200-6.4239%203.6066-7.2559%205.9316h-0.11133c0-1.802-0.16765-3.6638-0.22265-5.4668h-6.2031c0.165%201.338%200.21875%203.0824%200.21875%204.9434v25.012h6.8711v-16.404c0-5.583%203.1017-7.3848%205.9277-7.3848%200.72%200%201.3294%200.11506%201.9434%200.28906v-6.748c-0.393-0.057-0.72297-0.17188-1.168-0.17188zm105.66%200c-7.257%200-11.744%206.9209-11.744%2015.879%200%208.086%203.9856%2015.006%2013.184%2015.006%204.097%200%207.0902-1.277%208.5312-1.918l-0.33203-5.7012c-1.275%200.987-3.2695%202.3281-7.4805%202.3281-5.317%200-7.2558-3.0841-7.2558-8.2031h16.506v-1.3965c1e-5%20-12.214-5.2612-15.994-11.408-15.994zm26.592%200c-4.38%200-7.0912%201.279-9.0312%202.209l0.38672%205.8184c1.33-1.163%204.3775-2.9082%207.8125-2.9082%203.934%200%205.3164%202.7352%205.3164%205.7012v1.1035h-1.3828c-8.698%200-15.012%202.0347-15.012%2010.18%200%205.585%204.0972%208.7812%208.5312%208.7812%204.097%200%206.2586-2.0932%207.9766-4.5352h0.10937c0%201.453%200.05467%202.9083%200.38867%204.0703h6.2051c-0.166-1.162-0.39062-3.14-0.39062-5.293v-13.088c-1e-5%20-7.503-2.0482-12.039-10.91-12.039zm-340.43%204.8086c-0.343%200.085-0.73795%200.12519-1.127%200.11719l0.89453%200.89453c0.062-0.375%200.13442-0.67872%200.23242-1.0117zm313.84%200.076171c3.102%200%204.7637%202.6767%204.7637%207.9707h-9.8613c0-3.957%201.4956-7.9707%205.0976-7.9707zm-260.18%200.10938%202.2188%200.09961%200.52344%200.63867-0.25976%200.93945%203.0762%201.9141%200.60156-0.076172%203.9394%204.5059%201.6113-0.5625c2.496%205.369%203.9249%2011.329%204.0059%2017.611h-9.2305c-0.039-2.409-0.33942-4.7545-0.85742-7.0195l0.42188-0.57031%200.57031-2.8887-0.42774-3.1094-1.1133-3.5703-2.5742-3.7637%200.6211%200.33008%200.3164-0.31445-2.0644-1.4004-0.13672%200.46094%202.0664%202.9512%201.1719%202.4219%200.83203%202.3965%200.26368%201.6133%200.42968%202.7148-0.77539%200.056641s-0.88906-1.6606-1.1641-2.3496l0.41406-0.61523-0.78711-1.127v-1.125l-0.5664-0.71289-0.69531%200.089844c-0.25101-0.465-0.51416-0.92595-0.78516-1.377l0.49219%200.25391%200.13476-0.13281-0.26562-0.58203%200.60156-0.33789-0.27149-0.33984-0.89062%200.33984%200.32422-1.4023-0.52734-0.30078-0.47657%201.1172c-1.007-1.507-2.1245-2.9357-3.3555-4.2637l2.5879-2.5137zm124.16%200.125c4.433%200%205.4336%205.29%205.4336%2010.293%200%205.002-1.0006%2010.355-5.4336%2010.355-4.431%200-5.4824-5.3535-5.4824-10.355%200-5.003%201.0514-10.293%205.4824-10.293zm59.199%200.17383c3.768%201e-6%205.3203%204.2445%205.3203%2010.062%200%205.642-1.3857%2010.238-5.4297%2010.238-3.99%200-5.0449-3.4901-5.0449-10.412%200-5.992%201.3303-9.8887%205.1543-9.8887zm-234.43%203.3457%206.5195%206.5195c-1.362%201.496-2.5279%203.1684-3.4609%204.9844l-0.45703-0.027344-0.91797%200.28711-0.31445-0.029297-0.98047%200.9082%201.2383-0.19922%201.1074-0.2793c-0.065%200.141-0.13036%200.28083-0.19336%200.42383l-0.9707%200.59961h-0.46094l-1.4375%201.0918-1.377-0.11523-2.0117%203.7344%200.40234%200.74805-1.0898%201.2051-0.16602%201.5742h-4.1191c0.144-8.273%203.4165-15.792%208.6895-21.426zm47.195%200.15625c1.529%201.655%202.8791%203.4749%204.0371%205.4219l-0.81445%200.22266%200.04297%201.459%202.4492%201.5449c0.598%201.329%201.1084%202.706%201.5254%204.123l-0.42578%200.62695-0.88281%200.56055-0.22266%201.3555-0.60352%200.33594-0.5%200.5957-0.51367-0.18359-0.89844-0.039063%200.52344-0.71094%200.375-1.8418%200.60156-0.37305-1.7637-1.6914-1.3144%200.45117-0.29883%201.2402-0.82812%200.89844-0.86133-0.71484-0.30469-0.75391%200.49023-0.30664%200.27149%200.49805%200.4043-0.14648-0.17383-0.83203-0.57617-0.033203-0.03907%200.33594-0.375%200.078125-2.0254-2.3652-0.68554-0.5293%200.25976-0.2832%200.61719-0.21484-0.57031-0.22266s-0.71588%200.16211-0.79688%200.16211l0.40625%200.51367-1.0293-0.019531c-0.614-0.925-1.2883-1.8078-2.0273-2.6348l6.5273-6.5273zm1.1211%202.668-1.3965%200.70898-0.48828%200.84375-0.28125%200.76953%200.61719%201.0352-0.22461%200.48633-0.97656%200.375%200.03711%200.71289%201.5996-0.47852%200.48828-0.97656-1.1055-1.4473%200.58789-0.88086%201.4941%201.0625%200.27344-0.21875-0.29688-0.21289-0.33789-0.63867%200.61328-0.35352-0.60351-0.78711zm293.4%204.3008h0.60742v1.6855c0%205.352-1.4938%208.5508-5.5938%208.5508-2.66%200-4.377-1.8627-4.377-4.5957%200-4.362%203.4893-5.6406%209.3633-5.6406zm-302.34%200.84961c0.62%200.701%201.1918%201.4447%201.7168%202.2227l-0.3457%201.0703-0.90234-0.64258-0.68555%200.1875%200.33594%200.63672h0.33984l-0.375%200.93945-0.26367-0.375-1.0527-0.37305%200.82812-0.19141-0.041015-0.19922-0.82227-0.55078%200.28125-1.7402%200.98633-0.98438zm-13.447%200.033203c-1.911%200.474-3.5734%200.92378-4.9434%201.4258%200.057%202.9%200.46967%2024.149%200.51367%2026.471%200.8-0.277%201.591-0.52105%202.332-0.74805%200.557-0.172%201.0728-0.33228%201.5508-0.48828%200.031-1.537%200.46688-22.795%200.54687-26.66zm-81.705%202.2031c-5.028%2021.156%208.3967%2023.672%2011.846%2032.539-0.508-12.709%207.6049-15.271%206.9199-29.803-3.608%206.916-9.2103%208.5012-8.6133%2022.785-3.022-12.689-10.246-17.409-10.152-25.521zm158.47%200c0.095%208.112-7.1304%2012.832-10.15%2025.521%200.595-14.284-5.0052-15.869-8.6152-22.785-0.684%2014.532%207.4289%2017.094%206.9199%2029.803%203.45-8.867%2016.874-11.383%2011.846-32.539zm-83.596%200.080078-0.083984%200.009766c-1.575%200.868-2.4395%201.9342-2.4395%203.4512%200%201.552%200.94516%202.639%202.6602%203.582%200%200-0.005672-0.2635-0.013672-0.6875l-1.0801-1.0781%200.57031-1.0371%200.46484-0.13086c-0.035-1.805-0.072125-3.8254-0.078125-4.1094zm35.432%202.9863c0.13501%200.482%200.26005%200.96703%200.37305%201.457l-0.89258%202.6699-0.03906%200.90234%201.3027-1.7344c0.269%201.582%200.42803%203.2015%200.45703%204.8535h-8.0879l-0.18555-0.70312%200.9375-0.74805%200.1875-0.45312%200.41211-0.29883%201.0898-0.11328%200.11328-0.48828-0.97656-0.63672%201.6524-0.90234%201.6875-0.26367%200.375-0.82422%200.93945-0.56445%200.36133-0.78711%200.29296-1.3652zm-55.951%204.2773%201.9531%200.34375%200.29688%200.35547c-0.17%201.035-0.27283%202.0959-0.29883%203.1719h-2.2129l-1.0039-1.4004%200.17383-1.8379%201.0918-0.63281zm28.951%204.8379c-0.036%201.811-0.089%204.4523-0.125%206.2793%202.138%200.84%203.5527%201.8615%203.5527%203.4805%200%202.035-2.1709%203.2049-3.7109%203.7969-0.639%200.252-1.6187%200.57616-1.8887%200.66016-1.242%200.387-2.5773%200.83202-3.8223%201.291-0.657%200.246-1.2946%200.51336-1.8906%200.81836-2.186%201.123-4.4535%202.7617-4.4375%205.6367%200.014%203.155%202.3312%204.8748%204.6582%206.1738-9e-3%20-0.531-0.10056-5.412-0.10156-5.498%200.05-0.972%200.99391-1.556%201.7539-1.918%201.12-0.527%202.2542-0.91016%203.6992-1.4102%200.687-0.238%201.2785-0.47288%201.9375-0.67188%204.669-1.406%2010.066-3.1989%2010.066-8.8789%200-5.687-4.6294-8.0138-9.6914-9.7598zm-58.314%200.85547h9.2266c0.115%204.139%200.78917%208.1387%201.9512%2011.93l-0.54297-0.10156-0.51563-0.57422-2.5859-0.22852%200.80469%201.0898-2.4023-0.45508%200.63086-0.57617-0.58594-0.57617-1.7285%200.75195-0.61914%201.1484%200.23633%202.625%201.9844%204.7656%200.96289%201.4961%200.54883%200.20312-1.5117-2.8574-0.32813-1.4551%200.3418-0.35742-0.20703-0.80274%200.90234%200.12109%201.3926%202.1055%200.34766%200.14062-0.039062-1.5352%200.5625%200.32812%200.12305%200.83594%201.4668%200.38672%200.60742-0.4375%200.21094%200.14844-0.025391%201.1191%200.64648%200.79297%200.78125%200.17774%201.7109%202.8945%201.0352%200.28906%200.32227-1.3555c1.802%202.977%203.9403%205.731%206.3613%208.207l-6.5215%206.5195c-9.346-9.528-15.22-22.473-15.545-36.764zm11.051%200h9.2363c0.033%200.898%200.10894%201.786%200.21094%202.666l-1.1309%200.25586-0.23047%201.1484-2.3555%202.9883%200.060547%204.1133-2.4141%200.80469-1.3203%200.011719c-1.225-3.797-1.9376-7.8193-2.0566-11.988zm11.057%200h2.7832l-0.66797%202.2266%200.8418%200.88086-0.87305%201.3672h-1.4941l-0.11524-0.087891c-0.253-1.433-0.41761-2.8967-0.47461-4.3867zm5.0566%200h2.1543l0.33789%200.63477-0.4043%202.1934-0.26172%200.37695%200.80664%201.7656-0.5332%200.29102-0.36914-0.46875-0.1543%200.17578%200.36524%201.0449%200.63281%201.2227%200.29688-0.029297%200.17383-1.0938-0.30859-0.4043-0.033203-0.73828-0.091797-1.5312%200.45117-2.709-0.4375-0.73047h1.5488c0.304%205.658%202.6667%2010.775%206.3457%2014.625l-6.5195%206.5195c-0.669-0.69-1.3062-1.4122-1.9102-2.1582l0.28125-2.332-0.97852-2.2422-0.22656-3.5039-1.0938-2.125%200.23047-1.3242-1.3203-2.5234-1.1504-0.57617%200.4668-1.3438-0.48242-1.0645%200.47656-1.2129h1.2617l0.44531-0.73828zm52.275%200h7.0586c-0.313%208.123-3.6452%2015.479-8.9062%2020.986l-0.96875-0.96875%200.41601-1.2969-0.75-2.8516-1.5156%202.2969-0.88672-0.88281%200.67969-0.88281%200.85351-1.7305-0.33398-0.49219%200.56836-1.2812-0.06641-1.1602-0.33984-1.1992-0.80664-0.28516-0.29688%200.67969-0.47851-0.12891c0.695-1.108%201.4267-2.1491%201.9277-3.3711l0.83008-0.35742%200.46484-0.62695%200.22657%200.26172%200.56054-0.67578-0.44922-0.56641%200.41211-0.10938%200.75196%200.30078%201.4258%200.039062%200.86328-0.45312%202.252-0.59766-0.42383-0.75-0.14648-0.90625%201.209%200.5293%200.45118-0.26172-0.22461-0.94141-1.4863%200.55664-1.6309-0.33203-1.2402-2.541zm8.8789%200h9.2363c-0.319%2011.168-4.8894%2021.291-12.148%2028.799l-1.2559-1.2539%200.71875-0.80469-0.67773-3.5664-0.47461-0.18555%200.29101-0.60352-1.543-0.48828-0.29883%201.2773-0.15235%201.6172-0.32226%200.29492-2.8106-2.8125c5.59-5.836%209.1235-13.648%209.4375-22.273zm11.061%200h9.2246c-0.323%2014.213-6.1336%2027.096-15.391%2036.607l-6.5195-6.5195c7.589-7.84%2012.365-18.418%2012.686-30.088zm-66.119%201.0938%201.332%201.4238%201.2559-0.025391%201.6152%201.1777%200.46094-0.23047%201.2109%200.91016-0.52539%200.42773%201.3574%200.90039-0.085938-0.96875%200.7207-1.1953%200.75586%200.80078%200.77539%201.1133-1.3945%200.30859%200.63281%201.2656%200.97266-0.51562-0.125-0.40625%200.72656-0.49219%200.42969-2.0078c0.53%201.193%201.2462%202.2893%202.1172%203.2383l-6.5215%206.5195c-3.111-3.27-5.1889-7.5241-5.7109-12.244zm-40.084%203.7051c-0.525%207.533-5.5442%2011.208-2.1582%2024.977-5.977-11.67-15.226-16.01-17.904-24.012%200.187%2021.877%2017.761%2025.113%2022.197%2031.152-3.724-13.937%202.8932-18.738-2.1348-32.117zm122.13%200c-5.028%2013.379%201.5902%2018.18-2.1348%2032.117%204.437-6.039%2022.011-9.2753%2022.199-31.152-2.678%208.002-11.93%2012.342-17.906%2024.012%203.385-13.769-1.6302-17.444-2.1582-24.977zm-57.168%202.7461c-0.011%200.381-0.041547%202.2423-0.060547%203.1543%201.132-0.51%201.7617-1.0559%201.7617-1.7949%200-0.468-0.61711-0.92547-1.5371-1.3555l-0.16406-0.003907zm231.27%200.28516v7.0957h7.0918v-7.0957h-7.0918zm84.459%200v7.0957h7.0918v-7.0957h-7.0918zm-209.13%201.5117c-8.033%200-15.402%206.2808-15.402%2020.883%200%2014.599%207.3693%2020.883%2015.402%2020.883%208.034%200%2015.4-6.2838%2015.4-20.883%200-14.602-7.3664-20.883-15.4-20.883zm198.7%202.8516-6.8691%202.2109v6.1641h-4.543v5.293h4.543v16.402c0%206.283%202.8835%208.7266%207.9785%208.7266%202.052%200%203.5437-0.46528%204.5977-0.98828v-5.1172c-0.499%200.289-1.3845%200.63476-2.6035%200.63476-1.995%200-3.1035-0.92795-3.1035-4.127v-15.531h5.707v-5.293h-5.707v-8.375zm-198.7%202.8477c4.486%200%208.0879%204.0136%208.0879%2015.184%200%2011.168-3.6019%2015.18-8.0879%2015.18-4.487%200-8.0898-4.0117-8.0898-15.18%200-11.17%203.6028-15.184%208.0898-15.184zm-98.326%201.0156%200.017578%200.039063c-5e-3%202e-3%20-0.007719%200.007812-0.011719%200.007812l-0.005859-0.046875zm2.7891%200.19336%201.6406%201.1582%201.252%200.66016%200.62305%200.62305-0.25781%200.33789-1.9941-0.56836-0.59961%200.22461-1.127-0.86328-1.0605-0.38281c0.525-0.377%201.0344-0.77345%201.5234-1.1895zm129.14%203.8516c-4.265%200-6.4239%203.6075-7.2539%205.9355h-0.11328c0-1.805-0.1657-3.6638-0.2207-5.4688h-6.2051c0.164%201.34%200.2207%203.0814%200.2207%204.9414v25.016h6.8691v-16.404c0-5.584%203.1017-7.3848%205.9277-7.3848%200.722%200%201.3314%200.11406%201.9394%200.28906v-6.748c-0.388-0.056-0.71906-0.17578-1.1641-0.17578zm14.07%200c-7.479%200-10.307%207.2712-10.307%2015.531%200%2012.099%205.9836%2014.893%209.9746%2014.893%204.487%200%206.4272-2.7345%207.5332-5.0625h0.11133v2.8516c0%204.711-1.0522%209.4238-7.5352%209.4238-3.601%200-6.8159-1.6275-8.4219-2.5605l-0.38672%206.3984c1.663%200.641%205.2647%201.8613%209.8047%201.8613%2010.472%200%2013.188-6.6897%2013.188-16.055v-22.104c0-1.57%200.1097-3.1399%200.2207-4.7109h-6.2031c-0.059%201.571-0.22071%203.0813-0.22071%204.6523h-0.2207c-1.441-2.617-3.3821-5.1191-7.5371-5.1191zm30.422%200c-4.376%200-7.0932%201.2819-9.0332%202.2129l0.39063%205.8184c1.329-1.166%204.3745-2.9121%207.8125-2.9121%203.931%200%205.3164%202.7341%205.3164%205.7031v1.1035h-1.3867c-8.696%200-15.012%202.0367-15.012%2010.18%200%205.584%204.1012%208.7832%208.5332%208.7832%204.096%200%206.2597-2.0941%207.9727-4.5391h0.11328c0%201.457%200.05567%202.9102%200.38867%204.0742h6.2031c-0.166-1.164-0.38476-3.142-0.38476-5.293v-13.09c0-7.504-2.0491-12.041-10.914-12.041zm31.965%200c-4.655%200-6.5928%203.2595-7.5898%205.0645h-0.11133c0-1.516-0.1657-3.0857-0.22071-4.5977h-6.4277c0.167%201.34%200.22266%203.0814%200.22266%204.9414v25.016h6.8711v-17.451c0-3.84%201.272-7.0371%204.875-7.0371%202.825%200%203.9316%201.9177%203.9316%206.5137v17.975h6.8711v-19.312c-1e-5%20-6.047-1.9419-11.111-8.4219-11.111zm62.965%200c-4.378%200-7.0932%201.2819-9.0332%202.2129l0.39258%205.8184c1.327-1.166%204.3756-2.9121%207.8086-2.9121%203.933%200%205.3184%202.7341%205.3184%205.7031v1.1035h-1.3848c-8.698%200-15.012%202.0367-15.012%2010.18%200%205.584%204.0982%208.7832%208.5312%208.7832%204.098%200%206.2586-2.0941%207.9746-4.5391h0.11133c-1e-5%201.457%200.05657%202.9102%200.39257%204.0742h6.2012c-0.16899-1.164-0.38867-3.142-0.38867-5.293v-13.09c0-7.504-2.0471-12.041-10.912-12.041zm61.691%200c-5.819%200-12.576%203.201-12.576%2015.418%200%2012.562%206.7572%2015.471%2012.576%2015.471%205.816%200%2012.518-2.9087%2012.518-15.471%200-12.217-6.7016-15.418-12.518-15.418zm32.629%200c-4.653%200-6.5919%203.2595-7.5879%205.0645h-0.11133c0-1.516-0.16861-3.0857-0.22461-4.5977h-6.4258c0.165%201.34%200.22656%203.0814%200.22656%204.9414v25.016h6.8691v-17.451c0-3.84%201.2741-7.0371%204.8711-7.0371%202.827%200%203.9356%201.9177%203.9356%206.5137v17.975h6.8691v-19.312c0-6.047-1.9399-11.111-8.4219-11.111zm-376.1%200.26953s-0.61673%200.1897-1.0527%200.3457c-0.267%200.094-0.96911%200.39383-1.4121%200.54883-0.469%200.17-1.0635%200.40622-1.0625%200.57422%202e-3%200.041%200.44922%2024.467%200.44922%2025.004%200%205.031%202.5645%205.06%202.5645%200%200-0.358%200.51367-26.473%200.51367-26.473zm233.54%200.19727v29.957h6.8691v-29.957h-6.8691zm13.652%200v5.4688h11.799l-12.188%2018.264v6.2246h19.443v-5.4688h-12.35l11.963-18.32v-6.168h-18.668zm71.572%200v29.957h6.8711v-29.957h-6.8711zm-377.49%200.69141c1.237%205.851-2.3941%2014.281%203.3789%2022.34-5.986-6.707-18.653-8.4132-23.836-18.617%206.464%2024.93%2023.292%2019.797%2030.893%2025.215-6.249-8.976-1.1375-14.942-10.436-28.938zm113.97%200c-9.298%2013.996-4.1866%2019.962-10.436%2028.938%207.602-5.418%2024.431-0.28485%2030.893-25.215-5.181%2010.204-17.847%2011.91-23.836%2018.617%205.776-8.059%202.1409-16.489%203.3789-22.34zm-103.29%201.3281%201.7012%202.5859%200.11328-0.41602-0.83008-1.8027-0.98438-0.36719zm69.645%200.96875%206.5293%206.5273c-2.445%202.328-5.1617%204.371-8.0957%206.082l0.86914-1.8633-0.33789-0.82617%201.2774-1.127v-0.67578l-1.0898-0.67773%200.90039-1.7988%201.3535-1.7656-1.3535-1.4629h-1.0137l-0.63086-1.0176c0.543-0.451%201.0778-0.91253%201.5918-1.3945zm321.87%201.6641c4.43%200%205.4277%205.2928%205.4277%2010.299%200%204.998-0.99773%2010.354-5.4277%2010.354-4.432%200-5.4824-5.3555-5.4824-10.354%200-5.006%201.0504-10.299%205.4824-10.299zm-184.5%200.34961c3.268-0.06%205.5391%203.3166%205.5391%209.5996%200%206.805-1.7161%2010.062-6.0371%2010.062-2.328%200-4.4883-2.9688-4.4883-10.006%200-6.11%201.3843-9.5953%204.9863-9.6563zm-192.6%200.38867%202.0703%201.207%200.42773%200.29297-1.5%201.4961c-0.704-0.721-1.3733-1.4732-2.0273-2.2422l1.0293-0.75391zm35.391%200.88672c0.003001%208e-3%20-0.078171%203.6465-0.076171%203.6445%202.892%201.463%205.5646%203.4852%206.6816%207.3242%200.488-6.353-3.0715-9.1098-6.6055-10.969zm188.97%209.0215h0.60742v1.6856c0%205.353-1.4957%208.5508-5.5957%208.5508-2.658%200-4.377-1.8617-4.377-4.5957%200-4.36%203.4922-5.6406%209.3652-5.6406zm94.928%200h0.60937v1.6856c0%205.353-1.4947%208.5508-5.5957%208.5508-2.659%200-4.377-1.8617-4.377-4.5957%200-4.36%203.4893-5.6406%209.3633-5.6406zm-335.51%200.19336c3.079%204.751-0.095969%2010.723%209.707%2020.008-9.59-5.658-22.826-3.2359-29.201-10.795%2010.953%2020.959%2030.214%2012.397%2035.67%2015.002-5.172-7.16-1.6398-11.208-16.176-24.215zm96.23%200c-14.536%2013.007-11.005%2017.055-16.178%2024.215%205.457-2.605%2024.717%205.957%2035.668-15.002-6.374%207.559-19.609%205.1369-29.199%2010.795%209.805-9.285%206.629-15.257%209.709-20.008zm-62.609%2022.824c-4.359%200.109-10.211%200.8629-15.896%202.3789-8.74%202.332-16.301%204.1328-22.887%200.80079%206.312%205.602%2013.682%207.602%2024.328%206.457%208.865-0.959%2016.013-5.3861%2024.371-5.3281%200.111%202e-3%200.21617%200.00972%200.32617%200.01172-8.806%204.443-13.775%2010.711-13.775%2010.711l4.0312%200.54297s4.2441-8.5291%2013.996-10.744c9.752%202.215%2013.996%2010.744%2013.996%2010.744l4.0293-0.54297s-4.9684-6.2679-13.773-10.711c0.109-2e-3%200.21422-0.00972%200.32422-0.01172%208.357-0.058%2015.507%204.3691%2024.371%205.3281%2010.647%201.145%2018.017-0.85503%2024.328-6.457-6.586%203.332-14.147%201.5312-22.887-0.80079-5.685-1.516-11.536-2.2699-15.893-2.3789-5.435-0.135-10.292%200.89394-14.496%202.4609-4.205-1.567-9.0611-2.5959-14.494-2.4609zm109.59%2011.438h292.46-292.46zm35.838%2013.908c-5.187%200-6.4551%203.373-6.4551%207.207v3.9277h-3.6016v5.1289h3.6016v18.941h6.2578v-18.941h3.7637v-5.1289h-3.7637v-2.5879c0-2.494%200.63314-3.2793%202.4941-3.2793%200.555%200%201.19%200.13914%201.625%200.36914l0.1582-5.082c-0.672-0.139-1.9011-0.55469-4.0801-0.55469zm22.02%200.55469v6.4688h6.2559v-6.4688h-6.2559zm-48.668%202.4023-9.1894%2032.248h6.2578l1.9023-7.207h8.6719l1.7031%207.207h6.6524l-8.8711-32.248h-7.127zm3.4434%206.1914h0.08008l2.8516%2013.398h-6.2188l3.2871-13.398zm41.145%201.6172c-3.604%200-4.4742%202.1249-5.7402%204.7129h-0.08007c-0.039-1.434-0.12016-2.9118-0.16016-4.3438h-5.7012c0.119%201.248%200.1582%202.7272%200.1582%205.0352v19.035h6.2559v-10.764c0-3.512%200.43708-7.209%204.0801-7.209%200.871%200%201.4266%200.09435%202.0996%200.27735v-6.7441h-0.91211zm24.273%200c-6.573%200-10.217%205.2662-10.217%2012.658%200%204.389%201.7841%2012.15%209.7441%2012.15%201.979%200%203.8391-0.46062%205.6621-1.0156l-0.19727-5.498c-1.149%200.508-2.3375%201.0625-3.6445%201.0625-2.376%200-5.0684-1.6172-5.0684-6.6992%200-0.924-4e-5%20-7.0215%204.752-7.0215%201.306%200%202.4946%200.50863%203.6426%201.0156l0.31836-5.498c-1.822-0.554-2.9322-1.1543-4.9922-1.1543zm16.277%200c-2.257%200-5.0313%200.92343-6.6543%201.5234l0.27735%205.4062c2.456-1.709%204.1582-2.125%205.7422-2.125%200.911%200%203.8418%201.4e-4%203.8418%204.6191h-1.9023c-2.177%200-10.215%200.04694-10.215%208.0859%200%204.389%202.534%207.2988%206.375%207.2988%202.97%200%205.3861-2.2163%205.6641-3.6953h0.07812l0.15821%203.3262h5.7012c-0.118-1.618-0.15625-3.235-0.15625-6.791v-8.7793c0-5.357-1.6632-8.8691-8.9102-8.8691zm-36.471%200.36914v24.07h6.2559v-24.07h-6.2559zm-210.2%209.3613c-3.943%200-6.0371%203.1911-6.0371%207.5391%200%204.345%202.0941%207.5391%206.0371%207.5391%201.601%200%202.6922-0.35781%203.3262-0.75781v-7.6641h-3.9785v2.0586h1.8652v3.9473c-0.299%200.146-0.77378%200.27344-1.3008%200.27344-2.306%200-3.5566-2.1005-3.5566-5.3965%200-3.045%201.2857-5.3984%203.6797-5.3984%201.126%200%202.112%200.3793%202.834%200.9043l0.12305-2.416c-0.476-0.252-1.5842-0.6289-2.9922-0.6289zm14.801%200c-2.553%200-4.8926%202.2671-4.8926%207.5391%200%205.269%202.3396%207.5391%204.8926%207.5391%202.551%200%204.8926-2.2701%204.8926-7.5391%200-5.272-2.3416-7.5391-4.8926-7.5391zm45.072%200c-2.552%200-4.8926%202.2671-4.8926%207.5391%200%205.269%202.3406%207.5391%204.8926%207.5391%202.553%200%204.8926-2.2701%204.8926-7.5391%200-5.272-2.3396-7.5391-4.8926-7.5391zm32.578%200c-3.661%200-5.5801%203.2531-5.5801%207.5391%200%204.283%201.9194%207.5391%205.6504%207.5391%201.109%200%202.1982-0.23239%202.6562-0.52539l-0.12305-2.457c-0.51%200.442-1.2313%200.75586-2.3223%200.75586-1.865%200-3.4668-1.5125-3.4668-5.3125%200-3.803%201.6018-5.3145%203.4668-5.3145%201.144%200%201.8643%200.52583%202.3223%200.79883l0.12305-2.416c-0.458-0.209-1.4776-0.60742-2.7266-0.60742zm29.92%200c-2.553%200-4.8945%202.2671-4.8945%207.5391%200%205.269%202.3415%207.5391%204.8945%207.5391%202.552%200%204.8926-2.2701%204.8926-7.5391%200-5.272-2.3406-7.5391-4.8926-7.5391zm-146.26%200.20898v14.658h2.2539v-6.3008h0.50977c0.827%200%201.408%200.3792%201.707%201.5332l1.2148%204.7676h2.3926l-1.5996-5.5859c-0.388-1.365-0.89942-1.6172-1.3574-1.7012v-0.0625c1.373-0.252%202.377-1.5333%202.377-3.4453%200-2.688-1.4772-3.8633-3.6602-3.8633h-3.8379zm9.7168%200v14.658h6.6348v-2.1426h-4.3828v-4.3262h3.9766v-2.1406h-3.9766v-3.9062h4.207v-2.1426h-6.459zm19.869%200v14.658h2.2539v-14.658h-2.2539zm15.91%200v14.658h2.041v-11.424h0.035157l4.0664%2011.424h2.6934v-14.658h-2.043v11.508h-0.033203l-4.084-11.508h-2.6758zm14.168%200-4.1172%2014.658h2.252l0.88086-3.5273h4.2227l0.86328%203.5273h2.3223l-3.959-14.658h-2.4648zm7.5508%200v14.658h6.3008v-2.1426h-4.0488v-12.516h-2.252zm23.373%200v14.658h2.252v-6.3848h3.7832v-2.1406h-3.7832v-3.9902h3.9609v-2.1426h-6.2129zm7.9727%200v14.658h2.252v-6.3848h3.7852v-2.1406h-3.7852v-3.9902h3.959v-2.1426h-6.2109zm7.9902%200v14.658h2.252v-14.658h-2.252zm14.307%200v14.658h6.6367v-2.1426h-4.3828v-4.3262h3.9785v-2.1406h-3.9785v-3.9062h4.207v-2.1426h-6.4609zm13.025%200v14.658h2.2539v-6.3848h3.7832v-2.1406h-3.7832v-3.9902h3.959v-2.1426h-6.2129zm19.096%200v14.658h2.252v-6.3008h0.51172c0.827%200%201.407%200.3792%201.707%201.5332l1.2129%204.7676h2.3945l-1.6016-5.5859c-0.387-1.365-0.89652-1.6172-1.3535-1.7012v-0.0625c1.372-0.252%202.375-1.5333%202.375-3.4453%200-2.688-1.4791-3.8633-3.6621-3.8633h-3.8359zm-114.29%201.8477c1.424%200%202.5703%201.4484%202.5703%205.4824%200%204.031-1.1463%205.4805-2.5703%205.4805-1.426%200-2.5703-1.4495-2.5703-5.4805%200-4.034%201.1443-5.4824%202.5703-5.4824zm45.072%200c1.426%200%202.5703%201.4484%202.5703%205.4824%200%204.031-1.1443%205.4805-2.5703%205.4805-1.426%200-2.5684-1.4495-2.5684-5.4805%200-4.034%201.1424-5.4824%202.5684-5.4824zm62.498%200c1.425%200%202.5684%201.4484%202.5684%205.4824%200%204.031-1.1434%205.4805-2.5684%205.4805-1.426%200-2.5703-1.4495-2.5703-5.4805%200-4.034%201.1443-5.4824%202.5703-5.4824zm-144%200.21093h0.91602c1.267%200%202.0059%200.41961%202.0059%202.0996%201e-7%201.49-0.80986%202.2266-2.0059%202.2266h-0.91602v-4.3262zm152.98%200h0.91601c1.268%200%202.0059%200.41961%202.0059%202.0996%200%201.49-0.80786%202.2266-2.0059%202.2266h-0.91601v-4.3262zm-94.387%200.16797h0.035156l1.5488%206.8457h-3.2734l1.6895-6.8457zm212.92%200.67774v1.3848c0%205.867-3.1676%205.9609-3.7226%205.9609-0.515%200-2.6914%204.2e-4%20-2.6914-3.1426%200-4.02%203.9191-4.2031%206.4141-4.2031z%22%20fill%3D%22%230087bf%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat scroll 0 0 transparent;
  background-size: contain;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  width: 148px;
  height: 60px;
  float: right;
  clear: right;
  margin: 0;
}

@media screen and (min-width: 880px) {
  /* line 54, app/assets/stylesheets/common/_header.scss */
  #site-header .site-branding .site-slogan {
    background-size: contain;
    width: 200px;
    height: 81px;
  }
}

/* line 76, app/assets/stylesheets/common/_header.scss */
#site-header .block-search {
  float: right;
  height: 10rem;
}

@media screen and (min-width: 880px) {
  /* line 76, app/assets/stylesheets/common/_header.scss */
  #site-header .block-search {
    height: auto;
  }
}

/* line 82, app/assets/stylesheets/common/_header.scss */
#site-header .block-search h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #2C3F4D;
  float: left;
  line-height: 1.5;
  margin-top: 1rem;
  margin-right: 0.75rem;
  cursor: pointer;
  display: none;
}

@media screen and (min-width: 880px) {
  /* line 82, app/assets/stylesheets/common/_header.scss */
  #site-header .block-search h2 {
    margin-right: 2.5rem;
  }
}

/* line 96, app/assets/stylesheets/common/_header.scss */
#site-header .block-search .form-wrapper {
  display: none;
}

@media screen and (min-width: 880px) {
  /* line 96, app/assets/stylesheets/common/_header.scss */
  #site-header .block-search .form-wrapper {
    display: block;
  }
}

/* line 102, app/assets/stylesheets/common/_header.scss */
#site-header .block-search .form-item-search-block-form {
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 0;
  float: left;
}

@media screen and (min-width: 880px) {
  /* line 102, app/assets/stylesheets/common/_header.scss */
  #site-header .block-search .form-item-search-block-form {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 102, app/assets/stylesheets/common/_header.scss */
  #site-header .block-search .form-item-search-block-form {
    margin-bottom: 3rem;
  }
}

/* line 113, app/assets/stylesheets/common/_header.scss */
#site-header .block-search .form-item-search-block-form input.form-text {
  width: 10rem;
  height: 1.875rem;
  background-color: #F5F8FA;
  color: #2C3F4D;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font: 0.875rem/1.286 "Open Sans", sans-serif;
  padding: 0.375rem 0.75rem;
}

/* line 125, app/assets/stylesheets/common/_header.scss */
#site-header .block-search .form-actions {
  float: left;
  margin-top: 0.75rem;
}

@media screen and (min-width: 880px) {
  /* line 125, app/assets/stylesheets/common/_header.scss */
  #site-header .block-search .form-actions {
    margin-bottom: 5rem;
  }
}

/* line 131, app/assets/stylesheets/common/_header.scss */
#site-header .block-search .form-actions input.form-submit {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2218%22%20width%3D%2218%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22m7.5%200c-4.1421%200-7.5%203.3579-7.5%207.5%200%204.142%203.3579%207.5%207.5%207.5%201.7099%200%203.281-0.579%204.543-1.543l3.908%203.908c0.392%200.392%201.022%200.392%201.414%200s0.392-1.022%200-1.414l-3.908-3.908c0.964-1.262%201.543-2.8331%201.543-4.543%200-4.1421-3.358-7.5-7.5-7.5zm0%202c3.038%200%205.5%202.4624%205.5%205.5%200%203.038-2.462%205.5-5.5%205.5-3.0376%200-5.5-2.462-5.5-5.5%200-3.0376%202.4624-5.5%205.5-5.5z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 0;
  background-size: 14px;
  width: 0.875rem;
  height: 0.875rem;
  text-indent: -999em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

/* line 145, app/assets/stylesheets/common/_header.scss */
#site-header .block-menu {
  float: right;
  margin-top: 1rem;
  margin-right: 0.5rem;
}

@media screen and (min-width: 880px) {
  /* line 145, app/assets/stylesheets/common/_header.scss */
  #site-header .block-menu {
    margin-right: 1.5rem;
    margin-bottom: 5rem;
  }
}

/* line 153, app/assets/stylesheets/common/_header.scss */
#site-header .block-menu li {
  display: inline-block;
  margin: 0 0.75rem 0 0;
}

/* line 158, app/assets/stylesheets/common/_header.scss */
#site-header .block-menu a {
  font: 0.778rem/1 "Open Sans", sans-serif;
  color: #2C3F4D;
}

/* line 162, app/assets/stylesheets/common/_header.scss */
#site-header .block-menu a:hover {
  color: #000;
}

/* line 167, app/assets/stylesheets/common/_header.scss */
#site-header .block-locale {
  clear: both;
  display: none;
}

/* line 1, app/assets/stylesheets/common/_global.scss */
main {
  background-color: #FFF;
}

/* line 4, app/assets/stylesheets/common/_global.scss */
main #content {
  padding: 0 10px;
}

/* line 6, app/assets/stylesheets/common/_global.scss */
.postscript-first {
  background-color: #FFF;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, app/assets/stylesheets/bourbon/addons/_clearfix.scss */
.postscript-first::after {
  clear: both;
  content: "";
  display: table;
}

/* line 9, app/assets/stylesheets/common/_global.scss */
.postscript-first .postscript_first {
  padding: 0 10px;
}

/* line 14, app/assets/stylesheets/common/_global.scss */
.front main {
  /*display: none*/
}

/* line 16, app/assets/stylesheets/common/_global.scss */
.outer-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, app/assets/stylesheets/bourbon/addons/_clearfix.scss */
.outer-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

/* line 20, app/assets/stylesheets/common/_global.scss */
hr {
  border: none;
  border-bottom: 1px solid rgba(44, 63, 78, 0.1);
  margin: 0 0 20px;
}

/* line 25, app/assets/stylesheets/common/_global.scss */
p + hr,
ul + hr,
ol + hr,
address + hr,
pre + hr,
blockquote + hr {
  margin-top: 20px;
}

/* line 35, app/assets/stylesheets/common/_global.scss */
.caption {
  display: block;
  text-align: left;
  font-size: 0.875em;
}

/* line 40, app/assets/stylesheets/common/_global.scss */
.caption p {
  line-height: 1.42857142857143;
  margin: 5px 0 1em;
}

/* line 44, app/assets/stylesheets/common/_global.scss */
.caption p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/common/_tables.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 20px;
  width: auto;
  display: block;
  font-size: 0.889rem;
}

/* line 8, app/assets/stylesheets/common/_tables.scss */
table caption {
  background: #F2F2F2;
  border-bottom: 1px solid white;
  color: white;
  font: 1.125em/1.3333333333 "Open Sans", sans-serif;
  padding: 6.6666666667px 10px;
}

/* line 16, app/assets/stylesheets/common/_tables.scss */
table th {
  background: #FFF;
  border-bottom: 4px solid #008DC9;
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/common/_tables.scss */
table td {
  border-bottom: 1px solid rgba(44, 63, 78, 0.1);
  line-height: 1.5;
  padding: 0.75em 1em;
  border-left: 1px solid #F5F8FA;
  border-right: 1px solid #F5F8FA;
  word-wrap: break-word;
}

/* line 36, app/assets/stylesheets/common/_tables.scss */
table thead th {
  background-color: #FFF;
  border-bottom: 0px;
  padding: 0.75em 1em;
  color: #B5BDC1;
  font-weight: 500;
}

/* line 45, app/assets/stylesheets/common/_tables.scss */
table tr,
table td,
table th {
  background-color: #FFF;
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/common/_tables.scss */
table tbody {
  background-color: white;
}

/* line 55, app/assets/stylesheets/common/_tables.scss */
table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #F2F2F2;
}

/* line 58, app/assets/stylesheets/common/_tables.scss */
table tbody tr:first-child td {
  border-top: 4px solid #008DC9;
}

/* line 61, app/assets/stylesheets/common/_tables.scss */
table tbody tr:last-child td {
  border-bottom: 1px solid rgba(44, 63, 78, 0.1);
}

/* line 64, app/assets/stylesheets/common/_tables.scss */
table tbody td {
  border-bottom: 0px;
  border-top: 1px solid rgba(44, 63, 78, 0.1);
  padding: 0.75em 1em;
}

/* line 69, app/assets/stylesheets/common/_tables.scss */
table tbody td button {
  display: inline-block;
  font-size: .7em;
  line-height: 1.5;
  margin-bottom: .3em;
  margin-right: 0.5em;
  outline: none;
  padding: .3em 1em;
  width: 100%;
}

@media screen and (min-width: 45em) {
  /* line 69, app/assets/stylesheets/common/_tables.scss */
  table tbody td button {
    margin-bottom: 0;
    width: auto;
  }
}

/* line 90, app/assets/stylesheets/common/_tables.scss */
table.table-striped tbody tr:nth-child(even) > td, table.table-striped tbody tr:nth-child(even) > th {
  background-color: whitesmoke;
}

/* line 93, app/assets/stylesheets/common/_tables.scss */
table.table-striped tbody tr:nth-child(even):hover > td, table.table-striped tbody tr:nth-child(even):hover > th {
  background-color: #e8e8e8;
}

/* line 2, app/assets/stylesheets/common/_footer.scss */
#site-footer .outer-wrapper {
  padding: 0 10px;
}

/* line 6, app/assets/stylesheets/common/_footer.scss */
#site-footer h2 {
  color: white;
}

/* line 10, app/assets/stylesheets/common/_footer.scss */
#site-footer ul:not(.contextual-links) {
  padding: 0;
  margin: 0;
}

/* line 13, app/assets/stylesheets/common/_footer.scss */
#site-footer ul:not(.contextual-links) li {
  list-style: none;
  line-height: 1.5em;
}

/* line 19, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-follow-us-on ul li {
  display: inline-block;
}

/* line 21, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-first {
  background: #1C5F89;
  color: white;
  padding: 20px 0;
}

/* line 80, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls button.slick-arrow.slick-prev, #site-footer .footer-first .slick-nav button.slick-arrow.slick-prev {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 82, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls button.slick-arrow.slick-prev:hover, #site-footer .footer-first .slick-nav button.slick-arrow.slick-prev:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 86, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls button.slick-arrow.slick-next, #site-footer .footer-first .slick-nav button.slick-arrow.slick-next {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 88, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls button.slick-arrow.slick-next:hover, #site-footer .footer-first .slick-nav button.slick-arrow.slick-next:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 95, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls .slick-dots li button, #site-footer .footer-first .slick-nav .slick-dots li button {
  border: 2px solid #1C5F89;
}

/* line 97, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls .slick-dots li button:hover, #site-footer .footer-first .slick-nav .slick-dots li button:hover {
  border: 2px solid #1C5F89;
}

/* line 101, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls .slick-dots li.slick-active button, #site-footer .footer-first .slick-nav .slick-dots li.slick-active button {
  background-color: #1C5F89;
}

/* line 103, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls .slick-dots li.slick-active button:hover, #site-footer .footer-first .slick-nav .slick-dots li.slick-active button:hover {
  background-color: #1C5F89;
}

/* line 110, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-controls {
  background: none;
}

/* line 111, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-first .slick-nav {
  background: #F5F8FA;
}

/* line 27, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-first .outer-wrapper {
  border-bottom: none;
  padding-bottom: 10px;
}

/* line 32, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-first .card {
  background-color: white;
  border-color: transparent;
}

/* line 37, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card h1, #site-footer .footer-first .card h2, #site-footer .footer-first .card h3, #site-footer .footer-first .card h4, #site-footer .footer-first .card h5, #site-footer .footer-first .card h6,
#site-footer .footer-first .card .card-title,
#site-footer .footer-first .card .card-title-et,
#site-footer .footer-first .card .card-title-field {
  color: #000;
}

/* line 43, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card .card-text {
  color: #666666;
}

/* line 46, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card .card-text a {
  color: #000;
}

/* line 48, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card .card-text a h1, #site-footer .footer-first .card .card-text a h2, #site-footer .footer-first .card .card-text a h3, #site-footer .footer-first .card .card-text a h4, #site-footer .footer-first .card .card-text a h5, #site-footer .footer-first .card .card-text a h6,
#site-footer .footer-first .card .card-text a .card-title,
#site-footer .footer-first .card .card-text a .card-title-et,
#site-footer .footer-first .card .card-text a .card-title-field {
  color: #000;
}

/* line 54, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card .card-text a:hover {
  color: #1C5F89;
}

/* line 56, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card .card-text a:hover h1, #site-footer .footer-first .card .card-text a:hover h2, #site-footer .footer-first .card .card-text a:hover h3, #site-footer .footer-first .card .card-text a:hover h4, #site-footer .footer-first .card .card-text a:hover h5, #site-footer .footer-first .card .card-text a:hover h6,
#site-footer .footer-first .card .card-text a:hover .card-title,
#site-footer .footer-first .card .card-text a:hover .card-title-et,
#site-footer .footer-first .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 67, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card .card-title h2 span {
  background-color: white;
}

/* line 72, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card .card-subtitle {
  color: #666666;
}

/* line 35, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-first a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first a.card:hover .card-text,
#site-footer .footer-first a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first a.card:hover .card-text h1, #site-footer .footer-first a.card:hover .card-text h2, #site-footer .footer-first a.card:hover .card-text h3, #site-footer .footer-first a.card:hover .card-text h4, #site-footer .footer-first a.card:hover .card-text h5, #site-footer .footer-first a.card:hover .card-text h6,
#site-footer .footer-first a.card:hover .card-text .card-title,
#site-footer .footer-first a.card:hover .card-text .card-title-et,
#site-footer .footer-first a.card:hover .card-text .card-title-field,
#site-footer .footer-first a.card:hover .card-text * h1,
#site-footer .footer-first a.card:hover .card-text * h2,
#site-footer .footer-first a.card:hover .card-text * h3,
#site-footer .footer-first a.card:hover .card-text * h4,
#site-footer .footer-first a.card:hover .card-text * h5,
#site-footer .footer-first a.card:hover .card-text * h6,
#site-footer .footer-first a.card:hover .card-text * .card-title,
#site-footer .footer-first a.card:hover .card-text * .card-title-et,
#site-footer .footer-first a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 210, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card-more-link a.card {
  background: #008DC9;
  color: white;
}

/* line 213, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 216, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 219, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 246, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card-feed-link a {
  background: none;
  color: #008DC9;
}

/* line 249, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card-feed-link a:after {
  background: #008DC9 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 252, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 255, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-first .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 46, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-first a {
  color: white;
}

/* line 48, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-first a:hover {
  color: #F5F8FA;
}

/* line 53, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-second {
  background: #000;
  color: white;
  padding: 20px 0;
}

/* line 80, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls button.slick-arrow.slick-prev, #site-footer .footer-second .slick-nav button.slick-arrow.slick-prev {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 82, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls button.slick-arrow.slick-prev:hover, #site-footer .footer-second .slick-nav button.slick-arrow.slick-prev:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M15.4%2C2.7c0.7-0.5%2C0.8-1.4%2C0.3-2.1s-1.4-0.8-2.1-0.3L0%2C10.5l13.6%2C10.2c0.7%2C0.5%2C1.6%2C0.4%2C2.1-0.3%0A%09c0.5-0.7%2C0.4-1.6-0.3-2.1L5%2C10.5L15.4%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 50% 50%;
}

/* line 86, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls button.slick-arrow.slick-next, #site-footer .footer-second .slick-nav button.slick-arrow.slick-next {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 88, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls button.slick-arrow.slick-next:hover, #site-footer .footer-second .slick-nav button.slick-arrow.slick-next:hover {
  background: #E9D758 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%;
}

/* line 95, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls .slick-dots li button, #site-footer .footer-second .slick-nav .slick-dots li button {
  border: 2px solid #1C5F89;
}

/* line 97, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls .slick-dots li button:hover, #site-footer .footer-second .slick-nav .slick-dots li button:hover {
  border: 2px solid #1C5F89;
}

/* line 101, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls .slick-dots li.slick-active button, #site-footer .footer-second .slick-nav .slick-dots li.slick-active button {
  background-color: #1C5F89;
}

/* line 103, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls .slick-dots li.slick-active button:hover, #site-footer .footer-second .slick-nav .slick-dots li.slick-active button:hover {
  background-color: #1C5F89;
}

/* line 110, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-controls {
  background: none;
}

/* line 111, app/assets/stylesheets/mixins/_slick-palette.scss */
#site-footer .footer-second .slick-nav {
  background: #F5F8FA;
}

/* line 59, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-second a {
  color: white;
}

/* line 61, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-second a:hover {
  color: #F5F8FA;
}

/* line 65, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-second .card {
  background-color: white;
  border-color: transparent;
}

/* line 37, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card h1, #site-footer .footer-second .card h2, #site-footer .footer-second .card h3, #site-footer .footer-second .card h4, #site-footer .footer-second .card h5, #site-footer .footer-second .card h6,
#site-footer .footer-second .card .card-title,
#site-footer .footer-second .card .card-title-et,
#site-footer .footer-second .card .card-title-field {
  color: #000;
}

/* line 43, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card .card-text {
  color: #666666;
}

/* line 46, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card .card-text a {
  color: #000;
}

/* line 48, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card .card-text a h1, #site-footer .footer-second .card .card-text a h2, #site-footer .footer-second .card .card-text a h3, #site-footer .footer-second .card .card-text a h4, #site-footer .footer-second .card .card-text a h5, #site-footer .footer-second .card .card-text a h6,
#site-footer .footer-second .card .card-text a .card-title,
#site-footer .footer-second .card .card-text a .card-title-et,
#site-footer .footer-second .card .card-text a .card-title-field {
  color: #000;
}

/* line 54, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card .card-text a:hover {
  color: #1C5F89;
}

/* line 56, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card .card-text a:hover h1, #site-footer .footer-second .card .card-text a:hover h2, #site-footer .footer-second .card .card-text a:hover h3, #site-footer .footer-second .card .card-text a:hover h4, #site-footer .footer-second .card .card-text a:hover h5, #site-footer .footer-second .card .card-text a:hover h6,
#site-footer .footer-second .card .card-text a:hover .card-title,
#site-footer .footer-second .card .card-text a:hover .card-title-et,
#site-footer .footer-second .card .card-text a:hover .card-title-field {
  color: #1C5F89;
}

/* line 67, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card .card-title h2 span {
  background-color: white;
}

/* line 72, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card .card-subtitle {
  color: #666666;
}

/* line 68, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-second a.card:hover {
  background-color: #E9D758;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  /*	* {
		color:$card-text-hover-color;		
	}*/
}

/* line 11, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second a.card:hover .card-text,
#site-footer .footer-second a.card:hover .card-text * {
  color: #D86422;
}

/* line 14, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second a.card:hover .card-text h1, #site-footer .footer-second a.card:hover .card-text h2, #site-footer .footer-second a.card:hover .card-text h3, #site-footer .footer-second a.card:hover .card-text h4, #site-footer .footer-second a.card:hover .card-text h5, #site-footer .footer-second a.card:hover .card-text h6,
#site-footer .footer-second a.card:hover .card-text .card-title,
#site-footer .footer-second a.card:hover .card-text .card-title-et,
#site-footer .footer-second a.card:hover .card-text .card-title-field,
#site-footer .footer-second a.card:hover .card-text * h1,
#site-footer .footer-second a.card:hover .card-text * h2,
#site-footer .footer-second a.card:hover .card-text * h3,
#site-footer .footer-second a.card:hover .card-text * h4,
#site-footer .footer-second a.card:hover .card-text * h5,
#site-footer .footer-second a.card:hover .card-text * h6,
#site-footer .footer-second a.card:hover .card-text * .card-title,
#site-footer .footer-second a.card:hover .card-text * .card-title-et,
#site-footer .footer-second a.card:hover .card-text * .card-title-field {
  color: white;
}

/* line 22, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second a.card:hover .card-display-date {
  background: #F5F8FA;
  color: white;
}

/* line 210, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card-more-link a.card {
  background: #008DC9;
  color: white;
}

/* line 213, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card-more-link a.card:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 216, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card-more-link a.card:hover {
  background: #1C5F89;
  color: white;
}

/* line 219, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card-more-link a.card:hover:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat 100% 100%/14px auto;
}

/* line 246, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card-feed-link a {
  background: none;
  color: #008DC9;
}

/* line 249, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card-feed-link a:after {
  background: #008DC9 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 252, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card-feed-link a:hover {
  background: none;
  color: #1C5F89;
}

/* line 255, app/assets/stylesheets/mixins/_card-palette.scss */
#site-footer .footer-second .card-feed-link a:hover:after {
  background: #1C5F89 url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2221px%22%0A%09%20viewBox%3D%220%200%2016%2021%22%20style%3D%22enable-background%3Anew%200%200%2016%2021%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0.6%2C2.7c-0.7-0.5-0.8-1.4-0.3-2.1s1.4-0.8%2C2.1-0.3L16%2C10.5L2.4%2C20.7c-0.7%2C0.5-1.6%2C0.4-2.1-0.3%0A%09c-0.5-0.7-0.4-1.6%2C0.3-2.1L11%2C10.5L0.6%2C2.7z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 50% 50%/7px 10px;
}

/* line 78, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-second section.block {
  margin-bottom: 20px;
}

@media screen and (min-width: 45em) {
  /* line 78, app/assets/stylesheets/common/_footer.scss */
  #site-footer .footer-second section.block {
    margin-bottom: 0;
  }
}

/* line 83, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-second section.block:last-child {
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-second .footer-block {
  margin-bottom: 40px;
}

@media screen and (min-width: 45em) {
  /* line 87, app/assets/stylesheets/common/_footer.scss */
  #site-footer .footer-second .footer-block {
    margin-bottom: 0;
  }
}

/* line 96, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third {
  background: white;
  color: #000;
  padding: 10px 0;
  text-align: center;
  font-size: 0.875em;
}

/* line 103, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third a {
  color: #000;
}

/* line 105, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third a:hover {
  color: #1C5F89;
}

/* line 109, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third #manta-ray-media {
  float: none;
}

@media screen and (min-width: 880px) {
  /* line 109, app/assets/stylesheets/common/_footer.scss */
  #site-footer .footer-third #manta-ray-media {
    float: right;
  }
}

/* line 114, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third #manta-ray-media a {
  color: #008DC9;
}

/* line 116, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third #manta-ray-media a:hover {
  color: #1C5F89;
}

/* line 121, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third .block-menu {
  float: none;
}

@media screen and (min-width: 880px) {
  /* line 121, app/assets/stylesheets/common/_footer.scss */
  #site-footer .footer-third .block-menu {
    float: left;
  }
}

/* line 127, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third .block-menu ul li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid rgba(44, 63, 78, 0.1);
}

/* line 133, app/assets/stylesheets/common/_footer.scss */
#site-footer .footer-third .block-menu ul li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

/* line 142, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links {
  display: inline-block;
  margin-right: 10px;
  text-indent: -9999px;
  /* newsletter */
  /* linkedin */
  /* twitter */
  /* facebook */
  /* instagram */
  /* google+ */
}

/* line 147, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links a {
  background-color: white;
  border-radius: 0;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0;
}

/* line 155, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links a:hover {
  opacity: 0.8;
  border-radius: 0;
  background-color: #E59500;
}

/* line 163, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .newsletter a,
#site-footer .card-links a[href^="http://eepurl.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.28%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2327a9e1%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%207%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Email%22%3E%3Cg%20id%3D%22Email_05%22%20data-name%3D%22Email%2005%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.72%2010.65%200%201.48%200%2018.14%208.72%2010.65%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2228.71%200%201.29%200%2015%2014.4%2028.71%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2230%201.48%2021.27%2010.64%2030%2018.14%2030%201.48%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.92%2C12.06l-4.22%2C4.43a1%2C1%2C0%2C0%2C1-1.42%2C0l-4.22-4.43L0%2C20.71v.53l30%2C0v-.57Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px white;
}

/* line 166, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .newsletter a:hover,
#site-footer .card-links a[href^="http://eepurl.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2021.28%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%207%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Email%22%3E%3Cg%20id%3D%22Email_05%22%20data-name%3D%22Email%2005%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.72%2010.65%200%201.48%200%2018.14%208.72%2010.65%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2228.71%200%201.29%200%2015%2014.4%2028.71%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2230%201.48%2021.27%2010.64%2030%2018.14%2030%201.48%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.92%2C12.06l-4.22%2C4.43a1%2C1%2C0%2C0%2C1-1.42%2C0l-4.22-4.43L0%2C20.71v.53l30%2C0v-.57Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px #008DC9;
}

/* line 172, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .linkedin a,
#site-footer .card-links a[href^="https://www.linkedin.com"],
#site-footer .card-links a[href^="http://www.linkedin.com"],
#site-footer .card-links a[href^="https://linkedin.com"],
#site-footer .card-links a[href^="http://linkedin.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-90%20572%2040%2040%22%20viewBox%3D%22-90%20572%2040%2040%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M-50%2C596.3v14.8h-8.6v-13.8c0-3.5-1.2-5.8-4.3-5.8c-2.4%2C0-3.8%2C1.6-4.4%2C3.1%20c-0.2%2C0.6-0.3%2C1.3-0.3%2C2.1v14.4h-8.6c0%2C0%2C0.1-23.4%2C0-25.8h8.6v3.7c0%2C0%2C0%2C0.1-0.1%2C0.1h0.1V589c1.1-1.8%2C3.2-4.3%2C7.7-4.3%20C-54.2%2C584.7-50%2C588.4-50%2C596.3z%20M-85.1%2C572.9c-2.9%2C0-4.9%2C1.9-4.9%2C4.5c0%2C2.5%2C1.9%2C4.5%2C4.7%2C4.5h0.1c3%2C0%2C4.9-2%2C4.9-4.5%20C-80.4%2C574.8-82.2%2C572.9-85.1%2C572.9z%20M-89.5%2C611.1h8.6v-25.8h-8.6V611.1z%22%20fill%3D%22%230083BE%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px white;
}

/* line 178, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .linkedin a:hover,
#site-footer .card-links a[href^="https://www.linkedin.com"]:hover,
#site-footer .card-links a[href^="http://www.linkedin.com"]:hover,
#site-footer .card-links a[href^="https://linkedin.com"]:hover,
#site-footer .card-links a[href^="http://linkedin.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-90%20572%2040%2040%22%20viewBox%3D%22-90%20572%2040%2040%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M-50%2C596.3v14.8h-8.6v-13.8c0-3.5-1.2-5.8-4.3-5.8c-2.4%2C0-3.8%2C1.6-4.4%2C3.1%20c-0.2%2C0.6-0.3%2C1.3-0.3%2C2.1v14.4h-8.6c0%2C0%2C0.1-23.4%2C0-25.8h8.6v3.7c0%2C0%2C0%2C0.1-0.1%2C0.1h0.1V589c1.1-1.8%2C3.2-4.3%2C7.7-4.3%20C-54.2%2C584.7-50%2C588.4-50%2C596.3z%20M-85.1%2C572.9c-2.9%2C0-4.9%2C1.9-4.9%2C4.5c0%2C2.5%2C1.9%2C4.5%2C4.7%2C4.5h0.1c3%2C0%2C4.9-2%2C4.9-4.5%20C-80.4%2C574.8-82.2%2C572.9-85.1%2C572.9z%20M-89.5%2C611.1h8.6v-25.8h-8.6V611.1z%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px #008DC9;
}

/* line 184, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .twitter a,
#site-footer .card-links a[href^="https://www.twitter.com"],
#site-footer .card-links a[href^="http://www.twitter.com"],
#site-footer .card-links a[href^="https://twitter.com"],
#site-footer .card-links a[href^="http://twitter.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-275%20387%2040%2040%22%20viewBox%3D%22-275%20387%2040%2040%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M-235%2C395.5c-1.5%2C0.6-3.1%2C1-4.7%2C1.2c1.7-0.9%2C3-2.4%2C3.6-4.2%20%20c-1.6%2C0.9-3.3%2C1.5-5.2%2C1.9c-1.5-1.5-3.6-2.4-6-2.4c-4.5%2C0-8.2%2C3.4-8.2%2C7.6c0%2C0.6%2C0.1%2C1.2%2C0.2%2C1.7c-6.8-0.3-12.8-3.3-16.9-8%20%20c-0.7%2C1.1-1.1%2C2.4-1.1%2C3.8c0%2C2.6%2C1.4%2C5%2C3.7%2C6.4c-1.3%2C0-2.6-0.4-3.7-0.9c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C3.7%2C2.8%2C6.8%2C6.6%2C7.5%20%20c-0.7%2C0.2-1.4%2C0.3-2.2%2C0.3c-0.5%2C0-1-0.1-1.5-0.1c1%2C3%2C4.1%2C5.2%2C7.7%2C5.3c-2.8%2C2-6.3%2C3.3-10.2%2C3.3c-0.7%2C0-1.3%2C0-2-0.1%20%20c3.6%2C2.2%2C7.9%2C3.4%2C12.6%2C3.4c15.1%2C0%2C23.3-11.6%2C23.3-21.7c0-0.3%2C0-0.7%2C0-1C-237.5%2C398.3-236.1%2C397-235%2C395.5z%22%20fill%3D%22%2300ABF1%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/20px 20px white;
}

/* line 190, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .twitter a:hover,
#site-footer .card-links a[href^="https://www.twitter.com"]:hover,
#site-footer .card-links a[href^="http://www.twitter.com"]:hover,
#site-footer .card-links a[href^="https://twitter.com"]:hover,
#site-footer .card-links a[href^="http://twitter.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-275%20387%2040%2040%22%20viewBox%3D%22-275%20387%2040%2040%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M-235%2C395.5c-1.5%2C0.6-3.1%2C1-4.7%2C1.2c1.7-0.9%2C3-2.4%2C3.6-4.2%20%20c-1.6%2C0.9-3.3%2C1.5-5.2%2C1.9c-1.5-1.5-3.6-2.4-6-2.4c-4.5%2C0-8.2%2C3.4-8.2%2C7.6c0%2C0.6%2C0.1%2C1.2%2C0.2%2C1.7c-6.8-0.3-12.8-3.3-16.9-8%20%20c-0.7%2C1.1-1.1%2C2.4-1.1%2C3.8c0%2C2.6%2C1.4%2C5%2C3.7%2C6.4c-1.3%2C0-2.6-0.4-3.7-0.9c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C3.7%2C2.8%2C6.8%2C6.6%2C7.5%20%20c-0.7%2C0.2-1.4%2C0.3-2.2%2C0.3c-0.5%2C0-1-0.1-1.5-0.1c1%2C3%2C4.1%2C5.2%2C7.7%2C5.3c-2.8%2C2-6.3%2C3.3-10.2%2C3.3c-0.7%2C0-1.3%2C0-2-0.1%20%20c3.6%2C2.2%2C7.9%2C3.4%2C12.6%2C3.4c15.1%2C0%2C23.3-11.6%2C23.3-21.7c0-0.3%2C0-0.7%2C0-1C-237.5%2C398.3-236.1%2C397-235%2C395.5z%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px #008DC9;
}

/* line 196, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .facebook a,
#site-footer .card-links a[href^="https://www.facebook.com"],
#site-footer .card-links a[href^="http://www.facebook.com"],
#site-footer .card-links a[href^="https://facebook.com"],
#site-footer .card-links a[href^="http://facebook.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%208.9%2019%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%208.9%2019%22%3E%3Cpath%20id%3D%22path4%22%20d%3D%22m5.9%2019h-3.9v-9.5h-2v-3.3h2v-2c0-2.6%201.1-4.2%204.2-4.2h2.6v3.3h-1.6c-1.2%200-1.3%200.4-1.3%201.3v1.6h3l-0.3%203.3h-2.7v9.5z%22%20fill%3D%22%233B5998%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/18px 18px white;
}

/* line 202, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .facebook a:hover,
#site-footer .card-links a[href^="https://www.facebook.com"]:hover,
#site-footer .card-links a[href^="http://www.facebook.com"]:hover,
#site-footer .card-links a[href^="https://facebook.com"]:hover,
#site-footer .card-links a[href^="http://facebook.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%208.9%2019%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%208.9%2019%22%3E%3Cpath%20id%3D%22path4%22%20d%3D%22m5.9%2019h-3.9v-9.5h-2v-3.3h2v-2c0-2.6%201.1-4.2%204.2-4.2h2.6v3.3h-1.6c-1.2%200-1.3%200.4-1.3%201.3v1.6h3l-0.3%203.3h-2.7v9.5z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px #008DC9;
}

/* line 208, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .instagram a,
#site-footer .card-links a[href^="https://www.instagram.com"],
#site-footer .card-links a[href^="http://www.instagram.com"],
#site-footer .card-links a[href^="https://instagram.com"],
#site-footer .card-links a[href^="http://instagram.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.8652%200c-2.1318%200-3.8652%201.7338-3.8652%203.8652v4.082%208.1875c0%202.1314%201.7335%203.8652%203.8652%203.8652h12.27c2.1314%200%203.8652-1.7338%203.8652-3.8652v-8.1875-4.082c0-2.1314-1.7338-3.8652-3.8652-3.8652h-12.27zm13.82%202.3027v0.44141%202.9492l-3.3789%200.011719-0.011719-3.3906%202.9492-0.0078125%200.44141-0.0039062zm-7.6855%204.1777c1.1745%200%202.2126%200.57997%202.8535%201.4668%200.41649%200.57803%200.66797%201.2872%200.66797%202.0527%200%201.9401-1.5814%203.5195-3.5215%203.5195-1.9412%200-3.5215-1.5794-3.5215-3.5195%200-0.76557%200.25148-1.4747%200.66797-2.0527%200.64055-0.88682%201.6794-1.4668%202.8535-1.4668zm-8.0527%201.4668h2.9863c-0.25757%200.63414-0.40234%201.3275-0.40234%202.0527%200%203.0156%202.4532%205.4688%205.4688%205.4688%203.0159%200%205.4688-2.4532%205.4688-5.4688%200-0.72527-0.14635-1.4186-0.4043-2.0527h2.9883v8.1875c0%201.0574-0.86094%201.918-1.918%201.918h-12.27c-1.0574%200-1.918-0.86056-1.918-1.918v-8.1875z%22%20fill%3D%22%233f729b%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/18px 18px white;
}

/* line 214, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .instagram a:hover,
#site-footer .card-links a[href^="https://www.instagram.com"]:hover,
#site-footer .card-links a[href^="http://www.instagram.com"]:hover,
#site-footer .card-links a[href^="https://instagram.com"]:hover,
#site-footer .card-links a[href^="http://instagram.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.8652%200c-2.1318%200-3.8652%201.7338-3.8652%203.8652v4.082%208.1875c0%202.1314%201.7335%203.8652%203.8652%203.8652h12.27c2.1314%200%203.8652-1.7338%203.8652-3.8652v-8.1875-4.082c0-2.1314-1.7338-3.8652-3.8652-3.8652h-12.27zm13.82%202.3027v0.44141%202.9492l-3.3789%200.011719-0.011719-3.3906%202.9492-0.0078125%200.44141-0.0039062zm-7.6855%204.1777c1.1745%200%202.2126%200.57997%202.8535%201.4668%200.41649%200.57803%200.66797%201.2872%200.66797%202.0527%200%201.9401-1.5814%203.5195-3.5215%203.5195-1.9412%200-3.5215-1.5794-3.5215-3.5195%200-0.76557%200.25148-1.4747%200.66797-2.0527%200.64055-0.88682%201.6794-1.4668%202.8535-1.4668zm-8.0527%201.4668h2.9863c-0.25757%200.63414-0.40234%201.3275-0.40234%202.0527%200%203.0156%202.4532%205.4688%205.4688%205.4688%203.0159%200%205.4688-2.4532%205.4688-5.4688%200-0.72527-0.14635-1.4186-0.4043-2.0527h2.9883v8.1875c0%201.0574-0.86094%201.918-1.918%201.918h-12.27c-1.0574%200-1.918-0.86056-1.918-1.918v-8.1875z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px #008DC9;
}

/* line 220, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .g-plus a,
#site-footer .card-links a[href^="https://www.plus.google.com"],
#site-footer .card-links a[href^="http://www.plus.google.com"],
#site-footer .card-links a[href^="https://plus.google.com"],
#site-footer .card-links a[href^="http://plus.google.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2219%22%20width%3D%2223%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%20612%20792%22%20viewBox%3D%220%200%2023%2019%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20%20%20fill%3D%22%23F63E28%22%20%20%20id%3D%22google%22%20%20%20d%3D%22m%2020.024554%2C8.9062499%20-2.120536%2C0%200%2C2.1205361%20-1.272322%2C0%200%2C-2.1205361%20-2.120535%2C0%200%2C-1.2723214%202.120535%2C0%200%2C-2.1205356%201.272322%2C0%200%2C2.1205356%202.120536%2C0%200%2C1.2723214%20z%20M%2013.705357%2C14.801339%20C%2013.705357%2C16.921875%2011.669643%2C19%207.9799107%2C19%204.7566964%2C19%202%2C17.685268%202%2C15.564732%20c%200%2C-2.120536%202.5022321%2C-4.198661%205.7254464%2C-4.198661%200.3392857%2C0%200.6785715%2C0%201.0178572%2C0%20C%208.3191964%2C10.941964%207.9375%2C10.390625%207.9375%2C9.7544642%20c%200%2C-0.3816964%200.1272321%2C-0.7633929%200.296875%2C-1.1026786%20-0.1696429%2C0%20-0.3392857%2C0%20-0.5513393%2C0%20-2.671875%2C0%20-4.453125%2C-1.9508928%20-4.453125%2C-4.283482%20C%203.2299107%2C2.078125%205.6897321%2C0%208.2767857%2C0%209.71875%2C0%2014.087054%2C0%2014.087054%2C0%20l%20-1.314733%2C1.2723214%20-1.866071%2C0%20c%201.229911%2C0.4241072%201.866071%2C1.8236607%201.866071%2C3.3080357%200%2C1.2299108%20-0.678571%2C2.2053571%20-1.654017%2C2.96875%20-0.933036%2C0.7209821%20-1.102679%2C1.0602678%20-1.102679%2C1.6540178%200%2C0.5513393%201.017857%2C1.4419641%201.526786%2C1.8236611%201.654018%2C1.060267%202.162946%2C2.078125%202.162946%2C3.774553%20z%20M%2010.821429%2C4.6227679%20C%2010.566964%2C2.671875%209.125%2C1.0602679%207.640625%2C1.0178571%206.15625%2C0.97544643%205.1383929%2C2.4598214%205.3928571%2C4.453125%205.6473214%2C6.4040179%207.0892857%2C8.0580356%208.5736607%2C8.1004463%2010.058036%2C8.1428571%2011.075893%2C6.5736607%2010.821429%2C4.6227679%20Z%20m%201.399553%2C10.3906251%20c%200%2C-0.212054%20-0.04241%2C-0.424107%20-0.08482%2C-0.59375%20-0.254466%2C-0.975447%20-1.10268%2C-1.441965%20-2.3325906%2C-2.290179%20-0.4241071%2C-0.127232%20-0.9330357%2C-0.212053%20-1.4419643%2C-0.212053%20-2.2477678%2C-0.04241%20-4.2410714%2C1.357142%20-4.2410714%2C3.01116%200%2C1.696429%201.6116072%2C3.095983%203.859375%2C3.095983%203.1383933%2C0.04241%204.2410713%2C-1.314733%204.2410713%2C-3.011161%20z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px white;
}

/* line 226, app/assets/stylesheets/common/_footer.scss */
#site-footer .card-links .g-plus a:hover,
#site-footer .card-links a[href^="https://www.plus.google.com"]:hover,
#site-footer .card-links a[href^="http://www.plus.google.com"]:hover,
#site-footer .card-links a[href^="https://plus.google.com"]:hover,
#site-footer .card-links a[href^="http://plus.google.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2219%22%20width%3D%2223%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%20612%20792%22%20viewBox%3D%220%200%2023%2019%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20%20%20fill%3D%22%23FFFFFF%22%20%20%20id%3D%22google%22%20%20%20d%3D%22m%2020.024554%2C8.9062499%20-2.120536%2C0%200%2C2.1205361%20-1.272322%2C0%200%2C-2.1205361%20-2.120535%2C0%200%2C-1.2723214%202.120535%2C0%200%2C-2.1205356%201.272322%2C0%200%2C2.1205356%202.120536%2C0%200%2C1.2723214%20z%20M%2013.705357%2C14.801339%20C%2013.705357%2C16.921875%2011.669643%2C19%207.9799107%2C19%204.7566964%2C19%202%2C17.685268%202%2C15.564732%20c%200%2C-2.120536%202.5022321%2C-4.198661%205.7254464%2C-4.198661%200.3392857%2C0%200.6785715%2C0%201.0178572%2C0%20C%208.3191964%2C10.941964%207.9375%2C10.390625%207.9375%2C9.7544642%20c%200%2C-0.3816964%200.1272321%2C-0.7633929%200.296875%2C-1.1026786%20-0.1696429%2C0%20-0.3392857%2C0%20-0.5513393%2C0%20-2.671875%2C0%20-4.453125%2C-1.9508928%20-4.453125%2C-4.283482%20C%203.2299107%2C2.078125%205.6897321%2C0%208.2767857%2C0%209.71875%2C0%2014.087054%2C0%2014.087054%2C0%20l%20-1.314733%2C1.2723214%20-1.866071%2C0%20c%201.229911%2C0.4241072%201.866071%2C1.8236607%201.866071%2C3.3080357%200%2C1.2299108%20-0.678571%2C2.2053571%20-1.654017%2C2.96875%20-0.933036%2C0.7209821%20-1.102679%2C1.0602678%20-1.102679%2C1.6540178%200%2C0.5513393%201.017857%2C1.4419641%201.526786%2C1.8236611%201.654018%2C1.060267%202.162946%2C2.078125%202.162946%2C3.774553%20z%20M%2010.821429%2C4.6227679%20C%2010.566964%2C2.671875%209.125%2C1.0602679%207.640625%2C1.0178571%206.15625%2C0.97544643%205.1383929%2C2.4598214%205.3928571%2C4.453125%205.6473214%2C6.4040179%207.0892857%2C8.0580356%208.5736607%2C8.1004463%2010.058036%2C8.1428571%2011.075893%2C6.5736607%2010.821429%2C4.6227679%20Z%20m%201.399553%2C10.3906251%20c%200%2C-0.212054%20-0.04241%2C-0.424107%20-0.08482%2C-0.59375%20-0.254466%2C-0.975447%20-1.10268%2C-1.441965%20-2.3325906%2C-2.290179%20-0.4241071%2C-0.127232%20-0.9330357%2C-0.212053%20-1.4419643%2C-0.212053%20-2.2477678%2C-0.04241%20-4.2410714%2C1.357142%20-4.2410714%2C3.01116%200%2C1.696429%201.6116072%2C3.095983%203.859375%2C3.095983%203.1383933%2C0.04241%204.2410713%2C-1.314733%204.2410713%2C-3.011161%20z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 50% 50%/19px 18px #008DC9;
}

/* line 233, app/assets/stylesheets/common/_footer.scss */
#site-footer .copyright {
  padding-left: 1em;
}

/* line 238, app/assets/stylesheets/common/_footer.scss */
#site-footer .utility-menu ul {
  text-align: right;
  font-weight: 600;
}

/* line 242, app/assets/stylesheets/common/_footer.scss */
#site-footer .utility-menu ul li {
  display: inline;
  padding-right: 1em;
}

/* line 246, app/assets/stylesheets/common/_footer.scss */
#site-footer .utility-menu ul li a {
  color: white;
}

/* line 3, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-header {
  margin-bottom: 1px;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-header h2 {
  position: relative;
  background-color: #008DC9;
  font-size: 1.556rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  color: #FFF;
  margin: 0;
  transition: 250ms ease all;
}

/* line 15, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-header h2:before, .node-type-country .view-grouping .view-grouping-header h2:after {
  background-color: #FFF;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(0deg);
  transition: 1s ease all;
}

/* line 27, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-header h2:after {
  transform: translateY(-50%) rotate(90deg);
}

/* line 32, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-content {
  display: none;
  background-color: #FAFAFA;
  padding: 1rem 1.25rem;
  /*
			.views-row.level-776 {
				.view-map-table {
					table.views-table {
						thead {
							tr {
								th.views-field-field-year {
									overflow:hidden;
									text-indent:-999em;
								}
							}
						}
						tbody {
							tr {
								td.views-field-field-type {
									border-right:none;
								}
								td.views-field-field-year {
									border-left:none;
									overflow:hidden;
									text-indent:-999em;
								}
							}
						}
					}
				}
			}
*/
}

/* line 34, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-content h3 {
  font-size: 1.222rem;
}

/* line 67, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-content .view-data-source {
  text-align: center;
}

/* line 69, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-content .view-data-source .data-download {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin: 1rem 0 0;
}

/* line 76, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-content .view-data-source-legend {
  text-align: center;
}

/* line 78, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping .view-grouping-content .view-data-source-legend .data-legend-download {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0;
}

/* line 92, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping.expanded .view-grouping-header h2 {
  background-color: #F2F2F2;
  color: #2C3F4D;
}

/* line 95, app/assets/stylesheets/components/_node-country.scss */
.node-type-country .view-grouping.expanded .view-grouping-header h2:before, .node-type-country .view-grouping.expanded .view-grouping-header h2:after {
  background-color: #008DC9;
  transform: translateY(-50%) rotate(720deg);
}

/* line 104, app/assets/stylesheets/components/_node-country.scss */
.node-type-country #sidebar-second .block {
  margin-bottom: 20px;
}

/* line 106, app/assets/stylesheets/components/_node-country.scss */
.node-type-country #sidebar-second .block:not(#block-block-1):not(#block-remora-highmaps-data-highmaps-data) {
  background-color: #F2F2F2;
  padding: 1rem 1.25rem;
}

/* line 116, app/assets/stylesheets/components/_node-country.scss */
.node-type-country #sidebar-second .block .view-location .views-row div {
  margin-bottom: 20px;
}

/* line 119, app/assets/stylesheets/components/_node-country.scss */
.node-type-country #sidebar-second .block .view-location .views-row div h3 {
  margin-bottom: 0;
  line-height: 1.125;
}

/* line 123, app/assets/stylesheets/components/_node-country.scss */
.node-type-country #sidebar-second .block .view-location .views-row div span {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
}

/* line 132, app/assets/stylesheets/components/_node-country.scss */
.node-type-country #sidebar-second #block-views-country-resources-block.block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 136, app/assets/stylesheets/components/_node-country.scss */
.node-type-country #sidebar-second #block-views-country-resources-block.block ul li {
  margin-bottom: 10px;
}

/* line 141, app/assets/stylesheets/components/_node-country.scss */
.node-type-country #sidebar-second #block-views-country-resources-block.block ul li a {
  word-wrap: break-word;
}

/* line 153, app/assets/stylesheets/components/_node-country.scss */
body.node-type-country.one-sidebar.sidebar-first main .primary {
  width: 100%;
}

/* line 156, app/assets/stylesheets/components/_node-country.scss */
body.node-type-country.one-sidebar.sidebar-first main .outer-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* line 158, app/assets/stylesheets/components/_node-country.scss */
body.node-type-country.one-sidebar.sidebar-first main aside#sidebar-first {
  width: 100%;
  margin: calc(30px / 2);
}

@media screen and (min-width: 45em) {
  /* line 158, app/assets/stylesheets/components/_node-country.scss */
  body.node-type-country.one-sidebar.sidebar-first main aside#sidebar-first {
    width: calc(100%/4 -  30px/2);
  }
}

/* line 168, app/assets/stylesheets/components/_node-country.scss */
body.node-type-country.one-sidebar.sidebar-first main section#content {
  width: 100%;
  margin: calc(30px / 2);
}

@media screen and (min-width: 45em) {
  /* line 168, app/assets/stylesheets/components/_node-country.scss */
  body.node-type-country.one-sidebar.sidebar-first main section#content {
    width: calc(100%/4*3 -  30px/2);
  }
}

/* line 180, app/assets/stylesheets/components/_node-country.scss */
body.node-type-country.one-sidebar.sidebar-second main .primary {
  width: 100%;
}

/* line 183, app/assets/stylesheets/components/_node-country.scss */
body.node-type-country.one-sidebar.sidebar-second main .outer-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* line 185, app/assets/stylesheets/components/_node-country.scss */
body.node-type-country.one-sidebar.sidebar-second main aside#sidebar-second {
  width: 100%;
  margin: calc(30px / 2);
}

@media screen and (min-width: 45em) {
  /* line 185, app/assets/stylesheets/components/_node-country.scss */
  body.node-type-country.one-sidebar.sidebar-second main aside#sidebar-second {
    width: calc(100%/4 -  30px);
  }
}

/* line 194, app/assets/stylesheets/components/_node-country.scss */
body.node-type-country.one-sidebar.sidebar-second main section#content {
  width: 100%;
  margin: calc(100%-30px / 2);
}

@media screen and (min-width: 45em) {
  /* line 194, app/assets/stylesheets/components/_node-country.scss */
  body.node-type-country.one-sidebar.sidebar-second main section#content {
    width: calc(100%/4*3 -  30px);
  }
}

/* line 5, app/assets/stylesheets/components/_node-disease.scss */
.node-type-disease.one-sidebar.sidebar-second main aside#sidebar-second {
  margin: 0 calc(30px/3);
}

@media screen and (min-width: 45em) {
  /* line 5, app/assets/stylesheets/components/_node-disease.scss */
  .node-type-disease.one-sidebar.sidebar-second main aside#sidebar-second {
    width: calc(100%/3 - 20px/2);
    margin: 0 10px 0 calc(30px);
  }
}

@media screen and (min-width: 75em) {
  /* line 5, app/assets/stylesheets/components/_node-disease.scss */
  .node-type-disease.one-sidebar.sidebar-second main aside#sidebar-second {
    width: calc(100%/3*2 - 20px/2);
    margin: 0 10px 0 calc(30px);
  }
}

/* line 15, app/assets/stylesheets/components/_node-disease.scss */
.node-type-disease.one-sidebar.sidebar-second main aside#sidebar-second .view-disease-africa-maps {
  margin-bottom: 20px;
}

/* line 17, app/assets/stylesheets/components/_node-disease.scss */
.node-type-disease.one-sidebar.sidebar-second main aside#sidebar-second .view-disease-africa-maps .view-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 75em) {
  /* line 23, app/assets/stylesheets/components/_node-disease.scss */
  .node-type-disease.one-sidebar.sidebar-second main aside#sidebar-second .view-disease-africa-maps .view-content .views-row {
    flex: 0 47.5%;
  }
}

@media screen and (min-width: 45em) {
  /* line 32, app/assets/stylesheets/components/_node-disease.scss */
  .node-type-disease.one-sidebar.sidebar-second main section#content {
    width: calc(100%/3*2 -  30px);
  }
}

@media screen and (min-width: 75em) {
  /* line 32, app/assets/stylesheets/components/_node-disease.scss */
  .node-type-disease.one-sidebar.sidebar-second main section#content {
    width: calc(100%/3 -  30px);
  }
}

/* line 43, app/assets/stylesheets/components/_node-disease.scss */
.node-type-disease .postscript_first #block-views-location-block {
  margin-bottom: 20px;
}

/* line 46, app/assets/stylesheets/components/_node-disease.scss */
.node-type-disease .postscript_first #block-views-location-block .view-location .views-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 51, app/assets/stylesheets/components/_node-disease.scss */
.node-type-disease .postscript_first #block-views-location-block .view-location .views-row div {
  width: 45%;
  margin-bottom: 20px;
}

@media screen and (min-width: 45em) {
  /* line 51, app/assets/stylesheets/components/_node-disease.scss */
  .node-type-disease .postscript_first #block-views-location-block .view-location .views-row div {
    width: 30%;
  }
}

/* line 57, app/assets/stylesheets/components/_node-disease.scss */
.node-type-disease .postscript_first #block-views-location-block .view-location .views-row div h3 {
  margin-bottom: 0;
  line-height: 1.125;
}

/* line 61, app/assets/stylesheets/components/_node-disease.scss */
.node-type-disease .postscript_first #block-views-location-block .view-location .views-row div span {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
}

@media screen and (min-width: 880px) {
  /* line 2, app/assets/stylesheets/components/_page-countries.scss */
  .node-type-page.path-countries .map-africa-wrapper {
    width: 66.666%;
    float: right;
  }
}

@media screen and (min-width: 880px) {
  /* line 8, app/assets/stylesheets/components/_page-countries.scss */
  .node-type-page.path-countries #block-views-countries-block {
    width: 33.333%;
    float: left;
  }
}

/* line 13, app/assets/stylesheets/components/_page-countries.scss */
.node-type-page.path-countries #block-views-countries-block ul {
  position: relative;
  list-style: none;
  padding: 1rem 1.25rem;
  margin: 0;
  background-color: #F2F2F2;
  column-count: 3;
}

/* line 14, app/assets/stylesheets/components/_page-countries.scss */
.node-type-page.path-countries #block-views-countries-block ul:before {
  content: '';
  background-color: #DADEE0;
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  height: calc(100% - 2rem);
  left: 33.333%;
  top: 1rem;
}

@media screen and (min-width: 880px) {
  /* line 13, app/assets/stylesheets/components/_page-countries.scss */
  .node-type-page.path-countries #block-views-countries-block ul {
    margin: 0 1.25rem 0 0;
  }
}

/* line 34, app/assets/stylesheets/components/_page-countries.scss */
.node-type-page.path-countries #block-views-countries-block ul:after {
  content: '';
  background-color: #DADEE0;
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  height: calc(100% - 2rem);
  left: 65%;
  top: 1rem;
}

/* line 45, app/assets/stylesheets/components/_page-countries.scss */
.node-type-page.path-countries #block-views-countries-block ul li {
  word-wrap: break-word;
  margin-bottom: 5px;
}

/* line 2, app/assets/stylesheets/components/_highmaps.scss */
.highcharts-container .highcharts-null-point {
  cursor: default;
  stroke: #D1D1D1;
}

/* line 1, app/assets/stylesheets/components/_views.scss */
.view-sections {
  margin-bottom: 40px;
}

@media screen and (min-width: 880px) {
  /* line 6, app/assets/stylesheets/components/_views.scss */
  .view .views-exposed-form .views-exposed-widgets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* line 13, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  float: none;
  padding: 0.5em 0 0;
}

/* line 14, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_subtype_tid_selective {
  display: none;
}

/* line 17, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget select {
  border: 1px solid #008DC9;
  box-shadow: none;
}

@media screen and (min-width: 880px) {
  /* line 17, app/assets/stylesheets/components/_views.scss */
  .view .views-exposed-form .views-exposed-widgets .views-exposed-widget select {
    height: 42px;
  }
}

@media screen and (min-width: 880px) {
  /* line 13, app/assets/stylesheets/components/_views.scss */
  .view .views-exposed-form .views-exposed-widgets .views-exposed-widget {
    flex: 0 30%;
  }
  /* line 31, app/assets/stylesheets/components/_views.scss */
  .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value, .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value_1 {
    flex: 0 15.5%;
  }
  /* line 33, app/assets/stylesheets/components/_views.scss */
  .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value .form-item, .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value_1 .form-item {
    display: block;
    margin-right: 0;
  }
  /* line 36, app/assets/stylesheets/components/_views.scss */
  .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value .form-item .date-padding, .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value_1 .form-item .date-padding {
    float: none;
  }
  /* line 38, app/assets/stylesheets/components/_views.scss */
  .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value .form-item .date-padding .form-item, .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value_1 .form-item .date-padding .form-item {
    float: none;
  }
}

/* line 47, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value .form-item, .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value_1 .form-item {
  display: block;
  margin-right: 0;
}

/* line 50, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value .form-item .date-padding, .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value_1 .form-item .date-padding {
  float: none;
}

/* line 52, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value .form-item .date-padding .form-item, .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value_1 .form-item .date-padding .form-item {
  float: none;
}

/* line 54, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value .form-item .date-padding .form-item input, .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_value_1 .form-item .date-padding .form-item input {
  width: 100%;
  margin-right: 0;
  border: 1px solid #008DC9;
  box-shadow: none;
}

/* line 64, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button {
  display: none;
}

/* line 68, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button input {
  width: 100%;
  font: 1.333rem/1.25 "DIN Next W01";
  border: 1px solid #D86422;
  background-color: #FFF;
  color: #D86422;
  padding: 0.5rem 1.125rem 0.25rem;
  border-radius: 0.222rem;
  text-transform: uppercase;
  margin-top: 1.6rem;
  transition: 250ms ease all;
}

/* line 79, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button input:hover {
  background-color: #D86422;
  color: #FFF;
}

/* line 83, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button input:focus {
  outline: none;
}

@media screen and (min-width: 880px) {
  /* line 86, app/assets/stylesheets/components/_views.scss */
  .node-type-page.path-resources .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button input {
    width: 30%;
    float: right;
  }
}

/* line 93, app/assets/stylesheets/components/_views.scss */
.node-type-page.path-resources .view .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-reset-button {
  flex: 0 100%;
}

/* line 98, app/assets/stylesheets/components/_views.scss */
.view .views-exposed-form .views-exposed-widgets.clearfix::after {
  content: none;
  display: none;
  clear: none;
}

/* line 105, app/assets/stylesheets/components/_views.scss */
.view .view-header {
  padding: 20px 0;
  clear: both;
}

/* line 109, app/assets/stylesheets/components/_views.scss */
.view table.views-table {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

/* line 116, app/assets/stylesheets/components/_views.scss */
.view-search-maps .view-content, .view-resources-espen .view-content {
  overflow-x: auto;
}

/* line 120, app/assets/stylesheets/components/_views.scss */
.ui-datepicker {
  width: 13.557rem;
}

/* line 123, app/assets/stylesheets/components/_views.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 0.75rem;
  padding: 2px;
}

/* line 4, app/assets/stylesheets/components/_attachments.scss */
.view-attachments ul {
  padding: 0;
  margin: 0;
}

/* line 9, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .views-row {
  padding: 10px 0;
}

/* line 14, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .views-row-last .attachment-link {
  margin: 0;
}

/* line 19, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .attachment-link {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 24, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .attachment-link .file-icon {
  float: left;
  margin: 0 20px 0 0;
  min-width: 4rem;
}

/* line 28, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .attachment-link .file-icon .file-extension {
  padding: 6px 5px;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .attachment-link .file-icon .file-size {
  padding: 3px 5px;
  font-size: 0.750em;
  text-align: center;
  color: #666666;
  border: 1px solid rgba(44, 63, 78, 0.1);
  border-top: none;
}

/* line 46, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .attachment-link .file-name {
  overflow: hidden;
}

/* line 55, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .file-type-docx .file-extension, .view-attachments .file-type-doc .file-extension {
  background: #2D5994;
  color: white;
}

/* line 61, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .file-type-xlsx .file-extension, .view-attachments .file-type-xls .file-extension {
  background: #207347;
  color: white;
}

/* line 67, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .file-type-pptx .file-extension, .view-attachments .file-type-ppt .file-extension {
  background: #D04727;
  color: white;
}

/* line 73, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .file-type-pdf .file-extension {
  background: #C11E07;
  color: white;
}

/* line 79, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .file-type-rtf .file-extension, .view-attachments .file-type-txt .file-extension {
  background: #023A6D;
  color: white;
}

/* line 85, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .file-type-jpg .file-extension, .view-attachments .file-type-png .file-extension, .view-attachments .file-type-bmp .file-extension, .view-attachments gif .file-extension {
  background: #D19B15;
  color: white;
}

/* line 91, app/assets/stylesheets/components/_attachments.scss */
.view-attachments .file-type-zip .file-extension, .view-attachments .file-type-rar .file-extension, .view-attachments .file-type-7z .file-extension {
  background: black;
  color: white;
}

/* line 1, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager {
  border-top: 1px solid rgba(44, 63, 78, 0.1);
  position: relative;
}

@media screen and (max-width: 45em) {
  /* line 1, app/assets/stylesheets/components/_pagers.scss */
  .item-list ul.pager {
    font-size: 0.750em;
  }
}

/* line 7, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager a {
  color: #666666;
  font-weight: 600;
  padding: 0.25em 0.5em;
}

/* line 12, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager a:hover {
  background: #1C5F89;
  color: #FFFFFF;
}

/* line 17, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item.pager-next {
  float: right;
  position: absolute;
  right: 55px;
}

@media screen and (max-width: 45em) {
  /* line 17, app/assets/stylesheets/components/_pagers.scss */
  .item-list ul.pager li.pager-item.pager-next {
    right: 35px;
  }
}

/* line 24, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item.pager-next a {
  display: block;
  padding-right: 20px;
  background-position: 100% 50%;
  background-size: 8px;
}

/* line 32, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item.pager-last {
  float: right;
}

/* line 34, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item.pager-last a {
  display: block;
  padding-right: 20px;
  background-position: 100% 50%;
  background-size: 14px;
}

/* line 42, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item.pager-previous {
  float: left;
  position: absolute;
  left: 55px;
}

@media screen and (max-width: 45em) {
  /* line 42, app/assets/stylesheets/components/_pagers.scss */
  .item-list ul.pager li.pager-item.pager-previous {
    left: 35px;
  }
}

/* line 49, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item.pager-previous a {
  display: block;
  padding-left: 20px;
  background-position: 0% 50%;
  background-size: 8px;
}

/* line 57, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item.pager-first {
  float: left;
}

/* line 59, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item.pager-first a {
  display: block;
  padding-left: 20px;
  background-position: 0% 50%;
  background-size: 14px;
}

/* line 67, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-item {
  display: inline-block;
  margin: 0 3px;
}

/* line 71, app/assets/stylesheets/components/_pagers.scss */
.item-list ul.pager li.pager-current {
  background: #008DC9;
  color: white;
  padding: 0.25em 0.5em;
}

/* line 3, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .node-inner {
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-suffix {
  display: inline;
}

/* line 11, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-profile-details {
  margin-bottom: 20px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-profile-details .card-photo img {
  max-width: 360px;
  width: 100%;
}

@media screen and (min-width: 45em) {
  /* line 11, app/assets/stylesheets/components/_node-person.scss */
  .node-type-person .card-profile-details {
    float: left;
    max-width: 240px;
    margin-right: 40px;
  }
}

/* line 23, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-profile-details .card-links {
  background-color: white;
  padding: 20px 20px 5px;
  text-align: left;
  display: none;
}

@media screen and (min-width: 45em) {
  /* line 23, app/assets/stylesheets/components/_node-person.scss */
  .node-type-person .card-profile-details .card-links {
    display: block;
  }
}

/* line 34, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-profile-details-mobile {
  display: block;
}

/* line 36, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-profile-details-mobile .card-links {
  background-color: white;
  padding: 20px 20px 5px;
  text-align: left;
}

@media screen and (min-width: 45em) {
  /* line 34, app/assets/stylesheets/components/_node-person.scss */
  .node-type-person .card-profile-details-mobile {
    display: none;
  }
}

/* line 48, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links ul li a,
.node-type-person .card-links a {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20viewBox%3D%220%200%2016%2016%22%20y%3D%220px%22%20x%3D%220px%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M8%2C0C3.6%2C0%2C0%2C3.6%2C0%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8S12.4%2C0%2C8%2C0z%20M6.3%2C11.1c1.2-0.4%2C2.4-0.4%2C3.5-0.1c-0.4%2C1-1%2C2.1-1.8%2C3.2%20%20C7.2%2C13.1%2C6.7%2C12%2C6.3%2C11.1z%20M5.8%2C9.6C5.5%2C8.5%2C5.5%2C7.4%2C5.7%2C6.4c0.8%2C0.3%2C1.7%2C0.4%2C2.5%2C0.4c0.7%2C0%2C1.4-0.1%2C2.1-0.3c0.2%2C1%2C0.2%2C2-0.1%2C3.1%20%20C8.8%2C9.1%2C7.3%2C9.2%2C5.8%2C9.6z%20M9.9%2C5C8.6%2C5.3%2C7.4%2C5.3%2C6.2%2C4.9c0.4-1%2C1-2%2C1.8-3C8.8%2C3%2C9.5%2C4%2C9.9%2C5z%20M11.7%2C5.9c0.6-0.3%2C1.3-0.7%2C1.9-1.2%20%20c0.6%2C1%2C0.9%2C2.1%2C0.9%2C3.3c0%2C1.2-0.3%2C2.3-0.9%2C3.3c-0.7-0.5-1.3-0.9-2-1.2C12%2C8.6%2C12%2C7.3%2C11.7%2C5.9z%20M12.7%2C3.5c-0.5%2C0.4-1%2C0.7-1.5%2C0.9%20%20c-0.4-0.9-0.9-1.8-1.5-2.7C10.9%2C2.1%2C11.9%2C2.7%2C12.7%2C3.5z%20M6.3%2C1.7C5.7%2C2.6%2C5.2%2C3.5%2C4.8%2C4.3c-0.5-0.2-1-0.5-1.4-0.9%20%20C4.2%2C2.6%2C5.2%2C2%2C6.3%2C1.7z%20M2.5%2C4.6c0.6%2C0.5%2C1.3%2C0.8%2C1.9%2C1.2C4%2C7.2%2C4%2C8.7%2C4.4%2C10.2c-0.6%2C0.3-1.3%2C0.7-1.9%2C1.2c-0.6-1-1-2.1-1-3.4%20%20C1.5%2C6.8%2C1.9%2C5.6%2C2.5%2C4.6z%20M3.4%2C12.6c0.5-0.4%2C1-0.7%2C1.5-0.9c0.3%2C0.9%2C0.8%2C1.7%2C1.4%2C2.6C5.2%2C13.9%2C4.2%2C13.4%2C3.4%2C12.6z%20M9.7%2C14.3%20%20c0.6-1%2C1.1-1.9%2C1.4-2.8c0.5%2C0.3%2C1%2C0.6%2C1.5%2C1C11.9%2C13.3%2C10.9%2C13.9%2C9.7%2C14.3z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 50%/16px 16px;
  color: #008DC9;
  display: block;
  line-height: 1.25;
  margin: 0 0 0.75em 0;
  overflow: hidden;
  padding: 0 0 0 2em;
  word-wrap: break-word;
}

/* line 58, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links ul li a:hover,
.node-type-person .card-links a:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20viewBox%3D%220%200%2016%2016%22%20y%3D%220px%22%20x%3D%220px%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M8%2C0C3.6%2C0%2C0%2C3.6%2C0%2C8s3.6%2C8%2C8%2C8s8-3.6%2C8-8S12.4%2C0%2C8%2C0z%20M6.3%2C11.1c1.2-0.4%2C2.4-0.4%2C3.5-0.1c-0.4%2C1-1%2C2.1-1.8%2C3.2%20%20C7.2%2C13.1%2C6.7%2C12%2C6.3%2C11.1z%20M5.8%2C9.6C5.5%2C8.5%2C5.5%2C7.4%2C5.7%2C6.4c0.8%2C0.3%2C1.7%2C0.4%2C2.5%2C0.4c0.7%2C0%2C1.4-0.1%2C2.1-0.3c0.2%2C1%2C0.2%2C2-0.1%2C3.1%20%20C8.8%2C9.1%2C7.3%2C9.2%2C5.8%2C9.6z%20M9.9%2C5C8.6%2C5.3%2C7.4%2C5.3%2C6.2%2C4.9c0.4-1%2C1-2%2C1.8-3C8.8%2C3%2C9.5%2C4%2C9.9%2C5z%20M11.7%2C5.9c0.6-0.3%2C1.3-0.7%2C1.9-1.2%20%20c0.6%2C1%2C0.9%2C2.1%2C0.9%2C3.3c0%2C1.2-0.3%2C2.3-0.9%2C3.3c-0.7-0.5-1.3-0.9-2-1.2C12%2C8.6%2C12%2C7.3%2C11.7%2C5.9z%20M12.7%2C3.5c-0.5%2C0.4-1%2C0.7-1.5%2C0.9%20%20c-0.4-0.9-0.9-1.8-1.5-2.7C10.9%2C2.1%2C11.9%2C2.7%2C12.7%2C3.5z%20M6.3%2C1.7C5.7%2C2.6%2C5.2%2C3.5%2C4.8%2C4.3c-0.5-0.2-1-0.5-1.4-0.9%20%20C4.2%2C2.6%2C5.2%2C2%2C6.3%2C1.7z%20M2.5%2C4.6c0.6%2C0.5%2C1.3%2C0.8%2C1.9%2C1.2C4%2C7.2%2C4%2C8.7%2C4.4%2C10.2c-0.6%2C0.3-1.3%2C0.7-1.9%2C1.2c-0.6-1-1-2.1-1-3.4%20%20C1.5%2C6.8%2C1.9%2C5.6%2C2.5%2C4.6z%20M3.4%2C12.6c0.5-0.4%2C1-0.7%2C1.5-0.9c0.3%2C0.9%2C0.8%2C1.7%2C1.4%2C2.6C5.2%2C13.9%2C4.2%2C13.4%2C3.4%2C12.6z%20M9.7%2C14.3%20%20c0.6-1%2C1.1-1.9%2C1.4-2.8c0.5%2C0.3%2C1%2C0.6%2C1.5%2C1C11.9%2C13.3%2C10.9%2C13.9%2C9.7%2C14.3z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 50%/16px 16px;
  color: #1C5F89;
}

/* line 66, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .institution a,
.node-type-person .card-links a[href*=".ac.uk"],
.node-type-person .card-links a[href*=".edu"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M23%2C21V7h4V5L14%2C0L1%2C5v2h4v14H0v2h28v-2H23z%20M21%2C21h-3.3V7H21V21z%20M15.7%2C7v14h-3.4V7H15.7z%20M7%2C7h3.3v14H7V7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat 0 50%/15px 15px transparent;
}

/* line 71, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .institution a:hover,
.node-type-person .card-links a[href*=".ac.uk"]:hover,
.node-type-person .card-links a[href*=".edu"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2028%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M23%2C21V7h4V5L14%2C0L1%2C5v2h4v14H0v2h28v-2H23z%20M21%2C21h-3.3V7H21V21z%20M15.7%2C7v14h-3.4V7H15.7z%20M7%2C7h3.3v14H7V7z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat 0 50%/15px 15px transparent;
}

/* line 78, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .research-gate a,
.node-type-person .card-links a[href*="researchgate.net"],
.node-type-person .card-links a[href^="https://www.researchgate.net"],
.node-type-person .card-links a[href^="http://www.researchgate.net"],
.node-type-person .card-links a[href^="https://researchgate.net"],
.node-type-person .card-links a[href^="http://researchgate.net"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%20516.8%20559%3B%22%20viewBox%3D%220%200%20516.8%20559%22%20height%3D%22559px%22%20width%3D%22516.8px%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M510%2C44.8c-1.8-3.5-15.4-32.2-47.9-41.1s-60.7-0.4-75.9%2C10.1c-8.1%2C6.6-20.7%2C16.2-27.4%2C38.6%20%20c-7%2C21.4-5.6%2C39.4-5.6%2C39.4l-0.3%2C23.7l0.3%2C23.7c0%2C0%2C0.7%2C13.6%2C1.1%2C16.9c0.4%2C3.3%2C2.1%2C16.2%2C4.4%2C22.5c2.3%2C6.3%2C8.4%2C25.5%2C28.3%2C39.1%20%20c19.9%2C13.7%2C45.8%2C13.2%2C48.3%2C13.1s28%2C0.5%2C49-14.1c21-14.6%2C25.7-33.9%2C27.4-38.4c3.2-10.6%2C4.3-22.5%2C4.3-22.5c0.9-14.9%2C0.8-25.3%2C0.7-27.3%20%20c-0.1-3.1%2C0.1-17.8%2C0.1-17.8s0.5-4.6-2.8-4.5c-2.2%2C0.1-71.1%2C0-71.8%2C0c-0.8%2C0-3.3%2C0-3.3%2C3.1c0%2C2.5%2C0%2C22.2%2C0%2C22.5s0%2C3.1%2C3.1%2C3.1%20%20l38.9%2C0.1c0%2C0%2C1.7-0.1%2C1.9%2C1.6c0%2C0%2C0.3%2C15.3-0.7%2C20.5c-1%2C5.2-1.7%2C22.3-18.3%2C34.5c0%2C0-10.8%2C8.2-28.6%2C8.2c-17.8%2C0-28.2-8.2-28.2-8.2%20%20s-11-5.6-15.6-21.3c-4.6-15.7-4.2-31.7-4.3-33c0-1.4-0.7-39.9%2C0-43.7s0.3-18.6%2C2.3-25.8s5.1-21.1%2C19.2-30.7%20c14.1-9.7%2C25.2-8.2%2C26.5-8.2c1.3%2C0%2C15.3-0.5%2C26.6%2C7.1s17%2C20.5%2C17.8%2C21.5s1.3%2C3%2C4.6%2C1.6s24.3-10%2C24.3-10S511.2%2C47.3%2C510%2C44.8z%22%20fill%3D%22%23555555%22%20%2F%3E%3Cpath%20d%3D%22M311.8%2C500.9c-31.8-35-79.7-101.5-101.4-141.4c21-4.2%2C89.5-33.8%2C94-110.7%20%20c1.3-92.5-78.1-112.8-134-112.8c0%2C0-73.5%2C2-100.2%2C2s-53.5%2C0.4-70.2-0.7v19.3c0%2C0%2C19.4%2C3.2%2C25.5%2C4.7c6.1%2C1.5%2C27.5%2C0.1%2C27.5%2C52.7%20%20s0%2C262.9%2C0%2C262.9s3.6%2C52-27.5%2C52.7L0%2C534.3v19.2c0%2C0%2C103-3.8%2C166%2C0.2v-19.5l-34.6-4.5c0%2C0-30.4%2C0.9-27.4-52.7V365.5%20%20c0%2C0%2C49%2C1.8%2C51.6%2C1.4c0%2C0%2C72.6%2C121.5%2C101.5%2C152.8c28.9%2C31.3%2C60.7%2C40.2%2C89.4%2C39.4s30.5-5.5%2C30.5-5.5v-17.1%20%20C377%2C536.4%2C346.5%2C539.1%2C311.8%2C500.9z%20M152.3%2C336.8c-15.1%2C0.8-48.3-1.8-48.3-1.8V167.4l54.2-1.4c0%2C0%2C89.5-6.8%2C89.5%2C82.7%20%20C247.7%2C341.3%2C152.3%2C336.8%2C152.3%2C336.8z%22%20fill%3D%22%23555555%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 50%/16px 17px transparent;
}

/* line 86, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .research-gate a:hover,
.node-type-person .card-links a[href*="researchgate.net"]:hover,
.node-type-person .card-links a[href^="https://www.researchgate.net"]:hover,
.node-type-person .card-links a[href^="http://www.researchgate.net"]:hover,
.node-type-person .card-links a[href^="https://researchgate.net"]:hover,
.node-type-person .card-links a[href^="http://researchgate.net"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%20516.8%20559%3B%22%20viewBox%3D%220%200%20516.8%20559%22%20height%3D%22559px%22%20width%3D%22516.8px%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M510%2C44.8c-1.8-3.5-15.4-32.2-47.9-41.1s-60.7-0.4-75.9%2C10.1c-8.1%2C6.6-20.7%2C16.2-27.4%2C38.6%20%20c-7%2C21.4-5.6%2C39.4-5.6%2C39.4l-0.3%2C23.7l0.3%2C23.7c0%2C0%2C0.7%2C13.6%2C1.1%2C16.9c0.4%2C3.3%2C2.1%2C16.2%2C4.4%2C22.5c2.3%2C6.3%2C8.4%2C25.5%2C28.3%2C39.1%20%20c19.9%2C13.7%2C45.8%2C13.2%2C48.3%2C13.1s28%2C0.5%2C49-14.1c21-14.6%2C25.7-33.9%2C27.4-38.4c3.2-10.6%2C4.3-22.5%2C4.3-22.5c0.9-14.9%2C0.8-25.3%2C0.7-27.3%20%20c-0.1-3.1%2C0.1-17.8%2C0.1-17.8s0.5-4.6-2.8-4.5c-2.2%2C0.1-71.1%2C0-71.8%2C0c-0.8%2C0-3.3%2C0-3.3%2C3.1c0%2C2.5%2C0%2C22.2%2C0%2C22.5s0%2C3.1%2C3.1%2C3.1%20%20l38.9%2C0.1c0%2C0%2C1.7-0.1%2C1.9%2C1.6c0%2C0%2C0.3%2C15.3-0.7%2C20.5c-1%2C5.2-1.7%2C22.3-18.3%2C34.5c0%2C0-10.8%2C8.2-28.6%2C8.2c-17.8%2C0-28.2-8.2-28.2-8.2%20%20s-11-5.6-15.6-21.3c-4.6-15.7-4.2-31.7-4.3-33c0-1.4-0.7-39.9%2C0-43.7s0.3-18.6%2C2.3-25.8s5.1-21.1%2C19.2-30.7%20c14.1-9.7%2C25.2-8.2%2C26.5-8.2c1.3%2C0%2C15.3-0.5%2C26.6%2C7.1s17%2C20.5%2C17.8%2C21.5s1.3%2C3%2C4.6%2C1.6s24.3-10%2C24.3-10S511.2%2C47.3%2C510%2C44.8z%22%20fill%3D%22%23333333%22%20%2F%3E%3Cpath%20d%3D%22M311.8%2C500.9c-31.8-35-79.7-101.5-101.4-141.4c21-4.2%2C89.5-33.8%2C94-110.7%20%20c1.3-92.5-78.1-112.8-134-112.8c0%2C0-73.5%2C2-100.2%2C2s-53.5%2C0.4-70.2-0.7v19.3c0%2C0%2C19.4%2C3.2%2C25.5%2C4.7c6.1%2C1.5%2C27.5%2C0.1%2C27.5%2C52.7%20%20s0%2C262.9%2C0%2C262.9s3.6%2C52-27.5%2C52.7L0%2C534.3v19.2c0%2C0%2C103-3.8%2C166%2C0.2v-19.5l-34.6-4.5c0%2C0-30.4%2C0.9-27.4-52.7V365.5%20%20c0%2C0%2C49%2C1.8%2C51.6%2C1.4c0%2C0%2C72.6%2C121.5%2C101.5%2C152.8c28.9%2C31.3%2C60.7%2C40.2%2C89.4%2C39.4s30.5-5.5%2C30.5-5.5v-17.1%20%20C377%2C536.4%2C346.5%2C539.1%2C311.8%2C500.9z%20M152.3%2C336.8c-15.1%2C0.8-48.3-1.8-48.3-1.8V167.4l54.2-1.4c0%2C0%2C89.5-6.8%2C89.5%2C82.7%20%20C247.7%2C341.3%2C152.3%2C336.8%2C152.3%2C336.8z%22%20fill%3D%22%23333333%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 50%/16px 17px transparent;
}

/* line 93, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .email a,
.node-type-person .card-links a[href^="mailto:"],
.node-type-person .card-links a[href*="@"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2014.2%2014.2%3B%22%20viewBox%3D%220%200%2014.2%2014.2%22%20height%3D%2214.2px%22%20width%3D%2214.2px%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cg%3E%3Cpath%20d%3D%22M7.9%2C0c3.8%2C0%2C6.3%2C2.8%2C6.3%2C6.2c0%2C3.3-2%2C4.8-3.7%2C4.8c-1.2%2C0-1.8-0.7-1.9-1.5l0-0.1c-0.7%2C1-1.8%2C1.7-3%2C1.7%20%20%20c-1.9%2C0-3.1-1.4-3.1-3.3c0-2.7%2C2.3-4.9%2C4.6-4.9c1.2%2C0%2C2.1%2C0.6%2C2.5%2C1.4l0.2-1.1h1.9l-1.1%2C5.1c0%2C0.1%2C0%2C0.3%2C0%2C0.5c0%2C0.6%2C0.4%2C1%2C0.8%2C1%20%20%20c0.8%2C0%2C2-0.9%2C2-3.4c0-3.2-2.2-5.5-5.6-5.5C4%2C0.7%2C0.7%2C4.1%2C0.7%2C7.8c0%2C3.2%2C2.4%2C5.6%2C5.7%2C5.6c1.4%2C0%2C2.6-0.4%2C3.7-1.1l0.4%2C0.6%20%20%20c-1.2%2C0.8-2.7%2C1.3-4.2%2C1.3C2.7%2C14.2%2C0%2C11.4%2C0%2C7.9C0%2C3.6%2C3.8%2C0%2C7.9%2C0z%20M9.3%2C5.5C9.1%2C5%2C8.5%2C4.3%2C7.5%2C4.3c-1.8%2C0-3.1%2C1.6-3.1%2C3.3%20%20%20c0%2C1.1%2C0.7%2C2%2C1.8%2C2c1.2%2C0%2C2-0.8%2C2.5-1.5L9.3%2C5.5z%22%20fill%3D%22%23555555%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 50%/14px 15px transparent;
}

/* line 98, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .email a:hover,
.node-type-person .card-links a[href^="mailto:"]:hover,
.node-type-person .card-links a[href*="@"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2014.2%2014.2%3B%22%20viewBox%3D%220%200%2014.2%2014.2%22%20height%3D%2214.2px%22%20width%3D%2214.2px%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cg%3E%3Cpath%20d%3D%22M7.9%2C0c3.8%2C0%2C6.3%2C2.8%2C6.3%2C6.2c0%2C3.3-2%2C4.8-3.7%2C4.8c-1.2%2C0-1.8-0.7-1.9-1.5l0-0.1c-0.7%2C1-1.8%2C1.7-3%2C1.7%20%20%20c-1.9%2C0-3.1-1.4-3.1-3.3c0-2.7%2C2.3-4.9%2C4.6-4.9c1.2%2C0%2C2.1%2C0.6%2C2.5%2C1.4l0.2-1.1h1.9l-1.1%2C5.1c0%2C0.1%2C0%2C0.3%2C0%2C0.5c0%2C0.6%2C0.4%2C1%2C0.8%2C1%20%20%20c0.8%2C0%2C2-0.9%2C2-3.4c0-3.2-2.2-5.5-5.6-5.5C4%2C0.7%2C0.7%2C4.1%2C0.7%2C7.8c0%2C3.2%2C2.4%2C5.6%2C5.7%2C5.6c1.4%2C0%2C2.6-0.4%2C3.7-1.1l0.4%2C0.6%20%20%20c-1.2%2C0.8-2.7%2C1.3-4.2%2C1.3C2.7%2C14.2%2C0%2C11.4%2C0%2C7.9C0%2C3.6%2C3.8%2C0%2C7.9%2C0z%20M9.3%2C5.5C9.1%2C5%2C8.5%2C4.3%2C7.5%2C4.3c-1.8%2C0-3.1%2C1.6-3.1%2C3.3%20%20%20c0%2C1.1%2C0.7%2C2%2C1.8%2C2c1.2%2C0%2C2-0.8%2C2.5-1.5L9.3%2C5.5z%22%20fill%3D%22%23333333%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 50%/14px 15px transparent;
}

/* line 105, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .g-scholar a,
.node-type-person .card-links a[href*="scholar.google"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22198.8px%22%20height%3D%22226.1px%22%20viewBox%3D%220%200%20198.8%20226.1%22%20style%3D%22enable-background%3Anew%200%200%20198.8%20226.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M186.3%2C28.8V11.1L198.8%2C0h-133L0%2C66h44.8l0.3-1.2c0%2C0.2%2C0%2C0.3%2C0%2C0.5c0%2C26%2C19.8%2C46.6%2C49.3%2C46.6%20%20c2.1%2C0%2C4.1-0.3%2C6-0.4c-1.9%2C3.7-3.3%2C7.7-3.3%2C12c0%2C7.2%2C3.9%2C13%2C8.8%2C17.8c-3.7%2C0-7.3%2C0.1-11.2%2C0.1c-36%2C0-63.6%2C22.9-63.6%2C46.6%20%20c0%2C23.4%2C30.3%2C38%2C66.3%2C38c41%2C0%2C63.6-23.3%2C63.6-46.7c0-18.8-5.5-30-22.6-42.1c-5.9-4.1-17-14.2-17-20.1c0-6.9%2C2-10.4%2C12.4-18.5%20%20c10.7-8.4%2C18.3-19.1%2C18.3-32.8c0-5.7-0.9-10.4-2.6-15.5c-0.1-0.3-0.4-0.5-0.5-0.8l30.4-29.7v9.1c-3%2C0.3-4%2C5-4%2C6.6v66.4%20%20c0%2C0%2C2%2C7.3%2C8%2C7.3v0.1c7%2C0%2C8-7.6%2C8-7.6V35.4C191.3%2C35.4%2C192.3%2C28.8%2C186.3%2C28.8z%20M143.6%2C175.4c0.5%2C2.2%2C0.8%2C4.4%2C0.8%2C6.7%20%20c0%2C18.9-12.2%2C33.7-47.1%2C33.7c-24.9%2C0-42.8-15.7-42.8-34.6c0-18.5%2C22.3-33.9%2C47.1-33.7c5.8%2C0.1%2C11.2%2C1%2C16.1%2C2.6%20%20C131.2%2C159.4%2C140.8%2C164.7%2C143.6%2C175.4z%20M103.8%2C104.9c-16.7-0.5-32.5-18.7-35.4-40.6c-2.9-21.9%2C8.3-38.7%2C25-38.2%20%20c16.7%2C0.5%2C32.5%2C18.1%2C35.4%2C40C131.6%2C88%2C120.4%2C105.4%2C103.8%2C104.9z%22%20fill%3D%22%23555555%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 50%/15px 17px transparent;
}

/* line 109, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .g-scholar a:hover,
.node-type-person .card-links a[href*="scholar.google"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22198.8px%22%20height%3D%22226.1px%22%20viewBox%3D%220%200%20198.8%20226.1%22%20style%3D%22enable-background%3Anew%200%200%20198.8%20226.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M186.3%2C28.8V11.1L198.8%2C0h-133L0%2C66h44.8l0.3-1.2c0%2C0.2%2C0%2C0.3%2C0%2C0.5c0%2C26%2C19.8%2C46.6%2C49.3%2C46.6%20%20c2.1%2C0%2C4.1-0.3%2C6-0.4c-1.9%2C3.7-3.3%2C7.7-3.3%2C12c0%2C7.2%2C3.9%2C13%2C8.8%2C17.8c-3.7%2C0-7.3%2C0.1-11.2%2C0.1c-36%2C0-63.6%2C22.9-63.6%2C46.6%20%20c0%2C23.4%2C30.3%2C38%2C66.3%2C38c41%2C0%2C63.6-23.3%2C63.6-46.7c0-18.8-5.5-30-22.6-42.1c-5.9-4.1-17-14.2-17-20.1c0-6.9%2C2-10.4%2C12.4-18.5%20%20c10.7-8.4%2C18.3-19.1%2C18.3-32.8c0-5.7-0.9-10.4-2.6-15.5c-0.1-0.3-0.4-0.5-0.5-0.8l30.4-29.7v9.1c-3%2C0.3-4%2C5-4%2C6.6v66.4%20%20c0%2C0%2C2%2C7.3%2C8%2C7.3v0.1c7%2C0%2C8-7.6%2C8-7.6V35.4C191.3%2C35.4%2C192.3%2C28.8%2C186.3%2C28.8z%20M143.6%2C175.4c0.5%2C2.2%2C0.8%2C4.4%2C0.8%2C6.7%20%20c0%2C18.9-12.2%2C33.7-47.1%2C33.7c-24.9%2C0-42.8-15.7-42.8-34.6c0-18.5%2C22.3-33.9%2C47.1-33.7c5.8%2C0.1%2C11.2%2C1%2C16.1%2C2.6%20%20C131.2%2C159.4%2C140.8%2C164.7%2C143.6%2C175.4z%20M103.8%2C104.9c-16.7-0.5-32.5-18.7-35.4-40.6c-2.9-21.9%2C8.3-38.7%2C25-38.2%20%20c16.7%2C0.5%2C32.5%2C18.1%2C35.4%2C40C131.6%2C88%2C120.4%2C105.4%2C103.8%2C104.9z%22%20fill%3D%22%23333333%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 0 50%/15px 17px transparent;
}

/* line 116, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .linkedin a,
.node-type-person .card-links a[href*="linkedin.com"],
.node-type-person .card-links a[href^="https://www.linkedin.com"],
.node-type-person .card-links a[href^="http://www.linkedin.com"],
.node-type-person .card-links a[href^="https://linkedin.com"],
.node-type-person .card-links a[href^="http://linkedin.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-90%20572%2040%2040%22%20viewBox%3D%22-90%20572%2040%2040%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M-50%2C596.3v14.8h-8.6v-13.8c0-3.5-1.2-5.8-4.3-5.8c-2.4%2C0-3.8%2C1.6-4.4%2C3.1%20c-0.2%2C0.6-0.3%2C1.3-0.3%2C2.1v14.4h-8.6c0%2C0%2C0.1-23.4%2C0-25.8h8.6v3.7c0%2C0%2C0%2C0.1-0.1%2C0.1h0.1V589c1.1-1.8%2C3.2-4.3%2C7.7-4.3%20C-54.2%2C584.7-50%2C588.4-50%2C596.3z%20M-85.1%2C572.9c-2.9%2C0-4.9%2C1.9-4.9%2C4.5c0%2C2.5%2C1.9%2C4.5%2C4.7%2C4.5h0.1c3%2C0%2C4.9-2%2C4.9-4.5%20C-80.4%2C574.8-82.2%2C572.9-85.1%2C572.9z%20M-89.5%2C611.1h8.6v-25.8h-8.6V611.1z%22%20fill%3D%22%23555555%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 0/17px 14px transparent;
}

/* line 124, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .linkedin a:hover,
.node-type-person .card-links a[href*="linkedin.com"]:hover,
.node-type-person .card-links a[href^="https://www.linkedin.com"]:hover,
.node-type-person .card-links a[href^="http://www.linkedin.com"]:hover,
.node-type-person .card-links a[href^="https://linkedin.com"]:hover,
.node-type-person .card-links a[href^="http://linkedin.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-90%20572%2040%2040%22%20viewBox%3D%22-90%20572%2040%2040%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M-50%2C596.3v14.8h-8.6v-13.8c0-3.5-1.2-5.8-4.3-5.8c-2.4%2C0-3.8%2C1.6-4.4%2C3.1%20c-0.2%2C0.6-0.3%2C1.3-0.3%2C2.1v14.4h-8.6c0%2C0%2C0.1-23.4%2C0-25.8h8.6v3.7c0%2C0%2C0%2C0.1-0.1%2C0.1h0.1V589c1.1-1.8%2C3.2-4.3%2C7.7-4.3%20C-54.2%2C584.7-50%2C588.4-50%2C596.3z%20M-85.1%2C572.9c-2.9%2C0-4.9%2C1.9-4.9%2C4.5c0%2C2.5%2C1.9%2C4.5%2C4.7%2C4.5h0.1c3%2C0%2C4.9-2%2C4.9-4.5%20C-80.4%2C574.8-82.2%2C572.9-85.1%2C572.9z%20M-89.5%2C611.1h8.6v-25.8h-8.6V611.1z%22%20fill%3D%22%23333333%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 0/17px 14px transparent;
}

/* line 131, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .twitter a,
.node-type-person .card-links a[href*="twitter.com"],
.node-type-person .card-links a[href^="https://www.twitter.com"],
.node-type-person .card-links a[href^="http://www.twitter.com"],
.node-type-person .card-links a[href^="https://twitter.com"],
.node-type-person .card-links a[href^="http://twitter.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-275%20387%2040%2040%22%20viewBox%3D%22-275%20387%2040%2040%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M-235%2C395.5c-1.5%2C0.6-3.1%2C1-4.7%2C1.2c1.7-0.9%2C3-2.4%2C3.6-4.2%20%20c-1.6%2C0.9-3.3%2C1.5-5.2%2C1.9c-1.5-1.5-3.6-2.4-6-2.4c-4.5%2C0-8.2%2C3.4-8.2%2C7.6c0%2C0.6%2C0.1%2C1.2%2C0.2%2C1.7c-6.8-0.3-12.8-3.3-16.9-8%20%20c-0.7%2C1.1-1.1%2C2.4-1.1%2C3.8c0%2C2.6%2C1.4%2C5%2C3.7%2C6.4c-1.3%2C0-2.6-0.4-3.7-0.9c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C3.7%2C2.8%2C6.8%2C6.6%2C7.5%20%20c-0.7%2C0.2-1.4%2C0.3-2.2%2C0.3c-0.5%2C0-1-0.1-1.5-0.1c1%2C3%2C4.1%2C5.2%2C7.7%2C5.3c-2.8%2C2-6.3%2C3.3-10.2%2C3.3c-0.7%2C0-1.3%2C0-2-0.1%20%20c3.6%2C2.2%2C7.9%2C3.4%2C12.6%2C3.4c15.1%2C0%2C23.3-11.6%2C23.3-21.7c0-0.3%2C0-0.7%2C0-1C-237.5%2C398.3-236.1%2C397-235%2C395.5z%22%20fill%3D%22%23555555%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/17px 17px;
}

/* line 139, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .twitter a:hover,
.node-type-person .card-links a[href*="twitter.com"]:hover,
.node-type-person .card-links a[href^="https://www.twitter.com"]:hover,
.node-type-person .card-links a[href^="http://www.twitter.com"]:hover,
.node-type-person .card-links a[href^="https://twitter.com"]:hover,
.node-type-person .card-links a[href^="http://twitter.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%20-275%20387%2040%2040%22%20viewBox%3D%22-275%20387%2040%2040%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M-235%2C395.5c-1.5%2C0.6-3.1%2C1-4.7%2C1.2c1.7-0.9%2C3-2.4%2C3.6-4.2%20%20c-1.6%2C0.9-3.3%2C1.5-5.2%2C1.9c-1.5-1.5-3.6-2.4-6-2.4c-4.5%2C0-8.2%2C3.4-8.2%2C7.6c0%2C0.6%2C0.1%2C1.2%2C0.2%2C1.7c-6.8-0.3-12.8-3.3-16.9-8%20%20c-0.7%2C1.1-1.1%2C2.4-1.1%2C3.8c0%2C2.6%2C1.4%2C5%2C3.7%2C6.4c-1.3%2C0-2.6-0.4-3.7-0.9c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C3.7%2C2.8%2C6.8%2C6.6%2C7.5%20%20c-0.7%2C0.2-1.4%2C0.3-2.2%2C0.3c-0.5%2C0-1-0.1-1.5-0.1c1%2C3%2C4.1%2C5.2%2C7.7%2C5.3c-2.8%2C2-6.3%2C3.3-10.2%2C3.3c-0.7%2C0-1.3%2C0-2-0.1%20%20c3.6%2C2.2%2C7.9%2C3.4%2C12.6%2C3.4c15.1%2C0%2C23.3-11.6%2C23.3-21.7c0-0.3%2C0-0.7%2C0-1C-237.5%2C398.3-236.1%2C397-235%2C395.5z%22%20fill%3D%22%23333333%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/17px 17px;
}

/* line 146, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .facebook a,
.node-type-person .card-links a[href*="facebook.com"],
.node-type-person .card-links a[href^="https://www.facebook.com"],
.node-type-person .card-links a[href^="http://www.facebook.com"],
.node-type-person .card-links a[href^="https://facebook.com"],
.node-type-person .card-links a[href^="http://facebook.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%208.9%2019%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%208.9%2019%22%3E%3Cpath%20id%3D%22path4%22%20d%3D%22m5.9%2019h-3.9v-9.5h-2v-3.3h2v-2c0-2.6%201.1-4.2%204.2-4.2h2.6v3.3h-1.6c-1.2%200-1.3%200.4-1.3%201.3v1.6h3l-0.3%203.3h-2.7v9.5z%22%20fill%3D%22%23555555%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/auto 17px;
}

/* line 154, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .facebook a:hover,
.node-type-person .card-links a[href*="facebook.com"]:hover,
.node-type-person .card-links a[href^="https://www.facebook.com"]:hover,
.node-type-person .card-links a[href^="http://www.facebook.com"]:hover,
.node-type-person .card-links a[href^="https://facebook.com"]:hover,
.node-type-person .card-links a[href^="http://facebook.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200%200%208.9%2019%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%208.9%2019%22%3E%3Cpath%20id%3D%22path4%22%20d%3D%22m5.9%2019h-3.9v-9.5h-2v-3.3h2v-2c0-2.6%201.1-4.2%204.2-4.2h2.6v3.3h-1.6c-1.2%200-1.3%200.4-1.3%201.3v1.6h3l-0.3%203.3h-2.7v9.5z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/auto 17px;
}

/* line 161, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .g-plus a,
.node-type-person .card-links a[href*="plus.google.com"],
.node-type-person .card-links a[href^="https://www.plus.google.com"],
.node-type-person .card-links a[href^="http://www.plus.google.com"],
.node-type-person .card-links a[href^="https://plus.google.com"],
.node-type-person .card-links a[href^="http://plus.google.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2219%22%20width%3D%2223%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%20612%20792%22%20viewBox%3D%220%200%2023%2019%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20%20%20fill%3D%22%23555555%22%20%20%20id%3D%22google%22%20%20%20d%3D%22m%2020.024554%2C8.9062499%20-2.120536%2C0%200%2C2.1205361%20-1.272322%2C0%200%2C-2.1205361%20-2.120535%2C0%200%2C-1.2723214%202.120535%2C0%200%2C-2.1205356%201.272322%2C0%200%2C2.1205356%202.120536%2C0%200%2C1.2723214%20z%20M%2013.705357%2C14.801339%20C%2013.705357%2C16.921875%2011.669643%2C19%207.9799107%2C19%204.7566964%2C19%202%2C17.685268%202%2C15.564732%20c%200%2C-2.120536%202.5022321%2C-4.198661%205.7254464%2C-4.198661%200.3392857%2C0%200.6785715%2C0%201.0178572%2C0%20C%208.3191964%2C10.941964%207.9375%2C10.390625%207.9375%2C9.7544642%20c%200%2C-0.3816964%200.1272321%2C-0.7633929%200.296875%2C-1.1026786%20-0.1696429%2C0%20-0.3392857%2C0%20-0.5513393%2C0%20-2.671875%2C0%20-4.453125%2C-1.9508928%20-4.453125%2C-4.283482%20C%203.2299107%2C2.078125%205.6897321%2C0%208.2767857%2C0%209.71875%2C0%2014.087054%2C0%2014.087054%2C0%20l%20-1.314733%2C1.2723214%20-1.866071%2C0%20c%201.229911%2C0.4241072%201.866071%2C1.8236607%201.866071%2C3.3080357%200%2C1.2299108%20-0.678571%2C2.2053571%20-1.654017%2C2.96875%20-0.933036%2C0.7209821%20-1.102679%2C1.0602678%20-1.102679%2C1.6540178%200%2C0.5513393%201.017857%2C1.4419641%201.526786%2C1.8236611%201.654018%2C1.060267%202.162946%2C2.078125%202.162946%2C3.774553%20z%20M%2010.821429%2C4.6227679%20C%2010.566964%2C2.671875%209.125%2C1.0602679%207.640625%2C1.0178571%206.15625%2C0.97544643%205.1383929%2C2.4598214%205.3928571%2C4.453125%205.6473214%2C6.4040179%207.0892857%2C8.0580356%208.5736607%2C8.1004463%2010.058036%2C8.1428571%2011.075893%2C6.5736607%2010.821429%2C4.6227679%20Z%20m%201.399553%2C10.3906251%20c%200%2C-0.212054%20-0.04241%2C-0.424107%20-0.08482%2C-0.59375%20-0.254466%2C-0.975447%20-1.10268%2C-1.441965%20-2.3325906%2C-2.290179%20-0.4241071%2C-0.127232%20-0.9330357%2C-0.212053%20-1.4419643%2C-0.212053%20-2.2477678%2C-0.04241%20-4.2410714%2C1.357142%20-4.2410714%2C3.01116%200%2C1.696429%201.6116072%2C3.095983%203.859375%2C3.095983%203.1383933%2C0.04241%204.2410713%2C-1.314733%204.2410713%2C-3.011161%20z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/19px 17px transparent;
}

/* line 169, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .g-plus a:hover,
.node-type-person .card-links a[href*="plus.google.com"]:hover,
.node-type-person .card-links a[href^="https://www.plus.google.com"]:hover,
.node-type-person .card-links a[href^="http://www.plus.google.com"]:hover,
.node-type-person .card-links a[href^="https://plus.google.com"]:hover,
.node-type-person .card-links a[href^="http://plus.google.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2219%22%20width%3D%2223%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%20612%20792%22%20viewBox%3D%220%200%2023%2019%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cpath%20%20%20fill%3D%22%23333333%22%20%20%20id%3D%22google%22%20%20%20d%3D%22m%2020.024554%2C8.9062499%20-2.120536%2C0%200%2C2.1205361%20-1.272322%2C0%200%2C-2.1205361%20-2.120535%2C0%200%2C-1.2723214%202.120535%2C0%200%2C-2.1205356%201.272322%2C0%200%2C2.1205356%202.120536%2C0%200%2C1.2723214%20z%20M%2013.705357%2C14.801339%20C%2013.705357%2C16.921875%2011.669643%2C19%207.9799107%2C19%204.7566964%2C19%202%2C17.685268%202%2C15.564732%20c%200%2C-2.120536%202.5022321%2C-4.198661%205.7254464%2C-4.198661%200.3392857%2C0%200.6785715%2C0%201.0178572%2C0%20C%208.3191964%2C10.941964%207.9375%2C10.390625%207.9375%2C9.7544642%20c%200%2C-0.3816964%200.1272321%2C-0.7633929%200.296875%2C-1.1026786%20-0.1696429%2C0%20-0.3392857%2C0%20-0.5513393%2C0%20-2.671875%2C0%20-4.453125%2C-1.9508928%20-4.453125%2C-4.283482%20C%203.2299107%2C2.078125%205.6897321%2C0%208.2767857%2C0%209.71875%2C0%2014.087054%2C0%2014.087054%2C0%20l%20-1.314733%2C1.2723214%20-1.866071%2C0%20c%201.229911%2C0.4241072%201.866071%2C1.8236607%201.866071%2C3.3080357%200%2C1.2299108%20-0.678571%2C2.2053571%20-1.654017%2C2.96875%20-0.933036%2C0.7209821%20-1.102679%2C1.0602678%20-1.102679%2C1.6540178%200%2C0.5513393%201.017857%2C1.4419641%201.526786%2C1.8236611%201.654018%2C1.060267%202.162946%2C2.078125%202.162946%2C3.774553%20z%20M%2010.821429%2C4.6227679%20C%2010.566964%2C2.671875%209.125%2C1.0602679%207.640625%2C1.0178571%206.15625%2C0.97544643%205.1383929%2C2.4598214%205.3928571%2C4.453125%205.6473214%2C6.4040179%207.0892857%2C8.0580356%208.5736607%2C8.1004463%2010.058036%2C8.1428571%2011.075893%2C6.5736607%2010.821429%2C4.6227679%20Z%20m%201.399553%2C10.3906251%20c%200%2C-0.212054%20-0.04241%2C-0.424107%20-0.08482%2C-0.59375%20-0.254466%2C-0.975447%20-1.10268%2C-1.441965%20-2.3325906%2C-2.290179%20-0.4241071%2C-0.127232%20-0.9330357%2C-0.212053%20-1.4419643%2C-0.212053%20-2.2477678%2C-0.04241%20-4.2410714%2C1.357142%20-4.2410714%2C3.01116%200%2C1.696429%201.6116072%2C3.095983%203.859375%2C3.095983%203.1383933%2C0.04241%204.2410713%2C-1.314733%204.2410713%2C-3.011161%20z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/19px 17px transparent;
}

/* line 176, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .orcid a,
.node-type-person .card-links a[href*="orcid.com"],
.node-type-person .card-links a[href^="https://www.orcid.com"],
.node-type-person .card-links a[href^="http://www.orcid.com"],
.node-type-person .card-links a[href^="https://orcid.com"],
.node-type-person .card-links a[href^="http://orcid.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20style%3D%22enable-background%3Anew%200%200%2062.4%2063%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%2062.4%2063%22%3E%3Cpath%20d%3D%22m8%2063h-6.9v-48.4h6.9v48.4zm-3.4-63c-2.6%200-4.6%202-4.6%204.6s2%204.6%204.6%204.6%204.6-2%204.6-4.6-2.1-4.6-4.6-4.6zm33.9%2062.9c13.2%200%2023.9-10.7%2023.9-23.8v-0.3-0.3c0-13.1-10.7-23.8-23.9-23.8h-20.7v48.1l20.7%200.1zm-13.9-6.1v-35.9h14.2c9%200%2016.4%207.9%2016.4%2017.8v0.2%200.2c0%209.8-7.3%2017.8-16.4%2017.8l-14.2-0.1z%22%20fill%3D%22%23555555%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 0/14px 14px transparent;
}

/* line 184, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .orcid a:hover,
.node-type-person .card-links a[href*="orcid.com"]:hover,
.node-type-person .card-links a[href^="https://www.orcid.com"]:hover,
.node-type-person .card-links a[href^="http://www.orcid.com"]:hover,
.node-type-person .card-links a[href^="https://orcid.com"]:hover,
.node-type-person .card-links a[href^="http://orcid.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20style%3D%22enable-background%3Anew%200%200%2062.4%2063%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%2062.4%2063%22%3E%3Cpath%20d%3D%22m8%2063h-6.9v-48.4h6.9v48.4zm-3.4-63c-2.6%200-4.6%202-4.6%204.6s2%204.6%204.6%204.6%204.6-2%204.6-4.6-2.1-4.6-4.6-4.6zm33.9%2062.9c13.2%200%2023.9-10.7%2023.9-23.8v-0.3-0.3c0-13.1-10.7-23.8-23.9-23.8h-20.7v48.1l20.7%200.1zm-13.9-6.1v-35.9h14.2c9%200%2016.4%207.9%2016.4%2017.8v0.2%200.2c0%209.8-7.3%2017.8-16.4%2017.8l-14.2-0.1z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll 0 0/14px 14px transparent;
}

/* line 191, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .youtube a,
.node-type-person .card-links a[href*="youtube.com"],
.node-type-person .card-links a[href^="https://www.youtube.com"],
.node-type-person .card-links a[href^="http://www.youtube.com"],
.node-type-person .card-links a[href^="https://youtube.com"],
.node-type-person .card-links a[href^="http://youtube.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22svg2%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2090%2063.3%3B%22%20viewBox%3D%220%200%2090%2063.3%22%20height%3D%2263.3px%22%20width%3D%2290px%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cg%3E%3Cg%0A%20id%3D%22g5%22%3E%3Cpath%20d%3D%22M89.1%2C13.7c0%2C0-0.9-6.2-3.6-8.9c-3.4-3.6-7.3-3.6-9-3.8C63.9%2C0%2C45%2C0%2C45%2C0h0c0%2C0-18.9%2C0-31.5%2C0.9%20%20%20%20c-1.8%2C0.2-5.6%2C0.2-9%2C3.8c-2.7%2C2.7-3.6%2C8.9-3.6%2C8.9S0%2C20.9%2C0%2C28.2v6.8c0%2C7.3%2C0.9%2C14.6%2C0.9%2C14.6s0.9%2C6.2%2C3.6%2C8.9%20%20%20%20c3.4%2C3.6%2C7.9%2C3.5%2C9.9%2C3.8c7.2%2C0.7%2C30.6%2C0.9%2C30.6%2C0.9s18.9%2C0%2C31.5-0.9c1.8-0.2%2C5.6-0.2%2C9-3.8c2.7-2.7%2C3.6-8.9%2C3.6-8.9%20%20%20%20S90%2C42.3%2C90%2C35.1v-6.8C90%2C20.9%2C89.1%2C13.7%2C89.1%2C13.7z%20M35.7%2C43.3l0-25.3L60%2C30.7L35.7%2C43.3z%22%20fill%3D%22%23555555%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/18px auto transparent;
}

/* line 199, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .youtube a:hover,
.node-type-person .card-links a[href*="youtube.com"]:hover,
.node-type-person .card-links a[href^="https://www.youtube.com"]:hover,
.node-type-person .card-links a[href^="http://www.youtube.com"]:hover,
.node-type-person .card-links a[href^="https://youtube.com"]:hover,
.node-type-person .card-links a[href^="http://youtube.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22svg2%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2090%2063.3%3B%22%20viewBox%3D%220%200%2090%2063.3%22%20height%3D%2263.3px%22%20width%3D%2290px%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cg%3E%3Cg%0A%20id%3D%22g5%22%3E%3Cpath%20d%3D%22M89.1%2C13.7c0%2C0-0.9-6.2-3.6-8.9c-3.4-3.6-7.3-3.6-9-3.8C63.9%2C0%2C45%2C0%2C45%2C0h0c0%2C0-18.9%2C0-31.5%2C0.9%20%20%20%20c-1.8%2C0.2-5.6%2C0.2-9%2C3.8c-2.7%2C2.7-3.6%2C8.9-3.6%2C8.9S0%2C20.9%2C0%2C28.2v6.8c0%2C7.3%2C0.9%2C14.6%2C0.9%2C14.6s0.9%2C6.2%2C3.6%2C8.9%20%20%20%20c3.4%2C3.6%2C7.9%2C3.5%2C9.9%2C3.8c7.2%2C0.7%2C30.6%2C0.9%2C30.6%2C0.9s18.9%2C0%2C31.5-0.9c1.8-0.2%2C5.6-0.2%2C9-3.8c2.7-2.7%2C3.6-8.9%2C3.6-8.9%20%20%20%20S90%2C42.3%2C90%2C35.1v-6.8C90%2C20.9%2C89.1%2C13.7%2C89.1%2C13.7z%20M35.7%2C43.3l0-25.3L60%2C30.7L35.7%2C43.3z%22%20fill%3D%22%23333333%22%20%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/18px auto transparent;
}

/* line 206, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .youtube a,
.node-type-person .card-links a[href*="flickr.com"],
.node-type-person .card-links a[href^="https://www.flickr.com"],
.node-type-person .card-links a[href^="http://www.flickr.com"],
.node-type-person .card-links a[href^="https://flickr.com"],
.node-type-person .card-links a[href^="http://flickr.com"] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2053.3%2023.3%3B%22%20viewBox%3D%220%200%2053.3%2023.3%22%20height%3D%2223.3px%22%20width%3D%2253.3px%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cg%3E%3Cellipse%20id%3D%22ellipse6%22%20ry%3D%2211.7%22%20rx%3D%2211.8%22%20cy%3D%2211.7%22%20cx%3D%2211.8%22%20fill%3D%22%23555555%22%20%2F%3E%3Cellipse%20id%3D%22ellipse8%22%20ry%3D%2211.7%22%20rx%3D%2211.8%22%20cy%3D%2211.7%22%20cx%3D%2241.5%22%20fill%3D%22%236A7076%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/18px auto transparent;
}

/* line 214, app/assets/stylesheets/components/_node-person.scss */
.node-type-person .card-links .youtube a:hover,
.node-type-person .card-links a[href*="flickr.com"]:hover,
.node-type-person .card-links a[href^="https://www.flickr.com"]:hover,
.node-type-person .card-links a[href^="http://www.flickr.com"]:hover,
.node-type-person .card-links a[href^="https://flickr.com"]:hover,
.node-type-person .card-links a[href^="http://flickr.com"]:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2053.3%2023.3%3B%22%20viewBox%3D%220%200%2053.3%2023.3%22%20height%3D%2223.3px%22%20width%3D%2253.3px%22%20y%3D%220px%22%20x%3D%220px%22%20version%3D%221.1%22%3E%3Cg%3E%3Cellipse%20id%3D%22ellipse6%22%20ry%3D%2211.7%22%20rx%3D%2211.8%22%20cy%3D%2211.7%22%20cx%3D%2211.8%22%20fill%3D%22%23444444%22%20%2F%3E%3Cellipse%20id%3D%22ellipse8%22%20ry%3D%2211.7%22%20rx%3D%2211.8%22%20cy%3D%2211.7%22%20cx%3D%2241.5%22%20fill%3D%22%23636363%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat scroll 0 50%/18px auto transparent;
}

/* line 3, app/assets/stylesheets/components/_galleries.scss */
.section-row.section-with-gallery .card-photos .slick-slider {
  background-color: #2C3F4D;
  overflow: visible;
}

/* line 6, app/assets/stylesheets/components/_galleries.scss */
.section-row.section-with-gallery .card-photos .slick-slider .slick-slide {
  margin: 0 10px;
  opacity: 0.25;
}

/* line 10, app/assets/stylesheets/components/_galleries.scss */
.section-row.section-with-gallery .card-photos .slick-slider .slick-slide.slick-current {
  opacity: 1;
}

/* line 18, app/assets/stylesheets/components/_galleries.scss */
.pswp__caption__center {
  max-width: 45rem;
  text-align: center;
}

/* line 22, app/assets/stylesheets/components/_galleries.scss */
.pswp__button--share {
  display: none;
}

/* FAQ COLLAPSE/EXPAND STYLES */
/* line 2, app/assets/stylesheets/components/_faq.scss */
.view-faqs {
  margin-bottom: 20px;
  /*.ico-collapse, .ico-expand {
		width: 20px;
		height: 20px;
		float:left;
		margin-right: 20px;
	}

	.ico-collapse {
		
	}
	.ico-expand {
		
	}*/
}

/* line 5, app/assets/stylesheets/components/_faq.scss */
.view-faqs .card-qa-answer {
  display: none;
  padding: 10px;
  box-sizing: border-box;
}

/* line 10, app/assets/stylesheets/components/_faq.scss */
.view-faqs .card-qa-answer :last-child {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/components/_faq.scss */
.view-faqs .card-qa-question {
  text-decoration: none;
  color: #2C3F4D;
  padding: 10px 0 10px 30px;
  line-height: 20px;
  display: block;
  /*border: 1px solid #d0d0d0;*/
  margin-bottom: -1px;
  cursor: pointer;
  box-sizing: border-box;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Crect%20x%3D%228%22%20style%3D%22fill%3A%236250A1%3B%22%20width%3D%226%22%20height%3D%2222%22%2F%3E%0A%3Crect%20x%3D%228%22%20transform%3D%22matrix(-1.836970e-16%201%20-1%20-1.836970e-16%2022%201.776357e-15)%22%20style%3D%22fill%3A%236250A1%3B%22%20width%3D%226%22%20height%3D%2222%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat scroll 0 50%/16px 16px transparent;
}

/* line 27, app/assets/stylesheets/components/_faq.scss */
.view-faqs .card-qa-question.active {
  font-weight: bold;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2222px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Crect%20x%3D%228%22%20transform%3D%22matrix(-1.836970e-16%201%20-1%20-1.836970e-16%2022%201.776357e-15)%22%20style%3D%22fill%3A%236250A1%3B%22%20width%3D%226%22%20height%3D%2222%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat scroll 0 50%/16px 16px transparent;
}

/* line 1, app/assets/stylesheets/components/_credits.scss */
.credit,
.vid-description {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 0.75em;
  margin-bottom: -27px;
  margin: 8px 0;
  padding: 1px 22px 1px 10px;
  position: absolute;
  right: -10px;
  text-align: right;
  top: 0;
}

/* line 18, app/assets/stylesheets/components/_credits.scss */
.credit:empty,
.vid-description:empty {
  display: none;
}

/* line 22, app/assets/stylesheets/components/_credits.scss */
.credit.collapsed,
.vid-description.collapsed {
  background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%204.1999998%2011.2%22%20height%3D%2211.2%22%20width%3D%224.2%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%3E%3Cg%20fill%3D%22%23fff%22%20transform%3D%22translate(-8.8%2C-5.4)%22%3E%3Cpath%20d%3D%22m12%2014.5c-0.2%200.2-0.4%200.3-0.6%200.3-0.1%200-0.2-0.1-0.3-0.2s-0.1-0.3-0.1-0.5c0-0.5%200.2-1.3%200.6-2.4l0.8-2.7h-0.1l-2.2%200.4c-0.8%202.2-1.3%203.9-1.3%205.2%200%200.6%200.1%201.1%200.4%201.4s0.5%200.6%200.8%200.6c0.7%200%202-0.7%203-2.2v-1c0%200.6-0.8%200.9-1%201.1z%22%2F%3E%3Cpath%20d%3D%22m13%205.5c-0.3%200.2-0.6%200.3-0.9%200.3s-0.7-0.1-1.1-0.4c-0.2%200.6-0.5%201.2-0.8%201.7%200.4%200.3%200.8%200.5%201.3%200.5%201%200%201.5-0.7%201.5-2.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  height: 22px;
  margin-right: 0;
  text-align: inherit;
  text-indent: -9999px;
  transition: background-color 0.5s linear;
  width: 22px;
}

/* line 31, app/assets/stylesheets/components/_credits.scss */
.credit.collapsed:hover,
.vid-description.collapsed:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 3, app/assets/stylesheets/components/_espen-overrides.scss */
.block .block-inner > h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #D86422;
  margin-top: 0.25rem;
}

/* line 13, app/assets/stylesheets/components/_espen-overrides.scss */
.front #sidebar-second #block-views-sections-sidebar {
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/components/_espen-overrides.scss */
.front #sidebar-second #block-views-sections-sidebar .block-inner .view-sections {
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/components/_espen-overrides.scss */
.front #sidebar-second #block-views-sections-sidebar .block-inner .view-sections .views-row {
  padding-top: 0;
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/components/_espen-overrides.scss */
.front #sidebar-second #block-views-sections-sidebar .block-inner .view-sections .views-row .card-body {
  font-size: 1.222rem;
  font-weight: 500;
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/components/_espen-overrides.scss */
.front #sidebar-second #block-views-sections-sidebar .block-inner .view-sections .views-row .card-body:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #00B1FC;
  margin-top: 20px;
}

/* line 40, app/assets/stylesheets/components/_espen-overrides.scss */
.front #sidebar-second #block-views-maps-total-block .block-inner .view-maps-total {
  padding: 0 1.25rem 1rem;
}

/* line 42, app/assets/stylesheets/components/_espen-overrides.scss */
.front #sidebar-second #block-views-maps-total-block .block-inner .view-maps-total h3 {
  margin-bottom: 0;
  line-height: 1.125;
}

/* line 46, app/assets/stylesheets/components/_espen-overrides.scss */
.front #sidebar-second #block-views-maps-total-block .block-inner .view-maps-total span {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
}

/* line 54, app/assets/stylesheets/components/_espen-overrides.scss */
#block-views-countries-jump, #block-views-diseases-browse-block {
  background-color: #F2F2F2;
  padding: 1rem 1.25rem;
  margin-bottom: 20px;
}

/* line 60, app/assets/stylesheets/components/_espen-overrides.scss */
#block-views-diseases-browse-block .views-row {
  margin-bottom: 5px;
}

/* line 61, app/assets/stylesheets/components/_espen-overrides.scss */
#block-views-diseases-browse-block .views-row a {
  font-size: 1.222rem;
}

/* line 67, app/assets/stylesheets/components/_espen-overrides.scss */
.front main section#content .content-main,
.front main section#content .content-additional {
  padding: 0;
}

/* line 70, app/assets/stylesheets/components/_espen-overrides.scss */
.card-body {
  margin-bottom: 20px;
}

/* line 74, app/assets/stylesheets/components/_espen-overrides.scss */
.node-type-page.path-diseases .view-diseases .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 79, app/assets/stylesheets/components/_espen-overrides.scss */
.node-type-page.path-diseases .view-diseases .view-content .views-row {
  width: 100%;
}

@media screen and (min-width: 880px) {
  /* line 79, app/assets/stylesheets/components/_espen-overrides.scss */
  .node-type-page.path-diseases .view-diseases .view-content .views-row {
    width: calc(1/3*100% - (1 - 1/3)*20px);
  }
}

/* line 84, app/assets/stylesheets/components/_espen-overrides.scss */
.node-type-page.path-diseases .view-diseases .view-content .views-row a.disease-link {
  display: block;
  background-color: #008DC9;
  text-align: center;
  margin: 0 10px 20px;
  transition: 1s ease background-color;
}

/* line 90, app/assets/stylesheets/components/_espen-overrides.scss */
.node-type-page.path-diseases .view-diseases .view-content .views-row a.disease-link .disease-icon {
  position: relative;
  background-color: #42ACDC;
  height: 15rem;
}

/* line 94, app/assets/stylesheets/components/_espen-overrides.scss */
.node-type-page.path-diseases .view-diseases .view-content .views-row a.disease-link .disease-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 101, app/assets/stylesheets/components/_espen-overrides.scss */
.node-type-page.path-diseases .view-diseases .view-content .views-row a.disease-link h3 {
  height: 3em;
  font-size: 1.222rem;
  font-weight: 500;
  line-height: 1.125;
  padding: 1.75rem 2.5rem 0;
  color: #FFF;
}

/* line 109, app/assets/stylesheets/components/_espen-overrides.scss */
.node-type-page.path-diseases .view-diseases .view-content .views-row a.disease-link .disease-maps {
  padding: 0.5rem 1.25rem 2rem;
  color: #FFF;
}

/* line 113, app/assets/stylesheets/components/_espen-overrides.scss */
.node-type-page.path-diseases .view-diseases .view-content .views-row a.disease-link:hover {
  background-color: #1C5F89;
}

/* line 123, app/assets/stylesheets/components/_espen-overrides.scss */
.view-footer-sections .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 127, app/assets/stylesheets/components/_espen-overrides.scss */
.view-footer-sections .view-content .views-row {
  flex: 0 100%;
}

@media screen and (min-width: 880px) {
  /* line 127, app/assets/stylesheets/components/_espen-overrides.scss */
  .view-footer-sections .view-content .views-row {
    flex: 0 50%;
  }
}

/* line 134, app/assets/stylesheets/components/_espen-overrides.scss */
.view-footer-sections .view-content .views-row .card-title h2:after {
  content: '';
  display: block;
  width: 240px;
  height: 2px;
  background-color: #42ACDC;
  margin-top: 0.5rem;
}

/* line 149, app/assets/stylesheets/components/_espen-overrides.scss */
.front .map-africa-wrapper, .node-type-page.path-countries .map-africa-wrapper {
  height: 480px;
  margin-bottom: 20px;
}

@media screen and (min-width: 880px) {
  /* line 149, app/assets/stylesheets/components/_espen-overrides.scss */
  .front .map-africa-wrapper, .node-type-page.path-countries .map-africa-wrapper {
    height: 640px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 149, app/assets/stylesheets/components/_espen-overrides.scss */
  .front .map-africa-wrapper, .node-type-page.path-countries .map-africa-wrapper {
    height: 720px;
  }
}

@media screen and (min-width: 1600px) {
  /* line 149, app/assets/stylesheets/components/_espen-overrides.scss */
  .front .map-africa-wrapper, .node-type-page.path-countries .map-africa-wrapper {
    height: 960px;
  }
}

/* line 1, app/assets/stylesheets/components/_chosen.scss */
.chosen-container {
  width: 100% !important;
  display: block;
}

/* line 4, app/assets/stylesheets/components/_chosen.scss */
.chosen-container.chosen-container-active {
  outline: none;
}

/* line 7, app/assets/stylesheets/components/_chosen.scss */
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  box-shadow: none;
}

/* line 9, app/assets/stylesheets/components/_chosen.scss */
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
}

/* line 18, app/assets/stylesheets/components/_chosen.scss */
.chosen-container .chosen-single {
  height: 42px;
  line-height: 42px;
  border: 1px solid #008DC9;
  border-radius: 21px;
  background: none;
  box-shadow: none;
  padding-left: 16px;
}

/* line 26, app/assets/stylesheets/components/_chosen.scss */
.chosen-container .chosen-single span {
  margin-right: 42px;
  font-size: 1rem;
  color: #008DC9;
}

/* line 32, app/assets/stylesheets/components/_chosen.scss */
.chosen-container .chosen-choices {
  background: none;
  padding: 6px 12px;
}

/* line 36, app/assets/stylesheets/components/_chosen.scss */
.chosen-container .chosen-drop {
  box-shadow: none;
}

/* line 39, app/assets/stylesheets/components/_chosen.scss */
.chosen-container .chosen-drop .chosen-search input {
  padding: 8px 11px;
  font-size: 1rem;
}

/* line 45, app/assets/stylesheets/components/_chosen.scss */
.chosen-container .chosen-drop ul.chosen-results li {
  font-size: 1rem;
  line-height: inherit;
  padding: 4px 12px;
}

/* line 49, app/assets/stylesheets/components/_chosen.scss */
.chosen-container .chosen-drop ul.chosen-results li.highlighted {
  background-color: #008DC9;
  background-image: none;
  color: #FFF;
}

/* line 59, app/assets/stylesheets/components/_chosen.scss */
.chosen-container.chosen-container-single .chosen-search input[type=text] {
  background: none !important;
}

/* line 64, app/assets/stylesheets/components/_chosen.scss */
.chosen-container.chosen-container-single .chosen-single div {
  width: 42px;
}

/* line 66, app/assets/stylesheets/components/_chosen.scss */
.chosen-container.chosen-container-single .chosen-single div b {
  width: 42px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2218px%22%20height%3D%2211px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m1.7949%200.5-1.7949%201.9941%209%207.9063%209-7.9063-1.8027-1.9941-7.1973%206.3008-7.2051-6.3008z%22%20fill%3D%22%23008dc9%22%2F%3E%3C%2Fsvg%3E") no-repeat center center !important;
  background-size: 50% 50% !important;
  transition: 250ms ease all;
}

/* line 74, app/assets/stylesheets/components/_chosen.scss */
.chosen-container.chosen-container-single .chosen-drop {
  background-color: #F2F2F2;
}

/* line 79, app/assets/stylesheets/components/_chosen.scss */
.chosen-container.chosen-container-multi .chosen-choices {
  border: 1px solid #008DC9;
}

/* line 5, app/assets/stylesheets/features/_slick-sliders.scss */
.section-row.section-with-slider {
  padding: 0;
}

/* line 7, app/assets/stylesheets/features/_slick-sliders.scss */
.section-row.section-with-slider .section-inner {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0;
  position: relative;
}

/* line 14, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 18, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls button.slick-arrow, .slick-nav button.slick-arrow {
  bottom: 17px;
  z-index: 1000;
  text-indent: -999em;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  padding: 20px;
}

/* line 25, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls button.slick-arrow:before, .slick-nav button.slick-arrow:before {
  content: "";
}

/* line 28, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls button.slick-arrow.slick-prev, .slick-nav button.slick-arrow.slick-prev {
  left: 1.25rem;
  background-size: contain;
}

@media screen and (min-width: 45em) {
  /* line 28, app/assets/stylesheets/features/_slick-sliders.scss */
  .slick-controls button.slick-arrow.slick-prev, .slick-nav button.slick-arrow.slick-prev {
    left: 0;
  }
}

/* line 35, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls button.slick-arrow.slick-next, .slick-nav button.slick-arrow.slick-next {
  right: 1.25rem;
  background-size: contain;
}

@media screen and (min-width: 45em) {
  /* line 35, app/assets/stylesheets/features/_slick-sliders.scss */
  .slick-controls button.slick-arrow.slick-next, .slick-nav button.slick-arrow.slick-next {
    right: 0;
  }
}

/* line 43, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls .slick-dots, .slick-nav .slick-dots {
  padding: 0 20px;
}

/* line 45, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls .slick-dots li, .slick-nav .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 5px;
}

/* line 49, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls .slick-dots li button, .slick-nav .slick-dots li button {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* line 54, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls .slick-dots li button:before, .slick-nav .slick-dots li button:before {
  content: "";
  display: none;
}

/* line 64, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls {
  height: 56px;
  position: relative;
}

@media screen and (min-width: 45em) {
  /* line 64, app/assets/stylesheets/features/_slick-sliders.scss */
  .slick-controls {
    display: inline-block;
  }
}

/* line 72, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls button.slick-arrow {
  bottom: 17px;
  padding: 15px;
}

/* line 77, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-controls .slick-dots {
  bottom: 17px;
}

@media screen and (min-width: 45em) {
  /* line 83, app/assets/stylesheets/features/_slick-sliders.scss */
  .section-row .slick-controls {
    width: 33.333%;
  }
}

@media screen and (min-width: 60em) {
  /* line 83, app/assets/stylesheets/features/_slick-sliders.scss */
  .section-row .slick-controls {
    width: 25%;
  }
}

/* line 93, app/assets/stylesheets/features/_slick-sliders.scss */
.side-row .slick-controls {
  width: 100%;
}

/* line 101, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-nav {
  height: 50px;
}

/* line 103, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-nav:empty {
  display: none;
}

/* line 104, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-nav button.slick-arrow {
  padding: 25px;
}

/* line 107, app/assets/stylesheets/features/_slick-sliders.scss */
.slick-nav .slick-dots {
  bottom: 14px;
}

/* line 118, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider {
  position: relative;
}

/* line 120, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-content {
  margin: 0;
}

/* line 122, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-content .slick-list {
  overflow: visible;
}

/* line 124, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-content .slick-list .slick-track {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 45em) {
  /* line 124, app/assets/stylesheets/features/_slick-sliders.scss */
  .view-slider .view-content .slick-list .slick-track {
    background-color: transparent;
  }
}

/* line 131, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-content .slick-list .slick-track .views-row {
  margin: 0;
}

/* line 134, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-content .slick-list .slick-track .views-row .card-slide-image {
  position: relative;
}

/* line 136, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img {
  max-width: none;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 45em) {
  /* line 136, app/assets/stylesheets/features/_slick-sliders.scss */
  .view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img {
    left: -10px;
    width: calc(100% + 20px);
  }
}

@media screen and (min-width: 75em) {
  /* line 136, app/assets/stylesheets/features/_slick-sliders.scss */
  .view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img {
    left: calc(50% - 800px);
    width: auto;
  }
}

/* line 152, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-content .slick-list .slick-track .views-row .card-slide-description {
  bottom: 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  font: 1.375rem/1.45 "Open Sans", sans-serif;
  padding: 17px 20px 55px 20px;
  margin: 0;
  color: #2C3F4D;
  min-height: 66px;
}

@media screen and (min-width: 45em) {
  /* line 152, app/assets/stylesheets/features/_slick-sliders.scss */
  .view-slider .view-content .slick-list .slick-track .views-row .card-slide-description {
    width: 75%;
  }
}

@media screen and (min-width: 45em) {
  /* line 152, app/assets/stylesheets/features/_slick-sliders.scss */
  .view-slider .view-content .slick-list .slick-track .views-row .card-slide-description {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    padding: 17px 20px;
  }
}

/* line 175, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-content .card-edit-node a {
  background: #008DC9;
  border-color: transparent;
  color: white;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 5px 15px;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  top: 0;
}

/* line 12, app/assets/stylesheets/mixins/_button-states.scss */
.view-slider .view-content .card-edit-node a:link, .view-slider .view-content .card-edit-node a:visited {
  background: #008DC9;
  border-color: transparent;
  color: white;
}

/* line 18, app/assets/stylesheets/mixins/_button-states.scss */
.view-slider .view-content .card-edit-node a:hover {
  background: #006996;
  border-color: rgba(0, 0, 0, 0);
  color: white;
}

/* line 188, app/assets/stylesheets/features/_slick-sliders.scss */
.view-slider .view-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

@media screen and (min-width: 45em) {
  /* line 188, app/assets/stylesheets/features/_slick-sliders.scss */
  .view-slider .view-footer {
    bottom: 67px;
  }
}

@media screen and (min-width: 45em) {
  /* line 188, app/assets/stylesheets/features/_slick-sliders.scss */
  .view-slider .view-footer {
    width: 300px;
    left: 10px;
  }
}

@media screen and (min-width: 45em) {
  /* line 203, app/assets/stylesheets/features/_slick-sliders.scss */
  .section-row .view-slider .view-content .slick-list .slick-track .views-row {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* line 219, app/assets/stylesheets/features/_slick-sliders.scss */
.one-sidebar .content-main .view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img,
.one-sidebar .content-additional .view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img,
.one-sidebar .sidebar .view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img,
.sidebar-second .content-main .view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img,
.sidebar-second .content-additional .view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img,
.sidebar-second .sidebar .view-slider .view-content .slick-list .slick-track .views-row .card-slide-image img {
  left: auto;
  width: 100%;
  max-width: 100%;
}

/* line 224, app/assets/stylesheets/features/_slick-sliders.scss */
.one-sidebar .content-main .view-slider .view-content .slick-list .slick-track .views-row .card-slide-description,
.one-sidebar .content-additional .view-slider .view-content .slick-list .slick-track .views-row .card-slide-description,
.one-sidebar .sidebar .view-slider .view-content .slick-list .slick-track .views-row .card-slide-description,
.sidebar-second .content-main .view-slider .view-content .slick-list .slick-track .views-row .card-slide-description,
.sidebar-second .content-additional .view-slider .view-content .slick-list .slick-track .views-row .card-slide-description,
.sidebar-second .sidebar .view-slider .view-content .slick-list .slick-track .views-row .card-slide-description {
  bottom: 0;
  position: relative;
  width: 100%;
}

/* line 230, app/assets/stylesheets/features/_slick-sliders.scss */
.one-sidebar .content-main .view-slider .view-footer,
.one-sidebar .content-additional .view-slider .view-footer,
.one-sidebar .sidebar .view-slider .view-footer,
.sidebar-second .content-main .view-slider .view-footer,
.sidebar-second .content-additional .view-slider .view-footer,
.sidebar-second .sidebar .view-slider .view-footer {
  bottom: 0;
  position: relative;
  width: 100%;
  left: auto;
}

/* line 243, app/assets/stylesheets/features/_slick-sliders.scss */
.card-photos {
  position: relative;
}

/* line 245, app/assets/stylesheets/features/_slick-sliders.scss */
.card-photos .photoswipe-gallery {
  margin: 0;
}

/* line 247, app/assets/stylesheets/features/_slick-sliders.scss */
.card-photos .photoswipe-gallery .slick-slider {
  margin-bottom: 0;
}

/* line 251, app/assets/stylesheets/features/_slick-sliders.scss */
.card-photos .photoswipe-gallery .slick-slider .slick-list .views-row .card-slide-image {
  position: relative;
  height: 450px;
}

/* line 254, app/assets/stylesheets/features/_slick-sliders.scss */
.card-photos .photoswipe-gallery .slick-slider .slick-list .views-row .card-slide-image img {
  max-width: none;
  position: absolute;
  left: 50%;
  margin-left: -800px;
}

/* line 261, app/assets/stylesheets/features/_slick-sliders.scss */
.card-photos .photoswipe-gallery .slick-slider .slick-list .views-row .card-slide-description {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(35, 31, 32, 0.8);
  padding: 17px 20px 51px 20px;
  font-size: 1.125rem;
  color: white;
  line-height: 1.225;
}

@media screen and (min-width: 45em) {
  /* line 261, app/assets/stylesheets/features/_slick-sliders.scss */
  .card-photos .photoswipe-gallery .slick-slider .slick-list .views-row .card-slide-description {
    padding: 17px 340px 17px 20px;
  }
}

/* line 280, app/assets/stylesheets/features/_slick-sliders.scss */
.card-photos .view-footer {
  text-align: center;
}

/* line 287, app/assets/stylesheets/features/_slick-sliders.scss */
.view-type-slider, .view-twitter {
  position: relative;
}

/* line 289, app/assets/stylesheets/features/_slick-sliders.scss */
.view-type-slider .view-content, .view-twitter .view-content {
  margin: 0;
  position: relative;
}

/* line 292, app/assets/stylesheets/features/_slick-sliders.scss */
.view-type-slider .view-content .slick-slider, .view-twitter .view-content .slick-slider {
  margin-bottom: 0;
}

/* line 296, app/assets/stylesheets/features/_slick-sliders.scss */
.view-type-slider .view-content .slick-slider .slick-list .views-row .card-slide-image, .view-twitter .view-content .slick-slider .slick-list .views-row .card-slide-image {
  position: relative;
  height: 450px;
}

/* line 299, app/assets/stylesheets/features/_slick-sliders.scss */
.view-type-slider .view-content .slick-slider .slick-list .views-row .card-slide-image img, .view-twitter .view-content .slick-slider .slick-list .views-row .card-slide-image img {
  max-width: none;
  position: absolute;
  left: 50%;
  margin-left: -800px;
}

/* line 306, app/assets/stylesheets/features/_slick-sliders.scss */
.view-type-slider .view-content .slick-slider .slick-list .views-row .card-slide-description, .view-twitter .view-content .slick-slider .slick-list .views-row .card-slide-description {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(35, 31, 32, 0.8);
  padding: 17px 20px 51px 20px;
  font-size: 1.125rem;
  color: white;
  line-height: 1.225;
}

@media screen and (min-width: 45em) {
  /* line 306, app/assets/stylesheets/features/_slick-sliders.scss */
  .view-type-slider .view-content .slick-slider .slick-list .views-row .card-slide-description, .view-twitter .view-content .slick-slider .slick-list .views-row .card-slide-description {
    padding: 17px 340px 17px 20px;
  }
}

/* line 324, app/assets/stylesheets/features/_slick-sliders.scss */
.view-type-slider .view-footer, .view-twitter .view-footer {
  text-align: center;
}

/* line 1, app/assets/stylesheets/features/_wysiwyg.scss */
.wysiwyg-intro-text {
  color: #666666;
  font: 1.25em/1.3 "Open Sans", sans-serif;
}

/* line 5, app/assets/stylesheets/features/_wysiwyg.scss */
.smaller-text {
  font-size: 0.750rem;
  line-height: 1.5;
}

/* line 9, app/assets/stylesheets/features/_wysiwyg.scss */
.larger-text {
  font-size: 1.250rem;
  line-height: 1.3;
}

/* line 1, app/assets/stylesheets/features/_filters.scss */
.ajax-progress, ajax-progress-throbber, .flag-throbber {
  display: none;
}

/* line 6, app/assets/stylesheets/features/_filters.scss */
body .view .view-filters {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

/* line 10, app/assets/stylesheets/features/_filters.scss */
body .view .view-content {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* line 17, app/assets/stylesheets/features/_filters.scss */
body.ajax-processing .view .view-filters {
  opacity: 0.5;
}

/* line 20, app/assets/stylesheets/features/_filters.scss */
body.ajax-processing .view .view-content {
  opacity: 0;
}

/* line 23, app/assets/stylesheets/features/_filters.scss */
body.ajax-processing .view * {
  cursor: wait;
}

/* line 2, app/assets/stylesheets/features/_search.scss */
.page-search-node section#content {
  background: none;
}

/* line 4, app/assets/stylesheets/features/_search.scss */
.page-search-node section#content .search-advanced {
  margin-top: 20px;
}

/* line 7, app/assets/stylesheets/features/_search.scss */
.page-search-node section#content .search-result {
  padding: 20px 20px;
}

/* line 4, app/assets/stylesheets/jap_wizard.scss */
.jap-wizard.district .sidebar {
  float: left;
  width: 30%;
  text-align: center;
  margin-top: 40px;
}

/* line 10, app/assets/stylesheets/jap_wizard.scss */
.jap-wizard.district .content {
  float: left;
  width: 70%;
}

/* line 17, app/assets/stylesheets/jap_wizard.scss */
.jap-wizard-nav {
  margin-bottom: 25px;
}

/* line 20, app/assets/stylesheets/jap_wizard.scss */
.jap-wizard-nav .buttons a.button {
  color: #008DC5;
  border: 1px solid #008DC5;
  border-radius: 0.222rem;
  background-color: #fff;
}

/* line 26, app/assets/stylesheets/jap_wizard.scss */
.jap-wizard-nav .buttons a.button:hover, .jap-wizard-nav .buttons a.selected {
  color: #fff;
  border: 1px solid #008DC5;
  border-radius: 0.222rem;
  background-color: #008DC5;
}

/* line 38, app/assets/stylesheets/jap_wizard.scss */
div.summary table tbody tr th.head {
  padding-top: 80px;
}

/* line 1, app/assets/stylesheets/dataTables.scss */
.dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 2, app/assets/stylesheets/dataTables.scss */
.dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 3, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

/* line 4, app/assets/stylesheets/dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 4, app/assets/stylesheets/dataTables.scss */
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 4, app/assets/stylesheets/dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 4, app/assets/stylesheets/dataTables.scss */
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 4, app/assets/stylesheets/dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* line 4, app/assets/stylesheets/comments.scss */
#comments-modal {
  max-height: 900px;
  overflow-y: auto;
}

/* line 4, app/assets/stylesheets/data_api_end_points.scss */
.new_data_api_endpoint, .edit_data_api_endpoint {
  max-width: 500px;
}

/* line 7, app/assets/stylesheets/application.scss */
body main.admin-main {
  padding: 30px;
  margin: 30px 0;
  min-height: 480px;
  overflow: hidden;
}

@media (max-width: 540px) {
  /* line 7, app/assets/stylesheets/application.scss */
  body main.admin-main {
    padding: 15px;
  }
}

/* line 17, app/assets/stylesheets/application.scss */
h1 {
  font-size: 2.111rem;
  font-weight: 500;
  line-height: 1.1875;
  color: #2C3F4D;
  font-family: "Open Sans",sans-serif;
  margin: 0 0 20px;
  text-transform: none;
}

/* line 25, app/assets/stylesheets/application.scss */
h1:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #D86422;
  margin-top: 0.5rem;
}

/* line 35, app/assets/stylesheets/application.scss */
h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1875;
  color: #2C3F4D;
  font-family: "Open Sans",sans-serif;
  margin: 0 0 20px;
  text-transform: none;
}

/* line 45, app/assets/stylesheets/application.scss */
a.button {
  background-color: #008DC9;
  border: none;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 600 18px "Open Sans",sans-serif;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* line 67, app/assets/stylesheets/application.scss */
a.button:hover {
  background: #1C5F89;
  color: #f2f2f2;
}

/* line 73, app/assets/stylesheets/application.scss */
pre {
  background-color: #efefef;
}

/* line 77, app/assets/stylesheets/application.scss */
.empty {
  text-align: center;
  background: #f3f3f3;
}

/* line 82, app/assets/stylesheets/application.scss */
.warning, .help-block {
  border-left: 5px solid red;
  padding: 10px 15px;
  background: #fff;
  background: #f3f3f3;
  display: inline-block;
}

/* line 90, app/assets/stylesheets/application.scss */
.form-group {
  margin-bottom: 20px;
}

/* line 92, app/assets/stylesheets/application.scss */
.form-group .form-control {
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid rgba(44, 63, 78, 0.1);
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 6.66667px 10px;
  transition: border-color;
  width: 100%;
}

/* line 107, app/assets/stylesheets/application.scss */
.form-group .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 115, app/assets/stylesheets/application.scss */
.form-group .inputfile + label {
  cursor: pointer;
  font-weight: normal;
  color: #008DC9;
  padding: 6px 5px;
  margin-bottom: 0;
}

/* line 127, app/assets/stylesheets/application.scss */
.form-group .inputfile:focus + label {
  outline: 1px dotted #333;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 131, app/assets/stylesheets/application.scss */
.form-group .inputfile + label * {
  pointer-events: none;
}

/* line 137, app/assets/stylesheets/application.scss */
body main.admin-main .view table.views-table {
  width: 100%;
  margin-bottom: 30px;
}

/* line 140, app/assets/stylesheets/application.scss */
body main.admin-main .view table.views-table .views-align-center {
  text-align: center;
}

/* line 145, app/assets/stylesheets/application.scss */
.login, .jap-start, .form-holder {
  max-width: 720px;
  margin: 60px auto;
  padding: 60px;
  background: #f3f3f3;
}

@media (max-width: 540px) {
  /* line 145, app/assets/stylesheets/application.scss */
  .login, .jap-start, .form-holder {
    padding: 30px;
  }
}

/* line 153, app/assets/stylesheets/application.scss */
.login h1, .jap-start h1, .form-holder h1 {
  font-size: 2.111rem;
  font-weight: 500;
  line-height: 1.1875;
  color: #2C3F4D;
  font-family: "Open Sans",sans-serif;
  margin: 0 0 40px;
  text-transform: none;
}

/* line 162, app/assets/stylesheets/application.scss */
.login .actions, .jap-start .actions, .form-holder .actions {
  margin-top: 40px;
}

/* line 165, app/assets/stylesheets/application.scss */
.login .login-links, .jap-start .login-links, .form-holder .login-links {
  float: right;
  margin-top: -52px;
}

/* line 168, app/assets/stylesheets/application.scss */
.login .login-links a, .jap-start .login-links a, .form-holder .login-links a {
  display: inline-block;
  padding: 0.75em 1em;
}

@media (max-width: 420px) {
  /* line 165, app/assets/stylesheets/application.scss */
  .login .login-links, .jap-start .login-links, .form-holder .login-links {
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

/* line 181, app/assets/stylesheets/application.scss */
.jap-start .warning, .jap-start .help-block {
  background: #fff;
  margin: 20px 0 30px;
}

/* line 188, app/assets/stylesheets/application.scss */
.jap-show .status {
  font-size: 21px;
  padding-bottom: 20px;
}

/* line 192, app/assets/stylesheets/application.scss */
.jap-show .warning {
  margin: 20px 0;
}

/* line 195, app/assets/stylesheets/application.scss */
.jap-show .edit-td {
  width: 165px;
}

/* line 198, app/assets/stylesheets/application.scss */
.jap-show .form-holder {
  padding: 30px;
}

/* line 200, app/assets/stylesheets/application.scss */
.jap-show .form-holder textarea {
  height: 210px;
}

/* line 203, app/assets/stylesheets/application.scss */
.jap-show .form-holder .comments {
  margin-top: 30px;
}

/* line 206, app/assets/stylesheets/application.scss */
.jap-show .form-holder .comments .comment {
  padding: 30px 15px 45px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 540px) {
  /* line 206, app/assets/stylesheets/application.scss */
  .jap-show .form-holder .comments .comment {
    padding: 30px 5px 45px;
  }
}

/* line 212, app/assets/stylesheets/application.scss */
.jap-show .form-holder .comments .comment p {
  margin: 0;
}

/* line 214, app/assets/stylesheets/application.scss */
.jap-show .form-holder .comments .comment p small {
  float: right;
  margin-top: 15px;
}

/* line 219, app/assets/stylesheets/application.scss */
.jap-show .form-holder .comments .comment:last-child {
  border-bottom: 0;
}

/* line 225, app/assets/stylesheets/application.scss */
.jap-show .comments {
  margin-top: 30px;
  width: 800px;
}

/* line 228, app/assets/stylesheets/application.scss */
.jap-show .comments .comment {
  padding: 30px 15px 45px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 540px) {
  /* line 228, app/assets/stylesheets/application.scss */
  .jap-show .comments .comment {
    padding: 30px 5px 45px;
  }
}

/* line 234, app/assets/stylesheets/application.scss */
.jap-show .comments .comment p {
  margin: 0;
}

/* line 236, app/assets/stylesheets/application.scss */
.jap-show .comments .comment p small {
  float: right;
  margin-top: 15px;
}

/* line 241, app/assets/stylesheets/application.scss */
.jap-show .comments .comment:last-child {
  border-bottom: 0;
}

/* line 246, app/assets/stylesheets/application.scss */
.jap-show .view-content {
  margin-bottom: 20px;
  /* Style the tab */
  /* Style the buttons that are used to open the tab content */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */
}

@media (max-width: 540px) {
  /* line 246, app/assets/stylesheets/application.scss */
  .jap-show .view-content {
    overflow: scroll;
  }
}

/* line 253, app/assets/stylesheets/application.scss */
.jap-show .view-content .tab {
  overflow: hidden;
  color: black;
}

/* line 259, app/assets/stylesheets/application.scss */
.jap-show .view-content .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 18px;
  transition: 0.3s;
  color: black;
  font-size: 18px;
  border-bottom: 5px solid white;
}

/* line 272, app/assets/stylesheets/application.scss */
.jap-show .view-content .doc.tab button:first-child, .jap-show .view-content .comments.tab button:first-child {
  margin-left: 10px;
}

/* line 275, app/assets/stylesheets/application.scss */
.jap-show .view-content .tab button:first-child {
  padding-left: 0px;
}

/* line 279, app/assets/stylesheets/application.scss */
.jap-show .view-content .tab button:hover {
  color: #008DC9;
  border-bottom: 5px solid #008DC9;
}

/* line 285, app/assets/stylesheets/application.scss */
.jap-show .view-content .tab button.active {
  color: #008DC9;
  border-bottom: 5px solid #008DC9;
}

/* line 291, app/assets/stylesheets/application.scss */
.jap-show .view-content .tabcontent {
  padding: 6px 12px;
  border-top: none;
}

/* line 296, app/assets/stylesheets/application.scss */
.jap-show .view-content .comment.tabcontent {
  max-width: 800px;
}

/* line 299, app/assets/stylesheets/application.scss */
.jap-show .view-content .main-comment {
  margin-top: 60px;
}

/* line 302, app/assets/stylesheets/application.scss */
.jap-show .view-content .filename {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 308, app/assets/stylesheets/application.scss */
.jap-show .delete-jap {
  float: right;
}

/* line 315, app/assets/stylesheets/application.scss */
.jap-users .add-buttons {
  float: right;
  margin-top: -75px;
}

@media (max-width: 540px) {
  /* line 319, app/assets/stylesheets/application.scss */
  .jap-users .view-content {
    overflow: scroll;
  }
}

/* line 327, app/assets/stylesheets/application.scss */
.jap-countries .views-align-center {
  width: 180px;
}

@media (max-width: 540px) {
  /* line 333, app/assets/stylesheets/application.scss */
  .current-japs .view-content {
    overflow: scroll;
  }
}

/* line 341, app/assets/stylesheets/application.scss */
.admin .numbers {
  background: #f3f3f3;
  padding: 30px 30px 15px;
  min-height: 100px;
  margin-bottom: 60px;
}

/* line 346, app/assets/stylesheets/application.scss */
.admin .numbers h2 {
  float: left;
  margin-right: 30px;
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
  border-left: 2px solid #D86422;
  padding: 5px 10px;
}

/* line 354, app/assets/stylesheets/application.scss */
.admin .numbers h2 small {
  font-size: 1.25rem;
  font-weight: normal;
}

/* line 359, app/assets/stylesheets/application.scss */
.admin .numbers:after {
  content: '';
  display: table;
  clear: both;
}

/* line 365, app/assets/stylesheets/application.scss */
.admin .chart {
  min-height: 480px;
  margin-bottom: 60px;
  margin-top: -40px;
}

/* line 370, app/assets/stylesheets/application.scss */
.admin .buttons {
  float: right;
  margin-top: -75px;
}

@media (max-width: 880px) {
  /* line 370, app/assets/stylesheets/application.scss */
  .admin .buttons {
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
  }
  /* line 377, app/assets/stylesheets/application.scss */
  .admin .buttons a {
    margin-bottom: 5px;
  }
}

/* line 385, app/assets/stylesheets/application.scss */
.c3 .tick text {
  fill: #999;
}

/* line 388, app/assets/stylesheets/application.scss */
.c3 .tick line, .c3 .tick path {
  stroke: #999 !important;
}

/* line 393, app/assets/stylesheets/application.scss */
.c3 path.domain {
  stroke: #999 !important;
}

/* line 396, app/assets/stylesheets/application.scss */
.c3 .c3-shape.c3-shape.c3-line.c3-line-Processing, .c3 .c3-shape.c3-shape.c3-line.c3-line-Incomplete, .c3 .c3-shape.c3-shape.c3-line.c3-line-Complete {
  opacity: 0 !important;
}

/* line 399, app/assets/stylesheets/application.scss */
.c3 .c3-shape.c3-shape.c3-area.c3-area-Processing, .c3 .c3-shape.c3-shape.c3-area.c3-area-Incomplete, .c3 .c3-shape.c3-shape.c3-area.c3-area-Complete {
  opacity: .3 !important;
}

/* line 405, app/assets/stylesheets/application.scss */
.modal {
  display: none;
  width: 720px;
  min-height: 240px;
  background: #fff;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -360px;
  z-index: 120;
  padding: 45px;
  border: 10px solid #dfdfdf;
  border-radius: 5px;
}

/* line 418, app/assets/stylesheets/application.scss */
.modal .close {
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 13px;
  height: 40px;
  width: 40px;
  font-size: 32px;
  line-height: 0;
  text-align: center;
  opacity: .5;
  cursor: pointer;
}

/* line 433, app/assets/stylesheets/application.scss */
.modal-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
}

/* line 443, app/assets/stylesheets/application.scss */
.awp td, .awp th {
  font-size: 13px;
}

/* line 446, app/assets/stylesheets/application.scss */
.awp td.name {
  min-width: 150px;
}

/* line 449, app/assets/stylesheets/application.scss */
.awp td.funders {
  min-width: 150px;
}

/* line 453, app/assets/stylesheets/application.scss */
.awp-form {
  padding: 20px;
}

/* line 455, app/assets/stylesheets/application.scss */
.awp-form .months {
  clear: both;
}

/* line 456, app/assets/stylesheets/application.scss */
.awp-form .months .form-group {
  float: left;
  padding: 0px 15px;
  width: 160px;
}

/* line 460, app/assets/stylesheets/application.scss */
.awp-form .months .form-group label {
  display: inline;
}

/* line 467, app/assets/stylesheets/application.scss */
.awp-form .cost_fund div.form-group {
  width: 50%;
  float: left;
  padding: 10px;
}

/* line 474, app/assets/stylesheets/application.scss */
.awp-form .funders .form-group {
  float: left;
  width: 100%;
  padding: 0px 15px;
}

/* line 478, app/assets/stylesheets/application.scss */
.awp-form .funders .form-group label {
  display: block;
}

/* line 485, app/assets/stylesheets/application.scss */
#awpModal {
  max-height: 600px;
  overflow: auto;
}

/* line 490, app/assets/stylesheets/application.scss */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #008DC9;
  border-bottom: 16px solid #008DC9;
  width: 120px;
  height: 120px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 512, app/assets/stylesheets/application.scss */
.awp_goal_label {
  float: left;
  padding-right: 10px;
}

/* line 516, app/assets/stylesheets/application.scss */
p.awp_goal {
  border: solid 5px #efefef;
  padding: 10px;
}

/* line 524, app/assets/stylesheets/application.scss */
table.table-fix-head thead tr td, table.table-fix-head thead tr th, table.table-fix-head tbody tr td, table.table-fix-head tbody tr th, table thead tr td, table thead tr th, table tbody tr td, table tbody tr th {
  white-space: nowrap;
  vertical-align: top;
}

/* line 528, app/assets/stylesheets/application.scss */
table.table-fix-head thead tr td.to-right, table.table-fix-head thead tr th.to-right, table.table-fix-head tbody tr td.to-right, table.table-fix-head tbody tr th.to-right, table thead tr td.to-right, table thead tr th.to-right, table tbody tr td.to-right, table tbody tr th.to-right {
  text-align: right;
}

/* line 532, app/assets/stylesheets/application.scss */
table.table-fix-head thead tr th.width150, table.table-fix-head thead tr th .width150, table.table-fix-head thead tr td.width150, table.table-fix-head thead tr td .width150, table.table-fix-head tbody tr th.width150, table.table-fix-head tbody tr th .width150, table.table-fix-head tbody tr td.width150, table.table-fix-head tbody tr td .width150, table thead tr th.width150, table thead tr th .width150, table thead tr td.width150, table thead tr td .width150, table tbody tr th.width150, table tbody tr th .width150, table tbody tr td.width150, table tbody tr td .width150 {
  width: 150px;
}

/* line 535, app/assets/stylesheets/application.scss */
table.table-fix-head thead tr th.width170, table.table-fix-head thead tr th .width170, table.table-fix-head thead tr td.width170, table.table-fix-head thead tr td .width170, table.table-fix-head tbody tr th.width170, table.table-fix-head tbody tr th .width170, table.table-fix-head tbody tr td.width170, table.table-fix-head tbody tr td .width170, table thead tr th.width170, table thead tr th .width170, table thead tr td.width170, table thead tr td .width170, table tbody tr th.width170, table tbody tr th .width170, table tbody tr td.width170, table tbody tr td .width170 {
  width: 170px;
}

/* line 538, app/assets/stylesheets/application.scss */
table.table-fix-head thead tr th.width200, table.table-fix-head thead tr th .width200, table.table-fix-head thead tr td.width200, table.table-fix-head thead tr td .width200, table.table-fix-head tbody tr th.width200, table.table-fix-head tbody tr th .width200, table.table-fix-head tbody tr td.width200, table.table-fix-head tbody tr td .width200, table thead tr th.width200, table thead tr th .width200, table thead tr td.width200, table thead tr td .width200, table tbody tr th.width200, table tbody tr th .width200, table tbody tr td.width200, table tbody tr td .width200 {
  width: 200px;
}

/* line 541, app/assets/stylesheets/application.scss */
table.table-fix-head thead tr th.width250, table.table-fix-head thead tr th .width250, table.table-fix-head thead tr td.width250, table.table-fix-head thead tr td .width250, table.table-fix-head tbody tr th.width250, table.table-fix-head tbody tr th .width250, table.table-fix-head tbody tr td.width250, table.table-fix-head tbody tr td .width250, table thead tr th.width250, table thead tr th .width250, table thead tr td.width250, table thead tr td .width250, table tbody tr th.width250, table tbody tr th .width250, table tbody tr td.width250, table tbody tr td .width250 {
  width: 250px;
}

/* line 544, app/assets/stylesheets/application.scss */
table.table-fix-head thead tr th.width300, table.table-fix-head thead tr th .width300, table.table-fix-head thead tr td.width300, table.table-fix-head thead tr td .width300, table.table-fix-head tbody tr th.width300, table.table-fix-head tbody tr th .width300, table.table-fix-head tbody tr td.width300, table.table-fix-head tbody tr td .width300, table thead tr th.width300, table thead tr th .width300, table thead tr td.width300, table thead tr td .width300, table tbody tr th.width300, table tbody tr th .width300, table tbody tr td.width300, table tbody tr td .width300 {
  width: 300px;
}

/* line 547, app/assets/stylesheets/application.scss */
table.table-fix-head thead tr th.width400, table.table-fix-head thead tr th .width400, table.table-fix-head thead tr td.width400, table.table-fix-head thead tr td .width400, table.table-fix-head tbody tr th.width400, table.table-fix-head tbody tr th .width400, table.table-fix-head tbody tr td.width400, table.table-fix-head tbody tr td .width400, table thead tr th.width400, table thead tr th .width400, table thead tr td.width400, table thead tr td .width400, table tbody tr th.width400, table tbody tr th .width400, table tbody tr td.width400, table tbody tr td .width400 {
  width: 400px;
}

/* line 556, app/assets/stylesheets/application.scss */
div.split-district .form-group {
  overflow: auto;
  height: 430px;
}

/* line 563, app/assets/stylesheets/application.scss */
div.split-district table.split-district tbody tr th {
  padding-left: 5px;
}

/* line 571, app/assets/stylesheets/application.scss */
.search-file {
  padding-top: 40px;
}

/* line 573, app/assets/stylesheets/application.scss */
.search-file .label-search {
  width: 500px;
  float: left;
}

/* line 577, app/assets/stylesheets/application.scss */
.search-file .btn-search {
  margin-top: 20px;
  margin-left: 10px;
}
