@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: not-allowed; }

/**
   * 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&inter=30em&medium=50em&large=60em&xlarge=68.75em&xxlarge=75em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #ffffff;
  -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; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.hide {
  display: none !important; }

.invisible, h6 {
  visibility: hidden; }

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

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

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

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

@media screen and (min-width: 30em) and (max-width: 49.9375em) {
  .hide-for-inter-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 68.6875em), screen and (min-width: 75em) {
  .show-for-xlarge-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; } }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 50em) {
      .row .row {
        margin-left: -1.875rem;
        margin-right: -1.875rem; } }
    .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: 50em) {
    .column, .columns {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .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,
.expanded.row .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: 30em) {
  .inter-1 {
    width: 8.33333%; }
  .inter-push-1 {
    position: relative;
    left: 8.33333%; }
  .inter-pull-1 {
    position: relative;
    left: -8.33333%; }
  .inter-offset-0 {
    margin-left: 0%; }
  .inter-2 {
    width: 16.66667%; }
  .inter-push-2 {
    position: relative;
    left: 16.66667%; }
  .inter-pull-2 {
    position: relative;
    left: -16.66667%; }
  .inter-offset-1 {
    margin-left: 8.33333%; }
  .inter-3 {
    width: 25%; }
  .inter-push-3 {
    position: relative;
    left: 25%; }
  .inter-pull-3 {
    position: relative;
    left: -25%; }
  .inter-offset-2 {
    margin-left: 16.66667%; }
  .inter-4 {
    width: 33.33333%; }
  .inter-push-4 {
    position: relative;
    left: 33.33333%; }
  .inter-pull-4 {
    position: relative;
    left: -33.33333%; }
  .inter-offset-3 {
    margin-left: 25%; }
  .inter-5 {
    width: 41.66667%; }
  .inter-push-5 {
    position: relative;
    left: 41.66667%; }
  .inter-pull-5 {
    position: relative;
    left: -41.66667%; }
  .inter-offset-4 {
    margin-left: 33.33333%; }
  .inter-6 {
    width: 50%; }
  .inter-push-6 {
    position: relative;
    left: 50%; }
  .inter-pull-6 {
    position: relative;
    left: -50%; }
  .inter-offset-5 {
    margin-left: 41.66667%; }
  .inter-7 {
    width: 58.33333%; }
  .inter-push-7 {
    position: relative;
    left: 58.33333%; }
  .inter-pull-7 {
    position: relative;
    left: -58.33333%; }
  .inter-offset-6 {
    margin-left: 50%; }
  .inter-8 {
    width: 66.66667%; }
  .inter-push-8 {
    position: relative;
    left: 66.66667%; }
  .inter-pull-8 {
    position: relative;
    left: -66.66667%; }
  .inter-offset-7 {
    margin-left: 58.33333%; }
  .inter-9 {
    width: 75%; }
  .inter-push-9 {
    position: relative;
    left: 75%; }
  .inter-pull-9 {
    position: relative;
    left: -75%; }
  .inter-offset-8 {
    margin-left: 66.66667%; }
  .inter-10 {
    width: 83.33333%; }
  .inter-push-10 {
    position: relative;
    left: 83.33333%; }
  .inter-pull-10 {
    position: relative;
    left: -83.33333%; }
  .inter-offset-9 {
    margin-left: 75%; }
  .inter-11 {
    width: 91.66667%; }
  .inter-push-11 {
    position: relative;
    left: 91.66667%; }
  .inter-pull-11 {
    position: relative;
    left: -91.66667%; }
  .inter-offset-10 {
    margin-left: 83.33333%; }
  .inter-12 {
    width: 100%; }
  .inter-offset-11 {
    margin-left: 91.66667%; }
  .inter-up-1 > .column, .inter-up-1 > .columns {
    width: 100%;
    float: left; }
    .inter-up-1 > .column:nth-of-type(1n), .inter-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .inter-up-1 > .column:nth-of-type(1n+1), .inter-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .inter-up-1 > .column:last-child, .inter-up-1 > .columns:last-child {
      float: left; }
  .inter-up-2 > .column, .inter-up-2 > .columns {
    width: 50%;
    float: left; }
    .inter-up-2 > .column:nth-of-type(1n), .inter-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .inter-up-2 > .column:nth-of-type(2n+1), .inter-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .inter-up-2 > .column:last-child, .inter-up-2 > .columns:last-child {
      float: left; }
  .inter-up-3 > .column, .inter-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .inter-up-3 > .column:nth-of-type(1n), .inter-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .inter-up-3 > .column:nth-of-type(3n+1), .inter-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .inter-up-3 > .column:last-child, .inter-up-3 > .columns:last-child {
      float: left; }
  .inter-up-4 > .column, .inter-up-4 > .columns {
    width: 25%;
    float: left; }
    .inter-up-4 > .column:nth-of-type(1n), .inter-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .inter-up-4 > .column:nth-of-type(4n+1), .inter-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .inter-up-4 > .column:last-child, .inter-up-4 > .columns:last-child {
      float: left; }
  .inter-up-5 > .column, .inter-up-5 > .columns {
    width: 20%;
    float: left; }
    .inter-up-5 > .column:nth-of-type(1n), .inter-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .inter-up-5 > .column:nth-of-type(5n+1), .inter-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .inter-up-5 > .column:last-child, .inter-up-5 > .columns:last-child {
      float: left; }
  .inter-up-6 > .column, .inter-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .inter-up-6 > .column:nth-of-type(1n), .inter-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .inter-up-6 > .column:nth-of-type(6n+1), .inter-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .inter-up-6 > .column:last-child, .inter-up-6 > .columns:last-child {
      float: left; }
  .inter-up-7 > .column, .inter-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .inter-up-7 > .column:nth-of-type(1n), .inter-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .inter-up-7 > .column:nth-of-type(7n+1), .inter-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .inter-up-7 > .column:last-child, .inter-up-7 > .columns:last-child {
      float: left; }
  .inter-up-8 > .column, .inter-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .inter-up-8 > .column:nth-of-type(1n), .inter-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .inter-up-8 > .column:nth-of-type(8n+1), .inter-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .inter-up-8 > .column:last-child, .inter-up-8 > .columns:last-child {
      float: left; }
  .inter-collapse > .column, .inter-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .inter-collapse .row,
  .expanded.row .inter-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .inter-uncollapse > .column, .inter-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .inter-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .inter-uncentered,
  .inter-push-0,
  .inter-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 50em) {
  .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,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .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: 60em) {
  .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,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .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; } }

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

.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: #2199e8;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #ffffff; }
  .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: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #ffffff; }
  .button.secondary {
    background-color: #777;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .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; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff 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; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
    cursor: pointer; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 30em) {
    .menu.inter-horizontal > li {
      display: table-cell; }
    .menu.inter-vertical > li {
      display: block; } }
  @media screen and (min-width: 50em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 60em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 68.75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #2199e8; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 30em) {
  .position-left.reveal-for-inter {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-inter ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-inter {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-inter ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 50em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 60em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 68.75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.title-bar {
  background: #0a0a0a;
  color: #ffffff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

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

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

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 50em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 49.9375em) {
    .top-bar.stacked-for-inter .top-bar-left,
    .top-bar.stacked-for-inter .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 59.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 68.6875em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }


/* IcoMoon Fonts */

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?mnp7sl");
  src: url("../fonts/icomoon.eot?mnp7sl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mnp7sl") format("truetype"), url("../fonts/icomoon.woff?mnp7sl") format("woff"), url("../fonts/icomoon.svg?mnp7sl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-contact:before {
  content: "\e901"; }

.icon-magnifier:before {
  content: "\e902"; }

.icon-bullet:before {
  content: "\e903"; }

.icon-arrow_top:before {
  content: "\e904"; }

.icon-arrow_bottom:before {
  content: "\e909"; }

.icon-Backward:before {
  content: "\e90a"; }

.icon-arrow_left:before {
  content: "\e90b"; }

.icon-arrow_right:before {
  content: "\e90c"; }

.icon-Forward:before {
  content: "\e90d"; }

.icon-anchor:before {
  content: "\e900"; }

.icon-Download:before {
  content: "\e905"; }

.icon-Link_extern:before {
  content: "\e906"; }

.icon-Link_intern:before {
  content: "\e907"; }

.icon-twitter:before {
  content: "\e908"; }


/* roboto-condensed-300 - latin-ext_latin */

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v16-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v16-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v16-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v16-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v16-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* arvo-regular - latin */

@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: local('Arvo'),
       url('../fonts/arvo-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/arvo-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* arvo-italic - latin */
@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: 400;
  src: local('Arvo Italic'), local('Arvo-Italic'),
       url('../fonts/arvo-v10-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/arvo-v10-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* arvo-700 - latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  src: local('Arvo Bold'), local('Arvo-Bold'),
       url('../fonts/arvo-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/arvo-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.row {
  max-width: 10000px; }

* {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

strong, b {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6,
figure,
ul, ol {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style-type: none; }

a {
  text-decoration: none; }

th {
  font-weight: normal; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none !important; }

.main > .mod_article.bg_blue {
  background-color: #008aa7; }

.main > .mod_article.bg_grey {
  background-color: #758389; }

.main > .mod_article.bg_lightgrey {
  background-color: #efeff1; }

/* FontAwesome

$ifArrowRight: '\f054';
$ifArrowLeft: '\f053';

$ifArrowDown: '\f107';

$ifArrowFirst: '\f100';
$ifArrowPrev: '\f104';
$ifArrowNext: '\f105';
$ifArrowLast: '\f101';

$ifDownload: '\f019';
$ifMail: '\f1fa';
$ifLinkExtern: '\f08e';
$ifLinkStandard: '\f0c1';

$ifSearch: '\f002';
$ifDot: '\f111';
$ifAnchor: '\f13d';
$ifTop: '\f077';
*/
.wireframe {
  border: 1px solid black;
  padding: 15px; }

body.show_grid {
  background-color: grey; }
  body.show_grid .main > .mod_article > .article_inside {
    background-color: blue; }
  body.show_grid .ce_text, body.show_grid .ce_hyperlink, body.show_grid .ce_headline {
    background-color: white; }

.bg_red {
  background-color: red; }

.bg_green {
  background-color: green; }

.bg_white {
  background-color: #ffffff; }

.bg_blue {
  background-color: #5a91cd; }

.bg_grey {
  background-color: #6e6e6e; }

/*
.bg_blue, .bg_grey, .bg_image {
  color: white;
  a {
    color:white;
  }
  .wireframe {
    border-color:white;
  }
}

.bg_image {
  background:url('images/IMG_5DM2_038255.jpg') no-repeat center center;
  background-position: cover;
}
*/
/*
.main > .mod_article {

  padding-top: 30px;
  padding-bottom: 30px;
  &.no-padding {
    padding-top:0; padding-bottom:0;
  }
  &.no-padding-top {
    padding-top:0;
  }
  &.no-padding-bottom {
    padding-bottom:0;
  }

}
*/
.mod_article {
  position: relative; }

.dev_nav {
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px; }
  .dev_nav li {
    font-size: 0;
    display: inline-block;
    float: left;
    margin-right: 2px; }
  .dev_nav a, .dev_nav span {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0px;
    background-color: #dddddd;
    padding: 3px 5px; }
  .dev_nav .active {
    background-color: #888888;
    color: white; }

.article_dev_name {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1000;
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 5px 20px; }

.dev_headerinfo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 30px;
  text-align: center;
  margin: 0 auto; }
  .dev_headerinfo #screenwidth {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px; }
    .dev_headerinfo #screenwidth:after {
      content: '  /  breakpoint: xxlarge'; }
  .dev_headerinfo .toggle-label {
    background-color: #dddddd;
    padding: 12px 20px; }

body.dev-show-label .article_dev_name {
  display: block; }

.dev_article_documentation {
  margin-bottom: 30px; }
  .dev_article_documentation h3 a:after, .dev_article_documentation h4 a:after {
    font-family: icomoon;
    content: "";
    padding-left: 10px; }

@media screen and (min-width: 68.75em) and (max-width: 74.9375em) {
  .dev_headerinfo #screenwidth {
    background-color: darkred; }
    .dev_headerinfo #screenwidth:after {
      content: '  /  breakpoint: xlarge'; } }

@media screen and (min-width: 60em) and (max-width: 68.6875em) {
  .dev_headerinfo #screenwidth {
    background-color: red; }
    .dev_headerinfo #screenwidth:after {
      content: '  /  breakpoint: large'; } }

@media screen and (min-width: 50em) and (max-width: 59.9375em) {
  .dev_headerinfo #screenwidth {
    background-color: orange; }
    .dev_headerinfo #screenwidth:after {
      content: '  /  breakpoint: medium'; } }

@media screen and (max-width: 29.9375em) {
  .dev_headerinfo #screenwidth {
    background-color: #ffffe0;
    color: black; }
    .dev_headerinfo #screenwidth:after {
      content: '  /  breakpoint: small'; } }

