@charset "UTF-8";
/*! 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.
   */
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/10/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 of focused elements when they are also in an
   * active/hover state.
   */
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 {
  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 {
  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.
   */
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).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
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; }

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

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

#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; }

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

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #e01f29;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #c11b23; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

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

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

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

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

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1.25rem;
    padding: 0.75rem 0; }

.help-text {
  margin-top: -0.625rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.25rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.875rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.8125rem;
  padding: 0.625rem;
  border: 2px solid #e01f29;
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-family: "Open sans";
  line-height: normal;
  color: #000;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

.form-error {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e01f29;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #be1a23;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #ecd9dd; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #e01f29;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -ms-transform: translateY(-2em);
      transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -ms-transform: translateY(2em);
      transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

form span.error {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #ecd9dd;
  color: #e01f29;
  font-size: 13px; }
  form span.error:before {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 0;
    height: 0;
    content: " ";
    z-index: 1;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #ecd9dd transparent; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.center {
  text-align: center; }

ul.pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px; }
  @media screen and (max-width: 39.9375em) {
    ul.pagination li.pagination-previous,
    ul.pagination li.pagination-next {
      display: inline-block; }
    ul.pagination li.pagination-first,
    ul.pagination li.pagination-last,
    ul.pagination li.disabled {
      display: none; } }

body {
  padding-top: 60px; }
  @media screen and (min-width: 40em) {
    body {
      padding-top: 100px; } }

header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  z-index: 999; }
  @media screen and (min-width: 40em) {
    header {
      padding-top: 10px;
      height: 100px; } }
  header::before, header::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  header::after {
    clear: both; }

