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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

@font-face {
  font-family: 'Encode Sans Light';
  src: url("../fonts/EncodeSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EncodeSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/EncodeSans-Light.woff") format("woff"), url("../fonts/EncodeSans-Light.ttf") format("truetype"), url("../fonts/EncodeSans-Light.svg#EncodeSans-Light") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Encode Sans Regular';
  src: url("../fonts/EncodeSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EncodeSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/EncodeSans-Regular.woff") format("woff"), url("../fonts/EncodeSans-Regular.ttf") format("truetype"), url("../fonts/EncodeSans-Regular.svg#EncodeSans-Regular") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Encode Sans SemiBold';
  src: url("../fonts/EncodeSans-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EncodeSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/EncodeSans-SemiBold.woff") format("woff"), url("../fonts/EncodeSans-SemiBold.ttf") format("truetype"), url("../fonts/EncodeSans-SemiBold.svg#EncodeSans-SemiBold") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Encode Sans ExtraBold';
  src: url("../fonts/EncodeSansCondensed-ExtraBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EncodeSansCondensed-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/EncodeSansCondensed-ExtraBold.woff") format("woff"), url("../fonts/EncodeSansCondensed-ExtraBold.ttf") format("truetype"), url("../fonts/EncodeSansCondensed-ExtraBold.svg#EncodeSansCondensed-ExtraBold") format("svg");
  /* Legacy iOS */ }

/*!
 *  Font Awesome 4.7.0 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.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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 {
  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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 67.5rem;
  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 {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

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

.column.row.row, .row.row.columns {
  float: none; }

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.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 {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #000000;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: black;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #000000;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: black;
      color: #fefefe; }
  .button.secondary {
    background-color: #ffffff;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #cccccc;
      color: #0a0a0a; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #000000;
    color: #000000; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: black;
      color: black; }
    .button.hollow.primary {
      border: 1px solid #000000;
      color: #000000; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: black;
        color: black; }
    .button.hollow.secondary {
      border: 1px solid #ffffff;
      color: #ffffff; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: gray;
        color: gray; }
    .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: #000000;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #000000;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #ffffff;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

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

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

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

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

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #000000;
  color: #fefefe; }
  .label.secondary {
    background: #ffffff;
    color: #0a0a0a; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5); }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.entry-meta {
  font-size: 0.875rem; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.edit-link {
  font-size: 0.875rem; }

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.widget {
  word-wrap: break-word; }
  .widget select {
    max-width: 100%; }

.widget_search .search-submit {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.vcard {
  display: inline;
  border: none;
  padding: 0; }

.vcard .fn {
  font-weight: normal;
  font-size: 1em; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

figure {
  margin: 1em 0; }

embed,
iframe,
object {
  max-width: 100%; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

.screen-reader-font-size .tip-container {
  background-color: #fff;
  border: 2px solid #ccc;
  display: none;
  font-size: 4em;
  left: 0;
  letter-spacing: 2pt;
  line-height: 1.6em;
  margin-left: 1%;
  margin-top: 14pt;
  position: fixed;
  width: 98%;
  z-index: 10000; }
  .screen-reader-font-size .tip-container .tip-text {
    font-size: 5vw;
    color: #000;
    display: block;
    padding: 0 0.5em; }

.screen-reader-font-size:active, .screen-reader-font-size:focus, .screen-reader-font-size:hover {
  overflow: visible; }
  .screen-reader-font-size:active .tip-container, .screen-reader-font-size:focus .tip-container, .screen-reader-font-size:hover .tip-container {
    display: block; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box;
  /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box;
  /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box; }

.site-header {
  background-color: #000;
  padding: 0.75rem 0rem 0.75rem 0rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 300ms;
  z-index: 997;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24); }
  .site-header .site-title {
    font-size: 1em;
    margin: 0;
    line-height: 0.8em; }
  @media screen and (min-width: 40em) {
    .site-header {
      padding: 1.5rem 0rem 1.5rem 0rem; } }
  @media (max-width: 63.9375em) and (orientation: landscape) {
    .site-header {
      position: relative;
      margin-bottom: 3em; } }
  @media screen and (min-width: 64em) {
    .site-header {
      padding: 17px 0 16.5px; } }

.site-title-container {
  padding-right: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .site-title-container {
      padding-top: 0.4rem; } }

.site-logo svg {
  fill: white;
  height: 47px; }

.site-logo .hide-for-large svg {
  height: 25px; }

@media screen and (min-width: 64em) {
  .site-logo.logo-no svg {
    margin-top: -1px;
    height: 50px; } }

.main-navigation {
  padding-top: 0.1875rem; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    line-height: 3;
    font-weight: normal;
    font-style: normal; }
    .main-navigation a:hover {
      color: #86caff; }
  .main-navigation .current_page_item a,
  .main-navigation .current-menu-item a,
  .main-navigation .current_page_ancestor a {
    font-weight: normal;
    color: #86caff; }

.navigation-contanier {
  text-align: right; }
  @media screen and (min-width: 64em) {
    .navigation-contanier {
      padding-right: 10rem; } }
  @media screen and (min-width: 75em) {
    .navigation-contanier {
      padding-right: 6rem; } }
  @media only screen and (min-width: 86.25rem) {
    .navigation-contanier {
      padding-right: 0.75rem; } }

.more-menu {
  display: inline-block; }

.menu-container {
  display: none; }
  @media screen and (min-width: 40em) {
    .menu-container {
      margin-top: -0.1rem;
      display: inline-block; } }

.more-menu li {
  display: inline-block;
  padding-left: 1rem; }
  .more-menu li:first-child {
    padding-left: 0; }
  @media screen and (min-width: 40em) {
    .more-menu li {
      padding-left: 1.875rem; }
      .more-menu li:first-child {
        padding-left: 1.875rem; } }
  .more-menu li button {
    background: none;
    color: #fff;
    border: 0;
    padding: 0;
    font-family: "Encode Sans SemiBold", Helvetica, Roboto, Arial, sans-serif; }
    .more-menu li button i {
      font-size: 1.25rem;
      line-height: 1.2;
      font-weight: normal;
      font-style: normal; }
      @media screen and (min-width: 40em) {
        .more-menu li button i {
          font-size: 1.25rem;
          line-height: 2.4;
          font-weight: normal;
          font-style: normal; } }
    .more-menu li button:hover, .more-menu li button:focus {
      color: #86caff; }

.language-nav {
  display: block; }
  .language-nav ul {
    margin: 0; }
    .language-nav ul li {
      margin: 0;
      list-style: none;
      text-align: left;
      float: left;
      margin-left: 0.375rem;
      font-size: 0.8125rem;
      line-height: 1.5;
      color: #bbbbbb; }
      .language-nav ul li a {
        text-decoration: none;
        color: #fff; }
        .language-nav ul li a:hover {
          color: #86caff;
          text-decoration: underline; }

.main-nav-lang {
  display: none; }
  @media screen and (min-width: 64em) {
    .main-nav-lang {
      display: block;
      transition: all 300ms;
      opacity: 1; } }
  .main-nav-lang .language-nav {
    display: block;
    position: absolute;
    top: 2.35rem;
    right: 2.5rem; }

.mega-navigation {
  overflow-x: hidden;
  position: fixed;
  z-index: 999;
  right: -26em;
  top: 0;
  width: 20rem;
  max-width: 100%;
  height: 100%;
  background-color: #282828;
  -webkit-box-shadow: -1px 0 34px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -1px 0 34px 4px rgba(0, 0, 0, 0.35);
  box-shadow: -1px 0 34px 4px rgba(0, 0, 0, 0.35);
  padding: 1.5rem 0.5rem 1.5rem 0.5rem;
  transition: all 0.5s ease; }
  @media screen and (min-width: 40em) {
    .mega-navigation {
      width: 23.5625rem; } }
  .mega-navigation.active {
    right: 0; }
  .mega-navigation .close-menu {
    background: none;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0.875rem 0; }
    .mega-navigation .close-menu:hover, .mega-navigation .close-menu:focus {
      color: #86caff; }
  .mega-navigation .searchform {
    clear: both;
    min-height: 5.625rem; }
    .mega-navigation .searchform.search-active {
      position: relative;
      z-index: 9999999999 !important; }
  .mega-navigation .small-menu {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem; }
    .mega-navigation .small-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .mega-navigation .small-menu ul a {
        color: #fff;
        margin: 0.375rem 0rem 0.375rem 0rem;
        display: inline-block; }
        @media screen and (min-width: 40em) {
          .mega-navigation .small-menu ul a {
            margin: 0; } }
      .mega-navigation .small-menu ul .current-menu-ancestor a, .mega-navigation .small-menu ul .current-menu-item a, .mega-navigation .small-menu ul a:hover {
        color: #86caff;
        text-decoration: underline; }
  .mega-navigation .large-menu {
    padding: 1.5rem 0.75rem 1.5rem 0.75rem; }
    .mega-navigation .large-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #373737; }
      .mega-navigation .large-menu ul li {
        border-top: 1px solid #373737; }
        .mega-navigation .large-menu ul li a {
          color: #fff;
          display: block;
          position: relative;
          padding: 0rem 1.25rem 0rem 1.25rem;
          font-size: 1.25rem;
          line-height: 2.35;
          font-weight: normal;
          font-style: normal; }
          .mega-navigation .large-menu ul li a i {
            position: absolute;
            right: 0.75rem;
            line-height: 2.4; }
        .mega-navigation .large-menu ul li.current-menu-item a, .mega-navigation .large-menu ul li a:hover {
          color: #86caff;
          text-decoration: none;
          background-color: #1e1e1e; }

.mega-menu-lang-selector .language-nav {
  float: right;
  padding: 0.90625rem 0; }

.mega-menu-slogan .slogan-wrapper {
  margin: 0.75rem 0rem 0.75rem 1.5rem;
  width: 9rem;
  height: 0;
  padding-top: 2.08312rem;
  position: relative; }
  .mega-menu-slogan .slogan-wrapper .slogan {
    width: 8.5rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }

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

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 40, 40, 0);
  transition: all 0.75s;
  z-index: -1;
  visibility: hidden; }
  .overlay.active {
    background-color: rgba(40, 40, 40, 0.7);
    z-index: 998;
    visibility: visible; }
  .overlay:hover {
    cursor: pointer; }

@media screen and (min-width: 40em) {
  .main-navigation {
    padding-top: 0; }
    .main-navigation ul.menu {
      display: block; }
      .main-navigation ul.menu li {
        display: inline-block;
        padding-left: 1.875rem; }
      .main-navigation ul.menu ul {
        display: none; } }

/* =Global
----------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Encode Sans Regular", Helvetica, Roboto, Arial, sans-serif;
  color: #404040;
  background-color: #f4f4f4;
  -webkit-font-smoothing: antialiased; }

.site {
  position: relative;
  padding-top: 4.5rem; }
  @media screen and (min-width: 40em) {
    .site {
      padding-top: 9rem; } }
  @media (max-width: 63.9375em) and (orientation: landscape) {
    .site {
      padding-top: 0; } }

.sm-sticky-parent {
  position: relative; }

@media (min-width: 640px) {
  .sm-sticky-right {
    position: sticky;
    top: 140px; } }

.fixed-newsletter-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0; }
  .fixed-newsletter-wrap a {
    pointer-events: initial;
    background: #ba2a40;
    padding: 12px 24px;
    color: white;
    font-weight: bold;
    transition: all 150ms;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fixed-newsletter-wrap a:hover {
      background: #902132;
      color: white;
      text-decoration: none; }
    .fixed-newsletter-wrap a .left {
      flex: 0 0 40px; }
      .fixed-newsletter-wrap a .left i {
        font-size: 30px; }
    .fixed-newsletter-wrap a .right {
      flex: 0 1 auto;
      display: flex;
      flex-direction: column; }
    .fixed-newsletter-wrap a p span {
      font-size: 16px;
      font-weight: bold;
      margin: 0 8px 0 0; }
    .fixed-newsletter-wrap a p {
      font-size: 16px;
      font-weight: normal;
      margin: 0; }
  @media screen and (min-width: 40em) {
    .fixed-newsletter-wrap a .right {
      flex-direction: row; }
    .fixed-newsletter-wrap a p span {
      font-weight: normal; } }
  @media screen and (min-width: 90em) {
    .fixed-newsletter-wrap {
      pointer-events: none;
      padding: 15px;
      display: flex;
      justify-content: flex-end; }
      .fixed-newsletter-wrap a {
        flex: 0 0 320px; }
        .fixed-newsletter-wrap a .left i {
          font-size: 30px; }
        .fixed-newsletter-wrap a .right {
          flex: 1;
          flex-direction: column; }
        .fixed-newsletter-wrap a p span {
          font-size: 18px;
          font-weight: bold;
          margin: 0; }
        .fixed-newsletter-wrap a p {
          font-size: 14px;
          margin: 0; } }

.fl-builder .site {
  padding-top: 3rem; }
  @media screen and (min-width: 40em) {
    .fl-builder .site {
      padding-top: 6rem; } }
  @media (max-width: 63.9375em) and (orientation: landscape) {
    .fl-builder .site {
      padding-top: 0; } }

.page {
  margin: 0rem 0rem 3rem 0rem; }

a {
  color: #0073bf;
  text-decoration: none;
  transition: 0.2s; }
  p a {
    text-decoration: underline; }
  a:hover {
    color: #000000;
    text-decoration: underline; }

blockquote {
  margin: 2.25rem 0rem 2.25rem 0rem;
  padding: 0;
  border: 0; }
  blockquote::before {
    content: "\f10d";
    color: #b1b1b1;
    float: left;
    font-size: 1.875rem;
    line-height: 1.25rem;
    font-family: "FontAwesome"; }
    @media screen and (max-width: 39.9375em) {
      blockquote::before {
        font-size: 1.71875rem; } }
  blockquote p {
    font-family: "Encode Sans Light", Helvetica, Roboto, Arial, sans-serif;
    color: #404040;
    font-size: 1.675rem;
    line-height: 2.5rem;
    text-align: left;
    margin-left: 2.8125rem; }
    @media screen and (max-width: 39.9375em) {
      blockquote p {
        font-size: 1.375rem;
        line-height: 1.875rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif; }

@media screen and (max-width: 39.9375em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word; } }

h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  margin: 0.75rem 0rem 0.75rem 0rem; }

h3 {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: normal;
  font-style: normal;
  margin: 0.75rem 0rem 0.75rem 0rem; }

img {
  max-width: 100%;
  height: auto; }

.smart-clear {
  clear: both; }

.pagination {
  margin: 0;
  padding: 1.5rem 0rem 4.5rem 0rem;
  list-style: none;
  font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 3.57143;
  font-weight: normal;
  font-style: normal; }
  .pagination li {
    display: inline-block;
    text-align: center;
    width: 3.25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px #d4d4d4;
    -moz-box-shadow: 0 1px #d4d4d4;
    box-shadow: 0 1px #d4d4d4;
    margin-right: 0.625rem; }
    .pagination li.current {
      background-color: #d4d4d4;
      color: #4f4f4f; }
  .pagination a {
    text-decoration: underline;
    width: 3.25rem;
    display: block; }
  .pagination .arrow a {
    text-decoration: none; }

select {
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 0 1.5rem 0 0.625rem;
  margin: 0.5rem 0 1.5rem;
  height: 1.5rem; }

strong,
b {
  font-family: "Encode Sans SemiBold", Helvetica, Roboto, Arial, sans-serif; }

.shadow-box {
  background-color: #fff;
  -webkit-box-shadow: 0 1px #d4d4d4;
  -moz-box-shadow: 0 1px #d4d4d4;
  box-shadow: 0 1px #d4d4d4; }

/* =Content
----------------------------------------------- */
.entry-meta .edit-link {
  display: none; }

