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

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

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small, .text--small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html {
  background: #fff;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #fff;
  height: 100%; }

.wrap {
  position: relative;
  width: 100%; }
  .wrap--guttered {
    padding-right: 16px;
    padding-left: 16px; }
    .wrap--guttered--s {
      padding-right: 8px;
      padding-left: 8px; }
    .wrap--guttered--l {
      padding-right: 24px;
      padding-left: 24px; }

html {
  font-weight: 400;
  /*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  text-align: left; }

h1, .h1 {
  font-weight: 700;
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 16px; }

h2, .h2 {
  font-weight: 700;
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 16px; }

h3, .h3 {
  font-weight: 700;
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px; }

h4, .h4 {
  font-weight: 700;
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px; }

h5, .h5 {
  font-weight: 700;
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 16px;
  line-height: 24px;
  margin: 0; }

h6, .h6 {
  font-weight: 700;
/*  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
*/  font-size: 16px;
  line-height: 24px;
  margin: 0; }

p {
  margin: 0 0 16px; }

a {
  color: #5c94a4;
  text-decoration: none;
  outline: 0;
  -ms-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }
  a:hover, a:focus, a:active {
    color: #1976d2;
    text-decoration: none;
    -ms-transition: color 100ms ease-in-out;
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out; }

ul, ol {
  margin: 0 0 16px;
  padding-left: 24px; }
  ul ul, ol ul, ul ol, ol ol {
    margin: 16px 0; }

/*ul {
  list-style: square outside; 
}

ol {
  list-style: decimal outside; }
*/
nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0 0 16px; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 16px; }

small, .text--small {
  font-size: 14px;
  line-height: 20px;
  display: inline-block; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

del, s, strike {
  text-decoration: line-through; }

code, kbd, pre, samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-line;
  white-space: pre-wrap; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 16px; }

adress {
  font-style: italic;
  margin: 0 0 16px; }

mark {
  background: #bbdefb;
  border-radius: 2px;
  padding: 2px 4px; }

blockquote {
  font-style: italic;
  border-left: 3px solid #5c94a4;
  margin: 32px 0;
  padding: 16px; }
  blockquote :last-child {
    margin-bottom: 0; }

cite {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0 none;
  border-top: 1px solid getColor(border);
  margin: 0 0 16px; }

.text--big {
  font-size: 24px;
  line-height: 32px;
  display: inline-block; }

