@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 64px;
  height: 64px;
  line-height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 48px;
  font-family: Arial, Baskerville, monospace;
}

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

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 60px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
    word-break: break-all;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "open_sansregular";
  src: url("../font/opensans_regular/OpenSans-Regular-webfont.eot");
  src: url("../font/opensans_regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans_regular/OpenSans-Regular-webfont.woff") format("woff"), url("../font/opensans_regular/OpenSans-Regular-webfont.ttf") format("truetype"), url("../font/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../font/opensans_semibold/OpenSans-Semibold-webfont.eot");
  src: url("../font/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans_semibold/OpenSans-Semibold-webfont.woff") format("woff"), url("../font/opensans_semibold/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../font/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../font/opensans_bold/OpenSans-Bold-webfont.eot");
  src: url("../font/opensans_bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans_bold/OpenSans-Bold-webfont.woff") format("woff"), url("../font/opensans_bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("../font/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../font/icons/icons.eot");
  src: url("../font/icons/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons/icons.ttf") format("truetype"), url("../font/icons/icons.woff") format("woff"), url("../font/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 14px;
  font-family: "open_sansregular";
  min-width: 1024px;
}

a {
  color: #fe8c8c;
  text-decoration: none;
}
a:hover {
  color: #fe8c8c;
  text-decoration: underline;
}

h1 {
  font-family: "open_sansregular";
  font-size: 2.1428571429em;
  text-transform: uppercase;
  margin: 0px;
  padding: 0 0 10px 0;
  text-align: center;
}

section, .main-footer {
  padding: 70px 0;
}

.general-container {
  box-sizing: border-box;
  max-width: 980px;
  margin: auto;
}

.stripe {
  font-size: 2em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
.stripe:after {
  display: block;
  content: "";
  width: 20px;
  height: 6px;
  margin: auto;
  background-color: #000;
  margin-top: 8px;
}

.small-stripe {
  font-family: "open_sansregular";
  font-size: 1.3571428571em;
  text-align: center;
  text-transform: uppercase;
}
.small-stripe:after {
  display: block;
  content: "";
  width: 16px;
  height: 3px;
  margin: auto;
  background-color: #000;
  margin-top: 8px;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icons";
  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;
}

@media print {
  .main-navigation {
    display: none !important;
  }
  form {
    display: none !important;
  }
  .main-footer {
    display: none !important;
  }
  .read-also {
    display: none !important;
  }
  .share-wrapper {
    display: none !important;
  }
  .logo a {
    content: url("../../images/logo.png") !important;
  }
  .fact {
    position: relative;
  }
  footer .fact {
    padding: 0 !important;
  }
  .article aside {
    padding-top: 0px !important;
    padding-bottom: 50px;
  }
  .article footer {
    margin-top: 0 !important;
    position: absolute;
    top: 0;
  }
  .report, .external-pages {
    display: none !important;
  }
  .article-info.report {
    display: block !important;
  }
}
* {
  box-sizing: border-box;
}

.masonry-timeline {
  width: 100%;
}

.masonry-timeline .posts-container {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  height: 440px;
}

.masonry-timeline .posts {
  height: 100%;
}

.masonry-timeline .posts > .post {
  border: solid #512139 2px;
  overflow: hidden;
  display: inline-block;
  padding: 5px;
  color: #813559;
}

.masonry-timeline .posts > .post h1 {
  color: #5E384D;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.masonry-timeline .posts > .post p {
  font-size: 12px;
}

.masonry-timeline .posts > .post.big {
  width: 210px;
  height: 210px;
}

.masonry-timeline .posts > .post.medium {
  width: 100px;
  height: 210px;
}

.masonry-timeline .posts > .post.medium-wide {
  width: 210px;
  height: 100px;
}

.masonry-timeline .posts > .post.small {
  width: 100px;
  height: 100px;
}

.masonry-timeline .dates-container {
  text-align: center;
  height: 25px;
  padding: 2px;
  width: 100%;
}

.masonry-timeline .dates {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.masonry-timeline .dates .year {
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: top;
}

.masonry-timeline .dates .year p {
  text-align: center;
  margin: 0;
  color: #512139;
  border-bottom: solid white 2px;
  transition: transform 0.3s, color 0.3s;
  -webkit-transition: border-bottom-color 0.3s, color 0.3s;
  -moz-transition: border-bottom-color 0.3s, color 0.3s;
}

.masonry-timeline .dates .year.active p {
  border-bottom: solid indianred 2px;
}

.masonry-timeline .dates .year:hover, .masonry-timeline .dates .year.active:hover {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .masonry-timeline .dates .year {
    padding: 3px;
    display: none;
  }
  .masonry-timeline .dates .year.active {
    display: inline-block;
    width: auto !important;
  }
}
.masonry-timeline-container {
  color: white;
  height: 890px;
  padding-top: 50px;
  background: url(../img/timeline-pattern.png), rgb(82, 83, 85);
  background: url(../img/timeline-pattern.png), -webkit-gradient(left top, left bottom, color-stop(0%, rgb(82, 83, 85)), color-stop(100%, rgb(32, 42, 44)));
  background: url(../img/timeline-pattern.png), linear-gradient(to bottom, rgb(82, 83, 85) 0%, rgb(32, 42, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#525355", endColorstr="#202a2c", GradientType=0 );
}

.masonry-timeline-container > h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}

.masonry-timeline-container > p {
  font-family: "open_sansregular";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.masonry-timeline .current-decade {
  text-align: center;
  font-size: 2em;
  display: none;
}

.masonry-timeline .posts-container {
  overflow-x: scroll;
  height: 384px;
}

.masonry-timeline .posts > .post {
  border: solid transparent 5px;
  padding: 10px;
  color: white;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
}

.masonry-timeline .posts > .post.active {
  border-color: #636768;
  background-color: #696a6e;
}

.masonry-timeline .posts > .post.big {
  width: 384px;
  height: 384px;
}

.masonry-timeline .posts > .post.medium {
  width: 192px;
  height: 384px;
}

.masonry-timeline .posts > .post.medium-wide {
  width: 576px;
  height: 192px;
}

.masonry-timeline .posts > .post.small {
  width: 192px;
  height: 192px;
}

.masonry-timeline .dates .year p {
  border-bottom: solid transparent 4px;
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  line-height: 21px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-left: 5px;
}

.masonry-timeline .dates .year.active p {
  border-bottom: solid #fe8c8c 4px;
}

.masonry-timeline .dates-container {
  border-top: solid #B7CDC1 1px;
  padding-top: 15px;
}

.masonry-timeline .posts > .post h3 {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
}

.masonry-timeline .posts > .post div.date {
  color: #fe8c8c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
}

.masonry-timeline .timeline-control {
  display: block;
  box-sizing: border-box;
  width: 48px;
  height: 52px;
  position: absolute;
  background-color: #bbb;
  color: #fff;
  font-family: icons;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  padding: 12px;
  margin-top: -50px;
  cursor: pointer;
}
.masonry-timeline .timeline-control.next:before {
  font-family: icons;
  content: "\e604";
}
.masonry-timeline .timeline-control.prev:before {
  font-family: icons;
  content: "\e603";
}

.masonry-timeline .timeline-control:hover {
  background-color: #fff;
  color: #fe8c8c;
}

.masonry-timeline .timeline-control.prev {
  left: 0;
}

.masonry-timeline .timeline-control.next {
  right: 0;
}

@media only screen and (max-width: 480px) {
  .masonry-timeline-container > p {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
  }
  .masonry-timeline .posts-container {
    height: 384px;
  }
}
.dictionary {
  color: #496b72;
  border-bottom: 1px dotted #496b72;
  cursor: pointer;
}

.tooltip {
  display: none;
  width: 290px;
  border: solid #496b72 5px;
  background: #f2f3f3;
  padding: 30px 20px;
  position: absolute;
  z-index: 3;
  box-sizing: border-box;
}
.tooltip .close {
  background: #496b72;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  color: #ffffff;
  cursor: pointer;
  padding-left: 11px;
  padding-top: 4px;
  font-weight: bold;
  box-sizing: border-box;
}
.tooltip:after {
  content: "";
  border-top: 10px solid #496b72;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -15px;
  right: 30px;
  position: absolute;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  .main-header {
    z-index: 1;
    height: 70px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    transform-style: preserve-3d;
    transform: perspective(600px);
  }
  .main-header .general-container {
    padding: 0 20px;
    overflow: hidden;
  }
  .logo {
    float: left;
    text-indent: -9999px;
    width: 180px;
    height: 28px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 22px;
    background-position: bottom;
    background-size: contain;
  }
  html[lang=fr] .logo {
    width: 249px;
  }
  .nav-toggler {
    display: none;
    cursor: pointer;
  }
  .main-navigation {
    margin-top: 30px;
    margin-right: 45px;
    float: right;
  }
  .main-navigation .active {
    color: #fe8c8c;
    cursor: pointer;
  }
  .main-navigation .active:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #fe8c8c;
  }
  .main-navigation > ul {
    padding: 0;
    margin: 0;
  }
  .main-navigation .item {
    outline: none;
    margin: 0 0 0 25px;
    height: 40px;
    display: inline-block;
    /* Semi hacky UX improvement */
  }
  .main-navigation .item.hover .sub-navigation {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }
  .main-navigation .item.hover > a {
    color: #fe8c8c;
    cursor: pointer;
  }
  .main-navigation .item.hover > a:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #fe8c8c;
  }
  .main-navigation .item > a {
    font-size: 1.1428571429em;
    font-weight: bold;
    color: #1e1e1e;
  }
  .main-navigation .item > a:hover {
    color: #fe8c8c;
    text-decoration: none;
  }
  .main-navigation .item:nth-child(1) .sub-navigation-column {
    margin-left: 200px;
  }
  .main-navigation .item:nth-child(2) .sub-navigation-column {
    margin-left: 300px;
  }
  .main-navigation .item:nth-child(3) .sub-navigation-column {
    margin-left: 500px;
  }
  .main-navigation .item:nth-child(4) .sub-navigation-column {
    margin-left: 600px;
  }
  .main-navigation .lang-navigation {
    display: none;
  }
  .sub-navigation {
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
    transform-origin: 50% 0%;
    transform: rotateX(-90deg);
    border-top: 1px solid #e6e6e6;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    margin-top: -1px;
    background-color: #fff;
  }
  .sub-navigation .toggle-subnav {
    display: none;
  }
  .sub-navigation li > a {
    color: #787b7b;
  }
  .sub-navigation-column {
    box-sizing: border-box;
    padding: 25px 50px;
    display: inline-block;
    vertical-align: top;
  }
  .sub-navigation-column a {
    text-decoration: none;
  }
  .sub-navigation-column a:hover {
    color: #fe8c8c;
  }
  .sub-navigation-column > a {
    color: #1e1e1e;
    padding: 10px 0;
    display: block;
    font-weight: bold;
    min-height: 38px;
    display: table;
  }
  .sub-navigation-column > a img {
    margin-bottom: 5px;
  }
  .sub-navigation-column > ul {
    margin: 0;
    padding: 0;
  }
  .sub-navigation-column > ul > li {
    padding: 5px 0;
  }
  .search {
    top: 25px;
    right: 0;
    position: relative;
  }
  .search:hover input {
    width: 240px;
    opacity: 1;
  }
  .search input {
    box-sizing: border-box;
    transition-property: all;
    transition-duration: 0.3s;
    width: 32px;
    height: 32px;
    border: 1px solid #fe8c8c;
    display: block;
    position: absolute;
    right: 0;
    outline: none;
    padding-right: 35px;
    padding-left: 10px;
    opacity: 0;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
  }
  .search input:focus {
    width: 240px;
    opacity: 1;
  }
  .search:after {
    font-size: 1.3571428571em;
    font-family: "icons";
    line-height: 19px;
    text-indent: 0;
    content: "\e600";
    position: absolute;
    top: 6px;
    right: 6px;
    pointer-events: none;
  }
  .lt-ie10 .main-navigation > ul > li:hover .sub-navigation {
    display: block;
  }
  .lt-ie10 .sub-navigation {
    display: none;
  }
  .lt-ie9 .search input {
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .lt-ie9 .search input:focus {
    color: #fe8c8c;
  }
  .lt-ie9 .search:hover input {
    color: #fe8c8c;
  }
}
.lang-navigation li {
  padding: 15px;
  clear: both;
  overflow: hidden;
}
.lang-navigation-image {
  float: left;
  display: block;
  width: 19px;
  margin: 5px 10px 0 0;
}
.main-navigation .lang-navigation-image {
  display: block;
  margin-top: 3px;
}
.lang-navigation-text {
  display: block;
  overflow: hidden;
}

#slider {
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
}
#slider .bx-wrapper {
  position: relative;
}
#slider .bxslider {
  margin: 0;
  padding: 0;
}
#slider .bxslider .caption {
  text-shadow: 0 1px 2px black;
}
#slider .bxslider header {
  line-height: 55px;
  margin: 80px 0 0 0;
  padding: 0 0 20px 0;
  color: #fff;
  font-family: "open_sansregular";
  font-size: 3.4285714286em;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