@media screen and (min-width: 30em) and (max-width: 49.9375em) {
  .dev_headerinfo #screenwidth {
    background-color: yellow;
    color: black; }
    .dev_headerinfo #screenwidth:after {
      content: '  /  breakpoint: inter'; } }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 2;
  display: block;
  height: 107px;
  width: 37px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top left;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    /*
        outline: none;
        background: transparent;
        color: transparent;
        &:before {
            opacity: $slick-opacity-on-hover;
        }
      */ }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "fontawesome";
    font-size: 37px;
    line-height: 1;
    color: #d5d5d5;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -48.5px;
  background-image: url("images/bg_slick_prev.png");
  /*
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
    */ }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -48.5px;
  background-image: url("images/bg_slick_next.png");
  /*
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
    */ }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

.bg_blue .slick-prev {
  background-image: url("images/bg_slick_prev_2.png"); }

.bg_blue .slick-next {
  background-image: url("images/bg_slick_next_2.png"); }

@media screen and (max-width: 1300px) {
  .slick-prev {
    left: 30px; }
  .slick-next {
    right: 30px; } }

@media screen and (max-width: 59.9375em) {
  .slick-prev, .slick-next {
    display: none !important;
    visibility: hidden; } }

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 25px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "fontawesome";
        font-size: 50px;
        line-height: 20px;
        text-align: center;
        color: #d5d5d5;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #d5d5d5;
      opacity: 1; }

.slider_black .slick-next:before, .slider_black .slick-prev:before {
  color: black; }

.slider_black .slick-dots li button:before {
  color: black; }

.slider_black .slick-dots li.slick-active button:before {
  color: black; }