.text--light {
  color: #616161; }

.text--spaced {
  letter-spacing: 3px; }

.text--caps {
  text-transform: uppercase; }

.text--success {
  color: #6fae3f; }

.text--warning {
  color: #f6ba04; }

.text--alert {
  color: #e91a1a; }

.text--truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

form {
  margin: 0 0 16px; }

fieldset {
  min-width: 0;
  border: 0 none;
  margin: 0;
  padding: 0; }

fieldset > div {
  font-size: 0;
  margin: 0 0 16px; }

fieldset > div > input, fieldset > div > select, fieldset > div > textarea {
  font-size: 16px;
  line-height: 24px; }

label {
  cursor: pointer; }

label, .label {
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 16px;
  line-height: 24px; }
  label--checkbox, label--radio, .label--checkbox, .label--radio {
    font-weight: 400;
    text-indent: -23px;
    display: inline-block;
    margin: 0;
    padding-left: 24px;
    margin-right: 16px !important; }
  @media only screen and (min-width: 768px) {
    label--autowidth, .label--autowidth {
      text-align: left !important;
      width: auto !important;
      padding-right: 0 !important; } }

input, select, textarea {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: baseline; }

input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=time], input[type=number], input[type=file], textarea {
  background: #fff;
  display: block;
  width: 100%;
  min-height: 2.75em;
  border: 1px solid #9e9e9e;
  margin: 0;
  padding: 8px;
  border-radius: 0;
  -webkit-appearance: none; }

input[type=checkbox], input[type=radio] {
  position: relative;
  top: -1px;
  margin-right: 4px; }

input[type=file] {
  background: transparent !important;
  border: 0 none;
  padding: 0; }

select {
  width: 100%;
  cursor: pointer; }

textarea {
  height: auto;
  min-height: 100px;
  vertical-align: top; }

::-webkit-input-placeholder {
  color: getColor(text, light); }

::-moz-placeholder {
  color: getColor(text, light); }

:-ms-input-placeholder {
  color: getColor(text, light); }

@media only screen and (min-width: 768px) {
  .flexform label, .flexform .label {
    display: inline-block;
    width: 33.3334%; } }
@media only screen and (min-width: 992px) {
  .flexform label, .flexform .label {
    text-align: right;
    padding-right: 16px; } }
@media only screen and (min-width: 768px) {
  .flexform input[type=text], .flexform input[type=password], .flexform input[type=search], .flexform input[type=email], .flexform input[type=url], .flexform input[type=tel], .flexform input[type=date], .flexform input[type=time], .flexform input[type=number], .flexform input[type=file], .flexform textarea, .flexform select {
    display: inline-block;
    width: 66.6667%; } }
.flexform input[type=text] + span, .flexform input[type=password] + span, .flexform input[type=search] + span, .flexform input[type=email] + span, .flexform input[type=url] + span, .flexform input[type=tel] + span, .flexform input[type=date] + span, .flexform input[type=time] + span, .flexform input[type=number] + span, .flexform input[type=file] + span, .flexform textarea + span, .flexform select + span {
  display: inline-block;
  margin-top: 4px; }
  @media only screen and (min-width: 768px) {
    .flexform input[type=text] + span, .flexform input[type=password] + span, .flexform input[type=search] + span, .flexform input[type=email] + span, .flexform input[type=url] + span, .flexform input[type=tel] + span, .flexform input[type=date] + span, .flexform input[type=time] + span, .flexform input[type=number] + span, .flexform input[type=file] + span, .flexform textarea + span, .flexform select + span {
      margin-left: 33.3334%; } }
.flexform .inputs {
  width: 100%; }
  .flexform .inputs span {
    display: block; }
  @media only screen and (min-width: 768px) {
    .flexform .inputs {
      display: inline-block;
      width: 66.6667%;
      vertical-align: top; }
      .flexform .inputs span {
        margin-left: 0; } }
@media only screen and (min-width: 768px) {
  .flexform .btn {
    margin-left: 33.3334%; } }

/* Normalize Fix */
input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* WebKit Fix */
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #5c94a4;
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  vertical-align: baseline;
  display: inline-block;
  width: 100%;
  height: 44px;
  border: 2px solid #5c94a4;
  border-radius: 3px;
  box-shadow: none;
  margin: 0;
  padding: 0 16px;
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .btn:hover {
    background: #1976d2;
    color: #fff;
    border-color: #1976d2;
    -ms-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
  .btn:active {
    background: #1976d2;
    color: #fff;
    border-color: #1976d2; }
  .btn--secondary {
    background: transparent;
    color: #616161;
    border-color: #616161;
    box-shadow: none; }
    .btn--secondary:hover {
      background: #616161;
      color: #fff;
      border-color: #616161; }
    .btn--secondary:active {
      background: #616161;
      color: #fff;
      border-color: #616161; }
  .btn--disabled {
    opacity: .375;
    pointer-events: none; }
  .btn--link {
    background: transparent !important;
    font-size: 16px;
    color: #5c94a4;
    text-align: left;
    width: auto;
    border: 0 none;
    padding: 0; }
    .btn--link:hover {
      color: #1976d2; }
    .btn--link:active {
      color: #1976d2; }
  .btn--s {
    font-size: 12px;
    height: 28px;
    padding: 0 8px; }
  .btn--l {
    font-size: 24px;
    height: 60px;
    padding: 0 24px; }
  @media only screen and (min-width: 480px) {
    .btn {
      width: auto; } }

/* Firefox Fix */
button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0; }

table {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  margin: 0 0 16px; }

colgroup {
  border: 1px solid #9e9e9e; }

th, td {
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #9e9e9e;
  padding: 16px; }

thead th {
  font-weight: 700; }

tbody th {
  font-weight: 700; }

tbody td[colspan] {
  text-align: center; }

table#recaptcha_table, table.table-auto {
  table-layout: auto; }

/* Responsive Table Wrapper */
.flex-table {
  overflow-x: auto;
  background-color: #fff;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -webkit-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -moz-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -o-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(right, #fff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 5em 100%, 5em 100%, .5em 100%, .5em 100%;
  background-attachment: local, local, scroll, scroll;
  margin: 16px 0; }

.flex-table table {
  margin: 0; }

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

img, object, embed {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  width: auto\9;
  /* IE Fix */
  height: auto; }

figure, audio, video {
  margin: 0; }

.mediabox {
  position: relative;
  height: 0;
  padding-top: 100%; }
  .mediabox img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .mediabox--4-3 {
    padding-top: 75%; }
  .mediabox--3-2 {
    padding-top: 66.6667%; }
  .mediabox--16-9 {
    padding-top: 56.25%; }
  .mediabox--2-1 {
    padding-top: 50%; }

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

.maxwidth {
  margin-right: auto;
  margin-left: auto; }
  .maxwidth--xs {
    max-width: 320px; }
  .maxwidth--s {
    max-width: 480px; }
  .maxwidth--m {
    max-width: 600px; }
  .maxwidth--l {
    max-width: 768px; }
  .maxwidth--xl {
    max-width: 992px; }
  .maxwidth--xxl {
    max-width: 1280px; }
  .maxwidth--xxxl {
    max-width: 1600px; }

.align--left {
  text-align: left; }
.align--right {
  text-align: right; }
.align--center {
  text-align: center; }
.align--justify {
  text-align: justify; }

.float--left {
  float: left; }
.float--right {
  float: right; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.block {
  display: block; }

.margin--none {
  margin-bottom: 0 !important; }
.margin--xs {
  margin-bottom: 4px !important; }
.margin--s {
  margin-bottom: 8px !important; }
.margin--m {
  margin-bottom: 16px !important; }
.margin--l {
  margin-bottom: 24px !important; }
.margin--xl {
  margin-bottom: 32px !important; }
.margin--xxl {
  margin-bottom: 48px !important; }
.margin--xxxl {
  margin-bottom: 64px !important; }

.grid {
  font-size: 0;
  text-justify: distribute-all-lines; }
  .grid__cell {
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    .grid__cell--xs--1-1 {
      width: 100%; }
    .grid__cell--xs--4-5 {
      width: 80%; }
    .grid__cell--xs--3-4 {
      width: 75%; }
    .grid__cell--xs--2-3 {
      width: 66.6667%; }
    .grid__cell--xs--3-5 {
      width: 60%; }
    .grid__cell--xs--1-2 {
      width: 50%; }
    .grid__cell--xs--2-5 {
      width: 40%; }
    .grid__cell--xs--1-3 {
      width: 33.3334%; }
    .grid__cell--xs--1-4 {
      width: 25%; }
    .grid__cell--xs--1-5 {
      width: 20%; }
    .grid__cell--xs--1-6 {
      width: 16.66667%; }
    @media only screen and (min-width: 480px) {
      .grid__cell--s--1-1 {
        width: 100%; }
      .grid__cell--s--4-5 {
        width: 80%; }
      .grid__cell--s--3-4 {
        width: 75%; }
      .grid__cell--s--2-3 {
        width: 66.6667%; }
      .grid__cell--s--3-5 {
        width: 60%; }
      .grid__cell--s--1-2 {
        width: 50%; }
      .grid__cell--s--2-5 {
        width: 40%; }
      .grid__cell--s--1-3 {
        width: 33.3334%; }
      .grid__cell--s--1-4 {
        width: 25%; }
      .grid__cell--s--1-5 {
        width: 20%; }
      .grid__cell--s--1-6 {
        width: 16.66667%; } }
    @media only screen and (min-width: 600px) {
      .grid__cell--m--1-1 {
        width: 100%; }
      .grid__cell--m--4-5 {
        width: 80%; }
      .grid__cell--m--3-4 {
        width: 75%; }
      .grid__cell--m--2-3 {
        width: 66.6667%; }
      .grid__cell--m--3-5 {
        width: 60%; }
      .grid__cell--m--1-2 {
        width: 50%; }
      .grid__cell--m--2-5 {
        width: 40%; }
      .grid__cell--m--1-3 {
        width: 33.3334%; }
      .grid__cell--m--1-4 {
        width: 25%; }
      .grid__cell--m--1-5 {
        width: 20%; }
      .grid__cell--m--1-6 {
        width: 16.66667%; } }
    @media only screen and (min-width: 768px) {
      .grid__cell--l--1-1 {
        width: 100%; }
      .grid__cell--l--4-5 {
        width: 80%; }
      .grid__cell--l--3-4 {
        width: 75%; }
      .grid__cell--l--2-3 {
        width: 66.6667%; }
      .grid__cell--l--3-5 {
        width: 60%; }
      .grid__cell--l--1-2 {
        width: 50%; }
      .grid__cell--l--2-5 {
        width: 40%; }
      .grid__cell--l--1-3 {
        width: 33.3334%; }
      .grid__cell--l--1-4 {
        width: 25%; }
      .grid__cell--l--1-5 {
        width: 20%; }
      .grid__cell--l--1-6 {
        width: 16.66667%; } }
    @media only screen and (min-width: 992px) {
      .grid__cell--xl--1-1 {
        width: 100%; }
      .grid__cell--xl--4-5 {
        width: 80%; }
      .grid__cell--xl--3-4 {
        width: 75%; }
      .grid__cell--xl--2-3 {
        width: 66.6667%; }
      .grid__cell--xl--3-5 {
        width: 60%; }
      .grid__cell--xl--1-2 {
        width: 50%; }
      .grid__cell--xl--2-5 {
        width: 40%; }
      .grid__cell--xl--1-3 {
        width: 33.3334%; }
      .grid__cell--xl--1-4 {
        width: 25%; }
      .grid__cell--xl--1-5 {
        width: 20%; }
      .grid__cell--xl--1-6 {
        width: 16.66667%; } }
    @media only screen and (min-width: 1280px) {
      .grid__cell--xxl--1-1 {
        width: 100%; }
      .grid__cell--xxl--4-5 {
        width: 80%; }
      .grid__cell--xxl--3-4 {
        width: 75%; }
      .grid__cell--xxl--2-3 {
        width: 66.6667%; }
      .grid__cell--xxl--3-5 {
        width: 60%; }
      .grid__cell--xxl--1-2 {
        width: 50%; }
      .grid__cell--xxl--2-5 {
        width: 40%; }
      .grid__cell--xxl--1-3 {
        width: 33.3334%; }
      .grid__cell--xxl--1-4 {
        width: 25%; }
      .grid__cell--xxl--1-5 {
        width: 20%; }
      .grid__cell--xxl--1-6 {
        width: 16.66667%; } }
  .grid--guttered {
    margin-right: -8px;
    margin-left: -8px;
    /* margin-bottom: -16px; */ }
    .grid--guttered .grid__cell {
      padding: 0 8px;
      margin-bottom: 16px; }
    .grid--guttered--s {
      margin-right: -4px;
      margin-left: -4px;
      margin-bottom: -8px; }
      .grid--guttered--s .grid__cell {
        padding-right: 4px;
        padding-left: 4px;
        margin-bottom: 8px; }
    .grid--guttered--l {
      margin-right: -12px;
      margin-left: -12px;
      margin-bottom: -24px; }
      .grid--guttered--l .grid__cell {
        padding-right: 12px;
        padding-left: 12px;
        margin-bottom: 24px; }

.masthead {
  text-align: center;
  padding: 24px 0; }

svg.logo {
  max-width: 100%;
  height: auto; }
  svg.logo path {
    fill: #5c94a4;
    -ms-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  svg.logo:hover path {
    fill: #1976d2;
    -ms-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }

.content {
  background: #f5f5f5;
  padding: 16px 0; }
  .content header {
    margin-top: 32px;
    margin-bottom: 48px; }

.card {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: none; }
  .card .card__inner {
    padding: 16px; }
    .card .card__inner :last-child {
      margin-bottom: 0; }

footer[role=contentinfo] {
  background: #616161;
  color: #fff;
  padding: 48px 0; }
  footer[role=contentinfo] a {
    color: #bbdefb; }
    footer[role=contentinfo] a:hover {
      color: #64b5f6; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 2cm; }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    page-break-after: avoid; }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    orphans: 3;
    widows: 3; }

  a {
    color: #000 !important;
    text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; } }