#slider .bxslider p {
  font-size: 1.2857142857em;
  font-family: "open_sansregular";
  color: #fff;
  padding-bottom: 60px;
}
#slider .bxslider p.see-more {
  color: #fff;
  font-size: 1.1428571429em;
  font-family: "open_sansregular";
  display: inline-block;
  text-decoration: none;
}
#slider .bxslider a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  #slider .bxslider li:before {
    content: "";
    background: url("../img/gradient-fallback.png") no-repeat;
    background-position: left bottom;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #slider .general-container {
    padding: 0 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#slider .bx-controls-direction {
  position: absolute;
  bottom: 50%;
  width: 100%;
}
#slider .bx-controls-direction .bx-prev, #slider .bx-controls-direction .bx-next {
  box-sizing: border-box;
  width: 48px;
  height: 52px;
  position: absolute;
  background-color: #bbbbbb;
  color: #fff;
  font-family: icons;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  padding: 12px;
  margin-top: -24px;
}
#slider .bx-controls-direction .bx-prev:hover, #slider .bx-controls-direction .bx-prev:focus, #slider .bx-controls-direction .bx-next:hover, #slider .bx-controls-direction .bx-next:focus {
  background-color: #fff;
  color: #fe8c8c;
}
#slider .bx-controls-direction .bx-prev {
  left: 0;
}
#slider .bx-controls-direction .bx-next {
  right: 0;
}
#slider img {
  width: 100%;
  height: 100%;
}
#slider .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
#slider .bx-wrapper .bx-pager .bx-pager-item,
#slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #fe8c8c;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 50%;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager a.active,
#slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fe8c8c;
}