.shoutout {
  background-color: #000000;
  color: #fff;
  width: 100%;
  padding: 0.75rem 1.5rem 1.5rem 1.5rem;
  margin: 0rem 0rem 1.5rem 0rem;
  transition: all 0.2s ease-out;
  display: block; }
  .shoutout:hover, .shoutout:focus, .shoutout:focus-visible {
    background-color: #333333;
    color: #fff;
    outline-offset: 5px; }
    .shoutout:hover.right .left-box,
    .shoutout:hover.right .right-box, .shoutout:focus.right .left-box,
    .shoutout:focus.right .right-box, .shoutout:focus-visible.right .left-box,
    .shoutout:focus-visible.right .right-box {
      transform: translateX(0.4em); }
    .shoutout:hover.left .left-box,
    .shoutout:hover.left .right-box, .shoutout:focus.left .left-box,
    .shoutout:focus.left .right-box, .shoutout:focus-visible.left .left-box,
    .shoutout:focus-visible.left .right-box {
      transform: translateX(-0.4em); }
  .shoutout h2 {
    font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem !important;
    line-height: 1.2777777778;
    font-weight: normal;
    font-style: normal;
    margin-top: 0.875rem !important;
    margin-bottom: 0.375rem !important; }
  .shoutout p {
    font-size: 1rem;
    line-height: 1.4375;
    font-weight: normal;
    font-style: normal;
    margin: 0; }
  .shoutout i.fa {
    font-size: 1.5rem;
    line-height: 2.5;
    font-weight: normal;
    font-style: normal; }
  .shoutout .left-box {
    float: left;
    padding-right: 1.25rem;
    transition: all 0.2s ease-out; }
  .shoutout .right-box {
    float: left;
    width: 77.61%;
    transition: all 0.2s ease-out; }
  @media only screen and (min-width: 1260px) {
    .shoutout {
      width: 133.335%;
      padding: 1.5rem 1.875rem 1.5rem 1.875rem; }
      .shoutout.left {
        margin-left: -32.74%;
        padding-left: 33.5%; }
      .shoutout.right {
        padding-right: 42%; }
      .shoutout i.fa {
        font-size: 2.5rem;
        line-height: 1.8;
        font-weight: normal;
        font-style: normal; } }
  .shoutout.shoutout-red {
    background-color: #ba2a40; }
    .shoutout.shoutout-red:hover {
      background-color: #902132; }
  .shoutout.shoutout-purple {
    background-color: #271d78; }
    .shoutout.shoutout-purple:hover {
      background-color: #1a134f; }
  .shoutout.shoutout-green {
    background-color: #008578; }
    .shoutout.shoutout-green:hover {
      background-color: #00524a; }

.feed-buttons .shadow-box {
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  margin: 0rem 0rem 1.5rem 0rem; }
  .feed-buttons .shadow-box p {
    margin: 0;
    word-break: break-word;
    color: #404040; }
    .feed-buttons .shadow-box p strong {
      color: #0073bf; }
  .feed-buttons .shadow-box:hover p {
    color: #0073bf; }

article.is-rerun {
  background-color: #F3DED8 !important; }
  article.is-rerun .content-wrapper {
    padding: 0 12px 16px; }
  article.is-rerun .rerun-label {
    background: #d24700;
    font-weight: bold;
    font-size: 15px;
    color: white;
    padding: 5px 12px 5px 6px;
    transition: padding 0.2s ease-in-out; }
  article.is-rerun:hover .rerun-label {
    padding-left: 12px; }
  @media screen and (min-width: 40em) {
    article.is-rerun.medieformater-video .content-wrapper, article.is-rerun.medieformater-videos .content-wrapper, article.is-rerun.medieformater-lyd .content-wrapper, article.is-rerun.medieformater-sounds .content-wrapper, article.is-rerun.medieformater-bilder .content-wrapper, article.is-rerun.medieformater-images .content-wrapper, article.is-rerun.medieformater-grafikk-illustrasjoner .content-wrapper, article.is-rerun.medieformater-graphics-illustrations .content-wrapper, article.is-rerun.format-note .content-wrapper, article.is-rerun.format-kortnytt .content-wrapper, article.is-rerun.format-viewpoint .content-wrapper, article.is-rerun.format-kronikk .content-wrapper, article.is-rerun.format-blog .content-wrapper, article.is-rerun.format-blogg .content-wrapper {
      padding: 0 !important; }
    article.is-rerun.medieformater-video .rerun-label, article.is-rerun.medieformater-videos .rerun-label, article.is-rerun.medieformater-lyd .rerun-label, article.is-rerun.medieformater-sounds .rerun-label, article.is-rerun.medieformater-bilder .rerun-label, article.is-rerun.medieformater-images .rerun-label, article.is-rerun.medieformater-grafikk-illustrasjoner .rerun-label, article.is-rerun.medieformater-graphics-illustrations .rerun-label, article.is-rerun.format-note .rerun-label, article.is-rerun.format-kortnytt .rerun-label, article.is-rerun.format-viewpoint .rerun-label, article.is-rerun.format-kronikk .rerun-label, article.is-rerun.format-blog .rerun-label, article.is-rerun.format-blogg .rerun-label {
      margin: 0 -12px; } }

.article-list article.hentry {
  margin: 0rem 0rem 1.5rem 0rem; }
  .article-list article.hentry a {
    display: block;
    color: #3d3d3d;
    text-decoration: none; }
    .article-list article.hentry a:hover, .article-list article.hentry a:focus, .article-list article.hentry a:focus-visible {
      outline-offset: 5px; }
      .article-list article.hentry a:hover .entry-title, .article-list article.hentry a:focus .entry-title, .article-list article.hentry a:focus-visible .entry-title {
        text-decoration: underline; }
      .article-list article.hentry a:hover .tag-holder, .article-list article.hentry a:focus .tag-holder, .article-list article.hentry a:focus-visible .tag-holder {
        padding-left: 0.75rem; }
  .article-list article.hentry .entry-title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    margin: 0rem 0rem 0.75rem 0rem; }
    .article-list article.hentry .entry-title a {
      color: #3d3d3d; }
  .article-list article.hentry p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal; }

@media screen and (min-width: 40em) {
  .article-list article.hentry {
    margin: 0rem 0rem 3rem 0rem; }
    .article-list article.hentry .entry-title {
      margin: 0.75rem 0rem 0.75rem 0rem; }
  .article-list .larger article.hentry .entry-title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal; } }

.article-list .medieformater-video,
.article-list .medieformater-videos,
.article-list .medieformater-lyd,
.article-list .medieformater-sounds,
.article-list .medieformater-bilder,
.article-list .medieformater-images,
.article-list .medieformater-grafikk-illustrasjoner,
.article-list .medieformater-graphics-illustrations {
  background-color: rgba(186, 42, 64, 0.3); }

.article-list .format-note,
.article-list .format-kortnytt {
  background-color: rgba(0, 0, 0, 0.2); }

.article-list .format-kronikk,
.article-list .format-viewpoint {
  background-color: rgba(39, 29, 120, 0.2); }

.article-list .format-blogg,
.article-list .format-blog {
  background-color: rgba(21, 154, 139, 0.2); }

@media screen and (max-width: 39.9375em) {
  .article-list .medieformater-video .content-wrapper,
  .article-list .medieformater-videos .content-wrapper,
  .article-list .medieformater-lyd .content-wrapper,
  .article-list .medieformater-sounds .content-wrapper,
  .article-list .medieformater-bilder .content-wrapper,
  .article-list .medieformater-images .content-wrapper,
  .article-list .medieformater-grafikk-illustrasjoner .content-wrapper,
  .article-list .medieformater-graphics-illustrations .content-wrapper,
  .article-list .format-note .content-wrapper,
  .article-list .format-kortnytt .content-wrapper,
  .article-list .format-viewpoint .content-wrapper,
  .article-list .format-kronikk .content-wrapper,
  .article-list .format-blogg .content-wrapper,
  .article-list .format-blog .content-wrapper {
    padding: 0rem 0.75rem 0.75rem 0.75rem !important; }
  .article-list article.hentry .entry-title {
    margin: 0.75rem 0rem 0.75rem 0rem; } }

@media screen and (min-width: 40em) {
  .article-list .medieformater-video a,
  .article-list .medieformater-videos a,
  .article-list .medieformater-lyd a,
  .article-list .medieformater-sounds a,
  .article-list .medieformater-bilder a,
  .article-list .medieformater-images a,
  .article-list .medieformater-grafikk-illustrasjoner a,
  .article-list .medieformater-graphics-illustrations a,
  .article-list .format-note a,
  .article-list .format-kortnytt a,
  .article-list .format-viewpoint a,
  .article-list .format-kronikk a,
  .article-list .format-blogg a,
  .article-list .format-blog a {
    display: block;
    padding: 0rem 0.75rem 0.75rem 0.75rem; }
  .article-list .medieformater-video .article-thumbnail,
  .article-list .medieformater-videos .article-thumbnail,
  .article-list .medieformater-lyd .article-thumbnail,
  .article-list .medieformater-sounds .article-thumbnail,
  .article-list .medieformater-bilder .article-thumbnail,
  .article-list .medieformater-images .article-thumbnail,
  .article-list .medieformater-grafikk-illustrasjoner .article-thumbnail,
  .article-list .medieformater-graphics-illustrations .article-thumbnail,
  .article-list .format-note .article-thumbnail,
  .article-list .format-kortnytt .article-thumbnail,
  .article-list .format-viewpoint .article-thumbnail,
  .article-list .format-kronikk .article-thumbnail,
  .article-list .format-blogg .article-thumbnail,
  .article-list .format-blog .article-thumbnail {
    margin: 0rem -0.75rem 0rem -0.75rem; }
  .article-list .article-num-3,
  .article-list .article-num-6,
  .article-list .article-num-8,
  .article-list .article-num-10,
  .article-list .article-num-14,
  .article-list .article-num-17,
  .article-list .article-num-19,
  .article-list .article-num-21,
  .article-list .article-num-24,
  .article-list .article-num-28,
  .article-list .article-num-30,
  .article-list .article-num-34,
  .article-list .article-num-36 {
    clear: left; } }

.article-thumbnail {
  position: relative; }
  .article-thumbnail a {
    display: block;
    color: #fff; }
    .article-thumbnail a:hover, .article-thumbnail a:focus {
      color: #fff; }
  .article-thumbnail img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block; }

.multimedia-featured-content .columns,
.main-header a,
.main-header .small-entry-image,
.main-header {
  display: block;
  position: relative; }

.tag-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 0.92308;
  font-weight: normal;
  font-style: normal;
  padding: 0.4375rem 0.375rem 0.4375rem 0.375rem;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
  text-transform: uppercase; }
  .tag-holder.multimedia {
    background-color: #ba2a40; }
  .tag-holder.meninger {
    background-color: #271d78; }
  .tag-holder.kortnytt, .tag-holder.multimedia-kortnytt {
    background-color: #000000; }
  .tag-holder.blogg, .tag-holder.multimedia-blog {
    background-color: #008578; }
  .tag-holder:hover {
    padding-left: 0.75rem; }

.divider {
  clear: both;
  border-top: 1px solid #d4d4d4;
  margin: 0rem 0rem 3rem 0rem; }

.tab-wrapper .tab-title {
  width: 50%;
  float: left;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  background-color: #dbdbdb; }
  @media screen and (min-width: 40em) {
    .tab-wrapper .tab-title {
      display: none; } }
  .tab-wrapper .tab-title.tabed {
    background-color: #fff; }
  .tab-wrapper .tab-title:hover {
    cursor: pointer; }

.tab-wrapper .widget {
  display: none;
  background-color: #fff; }
  @media screen and (min-width: 40em) {
    .tab-wrapper .widget {
      display: block;
      background: none; } }
  .tab-wrapper .widget.tabed {
    display: block; }
  .tab-wrapper .widget .widget-title {
    display: none; }
    @media screen and (min-width: 40em) {
      .tab-wrapper .widget .widget-title {
        display: block; } }

.tab-wrapper .fb_iframe_widget {
  width: 100%; }
  .tab-wrapper .fb_iframe_widget span {
    margin: 1.5em auto;
    display: block; }
    @media screen and (min-width: 40em) {
      .tab-wrapper .fb_iframe_widget span {
        margin: 0;
        display: inline-block; } }

.posts-numbered-list {
  list-style: none;
  margin: 0; }
  @media screen and (min-width: 64em) {
    .posts-numbered-list {
      width: 50%; }
      .posts-numbered-list.left {
        float: left;
        padding: 0rem 0.75rem 0rem 0rem; }
      .posts-numbered-list.right {
        float: right;
        padding: 0rem 0rem 0rem 0.75rem; } }
  .posts-numbered-list li {
    width: 100%;
    margin-bottom: 0.0625rem;
    font-family: "Encode Sans Regular", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: normal;
    font-style: normal;
    color: #404040; }
    .posts-numbered-list li:hover .outer-container {
      background-color: #fafafa; }
    .posts-numbered-list li:hover i,
    .posts-numbered-list li:hover .middle {
      transform: translateX(0.15em); }
    .posts-numbered-list li .outer-container {
      background-color: #fff;
      transition: all 0.5s; }
    .posts-numbered-list li .outer {
      min-height: 4.5rem;
      display: table;
      position: static;
      overflow: hidden;
      width: 100%;
      padding: 0.75rem 1.25rem 0.75rem 1.25rem;
      -webkit-box-shadow: 0 1px #d4d4d4;
      -moz-box-shadow: 0 1px #d4d4d4;
      box-shadow: 0 1px #d4d4d4; }
    .posts-numbered-list li .middle {
      display: table-cell;
      vertical-align: middle;
      position: static;
      top: 50%;
      width: 100%;
      transition: all 0.2s; }
    .posts-numbered-list li .inner {
      position: relative;
      top: -50%; }
    .posts-numbered-list li i {
      font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
      font-style: normal;
      font-size: 0.875rem;
      line-height: 3.42857;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      width: 1.875rem;
      float: left;
      transition: all 0.2s; }
    .posts-numbered-list li p {
      display: inline-block;
      float: left;
      margin: 0; }
    .posts-numbered-list li a {
      color: #404040; }

.archive-title {
  font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  margin: 0rem 0rem 0.75rem 0rem;
  color: #3d3d3d; }
  @media screen and (min-width: 40em) {
    .archive-title {
      margin: 0rem 0rem 3rem 0rem; } }

.archive-grid article {
  margin: 0rem 0rem 1.5rem 0rem; }
  .archive-grid article .entry-title {
    font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    margin: 0.75rem 0rem 0.75rem 0rem; }
    .archive-grid article .entry-title a {
      color: #3d3d3d; }
  .archive-grid article .gradient-overlay {
    display: none; }
  @media screen and (min-width: 40em) {
    .archive-grid article .article-content {
      position: relative;
      height: 10.5rem;
      overflow: hidden; }
      .archive-grid article .article-content .gradient-overlay {
        position: absolute;
        width: 100%;
        height: 2.5rem;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background: -moz-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
        background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
        background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f4', endColorstr='#f4f4f4', GradientType=0); } }
  .archive-grid article .entry-summary p {
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: normal;
    font-style: normal;
    margin: 0rem 0rem 0.75rem 0rem; }
  .archive-grid article .entry-meta {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: normal;
    font-style: normal;
    font-family: "Encode Sans SemiBold", Helvetica, Roboto, Arial, sans-serif;
    padding: 0.75rem 0rem 0rem 0rem; }

.archive-grid.joint-archive article.medieformater-video, .archive-grid.joint-archive article.medieformater-videos, .archive-grid.joint-archive article.medieformater-lyd, .archive-grid.joint-archive article.medieformater-sounds, .archive-grid.joint-archive article.medieformater-bilder, .archive-grid.joint-archive article.medieformater-images, .archive-grid.joint-archive article.medieformater-grafikk-illustrasjoner, .archive-grid.joint-archive article.medieformater-graphics-illustrations {
  background-color: #e2b7be;
  padding: 0rem 0.75rem 0.75rem 0.75rem; }
  .archive-grid.joint-archive article.medieformater-video .article-thumbnail, .archive-grid.joint-archive article.medieformater-videos .article-thumbnail, .archive-grid.joint-archive article.medieformater-lyd .article-thumbnail, .archive-grid.joint-archive article.medieformater-sounds .article-thumbnail, .archive-grid.joint-archive article.medieformater-bilder .article-thumbnail, .archive-grid.joint-archive article.medieformater-images .article-thumbnail, .archive-grid.joint-archive article.medieformater-grafikk-illustrasjoner .article-thumbnail, .archive-grid.joint-archive article.medieformater-graphics-illustrations .article-thumbnail {
    margin: 0rem -0.375rem 0rem -0.375rem; }
  .archive-grid.joint-archive article.medieformater-video .gradient-overlay, .archive-grid.joint-archive article.medieformater-videos .gradient-overlay, .archive-grid.joint-archive article.medieformater-lyd .gradient-overlay, .archive-grid.joint-archive article.medieformater-sounds .gradient-overlay, .archive-grid.joint-archive article.medieformater-bilder .gradient-overlay, .archive-grid.joint-archive article.medieformater-images .gradient-overlay, .archive-grid.joint-archive article.medieformater-grafikk-illustrasjoner .gradient-overlay, .archive-grid.joint-archive article.medieformater-graphics-illustrations .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(226, 183, 190, 0) 0%, #e2b7be 100%);
    background: -webkit-linear-gradient(top, rgba(226, 183, 190, 0) 0%, #e2b7be 100%);
    background: linear-gradient(to bottom, rgba(226, 183, 190, 0) 0%, #e2b7be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e2b7be', endColorstr='#e2b7be', GradientType=0); }

.archive-grid.joint-archive article.format-note, .archive-grid.joint-archive article.format-kortnytt {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0rem 0.75rem 0.75rem 0.75rem; }
  .archive-grid.joint-archive article.format-note .article-thumbnail, .archive-grid.joint-archive article.format-kortnytt .article-thumbnail {
    margin: 0rem -0.375rem 0rem -0.375rem; }
  .archive-grid.joint-archive article.format-note .gradient-overlay, .archive-grid.joint-archive article.format-kortnytt .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(195, 195, 195, 0) 0%, #c3c3c3 100%);
    background: -webkit-linear-gradient(top, rgba(195, 195, 195, 0) 0%, #c3c3c3 100%);
    background: linear-gradient(to bottom, rgba(195, 195, 195, 0) 0%, #c3c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c3c3c3', endColorstr='#c3c3c3', GradientType=0); }

.archive-grid.joint-archive article.format-viewpoint, .archive-grid.joint-archive article.format-kronikk {
  background-color: rgba(39, 29, 120, 0.2);
  padding: 0rem 0.75rem 0.75rem 0.75rem; }
  .archive-grid.joint-archive article.format-viewpoint .article-thumbnail, .archive-grid.joint-archive article.format-kronikk .article-thumbnail {
    margin: 0rem -0.375rem 0rem -0.375rem; }
  .archive-grid.joint-archive article.format-viewpoint .gradient-overlay, .archive-grid.joint-archive article.format-kronikk .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(203, 201, 219, 0) 0%, #cbc9db 100%);
    background: -webkit-linear-gradient(top, rgba(203, 201, 219, 0) 0%, #cbc9db 100%);
    background: linear-gradient(to bottom, rgba(203, 201, 219, 0) 0%, #cbc9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cbc9db', endColorstr='#cbc9db', GradientType=0); }

.archive-grid.joint-archive article.format-blogg, .archive-grid.joint-archive article.format-blog {
  background-color: rgba(21, 154, 139, 0.2);
  padding: 0rem 0.75rem 0.75rem 0.75rem; }
  .archive-grid.joint-archive article.format-blogg .article-thumbnail, .archive-grid.joint-archive article.format-blog .article-thumbnail {
    margin: 0rem -0.375rem 0rem -0.375rem; }
  .archive-grid.joint-archive article.format-blogg .gradient-overlay, .archive-grid.joint-archive article.format-blog .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(199, 226, 223, 0) 0%, #c7e2df 100%);
    background: -webkit-linear-gradient(top, rgba(199, 226, 223, 0) 0%, #c7e2df 100%);
    background: linear-gradient(to bottom, rgba(199, 226, 223, 0) 0%, #c7e2df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c7e2df', endColorstr='#c7e2df', GradientType=0); }

.monthly-archive-dropdown {
  float: right; }
  @media screen and (max-width: 39.9375em) {
    .monthly-archive-dropdown {
      font-size: 1rem;
      float: none; } }

.social-media-sharing-left-pos {
  display: none; }
  @media only screen and (min-width: 76.25rem) {
    .social-media-sharing-left-pos {
      display: block;
      position: absolute;
      top: 11em;
      left: -3.5em; } }
  @media only screen and (min-width: 81.25rem) {
    .social-media-sharing-left-pos {
      left: -5em; } }

.social-media-sharing {
  margin: 0rem 0rem 1.5rem 0rem; }
  @media screen and (min-width: 40em) {
    .social-media-sharing {
      margin: 3rem 0rem 1.5rem 0rem; } }
  .social-media-sharing ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .social-media-sharing li {
    display: inline-block;
    padding-right: 1.375rem; }
  .social-media-sharing a i {
    font-size: 1.97rem;
    line-height: 1; }
  @media only screen and (min-width: 76.25rem) {
    .social-media-sharing {
      position: absolute;
      top: 11em;
      left: -3.5em;
      margin: 0;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .social-media-sharing.follow {
        position: fixed;
        bottom: 0; }
      .social-media-sharing.fade {
        opacity: 0; }
      .social-media-sharing li {
        display: block;
        padding-right: 0;
        padding-bottom: 1.375rem; } }
  @media only screen and (min-width: 81.25rem) {
    .social-media-sharing {
      left: -5em; } }
  .social-media-sharing .fa-facebook-square {
    color: #455897; }
  .social-media-sharing .fa-twitter-square {
    color: #5ca9ee; }
  .social-media-sharing .fa-linkedin-square {
    color: #3f75b4; }
  .social-media-sharing .fa-envelope-square {
    color: #373737; }
  .social-media-sharing .fa-print {
    background-color: #757575;
    color: #f4f4f4;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding: 0 0.325rem;
    vertical-align: text-bottom;
    margin-bottom: 1px; }

.article-list .fb-page {
  display: none !important;
  visibility: hidden; }

.ajax-loaded-content .loader {
  text-align: center;
  font-family: "Encode Sans SemiBold", Helvetica, Roboto, Arial, sans-serif;
  padding-bottom: 2em;
  margin-bottom: 2em; }

.ajax-loaded-content .fb-page {
  display: inline-block !important;
  visibility: visible; }

.ajax-loaded-content.archive-loader {
  display: none; }

.single-post .main-header {
  margin: 0rem 0rem 1.5rem 0rem;
  -webkit-box-shadow: 0 1px #d4d4d4;
  -moz-box-shadow: 0 1px #d4d4d4;
  box-shadow: 0 1px #d4d4d4; }
  @media screen and (min-width: 40em) {
    .single-post .main-header {
      margin: 0rem 0rem 3rem 0rem; } }
  .single-post .main-header.fullwidth {
    margin-top: -1.5rem; }
    @media screen and (min-width: 40em) {
      .single-post .main-header.fullwidth {
        margin-top: -3rem; } }
  .single-post .main-header img {
    width: 100%;
    height: auto;
    vertical-align: middle; }
  .single-post .main-header .small-entry-image {
    background-color: #d4d4d4; }
    .single-post .main-header .small-entry-image img {
      width: auto;
      display: block;
      margin: 0 auto; }

.single-post .featimg-desc {
  font-size: 0.875rem;
  line-height: 1.71429;
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  position: relative; }
  .single-post .featimg-desc.has-toggle {
    height: 4rem;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .single-post .featimg-desc .toggle-featimg-desc {
    display: none;
    visibility: hidden; }
    .single-post .featimg-desc .toggle-featimg-desc.active {
      display: block;
      visibility: visible;
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 0;
      border: 0;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, white 84%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, white 84%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, white 84%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .single-post .featimg-desc .toggle-featimg-desc.open {
      background: transparent; }
  @media screen and (min-width: 40em) {
    .single-post .featimg-desc {
      height: auto !important; }
      .single-post .featimg-desc .toggle-featimg-desc {
        display: none !important;
        visibility: hidden !important; } }
  @media screen and (min-width: 64em) {
    .single-post .featimg-desc {
      padding: 0.75rem 0rem 0.75rem 0rem; } }

.single-post .entry-content {
  position: relative; }

.single-post .entry-excerpt .excerpt-text {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal; }

@media only screen and (min-width: 81.25rem) {
  .single-post:not(.page) .entry-content {
    margin-left: 8.3333333333%; } }

.single-post > .row {
  position: relative; }

.single-post .swipebox:focus-visible {
  outline: 1px auto -webkit-focus-ring-color !important;
  outline-offset: 5px; }

h2.entry-title,
h1.entry-title {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  margin: 0rem 0rem 1.5rem 0rem; }
  @media screen and (min-width: 40em) {
    h2.entry-title,
    h1.entry-title {
      font-size: 2.625rem;
      line-height: 1.33333;
      font-weight: normal;
      font-style: normal; } }

.the-excerpt {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal; }

img.alignleft,
img.alignright {
  width: auto !important; }

@media screen and (max-width: 39.9375em) {
  .single-post:not(.page) .entry-content div.alignright,
  .single-post:not(.page) .entry-content div.alignleft,
  .single-post:not(.page) .entry-content .faktaboks.liten {
    float: none;
    display: inline-block;
    margin: 0 0 1.5rem; } }

@media screen and (min-width: 64em) {
  .single-post:not(.page) .entry-content div.alignright,
  .single-post:not(.page) .entry-content div.alignleft,
  .single-post:not(.page) .entry-content .faktaboks.liten {
    width: 50.575% !important;
    float: right;
    margin-right: -54.03%;
    margin-bottom: 1.5rem;
    clear: right; }
    .single-post:not(.page) .entry-content div.alignright.wp-caption img,
    .single-post:not(.page) .entry-content div.alignleft.wp-caption img,
    .single-post:not(.page) .entry-content .faktaboks.liten.wp-caption img {
      max-width: 100%;
      width: auto;
      height: auto; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .single-post:not(.page) .entry-content .alignright,
  .single-post:not(.page) .entry-content .faktaboks.liten {
    margin-left: 1.5rem; }
  .single-post:not(.page) .entry-content .alignleft {
    margin-right: 1.5rem; } }

@media screen and (max-width: 39.9375em) {
  .single-post:not(.page) .entry-content img.alignleft, .single-post:not(.page) .entry-content img.alignright {
    float: none;
    display: inline-block;
    margin: 0 0 1.5rem; } }

@media screen and (min-width: 64em) {
  .single-post:not(.page) .entry-content img.alignleft, .single-post:not(.page) .entry-content img.alignright {
    width: auto !important;
    float: right;
    margin-right: -54.03%;
    margin-bottom: 1.5rem;
    clear: right; }
    .single-post:not(.page) .entry-content img.alignleft.wp-caption img, .single-post:not(.page) .entry-content img.alignright.wp-caption img {
      max-width: 100%;
      width: auto;
      height: auto; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .single-post:not(.page) .entry-content img .alignright,
  .single-post:not(.page) .entry-content img .faktaboks.liten {
    margin-left: 1.5rem; }
  .single-post:not(.page) .entry-content img .alignleft {
    margin-right: 1.5rem; } }

.post-share-info a {
  background-color: #fff;
  -webkit-box-shadow: 0 1px #d4d4d4;
  -moz-box-shadow: 0 1px #d4d4d4;
  box-shadow: 0 1px #d4d4d4;
  display: inline-block;
  color: #404040;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  margin: 0rem 0.75rem 1.5rem 0rem; }

.entry-meta.bottom {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .entry-meta.bottom .contact h2 {
    margin-bottom: 1.5rem; }
  .entry-meta.bottom .contact p {
    margin: 0;
    line-height: 1.714285714; }
    .entry-meta.bottom .contact p strong {
      font-size: 1rem;
      line-height: 1.5;
      font-weight: normal;
      font-style: normal;
      font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif; }
  .entry-meta.bottom .contact a {
    text-decoration: underline; }
  .entry-meta.bottom .shadow-box {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    margin: 0rem 0rem 1.5rem 0rem; }
  .entry-meta.bottom .fb-like {
    padding: 0.5625rem 0rem 0.5625rem 0rem; }
  .entry-meta.bottom .divider {
    margin: 0rem 0rem 3rem 0rem; }
  .entry-meta.bottom .share-meta {
    margin: 0rem 0rem 3rem 0rem; }
  .entry-meta.bottom h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 1.5rem; }

.searchform {
  padding: 1.125rem 0rem 1.0rem 0rem;
  width: 32.3125rem;
  max-width: 100%;
  margin: 0rem 0rem 0.75rem 0rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    .searchform {
      margin: 0rem 0rem 2.25rem 0rem; } }
  .searchform:before, .searchform:after {
    content: '';
    clear: both;
    display: table; }
  .searchform .input-holder {
    float: left;
    width: 100%; }
    .searchform .input-holder .search-input {
      margin: 0;
      height: 3.5rem;
      line-height: 1.5;
      background-color: #d6d6d6;
      color: #404040;
      padding: 0.5rem 0 0.5rem 1.25rem;
      border: 0;
      box-shadow: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .searchform .input-holder .search-input:focus {
        background-color: #fff; }
      .searchform .input-holder .search-input::placeholder {
        color: #4D4D4D; }
  .searchform .submit-holder {
    position: absolute;
    right: 0; }
    .searchform .submit-holder .search-submit {
      height: 3.5rem;
      padding: 5px 15px 5px 10px;
      width: 100%;
      border: 0;
      background-color: #d6d6d6;
      color: #5d5d5d;
      font-size: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .searchform .submit-holder .search-submit i {
        font-size: 1.25rem; }
      .searchform .submit-holder .search-submit.focused {
        background-color: #fff;
        color: #404040; }

/* =Author
----------------------------------------------- */
.author-meta {
  background-color: #fff;
  padding: 0rem 1.0rem 0rem 1.0rem;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .author-meta {
      width: 40%; } }
  .author-meta .extra a {
    color: #404040; }
  .author-meta .date-holder {
    margin: 0rem -1.0rem 0rem -1.0rem;
    padding: 0.75rem 1.0rem 0.75rem 1.0rem;
    background-color: #271d78;
    color: #fff; }
    .author-meta .date-holder a {
      color: #fff; }
    .author-meta .date-holder p {
      margin: 0;
      font-size: 0.875rem;
      line-height: 1.71429;
      font-weight: normal;
      font-style: normal; }
    .author-meta .date-holder.blogg {
      background-color: #008578; }
    .author-meta .date-holder .extra {
      font-size: 1rem;
      line-height: 1.5;
      font-weight: normal;
      font-style: normal;
      font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif; }

.author-list {
  list-style: none;
  margin: 0rem -1.0rem 0rem -1.0rem;
  padding: 0;
  font-size: 0.875rem; }
  .author-list li {
    padding: 0.8125rem 1.0rem 0.8125rem 1.0rem;
    margin-bottom: 1px; }
  .author-list p {
    margin: 0;
    line-height: 1.714285714;
    display: inline-block;
    vertical-align: middle; }
    .author-list p.has-image {
      width: 69%; }
    .author-list p .author-name {
      font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      line-height: 1.5; }
    .author-list p .freelancer {
      color: #b6b6b6; }
  .author-list img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-right: 0.75rem;
    width: 29.4%;
    max-width: 5.125rem;
    display: inline-block;
    vertical-align: middle; }

.author-content {
  margin-bottom: 3rem; }

/* =Asides
----------------------------------------------- */
/* =Widgets
----------------------------------------------- */
.widget {
  margin-bottom: 3rem; }
  .widget .widget-title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    margin: 0rem 0rem 0.75rem 0rem; }
  .widget p {
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: normal;
    font-style: normal; }
    .widget p strong {
      font-family: "Encode Sans SemiBold", Helvetica, Roboto, Arial, sans-serif; }

/*
Faktaboks
*/
.faktaboks {
  background: #ffffff;
  padding: 1.5rem 1.25rem 0.09375rem 1.25rem;
  -webkit-box-shadow: 0 1px #d4d4d4;
  -moz-box-shadow: 0 1px #d4d4d4;
  box-shadow: 0 1px #d4d4d4;
  position: relative;
  overflow: hidden; }
  .faktaboks.collapsed .fact-cont-wrapper {
    display: block;
    padding-bottom: 1px; }
  .faktaboks h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    margin: 0rem 0rem 0.75rem 0rem; }
  .faktaboks .fact-cont-wrapper {
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: normal;
    font-style: normal; }
  .faktaboks p {
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: normal;
    font-style: normal; }
  .faktaboks ul {
    list-style-image: url(../images/bullet.gif); }
  .faktaboks ul,
  .faktaboks ol {
    margin: 0 0 1.5rem 1rem;
    padding: 0; }
    .faktaboks ul li,
    .faktaboks ol li {
      padding-left: 1rem; }
  .faktaboks .faktaboks-toggle {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 64%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 64%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 64%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    color: #0073bf;
    border: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 0.75em;
    text-decoration: underline;
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: normal;
    font-style: normal; }
    .faktaboks .faktaboks-toggle:focus-visible {
      outline: none; }
      .faktaboks .faktaboks-toggle:focus-visible span {
        outline: 1px auto -webkit-focus-ring-color;
        outline-offset: 1px; }

/*
Captions
*/
.wp-caption {
  background-color: #fff;
  -webkit-box-shadow: 0 1px #d4d4d4;
  -moz-box-shadow: 0 1px #d4d4d4;
  box-shadow: 0 1px #d4d4d4;
  color: #404040;
  margin: 0rem 0rem 2.25rem 0rem; }
  .wp-caption .wp-caption-text {
    padding: 0rem 0.75rem 0rem 0.75rem;
    margin: 0;
    position: relative;
    height: 2.6em;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .wp-caption .wp-caption-text p {
      margin: 0;
      font-size: 0.875rem;
      line-height: 1.71429;
      font-weight: normal;
      font-style: normal;
      padding: 0.75rem 0rem 0.75rem 0rem; }
  .wp-caption a {
    color: #404040; }
    .wp-caption a:focus {
      outline: none; }
    .wp-caption a:hover {
      text-decoration: none; }
  @media screen and (min-width: 64em) {
    .wp-caption.alignright {
      max-width: 50.575%; } }
  .wp-caption .wp-caption-toggle {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 19%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 19%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 19%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    color: #0073bf;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 2em;
    padding-top: 0.857142857em;
    text-decoration: underline;
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: normal;
    font-style: normal; }
    .wp-caption .wp-caption-toggle:focus {
      outline: none; }
  @media screen and (min-width: 40em) {
    .wp-caption .wp-caption-text {
      padding: 0.75rem 1.25rem 0.75rem 1.25rem;
      height: auto; }
    .wp-caption .wp-caption-toggle {
      display: none; } }

/* Multimedia */
.multimedia-content .multimedia_field_content {
  padding: 0 0 1.5rem; }

.multimedia-featured-content.main-header {
  background-color: #0f0f0f;
  position: relative; }

@media screen and (min-width: 40em) {
  .multimedia_field_content {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

.multimedia_field_content.slick-gallery {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media screen and (min-width: 40em) {
    .multimedia_field_content.slick-gallery {
      margin: 0;
      padding-top: 1rem; } }

.multimedia_field_content.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 1.5625rem;
  height: 0; }
  .multimedia_field_content.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.multimedia_field_content.lyd iframe {
  width: 100%; }

.multimedia_field_content .slick-slider {
  margin: 0;
  background: #0f0f0f; }

.multimedia_field_content .smart-aspect-slide img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: auto; }

@media screen and (min-width: 64em) {
  .multimedia_field_content .smart-aspect-slide {
    height: auto;
    width: auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    position: relative; }
    .multimedia_field_content .smart-aspect-slide img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0 auto; } }

.multimedia_field_content .caption {
  text-align: center;
  margin: 0;
  padding: 1em;
  color: #fff; }
  @media screen and (min-width: 64em) {
    .multimedia_field_content .caption {
      padding: 1em 0; } }

.multimedia_field_content .slick-prev, .multimedia_field_content .slick-next {
  left: 0;
  height: 100%;
  top: 0;
  margin-top: 0;
  width: auto;
  padding: 0 10px;
  opacity: 0;
  position: absolute;
  font-size: 0;
  background: none;
  border: 0;
  z-index: 2; }
  .multimedia_field_content .slick-prev::before, .multimedia_field_content .slick-next::before {
    font-family: FontAwesome;
    content: "";
    font-size: 40px;
    color: white;
    opacity: 0.75; }
  .multimedia_field_content .slick-prev:focus, .multimedia_field_content .slick-next:focus {
    outline: none; }

.multimedia_field_content .slick-next {
  left: auto;
  right: 0; }
  .multimedia_field_content .slick-next::before {
    content: ""; }

.multimedia_field_content .media-slider .slick-list:focus-visible, .multimedia_field_content .media-slider .slick-arrow:focus-visible {
  outline: 1px auto -webkit-focus-ring-color; }

@media screen and (min-width: 40em) {
  .multimedia_field_content .media-slider:hover .slick-prev, .multimedia_field_content .media-slider:hover .slick-next,
  .multimedia_field_content .media-slider:hover .slick-next {
    opacity: 0.6; } }

@media screen and (min-width: 75em) {
  .multimedia_field_content .media-slider .slick-prev, .multimedia_field_content .media-slider .slick-next,
  .multimedia_field_content .media-slider .slick-next {
    opacity: 0.6; }
  .multimedia_field_content .media-slider .slick-prev, .multimedia_field_content .media-slider .slick-next {
    left: -4.5rem; }
  .multimedia_field_content .media-slider .slick-next {
    right: -4.5rem;
    left: auto; }
  .multimedia_field_content .media-slider:hover .slick-prev, .multimedia_field_content .media-slider:hover .slick-next,
  .multimedia_field_content .media-slider:hover .slick-next {
    opacity: 0.9; } }

.multimedia_field_content .media-slider-nav-holder {
  display: none;
  background: #333; }
  @media screen and (min-width: 64em) {
    .multimedia_field_content .media-slider-nav-holder {
      display: block; } }

.multimedia_field_content .media-slider-nav.slick-slider {
  background: #333; }

.multimedia_field_content .media-slider-nav .slick-slide {
  background-color: transparent;
  padding: 0.75rem 0.375rem;
  cursor: pointer; }
  .multimedia_field_content .media-slider-nav .slick-slide img {
    opacity: 1;
    width: 100%; }
  .multimedia_field_content .media-slider-nav .slick-slide:hover {
    background-color: transparent; }
    .multimedia_field_content .media-slider-nav .slick-slide:hover img {
      opacity: 0.5; }

.multimedia_field_content .mobile-swipe-text {
  background-color: #3d3d3d;
  color: #fff;
  position: absolute;
  z-index: 99;
  line-height: 2.375rem;
  width: 9.25rem;
  margin-left: -4.625rem;
  margin-top: -1.1875rem;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-border-radius: 6.25rem;
  -moz-border-radius: 6.25rem;
  border-radius: 6.25rem;
  font-weight: bold;
  opacity: 0.8;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
  .multimedia_field_content .mobile-swipe-text .fa {
    padding: 0 0.9375rem; }
  @media screen and (min-width: 64em) {
    .multimedia_field_content .mobile-swipe-text {
      display: none; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.8;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes fadeOut {
  0% {
    opacity: 0.8;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

.cats-tags {
  display: flex;
  flex-wrap: wrap; }
  .cats-tags .cat-tag {
    display: inline-block;
    margin-right: 5px !important; }
    .cats-tags .cat-tag .icon {
      display: inline-block;
      vertical-align: middle; }
    .cats-tags .cat-tag svg {
      width: 20px;
      height: 20px;
      fill: #0073bf;
      stroke: #0073bf; }

div a.pp_close {
  width: 22px !important;
  height: 22px;
  background: url(../images/lightbox-close.png) no-repeat !important; }

.search-results #ais-wrapper, .search-no-results #ais-wrapper {
  margin-bottom: 3rem; }

.search-results #ais-main, .search-no-results #ais-main {
  padding: 0; }

.search-results #algolia-search-box, .search-no-results #algolia-search-box {
  margin: 0 0 2.25rem 0;
  padding: 1.125rem 0 1.0rem 0;
  width: 32.3125rem;
  max-width: 100%;
  margin: 0 0 4rem 0;
  position: relative; }
  .search-results #algolia-search-box input, .search-no-results #algolia-search-box input {
    margin: 0;
    height: 3.5rem;
    line-height: 1.5;
    background-color: #ffffff;
    color: #404040;
    padding: 0.5rem 4rem 0.5rem 1.25rem;
    border: 0;
    box-shadow: none; }

.search-results #algolia-search-box .search-icon, .search-no-results #algolia-search-box .search-icon {
  fill: #404040;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.search-results .ais-stats, .search-no-results .ais-stats {
  top: 5rem; }

.search-results #algolia-stats, .search-no-results #algolia-stats {
  padding-left: 1rem; }

.search-results #ais-facets, .search-no-results #ais-facets {
  width: 30%; }

.search-results .ais-search-box--powered-by, .search-no-results .ais-search-box--powered-by {
  display: none; }

.search-results .ais-hits, .search-no-results .ais-hits {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 1em -12px; }

.search-results .ais-hits__empty, .search-no-results .ais-hits__empty {
  margin: 0 0 1em 0; }

.search-results .ais-hits--item, .search-no-results .ais-hits--item {
  display: flex;
  margin-bottom: 0;
  width: 100%;
  padding: 0 12px;
  border: none; }
  @media screen and (min-width: 40em) {
    .search-results .ais-hits--item, .search-no-results .ais-hits--item {
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .search-results .ais-hits--item, .search-no-results .ais-hits--item {
      width: 25%; } }
  .search-results .ais-hits--item em,
  .search-results .ais-hits--item a em, .search-no-results .ais-hits--item em,
  .search-no-results .ais-hits--item a em {
    background: #f1d1d6; }

.search-results .ais-hits--articel-type, .search-no-results .ais-hits--articel-type {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 0.92308;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  padding: 0.4375rem 0.375rem 0.4375rem 0.375rem;
  display: none; }

.search-results .ais-hits--article, .search-no-results .ais-hits--article {
  position: relative;
  margin: 0 0 1.5rem 0; }

.search-results .ais-hits--taxonomy-Video,
.search-results .ais-hits--taxonomy-Videos, .search-results .ais-hits--taxonomy-Podcast,
.search-results .ais-hits--taxonomy-Podkast, .search-results .ais-hits--taxonomy-Sounds,
.search-results .ais-hits--taxonomy-Bildeserier, .search-results .ais-hits--taxonomy-Images, .search-no-results .ais-hits--taxonomy-Video,
.search-no-results .ais-hits--taxonomy-Videos, .search-no-results .ais-hits--taxonomy-Podcast,
.search-no-results .ais-hits--taxonomy-Podkast, .search-no-results .ais-hits--taxonomy-Sounds,
.search-no-results .ais-hits--taxonomy-Bildeserier, .search-no-results .ais-hits--taxonomy-Images {
  background-color: #e2b7be;
  padding: 0 0.75rem 0.75rem 0.75rem; }
  .search-results .ais-hits--taxonomy-Video .ais-hits--thumbnail,
  .search-results .ais-hits--taxonomy-Videos .ais-hits--thumbnail, .search-results .ais-hits--taxonomy-Podcast .ais-hits--thumbnail,
  .search-results .ais-hits--taxonomy-Podkast .ais-hits--thumbnail, .search-results .ais-hits--taxonomy-Sounds .ais-hits--thumbnail,
  .search-results .ais-hits--taxonomy-Bildeserier .ais-hits--thumbnail, .search-results .ais-hits--taxonomy-Images .ais-hits--thumbnail, .search-no-results .ais-hits--taxonomy-Video .ais-hits--thumbnail,
  .search-no-results .ais-hits--taxonomy-Videos .ais-hits--thumbnail, .search-no-results .ais-hits--taxonomy-Podcast .ais-hits--thumbnail,
  .search-no-results .ais-hits--taxonomy-Podkast .ais-hits--thumbnail, .search-no-results .ais-hits--taxonomy-Sounds .ais-hits--thumbnail,
  .search-no-results .ais-hits--taxonomy-Bildeserier .ais-hits--thumbnail, .search-no-results .ais-hits--taxonomy-Images .ais-hits--thumbnail {
    margin: 0 -0.375rem 0 -0.375rem; }
    .search-results .ais-hits--taxonomy-Video .ais-hits--thumbnail a,
    .search-results .ais-hits--taxonomy-Videos .ais-hits--thumbnail a, .search-results .ais-hits--taxonomy-Podcast .ais-hits--thumbnail a,
    .search-results .ais-hits--taxonomy-Podkast .ais-hits--thumbnail a, .search-results .ais-hits--taxonomy-Sounds .ais-hits--thumbnail a,
    .search-results .ais-hits--taxonomy-Bildeserier .ais-hits--thumbnail a, .search-results .ais-hits--taxonomy-Images .ais-hits--thumbnail a, .search-no-results .ais-hits--taxonomy-Video .ais-hits--thumbnail a,
    .search-no-results .ais-hits--taxonomy-Videos .ais-hits--thumbnail a, .search-no-results .ais-hits--taxonomy-Podcast .ais-hits--thumbnail a,
    .search-no-results .ais-hits--taxonomy-Podkast .ais-hits--thumbnail a, .search-no-results .ais-hits--taxonomy-Sounds .ais-hits--thumbnail a,
    .search-no-results .ais-hits--taxonomy-Bildeserier .ais-hits--thumbnail a, .search-no-results .ais-hits--taxonomy-Images .ais-hits--thumbnail a {
      margin: 0 -0.375rem 0 -0.375rem;
      position: relative; }
  .search-results .ais-hits--taxonomy-Video .ais-hits--articel-type,
  .search-results .ais-hits--taxonomy-Videos .ais-hits--articel-type, .search-results .ais-hits--taxonomy-Podcast .ais-hits--articel-type,
  .search-results .ais-hits--taxonomy-Podkast .ais-hits--articel-type, .search-results .ais-hits--taxonomy-Sounds .ais-hits--articel-type,
  .search-results .ais-hits--taxonomy-Bildeserier .ais-hits--articel-type, .search-results .ais-hits--taxonomy-Images .ais-hits--articel-type, .search-no-results .ais-hits--taxonomy-Video .ais-hits--articel-type,
  .search-no-results .ais-hits--taxonomy-Videos .ais-hits--articel-type, .search-no-results .ais-hits--taxonomy-Podcast .ais-hits--articel-type,
  .search-no-results .ais-hits--taxonomy-Podkast .ais-hits--articel-type, .search-no-results .ais-hits--taxonomy-Sounds .ais-hits--articel-type,
  .search-no-results .ais-hits--taxonomy-Bildeserier .ais-hits--articel-type, .search-no-results .ais-hits--taxonomy-Images .ais-hits--articel-type {
    background-color: #ba2a40;
    display: inline-block; }
  .search-results .ais-hits--taxonomy-Video .excerpt .gradient-overlay,
  .search-results .ais-hits--taxonomy-Videos .excerpt .gradient-overlay, .search-results .ais-hits--taxonomy-Podcast .excerpt .gradient-overlay,
  .search-results .ais-hits--taxonomy-Podkast .excerpt .gradient-overlay, .search-results .ais-hits--taxonomy-Sounds .excerpt .gradient-overlay,
  .search-results .ais-hits--taxonomy-Bildeserier .excerpt .gradient-overlay, .search-results .ais-hits--taxonomy-Images .excerpt .gradient-overlay, .search-no-results .ais-hits--taxonomy-Video .excerpt .gradient-overlay,
  .search-no-results .ais-hits--taxonomy-Videos .excerpt .gradient-overlay, .search-no-results .ais-hits--taxonomy-Podcast .excerpt .gradient-overlay,
  .search-no-results .ais-hits--taxonomy-Podkast .excerpt .gradient-overlay, .search-no-results .ais-hits--taxonomy-Sounds .excerpt .gradient-overlay,
  .search-no-results .ais-hits--taxonomy-Bildeserier .excerpt .gradient-overlay, .search-no-results .ais-hits--taxonomy-Images .excerpt .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(226, 183, 190, 0) 0%, #e2b7be 100%);
    background: -webkit-linear-gradient(top, rgba(226, 183, 190, 0) 0%, #e2b7be 100%);
    background: linear-gradient(to bottom, rgba(226, 183, 190, 0) 0%, #e2b7be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2b7be', endColorstr='#e2b7be',GradientType=0 ); }

.search-results .ais-hits--article-Kortnytt,
.search-results .ais-hits--article-Note, .search-no-results .ais-hits--article-Kortnytt,
.search-no-results .ais-hits--article-Note {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 0.75rem 0.75rem 0.75rem; }
  .search-results .ais-hits--article-Kortnytt .ais-hits--articel-type,
  .search-results .ais-hits--article-Note .ais-hits--articel-type, .search-no-results .ais-hits--article-Kortnytt .ais-hits--articel-type,
  .search-no-results .ais-hits--article-Note .ais-hits--articel-type {
    background-color: #000000;
    display: inline-block; }
  .search-results .ais-hits--article-Kortnytt .excerpt .gradient-overlay,
  .search-results .ais-hits--article-Note .excerpt .gradient-overlay, .search-no-results .ais-hits--article-Kortnytt .excerpt .gradient-overlay,
  .search-no-results .ais-hits--article-Note .excerpt .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(195, 195, 195, 0) 0%, #c3c3c3 100%);
    background: -webkit-linear-gradient(top, rgba(195, 195, 195, 0) 0%, #c3c3c3 100%);
    background: linear-gradient(to bottom, rgba(195, 195, 195, 0) 0%, #c3c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3c3c3', endColorstr='#c3c3c3',GradientType=0 ); }

.search-results .ais-hits--article-Kronikk,
.search-results .ais-hits--article-Viewpoint, .search-no-results .ais-hits--article-Kronikk,
.search-no-results .ais-hits--article-Viewpoint {
  background-color: rgba(39, 29, 120, 0.2);
  padding: 0 0.75rem 0.75rem 0.75rem; }
  .search-results .ais-hits--article-Kronikk .ais-hits--articel-type,
  .search-results .ais-hits--article-Viewpoint .ais-hits--articel-type, .search-no-results .ais-hits--article-Kronikk .ais-hits--articel-type,
  .search-no-results .ais-hits--article-Viewpoint .ais-hits--articel-type {
    background-color: #271d78;
    display: inline-block; }
  .search-results .ais-hits--article-Kronikk .excerpt .gradient-overlay,
  .search-results .ais-hits--article-Viewpoint .excerpt .gradient-overlay, .search-no-results .ais-hits--article-Kronikk .excerpt .gradient-overlay,
  .search-no-results .ais-hits--article-Viewpoint .excerpt .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(203, 201, 219, 0) 0%, #cbc9db 100%);
    background: -webkit-linear-gradient(top, rgba(203, 201, 219, 0) 0%, #cbc9db 100%);
    background: linear-gradient(to bottom, rgba(203, 201, 219, 0) 0%, #cbc9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbc9db', endColorstr='#cbc9db',GradientType=0 ); }

.search-results .ais-hits--article-Blogg,
.search-results .ais-hits--article-Blog, .search-no-results .ais-hits--article-Blogg,
.search-no-results .ais-hits--article-Blog {
  background-color: rgba(0, 133, 120, 0.2);
  padding: 0 0.75rem 0.75rem 0.75rem; }
  .search-results .ais-hits--article-Blogg .ais-hits--articel-type,
  .search-results .ais-hits--article-Blog .ais-hits--articel-type, .search-no-results .ais-hits--article-Blogg .ais-hits--articel-type,
  .search-no-results .ais-hits--article-Blog .ais-hits--articel-type {
    background-color: #008578;
    display: inline-block; }
  .search-results .ais-hits--article-Blogg .excerpt .gradient-overlay,
  .search-results .ais-hits--article-Blog .excerpt .gradient-overlay, .search-no-results .ais-hits--article-Blogg .excerpt .gradient-overlay,
  .search-no-results .ais-hits--article-Blog .excerpt .gradient-overlay {
    background: -moz-linear-gradient(top, rgba(199, 226, 223, 0) 0%, #c7e2df 100%);
    background: -webkit-linear-gradient(top, rgba(199, 226, 223, 0) 0%, #c7e2df 100%);
    background: linear-gradient(to bottom, rgba(199, 226, 223, 0) 0%, #c7e2df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c7e2df', endColorstr='#c7e2df',GradientType=0 ); }

.search-results .ais-hits--content, .search-no-results .ais-hits--content {
  position: relative;
  height: 10.5rem;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 1px;
  margin: -1px; }
  .search-results .ais-hits--content h2, .search-no-results .ais-hits--content h2 {
    font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    margin: 0.75rem 0 0.75rem 0; }
  .search-results .ais-hits--content a, .search-no-results .ais-hits--content a {
    color: #404040; }

.search-results .ais-hits--thumbnail, .search-no-results .ais-hits--thumbnail {
  position: relative;
  float: none;
  margin: 0; }
  .search-results .ais-hits--thumbnail a, .search-no-results .ais-hits--thumbnail a {
    display: block; }
  .search-results .ais-hits--thumbnail img, .search-no-results .ais-hits--thumbnail img {
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block; }

.search-results .ais-hits--article:not(.ais-hits--article-Standard) .ais-hits--thumbnail, .search-no-results .ais-hits--article:not(.ais-hits--article-Standard) .ais-hits--thumbnail {
  margin: 0 -0.375rem 0 -0.375rem; }
  .search-results .ais-hits--article:not(.ais-hits--article-Standard) .ais-hits--thumbnail a, .search-no-results .ais-hits--article:not(.ais-hits--article-Standard) .ais-hits--thumbnail a {
    margin: 0 -0.375rem 0 -0.375rem;
    position: relative; }

.search-results .published, .search-no-results .published {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: normal;
  font-style: normal;
  font-family: "Encode Sans SemiBold", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.75rem 0 0 0; }

.search-results .excerpt p, .search-no-results .excerpt p {
  font-size: 0.875rem;
  line-height: 1.71429;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0.75rem 0; }

.search-results .excerpt .gradient-overlay, .search-no-results .excerpt .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 2.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: -moz-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 ); }

.search-results .ais-pagination--item, .search-no-results .ais-pagination--item {
  background: #fff;
  margin-right: 0.625rem;
  -webkit-box-shadow: 0 1px #d4d4d4;
  -moz-box-shadow: 0 1px #d4d4d4;
  box-shadow: 0 1px #d4d4d4; }

.search-results .ais-pagination--item__active, .search-no-results .ais-pagination--item__active {
  background-color: #d4d4d4; }

.search-results .ais-pagination--item__active a, .search-no-results .ais-pagination--item__active a {
  color: #4f4f4f;
  cursor: default; }
  .search-results .ais-pagination--item__active a:hover, .search-no-results .ais-pagination--item__active a:hover {
    text-decoration: none; }

.search-results .ais-pagination--link, .search-no-results .ais-pagination--link {
  display: block;
  font-family: "Encode Sans ExtraBold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  padding: 15px 19px; }

.lang-link {
  display: flex;
  align-items: center;
  margin-top: 5px; }
  .lang-link .icon {
    flex: 0 0 30px;
    height: 15px;
    overflow: hidden;
    margin-right: 10px; }
  .lang-link a {
    color: #404040; }

.newsletter-widget {
  margin: 3rem 0rem 4.5rem 0rem; }
  .newsletter-widget .checkboxes .shadow-box {
    margin: 0rem 0rem 1.5rem 0rem;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
    transition: 0.2s; }
    .newsletter-widget .checkboxes .shadow-box input {
      margin-bottom: 0; }
    .newsletter-widget .checkboxes .shadow-box.checked {
      background-color: #ba2a40; }
      .newsletter-widget .checkboxes .shadow-box.checked label {
        color: #fff;
        font-family: "Encode Sans SemiBold", Helvetica, Roboto, Arial, sans-serif; }
  .newsletter-widget .center {
    width: 100%;
    max-width: 38rem;
    margin: 0 auto; }
    .newsletter-widget .center.mailchimp-register-email-wrapper {
      max-width: 100%; }
      .newsletter-widget .center.mailchimp-register-email-wrapper input[type="submit"] {
        outline-offset: 5px; }
    .newsletter-widget .center .mc-field-group {
      float: left;
      width: 78%;
      margin-right: 2%; }
      .newsletter-widget .center .mc-field-group input {
        height: 3rem; }
    .newsletter-widget .center input[type="submit"] {
      float: right;
      width: 18%;
      margin-left: 2%;
      background-color: #0073bf;
      font-family: "Encode Sans SemiBold", Helvetica, Roboto, Arial, sans-serif;
      line-height: 2.9rem;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0; }
    .newsletter-widget .center:after {
      content: '';
      display: table;
      clear: both; }

.site-footer {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(58, 58, 58, 0.27);
  -moz-box-shadow: 0 1px 3px rgba(58, 58, 58, 0.27);
  box-shadow: 0 1px 3px rgba(58, 58, 58, 0.27);
  padding: 3rem 0rem 0rem 0rem; }

.site-info {
  font-size: 0.875rem;
  line-height: 1.71429;
  font-weight: normal;
  font-style: normal;
  padding: 1.5rem 0rem 1.5rem 0rem;
  color: #707070;
  text-align: center; }
  .site-info a {
    color: #707070;
    text-decoration: underline; }
  .site-info p {
    margin: 0; }
  .site-info .cookies-link {
    display: inline-block;
    margin: 0rem 0rem 0.75rem 0rem; }
  @media screen and (min-width: 40em) {
    .site-info {
      text-align: left; }
      .site-info .right-half {
        text-align: right; }
      .site-info .cookies-link {
        margin-bottom: 0; } }

.widget.related-links .site-logos {
  margin: 0;
  padding-top: 2rem; }

.widget.related-links li {
  padding-bottom: 1.5rem;
  display: block; }
  @media screen and (min-width: 40em) {
    .widget.related-links li {
      text-align: right; } }
  .widget.related-links li:first-child svg {
    max-height: 1.6875rem; }

.widget.related-links a {
  display: block; }

.widget.related-links svg {
  width: auto;
  max-height: 1.5rem; }

.about-gemini .some {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0rem 0.75rem 0rem 0rem; }
  .about-gemini .some .fa-facebook {
    color: #4c66a4; }
  .about-gemini .some .fa-twitter {
    color: #4fd5f8; }
  .about-gemini .some .fa-rss {
    color: #DF7920; }

.contact-gemini a {
  text-decoration: underline; }

.contact-gemini strong a {
  color: #404040;
  text-decoration: none; }
  .contact-gemini strong a:hover {
    text-decoration: underline; }

body.centered-content.single-post .entry-content,
body.centered-content.single-notiser .entry-content,
body.centered-content.single-meninger .entry-content,
body.centered-content.single-blogg .entry-content {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  float: none;
  font-size: 18px; }
  body.centered-content.single-post .entry-content .alignright,
  body.centered-content.single-notiser .entry-content .alignright,
  body.centered-content.single-meninger .entry-content .alignright,
  body.centered-content.single-blogg .entry-content .alignright {
    margin: 0 0 24px 18px; }
  body.centered-content.single-post .entry-content .alignleft,
  body.centered-content.single-notiser .entry-content .alignleft,
  body.centered-content.single-meninger .entry-content .alignleft,
  body.centered-content.single-blogg .entry-content .alignleft {
    margin: 0 18px 24px 0; }
  body.centered-content.single-post .entry-content .alignnone,
  body.centered-content.single-notiser .entry-content .alignnone,
  body.centered-content.single-meninger .entry-content .alignnone,
  body.centered-content.single-blogg .entry-content .alignnone {
    margin: 0 auto 24px; }
  body.centered-content.single-post .entry-content .faktaboks,
  body.centered-content.single-post .entry-content .faktaboks.liten,
  body.centered-content.single-notiser .entry-content .faktaboks,
  body.centered-content.single-notiser .entry-content .faktaboks.liten,
  body.centered-content.single-meninger .entry-content .faktaboks,
  body.centered-content.single-meninger .entry-content .faktaboks.liten,
  body.centered-content.single-blogg .entry-content .faktaboks,
  body.centered-content.single-blogg .entry-content .faktaboks.liten {
    margin: 0 0 24px 0 !important;
    float: none;
    width: 100% !important; }
  body.centered-content.single-post .entry-content .entry-excerpt,
  body.centered-content.single-notiser .entry-content .entry-excerpt,
  body.centered-content.single-meninger .entry-content .entry-excerpt,
  body.centered-content.single-blogg .entry-content .entry-excerpt {
    display: flex;
    flex-direction: column-reverse; }
    body.centered-content.single-post .entry-content .entry-excerpt .author-meta,
    body.centered-content.single-notiser .entry-content .entry-excerpt .author-meta,
    body.centered-content.single-meninger .entry-content .entry-excerpt .author-meta,
    body.centered-content.single-blogg .entry-content .entry-excerpt .author-meta {
      float: none;
      margin: 0 0 24px; }

body.centered-content.single-post .author-meta,
body.centered-content.single-notiser .author-meta,
body.centered-content.single-meninger .author-meta,
body.centered-content.single-blogg .author-meta {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  line-height: 21px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    body.centered-content.single-post .author-meta,
    body.centered-content.single-notiser .author-meta,
    body.centered-content.single-meninger .author-meta,
    body.centered-content.single-blogg .author-meta {
      width: 100%; } }
  body.centered-content.single-post .author-meta .author-list,
  body.centered-content.single-notiser .author-meta .author-list,
  body.centered-content.single-meninger .author-meta .author-list,
  body.centered-content.single-blogg .author-meta .author-list {
    margin: 0; }
    body.centered-content.single-post .author-meta .author-list li,
    body.centered-content.single-notiser .author-meta .author-list li,
    body.centered-content.single-meninger .author-meta .author-list li,
    body.centered-content.single-blogg .author-meta .author-list li {
      padding: 0;
      margin: 12px 0 0; }
      body.centered-content.single-post .author-meta .author-list li *,
      body.centered-content.single-notiser .author-meta .author-list li *,
      body.centered-content.single-meninger .author-meta .author-list li *,
      body.centered-content.single-blogg .author-meta .author-list li * {
        font-size: 14px; }
    body.centered-content.single-post .author-meta .author-list .author-name,
    body.centered-content.single-notiser .author-meta .author-list .author-name,
    body.centered-content.single-meninger .author-meta .author-list .author-name,
    body.centered-content.single-blogg .author-meta .author-list .author-name {
      font-family: 'Encode Sans SemiBold'; }

body.centered-content.single-post .lang-link,
body.centered-content.single-notiser .lang-link,
body.centered-content.single-meninger .lang-link,
body.centered-content.single-blogg .lang-link {
  margin-top: 0; }
  body.centered-content.single-post .lang-link a,
  body.centered-content.single-notiser .lang-link a,
  body.centered-content.single-meninger .lang-link a,
  body.centered-content.single-blogg .lang-link a {
    margin-left: 5px;
    color: #0073bf; }

body.centered-content.single-post .contacts-tags,
body.centered-content.single-notiser .contacts-tags,
body.centered-content.single-meninger .contacts-tags,
body.centered-content.single-blogg .contacts-tags {
  margin-bottom: 80px; }

body.centered-content.single-post .contact-box,
body.centered-content.single-notiser .contact-box,
body.centered-content.single-meninger .contact-box,
body.centered-content.single-blogg .contact-box {
  background: white;
  padding: 12px;
  margin-bottom: 25px; }
  body.centered-content.single-post .contact-box a,
  body.centered-content.single-notiser .contact-box a,
  body.centered-content.single-meninger .contact-box a,
  body.centered-content.single-blogg .contact-box a {
    text-decoration: none; }
    body.centered-content.single-post .contact-box a:hover,
    body.centered-content.single-notiser .contact-box a:hover,
    body.centered-content.single-meninger .contact-box a:hover,
    body.centered-content.single-blogg .contact-box a:hover {
      text-decoration: underline; }

body.centered-content.single-post .cat-tag,
body.centered-content.single-notiser .cat-tag,
body.centered-content.single-meninger .cat-tag,
body.centered-content.single-blogg .cat-tag {
  background: white;
  padding: 5px 12px;
  margin-bottom: 5px; }

body.centered-content.single-post .date-holder.meninger,
body.centered-content.single-notiser .date-holder.meninger,
body.centered-content.single-meninger .date-holder.meninger,
body.centered-content.single-blogg .date-holder.meninger {
  margin-top: -12px; }

body.centered-content.single-post .social-share-buttons ul,
body.centered-content.single-notiser .social-share-buttons ul,
body.centered-content.single-meninger .social-share-buttons ul,
body.centered-content.single-blogg .social-share-buttons ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  display: flex; }

body.centered-content.single-post .social-share-buttons li,
body.centered-content.single-notiser .social-share-buttons li,
body.centered-content.single-meninger .social-share-buttons li,
body.centered-content.single-blogg .social-share-buttons li {
  display: inline-block;
  padding-right: 20px; }

body.centered-content.single-post .social-share-buttons a i,
body.centered-content.single-notiser .social-share-buttons a i,
body.centered-content.single-meninger .social-share-buttons a i,
body.centered-content.single-blogg .social-share-buttons a i {
  font-size: 1.97rem;
  line-height: 1; }

body.centered-content.single-post .social-share-buttons .fa-facebook-square,
body.centered-content.single-notiser .social-share-buttons .fa-facebook-square,
body.centered-content.single-meninger .social-share-buttons .fa-facebook-square,
body.centered-content.single-blogg .social-share-buttons .fa-facebook-square {
  color: #455897; }

body.centered-content.single-post .social-share-buttons .fa-twitter-square,
body.centered-content.single-notiser .social-share-buttons .fa-twitter-square,
body.centered-content.single-meninger .social-share-buttons .fa-twitter-square,
body.centered-content.single-blogg .social-share-buttons .fa-twitter-square {
  color: #5ca9ee; }

body.centered-content.single-post .social-share-buttons .fa-linkedin-square,
body.centered-content.single-notiser .social-share-buttons .fa-linkedin-square,
body.centered-content.single-meninger .social-share-buttons .fa-linkedin-square,
body.centered-content.single-blogg .social-share-buttons .fa-linkedin-square {
  color: #3f75b4; }

body.centered-content.single-post .social-share-buttons .fa-envelope-square,
body.centered-content.single-notiser .social-share-buttons .fa-envelope-square,
body.centered-content.single-meninger .social-share-buttons .fa-envelope-square,
body.centered-content.single-blogg .social-share-buttons .fa-envelope-square {
  color: #373737; }

body.centered-content.single-post .social-share-buttons .fa-print,
body.centered-content.single-notiser .social-share-buttons .fa-print,
body.centered-content.single-meninger .social-share-buttons .fa-print,
body.centered-content.single-blogg .social-share-buttons .fa-print {
  background-color: #757575;
  color: #f4f4f4;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding: 0 0.325rem;
  vertical-align: text-bottom;
  margin-bottom: 1px; }

.bb-content {
  margin-bottom: 80px; }

.single-byline {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 24px; }
  .single-byline a {
    text-decoration: underline;
    font-weight: bold; }
    .single-byline a:hover {
      text-decoration: none; }
  .single-byline .block:nth-of-type(2) {
    margin-top: 6px; }
  .single-byline .byline {
    display: block;
    background: white;
    padding: 12px; }
  .single-byline .byline-header {
    background: #008578;
    color: white;
    padding: 12px;
    margin-bottom: 6px; }
    .single-byline .byline-header.viewpoint {
      background: #271d78; }
    .single-byline .byline-header a {
      color: white;
      font-weight: normal; }
  .single-byline .byline-grid {
    margin: 0 -3px;
    flex-wrap: wrap; }
    @media (min-width: 640px) {
      .single-byline .byline-grid {
        display: flex;
        align-items: stretch; } }
  .single-byline .byline-item {
    flex: 1 0 50%;
    padding: 0 3px 6px 3px; }
    .single-byline .byline-item .block {
      margin: 0; }
    .single-byline .byline-item .byline {
      height: 100%;
      display: flex;
      align-items: center; }
    .single-byline .byline-item span {
      font-weight: bold; }
  .single-byline .image {
    margin-right: 12px; }
  .single-byline .image-holder {
    width: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 100%; }

@media print {
  * {
    font-family: Arial,Verdana,sans-serif !important;
    font-weight: normal !important; }
  body {
    -webkit-print-color-adjust: exact; }
  .medium-12,
  .row {
    width: 100%;
    margin: 0;
    max-width: 100%; }
  a[href]:after {
    content: ""; }
  a.post-edit-link,
  .site-info,
  .main-navigation,
  li.toggle-topbar,
  #masthead,
  .entry-meta.bottom,
  .author-image-holder,
  .screen-reader-text {
    display: none; }
  .fixed {
    position: static !important; }
  .medium-1 {
    width: grid-calc(1, 12); }
  .medium-2 {
    width: grid-calc(2, 12); }
  .medium-3 {
    width: grid-calc(3, 12); }
  .medium-4 {
    width: grid-calc(4, 12); }
  .medium-5 {
    width: grid-calc(5, 12); }
  .medium-6 {
    width: grid-calc(6, 12); }
  .medium-7 {
    width: grid-calc(7, 12); }
  .medium-8 {
    width: grid-calc(8, 12); }
  .medium-9 {
    width: grid-calc(9, 12); }
  .medium-10 {
    width: grid-calc(10, 12); }
  .medium-11 {
    width: grid-calc(11, 12); }
  .medium-12 {
    width: grid-calc(12, 12); }
  .medium-block-grid-1 li {
    width: 100%; }
  .medium-block-grid-2 li {
    width: 50%; }
  .medium-block-grid-3 li {
    width: 33.33333%; }
  .medium-block-grid-4 li {
    width: 25%; }
  .medium-block-grid-5 li {
    width: 20%; }
  .site {
    padding-top: 0; }
  #primary {
    width: 100% !important; }
    #primary .multimedia-featured-content,
    #primary .multimedia-featured-content + .featimg-desc {
      display: none; }
    #primary .featimg-desc {
      background: #414746 !important;
      color: #fff !important; }
  blockquote {
    border: none; }
  #wpstats,
  iframe,
  .site-footer,
  .wp-caption-toggle,
  #disqus_thread,
  #layout,
  .contact,
  .footer-related,
  .tags,
  .categories,
  .share-meta {
    display: none !important; }
  .wp-caption .wp-caption-text {
    height: auto !important; }
  .wp-caption p.wp-caption-text,
  .faktaboks {
    width: 100%;
    margin: 0;
    padding: 0.5em;
    background: #f1f1ed !important; }
  .faktaboks h2 {
    background: #dcdcd6 !important; }
  .single-notiser .entry-header,
  .site-footer {
    padding: 0 24px; }
  .entry-title {
    margin: 0 !important; }
  .entry-content {
    padding-left: 24px; }
  h1, h2, h4, h5, h6,
  strong,
  .the-excerpt p {
    font-weight: bold !important; }
  .wp-caption.alignleft {
    clear: left; }
  .wp-caption.alignright {
    clear: right; }
  .author-meta {
    margin: 0; }
  .author-holder {
    width: 100%;
    padding: 0; }
  .alignleft {
    float: left !important;
    margin-right: 1em !important; }
  .alignright {
    float: right !important;
    margin-left: 1em !important; }
  .smart-settings-support-frame {
    display: none !important; } }

.fl-photo-caption.fl-photo-caption-below {
  text-overflow: initial;
  white-space: normal; }

/*# sourceMappingURL=maps/app.css.map */