body, a {
  color: #303030; }

.invisible, h6, .hideme {
  left: -32768px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000; }

.mod_navigation a[href].invisible {
  left: -32768px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 1000; }
  .mod_navigation a[href].invisible:focus {
    position: static;
    left: auto;
    width: auto;
    background: white; }

textarea, input, *:focus {
  outline: none !important; }

input[type="text"], input[type="search"], input[type="email"] {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 0px;
  width: 100%;
  height: 53px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #efeff1;
  border: none;
  margin: 0;
  -webkit-appearance: none; }

textarea {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 0px;
  width: 100%;
  height: 53px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #efeff1;
  border: none;
  margin: 0;
  -webkit-appearance: none;
  height: 6.25rem; }

.captcha_text {
  padding-top: 0.25rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0px; }

.ce_form button, .ce_form input[type="submit"] {
  height: 53px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: white;
  background-color: #008aa7;
  border: none;
  margin: 0;
  display: inline-block;
  box-sizing: border-box; }

.ce_form .formbody > section.row, .ce_form .formbody > .widget {
  margin-bottom: 1.5625rem; }

.ce_form label {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  margin-bottom: 0px; }

.ce_form .columns > .submit_container {
  text-align: right;
  padding-top: 1.5rem; }

.inside {
  margin: 0 auto; }
  @media screen and (min-width: 30em) {
    .inside {
      max-width: 34.375rem; } }
  @media screen and (min-width: 50em) {
    .inside {
      max-width: 75rem; } }

.mod_article {
  position: relative;
  z-index: 100; }

.main > .mod_article {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 30em) {
    .main > .mod_article {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 50em) {
    .main > .mod_article {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .main > .mod_article.bg_hasimage {
    background-repeat: no-repeat;
    background-position: center center; }
  .main > .mod_article.article_padding_top {
    padding-top: 65px; }
  .main > .mod_article.article_padding_bottom {
    padding-bottom: 65px; }

.main > .mod_article > .article_inside {
  margin: 0 auto; }
  @media screen and (min-width: 30em) {
    .main > .mod_article > .article_inside {
      max-width: 34.375rem; } }
  @media screen and (min-width: 50em) {
    .main > .mod_article > .article_inside {
      max-width: 75rem; } }

@media screen and (min-width: 960px) and (max-width: 1300px) {
  .main > .mod_article.slider > .article_inside .slick-slide {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

.main > .mod_article > .article_inside > :not(.row):not(.slick-list):not(.slick-arrow):not(.mod_newslist):not(.mod_newsarchive) {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 50em) {
    .main > .mod_article > .article_inside > :not(.row):not(.slick-list):not(.slick-arrow):not(.mod_newslist):not(.mod_newsarchive) {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.main > .mod_article > .article_inside .slick-track > :not(.row) {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 50em) {
    .main > .mod_article > .article_inside .slick-track > :not(.row) {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.col-50x50:not(.first-col-empty) > :not(:last-child) {
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 50em) {
    .col-50x50:not(.first-col-empty) > :not(:last-child) {
      padding-bottom: 0; } }

.col-33x33x33:not(.first-col-empty) > :not(:last-child) {
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 60em) {
    .col-33x33x33:not(.first-col-empty) > :not(:last-child) {
      padding-bottom: 0; } }

.col-33x33x33:last-child .columns > div:last-child {
  margin-bottom: 0; }

.row.border-top {
  margin-top: 60px;
  border-top: 1px solid #758389;
  padding-top: 2.5rem; }

.row.border-bottom {
  border-bottom: 1px solid #758389;
  margin-bottom: 20px; }

/*
.row .row.inner {

  margin-left:0; margin-right:0;

  .columns:first-child {
    padding-left:0;
  }
  .columns:last-child {
    padding-right:0;
  }
}
*/
.row.inner .columns:first-child {
  padding-left: 0; }

.row.inner .columns:last-child {
  padding-right: 0; }

@media screen and (max-width: 49.9375em) {
  .col-50x50.inner .columns {
    padding-left: 0;
    padding-right: 0; }
    .col-50x50.inner .columns > div:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 59.9375em) {
  .col-33x33x33 .columns > div:last-child {
    margin-bottom: 10px; } }

.wrapper > .header {
  position: relative;
  min-height: 295px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("images/bg_header_content.jpg"); }
  .wrapper > .header > .mod_article {
    position: relative;
    z-index: 5;
    min-height: inherit;
    text-align: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 30em) {
      .wrapper > .header > .mod_article {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media screen and (min-width: 50em) {
      .wrapper > .header > .mod_article {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
    .wrapper > .header > .mod_article.bg_hasimage {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-image: url("images/bg_header_content.jpg"); }
    .wrapper > .header > .mod_article.article_padding_top {
      padding-top: 65px; }
    .wrapper > .header > .mod_article.article_padding_bottom {
      padding-bottom: 65px; }

.homepage .wrapper > .header {
  min-height: 643px; }

.logo {
  position: absolute;
  left: 45px;
  top: 0;
  z-index: 10; }
  .logo a {
    display: inline-block; }

.header-mobile {
  background-color: white;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 30em) {
    .header-mobile {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 50em) {
    .header-mobile {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.ce_text.standard.header-home {
  display: inline-block;
  height: 563px;
  width: 563px;
  position: relative;
  background-color: #008aa7;
  color: white;
  border-radius: 563px;
  text-align: center; }
  .ce_text.standard.header-home > .text__inside {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 80px; }
  .ce_text.standard.header-home h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.25714;
    margin-bottom: 25px; }
  .ce_text.standard.header-home p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.20833;
    margin-bottom: 0px; }
    .ce_text.standard.header-home p > a {
      color: white;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 17px;
      line-height: 1;
      margin-bottom: 0px;
      display: inline-block;
      text-transform: uppercase;
      padding-bottom: 0.25rem;
      border-bottom: 3px solid white; }

@media screen and (min-width: 50em) {
  .header-mobile {
    height: 1px !important;
    overflow: hidden;
    background-color: grey;
    padding: 0; }
    .header-mobile > div {
      display: none; } }

@media screen and (max-width: 49.9375em) {
  .header-mobile {
    display: block; }
  .logo {
    display: none; }
  .homepage .wrapper > .header {
    min-height: 0;
    max-height: 105vw; }
  .ce_text.standard.header-home {
    width: 80vw;
    height: 80vw;
    border-radius: 80vw; }
    .ce_text.standard.header-home > .text__inside {
      padding: 0 5vw; }
    .ce_text.standard.header-home h1 {
      font-size: 5vw; }
    .ce_text.standard.header-home p {
      font-size: 3vw; }
      .ce_text.standard.header-home p > a {
        font-size: 3vw; } }

@media screen and (max-width: 29.9375em) {
  .ce_text.standard.header-home p {
    font-size: 4vw; } }

@media screen and (max-width: 29.9375em) {
  .no-js .top-bar {
    display: none; } }

@media screen and (min-width: 50em) {
  .no-js .title-bar {
    display: none; } }

.no-js .top-bar {
  display: none; }

.js-drilldown-back > a:before {
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  display: inline;
  vertical-align: baseline; }

.menu .active > a {
  background-color: transparent; }

.sticky-container {
  height: 60px; }
  .sticky-container .sticky {
    z-index: 10000;
    width: 100%;
    height: 62px;
    background-color: transparent; }

.sticky-container {
  position: relative; }
  .sticky-container + .mod_article {
    margin-top: -62px; }

.main-nav {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10000;
  width: 100%; }
  .main-nav .title-bar {
    padding: 0.625rem 1.25rem 1rem 1.25rem;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12.5rem;
    width: 100%;
    text-align: right;
    background: transparent; }
    .main-nav .title-bar .title-search {
      position: absolute;
      top: 0.75rem;
      right: 10rem;
      z-index: 1; }
      .main-nav .title-bar .title-search > a {
        display: block;
        width: 1.5rem;
        color: white; }
        .main-nav .title-bar .title-search > a:before {
          display: inline-block; }
        .main-nav .title-bar .title-search > a:before {
          font-family: icomoon;
          font-weight: normal;
          content: "";
          font-size: 24px;
          line-height: 1;
          margin-bottom: 0px;
          padding-right: 0.625rem; }
    .main-nav .title-bar .title-menu {
      display: inline-block;
      position: absolute;
      top: 0.8125rem;
      right: 4.6875rem;
      z-index: 1;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 22px;
      line-height: 1;
      margin-bottom: 0px; }
    .main-nav .title-bar .menu-icon {
      margin-top: 0.125rem;
      margin-right: 0; }
  .main-nav .top-bar {
    margin-top: 0px;
    min-height: 1px;
    background-color: transparent;
    padding: 0 0 0.625rem 0; }
    .main-nav .top-bar .top-bar-right {
      padding-top: 3.75rem;
      background-color: black;
      min-height: inherit;
      width: auto !important; }
    .main-nav .top-bar .drilldown {
      min-width: 26.25rem; }
    .main-nav .top-bar .is-drilldown {
      padding-bottom: 1.25rem; }
      .main-nav .top-bar .is-drilldown li {
        border-bottom: 1px solid #222222; }
        .main-nav .top-bar .is-drilldown li.trail > a {
          color: #008aa7; }
      .main-nav .top-bar .is-drilldown a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.16667;
        margin-bottom: 0px;
        display: block;
        color: white; }
        .main-nav .top-bar .is-drilldown a.active, .main-nav .top-bar .is-drilldown a.trail {
          color: #008aa7; }
      .main-nav .top-bar .is-drilldown .js-drilldown-back a {
        color: #85949b; }
        .main-nav .top-bar .is-drilldown .js-drilldown-back a:before {
          font-family: icomoon;
          font-weight: normal;
          content: "";
          font-size: 24px;
          line-height: 1.16667;
          margin-bottom: 0px;
          padding-right: 0.625rem; }
      .main-nav .top-bar .is-drilldown .level_1 > ul > li:first-child a {
        color: #85949b; }
        .main-nav .top-bar .is-drilldown .level_1 > ul > li:first-child a:before {
          font-family: icomoon;
          font-weight: normal;
          content: "";
          font-size: 24px;
          line-height: 1.16667;
          margin-bottom: 0px;
          padding-right: 0.625rem; }
      .main-nav .top-bar .is-drilldown ul {
        background-color: black; }
      .main-nav .top-bar .is-drilldown .level_2 li.is-submenu-item:not(.is-submenu-parent-item) > a {
        padding-left: 3.5rem; }
  .main-nav .menu > li > a {
    padding: 0.8125rem 9.375rem 0.8125rem 2.25rem;
    white-space: nowrap;
    text-transform: uppercase; }
  .main-nav .menu-icon {
    width: 26px; }
    .main-nav .menu-icon:after {
      height: 3px; }

.is-stuck .main-nav .title-bar {
  background-color: black; }

.is-drilldown-submenu-parent > a::after {
  border: none;
  font-family: icomoon;
  font-weight: normal;
  content: "";
  font-size: 24px;
  line-height: 0.75;
  margin-bottom: 0px;
  font-weight: bold;
  color: #008aa7;
  right: 2.1875rem; }

.is-stuck .main-nav .title-bar {
  padding-top: 0.6875rem; }
  .is-stuck .main-nav .title-bar .title-search {
    top: 0.875rem; }
  .is-stuck .main-nav .title-bar .title-menu {
    top: 0.9375rem; }

@media screen and (max-width: 29.9375em) {
  .main-nav .top-bar .top-bar-right {
    min-width: 100%; }
  .main-nav .top-bar .is-drilldown {
    min-width: 100%;
    width: 100%;
    max-width: 100% !important; }
  .main-nav .top-bar .drilldown {
    min-width: 100%;
    width: 100%;
    max-width: 100% !important; } }

.breadcrumb-nav {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 30em) {
    .breadcrumb-nav {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 50em) {
    .breadcrumb-nav {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .breadcrumb-nav > .breadcrumb-inside {
    margin: 0 auto;
    padding-top: 1.5625rem;
    padding-bottom: 0.5rem; }
    @media screen and (min-width: 30em) {
      .breadcrumb-nav > .breadcrumb-inside {
        max-width: 34.375rem; } }
    @media screen and (min-width: 50em) {
      .breadcrumb-nav > .breadcrumb-inside {
        max-width: 75rem; } }
  .breadcrumb-nav .breadcrumb-listcontainer {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 50em) {
      .breadcrumb-nav .breadcrumb-listcontainer {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
  .breadcrumb-nav ul {
    border-bottom: 1px solid black; }
  .breadcrumb-nav li {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: 0px;
    color: #008aa7; }
    .breadcrumb-nav li a {
      color: #303030; }
      .breadcrumb-nav li a:hover {
        color: #008aa7; }
    .breadcrumb-nav li:not(:last-child) a:after {
      content: '»';
      padding-left: 3px; }

.dropdown-nav {
  margin-bottom: 2.5rem; }
  .dropdown-nav .dropdown-nav-select-box {
    position: relative;
    z-index: 1;
    background-color: #efeff1; }
    .dropdown-nav .dropdown-nav-select-box:after {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: 53px;
      height: 53px;
      text-align: center;
      background-color: #758389;
      color: white;
      font-family: icomoon;
      font-size: 20px;
      line-height: 2.65;
      margin-bottom: 0px;
      content: ""; }
  .dropdown-nav .dropdown-nav-select {
    position: relative;
    z-index: 2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 0px;
    width: 100%;
    height: 53px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background-color: #efeff1;
    border: none;
    margin: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    .dropdown-nav .dropdown-nav-select option {
      background-color: #efeff1; }
  .dropdown-nav select::-ms-expand {
    display: none; }

.footer {
  background-color: #efeff1; }

.nav_footer {
  background-color: #3b3a38;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 30em) {
    .nav_footer {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 50em) {
    .nav_footer {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .nav_footer ul {
    text-align: center;
    padding: 12px 0; }
  .nav_footer li {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0px;
    color: white; }
    .nav_footer li:not(:last-child):after {
      content: '|';
      padding: 0 5px 0 10px; }
    .nav_footer li > a, .nav_footer li > span {
      color: inherit; }

.social-links {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 30em) {
    .social-links {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 50em) {
    .social-links {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .social-links ul {
    text-align: center;
    padding: 0px 0 45px 0; }
  .social-links li {
    display: inline-block; }
    .social-links li:not(:last-child) {
      margin-right: 30px; }

.copyright-header-container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #758389; }
  @media screen and (min-width: 30em) {
    .copyright-header-container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 50em) {
    .copyright-header-container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .copyright-header-container .copyright-header-inside {
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 30em) {
      .copyright-header-container .copyright-header-inside {
        max-width: 34.375rem; } }
    @media screen and (min-width: 50em) {
      .copyright-header-container .copyright-header-inside {
        max-width: 75rem; } }
    .copyright-header-container .copyright-header-inside p {
      display: inline-block;
      background: url("images/bg_photo_copyright.png") no-repeat left center;
      padding-left: 36px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.375;
      margin-bottom: 0px;
      color: white; }
      .copyright-header-container .copyright-header-inside p span {
        display: inline-block;
        white-space: nowrap; }

.pagination {
  text-align: center; }
  .pagination p {
    display: none; }
  .pagination li {
    display: inline-block;
    padding: 0 5px; }
  .pagination li.next {
    padding-left: 20px; }
  .pagination li.previous {
    padding-right: 20px; }
  .pagination a, .pagination span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0px; }
  .pagination span {
    color: #008aa7; }
  .pagination a.next, .pagination a.last, .pagination a.previous, .pagination a.first {
    font-size: 0;
    display: inline-block; }
    .pagination a.next:after, .pagination a.last:after, .pagination a.previous:after, .pagination a.first:after {
      font-family: icomoon;
      font-weight: normal;
      font-size: 22px; }
  .pagination a.next:after {
    content: ""; }
  .pagination a.last:after {
    content: ""; }
  .pagination a.previous:after {
    content: ""; }
  .pagination a.first:after {
    content: ""; }

.pagination:last-of-type {
  padding-top: 1.25rem;
  border-top: 1px solid black;
  margin-top: 1.5625rem; }

.mod_search button, .mod_search input[type="submit"] {
  height: 53px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: white;
  background-color: #008aa7;
  border: none;
  margin: 0;
  display: inline-block;
  box-sizing: border-box; }

.mod_search .formbody {
  width: 66%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5625rem; }
  .mod_search .formbody input[type="search"] {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .mod_search .formbody input[type="submit"] {
    display: inline-block;
    position: relative;
    width: auto; }

.mod_search .header {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0px;
  margin-bottom: 1.875rem; }

.mod_search .header + .pagination {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid black;
  margin-bottom: 1.5625rem; }

.mod_search div.even, .mod_search div.odd {
  margin-bottom: 50px; }

.mod_search h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28571;
  margin-bottom: 10px;
  color: #008aa7; }
  .mod_search h3 a {
    color: inherit; }

.mod_search .context {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.42105;
  margin-bottom: 0px;
  margin-bottom: 0.625rem; }

.mod_search .url a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase; }

.float-columns .article_inside {
  display: none; }

.fc-cols {
  margin: 0 auto; }
  @media screen and (min-width: 30em) {
    .fc-cols {
      max-width: 34.375rem; } }
  @media screen and (min-width: 50em) {
    .fc-cols {
      max-width: 75rem; } }
  .fc-cols:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.fc-col {
  float: left;
  padding: 0 15px; }
  .fc-col:first-child {
    padding-left: 30px; }
  .fc-col:last-child {
    padding-right: 30px; }

.fc-col-5 {
  width: 20%; }

.fc-col-4 {
  width: 25%; }

.fc-col-3 {
  width: 33.3333%; }

.fc-col-2 {
  width: 50%; }

.fc-col-1 {
  width: 100%; }

.fc-elem {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  background-color: white;
  border: 1px solid #e3e3e3;
  padding: 30px;
  margin-bottom: 25px; }
  .fc-elem figure {
    margin: 0; }
  .fc-elem img {
    margin: 0;
    vertical-align: baseline; }
  .fc-elem .text_container {
    padding: 20px; }

.ce-dz-socialmedia__meta_top {
  font-size: 17px;
  line-height: 1.41176;
  margin-bottom: 0px;
  vertical-align: baseline;
  margin-bottom: 8px; }

.ce-dz-socialmedia-name {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-left: 15px; }

.ce-dz-socialmedia-date {
  display: inline-block;
  margin-right: 5px; }

.ce-dz-socialmedia-screenname {
  display: inline-block;
  margin-left: 5px; }

.ce-dz-socialmedia__text {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33333;
  margin-bottom: 0px;
  margin-bottom: 10px; }

.ce-dz-socialmedia__meta_bottom {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 0px; }

@media screen and (max-width: 49.9375em) {
  .fc-cols {
    padding: 0 0.625rem; }
  .fc-col:first-child {
    padding-left: 0; }
  .fc-col:last-child {
    padding-right: 0; } }

.ce_text,
.ce_hyperlink:not(.headline-link):not(.intro-link),
.ce_image,
.ce_list,
.ce_table,
.ce_downloads,
.ce_dzvideoembed {
  margin-bottom: 50px; }

.ce_dzvideoembed {
  margin-bottom: 75px; }

.ce_text.standard + .ce_text.hyperlinks,
.ce_text.standard + .ce_text.hyperlinks-inline, .ce_text.multi-column-2 + .ce_text.hyperlinks,
.ce_text.multi-column-2 + .ce_text.hyperlinks-inline, .ce_text.multi-column-3 + .ce_text.hyperlinks,
.ce_text.multi-column-3 + .ce_text.hyperlinks-inline {
  margin-top: -16.65px; }

.mod_article > .article_inside > .row:last-child > .columns > div:last-child,
.mod_article > .article_inside > .slick-list > .slick-track > .row > .columns > div:last-child {
  margin-bottom: 0; }

.mod_article > .article_inside > :not(.row):last-child {
  margin-bottom: 0; }

.ce_headline h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.20833;
  margin-bottom: 40px;
  color: #008aa7;
  text-transform: uppercase; }

.ce_headline.standard h2, .ce_text.standard h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22222;
  margin-bottom: 20px; }

.ce_headline.special h2, .ce_hyperlink.headline-link h2, .ce_hyperlink.intro-link h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 40px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 7px solid #008aa7; }

.ce_headline.headline-h1 + .ce_headline.headline-h2 h2 {
  margin-top: -30px; }

.ce_hyperlink h2 a:after {
  font-family: icomoon;
  font-weight: normal;
  content: "";
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0px;
  padding-left: 0.4375rem; }

.ce_hyperlink h2 a:after {
  display: inline-block;
  position: relative;
  top: -1px; }

section + .ce_headline h2 {
  margin-top: 3.125rem; }

.ce_headline h3, .ce_headline.standard h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28571;
  margin-bottom: 15px;
  color: #008aa7; }

body:not(.homepage) .ce_text.standard h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28571;
  margin-bottom: 15px;
  color: #008aa7; }

body.homepage .ce_text.standard h3, body:not(.homepage) section .ce_text.standard h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase; }

.ce_headline.special h3 {
  color: #303030; }

.ce_headline.standard h4, .ce_text.standard h4, .ce_list h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.28571;
  margin-bottom: 15px;
  text-transform: uppercase; }

.mod_article.bg_blue h2, .mod_article.bg_blue h3, .mod_article.bg_blue h4, .mod_article.bg_grey h2, .mod_article.bg_grey h3, .mod_article.bg_grey h4, .mod_article.custom_bgcolor h2, .mod_article.custom_bgcolor h3, .mod_article.custom_bgcolor h4 {
  color: white !important;
  border-color: white !important; }

@media screen and (min-width: 50em) and (max-width: 59.9375em) {
  .ce_hyperlink.intro-link h2 {
    paddding-bottom: 0;
    border-bottom: 0; } }

@media screen and (max-width: 29.9375em) {
  .ce_headline h1 {
    font-size: 38px;
    line-height: 1.26316;
    margin-bottom: 30px; } }

.ce_text p:not(:last-child) {
  padding-bottom: 20px; }

.ce_text.standard p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.42105;
  margin-bottom: 0px; }
  .ce_text.standard p:not(:last-child) {
    padding-bottom: 20px; }

.ce_text.standard .image_container.float_left {
  float: left;
  width: calc(50% - 30px);
  margin: 0 1.875rem 1.25rem 0;
  margin-top: 5px; }
  .ce_text.standard .image_container.float_left img {
    max-width: 100%; }
    .ce_text.standard .image_container.float_left img + figcaption {
      margin-top: 0.3125rem; }
  .ce_text.standard .image_container.float_left figcaption {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.27778;
    margin-bottom: 0px;
    color: #008aa7; }

.ce_text.standard .image_container.float_above {
  margin-bottom: 2.1875rem; }

.ce_text.standard.intro {
  text-align: center; }
  .ce_text.standard.intro p {
    padding: 0 40px; }

.ce_text.standard.intro-left p {
  font-family: 'Arvo', sans-serif;
  font-weight: 700; }

.ce_text.standard.interview-q {
  margin-bottom: 1.5625rem; }
  .ce_text.standard.interview-q p {
    font-family: 'Arvo', sans-serif;
    font-weight: 700;
    font-style: italic; }
  .ce_text.standard.interview-q strong {
    color: #008aa7; }

.ce_text.multi-column-2 p, .ce_text.multi-column-3 p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.42105;
  margin-bottom: 0px; }
  .ce_text.multi-column-2 p:not(:last-child), .ce_text.multi-column-3 p:not(:last-child) {
    padding-bottom: 20px; }

.ce_text.multi-column-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px; }

.ce_text.multi-column-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }

.ce_text.standard.custom_bgcolor {
  padding: 40px;
  color: white; }
  .ce_text.standard.custom_bgcolor h3 {
    color: white !important; }

.ce_text.standard.level-bg {
  padding-top: 40px; }

.ce_text.standard.text-float-left {
  float: left;
  width: calc(50% - 60px);
  margin-bottom: 1.875rem;
  margin-top: 4px; }
  .ce_text.standard.text-float-left.custom_bgcolor {
    margin-left: 30px;
    margin-right: 60px; }

.ce_text.quote .text__inside {
  background-image: url("images/bg_quote.png");
  background-position: 95px 0px;
  background-repeat: no-repeat; }

.ce_text.quote .text_container {
  padding-left: 15.625rem; }

.ce_text.quote p:first-child {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.41176;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-bottom: 0; }

.ce_text.quote p:not(:first-child) {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.2963;
  margin-bottom: 10px;
  color: #008aa7; }

.ce_text.contact .image_container {
  float: left; }
  .ce_text.contact .image_container + .text_container {
    margin-left: 9.375rem; }

.ce_text.contact h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.41176;
  margin-bottom: 0px;
  text-transform: uppercase; }
  .ce_text.contact h3 strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }

.ce_text.contact h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase;
  color: white; }

.ce_text.contact p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44444;
  margin-bottom: 0px;
  color: white; }
  .ce_text.contact p:not(:last-child) {
    padding-bottom: 17px; }

.ce_text.contact p > a, .ce_text.contact p > span > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7;
  color: white;
  border-color: white; }

.ce_text.teaser .image_container {
  float: left; }
  .ce_text.teaser .image_container + .text_container {
    margin-left: 9.375rem; }

.ce_text.teaser h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase;
  text-transform: uppercase; }
  .ce_text.teaser h3 strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }

.ce_text.teaser h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase; }

.ce_text.teaser p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44444;
  margin-bottom: 0px; }
  .ce_text.teaser p:not(:last-child) {
    padding-bottom: 17px; }

.ce_text.teaser p > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7; }

.ce_text.infoblock .image_container {
  float: left; }
  .ce_text.infoblock .image_container + .text_container {
    margin-left: 9.375rem; }

.ce_text.infoblock h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase;
  text-transform: uppercase; }
  .ce_text.infoblock h3 strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }

.ce_text.infoblock h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase; }

.ce_text.infoblock p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44444;
  margin-bottom: 0px; }
  .ce_text.infoblock p:not(:last-child) {
    padding-bottom: 17px; }

.ce_text.infoblock p > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7; }

.ce_text.infoblock > .text__inside {
  min-height: 176px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  padding: 28px 0; }

.ce_text.infoblock .image_container + .text_container {
  margin-left: 178px;
  padding-right: 30px; }

.ce_text.infoblock h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2381;
  margin-bottom: 15px; }

.ce_text.infoblock p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.21053;
  margin-bottom: 10px; }

.ce_text p strong {
  font-weight: normal;
  font-family: 'Arvo', sans-serif;
  font-weight: 700; }

.mod_newsreader .ce_text.contact .image_container {
  float: left; }
  .mod_newsreader .ce_text.contact .image_container + .text_container {
    margin-left: 9.375rem; }

.mod_newsreader .ce_text.contact h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.41176;
  margin-bottom: 0px;
  text-transform: uppercase; }
  .mod_newsreader .ce_text.contact h3 strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }

.mod_newsreader .ce_text.contact h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase; }

.mod_newsreader .ce_text.contact p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44444;
  margin-bottom: 0px; }
  .mod_newsreader .ce_text.contact p:not(:last-child) {
    padding-bottom: 17px; }

.mod_newsreader .ce_text.contact p > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7; }

.mod_newsreader .ce_text.contact h4, .mod_newsreader .ce_text.contact p, .mod_newsreader .ce_text.contact p > a {
  color: #303030; }

@media screen and (max-width: 59.9375em) {
  .ce_text.multi-column-2, .ce_text.multi-column-3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; } }

@media screen and (max-width: 49.9375em) {
  .ce_text.standard .image_container.float_left {
    float: none;
    width: 100%; }
  .ce_text.infoblock .image_container + .text_container {
    margin-left: 150px;
    padding-right: 0px; }
  .ce_text.standard.level-bg {
    padding-top: 0px; }
  .ce_text.standard.intro {
    text-align: left; }
    .ce_text.standard.intro p {
      padding: 0; }
  .ce_text.standard.text-float-left {
    float: none;
    width: calc(100% - 20px);
    padding: 40px !important; }
    .ce_text.standard.text-float-left.custom_bgcolor {
      margin-left: 0.625rem;
      margin-right: 0.625rem; }
  .ce_text.quote .text__inside {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 40px; }
  .ce_text.quote .text_container {
    padding-left: 3.75rem; } }

@media screen and (max-width: 29.9375em) {
  .ce_text.infoblock .image_container {
    float: none;
    margin-bottom: 20px; }
  .ce_text.infoblock .image_container + .text_container {
    margin-left: 0px; }
  .ce_text.contact .image_container, .ce_text.teaser .image_container {
    float: none;
    margin-bottom: 20px;
    text-align: center; }
  .ce_text.contact .image_container + .text_container, .ce_text.teaser .image_container + .text_container {
    margin-left: 0; } }

.ce_text:not(.hyperlinks):not(.hyperlinks-inline):not(.ankerlinks):not(.interview-teaser) li, .ce_list li {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  line-height: 1.42105;
  margin-bottom: 0px;
  margin-bottom: 0.625rem; }

.ce_text:not(.hyperlinks):not(.hyperlinks-inline):not(.ankerlinks):not(.interview-teaser) ul li, .ce_list ul li {
  position: relative;
  display: block;
  padding-left: 1.25rem; }
  .ce_text:not(.hyperlinks):not(.hyperlinks-inline):not(.ankerlinks):not(.interview-teaser) ul li:before, .ce_list ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: icomoon;
    content: "";
    font-size: 9px;
    line-height: 2.55556;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    color: #008aa7;
    margin-left: 2px; }

.ce_text:not(.hyperlinks):not(.hyperlinks-inline):not(.ankerlinks):not(.interview-teaser).custom_bgcolor ul li:before, .ce_list.custom_bgcolor ul li:before {
  color: white; }

.ce_text:not(.hyperlinks):not(.hyperlinks-inline):not(.ankerlinks):not(.interview-teaser) ol, .ce_list ol {
  counter-reset: my-ol-counter; }
  .ce_text:not(.hyperlinks):not(.hyperlinks-inline):not(.ankerlinks):not(.interview-teaser) ol li, .ce_list ol li {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
    .ce_text:not(.hyperlinks):not(.hyperlinks-inline):not(.ankerlinks):not(.interview-teaser) ol li:before, .ce_list ol li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      content: counter(my-ol-counter);
      counter-increment: my-ol-counter;
      font-size: 17px;
      line-height: 1.42105;
      margin-bottom: 0px;
      font-weight: bold;
      font-style: normal;
      color: #008aa7; }

@media screen and (max-width: 59.9375em) {
  .ce_image.horizontal-align-left .image_container {
    text-align: center; }
    .ce_image.horizontal-align-left .image_container > img {
      display: inline-block; } }

.ce_text.standard p > a, .ce_text.standard p > span > a, .ce_text.standard li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7; }

.ce_text.standard p + ul li {
  display: inline-block; }
  .ce_text.standard p + ul li:not(:last-child) {
    margin-right: 40px; }

.ce_text.standard.custom_bgcolor p > a, .ce_text.standard.custom_bgcolor li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7;
  color: white;
  border-color: white; }

.ce_text.hyperlinks p, .ce_text.ankerlinks p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.42105;
  margin-bottom: 0px; }
  .ce_text.hyperlinks p:not(:last-child), .ce_text.ankerlinks p:not(:last-child) {
    padding-bottom: 20px; }

.ce_text.hyperlinks li, .ce_text.ankerlinks li {
  margin-bottom: 1.25rem; }

.ce_text.hyperlinks p > a, .ce_text.hyperlinks li > a, .ce_text.ankerlinks p > a, .ce_text.ankerlinks li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.28571;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase; }

.ce_text.hyperlinks p, .ce_text.hyperlinks li {
  padding-left: 2.375rem; }

.ce_text.hyperlinks p > a, .ce_text.hyperlinks li > a {
  position: relative;
  display: block;
  padding-left: 2.375rem;
  color: #008aa7;
  /*
      @include font-icon-before('\f0c1', 17, 27);
      color: $colorTextBlue;
      &[href^="http"] {
        @include font-icon-before('\f08e', 17, 27);
      }
      &[href^="mailto"] {
        @include font-icon-before('\f1fa', 17, 27);
      }
      &[href$=".pdf"], &[href$=".jpg"] {
        @include font-icon-before('\f019', 17, 27);
      }
      */ }
  .ce_text.hyperlinks p > a:before, .ce_text.hyperlinks li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: icomoon;
    content: "";
    font-size: 17px;
    line-height: 1.58824;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    color: #303030;
    margin-left: 2px; }
  .ce_text.hyperlinks p > a[href^="http"], .ce_text.hyperlinks li > a[href^="http"] {
    position: relative;
    display: block;
    padding-left: 2.375rem; }
    .ce_text.hyperlinks p > a[href^="http"]:before, .ce_text.hyperlinks li > a[href^="http"]:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      font-family: icomoon;
      content: "";
      font-size: 17px;
      line-height: 1.58824;
      margin-bottom: 0px;
      font-weight: normal;
      font-style: normal;
      color: #303030;
      margin-left: 2px; }
  .ce_text.hyperlinks p > a[href^="mailto"], .ce_text.hyperlinks li > a[href^="mailto"] {
    position: relative;
    display: block;
    padding-left: 2.375rem; }
    .ce_text.hyperlinks p > a[href^="mailto"]:before, .ce_text.hyperlinks li > a[href^="mailto"]:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      font-family: icomoon;
      content: "";
      font-size: 17px;
      line-height: 1.58824;
      margin-bottom: 0px;
      font-weight: normal;
      font-style: normal;
      color: #303030;
      margin-left: 2px; }
  .ce_text.hyperlinks p > a[href$=".pdf"], .ce_text.hyperlinks p > a[href$=".jpg"], .ce_text.hyperlinks li > a[href$=".pdf"], .ce_text.hyperlinks li > a[href$=".jpg"] {
    position: relative;
    display: block;
    padding-left: 2.375rem; }
    .ce_text.hyperlinks p > a[href$=".pdf"]:before, .ce_text.hyperlinks p > a[href$=".jpg"]:before, .ce_text.hyperlinks li > a[href$=".pdf"]:before, .ce_text.hyperlinks li > a[href$=".jpg"]:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      font-family: icomoon;
      content: "";
      font-size: 17px;
      line-height: 1.58824;
      margin-bottom: 0px;
      font-weight: normal;
      font-style: normal;
      color: #303030;
      margin-left: 2px; }

.ce_text.hyperlinks p > a, .ce_text.hyperlinks li > a {
  margin-left: -2.375rem;
  display: block !important;
  margin-bottom: 0.4375rem; }

.ce_text.hyperlink-topic {
  padding-left: 112px;
  background-repeat: no-repeat;
  background-position: left top; }
  .ce_text.hyperlink-topic p {
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 0px;
    padding-left: 1.25rem; }
    .ce_text.hyperlink-topic p:not(:last-child) {
      padding-bottom: 17px; }
    .ce_text.hyperlink-topic p:not(:last-child) {
      padding-bottom: 0.625rem; }
  .ce_text.hyperlink-topic p > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2381;
    margin-bottom: 0px;
    position: relative;
    display: block;
    padding-left: 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    color: #008aa7;
    margin-left: -1.25rem; }
    .ce_text.hyperlink-topic p > a:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      font-family: icomoon;
      content: "";
      font-size: 15px;
      line-height: 1.73333;
      margin-bottom: 0px;
      font-weight: normal;
      font-style: normal;
      color: #303030;
      margin-left: 2px; }
    .ce_text.hyperlink-topic p > a:before {
      color: inherit; }
  .ce_text.hyperlink-topic.link-agenda {
    background-image: url("images/bg_topiclink_agenda.png"); }
  .ce_text.hyperlink-topic.link-caadp {
    background-image: url("images/bg_topiclink_caadp.png"); }
  .ce_text.hyperlink-topic.link-climate {
    background-image: url("images/bg_topiclink_climate.png"); }
  .ce_text.hyperlink-topic.link-gender {
    background-image: url("images/bg_topiclink_gender.png"); }
  .ce_text.hyperlink-topic.link-governance {
    background-image: url("images/bg_topiclink_governance.png"); }
  .ce_text.hyperlink-topic.link-nutrition {
    background-image: url("images/bg_topiclink_nutrition.png"); }
  .ce_text.hyperlink-topic.link-privatesector {
    background-image: url("images/bg_topiclink_privatesector.png"); }

.ce_text.ankerlinks p > a, .ce_text.ankerlinks li > a {
  position: relative;
  display: block;
  padding-left: 2.375rem;
  color: #758389; }
  .ce_text.ankerlinks p > a:before, .ce_text.ankerlinks li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: icomoon;
    content: "";
    font-size: 17px;
    line-height: 1.58824;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    color: #303030;
    margin-left: 2px; }

.ce_text.hyperlinks-inline li {
  display: inline-block; }
  .ce_text.hyperlinks-inline li:not(:first-child) {
    margin-left: 1.875rem; }
  .ce_text.hyperlinks-inline li > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #008aa7;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 0px; }

.ce_hyperlink.standard > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7; }

.ce_hyperlink.intro-link {
  text-align: center; }

.ce_hyperlink.contentnav-link {
  margin-bottom: 0.9375rem !important; }
  .ce_hyperlink.contentnav-link > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.14286;
    margin-bottom: 0px;
    color: #008aa7;
    display: inline-block;
    text-transform: uppercase; }
    .ce_hyperlink.contentnav-link > a:after {
      font-family: icomoon;
      font-weight: normal;
      content: "";
      font-size: 17px;
      line-height: 1.41176;
      margin-bottom: 0px;
      padding-left: 0.4375rem; }