#news {
  background-color: #b7cdc2;
}
#news .general-container > header {
  padding-bottom: 35px;
}
#news .general-container > header > p {
  font-family: "open_sansregular";
  font-size: 1.2857142857em;
  max-width: 735px;
  margin: auto;
  text-align: center;
}
#news .news-container {
  text-align: center;
}
#news .news-container:after {
  clear: both;
  content: "";
  display: block;
}
#news .news-container > article {
  margin: 0px 20px 20px 20px;
  display: block;
  width: 940px;
}
#news .news-container > article header img {
  margin: 15px -30px 0;
}
#news .news-container > article header h6 {
  margin-top: 0px;
  text-align: left;
}
#news .news-container > article header, #news .news-container > article .faq {
  box-sizing: border-box;
  float: left;
  width: 300px;
  border: none;
}
#news .news-container > article .faq {
  padding: 0 20px 20px 20px;
  margin: 0 20px;
}
#news .news-container > article .faq h3 {
  margin: 30px 0 0 0;
}
#news .news-container > article .fact {
  box-sizing: border-box;
  float: right;
  width: 300px;
  margin: 0;
}
#news .news-container > article .related-articles {
  box-sizing: border-box;
  float: right;
  clear: right;
  width: 300px;
}
#news .news-container > article .related-articles ul {
  padding-left: 0;
}
#news .news-container > article .related-articles ul li {
  border-top: none;
  border-bottom: 1px solid #fff;
}
#news article {
  text-align: left;
  float: left;
  vertical-align: top;
  margin: 0 0 20px 20px;
  width: 300px;
  background: #fff;
}
#news article.article:first-child {
  position: relative;
  padding-bottom: 30px;
}
#news article.article:first-child h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 20px 30px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdcdc;
  width: 270px;
  color: #fe8c8c;
}
#news article.article:first-child > header {
  padding: 10px 30px 10px 30px;
}
#news article.article:first-child > header h2 a {
  color: #000;
}
#news article.article:first-child > header h2 a:hover {
  color: #fe8c8c;
}
#news article.article:first-child > header > a.read-more {
  text-transform: uppercase;
  color: #fe8c8c;
  position: relative;
}
#news article.article:first-child > header > a.read-more:hover, #news article.article:first-child > header > a.read-more:focus {
  color: #fb364a;
}
#news article.article:first-child > header > a.read-more:after {
  font-family: "icons";
  content: "\e604";
  font-size: 11px;
  position: absolute;
  top: 3px;
  right: -10px;
  color: #787878;
}
#news article.article:first-child p {
  border-bottom: none;
}
#news article.article:first-child .faq {
  padding: 0;
  width: 620px;
  margin: 0 0 0 20px;
}
#news article.article:first-child .faq img {
  margin-top: 0;
}
#news article.article:first-child footer.related-articles {
  width: 300px;
  margin-right: 0px;
  position: absolute;
  bottom: 31px;
  right: 0;
}
#news article.article:first-child footer.related-articles ul {
  width: 300px;
  margin: 0;
}
#news article.article:first-child footer.related-articles ul li {
  border: none;
  margin-bottom: 1px;
}
#news article > header {
  padding: 30px 30px 0 30px;
}
#news article > header h2 {
  font-family: "open_sansregular";
  font-size: 1.4285714286em;
  text-transform: uppercase;
  margin-top: 0;
}
#news article > header h6 {
  text-align: center;
  font-family: "open_sansregular";
  font-size: 0.9285714286em;
  color: #d84e4e;
  margin: 5px 0;
}
#news article > header p {
  font-size: 1em;
  color: #1e1e1e;
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
  padding-bottom: 20px;
  font-weight: bold;
}
#news article > header img {
  margin: 15px -30px 0;
}
#news article .faq {
  padding: 0 30px 30px 30px;
}
#news article .faq h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-family: "open_sansregular";
  margin: 20px 0 0 0;
}
#news article .faq p {
  margin: 0;
}
#news article .faq img {
  margin-top: 15px;
}