body.article header,
body.event header,
body.publication header,
body.scrolled header {
  background-color: #f4e9eb; }

.brand {
  display: inline-block;
  background: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: auto 45px;
  background-position: 51% 8px;
  height: 56px;
  width: 200px; }
  @media screen and (min-width: 40em) {
    .brand {
      margin-top: 10px; } }

.sitename {
  visibility: hidden; }

.mobile-menu-btn {
  display: inline-block;
  background: url("../resources/img/MenuBurger.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 29px;
  height: 21px;
  margin-right: 20px;
  margin-top: 20px;
  float: right; }
  @media screen and (min-width: 40em) {
    .mobile-menu-btn {
      margin-top: 30px; } }
  @media screen and (min-width: 70em) {
    .mobile-menu-btn {
      display: none; } }

.mobile-menu {
  display: none; }
  @media screen and (min-width: 70em) {
    .mobile-menu {
      display: block;
      position: relative;
      top: 0;
      width: calc(100% - 235px);
      height: 90px;
      float: right; } }

@media screen and (max-width: 70em) {
  .mobile-menu-visible {
    display: block;
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    border-bottom: 10px solid #e01f29; } }
  @media screen and (max-width: 70em) and (min-width: 40em) {
    .mobile-menu-visible {
      top: 100px; } }

.menu-lang {
  background: #f4e9eb;
  text-transform: uppercase;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  padding-top: 12px;
  margin-top: -1px;
  font-size: 14px; }
  @media screen and (min-width: 64em) {
    .menu-lang {
      margin-top: 0;
      background: transparent;
      float: right;
      font-size: 12px;
      padding-top: 8px; } }
  .menu-lang ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 16px; }
    @media screen and (min-width: 64em) {
      .menu-lang ul {
        padding-bottom: 8px;
        text-align: right;
        margin: 0; } }
    .menu-lang ul li {
      display: inline-block;
      padding-left: 6px;
      padding-right: 6px; }
      .menu-lang ul li a, .menu-lang ul li a:hover, .menu-lang ul li a:active, .menu-lang ul li a:focus, .menu-lang ul li a:visited {
        color: #878787;
        text-decoration: none; }
      .menu-lang ul li a.active {
        color: #e01f29;
        text-decoration: underline; }
      @media screen and (min-width: 64em) {
        .menu-lang ul li {
          padding-left: 0;
          padding-right: 0; } }
    .menu-lang ul li + li:before {
      content: "|";
      color: #333; }
      @media screen and (max-width: 63.9375em) {
        .menu-lang ul li + li:before {
          padding-right: 12px; } }

.search-btn {
  background-image: url("../resources/img/search-normal.png");
  background-size: cover;
  background-position: center center;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px; }

.search-btn:hover,
.search-btn-open {
  background-image: url("../resources/img/search-open.png");
  background-size: cover;
  background-position: center center; }

.menu-pages {
  background: #f4e9eb;
  text-transform: uppercase;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px; }
  @media screen and (min-width: 70em) {
    .menu-pages {
      background: transparent;
      padding-top: 3px;
      border: none;
      height: 100%;
      display: inline-block;
      font-size: 18px; } }
  .menu-pages ul {
    list-style: none;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 16px; }
    @media screen and (min-width: 70em) {
      .menu-pages ul {
        display: table;
        padding-bottom: 0;
        height: 100%;
        margin-left: 0; }
        .menu-pages ul:first-child {
          padding-left: 0; } }
    .menu-pages ul li {
      position: relative;
      display: block;
      padding-left: 0px;
      padding-right: 8px;
      padding-bottom: 20px; }
      @media screen and (min-width: 70em) {
        .menu-pages ul li {
          display: table-cell;
          vertical-align: middle;
          padding-bottom: 0;
          padding-left: 11px;
          padding-right: 11px; } }
      .menu-pages ul li a, .menu-pages ul li a:hover, .menu-pages ul li a:active, .menu-pages ul li a:focus, .menu-pages ul li a:visited {
        color: #e01f29; }
        .menu-pages ul li a.active, .menu-pages ul li a:hover, .menu-pages ul li a:hover.active, .menu-pages ul li a:hover:hover, .menu-pages ul li a:active.active, .menu-pages ul li a:active:hover, .menu-pages ul li a:focus.active, .menu-pages ul li a:focus:hover, .menu-pages ul li a:visited.active, .menu-pages ul li a:visited:hover {
          text-decoration: underline; }
      .menu-pages ul li ul {
        display: none; }
      @media screen and (max-width: 63.9375em) {
        .menu-pages ul li.active {
          padding-bottom: 0; }
          .menu-pages ul li.active ul {
            display: block;
            margin: 10px 0 0; }
            .menu-pages ul li.active ul li {
              text-transform: none;
              padding-bottom: 0; }
              .menu-pages ul li.active ul li a {
                color: #878787; } }
      @media screen and (min-width: 64em) {
        .menu-pages ul li ul {
          display: none;
          position: absolute;
          margin-top: 10px;
          left: -10px;
          padding: 20px 10px;
          background-color: #fff;
          height: auto;
          min-width: 300px;
          font-size: 15px; }
          .menu-pages ul li ul li {
            display: block;
            padding-bottom: 8px; }
        .menu-pages ul li:hover ul {
          display: block; } }

body.article header .menu-pages ul li ul, body.scrolled header .menu-pages ul li ul {
  background-color: #f4e9eb; }

.menu-end {
  background: #ecd9dd;
  padding: 16px; }

.engasjer-deg-btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e01f29;
  color: #fff;
  float: right;
  padding: 12px;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  [data-whatinput='mouse'] .engasjer-deg-btn {
    outline: 0; }
  .engasjer-deg-btn:hover, .engasjer-deg-btn:focus {
    background-color: #e01f29;
    color: #fff; }
  .engasjer-deg-btn:hover {
    text-decoration: underline;
    float: right; }

.frontpage__image {
  position: relative; }
  .frontpage__image figure {
    margin: 0;
    position: relative;
    width: 100%; }
    .frontpage__image figure img {
      width: 100%; }
  .frontpage__image .text-overlay {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%; }
  .frontpage__image .text-overlay-table {
    display: table;
    height: 100%;
    width: 100%; }
  .frontpage__image .text-overlay-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    width: 100%;
    font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3; }
    .frontpage__image .text-overlay-cell h2 {
      font-size: 24px;
      line-height: 1.2;
      font-weight: bold;
      text-transform: uppercase; }
    @media screen and (min-width: 40em) {
      .frontpage__image .text-overlay-cell {
        font-size: 22px;
        padding-left: 100px;
        padding-right: 100px; }
        .frontpage__image .text-overlay-cell h2 {
          font-size: 26px;
          margin-bottom: 20px; } }
    @media screen and (min-width: 64em) {
      .frontpage__image .text-overlay-cell {
        font-size: 32px;
        padding-left: 180px;
        padding-right: 180px; }
        .frontpage__image .text-overlay-cell h2 {
          font-size: 48px;
          margin-bottom: 30px; } }
    .frontpage__image .text-overlay-cell .featured-btn {
      display: inline-block;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      -webkit-appearance: none;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      vertical-align: middle;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 0.85em 1em;
      margin: 0 0 1rem 0;
      font-size: 0.9rem;
      background-color: #e01f29;
      color: #fff;
      font-size: 16px;
      font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      padding: 12px 24px;
      margin-top: 20px;
      font-weight: bold;
      text-transform: uppercase; }
      [data-whatinput='mouse'] .frontpage__image .text-overlay-cell .featured-btn {
        outline: 0; }
      .frontpage__image .text-overlay-cell .featured-btn:hover, .frontpage__image .text-overlay-cell .featured-btn:focus {
        background-color: #fff;
        color: #fff; }
      .frontpage__image .text-overlay-cell .featured-btn:hover {
        /*@include button(false, #fff, #fff, $brand-red, solid);
        padding: 12px;
        margin-top: 20px;*/
        color: #e01f29; }
      @media screen and (min-width: 40em) {
        .frontpage__image .text-overlay-cell .featured-btn {
          margin-top: 40px;
          font-size: 20px; }
          .frontpage__image .text-overlay-cell .featured-btn:hover {
            font-size: 20px; } }

.desktop__some {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  float: right;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold; }
  .desktop__some .desktop__some_header {
    position: relative;
    top: -10px;
    margin-right: 20px; }
  @media screen and (min-width: 40em) {
    .desktop__some {
      padding: 20px 0 10px 0;
      margin-bottom: 30px; } }

.desktop__some-icon {
  display: inline-block;
  background-position: center center;
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #000;
  text-align: center; }
  .desktop__some-icon span:after {
    color: #fff;
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    font: normal normal normal 20px/36px FontAwesome; }

.desktop__facebook span:after {
  content: ""; }

.desktop__facebook:hover {
  background-color: #3b5998; }

.desktop__twitter span:after {
  content: ""; }

.desktop__twitter:hover {
  background-color: #55acee; }

.desktop__instagram span:after {
  content: ""; }

.desktop__instagram:hover {
  background-color: #3f729b; }

.navblock__container {
  padding-top: 25px;
  margin-bottom: 30px; }
  @media screen and (min-width: 64em) {
    .navblock__container {
      padding-bottom: 10px;
      margin-bottom: 50px; } }

.navblock {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  margin-bottom: 35px; }
  .navblock .navblock__image {
    margin: 0 auto;
    margin-bottom: 18px;
    max-width: 55%;
    border-radius: 50%; }
    @media screen and (min-width: 64em) {
      .navblock .navblock__image {
        display: table-cell;
        vertical-align: middle;
        width: 35%; } }
  @media screen and (min-width: 64em) {
    .navblock {
      margin-bottom: 50px; } }

@media screen and (min-width: 64em) {
  .navblock-one-column {
    padding-left: 60px; } }

@media screen and (min-width: 64em) {
  .navblock-two-columns:nth-child(2n+3) {
    clear: left; } }

.navblock-one-column-square .navblock__table_div {
  background-color: #f4e9eb; }
  .navblock-one-column-square .navblock__table_div .navblock__image {
    background-color: #fff;
    border-radius: 0; }

.navblock__table_div {
  display: inline-table; }
  .navblock__table_div picture img {
    border-radius: 50%; }

.navblock__text_box {
  font-size: 14px;
  line-height: 1.4;
  max-width: 500px; }
  @media screen and (min-width: 64em) {
    .navblock__text_box {
      display: table-cell;
      vertical-align: middle;
      padding-left: 30px;
      text-align: left;
      width: 64%;
      font-size: 16px; } }

.navblock__title {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (min-width: 64em) {
    .navblock__title {
      font-size: 28px;
      margin-bottom: 15px; } }
  .navblock__title a {
    color: #000; }
    .navblock__title a:hover {
      color: #e01f29; }

.navblock__btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e01f29;
  color: #fff;
  margin-top: 25px;
  padding: 12px;
  padding-left: 26px;
  padding-right: 26px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #e01f29;
  font-family: 'Roboto Condensed';
  font-size: 16px; }
  [data-whatinput='mouse'] .navblock__btn {
    outline: 0; }
  .navblock__btn:hover, .navblock__btn:focus {
    background-color: #fff;
    color: #fff; }
  .navblock__btn:hover {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #fff;
    color: #e01f29;
    margin-top: 25px;
    padding: 12px;
    padding-left: 26px;
    padding-right: 26px;
    border: 2px solid #e01f29;
    font-family: 'Roboto Condensed';
    font-size: 16px; }
    [data-whatinput='mouse'] .navblock__btn:hover {
      outline: 0; }
    .navblock__btn:hover:hover, .navblock__btn:hover:focus {
      background-color: #fff;
      color: #e01f29; }

.campaign__container {
  display: block;
  width: 100%;
  height: 320px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .campaign__container {
      height: 488px;
      margin-bottom: 45px; } }

.campaign__overlay_wrapper {
  height: 100%;
  display: table; }
  @media screen and (max-width: 39.9375em) {
    .campaign__overlay_wrapper {
      width: 100%;
      padding: 0; } }

.campaign__overlay_row {
  height: 100%; }
  @media screen and (max-width: 39.9375em) {
    .campaign__overlay_row {
      padding: 0; } }

.campaign__overlay {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 12px;
  background: linear-gradient(rgba(29, 26, 53, 0.65), rgba(29, 26, 53, 0.65)); }
  @media screen and (min-width: 40em) {
    .campaign__overlay {
      padding-left: 24px;
      padding-right: 24px; } }
  @media screen and (min-width: 64em) {
    .campaign__overlay {
      padding-left: 32px;
      padding-right: 32px; } }

.campaign__subheading {
  color: #e01f29;
  text-transform: uppercase;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px; }
  @media screen and (min-width: 40em) {
    .campaign__subheading {
      color: #fff;
      margin-bottom: 20px;
      font-size: 14px; } }

.campaign__heading {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 24px;
  line-height: 1.1; }
  @media screen and (min-width: 40em) {
    .campaign__heading {
      font-size: 48px;
      margin-bottom: 38px; } }

.campaign__text {
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px; }
  @media screen and (min-width: 40em) {
    .campaign__text {
      padding: 0 40px;
      margin-bottom: 32px;
      font-size: 24px; } }

.campaign__button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e01f29;
  color: #fefefe;
  background-color: #e01f29;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 30px; }
  [data-whatinput='mouse'] .campaign__button {
    outline: 0; }
  .campaign__button:hover, .campaign__button:focus {
    background-color: #be1a23;
    color: #fefefe; }
  .campaign__button:focus, .campaign__button:visited {
    background-color: #e01f29; }
  .campaign__button:hover {
    background-color: #fff;
    color: #e01f29; }
  @media screen and (min-width: 40em) {
    .campaign__button {
      font-size: 20px; } }

.sistenyheter__heading {
  color: #e01f29;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  margin: 0; }
  @media screen and (min-width: 40em) {
    .sistenyheter__heading {
      text-align: left;
      font-size: 16px;
      padding-bottom: 3px; } }

.news__more__button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e01f29;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 30px;
  margin-bottom: 40px; }
  [data-whatinput='mouse'] .news__more__button {
    outline: 0; }
  .news__more__button:hover, .news__more__button:focus {
    background-color: #e01f29;
    color: #fff; }
  .news__more__button:hover {
    text-decoration: underline; }
  @media screen and (min-width: 40em) {
    .news__more__button {
      font-size: 20px; } }

.news__container figure {
  position: relative;
  margin: 0;
  margin-bottom: 20px; }
  .news__container figure img {
    width: 100%; }
  .news__container figure figcaption {
    display: none; }
  .news__container figure:hover figcaption {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px; }
    .news__container figure:hover figcaption p {
      margin: 0; }

.news__container .news__postdate {
  margin-bottom: 10px;
  font-size: 12px;
  color: #e01f29;
  font-weight: bold;
  padding-right: 21px;
  padding-left: 21px; }
  @media screen and (min-width: 40em) {
    .news__container .news__postdate {
      margin-bottom: 14px;
      padding-left: 0;
      padding-right: 0;
      font-size: 14px; } }

.news__container .news__heading {
  text-transform: uppercase;
  text-align: left;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-right: 21px;
  padding-left: 21px; }
  .news__container .news__heading a, .news__container .news__heading a:hover, .news__container .news__heading a:focus, .news__container .news__heading a:visited {
    color: #000; }
  @media screen and (min-width: 40em) {
    .news__container .news__heading {
      font-size: 24px;
      padding-left: 0;
      padding-right: 0; } }

.news__container .news__lead {
  padding-left: 21px;
  padding-right: 21px;
  font-size: 14px;
  margin-bottom: 45px; }
  @media screen and (min-width: 40em) {
    .news__container .news__lead {
      font-size: 16px;
      padding-left: 0;
      padding-right: 0; } }

.news-left {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .news-left {
      width: 47%;
      float: left; } }

.news-right {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .news-right {
      width: 47%;
      float: right; } }

.news__row-full .news__container {
  margin-bottom: 30px; }
  @media screen and (min-width: 64em) {
    .news__row-full .news__container:nth-child(3n+4) {
      clear: left; } }

.news__featured {
  margin-bottom: 60px;
  background-color: #f4e9eb; }
  .news__featured::before, .news__featured::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .news__featured::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .news__featured {
      background-color: #ecd9dd;
      margin-top: 20px;
      margin-bottom: 90px;
      padding-left: 0;
      padding-right: 0;
      border-left: 0.9375rem solid #fff;
      border-right: 0.9375rem solid #fff; } }
  .news__featured .news__featured__coverimage {
    position: relative;
    margin: 0;
    padding-top: 20px; }
    @media screen and (min-width: 40em) {
      .news__featured .news__featured__coverimage {
        margin: 0 40px 0 0;
        padding-top: 0;
        float: left; } }
    .news__featured .news__featured__coverimage figcaption {
      display: none; }
    .news__featured .news__featured__coverimage:hover figcaption {
      display: block;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      right: 0;
      left: 0;
      color: #fff;
      padding: 5px 10px;
      font-size: 12px; }
      .news__featured .news__featured__coverimage:hover figcaption p {
        margin: 0; }
  .news__featured .news__featured__container {
    padding: 20px; }
    @media screen and (min-width: 40em) {
      .news__featured .news__featured__container {
        padding: 80px 40px 40px 40px; } }
    .news__featured .news__featured__container .news__featured__postdate {
      margin-bottom: 15px;
      font-size: 12px;
      color: #e01f29;
      font-weight: bold; }
      @media screen and (min-width: 40em) {
        .news__featured .news__featured__container .news__featured__postdate {
          margin-bottom: 20px;
          font-size: 14px; } }
    .news__featured .news__featured__container .news__featured__heading {
      margin-bottom: 15px;
      text-transform: uppercase;
      text-align: left;
      text-decoration: underline;
      font-size: 20px;
      font-weight: bold;
      color: #000; }
      .news__featured .news__featured__container .news__featured__heading a, .news__featured .news__featured__container .news__featured__heading a:hover, .news__featured .news__featured__container .news__featured__heading a:focus, .news__featured .news__featured__container .news__featured__heading a:visited {
        color: #000; }
      @media screen and (min-width: 40em) {
        .news__featured .news__featured__container .news__featured__heading {
          margin-bottom: 30px;
          font-size: 30px;
          padding-left: 0;
          padding-right: 0; } }

.related_news__column .related_news__heading {
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (min-width: 64em) {
    .related_news__column .related_news__heading {
      font-size: 28px;
      margin-bottom: 30px; } }
  .related_news__column .related_news__heading a {
    color: #000; }
    .related_news__column .related_news__heading a:hover {
      color: #e01f29; }

.events__column {
  padding-right: 0;
  padding-left: 0;
  background: #ecd9dd; }
  @media screen and (min-width: 40em) {
    .events__column {
      margin-top: 46px;
      border-right: 15px solid #fff; } }

.events__header {
  background: #e01f29;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1; }
  .events__header a {
    color: inherit; }
  @media screen and (min-width: 40em) {
    .events__header {
      font-size: 16px;
      padding-top: 12px;
      padding-bottom: 12px; } }

.event__listing {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #e01f29;
  display: table;
  padding-top: 12px;
  padding-bottom: 12px; }

.event__date_box {
  width: 40px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: #e01f29;
  line-height: 1.0; }

.event__day {
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 27px; }
  @media screen and (min-width: 40em) {
    .event__day {
      font-size: 36px;
      line-height: 1; } }

.event__month {
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px; }
  @media screen and (min-width: 40em) {
    .event__month {
      font-size: 16px; } }

.event__desc_box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 20px;
  line-height: 1; }

.event__title {
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0; }
  .event__title a, .event__title a:hover, .event__title a:focus, .event__title a:visited {
    color: #000; }
  @media screen and (min-width: 40em) {
    .event__title {
      margin-top: 10px;
      font-size: 16px;
      line-height: 24px; } }

.event__place {
  color: inherit;
  font-size: 14px;
  margin: 0; }
  @media screen and (min-width: 40em) {
    .event__place {
      font-size: 16px;
      line-height: 24px; } }

.events__see_all {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  width: 100%;
  padding-left: 20px;
  color: #e01f29;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 12px;
  padding-bottom: 12px; }
  .events__see_all:hover, .events__see_all:focus, .events__see_all:visited {
    color: #e01f29; }
  @media screen and (min-width: 40em) {
    .events__see_all {
      font-size: 16px; } }

.blog__column {
  padding-right: 0;
  padding-left: 0; }
  @media screen and (min-width: 40em) {
    .blog__column {
      margin-top: 40px;
      min-height: 210px; } }

@media screen and (min-width: 40em) {
  .blog__container {
    margin-right: 15px; } }

.blog__header {
  background: #e01f29;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px; }
  @media screen and (min-width: 40em) {
    .blog__header {
      font-size: 16px;
      padding-top: 12px;
      padding-bottom: 12px; } }
  .blog__header a {
    color: #fff; }

.blogpost__header {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .blogpost__header a, .blogpost__header a:hover, .blogpost__header a:focus, .blogpost__header a:visited {
    color: #e01f29;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold; }
  @media screen and (min-width: 40em) {
    .blogpost__header {
      padding-left: 0;
      padding-right: 20px;
      font-size: 24px;
      line-height: 1.2; } }

.blogpost__image {
  display: block;
  margin-bottom: 16px; }

.blogpost__lead {
  font-size: 14px;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px; }
  @media screen and (min-width: 40em) {
    .blogpost__lead {
      font-size: 16px;
      width: 100%;
      padding-left: 0;
      border-bottom: 1px solid #e01f29; } }

.newsletter__column ::-webkit-input-placeholder {
  color: #e01f29;
  font-weight: bold; }

.newsletter__column :-moz-placeholder {
  color: #e01f29;
  font-weight: bold; }

.newsletter__column ::-moz-placeholder {
  color: #e01f29;
  font-weight: bold; }

.newsletter__column :-ms-input-placeholder {
  color: #e01f29;
  font-weight: bold; }

.newsletter__column {
  display: none;
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 40em) {
    .newsletter__column {
      display: block; } }

@media screen and (min-width: 40em) {
  .newsletter__container {
    margin-right: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e01f29; } }

.newsletter__container .newsletter__icon {
  width: 31px;
  height: 23px;
  display: inline-block;
  background: url("../resources/img/mail.png");
  margin-right: 12px; }

.newsletter__container .newsletter_lead {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-bottom: 20px; }

@media screen and (min-width: 64em) {
  .newsletter__container input.email,
  .newsletter__container input.email:focus {
    width: 75%;
    float: left; } }

.newsletter__container input.button {
  padding: 14px;
  background-color: #e01f29;
  border: 2px solid #e01f29;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase; }
  @media screen and (min-width: 64em) {
    .newsletter__container input.button {
      width: 25%;
      float: left; } }
  .newsletter__container input.button:focus, .newsletter__container input.button:hover, .newsletter__container input.button:visited {
    background-color: #e01f29; }

.newsletter__container #mc_embed_signup input.mce_inline_error {
  border-color: #e01f29; }

.newsletter__container #mc_embed_signup div.mce_inline_error {
  clear: both;
  background-color: #e01f29; }

.newsletter__container #mc_embed_signup #mce-responses {
  margin-top: 10px;
  margin-bottom: 10px; }

.newsletter__container #mc_embed_signup #mce-responses #mce-success-response {
  font-weight: bold; }

.journal__container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  text-align: center;
  font-weight: bold; }
  .journal__container a, .journal__container a:hover, .journal__container a:focus, .journal__container a:visited {
    color: #e01f29; }
  @media screen and (min-width: 40em) {
    .journal__container {
      padding-left: 0;
      padding-right: 0;
      text-align: left;
      font-size: 18px; } }
  .journal__container .journal__heading {
    /*a, a:hover, a:focus, a:visited {
      color: #000;
    }*/
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-right: 21px;
    padding-left: 21px; }
    @media screen and (min-width: 40em) {
      .journal__container .journal__heading {
        text-align: left;
        font-size: 24px;
        padding-left: 0;
        padding-right: 0; } }
  .journal__container .journal__cover {
    text-decoration: none;
    display: block; }
    .journal__container .journal__cover img {
      display: block;
      margin-bottom: 10px; }

@media screen and (min-width: 40em) {
  .journal__column {
    padding-left: 0;
    padding-right: 15px;
    text-align: left; } }

/**
 *
 */
.some__column {
  margin: 30px 0 50px 0; }
  .some__column .some__column__heading {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase; }
  .some__column .some__column__content blockquote {
    display: none; }

footer {
  clear: both;
  background: #ecd9dd;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
  padding-bottom: 25px; }
  footer .footer__title {
    color: #e01f29;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (min-width: 40em) {
      footer .footer__title {
        font-size: 16px; } }
  footer .footer__contact_header {
    color: #e01f29;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
    @media screen and (min-width: 40em) {
      footer .footer__contact_header {
        font-size: 16px; } }
  footer .footer__contact_info {
    font-size: 12px;
    margin-bottom: 40px; }
    @media screen and (min-width: 40em) {
      footer .footer__contact_info {
        font-size: 14px; } }
  footer .footer__newsletter {
    border-bottom: 2px solid #000; }
    footer .footer__newsletter .footer__newsletter_header {
      font-size: 14px;
      margin-bottom: 20px; }
    footer .footer__newsletter input.email,
    footer .footer__newsletter input.email:focus {
      height: 40px;
      background: #ecd9dd;
      color: #e01f29; }
      footer .footer__newsletter input.email::-webkit-input-placeholder,
      footer .footer__newsletter input.email:focus::-webkit-input-placeholder {
        color: #e01f29;
        font-weight: bold; }
      footer .footer__newsletter input.email:-moz-placeholder,
      footer .footer__newsletter input.email:focus:-moz-placeholder {
        color: #e01f29;
        font-weight: bold; }
      footer .footer__newsletter input.email::-moz-placeholder,
      footer .footer__newsletter input.email:focus::-moz-placeholder {
        color: #e01f29;
        font-weight: bold; }
      footer .footer__newsletter input.email:-ms-input-placeholder,
      footer .footer__newsletter input.email:focus:-ms-input-placeholder {
        color: #e01f29;
        font-weight: bold; }
      @media screen and (min-width: 64em) {
        footer .footer__newsletter input.email,
        footer .footer__newsletter input.email:focus {
          border-right-width: 0;
          float: left;
          width: 206px; } }
      @media screen and (min-width: 75em) {
        footer .footer__newsletter input.email,
        footer .footer__newsletter input.email:focus {
          width: 266px; } }
    footer .footer__newsletter input.button {
      display: inline-block;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      -webkit-appearance: none;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      vertical-align: middle;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 0.85em 1em;
      margin: 0 0 1rem 0;
      font-size: 0.9rem;
      background-color: #e01f29;
      color: #fefefe;
      background-color: #e01f29; }
      [data-whatinput='mouse'] footer .footer__newsletter input.button {
        outline: 0; }
      footer .footer__newsletter input.button:hover, footer .footer__newsletter input.button:focus {
        background-color: #be1a23;
        color: #fefefe; }
      footer .footer__newsletter input.button:focus, footer .footer__newsletter input.button:hover, footer .footer__newsletter input.button:visited {
        background-color: #e01f29; }
      @media screen and (min-width: 40em) {
        footer .footer__newsletter input.button {
          float: left;
          width: 20%;
          width: 90px; } }
    footer .footer__newsletter #mc_embed_signup input.mce_inline_error {
      border-color: #e01f29; }
    footer .footer__newsletter #mc_embed_signup div.mce_inline_error {
      clear: both;
      background-color: #e01f29; }
    footer .footer__newsletter #mc_embed_signup #mce-responses {
      margin-top: 10px;
      margin-bottom: 10px; }
    footer .footer__newsletter #mc_embed_signup #mce-responses #mce-success-response {
      font-weight: bold; }
  footer .footer__some {
    padding-top: 20px;
    padding-bottom: 20px; }
  footer .footer__some-icon {
    display: inline-block;
    background-position: center center;
    background-size: contain;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #000;
    text-align: center; }
    footer .footer__some-icon span:after {
      color: #ecd9dd;
      position: absolute;
      display: block;
      width: 36px;
      height: 36px;
      font: normal normal normal 20px/36px FontAwesome; }
  footer .footer__facebook span:after {
    content: ""; }
  footer .footer__facebook:hover {
    background-color: #3b5998; }
  footer .footer__twitter span:after {
    content: ""; }
  footer .footer__twitter:hover {
    background-color: #55acee; }
  footer .footer__instagram span:after {
    content: ""; }
  footer .footer__instagram:hover {
    background-color: #3f729b; }
  footer .footer__terms {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px; }
    @media screen and (min-width: 40em) {
      footer .footer__terms {
        font-size: 14px; } }
  footer .footer__design {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px; }
    @media screen and (min-width: 40em) {
      footer .footer__design {
        font-size: 14px; } }
  footer .footer__web {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px; }
    @media screen and (min-width: 40em) {
      footer .footer__web {
        font-size: 14px; } }

@media screen and (max-width: 63.9375em) {
  .desktop-only {
    display: none; } }

.article__header_row {
  padding-top: 30px; }

.border-right-top {
  display: none; }
  @media screen and (min-width: 64em) {
    .border-right-top {
      display: block;
      border-right: 1px solid #000;
      height: 90px; } }

.article__publication__cover figure {
  margin: 0 0 50px 0; }

.article__date {
  font-size: 12px;
  font-family: 'Open sans';
  font-weight: bold;
  background: #000;
  color: #fff;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 25px; }
  @media screen and (min-width: 64em) {
    .article__date {
      font-size: 14px;
      margin-left: 60px;
      margin-bottom: 15px;
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 4px;
      padding-bottom: 4px; } }

.article__title {
  font-family: 'Roboto Condensed';
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold; }
  @media screen and (min-width: 64em) {
    .article__title {
      font-size: 48px;
      margin-left: 60px;
      margin-bottom: 40px;
      line-height: 1.1; } }

.article__featured_image_row {
  padding: 0; }
  @media screen and (min-width: 64em) {
    .article__featured_image_row {
      margin-bottom: 65px; } }

.article__featured_image {
  position: relative;
  padding: 0; }
  .article__featured_image figure {
    margin: 0; }
  .article__featured_image .featured-video {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 25px);
    height: 50px;
    background-size: 50px;
    background-image: url("../resources/img/play-hover.svg");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
    .article__featured_image .featured-video:hover {
      background-image: url("../resources/img/play.svg"); }
    @media screen and (min-width: 40em) {
      .article__featured_image .featured-video {
        top: calc(50% - 35px);
        height: 70px;
        background-size: 70px; } }
    @media screen and (min-width: 64em) {
      .article__featured_image .featured-video {
        top: calc(50% - 45px);
        height: 90px;
        background-size: 90px; } }
    .article__featured_image .featured-video > div {
      display: none; }

.article__share {
  padding-top: 8px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 18px;
  border-top: 1px solid #000;
  text-transform: uppercase;
  float: right;
  /*span {
    position: relative;
    top: -12px;
  }*/ }
  @media screen and (min-width: 64em) {
    .article__share {
      width: 100%;
      text-align: center;
      padding-top: 25px;
      padding-left: 20px;
      padding-right: 20px; } }

.article__share-icon {
  display: inline-block;
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #000;
  text-align: center; }
  .article__share-icon span:after {
    color: #fff;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    font: normal normal normal 14px/25px FontAwesome; }
  .article__share-icon:last-child {
    margin-right: 0; }

.article__facebook_icon span:after {
  content: ""; }

.article__facebook_icon:hover {
  background-color: #3b5998; }

.article__twitter_icon span:after {
  content: ""; }

.article__twitter_icon:hover {
  background-color: #55acee; }

@media screen and (min-width: 64em) {
  .article__share_mobile {
    display: none; } }

.article__share_desktop {
  display: none; }
  @media screen and (min-width: 64em) {
    .article__share_desktop {
      display: block; } }

.article__lead {
  padding-bottom: 38px;
  font-size: 18px;
  line-height: 1.35; }
  @media screen and (min-width: 40em) {
    .article__lead {
      font-size: 20px;
      line-height: 1.6; } }

.article__content_column {
  margin-bottom: 30px; }
  @media screen and (min-width: 64em) {
    .article__content_column {
      border-left: 1px solid #000;
      padding-left: 70px;
      margin-bottom: 50px; } }

.article__content {
  padding-bottom: 23px;
  font-size: 14px;
  line-height: 1.5; }
  .article__content h2 {
    font-weight: bold;
    font-size: 18px;
    color: #e01f29;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2; }
  @media screen and (min-width: 40em) {
    .article__content {
      font-size: 16px; }
      .article__content h2 {
        font-size: 20px; } }

/*.article__facebook_icon {
  display: inline-block;
  background: url('../resources/img/facebook.png');
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 10px;

}

.article__twitter_icon {
  display: inline-block;
  background: url('../resources/img/twitter.png');
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 10px;

}

.article__instagram_icon {
  display: inline-block;
  background: url('../resources/img/Instagram.png');
  background-position: center center;
  background-size: contain;
  width: 25px;
  height: 25px;
}*/
blockquote {
  display: block;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 60px;
  position: relative;
  font-size: 18px;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: bold;
  color: #b2b2b2;
  border-left: none;
  margin: 0;
  margin-bottom: 15px; }
  blockquote p {
    line-height: 1.333;
    margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    blockquote {
      padding-left: 68px; }
      blockquote p {
        font-size: 24px;
        font-family: "Roboto Condensed";
        color: #b2b2b2;
        font-weight: bold;
        font-style: italic;
        line-height: 1.333; } }

blockquote::before {
  content: "";
  height: 30px;
  width: 30px;
  background-image: url("../resources/img/quote.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 20px; }
  @media screen and (min-width: 64em) {
    blockquote::before {
      height: 50px;
      width: 50px;
      left: 3px; } }

blockquote::after {
  content: ""; }

.inlineimage__column {
  margin-bottom: 80px; }
  .inlineimage__column figure {
    margin: 0; }
    .inlineimage__column figure img {
      width: 100%; }
  @media screen and (max-width: 63.9375em) {
    .inlineimage__column {
      padding: 0;
      margin-bottom: 15px; } }

.article__figcaption {
  padding-top: 10px;
  border-top: 1px solid #e01f29;
  margin-bottom: 44px; }
  .article__figcaption p {
    font-size: 12px;
    font-family: "Open Sans";
    color: dimgray;
    font-style: italic;
    line-height: 1.3; }
  @media screen and (min-width: 64em) {
    .article__figcaption {
      margin-bottom: 80px; }
      .article__figcaption p {
        font-size: 13px; } }

@media screen and (min-width: 64em) {
  .figcaption__column {
    position: absolute;
    bottom: 0;
    right: 150px; } }

.image__row {
  position: relative; }

.box-heading {
  font-size: 13px;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1;
  background: #e01f29;
  color: #fff;
  width: 100%;
  padding-left: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold; }
  @media screen and (min-width: 40em) {
    .box-heading {
      font-size: 16px; } }

.box-text {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 16px;
  padding-bottom: 3px;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 1.5;
  border-bottom: 5px solid #000; }
  @media screen and (min-width: 64em) {
    .box-text {
      font-size: 16px;
      padding-left: 30px;
      padding-right: 30px; } }

.author__fullname {
  text-align: center;
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  padding-bottom: 15px; }

.author__desc {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  padding-bottom: 45px;
  border-bottom: 1px solid #000;
  margin-bottom: 25px; }

.countries__header {
  font-size: 16px;
  font-family: "Roboto Condensed";
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.countries__list {
  font-size: 16px;
  font-family: "Roboto Condensed";
  color: #e01f29;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  margin: 0;
  margin-bottom: 40px; }
  .countries__list li a {
    text-decoration: underline;
    color: #e01f29;
    font-size: 18px; }

.tags__header {
  font-size: 16px;
  font-family: "Roboto Condensed";
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.tags__list {
  font-size: 16px;
  font-family: "Roboto Condensed";
  color: #e01f29;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  margin: 0;
  margin-bottom: 40px; }
  .tags__list li a {
    text-decoration: underline;
    color: #e01f29;
    font-size: 18px; }

.form .column:last-child:not(:first-child), .form .columns:last-child:not(:first-child), .form .columns:last-child:not(:first-child) {
  float: left; }

.form .form__row__heading {
  margin: 20px 0;
  padding: 0 0 4px 0;
  border-bottom: 2px solid #e01f29;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #e01f29; }

.form .form__label {
  margin-top: 8px;
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }

.form .form__label-multiple {
  margin-bottom: 12px; }

.form .form__field div label {
  line-height: 1.2; }

.form .form__field div input[type='checkbox'], .form .form__field div input[type='radio'] {
  margin-bottom: 12px; }

.form .form__field-hidden {
  visibility: hidden;
  position: absolute;
  left: -1000px;
  top: 0px; }

.form .form__submit {
  margin: 50px 0 50px 0;
  text-align: center; }
  .form .form__submit .form__submit__button {
    padding: 10px 30px;
    font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase; }

.form .hidden {
  display: none; }

.form .offset-multiple {
  padding-left: 40px; }

.petition {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 5px solid #000; }

.petition__heading {
  font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background: #e01f29;
  color: #fff;
  width: 100%;
  padding-left: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold; }

@media screen and (min-width: 64em) {
  .box-heading {
    font-size: 20px; } }

.petition__text {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 16px; }
  @media screen and (min-width: 64em) {
    .petition__text {
      padding-left: 23px;
      padding-right: 23px; } }

.petition__count {
  padding-left: 13px;
  padding-right: 13px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (min-width: 64em) {
    .petition__count {
      padding-left: 23px;
      padding-right: 23px; } }

.petition__response {
  padding-left: 13px;
  padding-right: 13px;
  font-size: 22px;
  font-weight: bold;
  color: #e01f29; }
  @media screen and (min-width: 64em) {
    .petition__response {
      padding-left: 23px;
      padding-right: 23px; } }

.petition__fields {
  padding-left: 13px;
  padding-right: 13px; }
  @media screen and (min-width: 64em) {
    .petition__fields {
      padding-left: 23px;
      padding-right: 23px; } }

.petition_button {
  margin-top: 20px;
  text-transform: uppercase; }

.fullwidth__image {
  position: relative;
  margin-bottom: 40px; }
  .fullwidth__image figure {
    margin: 0;
    position: relative;
    width: 100%; }
    .fullwidth__image figure img {
      width: 100%; }
    .fullwidth__image figure figcaption {
      position: absolute;
      bottom: 10px;
      right: 20px;
      color: #fff; }
      .fullwidth__image figure figcaption p {
        margin: 0;
        font-size: 13px; }
  @media screen and (min-width: 64em) {
    .fullwidth__image {
      margin-bottom: 0; } }
  .fullwidth__image .text-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }
  .fullwidth__image .text-overlay-table {
    display: table;
    height: 100%;
    width: 100%; }
  .fullwidth__image .text-overlay-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    width: 100%;
    font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #fff; }
    .fullwidth__image .text-overlay-cell h2 {
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 32px; }
    @media screen and (min-width: 40em) {
      .fullwidth__image .text-overlay-cell {
        font-size: 22px;
        padding-left: 100px;
        padding-right: 100px; }
        .fullwidth__image .text-overlay-cell h2 {
          font-size: 26px; } }
    @media screen and (min-width: 64em) {
      .fullwidth__image .text-overlay-cell {
        font-size: 20px;
        line-height: 28px;
        padding-left: 180px;
        padding-right: 180px; }
        .fullwidth__image .text-overlay-cell h2 {
          font-size: 48px;
          line-height: 52px; } }
    .fullwidth__image .text-overlay-cell .featured-btn {
      display: inline-block;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      -webkit-appearance: none;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      vertical-align: middle;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 0.85em 1em;
      margin: 0 0 1rem 0;
      font-size: 0.9rem;
      background-color: #e01f29;
      color: #fff;
      padding: 12px;
      margin-top: 20px;
      font-weight: bold;
      text-transform: uppercase; }
      [data-whatinput='mouse'] .fullwidth__image .text-overlay-cell .featured-btn {
        outline: 0; }
      .fullwidth__image .text-overlay-cell .featured-btn:hover, .fullwidth__image .text-overlay-cell .featured-btn:focus {
        background-color: #fff;
        color: #fff; }
      .fullwidth__image .text-overlay-cell .featured-btn:hover {
        display: inline-block;
        text-align: center;
        line-height: 1;
        cursor: pointer;
        -webkit-appearance: none;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        vertical-align: middle;
        border: 1px solid transparent;
        border-radius: 0;
        padding: 0.85em 1em;
        margin: 0 0 1rem 0;
        font-size: 0.9rem;
        background-color: #fff;
        color: #e01f29;
        padding: 12px;
        margin-top: 20px; }
        [data-whatinput='mouse'] .fullwidth__image .text-overlay-cell .featured-btn:hover {
          outline: 0; }
        .fullwidth__image .text-overlay-cell .featured-btn:hover:hover, .fullwidth__image .text-overlay-cell .featured-btn:hover:focus {
          background-color: #fff;
          color: #e01f29; }
    .fullwidth__image .text-overlay-cell .featured-video {
      background-image: url("../resources/img/play.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 90px;
      height: 90px;
      margin-top: 20px;
      cursor: pointer;
      background-size: 50px;
      height: 50px;
      margin-top: 15px; }
      .fullwidth__image .text-overlay-cell .featured-video:hover {
        background-image: url("../resources/img/play-hover.svg"); }
      @media screen and (min-width: 40em) {
        .fullwidth__image .text-overlay-cell .featured-video {
          background-size: 70px;
          height: 70px;
          margin-top: 15px; } }
      @media screen and (min-width: 64em) {
        .fullwidth__image .text-overlay-cell .featured-video {
          background-size: 90px;
          height: 90px;
          margin-top: 20px; } }

.page__heading {
  margin-top: 30px;
  color: #e01f29;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px; }
  @media screen and (min-width: 64em) {
    .page__heading {
      margin-top: 0; } }

.page__lead {
  padding-bottom: 38px;
  font-size: 18px; }

.page__content_column {
  float: left !important;
  margin-bottom: 25px; }
  @media screen and (min-width: 64em) {
    .page__content_column {
      padding-left: 60px; } }
  .page__content_column h2 {
    color: #e01f29;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 28px; }

@media screen and (min-width: 64em) {
  .page__content_column__bordered {
    border-left: 1px solid #000; } }

.aside__column {
  background-color: #fff;
  padding-bottom: 20px; }

.aside__heading {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px; }

.aside__text {
  font-size: 12px;
  line-height: 1.333; }
  .aside__text a, .aside__text a:hover, .aside__text a:active, .aside__text a:focus, .aside__text a:visited {
    color: #e01f29;
    text-decoration: underline; }
  .aside__text h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px; }
  @media screen and (min-width: 40em) {
    .aside__text {
      font-size: 14px; } }

.video-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 70px;
  text-align: center; }
  .video-overlay .video-container {
    position: relative;
    margin: 0 auto; }
    .video-overlay .video-container:before {
      content: "✖";
      position: absolute;
      width: 50px;
      height: 25px;
      right: 0px;
      top: -30px;
      color: #fff;
      font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }

/**
 *
 * events
 */
@media screen and (min-width: 40em) {
  section.events .row .event.medium-6:nth-child(2n+3) {
    clear: left; } }

.event__container {
  background: #ecd9dd;
  padding: 20px;
  margin-bottom: 15px; }
  @media screen and (min-width: 40em) {
    .event__container {
      margin-bottom: 30px; } }
  .event__container .event__heading {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    padding-left: 12px;
    font-size: 18px; }
    .event__container .event__heading a, .event__container .event__heading a:hover, .event__container .event__heading a:active, .event__container .event__heading a:focus, .event__container .event__heading a:visited {
      color: #000;
      text-decoration: none;
      font-weight: bold;
      font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 40em) {
      .event__container .event__heading {
        font-size: 28px; } }
  .event__container .event__header_box {
    display: table;
    margin-bottom: 35px; }
  .event__container .event__lead {
    font-size: 14px;
    margin-bottom: 35px; }
    @media screen and (min-width: 40em) {
      .event__container .event__lead {
        font-size: 16px; } }

.event__details {
  display: table; }
  .event__details .event__details_clock {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #000; }
    .event__details .event__details_clock img {
      display: block;
      padding-left: 10px;
      padding-right: 10px; }
  .event__details .event__details_column {
    display: table-cell;
    padding-left: 20px; }

.event__details_date,
.event__details_host,
.event__details_place,
.event__details_facebook,
.event__details_link {
  line-height: 1.2; }
  .event__details_date label,
  .event__details_host label,
  .event__details_place label,
  .event__details_facebook label,
  .event__details_link label {
    display: inline;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2; }
    @media screen and (min-width: 40em) {
      .event__details_date label,
      .event__details_host label,
      .event__details_place label,
      .event__details_facebook label,
      .event__details_link label {
        font-size: 14px; } }
  .event__details_date span,
  .event__details_date a,
  .event__details_host span,
  .event__details_host a,
  .event__details_place span,
  .event__details_place a,
  .event__details_facebook span,
  .event__details_facebook a,
  .event__details_link span,
  .event__details_link a {
    font-size: 12px;
    line-height: 1.2; }
    @media screen and (min-width: 40em) {
      .event__details_date span,
      .event__details_date a,
      .event__details_host span,
      .event__details_host a,
      .event__details_place span,
      .event__details_place a,
      .event__details_facebook span,
      .event__details_facebook a,
      .event__details_link span,
      .event__details_link a {
        font-size: 14px; } }

.event__details_facebook a {
  color: #3b5998; }

.event__details_link a {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (min-width: 40em) {
    .event__details_link a {
      max-width: 150px; } }
  @media screen and (min-width: 64em) {
    .event__details_link a {
      max-width: 200px; } }

section.events {
  margin-top: 25px;
  margin-bottom: 30px; }

.persons__row.redBkg {
  background: #ecd9dd; }

.persons__heading {
  font-size: 26px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.231;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .persons__heading {
      text-align: left; } }

.person__listing {
  text-align: center;
  margin-bottom: 30px; }
  .person__listing img {
    border-radius: 50%; }
  @media screen and (min-width: 40em) {
    .person__listing {
      margin-bottom: 50px;
      text-align: left; }
      .person__listing figure {
        margin: 0; } }
  .person__listing .person__photo {
    margin: 0 0 15px 0; }
    @media screen and (min-width: 40em) {
      .person__listing .person__photo {
        margin-bottom: 0; } }
  .person__listing .person__name {
    font-size: 16px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .person__listing .person__position {
    font-size: 15px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    color: #e01f29; }
  .person__listing .person__phone {
    font-size: 15px;
    font-family: "Roboto Condensed";
    color: #e01f29; }
  .person__listing a, .person__listing a:hover, .person__listing a:active, .person__listing a:focus, .person__listing a:visited {
    text-decoration: underline; }
  .person__listing .person__email {
    font-size: 15px;
    font-family: "Roboto Condensed";
    color: #e01f29; }
  .person__listing .person__table {
    display: table;
    height: 100%;
    width: 100%; }
  .person__listing .person__table_cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
  @media screen and (min-width: 40em) {
    .person__listing:last-child {
      float: left !important; } }
  @media screen and (min-width: 64em) {
    .person__listing:nth-of-type(2n + 4) {
      clear: none; }
    .person__listing:nth-of-type(3n + 4) {
      clear: left; } }

.groups {
  margin-bottom: 20px; }

.group__container {
  margin-top: 20px; }

.group__image {
  padding: 0; }
  .group__image img {
    width: 100%; }
  .group__image figure {
    margin: 0; }

.group__box {
  background: #ecd9dd;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px; }
  .group__box a, .group__box a:hover, .group__box a:active, .group__box a:focus, .group__box a:visited {
    color: #e01f29;
    text-decoration: underline; }

.group__heading {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 24px; }
  .group__heading a, .group__heading a:hover, .group__heading a:active, .group__heading a:focus, .group__heading a:visited {
    color: #e01f29;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold; }
  @media screen and (min-width: 40em) {
    .group__heading {
      font-size: 27px; } }

.group__description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) {
    .group__description {
      margin-bottom: 30px;
      font-size: 16px; } }

.group__icon__container {
  display: table-cell;
  vertical-align: top;
  text-align: center; }

.group__icon {
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center; }

.group__icon_column {
  border-right: 1px solid #000;
  display: table; }

.group__contacts__heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0; }

.group__contact {
  font-size: 12px; }
  @media screen and (min-width: 40em) {
    .group__contact {
      font-size: 14px; } }
  @media screen and (min-width: 40em) {
    .group__contact label {
      display: inline; } }

.group .group__box .group__btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e01f29;
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
  padding: 12px;
  padding-left: 26px;
  padding-right: 26px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #e01f29;
  font-family: 'Roboto Condensed';
  font-size: 16px; }
  [data-whatinput='mouse'] .group .group__box .group__btn {
    outline: 0; }
  .group .group__box .group__btn:hover, .group .group__box .group__btn:focus {
    background-color: #fff;
    color: #fff; }
  .group .group__box .group__btn:hover {
    background-color: #fff;
    color: #e01f29;
    text-decoration: none; }

.selectbox {
  border: 2px solid #e01f29;
  height: 50px;
  width: 100%;
  cursor: pointer; }
  .selectbox .selectbox__arrow {
    display: block;
    float: right;
    background-color: #e01f29;
    height: 48px;
    width: 48px; }
    .selectbox .selectbox__arrow:after {
      color: #fff;
      text-align: center;
      position: absolute;
      display: block;
      width: 48px;
      height: 48px;
      font: normal normal normal 32px/48px FontAwesome;
      content: "\f107"; }
  .selectbox .selectbox__label {
    display: block;
    float: left;
    padding-top: 15px;
    padding-left: 15px;
    line-height: 1;
    color: #e01f29; }
  .selectbox .selectbox__list {
    position: relative;
    display: none;
    clear: both;
    height: 260px;
    z-index: 9999;
    margin-left: -2px;
    margin-right: -2px;
    padding-top: 10px;
    overflow: scroll;
    background-color: #fff;
    border: 2px solid #e01f29;
    border-top-width: 0; }
    .selectbox .selectbox__list ul {
      list-style-type: none;
      margin-left: 15px;
      color: #e01f29; }
      .selectbox .selectbox__list ul li {
        line-height: 2; }
        .selectbox .selectbox__list ul li a:hover {
          text-decoration: underline; }

.filter {
  margin-bottom: 70px; }
  @media screen and (max-width: 39.9375em) {
    .filter {
      display: none; } }
  .filter .filter__heading {
    margin-bottom: 10px;
    color: #e01f29;
    font-size: 14px;
    font-family: Roboto Condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase; }

.filter-right {
  margin-bottom: 0; }
  .filter-right .filter__heading {
    text-align: right; }

/**
 * Publications
 */
section.publications {
  margin-bottom: 20px;
  /*article.publication__odd {
    figure.publication__photo {
        float:right;
        margin:0 0 0 20px;
    }
  }*/ }
  section.publications .publication__category {
    font-size: 34px;
    margin: 20px 0;
    text-transform: uppercase; }
  section.publications article.publication {
    position: relative;
    margin-bottom: 30px;
    float: left !important; }
    @media screen and (min-width: 40em) {
      section.publications article.publication {
        margin-bottom: 40px;
        background: #ecd9dd;
        padding-left: 0;
        padding-right: 0;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff; } }
    section.publications article.publication figure.publication__photo {
      margin: 0; }
      section.publications article.publication figure.publication__photo img {
        min-width: 100%; }
      @media screen and (min-width: 40em) {
        section.publications article.publication figure.publication__photo {
          float: left;
          padding: 25px 10px 25px 25px;
          max-width: 40%; } }
    section.publications article.publication div.publication__container {
      padding: 10px; }
      @media screen and (min-width: 40em) {
        section.publications article.publication div.publication__container {
          float: left;
          max-width: 60%;
          padding: 10px 20px 20px 20px; } }
      section.publications article.publication div.publication__container h2.publication__heading {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.3; }
        section.publications article.publication div.publication__container h2.publication__heading a, section.publications article.publication div.publication__container h2.publication__heading a:hover, section.publications article.publication div.publication__container h2.publication__heading a:active, section.publications article.publication div.publication__container h2.publication__heading a:focus, section.publications article.publication div.publication__container h2.publication__heading a:visited {
          color: #000;
          text-decoration: underline;
          text-transform: uppercase;
          font-weight: bold; }
        @media screen and (min-width: 40em) {
          section.publications article.publication div.publication__container h2.publication__heading {
            margin-bottom: 25px;
            font-size: 25px; }
            section.publications article.publication div.publication__container h2.publication__heading a, section.publications article.publication div.publication__container h2.publication__heading a:hover, section.publications article.publication div.publication__container h2.publication__heading a:active, section.publications article.publication div.publication__container h2.publication__heading a:focus, section.publications article.publication div.publication__container h2.publication__heading a:visited {
              color: #e01f29; } }
      section.publications article.publication div.publication__container .publication__price {
        margin-top: 14px;
        font-weight: bold; }
      section.publications article.publication div.publication__container .publication__button {
        display: inline-block;
        text-align: center;
        line-height: 1;
        cursor: pointer;
        -webkit-appearance: none;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        vertical-align: middle;
        border: 1px solid transparent;
        border-radius: 0;
        padding: 0.85em 1em;
        margin: 0 0 1rem 0;
        font-size: 0.9rem;
        background-color: #e01f29;
        color: #fff;
        margin-top: 20px;
        padding: 6px;
        font-weight: bold;
        text-transform: uppercase;
        border: 2px solid #e01f29;
        font-family: 'Roboto Condensed';
        font-size: 14px; }
        [data-whatinput='mouse'] section.publications article.publication div.publication__container .publication__button {
          outline: 0; }
        section.publications article.publication div.publication__container .publication__button:hover, section.publications article.publication div.publication__container .publication__button:focus {
          background-color: #fff;
          color: #fff; }
        section.publications article.publication div.publication__container .publication__button:hover {
          background-color: #fff;
          color: #e01f29; }
        section.publications article.publication div.publication__container .publication__button:focus {
          color: #e01f29; }
        @media screen and (min-width: 40em) {
          section.publications article.publication div.publication__container .publication__button {
            margin-top: 25px;
            padding: 10px;
            margin-right: 8px; } }
      section.publications article.publication div.publication__container .publication__button + .publication__button {
        margin-left: 8px; }

/**
 * search
 */
.search__form {
  margin: 60px 0 20px 0; }
  .search__form .search__form__input {
    width: 100%; }
  .search__form .search__form__button {
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    font-weight: bold; }

.search__result__row {
  margin-top: 20px; }
  .search__result__row .search__result__heading {
    margin-bottom: 30px;
    font-weight: bold; }
  .search__result__row .search__result__column {
    float: left !important;
    margin-bottom: 30px;
    font-size: 14px; }
    @media screen and (min-width: 40em) {
      .search__result__row .search__result__column {
        font-size: 15px; } }
    @media screen and (min-width: 64em) {
      .search__result__row .search__result__column {
        font-size: 16px; } }
    .search__result__row .search__result__column a:hover {
      text-decoration: underline; }
    .search__result__row .search__result__column h2 {
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 20px; }
      @media screen and (min-width: 40em) {
        .search__result__row .search__result__column h2 {
          font-size: 24px; } }
      @media screen and (min-width: 64em) {
        .search__result__row .search__result__column h2 {
          font-size: 26px; } }

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

.cart > div {
  float: left !important; }

.cart .cart__quantity {
  width: 100%;
  margin: 0 0 1rem 0;
  display: inline-block;
  padding: 11px 26px;
  border: 2px solid #e01f29;
  color: #e01f29;
  vertical-align: top; }

.cart .cart__button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #e01f29;
  color: #fff;
  width: 100%;
  padding: 16px 26px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #e01f29;
  font-family: 'Roboto Condensed';
  font-size: 14px; }
  [data-whatinput='mouse'] .cart .cart__button {
    outline: 0; }
  .cart .cart__button:hover, .cart .cart__button:focus {
    background-color: #fff;
    color: #fff; }
  .cart .cart__button:hover {
    background-color: #fff;
    color: #e01f29; }
  .cart .cart__button:focus {
    color: #e01f29; }

.toolbar {
  padding-top: 20px;
  padding-bottom: 10px; }

.toolbar-fixed {
  background-color: #fff;
  position: fixed;
  z-index: 2003;
  top: 60px; }
  @media screen and (min-width: 40em) {
    .toolbar-fixed {
      top: 100px; } }