.back {
  margin-top: 1.875rem;
  display: inline-block; }
  .back a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 0px;
    color: white;
    background-color: #008aa7;
    padding: 0.4375rem 1.25rem; }
    .back a:before {
      font-family: icomoon;
      font-weight: normal;
      content: "";
      font-size: 17px;
      line-height: 1.41176;
      margin-bottom: 0px;
      padding-right: 0.625rem; }
  .back + .top {
    padding: 0 !important; }

.top {
  margin-top: 1.875rem;
  display: inline-block; }
  .top a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 0px;
    color: white;
    background-color: #008aa7;
    padding: 0.4375rem 1.25rem; }
    .top a:before {
      font-family: icomoon;
      font-weight: normal;
      content: "";
      font-size: 17px;
      line-height: 1.41176;
      margin-bottom: 0px;
      padding-right: 0.625rem; }

@media screen and (max-width: 49.9375em) {
  .ce_hyperlink.intro-link {
    text-align: left; } }

.ce_table h3, .ce_table td, .ce_table th {
  font-size: 21px;
  line-height: 1.28571;
  margin-bottom: 0px;
  padding: 1.0625rem 2.5rem;
  position: relative;
  border-bottom: 4px solid white; }

.ce_table td:not(:last-child), .ce_table th:not(:last-child) {
  border-right: 4px solid white; }