.fact {
  background-color: #004951;
  color: #fff;
  padding: 30px;
  word-wrap: break-word;
  box-sizing: border-box;
}
.fact h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-family: "open_sansregular";
  margin: 0 0 20px 0;
}
.fact p {
  margin: 0;
}

.related-articles ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.related-articles ul li {
  background-color: #356767;
  border-top: 1px solid #fff;
  position: relative;
}
.related-articles ul a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px 10px 30px;
  display: block;
}
.related-articles ul a:hover, .related-articles ul a:focus {
  color: #fe8c8c;
}
.related-articles ul a:after {
  font-family: "icons";
  content: "\e604";
  font-size: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  height: 22px;
  width: 15px;
  margin: auto 0;
}

#organization {
  background-image: url("../img/news-pattern.png");
}
#organization .general-container > header > p {
  font-family: "open_sansregular";
  font-size: 1.2857142857em;
  max-width: 620px;
  margin: auto;
  text-align: center;
}
#organization .article-container {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}
#organization article {
  vertical-align: top;
  display: inline-block;
  margin: 10px;
  width: 300px;
  text-align: center;
  position: relative;
}
#organization article h2 {
  overflow: hidden;
  font-family: "open_sansregular";
  font-size: 1.3571428571em;
  text-transform: uppercase;
  position: relative;
  min-height: 120px;
}
#organization article h2 span {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
#organization article h2 span:after {
  display: block;
  content: "";
  width: 16px;
  height: 3px;
  margin: auto;
  background-color: #000;
  margin-top: 8px;
}
#organization article p {
  min-height: 140px;
  font-size: 1em;
  color: #787b7b;
}
#organization article a {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 164px;
  height: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555759;
  font-size: 0.9285714286em;
  font-family: "open_sansregular";
  text-transform: uppercase;
  border-radius: 2px;
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 11px;
  line-height: 14px;
}
#organization article a:hover, #organization article a:focus {
  background-color: #fe8c8c;
  color: #1e1e1e;
}

.pagination {
  margin-top: 20px;
}
.pagination.pagination-centered {
  text-align: center;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 5px;
}

#history {
  color: #ffffff;
  background: #525456;
  background: url(../img/timeline-pattern.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTQ1NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMmEyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: url(../img/timeline-pattern.png), linear-gradient(#525456, #202a2c);
}
#history .general-container > header > p {
  text-align: center;
}
#history article {
  position: relative;
  padding: 20px 20px 0 20px;
  border-left: 1px solid #b7cdc2;
}
#history article header {
  top: -37px;
  position: absolute;
  font-size: 1.7857142857em;
  font-family: "open_sansregular";
}
#history article img {
  margin-bottom: 14px;
  max-width: 220px;
  width: 100%;
  height: auto;
}
#history article p {
  margin-top: 0;
}
#history .history-fact-container {
  padding: 0;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  margin-top: 100px;
  width: 1280px;
}
#history .history-fact-container > li {
  vertical-align: top;
  display: table-cell;
  width: auto;
}
#history .history-fact-container > li:first-of-type article {
  border-left: none;
}

.history-container {
  position: relative;
}
.history-container:before {
  border-top: 1px solid #b7cdc2;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
}

.masonry-timeline .posts-container {
  height: 384px;
}

.main-footer {
  background-color: #031214;
  color: #ffffff;
  font-size: 1.1428571429em;
}
.main-footer .general-container {
  padding: 0 20px;
}
.main-footer div {
  display: table;
  width: 100%;
}
.main-footer div div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.main-footer .logo {
  text-indent: -9999px;
  height: 19px;
  position: relative;
  top: 0px;
  width: 320px;
  float: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-footer .redactor {
  color: #595f60;
}
.main-footer .lang-navigation {
  padding: 0;
  list-style: none;
}
.main-footer .lang-navigation a {
  color: white;
  text-decoration: underline;
  font-size: 1em;
}
.main-footer .lang-navigation li {
  padding-left: 0;
}
.main-footer .copyright:before {
  content: "© ";
}

#article-list .article-container .small-stripe {
  text-align: left;
}
#article-list .article-container .small-stripe:after {
  margin: 8px 0 auto;
}
#article-list .article-container a {
  text-decoration: none;
  color: #1e1e1e;
}
#article-list .article-container a:hover {
  color: #fe8c8c;
}
#article-list .article-container article {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  width: 324px;
  padding: 12px;
  text-align: center;
}
#article-list .article-container article p {
  text-align: left;
}

#from-breeding-to-fish .general-container:after {
  clear: both;
  content: "";
  display: block;
}
#from-breeding-to-fish header {
  padding: 0 20px;
  margin-bottom: 45px;
  text-align: center;
}
#from-breeding-to-fish article {
  box-sizing: border-box;
  width: 50%;
  float: left;
  vertical-align: top;
  padding-left: 20px;
}

.article .general-container {
  padding: 0 20px;
}
.article figure img {
  display: block;
  border: 1px solid #DCDCDC;
  max-width: 100%;
  height: 100%;
}
.article figure figcaption {
  padding: 10px 0;
  font-style: italic;
  font-size: 12px;
}
.article figure + figure {
  margin-top: 20px;
}
.article img.lightbox {
  max-width: 100%;
}
.article article {
  width: 620px;
  padding-left: 40px;
  display: table-cell;
}
.article article a {
  word-break: break-word;
}
.article article p a {
  color: #c84e4e;
  border-bottom: dotted 1px #c84e4e;
}
.article article p a:hover, .article article p a:focus {
  text-decoration: none;
  border-bottom: solid 2px #c84e4e;
}
.article article h1, .article article h2, .article article h3, .article article h4, .article article h5, .article article h6 {
  text-align: left;
}
.article article h1:after, .article article h2:after, .article article h3:after, .article article h4:after, .article article h5:after, .article article h6:after {
  display: block;
  content: "";
  width: 16px;
  height: 3px;
  background-color: #000;
  margin-top: 8px;
}
.article article h1 {
  font-size: 2.1428571429em;
}
.article article h2 {
  font-size: 1.7857142857em;
}
.article article h3 {
  font-size: 1.4285714286em;
}
.article article h4 {
  font-size: 1.2857142857em;
}
.article article h5 {
  font-size: 1.1428571429em;
}
.article article h6 {
  font-size: 1em;
}
.article aside {
  width: 300px;
  font-size: 1.0714285714em;
  display: table-cell;
  vertical-align: top;
}
.article footer {
  margin-top: 90px;
}
.article footer:after {
  clear: both;
  display: block;
  content: "";
}
.article .fact {
  width: 300px;
  float: left;
  padding-top: 25px;
}
.article .read-also {
  max-width: 640px;
  float: right;
  position: relative;
}
.article .read-also > h3 {
  position: absolute;
  left: 20px;
  top: -40px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1428571429em;
}
.article .read-also article {
  display: block;
  width: 300px;
  padding-left: 20px;
  float: left;
}
.article .read-also article:nth-of-type(odd) {
  clear: left;
}
.article .read-also article img {
  border: 1px solid #DCDCDC;
  max-width: 100%;
  height: 100%;
}
.article .read-also p {
  color: #777;
  text-align: center;
  font-size: 0.8571428571em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}
.article .read-also a {
  text-decoration: none;
  color: #1e1e1e;
}
.article .read-also .small-stripe {
  text-align: center;
  font-size: 1.1428571429em;
}
.article .read-also:after {
  clear: both;
  display: block;
  content: "";
}

.article-wrapper {
  display: table;
  margin-top: 65px;
  table-layout: fixed;
  line-height: 1.7;
}
.article-wrapper article > *:first-child {
  margin-top: 0;
}

.published-date {
  font-size: 12px;
  font-style: italic;
}

.publish-wrapper {
  margin-bottom: 1.33em;
}

.contact-block {
  clear: both;
  font-size: 12px;
  font-style: italic;
}
.contact-block__label {
  display: inline;
  margin-right: 5px;
}
.contact-block__link {
  color: #c84e4e;
  border-bottom: dotted 1px #c84e4e;
  margin-right: 10px;
}
.contact-block__link:hover, .contact-block__link:focus {
  color: #c84e4e;
  text-decoration: none;
  border-bottom: solid 2px #c84e4e;
}

.main-article-header {
  padding-left: 100px;
  padding-bottom: 30px;
}
.main-article-header h1 {
  text-transform: uppercase;
  font-size: 2em;
  text-align: left;
  margin: 0.83em 0;
  padding: 0;
  font-family: "open_sansregular";
}
.main-article-header h1:after {
  display: block;
  content: "";
  width: 24px;
  height: 3px;
  background-color: #000;
  margin-top: 8px;
}
.main-article-header p {
  font-weight: bold;
}

.main-article-wrapper {
  position: relative;
}

.article-info {
  margin-bottom: 2.5em;
}
.article-info h4 {
  font-size: 1.1428571429em;
  text-transform: uppercase;
  border-bottom: 1px solid #fe8c8c;
}
.article-info img {
  max-width: 100%;
}
.article-info p {
  font-size: 0.85em;
  font-weight: bold;
}