.ce_table table {
  width: 100%; }

.ce_table h3 {
  font-size: 21px;
  line-height: 1.28571;
  margin-bottom: 0px;
  padding: 1.0625rem 2.5rem;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  background-color: #008aa7; }

.ce_table th {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: white;
  text-align: left;
  background-color: #758389; }

.ce_table td {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; }

.ce_table tr.even td {
  background-color: #efeff1; }

.ce_table tr.odd td {
  background-color: transparent; }

@media screen and (max-width: 59.9375em) {
  .ce_table .table-inside {
    overflow-x: auto; } }

.ce_downloads a {
  position: relative;
  display: block;
  padding-left: 2.375rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2381;
  margin-bottom: 0px;
  color: #008aa7;
  text-transform: uppercase; }
  .ce_downloads a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: icomoon;
    content: "";
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    color: #303030;
    margin-left: 2px; }

.ce_downloads .mime_icon {
  display: none; }

.ce_downloads h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.29412;
  margin-bottom: 30px;
  text-transform: uppercase; }
  .ce_downloads h3 strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }

.ce_downloads .downloads__intro {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  margin-bottom: 0px;
  margin-bottom: 0.9375rem; }

.ce_downloads li {
  margin-bottom: 1.25rem; }

.ce_downloads a {
  margin-bottom: 0.4375rem; }

.ce_downloads .download-description {
  display: block;
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  margin-bottom: 0px;
  margin-left: 2.375rem;
  margin-bottom: 0.625rem; }

.ce_dzvideoembed h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 20px; }

.ce_dzvideoembed .dzvideoembed__caption {
  background-color: #efeff1;
  padding: 1.875rem; }

.ce_dzvideoembed .dzvideoembed__headline {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 20px; }

.ce_dzvideoembed .dzvideoembed__description p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44444;
  margin-bottom: 0px; }
  .ce_dzvideoembed .dzvideoembed__description p:not(:last-child) {
    padding-bottom: 17px; }