.links {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.links a {
  text-decoration: none;
  color: #1e1e1e;
}
.links a:hover {
  color: #fe8c8c;
}

.pdf:before {
  font-family: "icons";
  content: "\e605";
  padding-right: 10px;
}

.share {
  width: 300px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.share:after {
  display: block;
  clear: both;
  content: "";
}
.share li {
  width: 270px;
  float: left;
  position: relative;
  padding: 5px 30px 5px 0;
}
.share a {
  text-decoration: none;
}
.share .send a:before {
  font-family: icons;
  content: "\e606";
  padding-right: 5px;
}
.share .print a:before {
  font-family: icons;
  content: "\e607";
  padding-right: 5px;
}
.share .del > a {
  position: absolute;
  z-index: 1;
  width: 60px;
}
.share .del > a:before {
  font-family: icons;
  content: "\e608";
  padding-right: 5px;
}
.share .del:hover ul, .share .del:focus ul {
  display: block;
}
.share .del ul {
  list-style-type: none;
  padding: 40px 0 0 0;
  margin: 0;
  display: none;
  position: absolute;
  border: 1px solid #fe8c8c;
  background: #fff;
  position: absolute;
  left: -7px;
  top: -10px;
}
.share .del ul li {
  float: none;
  padding: 10px 25px;
}

.article.clean-page .article-wrapper {
  display: block;
  margin: 0;
}
.article.clean-page article {
  display: block;
  width: auto;
  padding-left: 0;
}
.article.clean-page .main-article-header {
  padding-left: 0;
}
.article.clean-page iframe {
  border: none;
}
.article.clean-page figure {
  margin-bottom: 65px;
}
.article.clean-page .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.article.clean-page .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teaser {
  padding: 0;
  position: relative;
  text-align: center;
  display: table;
  margin: auto;
}
.teaser:before {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url("../img/gradient-fallback.png") no-repeat;
  background-position: left bottom;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.teaser img {
  width: 100%;
  max-width: 1280px;
}
.teaser .general-container {
  padding: 0 0px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.teaser .caption {
  position: absolute;
  bottom: 50px;
  width: 100%;
  margin: auto;
  text-shadow: 0 1px 2px black;
}
.teaser header {
  line-height: 55px;
  margin: 80px 0 0 0;
  color: #fff;
  font-family: "open_sansregular";
  font-size: 3.4285714286em;
  text-transform: uppercase;
  text-align: left;
}
.teaser p {
  font-size: 1.5714285714em;
  font-family: "open_sansregular";
  color: #fff;
}

.relevant-results {
  float: right;
  width: 300px;
}
.relevant-results .header {
  text-transform: uppercase;
  text-align: center;
  font-family: "open_sansregular";
  font-size: 2.1428571429em;
  padding: 0 25px;
}
.relevant-results .fact {
  width: 300px;
  float: left;
  margin-left: 0px;
  margin-bottom: 20px;
  color: #1e1e1e;
  background: #f3f5f4;
  border: 5px solid #d4dada;
}
.relevant-results:after {
  clear: both;
  display: block;
  content: "";
}

.search-section {
  box-sizing: border-box;
  min-height: 500px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.search-section img {
  position: absolute;
  width: 100%;
}
.search-section .general-container {
  padding: 0 20px 55px 0;
}
.search-section .general-container > form {
  position: relative;
  top: 55px;
}
.search-section .general-container > form:before {
  font-size: 3em;
  font-family: icons;
  content: "\e600";
  display: block;
  width: 100px;
  border-right: 1px solid #fe8c8c;
  color: #fe8c8c;
  height: 42px;
  position: absolute;
  left: 0px;
  line-height: 44px;
  top: 21px;
}
.search-section .general-container > form input {
  box-sizing: border-box;
  font-size: 4.2857142857em;
  width: 100%;
  display: block;
  background: none;
  border: none;
  border-left: 140px solid transparent;
  color: #fff;
  font-family: "open_sansregular";
  text-shadow: 0 1px 2px black;
}
.search-section .general-container {
  position: relative;
}
.search-section .general-container .statement {
  margin: 0;
  padding: 20px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  list-style: none;
  position: relative;
  top: 90px;
  font-size: 2.8571428571em;
}
.search-section .general-container ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  position: relative;
  top: 0px;
}
.search-section .general-container li > a {
  padding: 20px 60px;
  border-top: 1px solid #000;
  text-decoration: none;
  display: block;
  background-color: #ebf5f1;
  color: #1e1e1e;
}
.search-section .general-container li > a:hover {
  background-color: #d5e2dc;
}
.search-section .general-container p {
  margin: 0;
  padding-bottom: 30px;
}
.search-section .general-container h6 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 15px;
}
.search-section .general-container h3 {
  font-size: 1.4285714286em;
  margin-top: 0;
  margin-bottom: 15px;
}
.search-section .general-container .header {
  text-transform: uppercase;
  text-align: left;
  font-size: 1.6em;
  color: #fff;
  font-weight: 600;
}
.search-section .general-container .search-results {
  float: left;
  width: 640px;
}
.search-section .general-container .search-results h2 {
  padding: 0 60px;
}

.middle-illustration {
  padding: 0px;
  text-align: center;
}
.middle-illustration img {
  width: 100%;
  max-width: 1280px;
  height: auto;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: none;
  background: none;
  font-weight: inherit;
  color: inherit;
}

ul.ui-widget {
  font-family: sans-serif;
  background: #ffffff;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: inherit;
  text-decoration: none;
}

.ui-menu {
  padding: 0;
  z-index: 100;
  border-color: #fe8c8c;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0 10px;
  zoom: 1;
  float: left;
  clear: left;
  width: auto;
}
.ui-menu .ui-menu-item:hover {
  color: #fe8c8c;
}
.ui-menu .ui-menu-item:hover .highlight {
  text-decoration: underline;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0;
  font-size: 12px;
  line-height: 2;
  width: 220px;
  border-bottom: 1px solid #e2e2e2;
  zoom: 1;
  cursor: pointer;
}
.ui-menu .ui-menu-item a .highlight {
  font-weight: bold;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: 0;
}
.ui-menu .ui-menu-item.active {
  color: #fe8c8c;
}
.ui-menu .ui-menu-item.active .highlight {
  text-decoration: underline;
}
.ui-menu:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -3px;
}

@media only screen and (max-width: 1023px) {
  /* tablets */
  body {
    min-width: 0;
  }
  #slider .bx-wrapper .bx-pager {
    bottom: 0;
  }
  .search {
    display: none;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
  }
  .search input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fe8c8c;
  }
  .search:after {
    display: none;
  }
  .logo {
    text-indent: -9999px;
    display: block;
    width: 160px;
    height: 28px;
    overflow: hidden;
    margin: 22px auto 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    clear: both;
  }
  .nav-button {
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 8px;
    cursor: pointer;
    text-decoration: none !important;
  }
  .nav-button#hamburger-button {
    right: 10px;
  }
  .nav-button#hamburger-button:before {
    text-indent: 0;
    display: block;
    font-family: "icons";
    content: "\e609";
    font-size: 32px;
    text-align: center;
    color: #000;
  }
  .nav-button#search-button {
    left: 10px;
  }
  .nav-button#search-button:before {
    text-indent: 0;
    display: block;
    font-family: "icons";
    content: "\e600";
    font-size: 32px;
    text-align: center;
    color: #000;
  }
  .nav-toggler {
    float: right;
    margin-top: 15px;
    cursor: pointer;
  }
  .main-navigation {
    display: none;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
  }
  .main-navigation.open {
    display: block;
  }
  .main-navigation > ul {
    padding: 0;
    margin: 0;
  }
  .main-navigation img {
    display: none;
  }
  .main-navigation .item {
    position: relative;
    overflow: hidden;
  }
  .main-navigation .item > a {
    width: calc(100% - 51px);
    color: #000;
    font-weight: bold;
    margin: 0;
    display: block;
    background: #EEEEEE;
    padding: 15px;
    text-decoration: none;
    border-bottom: solid 2px #fff;
  }
  .main-navigation .item > a:hover, .main-navigation .item > a:focus {
    background: #ddd;
  }
  .main-navigation .item a.toggle-subnav {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #eee;
    width: 49px;
    height: 49px;
    text-decoration: none;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    transform: rotate(90deg);
  }
  .main-navigation .item a.toggle-subnav:hover, .main-navigation .item a.toggle-subnav:focus {
    background: #ddd;
  }
  .main-navigation .item a.toggle-subnav:before {
    font-family: icons;
    content: "\e604";
  }
  .main-navigation .sub-navigation .general-container {
    display: none;
  }
  .main-navigation .sub-navigation.open .toggle-subnav:before {
    content: "\e603";
  }
  .main-navigation .sub-navigation.open .general-container {
    display: block;
  }
  .main-navigation .sub-navigation li > a {
    color: #787b7b;
    padding: 7px 0 7px 0;
    display: block;
  }
  .main-navigation .sub-navigation-column {
    margin-bottom: 10px;
  }
  .main-navigation .sub-navigation-column :last-child {
    border-bottom: none;
  }
  .main-navigation .sub-navigation-column > a {
    color: #000;
    display: block;
    padding: 15px;
  }
  .lang-navigation li {
    padding: 15px;
  }
  .lang-navigation a {
    color: #000;
    font-weight: bold;
  }
  .lang-navigation a:hover {
    color: #fe8c8c;
  }
  #slider .general-container {
    position: static;
    padding: 0 60px 30px;
  }
  #slider .bx-controls-direction .bx-next,
  #slider .bx-controls-direction .bx-prev {
    margin-top: -140px;
  }
  #slider .bxslider header {
    margin-top: 20px;
    padding-bottom: 5px;
    line-height: 21px;
    font-size: 1.4285714286em;
    color: #000;
  }
  #slider .bxslider p {
    font-size: 1.0714285714em;
    color: #000;
    padding-bottom: 0px;
  }
  #slider .bxslider .caption {
    text-shadow: none;
    max-width: 100%;
  }
  #slider .bxslider a {
    background: none;
  }
  #news {
    padding: 15px;
  }
  #news .general-container > header {
    padding: 10px 0 10px 0;
  }
  #news article {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 748px;
    display: inline-block;
  }
  #news article > header img {
    display: none;
  }
  #news article.article:first-child {
    padding-bottom: 0;
  }
  #news article.article:first-child h3 {
    width: auto;
  }
  #news article.article:first-child .faq {
    width: 100%;
    margin: 0;
  }
  #news article.article:first-child .faq img {
    width: 100%;
    height: auto;
  }
  #news article.article:first-child .related-articles {
    bottom: 0;
  }
  #news article:first-child {
    margin: 0 0 20px 0;
    display: inline-block;
    width: inherit;
  }
  #news article:first-child header, #news article:first-child .faq, #news article:first-child .fact, #news article:first-child .react, #news article:first-child .related-articles {
    float: none;
    width: 100%;
  }
  #news article:first-child .faq {
    padding: 0 30px 30px 30px;
    margin: 0;
  }
  #organization {
    padding: 15px;
  }
  #organization h1 {
    font-size: 1.4285714286em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #organization article {
    width: 100%;
    max-width: 300px;
  }
  #organization article h2 {
    min-height: 0;
  }
  #organization article h2 span {
    position: relative;
  }
  #organization article p {
    min-height: 0;
    margin-bottom: 40px;
  }
  #organization article a {
    position: relative;
    top: 0;
  }
  #article-list {
    padding: 15px;
  }
  #article-list .article-container {
    width: 665px;
    margin: 0 auto;
  }
  #article-list .article-container article {
    width: 100%;
    padding: 0;
    max-width: 300px;
    margin: 0 15px;
  }
  #article-list .article-container img {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  .article figure img {
    width: 100%;
    height: auto;
  }
  .article .fact {
    float: none;
    width: 100%;
    padding-top: 50px;
  }
  .article .read-also {
    margin: 0 auto;
    float: none;
  }
  .article .read-also > h3 {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0 20px 0;
    text-align: center;
  }
  .teaser {
    min-height: auto;
    text-align: left;
    position: relative;
  }
  .teaser:before {
    display: none;
  }
  .teaser img {
    height: auto;
  }
  .teaser .general-container {
    position: static;
  }
  .teaser header {
    display: inline-block;
    margin-top: 0;
    padding-bottom: 5px;
    line-height: 21px;
    font-size: 1.4285714286em;
    text-align: left;
    color: #000;
  }
  .teaser .caption {
    position: static;
    max-width: 665px;
    padding: 10px;
    text-shadow: none;
  }
  .search-section img {
    width: auto;
  }
  .search-section .general-container {
    padding: 0;
  }
  .search-section .general-container > form {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .search-section .general-container > form:before {
    left: 15px;
    top: 0;
    width: 60px;
  }
  .search-section .general-container > form input {
    border-left: 80px solid transparent;
    font-size: 2.1428571429em;
  }
  .search-section .search-results {
    width: auto !important;
    float: none !important;
    padding-bottom: 0 !important;
  }
  .search-section .search-results h3 {
    margin-bottom: 0;
    font-size: 1.0714285714em;
  }
  .search-section .search-results p {
    display: none;
  }
  .search-section .search-results ul {
    margin: 0 15px;
  }
  .search-section .search-results .statement {
    display: block;
    margin: 0 15px;
  }
  .search-section .relevant-results {
    float: none !important;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
  }
  .search-section .relevant-results .header {
    color: #000;
    padding: 0;
  }
  .search-section .relevant-results article {
    width: 100%;
  }
  .masonry-timeline .current-decade {
    display: block;
  }
  .masonry-timeline .posts-container {
    height: auto;
    overflow-x: auto;
  }
  .masonry-timeline .dates-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  a {
    text-decoration: none !important;
  }
  #article-list .article-container {
    width: 100%;
  }
  #article-list .article-container article {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  #article-list .article-container article + article {
    margin-top: 30px;
  }
  #from-breeding-to-fish {
    padding: 15px;
  }
  #from-breeding-to-fish header {
    text-align: left;
    padding: 0;
  }
  #from-breeding-to-fish article {
    width: 100%;
    padding: 0;
    float: none;
  }
  .main-article-header {
    padding: 0;
  }
  .article-wrapper {
    display: block;
  }
  .article article {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .article aside {
    display: block;
    width: 100%;
    padding-top: 0px;
  }
  .article aside img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .article .read-also {
    width: 100%;
  }
  .article .read-also article {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  .article .read-also article img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .main-footer .logo {
    border: none;
    width: auto;
  }
  .main-footer div {
    display: block;
  }
  .main-footer div div {
    display: block;
    width: 100%;
  }
  .main-footer div div .logo {
    top: 0;
  }
  .main-footer .lang-navigation {
    display: none;
  }
  .masonry-timeline .posts > .post h3 {
    font-size: 12px;
    line-height: 12px;
  }
  #history > .general-container {
    margin-bottom: 65px;
  }
  #history > .general-container h1 {
    font-size: 1.2em;
  }
  .tooltip {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    margin: 0;
  }
  .tooltip .close {
    right: 0px;
    top: 0px;
    border-radius: 0;
  }
  .tooltip:after {
    content: "";
    border-top: none;
    border-left: none;
    border-right: none;
    bottom: 0;
    right: 0;
    position: static;
  }
  #news article.article:first-child footer.related-articles {
    position: relative;
    margin: 0;
    width: auto;
    bottom: 0;
  }
  #news article.article:first-child footer.related-articles ul {
    width: auto;
  }
  section, .main-footer {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .masonry-timeline .posts > .post:nth-child(4) {
    clear: left;
  }
  .masonry-timeline .posts > .post.small, .masonry-timeline .posts > .post.big, .masonry-timeline .posts > .post.medium, .masonry-timeline .posts > .post.medium-wide {
    display: block;
    float: left;
    width: 33%;
    height: auto;
    box-sizing: border-box;
  }
  .masonry-timeline .posts > .post.small img, .masonry-timeline .posts > .post.big img, .masonry-timeline .posts > .post.medium img, .masonry-timeline .posts > .post.medium-wide img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-timeline .posts > .post:nth-child(3) {
    clear: left;
  }
  .masonry-timeline .posts > .post:nth-child(4) {
    clear: none;
  }
  .masonry-timeline .posts > .post.small, .masonry-timeline .posts > .post.big, .masonry-timeline .posts > .post.medium, .masonry-timeline .posts > .post.medium-wide {
    width: 49.5%;
  }
}
@media only screen and (max-width: 520px) {
  .masonry-timeline .posts > .post:nth-child(3) {
    clear: none;
  }
  .masonry-timeline .posts > .post.small, .masonry-timeline .posts > .post.big, .masonry-timeline .posts > .post.medium, .masonry-timeline .posts > .post.medium-wide {
    float: none;
    width: 100%;
  }
}
/*# sourceMappingURL=laksefakta.css.map */