.ce_dzvideoembed .dzvideoembed__description p > a, .ce_dzvideoembed .dzvideoembed__description li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-left: 1.6875rem;
  color: #008aa7; }
  .ce_dzvideoembed .dzvideoembed__description p > a:before, .ce_dzvideoembed .dzvideoembed__description li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-family: icomoon;
    content: "";
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    color: #303030;
    margin-left: 2px; }
  .ce_dzvideoembed .dzvideoembed__description p > a[href^="http"], .ce_dzvideoembed .dzvideoembed__description li > a[href^="http"] {
    position: relative;
    display: block;
    padding-left: 1.6875rem; }
    .ce_dzvideoembed .dzvideoembed__description p > a[href^="http"]:before, .ce_dzvideoembed .dzvideoembed__description li > a[href^="http"]:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      font-family: icomoon;
      content: "";
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 0px;
      font-weight: normal;
      font-style: normal;
      color: #303030;
      margin-left: 2px; }
  .ce_dzvideoembed .dzvideoembed__description p > a[href^="mailto"], .ce_dzvideoembed .dzvideoembed__description li > a[href^="mailto"] {
    position: relative;
    display: block;
    padding-left: 1.6875rem; }
    .ce_dzvideoembed .dzvideoembed__description p > a[href^="mailto"]:before, .ce_dzvideoembed .dzvideoembed__description li > a[href^="mailto"]:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      font-family: icomoon;
      content: "";
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 0px;
      font-weight: normal;
      font-style: normal;
      color: #303030;
      margin-left: 2px; }
  .ce_dzvideoembed .dzvideoembed__description p > a[href$=".pdf"], .ce_dzvideoembed .dzvideoembed__description p > a[href$=".jpg"], .ce_dzvideoembed .dzvideoembed__description li > a[href$=".pdf"], .ce_dzvideoembed .dzvideoembed__description li > a[href$=".jpg"] {
    position: relative;
    display: block;
    padding-left: 1.6875rem; }
    .ce_dzvideoembed .dzvideoembed__description p > a[href$=".pdf"]:before, .ce_dzvideoembed .dzvideoembed__description p > a[href$=".jpg"]:before, .ce_dzvideoembed .dzvideoembed__description li > a[href$=".pdf"]:before, .ce_dzvideoembed .dzvideoembed__description li > a[href$=".jpg"]:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      font-family: icomoon;
      content: "";
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 0px;
      font-weight: normal;
      font-style: normal;
      color: #303030;
      margin-left: 2px; }

.ce_dzvideoembed .dzvideoembed__wrapper_16x9 {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .ce_dzvideoembed .dzvideoembed__wrapper_16x9 > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0; }

.scribd_wrapper {
  margin-bottom: 50px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .scribd_wrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0; }

.mod_article.bg_blue h2.ce_headline, .mod_article.bg_blue .ce_hyperlink h2, .mod_article.bg_grey h2.ce_headline, .mod_article.bg_grey .ce_hyperlink h2 {
  color: white;
  border-color: white; }
  .mod_article.bg_blue h2.ce_headline a, .mod_article.bg_blue .ce_hyperlink h2 a, .mod_article.bg_grey h2.ce_headline a, .mod_article.bg_grey .ce_hyperlink h2 a {
    color: white; }

.mod_article.bg_blue h3.ce_headline, .mod_article.bg_blue h3.ce_headline.standard, .mod_article.bg_blue .ce_text.standard h3, .mod_article.bg_grey h3.ce_headline, .mod_article.bg_grey h3.ce_headline.standard, .mod_article.bg_grey .ce_text.standard h3 {
  color: white; }

.mod_article.bg_blue .ce_text p, .mod_article.bg_grey .ce_text p {
  color: white; }

.mod_article.bg_blue .ce_text.standard p > a, .mod_article.bg_grey .ce_text.standard p > a {
  color: white;
  border-color: white; }

.mod_article.bg_blue .ce_hyperlink.standard > a, .mod_article.bg_grey .ce_hyperlink.standard > a {
  color: white;
  border-color: white; }

.ce_text.custom_bgcolor h3 {
  color: white; }

.col-75x25.teaser {
  margin-bottom: 0.3125rem; }
  .col-75x25.teaser:last-of-type {
    margin-bottom: 3.125rem; }
  .col-75x25.teaser .text-column {
    background-color: white;
    padding: 3.375rem; }
    .col-75x25.teaser .text-column > div:last-child {
      margin-bottom: 0; }
  .col-75x25.teaser .image-column {
    padding: 0; }
    .col-75x25.teaser .image-column .ce_image {
      width: 100%;
      height: inherit;
      margin-left: 3px;
      text-align: center;
      position: relative;
      background-color: white; }
      .col-75x25.teaser .image-column .ce_image .image_container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.bg_standard .col-75x25.teaser .text-column {
  background-color: #efeff1; }

.bg_standard .col-75x25.teaser .image-column .ce_image {
  border: 3px solid #efeff1; }

@media screen and (max-width: 59.9375em) {
  .col-75x25.teaser .text-column {
    margin-bottom: 0.125rem; }
  .col-75x25.teaser .image-column {
    height: auto; }
    .col-75x25.teaser .image-column .ce_image {
      margin: 0; }
      .col-75x25.teaser .image-column .ce_image .image_container {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 1.25rem 0; } }

.mod_article:not(.topic-tabs) .tabs {
  border: 0;
  background: transparent; }

.mod_article:not(.topic-tabs) .tabs-content {
  border: 0;
  background: transparent; }

.mod_article:not(.topic-tabs) .tabs-panel {
  padding: 0; }

.mod_article:not(.topic-tabs) .ce_dz_tabcontainer .tabs {
  margin-bottom: 3.125rem; }

.mod_article:not(.topic-tabs) .ce_dz_tabcontainer .tabs-title:not(:last-child) {
  padding-right: 1.125rem; }

.mod_article:not(.topic-tabs) .ce_dz_tabcontainer .tabs-title > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 2.52381;
  margin-bottom: 0px;
  background-color: #758389;
  color: white;
  text-transform: uppercase;
  display: block;
  padding: 0 1.5625rem; }

.mod_article:not(.topic-tabs) .ce_dz_tabcontainer .tabs-title.is-active > a {
  background: #008aa7;
  color: white; }

.mod_article:not(.topic-tabs) .ce_dz_tabcontainer .tabs-title:not(.is-active) > a:hover {
  background: #303030; }

@media screen and (max-width: 29.9375em) {
  .mod_article:not(.topic-tabs) .ce_dz_tabcontainer .tabs-title {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 2px; } }

.ce_accordion .toggler, .ce_accordion .toggler_closed {
  font-size: 21px;
  line-height: 1.28571;
  margin-bottom: 0px;
  padding: 1.0625rem 2.5rem;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
  background: #758389;
  margin-bottom: 4px; }
  .ce_accordion .toggler.ui-state-active, .ce_accordion .toggler_closed.ui-state-active {
    padding-right: 3.75rem;
    background: #008aa7; }
    .ce_accordion .toggler.ui-state-active:after, .ce_accordion .toggler_closed.ui-state-active:after {
      position: absolute;
      top: 50%;
      right: 1.625rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "";
      color: inherit;
      font-family: icomoon;
      font-size: 28px;
      line-height: 0.03571;
      margin-bottom: 0px;
      line-height: 1;
      font-weight: normal;
      font-style: normal; }
  .ce_accordion .toggler:not(.ui-state-active), .ce_accordion .toggler_closed:not(.ui-state-active) {
    padding-right: 3.75rem; }
    .ce_accordion .toggler:not(.ui-state-active):after, .ce_accordion .toggler_closed:not(.ui-state-active):after {
      position: absolute;
      top: 50%;
      right: 1.625rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "";
      color: inherit;
      font-family: icomoon;
      font-size: 28px;
      line-height: 0.03571;
      margin-bottom: 0px;
      line-height: 1;
      font-weight: normal;
      font-style: normal; }
  .ce_accordion .toggler:hover, .ce_accordion .toggler_closed:hover {
    background: #008aa7; }

.ce_accordion .accordion {
  background-color: #efeff1;
  padding: 2.5rem 2.8125rem 0.625rem 2.8125rem;
  margin-bottom: 4px; }

.ce_accordion-single {
  margin-bottom: 50px; }
  .ce_accordion-single .toggler {
    font-size: 21px;
    line-height: 1.28571;
    margin-bottom: 0px;
    padding: 1.0625rem 2.5rem;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.33333;
    margin-bottom: 0px;
    color: white;
    text-transform: uppercase;
    background-image: url("images/bg_accicon_agenda.png"), url("images/bg_acc_single_toggler.png");
    background-repeat: no-repeat, repeat-x;
    background-position: left center, left center;
    padding: 0 3.75rem 0 7rem;
    height: 73px;
    overflow: hidden; }
    .ce_accordion-single .toggler > div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ce_accordion-single .toggler.ui-state-active {
      padding-right: 3.75rem; }
      .ce_accordion-single .toggler.ui-state-active:after {
        position: absolute;
        top: 50%;
        right: 1.625rem;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "";
        color: inherit;
        font-family: icomoon;
        font-size: 28px;
        line-height: 0.03571;
        margin-bottom: 0px;
        line-height: 1;
        font-weight: normal;
        font-style: normal; }
    .ce_accordion-single .toggler:not(.ui-state-active) {
      padding-right: 3.75rem; }
      .ce_accordion-single .toggler:not(.ui-state-active):after {
        position: absolute;
        top: 50%;
        right: 1.625rem;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "";
        color: inherit;
        font-family: icomoon;
        font-size: 28px;
        line-height: 0.03571;
        margin-bottom: 0px;
        line-height: 1;
        font-weight: normal;
        font-style: normal; }
  .ce_accordion-single.agenda .toggler {
    background-image: url("images/bg_accicon_agenda.png"), url("images/bg_acc_single_toggler.png"); }
  .ce_accordion-single.caadp .toggler {
    background-image: url("images/bg_accicon_caadp.png"), url("images/bg_acc_single_toggler.png"); }
  .ce_accordion-single.climate .toggler {
    background-image: url("images/bg_accicon_climate.png"), url("images/bg_acc_single_toggler.png"); }
  .ce_accordion-single.gender .toggler {
    background-image: url("images/bg_accicon_gender.png"), url("images/bg_acc_single_toggler.png"); }
  .ce_accordion-single.governance .toggler {
    background-image: url("images/bg_accicon_governance.png"), url("images/bg_acc_single_toggler.png"); }
  .ce_accordion-single.nutrition .toggler {
    background-image: url("images/bg_accicon_nutrition.png"), url("images/bg_acc_single_toggler.png"); }
  .ce_accordion-single.privatesector .toggler {
    background-image: url("images/bg_accicon_privatesector.png"), url("images/bg_acc_single_toggler.png"); }
  .ce_accordion-single .accordion {
    padding: 3.75rem 0 0 0;
    border-bottom: 1px solid #303030; }

.topic-tabs .tabs {
  border: 0; }

.topic-tabs .tabs-title > a {
  padding: 0; }

.topic-tabs .tabs-title > a:focus, .topic-tabs .tabs-title > a[aria-selected='true'] {
  background-color: transparent; }

.topic-tabs .tabs-content {
  border: 0; }

.topic-tabs .tabs-panel {
  padding: 0; }

.topic-tabs .tabs {
  position: relative;
  z-index: 2;
  background-color: transparent; }

.topic-tabs .tabs-title {
  width: calc(99.9%/4);
  background-color: transparent; }
  .topic-tabs .tabs-title > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.17647;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: auto, auto;
    padding-top: 130px;
    min-height: 250px; }
  .topic-tabs .tabs-title:nth-child(1) > a {
    background-image: url("images/bg_tab_1.png"), url("images/trans.png"); }
    .topic-tabs .tabs-title:nth-child(1) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_1_high.png"), url("images/bg_tab_active.png"); }
    .topic-tabs .tabs-title:nth-child(1) > a:hover:not([aria-selected='true']) {
      background-image: url("images/bg_tab_1_high.png"), url("images/trans.png"); }
  .topic-tabs .tabs-title:nth-child(2) > a {
    background-image: url("images/bg_tab_2.png"), url("images/trans.png"); }
    .topic-tabs .tabs-title:nth-child(2) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_2_high.png"), url("images/bg_tab_active.png"); }
    .topic-tabs .tabs-title:nth-child(2) > a:hover:not([aria-selected='true']) {
      background-image: url("images/bg_tab_2_high.png"), url("images/trans.png"); }
  .topic-tabs .tabs-title:nth-child(3) > a {
    background-image: url("images/bg_tab_3.png"), url("images/trans.png"); }
    .topic-tabs .tabs-title:nth-child(3) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_3_high.png"), url("images/bg_tab_active.png"); }
    .topic-tabs .tabs-title:nth-child(3) > a:hover:not([aria-selected='true']) {
      background-image: url("images/bg_tab_3_high.png"), url("images/trans.png"); }
  .topic-tabs .tabs-title:nth-child(4) > a {
    background-image: url("images/bg_tab_4.png"), url("images/trans.png"); }
    .topic-tabs .tabs-title:nth-child(4) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_4_high.png"), url("images/bg_tab_active.png"); }
    .topic-tabs .tabs-title:nth-child(4) > a:hover:not([aria-selected='true']) {
      background-image: url("images/bg_tab_4_high.png"), url("images/trans.png"); }
  .topic-tabs .tabs-title:nth-child(5) > a {
    background-image: url("images/bg_tab_5.png"), url("images/trans.png"); }
    .topic-tabs .tabs-title:nth-child(5) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_5_high.png"), url("images/bg_tab_active.png"); }
    .topic-tabs .tabs-title:nth-child(5) > a:hover:not([aria-selected='true']) {
      background-image: url("images/bg_tab_5_high.png"), url("images/trans.png"); }
  .topic-tabs .tabs-title:nth-child(6) > a {
    background-image: url("images/bg_tab_6.png"), url("images/trans.png"); }
    .topic-tabs .tabs-title:nth-child(6) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_6_high.png"), url("images/bg_tab_active.png"); }
    .topic-tabs .tabs-title:nth-child(6) > a:hover:not([aria-selected='true']) {
      background-image: url("images/bg_tab_6_high.png"), url("images/trans.png"); }
  .topic-tabs .tabs-title:nth-child(7) > a {
    background-image: url("images/bg_tab_7.png"), url("images/trans.png"); }
    .topic-tabs .tabs-title:nth-child(7) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_7_high.png"), url("images/bg_tab_active.png"); }
    .topic-tabs .tabs-title:nth-child(7) > a:hover:not([aria-selected='true']) {
      background-image: url("images/bg_tab_7_high.png"), url("images/trans.png"); }

.topic-tabs .tabs-content {
  position: relative;
  z-index: 1;
  top: -1px;
  border-top: 1px solid black;
  padding-top: 30px; }

@media screen and (min-width: 60em) and (max-width: 68.6875em) {
  .topic-tabs .tabs-title > a {
    background-size: 100px, auto; } }

@media screen and (max-width: 49.9375em) {
  .topic-tabs .tabs-title > a {
    background-size: 80px, auto;
    padding-top: 90px;
    min-height: 190px; } }

@media screen and (max-width: 59.9375em) {
  .topic-tabs .tabs {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("images/bg_tab_active.png"); }
  .topic-tabs .tabs-title > a {
    background-repeat: no-repeat;
    background-position: center top; }
  .topic-tabs .tabs-title:nth-child(1) > a {
    background-image: url("images/bg_tab_1.png"); }
    .topic-tabs .tabs-title:nth-child(1) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_1_high.png"); }
  .topic-tabs .tabs-title:nth-child(2) > a {
    background-image: url("images/bg_tab_2.png"); }
    .topic-tabs .tabs-title:nth-child(2) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_2_high.png"); }
  .topic-tabs .tabs-title:nth-child(3) > a {
    background-image: url("images/bg_tab_3.png"); }
    .topic-tabs .tabs-title:nth-child(3) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_3_high.png"); }
  .topic-tabs .tabs-title:nth-child(4) > a {
    background-image: url("images/bg_tab_4.png"); }
    .topic-tabs .tabs-title:nth-child(4) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_4_high.png"); }
  .topic-tabs .tabs-title:nth-child(5) > a {
    background-image: url("images/bg_tab_5.png"); }
    .topic-tabs .tabs-title:nth-child(5) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_5_high.png"); }
  .topic-tabs .tabs-title:nth-child(6) > a {
    background-image: url("images/bg_tab_6.png"); }
    .topic-tabs .tabs-title:nth-child(6) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_6_high.png"); }
  .topic-tabs .tabs-title:nth-child(7) > a {
    background-image: url("images/bg_tab_7.png"); }
    .topic-tabs .tabs-title:nth-child(7) > a[aria-selected='true'] {
      background-image: url("images/bg_tab_7_high.png"); } }

@media screen and (min-width: 50em) and (max-width: 59.9375em) {
  .topic-tabs .tabs-title:nth-child(1) {
    width: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(1) > a {
      min-height: 190px; }
  .topic-tabs .tabs-title:nth-child(2) {
    width: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(2) > a {
      min-height: 190px; }
  .topic-tabs .tabs-title:nth-child(3) {
    width: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(3) > a {
      min-height: 190px; }
  .topic-tabs .tabs-title:nth-child(4) {
    width: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(4) > a {
      min-height: 190px; }
  .topic-tabs .tabs-title:nth-child(5) {
    width: calc(100%/4); }
  .topic-tabs .tabs-title:nth-child(6) {
    width: calc(100%/4); }
  .topic-tabs .tabs-title:nth-child(7) {
    width: calc(100%/4); }
  .topic-tabs .tabs-title:nth-child(5) {
    margin-left: calc(100%/8); } }

@media screen and (min-width: 30em) and (max-width: 49.9375em) {
  .topic-tabs .tabs-title:nth-child(1) {
    width: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(1) > a {
      min-height: 160px; }
  .topic-tabs .tabs-title:nth-child(2) {
    width: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(2) > a {
      min-height: 160px; }
  .topic-tabs .tabs-title:nth-child(3) {
    width: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(3) > a {
      min-height: 160px; }
  .topic-tabs .tabs-title:nth-child(4) {
    width: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(4) > a {
      min-height: 160px; }
  .topic-tabs .tabs-title:nth-child(5) {
    width: calc(100%/4); }
  .topic-tabs .tabs-title:nth-child(6) {
    width: calc(100%/4); }
  .topic-tabs .tabs-title:nth-child(7) {
    width: calc(100%/4); }
  .topic-tabs .tabs-title:nth-child(5) {
    margin-left: calc(100%/8); } }

@media screen and (max-width: 29.9375em) {
  .topic-tabs .tabs-title:nth-child(1) {
    width: calc(100%/3); }
    .topic-tabs .tabs-title:nth-child(1) > a {
      min-height: 150px; }
  .topic-tabs .tabs-title:nth-child(2) {
    width: calc(100%/3); }
    .topic-tabs .tabs-title:nth-child(2) > a {
      min-height: 150px; }
  .topic-tabs .tabs-title:nth-child(3) {
    width: calc(100%/3); }
    .topic-tabs .tabs-title:nth-child(3) > a {
      min-height: 150px; }
  .topic-tabs .tabs-title:nth-child(4) {
    width: calc(100%/3); }
    .topic-tabs .tabs-title:nth-child(4) > a {
      min-height: 150px; }
  .topic-tabs .tabs-title:nth-child(5) {
    width: calc(100%/3); }
    .topic-tabs .tabs-title:nth-child(5) > a {
      min-height: 150px; }
  .topic-tabs .tabs-title:nth-child(6) {
    width: calc(100%/3); }
    .topic-tabs .tabs-title:nth-child(6) > a {
      min-height: 150px; }
  .topic-tabs .tabs-title:nth-child(7) {
    width: calc(100%/2); }
  .topic-tabs .tabs-title:nth-child(7) {
    margin-left: calc(100%/4); }
    .topic-tabs .tabs-title:nth-child(7) > a {
      min-height: 160px; } }

.publication_latest {
  margin-bottom: 50px; }
  .publication_latest .news-text-container {
    padding-top: 40px; }
  .publication_latest h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 15px;
    color: #008aa7; }
  .publication_latest .teaser {
    margin-bottom: 20px; }
    .publication_latest .teaser p {
      font-family: 'Arvo', sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 1.42105;
      margin-bottom: 0px; }
      .publication_latest .teaser p:not(:last-child) {
        padding-bottom: 20px; }
  .publication_latest p.more > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #008aa7; }

.interview-teaser {
  padding-top: 40px; }
  .interview-teaser h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.41176;
    margin-bottom: 15px;
    text-transform: uppercase; }
    .interview-teaser h3 em {
      color: #008aa7;
      font-style: normal; }
  .interview-teaser p:not(:last-child) {
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.33333;
    margin-bottom: 0px; }
    .interview-teaser p:not(:last-child):not(:last-child) {
      padding-bottom: 20px; }
  .interview-teaser li {
    display: inline-block; }
    .interview-teaser li:not(:first-child) {
      margin-left: 1.875rem; }
    .interview-teaser li > a {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 17px;
      line-height: 1;
      margin-bottom: 0px;
      display: inline-block;
      text-transform: uppercase;
      padding-bottom: 0.25rem;
      border-bottom: 3px solid #008aa7; }

.interview_listteaser {
  margin-bottom: 4.0625rem; }
  .interview_listteaser h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 15px;
    color: #008aa7; }
  .interview_listteaser .teaser {
    margin-bottom: 20px; }
    .interview_listteaser .teaser p {
      font-family: 'Arvo', sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 1.42105;
      margin-bottom: 0px; }
      .interview_listteaser .teaser p:not(:last-child) {
        padding-bottom: 20px; }
      .interview_listteaser .teaser p strong {
        font-family: 'Arvo', sans-serif;
        font-weight: 700; }
  .interview_listteaser p.more, .interview_listteaser p.moreoverview {
    display: inline-block; }
    .interview_listteaser p.more > a, .interview_listteaser p.moreoverview > a {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 17px;
      line-height: 1;
      margin-bottom: 0px;
      display: inline-block;
      text-transform: uppercase;
      padding-bottom: 0.25rem;
      border-bottom: 3px solid #008aa7; }
    .interview_listteaser p.more + p.moreoverview, .interview_listteaser p.moreoverview + p.moreoverview {
      margin-left: 1.875rem; }
  .interview_listteaser h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.33333;
    margin-bottom: 15px;
    color: #303030;
    text-transform: uppercase;
    margin-top: 1.875rem; }

@media screen and (min-width: 50em) and (max-width: 59.9375em) {
  .interview_listteaser h3 {
    margin-top: 0; } }

@media screen and (max-width: 49.9375em) {
  .interview_listteaser .image_container {
    text-align: center; } }

.news_teaser, .news_teaser_icon {
  margin-bottom: 50px; }
  .news_teaser .news-text-container, .news_teaser_icon .news-text-container {
    padding-top: 40px; }
  .news_teaser h3, .news_teaser_icon h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.33333;
    margin-bottom: 15px;
    color: #303030;
    text-transform: uppercase; }
  .news_teaser .teaser, .news_teaser_icon .teaser {
    margin-bottom: 17px; }
    .news_teaser .teaser p,
    .news_teaser_icon .teaser p,
    .news_teaser_icon .teaser {
      font-family: 'Arvo', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 1.44444;
      margin-bottom: 0px;
    }
    .news_teaser .teaser p:not(:last-child),
    .news_teaser_icon .teaser p:not(:last-child),
    .news_teaser_icon .teaser:not(:last-child) {
        padding-bottom: 17px;
    }
    .news_teaser .teaser p strong, .news_teaser_icon .teaser p strong {
      font-weight: normal;
      font-family: 'Arvo', sans-serif;
      font-weight: 700; }
  .news_teaser p.more > a, .news_teaser_icon p.more > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #008aa7; }

.news_teaser_icon .icon {
  width: 73px;
  height: 73px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("images/bg_icon_general.png");
  margin-bottom: 1.25rem; }

.news_teaser_icon.general .archivename {
  display: none; }

.news_teaser_icon.agenda .icon {
  background-image: url("images/bg_icon_agenda.png"); }

.news_teaser_icon.caadp .icon {
  background-image: url("images/bg_icon_caadp.png"); }

.news_teaser_icon.climate-change .icon {
  background-image: url("images/bg_icon_climate.png"); }

.news_teaser_icon.gender .icon {
  background-image: url("images/bg_icon_gender.png"); }

.news_teaser_icon.land-governance .icon {
  background-image: url("images/bg_icon_land.png"); }

.news_teaser_icon.nutrition .icon {
  background-image: url("images/bg_icon_nutrition.png"); }

.news_teaser_icon.private-sector-and-trade .icon {
  background-image: url("images/bg_icon_privatesector.png"); }

.no-icons .news_teaser_icon .icon {
  display: none; }

.mod_newsreader h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.20833;
  margin-bottom: 40px;
  color: #008aa7;
  text-transform: uppercase; }
  .mod_newsreader h1 + .ce_text > h2 {
    margin-top: -1.25rem; }

.mod_newsmenu {
  margin-bottom: 50px; }
  .mod_newsmenu li {
    margin-bottom: 0 !important; }
    .mod_newsmenu li > a, .mod_newsmenu li > span {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 21px;
      line-height: 1.14286;
      margin-bottom: 0px;
      color: #008aa7;
      display: inline-block;
      text-transform: uppercase; }
      .mod_newsmenu li > a:after, .mod_newsmenu li > span:after {
        font-family: icomoon;
        font-weight: normal;
        content: "";
        font-size: 17px;
        line-height: 1.41176;
        margin-bottom: 0px;
        padding-left: 0.4375rem; }
    .mod_newsmenu li > span {
      color: black; }

.mod_newsarchive h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 40px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 7px solid #008aa7;
  margin-left: 30px; }

.mod_article.bg_blue .news_teaser h3 a, .mod_article.bg_grey .news_teaser h3 a {
  color: white; }

.mod_article.bg_blue .news_teaser .teaser p, .mod_article.bg_grey .news_teaser .teaser p {
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44444;
  margin-bottom: 0px;
  color: white; }
  .mod_article.bg_blue .news_teaser .teaser p:not(:last-child), .mod_article.bg_grey .news_teaser .teaser p:not(:last-child) {
    padding-bottom: 17px; }

.mod_article.bg_blue .news_teaser p.more > a, .mod_article.bg_grey .news_teaser p.more > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7;
  color: white;
  border-color: white; }

.event-info {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.42105;
  margin-bottom: 0px;
  text-transform: uppercase; }
  .event-info i {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: normal; }

.events-latest .event-teaser:first-child:after, .mod_dzeventcalendaryear .event-teaser:after, .events-latest .event-teaser:not(:first-child):after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.events-latest .event-teaser:first-child .event-date, .mod_dzeventcalendaryear .event-teaser .event-date, .events-latest .event-teaser:not(:first-child) .event-date {
  float: left;
  width: 110px; }
  .events-latest .event-teaser:first-child .event-date .date, .mod_dzeventcalendaryear .event-teaser .event-date .date, .events-latest .event-teaser:not(:first-child) .event-date .date {
    background-color: #efeff1;
    text-align: center;
    padding: 10px 0;
    border-bottom: 5px solid #008aa7;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: 0px; }

.events-latest .event-teaser:first-child .event, .mod_dzeventcalendaryear .event-teaser .event, .events-latest .event-teaser:not(:first-child) .event {
  margin-left: 140px;
  position: relative;
  top: -3px; }

.events-latest .event-teaser:first-child h3, .mod_dzeventcalendaryear .event-teaser h3, .events-latest .event-teaser:not(:first-child) h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.33333;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase;
  color: #008aa7; }
  .events-latest .event-teaser:first-child h3 a, .mod_dzeventcalendaryear .event-teaser h3 a, .events-latest .event-teaser:not(:first-child) h3 a {
    color: inherit; }

.events-latest .event-teaser:first-child .teaser, .mod_dzeventcalendaryear .event-teaser .teaser, .events-latest .event-teaser:not(:first-child) .teaser {
  margin-bottom: 17px; }
  .events-latest .event-teaser:first-child .teaser p, .mod_dzeventcalendaryear .event-teaser .teaser p, .events-latest .event-teaser:not(:first-child) .teaser p {
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 0px; }
    .events-latest .event-teaser:first-child .teaser p:not(:last-child), .mod_dzeventcalendaryear .event-teaser .teaser p:not(:last-child), .events-latest .event-teaser:not(:first-child) .teaser p:not(:last-child) {
      padding-bottom: 17px; }
  .events-latest .event-teaser:first-child .teaser p strong, .mod_dzeventcalendaryear .event-teaser .teaser p strong, .events-latest .event-teaser:not(:first-child) .teaser p strong {
    font-weight: normal;
    font-family: 'Arvo', sans-serif;
    font-weight: 700; }

.events-latest .event-teaser:first-child p.more > a, .mod_dzeventcalendaryear .event-teaser p.more > a, .events-latest .event-teaser:not(:first-child) p.more > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #008aa7; }

.events-latest .event-teaser:first-child, .mod_dzeventcalendaryear .event-teaser {
  padding-bottom: 40px;
  border-bottom: 1px solid black;
  margin-bottom: 30px; }
  .events-latest .event-teaser:first-child .event-icon, .mod_dzeventcalendaryear .event-teaser .event-icon {
    height: 78px;
    background-color: #008aa7;
    background-image: url("images/bg_event_icon_global_large.png");
    background-position: center center;
    background-repeat: no-repeat; }
  .events-latest .platform.event-teaser:first-child .event-icon, .mod_dzeventcalendaryear .platform.event-teaser .event-icon {
    background-image: url("images/bg_event_icon_platform_large.png"); }

.events-latest .event-teaser:not(:first-child) {
  margin-bottom: 10px; }
  .events-latest .event-teaser:not(:first-child) .teaser, .events-latest .event-teaser:not(:first-child) p.more {
    display: none; }
  .events-latest .event-teaser:not(:first-child) .event-icon {
    height: 46px;
    background-color: #efeff1;
    background-image: url("images/bg_event_icon_global.png");
    background-position: center center;
    background-repeat: no-repeat; }
  .events-latest .platform.event-teaser:not(:first-child) .event-icon {
    background-image: url("images/bg_event_icon_platform.png"); }
  .events-latest .event-teaser:not(:first-child) .event-date .date {
    display: none; }

.mod_dzeventcalendaryear .calendar-month {
  margin-bottom: 5rem; }
  .mod_dzeventcalendaryear .calendar-month ul {
    list-style-type: none;
    width: 100%; }
    .mod_dzeventcalendaryear .calendar-month ul li {
      display: inline-block;
      width: 16.666%; }
      .mod_dzeventcalendaryear .calendar-month ul li > a {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 0px;
        text-transform: uppercase;
        text-align: center;
        padding: 0.9375rem 0;
        color: #ffffff;
        background-color: #758389;
        margin-left: 1px;
        margin-bottom: 1px; }
        .mod_dzeventcalendaryear .calendar-month ul li > a .year {
          color: #b2bcc0; }
      .mod_dzeventcalendaryear .calendar-month ul li.next-year > a {
        color: #758389;
        background-color: #efeff1; }
        .mod_dzeventcalendaryear .calendar-month ul li.next-year > a .year {
          color: #b2bcc0; }
      .mod_dzeventcalendaryear .calendar-month ul li > a:hover, .mod_dzeventcalendaryear .calendar-month ul li > a.active {
        color: #ffffff;
        background-color: #008aa7 !important; }
        .mod_dzeventcalendaryear .calendar-month ul li > a:hover .year, .mod_dzeventcalendaryear .calendar-month ul li > a.active .year {
          color: #51b9cf; }

@media screen and (max-width: 59.9375em) {
  .mod_dzeventcalendaryear .calendar-month ul li > a .year {
    display: none; } }

@media screen and (max-width: 29.9375em) {
  .events-latest .event-teaser .event-date {
    display: none; }
  .events-latest .event-teaser .event {
    margin-left: 0 !important; } }

.mod_eventreader h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.20833;
  margin-bottom: 40px;
  color: #008aa7;
  text-transform: uppercase; }

.mod_eventreader .event-info {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .mod_eventreader .event-info .event-type {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic; }
  .mod_eventreader .event-info time {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }
  .mod_eventreader .event-info .event.platform .event-type:before {
    content: 'Platform | '; }
  .mod_eventreader .event-info .event:not(.platform) .event-type:before {
    content: 'Global | '; }

.ce_dztabs > div:last-child {
  margin-bottom: 0 !important; }

.ce_text + .ce_hyperlink {
  margin-top: -25px; }

/*# sourceMappingURL=sourcemaps/global.css.map */



/* New Rural Youth Employment page layout */

body.nutrition figure.image_container {
  text-align: center;
}

body.nutrition p.top {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
body.nutrition p.top a:before {
  display: none;
}

.landingpageheadline,
.centerpara,
#topic {
  text-align: center;
}
.landingpageheadline h2 {
  font-size: 48px !important;
}
.regularlist li {
  font-style: normal !important;
}
.ce_headline.special.headlinenomargin h2 {
  margin-bottom: 0;
}


/* new overrides */

.layout_full.block .ce_colsetStart.row.colcount_2.foundation.col-50x50 .ce_text p > span > a {
  color: #008aa7;
  border-bottom: 3px solid #008aa7;
}