/* Grid  settings*/
/* Colors */
/* red - colors used in footer */
/* Breakpoints */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 55, ../sass/modules/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 74, ../sass/modules/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 98, ../sass/modules/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 114, ../sass/modules/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 146, ../sass/modules/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 158, ../sass/modules/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 196, ../sass/modules/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 263, ../sass/modules/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 271, ../sass/modules/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 280, ../sass/modules/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 289, ../sass/modules/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 309, ../sass/modules/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 324, ../sass/modules/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 332, ../sass/modules/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 348, ../sass/modules/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 352, ../sass/modules/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 417, ../sass/modules/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 429, ../sass/modules/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 441, ../sass/modules/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 463, ../sass/modules/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 479, ../sass/modules/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
/* line 494, ../sass/modules/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 512, ../sass/modules/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 524, ../sass/modules/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 539, ../sass/modules/_normalize.scss */
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.
 */
/* line 554, ../sass/modules/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 566, ../sass/modules/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 601, ../sass/modules/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 612, ../sass/modules/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 625, ../sass/modules/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 8, ../sass/partials/_mixins.scss */
.white-border, .news-list .image img, .article-list-item img, .section-module, .text-content img, .module-content-list.carousel .content-list-item, .module-text.module-text-frame, .module-text.image-position-top .image, .frontpage-map {
  border: 6px solid white;
  -moz-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(//www.tine.no/PIE.htc);
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 8, ../sass/partials/_mixins.scss */
  .white-border, .news-list .image img, .article-list-item img, .section-module, .text-content img, .module-content-list.carousel .content-list-item, .module-text.module-text-frame, .module-text.image-position-top .image, .frontpage-map {
    border-width: 3px;
  }
}

/* line 20, ../sass/partials/_mixins.scss */
.drop-shadow, .article-list-item img, .section-module, .module-content-list.carousel .content-list-item, .module-content-list.list .content-list-item, .timer-wrapper .timer, .frontpage-map, .frontpage-map .inner .counter .numbers, .box, .map-wrapper .row .map_select .map_searche input, .fylke_list, .row .map_info .map_info_inner {
  -moz-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.15);
  behavior: url(//www.tine.no/PIE.htc);
}

/* line 25, ../sass/partials/_mixins.scss */
.rounded-corner, .timer-wrapper .timer, .frontpage-map .inner .counter .numbers {
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  behavior: url(//www.tine.no/PIE.htc);
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonter/ProximaNova-Light-webfont.eot");
  src: url("../fonter/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonter/ProximaNova-Light-webfont.woff") format("woff"), url("../fonter/ProximaNova-Light-webfont.ttf") format("truetype"), url("../fonter/ProximaNova-Light-webfont.svg#ProximaNovaLtLight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonter/ProximaNova-Reg-webfont.eot");
  src: url("../fonter/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonter/ProximaNova-Reg-webfont.woff") format("woff"), url("../fonter/ProximaNova-Reg-webfont.ttf") format("truetype"), url("../fonter/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonter/ProximaNova-Sbold-webfont.eot");
  src: url("../fonter/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonter/ProximaNova-Sbold-webfont.woff") format("woff"), url("../fonter/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("../fonter/ProximaNova-Sbold-webfont.svg#ProximaNovaLtSemibold") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonter/ProximaNova-Bold-webfont.eot");
  src: url("../fonter/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonter/ProximaNova-Bold-webfont.woff") format("woff"), url("../fonter/ProximaNova-Bold-webfont.ttf") format("truetype"), url("../fonter/ProximaNova-Bold-webfont.svg#ProximaNovaRgBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonter/ProximaNova-Xbold-webfont.eot");
  src: url("../fonter/ProximaNova-Xbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonter/ProximaNova-Xbold-webfont.woff") format("woff"), url("../fonter/ProximaNova-Xbold-webfont.ttf") format("truetype"), url("../fonter/ProximaNova-Xbold-webfont.svg#ProximaNovaThExtrabold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* line 118, ../sass/screen.scss */
html {
  font-size: 62.5%;
  /* Base size to 10px, needed to support rem */
  background: #f3f3f3 url("../img/bg_pattern.gif");
}

/* line 123, ../sass/screen.scss */
html, body, .wrapper {
  height: 100%;
}

/* line 127, ../sass/screen.scss */
body > .wrapper {
  height: auto;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 320px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 127, ../sass/screen.scss */
  body > .wrapper {
    padding-bottom: 0px;
  }
}

/* line 140, ../sass/screen.scss */
body {
  color: #393939;
  font-family: 'ProximaNova', "Lucida Grande", Lucida, Verdana, sans-serif;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 140, ../sass/screen.scss */
  body {
    margin-top: 58px;
  }
}

/* line 150, ../sass/screen.scss */
.mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 150, ../sass/screen.scss */
  .mobile {
    display: block;
  }
}

/* line 158, ../sass/screen.scss */
.desktop {
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 158, ../sass/screen.scss */
  .desktop {
    display: none;
  }
}

/* line 166, ../sass/screen.scss */
.row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  max-width: 980px;
  *zoom: 1;
  /* Hack to support centered big images on section pages */
}
/* line 38, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols1 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols1:first-child, .row.center-large .cols1.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols2 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols2:first-child, .row.center-large .cols2.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols3 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols3:first-child, .row.center-large .cols3.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols4 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols4:first-child, .row.center-large .cols4.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols5 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols5:first-child, .row.center-large .cols5.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols6 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols6:first-child, .row.center-large .cols6.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols7 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols7:first-child, .row.center-large .cols7.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols8 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols8:first-child, .row.center-large .cols8.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols9, .row.center-large .error-page .speech, .error-page .row.center-large .speech, .row.center-large .error-page .links, .error-page .row.center-large .links {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols9:first-child, .row.center-large .error-page .speech:first-child, .error-page .row.center-large .speech:first-child, .row.center-large .error-page .links:first-child, .error-page .row.center-large .links:first-child, .row.center-large .cols9.pie_first-child, .row.center-large .error-page .pie_first-child.speech, .error-page .row.center-large .pie_first-child.speech, .row.center-large .error-page .pie_first-child.links, .error-page .row.center-large .pie_first-child.links {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols10, .row.center-large .search-wrapper .group .hit, .search-wrapper .group .row.center-large .hit, .row.center-large .comment-wrapper .comments .new-comment form, .comment-wrapper .comments .new-comment .row.center-large form, .row.center-large .module-text.module-text-plain .content .text-content, .module-text.module-text-plain .content .row.center-large .text-content, .row.center-large .module-text.image-carousel .content .text-content, .module-text.image-carousel .content .row.center-large .text-content, .row.center-large .intro .ingress, .intro .row.center-large .ingress {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols10:first-child, .row.center-large .search-wrapper .group .hit:first-child, .search-wrapper .group .row.center-large .hit:first-child, .row.center-large .comment-wrapper .comments .new-comment form:first-child, .comment-wrapper .comments .new-comment .row.center-large form:first-child, .row.center-large .module-text.module-text-plain .content .text-content:first-child, .module-text.module-text-plain .content .row.center-large .text-content:first-child, .row.center-large .module-text.image-carousel .content .text-content:first-child, .module-text.image-carousel .content .row.center-large .text-content:first-child, .row.center-large .intro .ingress:first-child, .intro .row.center-large .ingress:first-child, .row.center-large .cols10.pie_first-child, .row.center-large .search-wrapper .group .pie_first-child.hit, .search-wrapper .group .row.center-large .pie_first-child.hit, .row.center-large .comment-wrapper .comments .new-comment form.pie_first-child, .comment-wrapper .comments .new-comment .row.center-large form.pie_first-child, .row.center-large .module-text.module-text-plain .content .pie_first-child.text-content, .module-text.module-text-plain .content .row.center-large .pie_first-child.text-content, .row.center-large .module-text.image-carousel .content .pie_first-child.text-content, .module-text.image-carousel .content .row.center-large .pie_first-child.text-content, .row.center-large .intro .pie_first-child.ingress, .intro .row.center-large .pie_first-child.ingress {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols11, .row.center-large .module-text.module-text-plain h1, .module-text.module-text-plain .row.center-large h1, .row.center-large .module-text.image-carousel h1, .module-text.image-carousel .row.center-large h1, .row.center-large .module-text.module-text-plain .ingress, .module-text.module-text-plain .row.center-large .ingress, .row.center-large .module-text.image-carousel .ingress, .module-text.image-carousel .row.center-large .ingress {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols11:first-child, .row.center-large .module-text.module-text-plain h1:first-child, .module-text.module-text-plain .row.center-large h1:first-child, .row.center-large .module-text.image-carousel h1:first-child, .module-text.image-carousel .row.center-large h1:first-child, .row.center-large .module-text.module-text-plain .ingress:first-child, .module-text.module-text-plain .row.center-large .ingress:first-child, .row.center-large .module-text.image-carousel .ingress:first-child, .module-text.image-carousel .row.center-large .ingress:first-child, .row.center-large .cols11.pie_first-child, .row.center-large .module-text.module-text-plain h1.pie_first-child, .module-text.module-text-plain .row.center-large h1.pie_first-child, .row.center-large .module-text.image-carousel h1.pie_first-child, .module-text.image-carousel .row.center-large h1.pie_first-child, .row.center-large .module-text.module-text-plain .pie_first-child.ingress, .module-text.module-text-plain .row.center-large .pie_first-child.ingress, .row.center-large .module-text.image-carousel .pie_first-child.ingress, .module-text.image-carousel .row.center-large .pie_first-child.ingress {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols12, .row.center-large .checklist-wrapper .ingress, .checklist-wrapper .row.center-large .ingress {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols12:first-child, .row.center-large .checklist-wrapper .ingress:first-child, .checklist-wrapper .row.center-large .ingress:first-child, .row.center-large .cols12.pie_first-child, .row.center-large .checklist-wrapper .pie_first-child.ingress, .checklist-wrapper .row.center-large .pie_first-child.ingress {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols13 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols13:first-child, .row.center-large .cols13.pie_first-child {
  float: left;
}
/* line 177, ../sass/screen.scss */
.row.center-large .cols14 {
  float: right;
}
/* line 180, ../sass/screen.scss */
.row.center-large .cols14:first-child, .row.center-large .cols14.pie_first-child {
  float: left;
}

/* line 190, ../sass/screen.scss */
.row [class*="cols"], .row .module-content-list.carousel .content-list-item, .module-content-list.carousel .row .content-list-item {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
  margin-left: 2.08333%;
}

/* line 199, ../sass/screen.scss */
.row [class*="cols"]:first-child, .row .module-content-list.carousel .content-list-item:first-child, .module-content-list.carousel .row .content-list-item:first-child,
.row .pie_first-child {
  margin-left: 0;
}

/* line 205, ../sass/screen.scss */
.cols1 {
  width: 5.20833%;
}

/* line 205, ../sass/screen.scss */
.cols2 {
  width: 12.5%;
}

/* line 205, ../sass/screen.scss */
.cols3 {
  width: 19.79167%;
}

/* line 205, ../sass/screen.scss */
.cols4 {
  width: 27.08333%;
}

/* line 205, ../sass/screen.scss */
.cols5 {
  width: 34.375%;
}

/* line 205, ../sass/screen.scss */
.cols6 {
  width: 41.66667%;
}

/* line 205, ../sass/screen.scss */
.cols7 {
  width: 48.95833%;
}

/* line 205, ../sass/screen.scss */
.cols8 {
  width: 56.25%;
}

/* line 205, ../sass/screen.scss */
.cols9, .error-page .speech, .error-page .links {
  width: 63.54167%;
}

/* line 205, ../sass/screen.scss */
.cols10, .search-wrapper .group .hit, .comment-wrapper .comments .new-comment form, .module-text.module-text-plain .content .text-content, .module-text.image-carousel .content .text-content, .intro .ingress {
  width: 70.83333%;
}

/* line 205, ../sass/screen.scss */
.cols11, .module-text.module-text-plain h1, .module-text.image-carousel h1, .module-text.module-text-plain .ingress, .module-text.image-carousel .ingress {
  width: 78.125%;
}

/* line 205, ../sass/screen.scss */
.cols12, .checklist-wrapper .ingress {
  width: 85.41667%;
}

/* line 205, ../sass/screen.scss */
.cols13 {
  width: 92.70833%;
}

/* line 205, ../sass/screen.scss */
.cols14 {
  width: 100%;
}

/* line 210, ../sass/screen.scss */
.row .row {
  padding: 0;
}

/* line 214, ../sass/screen.scss */
img, object, embed, iframe {
  max-width: 100%;
  display: block;
}

/* line 219, ../sass/screen.scss */
a {
  color: #ee4036;
  text-decoration: none;
}
/* line 223, ../sass/screen.scss */
a img {
  border: none;
}

/* line 228, ../sass/screen.scss */
::selection {
  background: #ee4036;
  /* Safari */
  color: white;
}

/* line 232, ../sass/screen.scss */
::-moz-selection {
  background: #ee4036;
  /* Firefox */
  color: white;
}

/* line 237, ../sass/screen.scss */
p, pre, dl, menu, ol, ul {
  margin: 0 0 0.2em;
}

/* Override of normalize... */
/* line 242, ../sass/screen.scss */
dl, menu, ol, ul {
  padding: 0 0 0 20px;
}

/* line 246, ../sass/screen.scss */
ul {
  list-style: disc;
}

/* line 250, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6, img, div, a, p, span, input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 255, ../sass/screen.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3b3b3b;
  text-decoration: none;
}
/* line 259, ../sass/screen.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #1781ac;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 255, ../sass/screen.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1781ac;
  }
}

/* line 269, ../sass/screen.scss */
.bottom-spacing, .contactlist-wrapper {
  margin-bottom: 5em;
}

/* line 273, ../sass/screen.scss */
.error {
  color: red;
  border-color: red !important;
}

/* line 279, ../sass/screen.scss */
.image img {
  width: 100%;
}

/* line 284, ../sass/screen.scss */
.text-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 0px) and (max-width: 767px) {
  /* line 290, ../sass/screen.scss */
  .row [class*="cols"], .row .module-content-list.carousel .content-list-item, .module-content-list.carousel .row .content-list-item {
    width: 100%;
    margin-left: 0;
  }

  /* line 298, ../sass/screen.scss */
  .section-list .row .cols3 {
    width: 47.91667%;
  }
  /* line 301, ../sass/screen.scss */
  .section-list .row .cols3 + .cols3 {
    margin-left: 4.16667%;
  }

  /* line 309, ../sass/screen.scss */
  .banners .box {
    float: left;
    display: inline;
    width: 47.91667%;
    min-height: 190px;
  }
  /* line 315, ../sass/screen.scss */
  .banners .box + .box {
    margin-left: 4.16667%;
  }

  /*
    .article-list-item {
    	.cols5 {
    		width: 100% * ((($column-width * 5) + ($gutter-width *(5 - 1))) / $total-width);
    	}
  
    	.cols9 {
    		width: 100% * ((($column-width * 9) + ($gutter-width *(9 - 1))) / $total-width);
    		margin-left: 100% * ($gutter-width / $total-width);
    	}
    }
  */
}
/* line 335, ../sass/screen.scss */
h1 {
  font-weight: 600;
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 47px;
  line-height: 4.7rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 335, ../sass/screen.scss */
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

/* line 344, ../sass/screen.scss */
h2 {
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
}

/* line 349, ../sass/screen.scss */
h3 {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
/* line 353, ../sass/screen.scss */
h3.secondary {
  color: #29b4ee;
}

/* line 358, ../sass/screen.scss */
h4 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}

/* line 363, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0em;
  margin-bottom: 0.2em;
}

/* line 372, ../sass/screen.scss */
article .row:first-child .content h1 {
  margin-bottom: 0.4em;
}
/* line 378, ../sass/screen.scss */
article .ingress {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 378, ../sass/screen.scss */
  article .ingress {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}

/* Helpers */
/* line 395, ../sass/screen.scss */
.row .pull-right,
.pull-right {
  float: right;
  margin-left: 20;
}

/* line 401, ../sass/screen.scss */
.row .pull-left,
.pull-left {
  float: left;
  margin-left: 0;
}

/* line 407, ../sass/screen.scss */
.hide {
  display: none;
}

/* line 411, ../sass/screen.scss */
.clearfix:after, header .mobile-header .logo:after, .tine-rating form fieldset .tine-raty:after, .steps .step:after, .text-content:after, #instagramfeed section:after,
.retriever-feed section:after, .custom-graphics .rules .teams .team:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 418, ../sass/screen.scss */
.clearfix, header .mobile-header .logo, .tine-rating form fieldset .tine-raty, .steps .step, .text-content, #instagramfeed section,
.retriever-feed section, .custom-graphics .rules .teams .team {
  display: inline-block;
}

/* Hides from IE-mac \*/
/* line 423, ../sass/screen.scss */
* html .clearfix, * html header .mobile-header .logo, header .mobile-header * html .logo, * html .tine-rating form fieldset .tine-raty, .tine-rating form fieldset * html .tine-raty, * html .steps .step, .steps * html .step, * html .text-content, * html #instagramfeed section, #instagramfeed * html section,
* html .retriever-feed section,
.retriever-feed * html section, * html .custom-graphics .rules .teams .team, .custom-graphics .rules .teams * html .team {
  height: 1%;
}

/* line 426, ../sass/screen.scss */
.clearfix, header .mobile-header .logo, .tine-rating form fieldset .tine-raty, .steps .step, .text-content, #instagramfeed section,
.retriever-feed section, .custom-graphics .rules .teams .team {
  display: block;
}

/* End hide from IE-mac */
/* Special grid styles - just to display demo
-------------------------------------------------- */
/* line 434, ../sass/screen.scss */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 438, ../sass/screen.scss */
.show-grid [class*="cols"], .show-grid .module-content-list.carousel .content-list-item, .module-content-list.carousel .show-grid .content-list-item {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}

/* line 447, ../sass/screen.scss */
.show-grid [class*="cols"]:hover, .show-grid .module-content-list.carousel .content-list-item:hover, .module-content-list.carousel .show-grid .content-list-item:hover {
  background-color: #ddd;
}

/* line 450, ../sass/screen.scss */
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 454, ../sass/screen.scss */
.show-grid .show-grid [class*="cols"], .show-grid .show-grid .module-content-list.carousel .content-list-item, .module-content-list.carousel .show-grid .show-grid .content-list-item {
  margin-top: 5px;
}

/* line 457, ../sass/screen.scss */
.show-grid [class*="cols"] [class*="cols"], .show-grid .module-content-list.carousel .content-list-item [class*="cols"], .module-content-list.carousel .show-grid .content-list-item [class*="cols"], .show-grid [class*="cols"] .module-content-list.carousel .content-list-item, .module-content-list.carousel .show-grid [class*="cols"] .content-list-item, .show-grid .module-content-list.carousel .content-list-item .content-list-item, .module-content-list.carousel .show-grid .content-list-item .content-list-item {
  background-color: #ccc;
}

/* line 460, ../sass/screen.scss */
.show-grid [class*="cols"] [class*="cols"] [class*="cols"], .show-grid .module-content-list.carousel .content-list-item [class*="cols"] [class*="cols"], .module-content-list.carousel .show-grid .content-list-item [class*="cols"] [class*="cols"], .show-grid [class*="cols"] .module-content-list.carousel .content-list-item [class*="cols"], .module-content-list.carousel .show-grid [class*="cols"] .content-list-item [class*="cols"], .show-grid .module-content-list.carousel .content-list-item .content-list-item [class*="cols"], .module-content-list.carousel .show-grid .content-list-item .content-list-item [class*="cols"], .show-grid [class*="cols"] [class*="cols"] .module-content-list.carousel .content-list-item, .module-content-list.carousel .show-grid [class*="cols"] [class*="cols"] .content-list-item, .show-grid .module-content-list.carousel .content-list-item [class*="cols"] .content-list-item, .module-content-list.carousel .show-grid .content-list-item [class*="cols"] .content-list-item, .show-grid [class*="cols"] .module-content-list.carousel .content-list-item .content-list-item, .module-content-list.carousel .show-grid [class*="cols"] .content-list-item .content-list-item, .show-grid .module-content-list.carousel .content-list-item .content-list-item .content-list-item, .module-content-list.carousel .show-grid .content-list-item .content-list-item .content-list-item {
  background-color: #999;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 14, ../sass/partials/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 18, ../sass/partials/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 24, ../sass/partials/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 25, ../sass/partials/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visbiility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 26, ../sass/partials/_flexslider.scss */
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}

/* line 27, ../sass/partials/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 28, ../sass/partials/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 31, ../sass/partials/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 32, ../sass/partials/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 33, ../sass/partials/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 38, ../sass/partials/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 43, ../sass/partials/_flexslider.scss */
.flexslider {
  margin: 0 0 25px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  behavior: url(//www.tine.no/PIE.htc);
}

/* line 49, ../sass/partials/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 50, ../sass/partials/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 51, ../sass/partials/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 53, ../sass/partials/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 57, ../sass/partials/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 58, ../sass/partials/_flexslider.scss */
.flex-direction-nav a {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  width: 33px;
  height: 33px;
  margin: -20px 0 0;
  display: block;
  background: url(../img/bg_direction_nav_tine.png) no-repeat 0 0;
  position: absolute;
  top: 49%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

/* line 59, ../sass/partials/_flexslider.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -20px;
}

/* line 60, ../sass/partials/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -20px;
}

/* line 64, ../sass/partials/_flexslider.scss */
.flexslider:hover .flex-next:hover {
  background-position: 100% 100%;
}

/* line 66, ../sass/partials/_flexslider.scss */
.flexslider:hover .flex-prev:hover {
  background-position: 0 100%;
}

/* line 68, ../sass/partials/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
/* line 71, ../sass/partials/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 72, ../sass/partials/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 73, ../sass/partials/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 74, ../sass/partials/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 75, ../sass/partials/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 77, ../sass/partials/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 78, ../sass/partials/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 79, ../sass/partials/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 80, ../sass/partials/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 81, ../sass/partials/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 84, ../sass/partials/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 85, ../sass/partials/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* line 2, ../sass/partials/_header-and-nav.scss */
header .desktop {
  position: relative;
  z-index: 1000;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 70px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  /* Common for both menus in header */
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 2, ../sass/partials/_header-and-nav.scss */
  header .desktop {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
/* line 15, ../sass/partials/_header-and-nav.scss */
header .desktop .logo {
  position: absolute;
  left: -4px;
  top: -2px;
  z-index: 100;
}
/* line 22, ../sass/partials/_header-and-nav.scss */
header .desktop .partners {
  list-style: none;
  float: right;
  margin: 5px 0 0 0;
  padding: 0;
}
/* line 28, ../sass/partials/_header-and-nav.scss */
header .desktop .partners li {
  float: left;
  margin-right: 0;
  margin-left: 5px;
}
/* line 33, ../sass/partials/_header-and-nav.scss */
header .desktop .partners li img {
  float: left;
}
/* line 40, ../sass/partials/_header-and-nav.scss */
header .desktop .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}
/* line 46, ../sass/partials/_header-and-nav.scss */
header .desktop .inner .menu {
  padding: 0 0 0 233px;
  margin: 0;
  list-style: none;
}
/* line 51, ../sass/partials/_header-and-nav.scss */
header .desktop .inner .menu li {
  float: left;
  display: inline-block;
}
/* line 55, ../sass/partials/_header-and-nav.scss */
header .desktop .inner .menu li a {
  text-decoration: none;
  display: inline-block;
}
/* line 60, ../sass/partials/_header-and-nav.scss */
header .desktop .inner .menu li ul {
  margin: 0;
  padding: 0;
}
/* line 66, ../sass/partials/_header-and-nav.scss */
header .desktop .inner .menu.top-menu li a {
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 66, ../sass/partials/_header-and-nav.scss */
  header .desktop .inner .menu.top-menu li a {
    padding: 0 10px;
  }
}
/* line 76, ../sass/partials/_header-and-nav.scss */
header .desktop .main-nav {
  height: 46px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
}
/* line 81, ../sass/partials/_header-and-nav.scss */
header .desktop .main-nav a {
  font-weight: 600;
  color: #747474;
  line-height: 46px;
}
/* line 88, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav {
  width: 100%;
  height: 54px;
  background: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background-image: -moz-linear-gradient(#ffffff, #f3f3f3);
  background-image: -webkit-linear-gradient(#ffffff, #f3f3f3);
  background-image: linear-gradient(#ffffff, #f3f3f3);
}
/* line 94, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav a {
  font-weight: 600;
  color: #393939;
  line-height: 54px;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 94, ../sass/partials/_header-and-nav.scss */
  header .desktop .secondary-nav a {
    padding: 0 10px;
  }
}
/* line 103, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav a.selected {
  color: #ee4036;
}
/* line 107, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav a:hover {
  background: #e1f1f7;
  color: #ee4036;
}
/* line 111, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav a:hover .sub {
  height: 250px;
}
/* line 117, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
  margin-right: 0;
}
/* line 123, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.open {
  border-color: #cfcfcf;
}
/* line 127, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.active, header .desktop .secondary-nav li:hover {
  background: #e1f1f7;
  border-color: #cfcfcf;
  color: #ee4036;
}
/* line 133, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.active .sub, header .desktop .secondary-nav li:hover .sub {
  width: 150px;
  display: block;
  background: #e1f1f7;
}
/* line 138, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.active .sub li.active,
header .desktop .secondary-nav li.active .sub li:hover, header .desktop .secondary-nav li:hover .sub li.active,
header .desktop .secondary-nav li:hover .sub li:hover {
  border-left: 0px;
  border-right: 0px;
}
/* line 144, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.active .sub li.label, header .desktop .secondary-nav li:hover .sub li.label {
  float: left;
  width: 205px;
  color: #393939;
  padding: 0;
  border: 0;
}
/* line 151, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.active .sub li.label span.label, header .desktop .secondary-nav li:hover .sub li.label span.label {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 10px;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 15px 5px 10px 20px;
  display: inline-block;
}
/* line 158, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.active .sub li.label .sub-group, header .desktop .secondary-nav li:hover .sub li.label .sub-group {
  margin-left: 5px;
}
/* line 160, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.active .sub li.label .sub-group li, header .desktop .secondary-nav li:hover .sub li.label .sub-group li {
  border: 0;
}
/* line 167, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.active .sub li, header .desktop .secondary-nav li:hover .sub li {
  background: #e1f1f7;
}
/* line 173, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav li.has-label .sub {
  width: 410px;
  background: #e1f1f7;
  border-bottom: 5px solid #29b4ee;
}
/* line 181, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav .sub {
  display: none;
  position: absolute;
  min-width: 200px;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3);
}
/* line 187, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav .sub li {
  float: none;
  display: block;
  padding: 0;
  padding: 0 15px;
  background: #ffffff;
  border-left: 0;
  border-right: 0;
}
/* line 196, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav .sub li.first {
  margin-top: 12px;
}
/* line 199, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav .sub li.first a {
  border-top: 0;
}
/* line 204, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav .sub li.last {
  padding-bottom: 15px;
  border-bottom: 6px solid #29b4ee;
}
/* line 208, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav .sub li.last a {
  border-bottom: 0;
}
/* line 213, ../sass/partials/_header-and-nav.scss */
header .desktop .secondary-nav .sub li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 400;
  border-bottom: 1px solid #d2e6ed;
  border-top: 1px solid #eaf5f9;
  display: block;
  padding: 2px 0;
}
/* line 226, ../sass/partials/_header-and-nav.scss */
header .desktop .search-form {
  float: left;
  margin-top: 7px;
}
/* line 230, ../sass/partials/_header-and-nav.scss */
header .desktop .search-form .query {
  padding: 5px 10px;
  border: 1px solid #cecece;
  width: 150px;
  font-size: 14px;
  color: #909090;
  line-height: 20px;
  -webkit-transition: width 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
  -moz-box-shadow: #cecece 0 1px 4px inset;
  -webkit-box-shadow: #cecece 0 1px 4px inset;
  box-shadow: #cecece 0 1px 4px inset;
  border: 1px solid #cecece;
  background: white;
  width: 220px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 230, ../sass/partials/_header-and-nav.scss */
  header .desktop .search-form .query {
    width: 155px;
  }
}
/* line 251, ../sass/partials/_header-and-nav.scss */
header .desktop .search-form .submit {
  background: transparent url("../img/icons/search.png") 50% 50% no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  border: 0;
  position: relative;
  left: -32px;
  z-index: 100;
  cursor: pointer;
}
/* line 265, ../sass/partials/_header-and-nav.scss */
header .mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
/* line 272, ../sass/partials/_header-and-nav.scss */
header .mobile-header .menu {
  display: none;
}
/* line 276, ../sass/partials/_header-and-nav.scss */
header .mobile-header .logo {
  display: block;
  border-bottom: 3px solid #fff;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9999;
  background: #29b4ed;
}
/* line 285, ../sass/partials/_header-and-nav.scss */
header .mobile-header .logo .toggle-mobile-nav {
  float: left;
  padding: 19px 15px;
  border-right: 1px solid #169fd7;
  height: 55px;
}
/* line 291, ../sass/partials/_header-and-nav.scss */
header .mobile-header .logo .toggle-mobile-nav img {
  width: 19px;
  height: 16px;
}
/* line 297, ../sass/partials/_header-and-nav.scss */
header .mobile-header .logo .logo-link {
  float: left;
  border-left: 1px solid #3bc3fb;
}
/* line 301, ../sass/partials/_header-and-nav.scss */
header .mobile-header .logo .logo-link img {
  max-width: 265px;
}

/* line 310, ../sass/partials/_header-and-nav.scss */
.mobile-search-form {
  display: none;
  position: absolute;
  left: -270px;
  border-bottom: 3px solid #fff;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 270px;
  height: 55px;
  background: #1795c5;
  overflow: hidden;
}
/* line 322, ../sass/partials/_header-and-nav.scss */
.mobile-search-form input {
  width: 195px;
  margin: 17px 0 0 18px;
  border: 1px solid #12759b;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 3px 30px 3px 5px;
  color: #fff;
  background-color: #61afce;
}
/* line 333, ../sass/partials/_header-and-nav.scss */
.mobile-search-form .search-icon {
  background: url("../img/icons/search_retina.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 21px;
  right: 30px;
}

/* line 344, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu {
  -moz-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
  width: 246px;
  position: absolute;
  left: 0px;
  z-index: 4500;
  padding: 0em 12px;
  clear: both;
  display: none;
  background: #dbf0f9;
  border-bottom: 3px solid #1178a3;
  list-style: none;
  min-height: 100%;
}
/* line 359, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu a {
  color: #393939;
  padding: 0.3em 0;
  display: block;
}
/* line 365, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 5px;
}
/* line 371, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li:first-child {
  margin-top: 20px;
}
/* line 375, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li.house, ul.mobile-menu li.location, ul.mobile-menu li.speech, ul.mobile-menu li.food-training, ul.mobile-menu li.stick {
  background: transparent no-repeat 0px 0px;
  margin-bottom: 15px;
  background-size: 32px;
}
/* line 385, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li.house {
  background-image: url("../img/icons/house.gif");
}
/* line 389, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li.location {
  background-image: url("../img/icons/location.gif");
}
/* line 393, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li.speech {
  background-image: url("../img/icons/speech.gif");
}
/* line 397, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li.food-training {
  background-image: url("../img/icons/food_training.gif");
}
/* line 401, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li.stick {
  background-image: url("../img/icons/stick.gif");
}
/* line 405, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li span.label {
  font-weight: bold;
}
/* line 409, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li ul {
  margin-top: 3px;
  padding-left: 10px;
  list-style: none;
}
/* line 414, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li ul li {
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 300;
}
/* line 418, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li ul li:first-child {
  margin-top: 0;
}
/* line 422, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li ul li a {
  border-top: 1px solid #eaf5f9;
  border-bottom: 1px solid #d2e6ed;
}
/* line 426, ../sass/partials/_header-and-nav.scss */
ul.mobile-menu li ul li a:first-child {
  border-top: 0;
}

/* line 3, ../sass/partials/_content.scss */
.documentation .text-content img {
  position: static !important;
  width: 100%;
}

/* line 10, ../sass/partials/_content.scss */
.tine-rating {
  margin: 20px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid white;
}
/* line 15, ../sass/partials/_content.scss */
.tine-rating h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
  padding: 1em 0 0.5em;
  text-align: center;
  width: 100%;
  border-top: 1px solid white;
}
/* line 24, ../sass/partials/_content.scss */
.tine-rating .feedback,
.tine-rating .rating-count {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #696969;
  text-align: center;
  margin-top: 0.5em;
  font-weight: 300;
}
/* line 33, ../sass/partials/_content.scss */
.tine-rating form {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
}
/* line 37, ../sass/partials/_content.scss */
.tine-rating form fieldset {
  margin: 0;
  padding: 0;
  width: 325px;
  margin: 0 auto;
  display: block;
  border: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 37, ../sass/partials/_content.scss */
  .tine-rating form fieldset {
    width: 265px;
  }
}
/* line 49, ../sass/partials/_content.scss */
.tine-rating form fieldset .tine-raty {
  margin-bottom: 20px;
}
/* line 53, ../sass/partials/_content.scss */
.tine-rating form fieldset .tine-raty img {
  float: left;
  margin-left: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  background: transparent url("../img/rating_passive.png");
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 53, ../sass/partials/_content.scss */
  .tine-rating form fieldset .tine-raty img {
    margin-left: 0;
  }
}
/* line 68, ../sass/partials/_content.scss */
.tine-rating form fieldset .tine-raty img:first-child {
  margin-left: 0;
}

/* Default margin on modules that "need" space below */
/* line 79, ../sass/partials/_content.scss */
.photoframe,
.flexslider,
.module-text.image-position-top .image {
  margin-bottom: 2em;
}

/* line 85, ../sass/partials/_content.scss */
.module-collection .text-content {
  margin-bottom: 1.5em;
}

/* line 89, ../sass/partials/_content.scss */
.hidden {
  display: none;
}

/* line 93, ../sass/partials/_content.scss */
.breadcrumb {
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 93, ../sass/partials/_content.scss */
  .breadcrumb {
    margin-bottom: 1em;
    padding-left: 10px;
  }
}
/* line 103, ../sass/partials/_content.scss */
.breadcrumb a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
/* line 106, ../sass/partials/_content.scss */
.breadcrumb a:before {
  content: "\AB  ";
}

@media (min-width: 0px) and (max-width: 767px) {
  /* line 112, ../sass/partials/_content.scss */
  .main-wrapper {
    padding-top: 1em;
    overflow: hidden;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  /* line 120, ../sass/partials/_content.scss */
  .mobile-menu-open .mobile-menu,
  .mobile-menu-open .mobile-search-form {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 127, ../sass/partials/_content.scss */
  .mobile-menu-open .main-wrapper {
    position: relative;
    left: 270px;
  }
}
/* line 134, ../sass/partials/_content.scss */
.mobile-menu-open .mobile-header {
  left: 270px;
}

/* line 139, ../sass/partials/_content.scss */
.wrapper-background {
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
/* line 143, ../sass/partials/_content.scss */
.wrapper-background.snacks {
  background-image: url(../img/illustrations/snacks.gif);
  width: 160px;
  height: 630px;
  position: absolute;
  top: -80px;
  right: -65px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 143, ../sass/partials/_content.scss */
  .wrapper-background.snacks {
    right: 0px;
  }
}
/* line 157, ../sass/partials/_content.scss */
.wrapper-background.chef {
  background-image: url(../img/illustrations/chef.gif);
  width: 273px;
  height: 670px;
  position: absolute;
  top: -80px;
  right: -65px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 157, ../sass/partials/_content.scss */
  .wrapper-background.chef {
    right: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 139, ../sass/partials/_content.scss */
  .wrapper-background {
    background-image: none !important;
  }
}

/* line 176, ../sass/partials/_content.scss */
.ingredients {
  padding: 3em;
  color: #393939;
}
/* line 180, ../sass/partials/_content.scss */
.ingredients .portions {
  padding-right: 3em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 180, ../sass/partials/_content.scss */
  .ingredients .portions {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 186, ../sass/partials/_content.scss */
  .ingredients .portions .current {
    float: left;
  }
}
/* line 191, ../sass/partials/_content.scss */
.ingredients .portions .current img {
  margin: 0 auto 1em;
}
/* line 195, ../sass/partials/_content.scss */
.ingredients .portions .current h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 195, ../sass/partials/_content.scss */
  .ingredients .portions .current h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    width: 120px;
    margin-top: 10px;
    display: inline-block;
  }
}
/* line 210, ../sass/partials/_content.scss */
.ingredients .portions #portions {
  margin: 1em auto 0.5em;
  display: block;
  width: 90px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 0.3em;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 210, ../sass/partials/_content.scss */
  .ingredients .portions #portions {
    float: right;
    margin: 0;
  }
}
/* line 226, ../sass/partials/_content.scss */
.ingredients .portions .multipliable {
  margin: 0 auto 2em;
  width: 90px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 226, ../sass/partials/_content.scss */
  .ingredients .portions .multipliable {
    float: right;
    margin-top: 1em;
    clear: right;
  }
}
/* line 236, ../sass/partials/_content.scss */
.ingredients .portions .multipliable .btn {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 40px;
  display: inline-block;
  height: 40px;
}
/* line 245, ../sass/partials/_content.scss */
.ingredients .portions .multipliable .btn:first-child {
  margin-right: 10px;
}
/* line 253, ../sass/partials/_content.scss */
.ingredients .ingredients-list h3 {
  font-weight: 400;
}
/* line 257, ../sass/partials/_content.scss */
.ingredients .ingredients-list h4 {
  margin-top: 1em;
  font-weight: 600;
}
/* line 261, ../sass/partials/_content.scss */
.ingredients .ingredients-list h4:first-child {
  margin-top: 0;
}
/* line 266, ../sass/partials/_content.scss */
.ingredients .ingredients-list ul {
  list-style: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 300;
  padding-left: 0;
}
/* line 272, ../sass/partials/_content.scss */
.ingredients .ingredients-list ul .amount,
.ingredients .ingredients-list ul .unit {
  font-weight: 400;
}

/* line 280, ../sass/partials/_content.scss */
.steps {
  margin-top: 20px;
}
/* line 283, ../sass/partials/_content.scss */
.steps h2 {
  margin-bottom: 0.5em;
}
/* line 287, ../sass/partials/_content.scss */
.steps ol {
  list-style: none;
  padding: 0;
}
/* line 292, ../sass/partials/_content.scss */
.steps .step {
  margin-bottom: 3em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 300;
  position: relative;
  padding-left: 65px;
  min-height: 45px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 292, ../sass/partials/_content.scss */
  .steps .step {
    margin-bottom: 1em;
  }
}
/* line 305, ../sass/partials/_content.scss */
.steps .step .step-count {
  width: 50px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: url("../img/icons/bubble.png") no-repeat;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  line-height: 45px;
  line-height: 4.5rem;
  font-weight: 600;
  margin-right: 15px;
}

/* line 322, ../sass/partials/_content.scss */
.tip {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #29b4ee;
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 322, ../sass/partials/_content.scss */
  .tip {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}

/* line 332, ../sass/partials/_content.scss */
.tine-like {
  text-align: center;
  width: 180px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 332, ../sass/partials/_content.scss */
  .tine-like {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
/* line 342, ../sass/partials/_content.scss */
.tine-like .header {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 300;
  margin-bottom: 15px;
}
/* line 348, ../sass/partials/_content.scss */
.tine-like img {
  margin: 0 auto 10px;
}
/* line 352, ../sass/partials/_content.scss */
.tine-like .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}

/* line 358, ../sass/partials/_content.scss */
.difficulty {
  position: absolute !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 358, ../sass/partials/_content.scss */
  .difficulty {
    position: relative !important;
    right: -10px;
  }
}
/* line 366, ../sass/partials/_content.scss */
.difficulty .difficulty-wrapper {
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 366, ../sass/partials/_content.scss */
  .difficulty .difficulty-wrapper {
    max-height: 450px;
    overflow: hidden;
    margin: 20px 0;
  }
}
/* line 374, ../sass/partials/_content.scss */
.difficulty .difficulty-wrapper p {
  color: white;
  text-align: center;
}
/* line 379, ../sass/partials/_content.scss */
.difficulty .difficulty-wrapper p.easy-peasy {
  position: absolute;
  right: 25px;
  background: url("../img/illustrations/speech_bubble_2.png") no-repeat;
  padding-top: 45px;
  margin-right: 110px;
  height: 154px;
  width: 213px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 600;
}
/* line 391, ../sass/partials/_content.scss */
.difficulty .difficulty-wrapper p.duration {
  position: absolute;
  top: 280px;
  right: 155px;
  width: 134px;
  height: 118px;
  background: url("../img/illustrations/speech_bubble_3.png") no-repeat;
  background-size: contain;
  padding: 30px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 391, ../sass/partials/_content.scss */
  .difficulty .difficulty-wrapper p.duration {
    top: 320px;
    right: 138px;
  }
}
/* line 407, ../sass/partials/_content.scss */
.difficulty .difficulty-wrapper p.duration span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
}
/* line 414, ../sass/partials/_content.scss */
.difficulty .difficulty-wrapper img {
  position: relative;
  float: right;
  clear: both;
  top: 30px;
  right: -60px;
}

/* line 427, ../sass/partials/_content.scss */
.contactlist-wrapper a {
  color: #1781ac;
}
/* line 431, ../sass/partials/_content.scss */
.contactlist-wrapper .contact {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  /* Add some spacing on mobile... */
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 431, ../sass/partials/_content.scss */
  .contactlist-wrapper .contact {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
/* line 437, ../sass/partials/_content.scss */
.contactlist-wrapper .contact h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 437, ../sass/partials/_content.scss */
  .contactlist-wrapper .contact h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 0.2em;
  }
}
/* line 449, ../sass/partials/_content.scss */
.contactlist-wrapper .contact.project-lead .contact-name {
  font-weight: 400;
}
/* line 453, ../sass/partials/_content.scss */
.contactlist-wrapper .contact.project-lead .event-data {
  display: block;
  padding: 0.1em 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 461, ../sass/partials/_content.scss */
  .contactlist-wrapper .contact .contact-name,
  .contactlist-wrapper .contact .contact-email,
  .contactlist-wrapper .contact .contact-phone {
    padding: 0.1em 0;
  }
}
/* line 469, ../sass/partials/_content.scss */
.contactlist-wrapper .county-contact {
  margin: 3em 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 469, ../sass/partials/_content.scss */
  .contactlist-wrapper .county-contact {
    float: left;
    margin: 1.5em 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
/* line 479, ../sass/partials/_content.scss */
.contactlist-wrapper form {
  margin: 3em 0;
}
/* line 482, ../sass/partials/_content.scss */
.contactlist-wrapper form select {
  padding: 5px;
  width: 100%;
  color: #747474;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  line-height: 3.6rem;
}
/* line 491, ../sass/partials/_content.scss */
.contactlist-wrapper .event-data {
  word-break: break-word;
  font-weight: 300;
}
/* line 495, ../sass/partials/_content.scss */
.contactlist-wrapper .event-data.event-link {
  font-weight: 400;
}
/* line 500, ../sass/partials/_content.scss */
.contactlist-wrapper .event-list-header {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
/* line 504, ../sass/partials/_content.scss */
.contactlist-wrapper .event-list-header h3 {
  padding: 0.2em 0 0.15em;
  font-weight: 600;
  border-top: 1px solid #fff;
}
/* line 511, ../sass/partials/_content.scss */
.contactlist-wrapper .event-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
}
/* line 517, ../sass/partials/_content.scss */
.contactlist-wrapper .event-list .contact {
  border-top: 1px dotted #cfcfcf;
  padding: 9px 0 10px;
}
/* line 521, ../sass/partials/_content.scss */
.contactlist-wrapper .event-list .contact:first-child {
  border-top: 0;
}
/* line 525, ../sass/partials/_content.scss */
.contactlist-wrapper .event-list .contact .contact-name {
  text-transform: capitalize;
}
/* line 530, ../sass/partials/_content.scss */
.contactlist-wrapper .event-list .contact .event-link:first-letter {
  text-transform: uppercase;
}

/* line 538, ../sass/partials/_content.scss */
.jump-navigation {
  border-top: 1px solid #cfcfcf;
  margin-bottom: 20px;
}
/* line 542, ../sass/partials/_content.scss */
.jump-navigation ul {
  padding-left: 0;
  border-top: 1px solid #fff;
}
/* line 548, ../sass/partials/_content.scss */
.jump-navigation.training ul {
  padding-left: 0;
}
/* line 551, ../sass/partials/_content.scss */
.jump-navigation.training ul li {
  vertical-align: top;
}
/* line 554, ../sass/partials/_content.scss */
.jump-navigation.training ul li a {
  display: block;
  width: 105px;
  height: 55px;
  background-color: #a1a0a0;
  color: white;
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  position: relative;
  text-indent: initial;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 554, ../sass/partials/_content.scss */
  .jump-navigation.training ul li a {
    width: 95px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
}
/* line 571, ../sass/partials/_content.scss */
.jump-navigation.training ul li a.before, .jump-navigation.training ul li a.after, .jump-navigation.training ul li a.during {
  background-image: none !important;
}
/* line 577, ../sass/partials/_content.scss */
.jump-navigation.training ul li a span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  margin-top: 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 577, ../sass/partials/_content.scss */
  .jump-navigation.training ul li a span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
/* line 589, ../sass/partials/_content.scss */
.jump-navigation.training ul li a .arrow-left,
.jump-navigation.training ul li a .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid #a1a0a0;
  position: absolute;
  bottom: -10px;
}
/* line 598, ../sass/partials/_content.scss */
.jump-navigation.training ul li a .arrow-left {
  border-right: 55px solid transparent;
  left: 0;
}
/* line 603, ../sass/partials/_content.scss */
.jump-navigation.training ul li a .arrow-right {
  border-left: 55px solid transparent;
  right: 0;
}
/* line 608, ../sass/partials/_content.scss */
.jump-navigation.training ul li a.active {
  width: 125px;
  height: 70px;
  background-color: #ee2e24;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
}
/* line 614, ../sass/partials/_content.scss */
.jump-navigation.training ul li a.active .arrow-left,
.jump-navigation.training ul li a.active .arrow-right {
  border-top-color: #ee2e24;
}
/* line 619, ../sass/partials/_content.scss */
.jump-navigation.training ul li a.active .arrow-left {
  border-right-width: 62px;
}
/* line 623, ../sass/partials/_content.scss */
.jump-navigation.training ul li a.active .arrow-right {
  border-left-width: 62px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 608, ../sass/partials/_content.scss */
  .jump-navigation.training ul li a.active {
    width: 120px;
    height: 55px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
}
/* line 633, ../sass/partials/_content.scss */
.jump-navigation.training ul li a.active span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
/* line 637, ../sass/partials/_content.scss */
.jump-navigation.training ul li a.active .arrow-down {
  border-top: 6px solid #ee2e24;
}
/* line 647, ../sass/partials/_content.scss */
.jump-navigation ul li {
  display: inline-block;
}
/* line 650, ../sass/partials/_content.scss */
.jump-navigation ul li a {
  display: block;
  width: 60px;
  height: 80px;
  text-indent: -9999px;
  background: transparent none no-repeat top left;
  background-size: contain;
}
/* line 659, ../sass/partials/_content.scss */
.jump-navigation ul li a.active {
  width: 116px;
  height: 112px;
  width: 70px;
}
/* line 668, ../sass/partials/_content.scss */
.jump-navigation ul li a.before {
  background-image: url("../img/temp/before.png");
}
/* line 671, ../sass/partials/_content.scss */
.jump-navigation ul li a.before.active, .jump-navigation ul li a.before.active:hover {
  background-image: url("../img/temp/before_active.png");
}
/* line 676, ../sass/partials/_content.scss */
.jump-navigation ul li a.before:hover {
  background-image: url("../img/temp/before_hover.png");
}
/* line 682, ../sass/partials/_content.scss */
.jump-navigation ul li a.during {
  background-image: url("../img/temp/during.png");
}
/* line 685, ../sass/partials/_content.scss */
.jump-navigation ul li a.during.active, .jump-navigation ul li a.during.active:hover {
  background-image: url("../img/temp/during_active.png");
}
/* line 690, ../sass/partials/_content.scss */
.jump-navigation ul li a.during:hover {
  background-image: url("../img/temp/during_hover.png");
}
/* line 696, ../sass/partials/_content.scss */
.jump-navigation ul li a.after {
  background-image: url("../img/temp/after.png");
}
/* line 699, ../sass/partials/_content.scss */
.jump-navigation ul li a.after.active, .jump-navigation ul li a.after.active:hover {
  background-image: url("../img/temp/after_active.png");
}
/* line 704, ../sass/partials/_content.scss */
.jump-navigation ul li a.after:hover {
  background-image: url("../img/temp/after_hover.png");
}

/* line 716, ../sass/partials/_content.scss */
.checklist-wrapper .period {
  border-bottom: 1px solid #cfcfcf;
  margin-top: 60px;
}
/* line 720, ../sass/partials/_content.scss */
.checklist-wrapper .period.last, .checklist-wrapper .period.last .task.last {
  border-bottom: 0;
}
/* line 725, ../sass/partials/_content.scss */
.checklist-wrapper .period.first {
  margin-top: 0;
}
/* line 736, ../sass/partials/_content.scss */
.checklist-wrapper .task {
  padding: 2em 10em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 736, ../sass/partials/_content.scss */
  .checklist-wrapper .task {
    padding: 2em 1em;
  }
}
/* line 743, ../sass/partials/_content.scss */
.checklist-wrapper .task:nth-child(odd) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #e7e7e7;
}
/* line 749, ../sass/partials/_content.scss */
.checklist-wrapper .task:nth-child(even) {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
/* line 754, ../sass/partials/_content.scss */
.checklist-wrapper .task.first {
  border-top: 0;
}
/* line 758, ../sass/partials/_content.scss */
.checklist-wrapper .task h3 {
  color: #1795c5;
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
  line-height: 8rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 758, ../sass/partials/_content.scss */
  .checklist-wrapper .task h3 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
/* line 766, ../sass/partials/_content.scss */
.checklist-wrapper .task img {
  padding-top: 1.5em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 766, ../sass/partials/_content.scss */
  .checklist-wrapper .task img {
    padding-top: 2em;
    float: none;
    margin: 0 auto;
  }
}
/* line 776, ../sass/partials/_content.scss */
.checklist-wrapper .task .description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
}
/* line 779, ../sass/partials/_content.scss */
.checklist-wrapper .task .description ul li,
.checklist-wrapper .task .description span {
  margin-bottom: 0.2em;
}
/* line 784, ../sass/partials/_content.scss */
.checklist-wrapper .task .description span {
  display: inline-block;
}
/* line 788, ../sass/partials/_content.scss */
.checklist-wrapper .task .description p, .checklist-wrapper .task .description ul {
  margin-bottom: 0.5em;
}

/* line 796, ../sass/partials/_content.scss */
.search-wrapper h1 {
  margin-bottom: 1em;
}
/* line 800, ../sass/partials/_content.scss */
.search-wrapper header {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}
/* line 804, ../sass/partials/_content.scss */
.search-wrapper header h3 {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0px;
  padding-bottom: 0.2em;
}
/* line 811, ../sass/partials/_content.scss */
.search-wrapper .group {
  margin-bottom: 5em;
}
/* line 814, ../sass/partials/_content.scss */
.search-wrapper .group .hit {
  margin-left: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 814, ../sass/partials/_content.scss */
  .search-wrapper .group .hit {
    width: 100%;
  }
}
/* line 821, ../sass/partials/_content.scss */
.search-wrapper .group .hit h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 821, ../sass/partials/_content.scss */
  .search-wrapper .group .hit h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 0.1em;
  }
}
/* line 831, ../sass/partials/_content.scss */
.search-wrapper .group .hit h3 a {
  color: #1781ac;
}
/* line 836, ../sass/partials/_content.scss */
.search-wrapper .group .hit p.ingress {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 836, ../sass/partials/_content.scss */
  .search-wrapper .group .hit p.ingress {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
/* line 846, ../sass/partials/_content.scss */
.search-wrapper .group .hit.event h3 {
  margin-bottom: 0.5em;
}
/* line 851, ../sass/partials/_content.scss */
.search-wrapper .group .hit.article {
  border-bottom: 1px dotted #cfcfcf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 851, ../sass/partials/_content.scss */
  .search-wrapper .group .hit.article {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

/* line 871, ../sass/partials/_content.scss */
.q-and-a-wrapper h1 {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0;
  padding-bottom: 0.2em;
}
/* line 877, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cfcfcf;
}
/* line 881, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group:last-child {
  border-bottom: 0;
}
/* line 885, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  color: #393939;
}
/* line 890, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group .question-wrapper {
  margin-left: 4em;
  border-top: 1px dotted #cfcfcf;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 890, ../sass/partials/_content.scss */
  .q-and-a-wrapper .q-and-a-group .question-wrapper {
    margin-left: 0;
  }
}
/* line 898, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group .question-wrapper:first-child {
  border-top: 0;
}
/* line 903, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group .question-wrapper.open .question {
  background-image: url("../img/small_list_arrow_up.png");
}
/* line 907, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group .question-wrapper.open .answer {
  display: block;
}
/* line 912, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group .question-wrapper .question {
  background: url("../img/small_list_arrow_down.png") 100% 50% no-repeat;
  color: #1781ac;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: 0.2em;
  cursor: pointer;
  margin-right: 0.5em;
  padding-right: 3em;
}
/* line 922, ../sass/partials/_content.scss */
.q-and-a-wrapper .q-and-a-group .question-wrapper .answer {
  display: none;
  width: 100%;
  margin-bottom: 2em;
  margin-top: 0.5em;
}

/* line 932, ../sass/partials/_content.scss */
.social-sharing {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
/* line 937, ../sass/partials/_content.scss */
.social-sharing li {
  float: left;
  margin-left: 2em;
}
/* line 941, ../sass/partials/_content.scss */
.social-sharing li:first-child {
  margin-left: 0;
}

/* Nyheter */
/*************************/
/*          NEWS         */
/*************************/
/* line 960, ../sass/partials/_content.scss */
.news-list .news-entry {
  padding-top: 20px;
  padding-bottom: 0px;
  position: relative;
  padding-bottom: 20px;
}
/* line 966, ../sass/partials/_content.scss */
.news-list .news-entry:first-child {
  background: url("../img/list_border_bottom.png") repeat-x 0 top;
}
/* line 970, ../sass/partials/_content.scss */
.news-list .news-entry:last-child {
  margin-bottom: 100px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 975, ../sass/partials/_content.scss */
  .news-list .news-entry .image {
    margin-bottom: 0.5em;
  }
}
/* line 980, ../sass/partials/_content.scss */
.news-list .news-entry h2 {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 33px;
  line-height: 3.3rem;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 980, ../sass/partials/_content.scss */
  .news-list .news-entry h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 989, ../sass/partials/_content.scss */
  .news-list .news-entry .datetime {
    margin-bottom: 15px;
    float: left;
    display: block;
    clear: both;
  }
}
/* line 999, ../sass/partials/_content.scss */
.news-list .news-entry .datetime {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #828282;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
/* line 1009, ../sass/partials/_content.scss */
.news-list .comment-wrapper {
  border-top: 1px solid #e2e2e2;
}
/* line 1013, ../sass/partials/_content.scss */
.news-list .datetime {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #828282;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1013, ../sass/partials/_content.scss */
  .news-list .datetime {
    float: left;
    clear: both;
  }
}
/* line 1026, ../sass/partials/_content.scss */
.news-list .comment-count {
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
  background-size: contain;
  width: 30px;
  padding: 6px 0px;
}
/* line 1037, ../sass/partials/_content.scss */
.news-list.gallery .comment-count {
  top: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1037, ../sass/partials/_content.scss */
  .news-list.gallery .comment-count {
    float: right;
    position: relative;
    top: 0px;
  }
}
/* line 1047, ../sass/partials/_content.scss */
.news-list.gallery .comment-wrapper {
  border-top: 0px;
}
/* line 1052, ../sass/partials/_content.scss */
.news-list .text-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1052, ../sass/partials/_content.scss */
  .news-list .text-content {
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

/* line 1063, ../sass/partials/_content.scss */
.comment-wrapper {
  margin-top: 20px;
  width: 100%;
  float: left;
  position: relative;
  padding-top: 37px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1063, ../sass/partials/_content.scss */
  .comment-wrapper {
    padding-top: 20px;
  }
}
/* line 1074, ../sass/partials/_content.scss */
.comment-wrapper h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-left: 10px;
  margin-bottom: 4px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1074, ../sass/partials/_content.scss */
  .comment-wrapper h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
    float: left;
    margin-left: 10px;
  }
}
/* line 1086, ../sass/partials/_content.scss */
.comment-wrapper .tc-comments-list {
  padding-left: 0;
}
/* line 1089, ../sass/partials/_content.scss */
.comment-wrapper .tc-comments-list .text-content {
  margin-bottom: 0;
}
/* line 1094, ../sass/partials/_content.scss */
.comment-wrapper .comment-count {
  width: 43px;
  height: 40px;
  background: url("../img/comment_icon.png") no-repeat;
  background-size: contain;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  position: relative;
  top: 0px;
  float: none;
  margin-left: 20px;
  display: inline-block;
  background: url("../img/comment_icon_smal.png") no-repeat;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 8px 1px 0px 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1115, ../sass/partials/_content.scss */
  .comment-wrapper .comments {
    clear: both;
  }
}
/* line 1120, ../sass/partials/_content.scss */
.comment-wrapper .comments .comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 300;
  padding-top: 37px;
  padding-bottom: 30px;
  padding-right: 20px;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 1px 0px #f1f0f0;
  margin-top: 1px;
  padding-left: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1120, ../sass/partials/_content.scss */
  .comment-wrapper .comments .comment {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
/* line 1137, ../sass/partials/_content.scss */
.comment-wrapper .comments .comment:first-child {
  border-top: 0px;
}
/* line 1141, ../sass/partials/_content.scss */
.comment-wrapper .comments .comment:nth-child(even) {
  background: #f1f0f0;
}
/* line 1145, ../sass/partials/_content.scss */
.comment-wrapper .comments .comment:last-child {
  border-bottom: 0;
  box-shadow: none;
}
/* line 1151, ../sass/partials/_content.scss */
.comment-wrapper .comments .comment .admin-post .datetime {
  background: url("../img/comment_admin.gif") no-repeat;
  padding-left: 20px;
  line-height: 18px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1158, ../sass/partials/_content.scss */
  .comment-wrapper .comments .comment .date-time {
    display: block;
    float: none;
  }
}
/* line 1166, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment {
  margin-bottom: 70px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background: url("../img/add_comment.png") no-repeat 10px 7px;
  background-color: #dbf0f9;
  padding-left: 50px;
  background-size: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1166, ../sass/partials/_content.scss */
  .comment-wrapper .comments .new-comment {
    margin-bottom: 0px;
  }
}
/* line 1179, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment.open {
  padding-bottom: 10px;
}
/* line 1182, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment.open .header {
  background: url("../img/small_list_arrow_up.png") no-repeat 100% 50%;
}
/* line 1186, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment.open .content {
  display: block;
}
/* line 1191, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment .header {
  background: url("../img/small_list_arrow_down.png") no-repeat 100% 50%;
  cursor: pointer;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1191, ../sass/partials/_content.scss */
  .comment-wrapper .comments .new-comment .header {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
/* line 1204, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment .content {
  display: none;
}
/* line 1208, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment form {
  margin-top: 15px;
  padding-right: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1208, ../sass/partials/_content.scss */
  .comment-wrapper .comments .new-comment form {
    padding-right: 10px;
    width: auto;
  }
}
/* line 1219, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment form label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  color: #828282;
}
/* line 1227, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment form input,
.comment-wrapper .comments .new-comment form textarea {
  width: 50%;
  margin-bottom: 20px;
  display: block;
  height: 34px;
  padding: 5px;
  border: 1px solid #c3ced2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1227, ../sass/partials/_content.scss */
  .comment-wrapper .comments .new-comment form input,
  .comment-wrapper .comments .new-comment form textarea {
    width: 100%;
  }
}
/* line 1241, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment form textarea {
  width: 100%;
  height: 160px;
  text-transform: none;
  margin-bottom: 20px;
}
/* line 1249, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment .btn-large {
  margin-bottom: 0;
}
/* line 1252, ../sass/partials/_content.scss */
.comment-wrapper .comments .new-comment .btn-large:hover {
  text-decoration: none;
}

/* line 1260, ../sass/partials/_content.scss */
.comment-count {
  width: 42px;
  height: 40px;
  background: url("../img/comment_icon_smal.png") no-repeat right top;
  position: absolute;
  right: 0px;
  top: 40px;
  padding: 11px 6px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1260, ../sass/partials/_content.scss */
  .comment-count {
    top: 0;
  }
}

/* Arrangmenet */
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1277, ../sass/partials/_content.scss */
  .event-menu {
    display: block;
    padding: 0 1em;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(#f3f3f3, #ffffff);
    background-image: -webkit-linear-gradient(#f3f3f3, #ffffff);
    background-image: linear-gradient(#f3f3f3, #ffffff);
    border-bottom: 1px solid #cfcfcf;
  }
  /* line 1285, ../sass/partials/_content.scss */
  .event-menu span {
    background: transparent url("../img/icons/event_nav_arrow.png") no-repeat 98% 50%;
    padding-right: 2em;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  /* line 1296, ../sass/partials/_content.scss */
  .event-navigation {
    position: relative;
    top: -10px;
    background-color: #fff;
    margin-top: 0 !important;
  }
  /* line 1302, ../sass/partials/_content.scss */
  .event-navigation .row {
    padding: 0;
  }
  /* line 1308, ../sass/partials/_content.scss */
  .event-navigation .open .slides {
    padding: 1em 1.5em 1em;
    display: block;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    background: #fff;
  }
  /* line 1315, ../sass/partials/_content.scss */
  .event-navigation .open .slides li {
    cursor: pointer;
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 300;
    color: #1781ac;
  }
  /* line 1324, ../sass/partials/_content.scss */
  .event-navigation .open .slides li:before {
    content: "\203A  ";
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 600;
  }
  /* line 1330, ../sass/partials/_content.scss */
  .event-navigation .open .slides li.active, .event-navigation .open .slides li:hover {
    color: #747474;
  }
}
/* line 1340, ../sass/partials/_content.scss */
.event-navigation {
  margin-top: 1.5em;
}
/* line 1343, ../sass/partials/_content.scss */
.event-navigation .slides {
  list-style: none;
  bottom: 0px;
  padding: 3px;
  overflow: hidden;
  padding-bottom: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1343, ../sass/partials/_content.scss */
  .event-navigation .slides {
    position: absolute;
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 1356, ../sass/partials/_content.scss */
  .event-navigation .slides li {
    display: inline-block;
    background-color: #e4e7e7;
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    padding: 7px 16px;
    margin-right: 2px;
    cursor: pointer;
    font-weight: 400;
  }
  /* line 1369, ../sass/partials/_content.scss */
  .event-navigation .slides li.active {
    background-color: white;
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    color: #1781ac;
    z-index: 1000;
    position: relative;
  }
}

/* line 1381, ../sass/partials/_content.scss */
.event-wrapper {
  width: 100%;
  height: 100%;
  min-height: 900px;
  padding-top: 2em;
  display: block;
  position: relative;
  top: 0px;
  padding-bottom: 50px;
  background-color: #fff;
  -moz-box-shadow: 0 -1px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1381, ../sass/partials/_content.scss */
  .event-wrapper {
    position: relative;
    top: -10px;
  }
}
/* line 1398, ../sass/partials/_content.scss */
.event-wrapper .closed-event {
  color: #ee4036;
}
/* line 1402, ../sass/partials/_content.scss */
.event-wrapper .info {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
/* line 1405, ../sass/partials/_content.scss */
.event-wrapper .info .datetime {
  margin-top: 10px;
}
/* line 1408, ../sass/partials/_content.scss */
.event-wrapper .info .datetime .time {
  padding-left: 30px;
  background: url("../img/icon_clock.png") no-repeat;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1408, ../sass/partials/_content.scss */
  .event-wrapper .info .datetime .time {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    display: inline-block;
  }
}
/* line 1417, ../sass/partials/_content.scss */
.event-wrapper .info .datetime .date {
  padding-left: 30px;
  margin-right: 20px;
  background: url("../img/icon_calendar.png") no-repeat;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1417, ../sass/partials/_content.scss */
  .event-wrapper .info .datetime .date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    display: inline-block;
  }
}
/* line 1428, ../sass/partials/_content.scss */
.event-wrapper .info .row {
  margin-bottom: 15px;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1428, ../sass/partials/_content.scss */
  .event-wrapper .info .row {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
/* line 1435, ../sass/partials/_content.scss */
.event-wrapper .info .row .row {
  margin-bottom: 8px;
  word-wrap: break-word;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1435, ../sass/partials/_content.scss */
  .event-wrapper .info .row .row {
    margin-bottom: 10px;
  }
}
/* line 1443, ../sass/partials/_content.scss */
.event-wrapper .info .row .row .header {
  color: #747474;
  font-weight: 300;
}
/* line 1449, ../sass/partials/_content.scss */
.event-wrapper .info .row h3 {
  color: #393939;
  margin-bottom: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1449, ../sass/partials/_content.scss */
  .event-wrapper .info .row h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    margin-bottom: 0.2em;
  }
}
/* line 1463, ../sass/partials/_content.scss */
.event-wrapper .list {
  margin-bottom: 30px;
}
/* line 1466, ../sass/partials/_content.scss */
.event-wrapper .list td:first-child {
  color: #747474;
  width: 200px;
}
/* line 1471, ../sass/partials/_content.scss */
.event-wrapper .list .list-row {
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
}
/* line 1475, ../sass/partials/_content.scss */
.event-wrapper .list .list-row:first-child {
  border-top: 1px solid #cfcfcf;
}
/* line 1480, ../sass/partials/_content.scss */
.event-wrapper .list .list-row.open .header {
  background-image: url("../img/small_list_arrow_up.png");
}
/* line 1484, ../sass/partials/_content.scss */
.event-wrapper .list .list-row.open .content {
  display: block;
}
/* line 1490, ../sass/partials/_content.scss */
.event-wrapper .list .list-row.heat li {
  padding-left: 110px;
}
/* line 1495, ../sass/partials/_content.scss */
.event-wrapper .list .list-row .content {
  display: none;
}
/* line 1499, ../sass/partials/_content.scss */
.event-wrapper .list .list-row .header {
  background: url("../img/small_list_arrow_down.png") 98% 50% no-repeat;
  padding: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
  cursor: pointer;
}
/* line 1506, ../sass/partials/_content.scss */
.event-wrapper .list .list-row .header .heat-time {
  margin-right: 20px;
  width: 80px;
  display: inline-block;
}
/* line 1513, ../sass/partials/_content.scss */
.event-wrapper .list .list-row ul {
  padding: 0;
  margin-bottom: 15px;
}
/* line 1517, ../sass/partials/_content.scss */
.event-wrapper .list .list-row ul li {
  list-style: none;
  padding-top: 4px;
  padding-bottom: 6px;
  background: url("../img/list_border_bottom.png") repeat-x 0 bottom;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
  padding-left: 10px;
}
/* line 1526, ../sass/partials/_content.scss */
.event-wrapper .list .list-row ul li:last-child {
  background: none;
  padding-bottom: 0px;
}
/* line 1535, ../sass/partials/_content.scss */
.event-wrapper .results {
  margin-top: 30px;
}
/* line 1539, ../sass/partials/_content.scss */
.event-wrapper .results ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 1548, ../sass/partials/_content.scss */
.event-wrapper .results ul li.active {
  color: #1178a3;
}
/* line 1554, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner {
  border-top: 1px solid #e2e2e2;
  padding-top: 15px;
}
/* line 1558, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner h3 {
  padding-left: 10px;
}
/* line 1562, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner table {
  width: 100%;
  margin-top: 15px;
}
/* line 1568, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner table thead tr {
  background-color: #f7f7f7;
  border-bottom: 1px solid #87ccea;
  margin-bottom: 0px;
}
/* line 1573, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner table thead tr th {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: left;
}
/* line 1578, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner table thead tr th:first-child {
  padding: 10px 0 10px 10px;
}
/* line 1586, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner table tbody tr {
  height: 52px;
}
/* line 1589, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner table tbody tr:first-child {
  color: #1178a3;
  background-color: #dbf0f9;
  border-bottom: 1px solid #87ccea;
}
/* line 1595, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner table tbody tr td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
/* line 1598, ../sass/partials/_content.scss */
.event-wrapper .results .results-inner table tbody tr td:first-child {
  padding: 0 10px;
}

/* Article - List */
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1616, ../sass/partials/_content.scss */
  .article-list-wrapper .row:nth-child(odd) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #e7e7e7;
  }
  /* line 1622, ../sass/partials/_content.scss */
  .article-list-wrapper .row:nth-child(even) {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
  }
  /* line 1627, ../sass/partials/_content.scss */
  .article-list-wrapper .row:first-child {
    background: none;
    border-top: 0;
  }
}

/* line 1635, ../sass/partials/_content.scss */
.article-list-item {
  padding-top: 25px;
  padding-bottom: 25px;
  background: url("../img/list_border_bottom.png") repeat-x 0 bottom;
  overflow: auto;
}
@media (min-width: 768px) {
  /* line 1641, ../sass/partials/_content.scss */
  .article-list-item.first {
    padding-top: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1635, ../sass/partials/_content.scss */
  .article-list-item {
    padding-bottom: 20px;
    background-image: none;
  }
}
/* line 1652, ../sass/partials/_content.scss */
.article-list-item img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1652, ../sass/partials/_content.scss */
  .article-list-item img {
    margin-bottom: 0.5em;
  }
}
/* line 1662, ../sass/partials/_content.scss */
.article-list-item h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1662, ../sass/partials/_content.scss */
  .article-list-item h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}
/* line 1670, ../sass/partials/_content.scss */
.article-list-item h2 a {
  color: #3b3b3b;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1670, ../sass/partials/_content.scss */
  .article-list-item h2 a {
    color: #1781ac;
  }
}
/* line 1677, ../sass/partials/_content.scss */
.article-list-item h2 a:hover {
  color: #1781ac;
}
/* line 1683, ../sass/partials/_content.scss */
.article-list-item p.ingress,
.article-list-item .call-to-action {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1683, ../sass/partials/_content.scss */
  .article-list-item p.ingress,
  .article-list-item .call-to-action {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1692, ../sass/partials/_content.scss */
  .article-list-item .call-to-action {
    margin-bottom: 1em;
    display: inline-block;
  }
}

/* line 1700, ../sass/partials/_content.scss */
.date-time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #828282;
  margin-bottom: 15px;
  display: block;
}

/* Section page */
/* line 1710, ../sass/partials/_content.scss */
.section-list {
  margin-bottom: 20px;
}

/* line 1714, ../sass/partials/_content.scss */
.section-module {
  height: 315px;
  background-color: White;
  margin-bottom: 20px;
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1714, ../sass/partials/_content.scss */
  .section-module {
    height: 200px;
  }
}
/* line 1733, ../sass/partials/_content.scss */
.section-module.cols8 h2, .section-module.cols6 h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  border-left: 50px solid #fff;
  padding-left: 10px;
  color: #393939;
  width: 100%;
  z-index: 2;
  min-height: 69px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 69px;
  line-height: 6.9rem;
  word-break: break-word;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1733, ../sass/partials/_content.scss */
  .section-module.cols8 h2, .section-module.cols6 h2 {
    min-height: 51px;
    padding: 9px 10px 3px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
}
/* line 1757, ../sass/partials/_content.scss */
.section-module.cols8:hover h2, .section-module.cols6:hover h2 {
  background-color: #fff;
}
/* line 1764, ../sass/partials/_content.scss */
.section-module.cols3:not(.blue-module) h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  border-left: 50px solid #fff;
  padding-left: 10px;
  color: #393939;
  width: 100%;
  z-index: 2;
  min-height: 69px;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  word-break: break-word;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1764, ../sass/partials/_content.scss */
  .section-module.cols3:not(.blue-module) h2 {
    min-height: 51px;
    padding: 9px 10px 3px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    line-height: 1.7rem;
  }
}
/* line 1789, ../sass/partials/_content.scss */
.section-module.cols3:not(.blue-module):hover h2 {
  background-color: #fff;
}
/* line 1796, ../sass/partials/_content.scss */
.section-module.cols3.no-icon h2 {
  border-left: 0;
}
/* line 1801, ../sass/partials/_content.scss */
.section-module .category-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: White;
  padding: 15px 5px 14px;
  z-index: 10;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1801, ../sass/partials/_content.scss */
  .section-module .category-icon {
    padding: 6px 0 4px;
  }
}
/* line 1814, ../sass/partials/_content.scss */
.section-module .module-label {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #ed4036;
  text-transform: uppercase;
  color: White;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 300;
  padding: 5px 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 20;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1814, ../sass/partials/_content.scss */
  .section-module .module-label {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    left: -5px;
    top: -5px;
  }
}
/* line 1836, ../sass/partials/_content.scss */
.section-module.image-module .overflow {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1836, ../sass/partials/_content.scss */
  .section-module.image-module .overflow {
    max-height: 194px;
    width: 100%;
  }
}
/* line 1847, ../sass/partials/_content.scss */
.section-module.image-module .overflow img {
  min-height: 100%;
  max-width: none;
  min-width: 100%;
}
/* line 1855, ../sass/partials/_content.scss */
.section-module.image-module:hover .ingress {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 10;
}
/* line 1862, ../sass/partials/_content.scss */
.section-module.image-module.has-label .ingress {
  padding-top: 50%;
  text-align: center;
}
/* line 1868, ../sass/partials/_content.scss */
.section-module.image-module .ingress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding: 20px 10px 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 300;
  color: #393939;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1868, ../sass/partials/_content.scss */
  .section-module.image-module .ingress {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding: 10px;
  }
}
/* line 1894, ../sass/partials/_content.scss */
.section-module.blue-module {
  background: url(../img/paper_fibers.png);
  border: 0;
  text-align: center;
}
/* line 1899, ../sass/partials/_content.scss */
.section-module.blue-module .module-label {
  left: -5px;
  top: -5px;
}
/* line 1905, ../sass/partials/_content.scss */
.section-module.blue-module.has-label h2 {
  margin-top: 35px;
}
/* line 1911, ../sass/partials/_content.scss */
.section-module.blue-module .overflow img {
  min-height: 0;
}
/* line 1916, ../sass/partials/_content.scss */
.section-module.blue-module h2 {
  color: white;
  margin-top: 25px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 300;
  text-align: center;
  z-index: 10;
  padding: 0 0.5em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1916, ../sass/partials/_content.scss */
  .section-module.blue-module h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    line-height: 1.7rem;
    margin: 20px 10px 0;
  }
}
/* line 1930, ../sass/partials/_content.scss */
.section-module.blue-module h2.phat {
  word-break: break-word;
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 43px;
  line-height: 4.3rem;
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1930, ../sass/partials/_content.scss */
  .section-module.blue-module h2.phat {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 10px 0 0;
  }
}
/* line 1943, ../sass/partials/_content.scss */
.section-module.blue-module.cols3 .overflow {
  bottom: 0px;
  width: 100%;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1949, ../sass/partials/_content.scss */
  .section-module.blue-module.cols3 .overflow img {
    margin: 10% auto;
  }
}
/* line 1954, ../sass/partials/_content.scss */
.section-module.blue-module.cols3 .overflow img {
  width: 90%;
  min-width: auto;
  position: absolute;
  left: 5%;
  bottom: 0px;
}
/* line 1964, ../sass/partials/_content.scss */
.section-module.blue-module .ingress {
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 400;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: none;
  position: static;
  z-index: 10;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1964, ../sass/partials/_content.scss */
  .section-module.blue-module .ingress {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
/* line 1978, ../sass/partials/_content.scss */
.section-module.blue-module .background-icon {
  margin: 40px auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* Enonic richtext field transformation and styling */
/* line 1987, ../sass/partials/_content.scss */
.text-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1987, ../sass/partials/_content.scss */
  .text-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
}
/* line 1994, ../sass/partials/_content.scss */
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin-top: 1em;
}
/* line 1998, ../sass/partials/_content.scss */
.text-content p, .text-content ul, .text-content ol {
  margin-bottom: 0.5em;
}
/* line 2002, ../sass/partials/_content.scss */
.text-content ol {
  list-style: lower-roman;
}
/* line 2006, ../sass/partials/_content.scss */
.text-content a {
  font-weight: 400;
}
/* line 2010, ../sass/partials/_content.scss */
.text-content cite {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #29b4ee;
  margin: 0.5em 0;
  display: block;
}
@media (min-width: 768px) {
  /* line 2019, ../sass/partials/_content.scss */
  .text-content cite.pull-right {
    width: 27.08333%;
    text-align: right;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2019, ../sass/partials/_content.scss */
  .text-content cite.pull-right {
    float: none;
    position: static;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2010, ../sass/partials/_content.scss */
  .text-content cite {
    float: none;
    position: static;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
/* line 2042, ../sass/partials/_content.scss */
.text-content a {
  color: #ee4036;
  text-decoration: none;
}
/* line 2046, ../sass/partials/_content.scss */
.text-content a:hover {
  color: #cd181f;
}
/* line 2051, ../sass/partials/_content.scss */
.text-content img {
  position: absolute;
  width: 260px;
  height: auto;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 2051, ../sass/partials/_content.scss */
  .text-content img {
    position: relative;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2051, ../sass/partials/_content.scss */
  .text-content img {
    position: static;
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    max-width: 100%;
  }
}
/* line 2074, ../sass/partials/_content.scss */
.text-content img.full {
  position: relative;
  width: 100%;
}
/* line 2080, ../sass/partials/_content.scss */
.text-content .editor-image-right {
  float: right;
  margin-left: 10px;
}
/* line 2085, ../sass/partials/_content.scss */
.text-content .editor-image-left {
  float: left;
  margin-right: 10px;
}

/* Special links */
@media (min-width: 768px) {
  /* line 2092, ../sass/partials/_content.scss */
  .call-link {
    cursor: default;
    color: #393939;
  }
}

/* line 2099, ../sass/partials/_content.scss */
.call-to-action {
  color: #ee4036;
}
/* line 2102, ../sass/partials/_content.scss */
.call-to-action:hover {
  color: #cd181f;
}

/* line 2107, ../sass/partials/_content.scss */
.call-to-action:after {
  content: " \BB";
}

/* line 2113, ../sass/partials/_content.scss */
.module-content-list a {
  color: #393939;
}
/* line 2117, ../sass/partials/_content.scss */
.module-content-list h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin-bottom: 10px;
}
/* line 2123, ../sass/partials/_content.scss */
.module-content-list.carousel .content-list-item {
  background: #fff;
  margin-bottom: 2em;
  /* Custom calculation to render three cols on 14 cols grid... /sigh */
  width: 31.94444%;
}
/* line 2133, ../sass/partials/_content.scss */
.module-content-list.carousel .content-list-item img {
  width: 100%;
}
/* line 2137, ../sass/partials/_content.scss */
.module-content-list.carousel .content-list-item .content {
  min-height: 70px;
  padding: 1.2em 0.5em 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2137, ../sass/partials/_content.scss */
  .module-content-list.carousel .content-list-item .content {
    min-height: 0;
    padding-bottom: 0.2em;
  }
}
/* line 2145, ../sass/partials/_content.scss */
.module-content-list.carousel .content-list-item .content h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 300;
}
/* line 2153, ../sass/partials/_content.scss */
.module-content-list.list {
  background: #e7e7e7;
  padding: 2em 0 0;
}
/* line 2157, ../sass/partials/_content.scss */
.module-content-list.list .content-list-item {
  background: #fff url("../img/icons/list_arrow.png") 98% 50% no-repeat;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2157, ../sass/partials/_content.scss */
  .module-content-list.list .content-list-item {
    background-image: none;
  }
}
/* line 2166, ../sass/partials/_content.scss */
.module-content-list.list .content-list-item:first-child {
  margin-top: 0;
}
/* line 2171, ../sass/partials/_content.scss */
.module-content-list.list .content-list-item:hover {
  background-color: #dbf0f9;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2175, ../sass/partials/_content.scss */
  .module-content-list.list .content-list-item img {
    margin-bottom: 0.5em;
    width: 100%;
  }
}
/* line 2182, ../sass/partials/_content.scss */
.module-content-list.list .content-list-item h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2182, ../sass/partials/_content.scss */
  .module-content-list.list .content-list-item h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}
/* line 2190, ../sass/partials/_content.scss */
.module-content-list.list .content-list-item .content {
  padding: 3em 6em 0 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2190, ../sass/partials/_content.scss */
  .module-content-list.list .content-list-item .content {
    padding: 1em 2em;
  }
}
/* line 2197, ../sass/partials/_content.scss */
.module-content-list.list .content-list-item .content .ingress {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

/* line 2206, ../sass/partials/_content.scss */
.photoframe {
  position: relative;
  z-index: 0;
}

/* line 2210, ../sass/partials/_content.scss */
.photoframe:after {
  bottom: 5px;
  content: "";
  position: absolute;
  width: 90%;
  height: 25px;
  z-index: -1;
  padding: 0;
  margin: 0 5%;
  display: block;
  background: transparent;
  border-radius: 100% / 50%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

/* line 2227, ../sass/partials/_content.scss */
.module-text.module-text-frame {
  background: #e4f4fa;
}
/* line 2232, ../sass/partials/_content.scss */
.module-text.module-text-frame.image-position-top .image {
  border: 0;
  -moz-box-shadow: 0px;
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
}
/* line 2239, ../sass/partials/_content.scss */
.module-text.module-text-frame.image-position-left .content {
  padding-left: 0;
}
/* line 2245, ../sass/partials/_content.scss */
.module-text.module-text-frame.image-position-right .content {
  padding-right: 0;
}
/* line 2252, ../sass/partials/_content.scss */
.module-text.module-text-frame.image-position-right .content, .module-text.module-text-frame.image-position-left .content {
  padding: 3.5em 4em 1em 2.5em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2252, ../sass/partials/_content.scss */
  .module-text.module-text-frame.image-position-right .content, .module-text.module-text-frame.image-position-left .content {
    padding: 1.5em 1em;
  }
}
/* line 2259, ../sass/partials/_content.scss */
.module-text.module-text-frame.image-position-right .content a, .module-text.module-text-frame.image-position-left .content a {
  font-weight: 400;
}
/* line 2264, ../sass/partials/_content.scss */
.module-text.module-text-frame.image-position-right .content ul li, .module-text.module-text-frame.image-position-right .content ol li, .module-text.module-text-frame.image-position-left .content ul li, .module-text.module-text-frame.image-position-left .content ol li {
  margin-bottom: 0.2em;
  xpadding-left: 0.7em;
}
/* line 2272, ../sass/partials/_content.scss */
.module-text.module-text-frame .image img {
  width: 100%;
}
/* line 2277, ../sass/partials/_content.scss */
.module-text.module-text-frame .content h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 0.5em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2277, ../sass/partials/_content.scss */
  .module-text.module-text-frame .content h1 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2287, ../sass/partials/_content.scss */
  .module-text.module-text-frame .content .text-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
/* line 2295, ../sass/partials/_content.scss */
.module-text.image-position-top .image {
  margin-bottom: 2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2295, ../sass/partials/_content.scss */
  .module-text.image-position-top .image {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    border: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2311, ../sass/partials/_content.scss */
  .module-text.module-text-plain h1, .module-text.image-carousel h1 {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2318, ../sass/partials/_content.scss */
  .module-text.module-text-plain .ingress, .module-text.image-carousel .ingress {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2327, ../sass/partials/_content.scss */
  .module-text.module-text-plain .content .text-content, .module-text.image-carousel .content .text-content {
    width: 100%;
  }
}

/* line 2338, ../sass/partials/_content.scss */
.image {
  position: relative;
}
/* line 2341, ../sass/partials/_content.scss */
.image .text-overlay {
  position: absolute;
  bottom: 5%;
  width: 70%;
  min-height: 80px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2341, ../sass/partials/_content.scss */
  .image .text-overlay {
    width: 95%;
    min-height: 58px;
  }
}
/* line 2354, ../sass/partials/_content.scss */
.image .text-overlay.left .image-text, .image .text-overlay.right .image-text {
  -moz-box-shadow: -10px 0px 0px rgba(255, 255, 255, 0.75), 10px 0px 0px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: -10px 0px 0px rgba(255, 255, 255, 0.75), 10px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: -10px 0px 0px rgba(255, 255, 255, 0.75), 10px 0px 0px rgba(255, 255, 255, 0.75);
}
/* line 2359, ../sass/partials/_content.scss */
.image .text-overlay.left {
  left: 0;
  text-align: left;
  margin-left: 9px;
}
/* line 2364, ../sass/partials/_content.scss */
.image .text-overlay.left .call-to-action {
  left: -9px;
  float: left;
}
/* line 2370, ../sass/partials/_content.scss */
.image .text-overlay.right {
  right: 0;
  text-align: right;
  margin-right: 9px;
}
/* line 2375, ../sass/partials/_content.scss */
.image .text-overlay.right .call-to-action {
  right: -9px;
  float: right;
}
/* line 2381, ../sass/partials/_content.scss */
.image .text-overlay .image-text {
  font-size: 30px;
  font-size: 3rem;
  line-height: 50px;
  line-height: 5rem;
  padding: 7px 0;
  font-weight: 400;
  background: white;
  background: rgba(255, 255, 255, 0.75);
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2381, ../sass/partials/_content.scss */
  .image .text-overlay .image-text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    padding: 3px 0;
  }
}
/* line 2392, ../sass/partials/_content.scss */
.image .text-overlay .image-text a {
  color: #393939;
}
/* line 2397, ../sass/partials/_content.scss */
.image .text-overlay .call-to-action {
  background: white;
  background: rgba(255, 255, 255, 0.75);
  display: block;
  top: 1px;
  padding: 7px;
  position: relative;
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2397, ../sass/partials/_content.scss */
  .image .text-overlay .call-to-action {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}

/* line 2414, ../sass/partials/_content.scss */
.flexslider {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 6px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2414, ../sass/partials/_content.scss */
  .flexslider {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* line 2421, ../sass/partials/_content.scss */
.flexslider.top-slider {
  border: 0;
  border-bottom: 6px solid #29b4ee;
  margin: 0px auto -81px;
  position: relative;
  top: -91px;
  min-height: 100px;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
}
@media only screen and (min-width: 1120px) {
  /* line 2421, ../sass/partials/_content.scss */
  .flexslider.top-slider {
    width: 1120px;
  }
  /* line 2433, ../sass/partials/_content.scss */
  .flexslider.top-slider .text-overlay {
    margin-left: 80px;
  }
  /* line 2436, ../sass/partials/_content.scss */
  .flexslider.top-slider .text-overlay .image-text,
  .flexslider.top-slider .text-overlay .call-to-action {
    -moz-box-shadow: -80px 0px 0px 0px rgba(255, 255, 255, 0.75), 10px 0px 0px 0px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: -80px 0px 0px 0px rgba(255, 255, 255, 0.75), 10px 0px 0px 0px rgba(255, 255, 255, 0.75);
    box-shadow: -80px 0px 0px 0px rgba(255, 255, 255, 0.75), 10px 0px 0px 0px rgba(255, 255, 255, 0.75);
  }
  /* line 2441, ../sass/partials/_content.scss */
  .flexslider.top-slider .text-overlay .call-to-action {
    left: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2421, ../sass/partials/_content.scss */
  .flexslider.top-slider {
    border-bottom: 3px solid #29b4ee;
    top: -30px;
    margin-bottom: -30px;
  }
}
/* line 2457, ../sass/partials/_content.scss */
.flexslider ul {
  margin: 0;
  list-style: none;
}
/* line 2462, ../sass/partials/_content.scss */
.flexslider .flex-disabled {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2467, ../sass/partials/_content.scss */
  .flexslider .flex-direction-nav {
    display: none;
  }
}

/* line 2473, ../sass/partials/_content.scss */
.infograpics-wrapper,
.youtube-wrapper {
  margin: 2em 0;
  background-color: #e7e7e7;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2473, ../sass/partials/_content.scss */
  .infograpics-wrapper,
  .youtube-wrapper {
    background-color: transparent;
  }
}
/* line 2482, ../sass/partials/_content.scss */
.infograpics-wrapper .youtube-text,
.youtube-wrapper .youtube-text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 27px;
  line-height: 2.7rem;
  font-weight: 400;
  margin-top: 20px;
  xposition: absolute;
  xbottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2482, ../sass/partials/_content.scss */
  .infograpics-wrapper .youtube-text,
  .youtube-wrapper .youtube-text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    position: relative;
    display: block;
    padding: 10px 10px 15px 10px;
    background-color: #e7e7e7;
  }
}

/* line 2504, ../sass/partials/_content.scss */
.slide-teaser {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -ms-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-teaser;
  -moz-animation-name: slide-teaser;
  -ms-animation-name: slide-teaser;
  -o-animation-name: slide-teaser;
  animation-name: slide-teaser;
}

@-ms-keyframes slide-teaser {
  0% {
    -ms-transform: translateX(0px);
  }
  50% {
    -ms-transform: translateX(-80px);
  }
  100% {
    -ms-transform: translateX(0px);
  }
}
@-webkit-keyframes slide-teaser {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-80px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes slide-teaser {
  0% {
    -moz-transform: translateX(0px);
  }
  50% {
    -moz-transform: translateX(-80px);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@-o-keyframes slide-teaser {
  0% {
    -o-transform: translateX(0px);
  }
  50% {
    -o-transform: translateX(-80px);
  }
  100% {
    -o-transform: translateX(0px);
  }
}
@keyframes slide-teaser {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* line 2589, ../sass/partials/_content.scss */
.error-page .taking-time {
  margin-top: 4em;
  float: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2589, ../sass/partials/_content.scss */
  .error-page .taking-time {
    margin: 0 auto;
    float: none;
  }
}
/* line 2598, ../sass/partials/_content.scss */
.error-page .speech {
  background: url("../img/illustrations/speech_bubble.png") no-repeat;
  background-size: 100% 100%;
  padding: 3em 6em 4em 5em;
  color: white;
  margin-bottom: 4em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2598, ../sass/partials/_content.scss */
  .error-page .speech {
    background-image: url("../img/illustrations/speech_bubble_down.png");
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
  }
}
/* line 2613, ../sass/partials/_content.scss */
.error-page .speech h1 {
  text-align: center;
}
/* line 2617, ../sass/partials/_content.scss */
.error-page .speech .text-content {
  font-weight: 400;
}
/* line 2622, ../sass/partials/_content.scss */
.error-page .links {
  padding: 0 2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2622, ../sass/partials/_content.scss */
  .error-page .links {
    width: 100%;
    padding: 1em;
  }
}
/* line 2631, ../sass/partials/_content.scss */
.error-page .links .call-to-action {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  float: right;
}
/* line 2635, ../sass/partials/_content.scss */
.error-page .links .call-to-action:first-child {
  float: left;
}

/* line 2643, ../sass/partials/_content.scss */
.intro .ingress {
  margin-bottom: 1em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2643, ../sass/partials/_content.scss */
  .intro .ingress {
    width: 100%;
    margin-left: 0;
  }
}

/* line 2654, ../sass/partials/_content.scss */
.one-third {
  width: 33.33333%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2654, ../sass/partials/_content.scss */
  .one-third {
    width: 100%;
  }
}

/* line 2662, ../sass/partials/_content.scss */
.rio-illustration {
  padding: 1em 0;
  margin: 1em 0;
  background: #6E527C;
}
/* line 2667, ../sass/partials/_content.scss */
.rio-illustration h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 1em;
}
/* line 2675, ../sass/partials/_content.scss */
.rio-illustration #points path {
  transition: background .2s;
}

/* line 2684, ../sass/partials/_content.scss */
#instagramfeed .block-list {
  list-style: none;
  padding: 0;
}
/* line 2689, ../sass/partials/_content.scss */
#instagramfeed .thumbnail {
  width: 33.33333%;
  float: left;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2689, ../sass/partials/_content.scss */
  #instagramfeed .thumbnail {
    width: 100%;
    float: none;
  }
}
/* line 2700, ../sass/partials/_content.scss */
#instagramfeed .thumbnail:nth-child(3n+3) a {
  padding-right: 0;
}
/* line 2705, ../sass/partials/_content.scss */
#instagramfeed .thumbnail a {
  background: #fff;
  box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.15);
  margin-right: 20px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2705, ../sass/partials/_content.scss */
  #instagramfeed .thumbnail a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* line 2716, ../sass/partials/_content.scss */
#instagramfeed .thumbnail a .author {
  width: 100%;
  margin-top: -33px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1000;
}
/* line 2727, ../sass/partials/_content.scss */
#instagramfeed .thumbnail a .author .profilePicture {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
/* line 2734, ../sass/partials/_content.scss */
#instagramfeed .thumbnail a .author .name {
  text-transform: uppercase;
}
/* line 2740, ../sass/partials/_content.scss */
#instagramfeed .thumbnail a .intro {
  padding: 10px;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #3b3b3b;
}
/* line 2750, ../sass/partials/_content.scss */
#instagramfeed .cols14 .btn {
  display: block;
  margin: 0 auto;
}

/* line 2757, ../sass/partials/_content.scss */
#instagramfeed,
.retriever-feed {
  margin-bottom: 20px;
}
/* line 2761, ../sass/partials/_content.scss */
#instagramfeed h1,
.retriever-feed h1 {
  margin-bottom: .5em;
}
/* line 2765, ../sass/partials/_content.scss */
#instagramfeed .one-third,
.retriever-feed .one-third {
  float: left;
  position: relative;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2765, ../sass/partials/_content.scss */
  #instagramfeed .one-third,
  .retriever-feed .one-third {
    float: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
/* line 2777, ../sass/partials/_content.scss */
#instagramfeed .one-third:last-child,
.retriever-feed .one-third:last-child {
  padding-right: 0;
}
/* line 2783, ../sass/partials/_content.scss */
#instagramfeed .source,
.retriever-feed .source {
  position: absolute;
  left: -5px;
  top: -5px;
  padding: 5px 10px;
  font-size: 1.4em;
  background-color: #ed4036;
  font-weight: 300;
  color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* line 2794, ../sass/partials/_content.scss */
#instagramfeed .source .arrow-down,
.retriever-feed .source .arrow-down {
  display: none;
}
/* line 2802, ../sass/partials/_content.scss */
#instagramfeed section article,
.retriever-feed section article {
  padding: 30px 10px 10px;
  background-color: #ffffff;
  box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.15);
}
/* line 2807, ../sass/partials/_content.scss */
#instagramfeed section article a,
.retriever-feed section article a {
  display: block;
  min-height: 140px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2807, ../sass/partials/_content.scss */
  #instagramfeed section article a,
  .retriever-feed section article a {
    min-height: 0;
  }
}
/* line 2816, ../sass/partials/_content.scss */
#instagramfeed section article a:hover h2, #instagramfeed section article a:hover time, #instagramfeed section article a:hover p,
.retriever-feed section article a:hover h2,
.retriever-feed section article a:hover time,
.retriever-feed section article a:hover p {
  color: #cd181f;
}
/* line 2821, ../sass/partials/_content.scss */
#instagramfeed section article a h2,
.retriever-feed section article a h2 {
  font-size: 1.8em;
  line-height: 1em;
  color: #3b3b3b;
}
/* line 2827, ../sass/partials/_content.scss */
#instagramfeed section article a time,
.retriever-feed section article a time {
  display: block;
  font-size: 1.3em;
  padding: 4px 0;
  color: #828282;
}
/* line 2834, ../sass/partials/_content.scss */
#instagramfeed section article a p,
.retriever-feed section article a p {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #3b3b3b;
}

/* line 2844, ../sass/partials/_content.scss */
.custom-graphics {
  margin-top: 20px;
  position: relative;
  bottom: -70px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2844, ../sass/partials/_content.scss */
  .custom-graphics {
    bottom: -20px;
  }
}
/* line 2853, ../sass/partials/_content.scss */
.custom-graphics .blue-facts, .custom-graphics .fun-facts {
  background: url(../img/paper_fibers.png);
  color: white;
}
/* line 2860, ../sass/partials/_content.scss */
.custom-graphics .rules .teams {
  padding-top: 2em;
  padding-bottom: 2em;
}
/* line 2864, ../sass/partials/_content.scss */
.custom-graphics .rules .teams .team {
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 100px;
}
/* line 2870, ../sass/partials/_content.scss */
.custom-graphics .rules .teams .team .large {
  margin-top: 30px;
  display: inline-block;
}
/* line 2875, ../sass/partials/_content.scss */
.custom-graphics .rules .teams .team img {
  position: absolute;
  left: 80px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2883, ../sass/partials/_content.scss */
  .custom-graphics .rules .teams .open-class .block-heading {
    margin-top: 20px;
  }
}
/* line 2889, ../sass/partials/_content.scss */
.custom-graphics .rules .teams .open-class .team {
  min-height: 50px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2893, ../sass/partials/_content.scss */
  .custom-graphics .rules .teams .open-class .team .large {
    margin-top: 0;
  }
}
/* line 2899, ../sass/partials/_content.scss */
.custom-graphics .rules .teams .open-class .team img {
  top: 30px;
  left: 100px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2899, ../sass/partials/_content.scss */
  .custom-graphics .rules .teams .open-class .team img {
    position: static;
    margin: 5px 0;
  }
}
/* line 2912, ../sass/partials/_content.scss */
.custom-graphics .rules .large {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 54px;
  line-height: 5.4rem;
}
/* line 2917, ../sass/partials/_content.scss */
.custom-graphics .silly {
  background: #e3f4f9;
  color: #28aae0;
  margin-top: 0;
  padding: 2em 0;
  height: 550px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2917, ../sass/partials/_content.scss */
  .custom-graphics .silly {
    height: auto;
  }
}
/* line 2928, ../sass/partials/_content.scss */
.custom-graphics .silly .woman {
  position: absolute;
  top: 50px;
}
/* line 2932, ../sass/partials/_content.scss */
.custom-graphics .silly .woman figcaption {
  right: -240px;
  top: 110px;
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
}
/* line 2940, ../sass/partials/_content.scss */
.custom-graphics .silly .man {
  position: absolute;
  left: 400px;
  top: 50px;
}
/* line 2945, ../sass/partials/_content.scss */
.custom-graphics .silly .man figcaption {
  left: -220px;
  top: 70px;
  position: absolute;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
/* line 2954, ../sass/partials/_content.scss */
.custom-graphics .silly .goodies {
  margin-top: 150px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2954, ../sass/partials/_content.scss */
  .custom-graphics .silly .goodies {
    margin-top: 20px;
  }
}
/* line 2961, ../sass/partials/_content.scss */
.custom-graphics .silly .goodies img {
  margin: 0 auto;
}
/* line 2965, ../sass/partials/_content.scss */
.custom-graphics .silly .goodies .medium {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
/* line 2974, ../sass/partials/_content.scss */
.custom-graphics .relay {
  margin-top: -10px;
  padding-top: 20px;
  margin-bottom: -70px;
  background: url(../img/paper_fibers_2.png);
}
/* line 2980, ../sass/partials/_content.scss */
.custom-graphics .relay .track {
  background: url("../img/infographics/rules/track_background.png") no-repeat 50% 0%;
  background-size: contain;
  padding-top: 200px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2980, ../sass/partials/_content.scss */
  .custom-graphics .relay .track {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
/* line 2992, ../sass/partials/_content.scss */
.custom-graphics .relay .track img {
  margin: 1em auto;
}
/* line 2997, ../sass/partials/_content.scss */
.custom-graphics .relay .start {
  height: 300px;
  padding: 2em 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2997, ../sass/partials/_content.scss */
  .custom-graphics .relay .start {
    height: 300px;
    margin-bottom: 280px;
  }
}
/* line 3008, ../sass/partials/_content.scss */
.custom-graphics .relay .start .time {
  text-align: center;
}
/* line 3011, ../sass/partials/_content.scss */
.custom-graphics .relay .start .time .large {
  font-size: 200px;
  font-size: 20rem;
  line-height: 200px;
  line-height: 20rem;
}
/* line 3016, ../sass/partials/_content.scss */
.custom-graphics .relay .start .gun {
  position: absolute;
  top: -60px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3016, ../sass/partials/_content.scss */
  .custom-graphics .relay .start .gun {
    top: 0px;
  }
}
/* line 3025, ../sass/partials/_content.scss */
.custom-graphics .relay .start .spikes {
  position: absolute;
  top: 100px;
  text-align: center;
  line-height: 1.4em;
  font-weight: 400;
}
/* line 3034, ../sass/partials/_content.scss */
.custom-graphics .relay .goodluck {
  margin-top: 8em;
  padding: 8em 0;
  text-align: center;
}
/* line 3039, ../sass/partials/_content.scss */
.custom-graphics .relay .goodluck .medium {
  font-weight: 400;
}
/* line 3043, ../sass/partials/_content.scss */
.custom-graphics .relay .goodluck img {
  margin: 0 auto;
}
/* line 3050, ../sass/partials/_content.scss */
.custom-graphics .fun-facts {
  padding: 4em 0;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3050, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts {
    padding: 0 0 4em 0;
    margin-bottom: -20px;
  }
}
/* line 3059, ../sass/partials/_content.scss */
.custom-graphics .fun-facts h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 50px;
  line-height: 5rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3063, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .title {
    margin-top: 1em;
  }
}
/* line 3069, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .centered {
  text-align: center;
}
/* line 3074, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .total-runners .total {
  margin: 0.3em 0;
}
/* line 3081, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .conversion img,
.custom-graphics .fun-facts .cow-year img {
  margin: 0 auto 1em;
}
/* line 3084, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .conversion p,
.custom-graphics .fun-facts .cow-year p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: none;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3084, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .conversion p,
  .custom-graphics .fun-facts .cow-year p {
    margin-bottom: 2em;
  }
}
/* line 3094, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .cow-year {
  border-bottom: 1px solid white;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
/* line 3099, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .cow-year p {
  margin-top: 1em;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3099, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .cow-year p {
    margin-bottom: 0;
  }
}
/* line 3108, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .country-stats {
  border-bottom: 1px solid white;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3114, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .country-stats .norway {
    margin-top: 20px;
  }
}
/* line 3120, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .country-stats .aside {
  padding-top: 80px;
  text-transform: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3120, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .country-stats .aside {
    padding-top: 20px;
  }
}
/* line 3128, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .country-stats .aside .subtitle {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
/* line 3132, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .country-stats .aside img {
  margin: 2em auto 0;
}
/* line 3136, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .country-stats .aside p {
  margin-top: 0.5em;
  text-align: center;
  font-weight: 4;
}
/* line 3144, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .running-stats {
  border-bottom: 1px solid white;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
/* line 3149, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .running-stats .runner-count {
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3149, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .running-stats .runner-count {
    margin-top: 20px;
  }
}
/* line 3155, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .running-stats .runner-count .large {
  display: inline-block;
  padding-top: 20px;
  padding-right: 170px;
  min-height: 95px;
  background: transparent url("../img/infographics/fun-facts/runners_alt.png") no-repeat top right;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3155, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .running-stats .runner-count .large {
    background-size: contain;
    padding-top: 0;
    padding-right: 100px;
    min-height: 0;
  }
}
/* line 3170, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .running-stats .runner-count .small {
  display: block;
}
/* line 3177, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .running-distance .medium {
  margin-bottom: 0.5em;
}
/* line 3181, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .running-distance .large {
  display: inline-block;
}
/* line 3185, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .running-distance .total-distance {
  margin: 0.2em 0 0.3em;
}
/* line 3189, ../sass/partials/_content.scss */
.custom-graphics .fun-facts .running-distance .trips-around-earth {
  padding-bottom: 45px;
  background: transparent url("../img/infographics/fun-facts/rocket.png") no-repeat bottom right;
  margin-right: 130px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3189, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .running-distance .trips-around-earth {
    margin-right: 0;
    padding-bottom: 70px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3200, ../sass/partials/_content.scss */
  .custom-graphics .fun-facts .running-distance .globe {
    margin-top: 20px;
  }
}
/* line 3208, ../sass/partials/_content.scss */
.custom-graphics .small {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: 300;
}
/* line 3213, ../sass/partials/_content.scss */
.custom-graphics .medium {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3213, ../sass/partials/_content.scss */
  .custom-graphics .medium {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
/* line 3222, ../sass/partials/_content.scss */
.custom-graphics .large {
  font-size: 70px;
  font-size: 7rem;
  line-height: 70px;
  line-height: 7rem;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3222, ../sass/partials/_content.scss */
  .custom-graphics .large {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
/* line 3231, ../sass/partials/_content.scss */
.custom-graphics .block-heading {
  font-weight: 400;
}

/* line 3236, ../sass/partials/_content.scss */
#instagramfeed .btn,
.btn-large {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #0E79A6;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 13px 12px;
  text-align: center;
  display: inline-block;
  margin-bottom: 12px;
  xmin-height: 47px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  background: #1a98cb url("../img/blue_btn_bg.jpg") repeat-x;
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3236, ../sass/partials/_content.scss */
  #instagramfeed .btn,
  .btn-large {
    display: block;
  }
}

/* line 3260, ../sass/partials/_content.scss */
.btn-disabled {
  border: 1px solid #c6c6c6;
  background: url("../img/disabled_btn_bg.png") repeat-x;
  color: #393939;
}

/* line 3266, ../sass/partials/_content.scss */
.btn-full-width {
  display: block;
}

/* Fixes formbuilder form */
/* line 3272, ../sass/partials/_content.scss */
.formBuilder form {
  padding: 30px;
  background: #dbf0f9;
}
/* line 3277, ../sass/partials/_content.scss */
.formBuilder fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 3282, ../sass/partials/_content.scss */
.formBuilder fieldset .row {
  margin-bottom: 20px;
}
/* line 3287, ../sass/partials/_content.scss */
.formBuilder label {
  font-weight: bold;
}
/* line 3291, ../sass/partials/_content.scss */
.formBuilder .text,
.formBuilder textarea {
  background: white;
  padding: 5px;
  width: 100%;
}
/* line 3298, ../sass/partials/_content.scss */
.formBuilder select {
  display: block;
  clear: left;
  padding: 5px;
}
/* line 3305, ../sass/partials/_content.scss */
.formBuilder input.checkbox {
  width: auto;
  margin-right: 10px;
}
/* line 3310, ../sass/partials/_content.scss */
.formBuilder .extra {
  font-size: .9em;
  display: inline-block;
}
/* line 3315, ../sass/partials/_content.scss */
.formBuilder input {
  display: block;
  margin-bottom: 10px;
}
/* line 3319, ../sass/partials/_content.scss */
.formBuilder input.button {
  width: 120px;
  margin-top: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 3319, ../sass/partials/_content.scss */
  .formBuilder input.button {
    width: 100%;
  }
}
/* line 3329, ../sass/partials/_content.scss */
.formBuilder textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
/* line 3335, ../sass/partials/_content.scss */
.formBuilder label span {
  color: red;
}

/* line 1, ../sass/partials/_footer.scss */
.footer {
  clear: both;
  background-color: #ee4036;
  text-align: center;
  color: #8b090e;
  min-height: 250px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1, ../sass/partials/_footer.scss */
  .footer {
    position: relative;
    margin-top: 40px;
  }
}
/* line 17, ../sass/partials/_footer.scss */
.footer h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 300;
  margin: 0 0 5px 0;
}
/* line 23, ../sass/partials/_footer.scss */
.footer a {
  color: #370204;
}
/* line 26, ../sass/partials/_footer.scss */
.footer a:hover {
  color: #fefefe;
}
/* line 31, ../sass/partials/_footer.scss */
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 37, ../sass/partials/_footer.scss */
.footer ul li {
  float: left;
}
/* line 42, ../sass/partials/_footer.scss */
.footer .promotion {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
  font-weight: 600;
  color: #af1016;
  text-shadow: 0px 2px 0px #f1574e;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 35px 0 25px;
}
/* line 53, ../sass/partials/_footer.scss */
.footer .link-list {
  margin: 20px 0;
  clear: left;
}
/* line 57, ../sass/partials/_footer.scss */
.footer .link-list li {
  margin-left: 15px;
  font-size: 14px;
}
/* line 64, ../sass/partials/_footer.scss */
.footer .socialmedia li {
  margin-left: 4px;
}
/* line 67, ../sass/partials/_footer.scss */
.footer .socialmedia li:first-child {
  margin-left: 0;
}
/* line 72, ../sass/partials/_footer.scss */
.footer .socialmedia .social-icons {
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  display: inline-block;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  /* TODO: Make sprite */
}
/* line 80, ../sass/partials/_footer.scss */
.footer .socialmedia .social-icons.facebook {
  background: transparent url("../img/social_icons/facebook.png") no-repeat;
}
/* line 83, ../sass/partials/_footer.scss */
.footer .socialmedia .social-icons.instagram {
  background: transparent url("../img/social_icons/instagram.png") no-repeat;
}
/* line 86, ../sass/partials/_footer.scss */
.footer .socialmedia .social-icons.twitter {
  background: transparent url("../img/social_icons/twitter.png") no-repeat;
}
/* line 89, ../sass/partials/_footer.scss */
.footer .socialmedia .social-icons.youtube {
  background: transparent url("../img/social_icons/youtube.png") no-repeat;
}
/* line 92, ../sass/partials/_footer.scss */
.footer .socialmedia .social-icons.pinterest {
  background: transparent url("../img/social_icons/pinterest.png") no-repeat;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 99, ../sass/partials/_footer.scss */
  .footer .promotion {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-bottom: 30px;
  }
  /* line 105, ../sass/partials/_footer.scss */
  .footer .socialmedia li {
    margin-left: 10px;
  }
  /* line 108, ../sass/partials/_footer.scss */
  .footer .socialmedia li a {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  /* line 114, ../sass/partials/_footer.scss */
  .footer .link-list {
    margin-top: 30px;
  }
  /* line 117, ../sass/partials/_footer.scss */
  .footer .link-list a {
    color: black;
    padding: 0 5px;
  }
  /* line 121, ../sass/partials/_footer.scss */
  .footer .link-list a:hover {
    color: white;
  }
  /* line 126, ../sass/partials/_footer.scss */
  .footer .link-list li {
    float: none;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 0;
  }
  /* line 132, ../sass/partials/_footer.scss */
  .footer .link-list li.primary {
    display: block;
    float: none;
    clear: both;
  }
  /* line 140, ../sass/partials/_footer.scss */
  .footer .bottom-wrapper {
    background: #f3f3f3;
  }
  /* line 143, ../sass/partials/_footer.scss */
  .footer .bottom-wrapper .bottom-nav {
    border-bottom: 1px solid #d6d3d3;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
  /* line 149, ../sass/partials/_footer.scss */
  .footer .bottom-wrapper .bottom-nav a {
    display: inline-block;
    padding: 10px;
    color: #747474;
    font-weight: 400;
  }
  /* line 157, ../sass/partials/_footer.scss */
  .footer .bottom-wrapper .partners {
    border-top: 1px solid #fff;
    padding: 30px 0;
    list-style: none;
  }
  /* line 162, ../sass/partials/_footer.scss */
  .footer .bottom-wrapper .partners li {
    display: inline-block;
    margin-left: 20px;
  }
  /* line 163, ../sass/partials/_footer.scss */
  .footer .bottom-wrapper .partners li:first-child {
    margin-left: 0;
  }
}
/* line 174, ../sass/partials/_footer.scss */
.footer a {
  text-decoration: none;
}

/* Hack to make facebook widget fluid */
/* line 2, ../sass/partials/_frontpage.scss */
#fb-root {
  display: none;
}

/* line 6, ../sass/partials/_frontpage.scss */
.cols4 .fb_iframe_widget, .cols4 .fb_iframe_widget span, .cols4 .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 15, ../sass/partials/_frontpage.scss */
  .flex-direction-nav .flex-next {
    right: 0px;
  }
  /* line 18, ../sass/partials/_frontpage.scss */
  .flex-direction-nav .flex-prev {
    left: 0px;
  }
}
@media (min-width: 768px) {
  /* line 26, ../sass/partials/_frontpage.scss */
  .flex-direction-nav .flex-next {
    right: -20px;
    behavior: url(//www.tine.no/PIE.htc);
  }
  /* line 30, ../sass/partials/_frontpage.scss */
  .flex-direction-nav .flex-prev {
    left: -20px;
    behavior: url(//www.tine.no/PIE.htc);
  }
}
/* Timer */
/* line 39, ../sass/partials/_frontpage.scss */
.timer-wrapper {
  margin-top: 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 42, ../sass/partials/_frontpage.scss */
  .timer-wrapper h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
/* line 47, ../sass/partials/_frontpage.scss */
.timer-wrapper h2 span {
  color: #ee4036;
}
/* line 52, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: url("../img/timer_bg.jpg") repeat-x #eaeaea;
  padding-top: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 52, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer {
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 52, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer {
    padding: 10px;
  }
}
/* line 69, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .timer-icon {
  float: left;
  padding: 5px 30px 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 69, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .timer-icon {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 69, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .timer-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 69, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .timer-icon {
    display: inline-block;
  }
}
/* line 88, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .divider {
  width: 34px;
  float: left;
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-weight: bold;
  color: #bdbdbd;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 88, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .divider {
    width: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 88, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .divider {
    width: 10px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
/* line 107, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .period {
  width: 100px;
  float: left;
  overflow: visible;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 107, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .period {
    width: 55px;
  }
}
/* line 117, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .period h5 {
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 117, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .period h5 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
/* line 129, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .period .outline {
  height: 53px;
  overflow: hidden;
  background: url("../img/time_outline.png") no-repeat;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 129, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .period .outline {
    height: 30px;
    background-size: contain;
  }
}
/* line 140, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .period .outline .inner {
  position: relative;
  display: inline-block;
}
/* line 144, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .period .outline .inner h1 {
  color: #EE4036;
  text-align: right;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
  width: 110px;
  top: -10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 144, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .period .outline .inner h1 {
    width: 65px;
    top: -15px;
  }
}
/* line 160, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .period .outline .inner h1 span {
  color: #EE4036;
  font-weight: 700;
  font-size: 50px;
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
  font-size: 50px;
  font-size: 5rem;
  line-height: 60px;
  line-height: 6rem;
  width: 48px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 160, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .period .outline .inner h1 span {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
    width: 25px;
  }
}
/* line 182, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .days {
  width: 150px;
  float: left;
  overflow: visible;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 182, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .days {
    width: 83px;
  }
}
/* line 192, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .days .outline {
  background-image: url("../img/day_outline.png");
}
/* line 195, ../sass/partials/_frontpage.scss */
.timer-wrapper .timer .days .outline .inner h1 {
  width: 165px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 195, ../sass/partials/_frontpage.scss */
  .timer-wrapper .timer .days .outline .inner h1 {
    width: 85px;
  }
}

/* line 210, ../sass/partials/_frontpage.scss */
.frontpage-map {
  margin-bottom: 2em;
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 2em;
  background: white;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 210, ../sass/partials/_frontpage.scss */
  .frontpage-map {
    xpadding-top: 12em;
    xpadding-bottom: 10em;
    background: none;
    border: 0;
    padding: 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
  }
}
/* line 228, ../sass/partials/_frontpage.scss */
.frontpage-map .inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 228, ../sass/partials/_frontpage.scss */
  .frontpage-map .inner {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    position: static;
  }
}
/* line 244, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .btn {
  display: block;
  margin: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 244, ../sass/partials/_frontpage.scss */
  .frontpage-map .inner .btn {
    margin: 0;
  }
}
/* line 251, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .btn .btn-large {
  width: 260px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 251, ../sass/partials/_frontpage.scss */
  .frontpage-map .inner .btn .btn-large {
    width: 100%;
  }
}
/* line 260, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .btn span {
  background: url("../img/relay_marker.png") no-repeat 5px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  padding-left: 20px;
}
/* line 269, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .counter {
  width: 360px;
  height: 92px;
  position: absolute;
  bottom: 30px;
  right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 269, ../sass/partials/_frontpage.scss */
  .frontpage-map .inner .counter {
    width: 100%;
    margin-top: 2em;
    position: static;
  }
}
/* line 282, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .counter h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-left: 15px;
  color: #393939;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 282, ../sass/partials/_frontpage.scss */
  .frontpage-map .inner .counter h4 {
    margin-left: 0;
  }
}
/* line 293, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .counter .numbers {
  background: #f3f3f3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background-image: -moz-linear-gradient(#ffffff, #f3f3f3);
  background-image: -webkit-linear-gradient(#ffffff, #f3f3f3);
  background-image: linear-gradient(#ffffff, #f3f3f3);
  padding: 15px 15px 15px 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 293, ../sass/partials/_frontpage.scss */
  .frontpage-map .inner .counter .numbers {
    padding: 5px;
  }
}
/* line 304, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .counter .numbers img {
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 304, ../sass/partials/_frontpage.scss */
  .frontpage-map .inner .counter .numbers img {
    margin-right: 0;
    width: 60px;
    margin-top: 3px;
  }
}
/* line 319, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .counter .numbers span.number {
  margin-left: 10px;
}
/* line 322, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .counter .numbers span.number:first-child {
  margin-left: 0;
}
/* line 326, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .counter .numbers span.number span {
  background: url("../img/number_outline.png") no-repeat;
  background-size: contain;
  overflow: hidden;
  display: inline-block;
  color: #ee4036;
  width: 38px;
  margin-left: 4px;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 46px;
  line-height: 4.6rem;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 326, ../sass/partials/_frontpage.scss */
  .frontpage-map .inner .counter .numbers span.number span {
    margin-top: 5px;
    width: 29px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
/* line 343, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .counter .numbers span.number span:first-child {
  margin-left: 0;
}
/* line 352, ../sass/partials/_frontpage.scss */
.frontpage-map .inner .relay {
  display: none;
}

/* Frontpage news overrides of box... */
/* line 360, ../sass/partials/_frontpage.scss */
.frontpage-news .box {
  min-height: 375px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 360, ../sass/partials/_frontpage.scss */
  .frontpage-news .box {
    min-height: 0;
  }
}
/* line 367, ../sass/partials/_frontpage.scss */
.frontpage-news .box img {
  margin-bottom: 1em;
}
/* line 371, ../sass/partials/_frontpage.scss */
.frontpage-news .box .content {
  padding: 0.5em 1em;
}
/* line 374, ../sass/partials/_frontpage.scss */
.frontpage-news .box .content .header {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 374, ../sass/partials/_frontpage.scss */
  .frontpage-news .box .content .header {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}
/* line 384, ../sass/partials/_frontpage.scss */
.frontpage-news .box .content p.ingress {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 384, ../sass/partials/_frontpage.scss */
  .frontpage-news .box .content p.ingress {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

/* line 396, ../sass/partials/_frontpage.scss */
.box {
  margin-bottom: 20px;
  background-color: #ffffff;
}
/* line 401, ../sass/partials/_frontpage.scss */
.box img {
  width: 100%;
}
/* line 405, ../sass/partials/_frontpage.scss */
.box.image-top {
  padding-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 405, ../sass/partials/_frontpage.scss */
  .box.image-top {
    overflow: hidden;
  }
}
/* line 411, ../sass/partials/_frontpage.scss */
.box.image-top img {
  margin-bottom: 1em;
}
/* line 415, ../sass/partials/_frontpage.scss */
.box.image-top .ingress {
  font-weight: 600;
  color: #3b3b3b;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 415, ../sass/partials/_frontpage.scss */
  .box.image-top .ingress {
    color: #1781ac;
  }
}
/* line 423, ../sass/partials/_frontpage.scss */
.box.image-top .ingress:hover {
  color: #1781ac;
}
/* line 428, ../sass/partials/_frontpage.scss */
.box.image-top .top-image {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 428, ../sass/partials/_frontpage.scss */
  .box.image-top .top-image {
    min-height: 125px;
    max-width: none;
    width: auto;
  }
}
/* line 438, ../sass/partials/_frontpage.scss */
.box.image-background {
  text-align: left;
  position: relative;
}
/* line 442, ../sass/partials/_frontpage.scss */
.box.image-background .overlay {
  position: absolute;
  top: 15px;
  color: #fff;
}
/* line 447, ../sass/partials/_frontpage.scss */
.box.image-background .overlay h4,
.box.image-background .overlay .text-content {
  padding: 0 15px 15px;
  color: #fff;
}
/* line 458, ../sass/partials/_frontpage.scss */
.box.image-background h4,
.box.image-background .text-content, .box.image-top h4,
.box.image-top .text-content {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 0 15px 15px;
  font-weight: 600;
  color: #ee4036;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 458, ../sass/partials/_frontpage.scss */
  .box.image-background h4,
  .box.image-background .text-content, .box.image-top h4,
  .box.image-top .text-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 300;
  }
}

/* line 473, ../sass/partials/_frontpage.scss */
.fb-like-box {
  background-color: #fff;
}

/* Instagram */
/* line 480, ../sass/partials/_frontpage.scss */
.instagram-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9;
}
/* line 485, ../sass/partials/_frontpage.scss */
.instagram-wrapper img {
  width: 100%;
}

/* Kart siden - rewrite to sass */
/* line 7, ../sass/partials/_map.scss */
html body.map-page ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* line 12, ../sass/partials/_map.scss */
html body.map-page ::-webkit-scrollbar-button:start:decrement,
html body.map-page ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
}
/* line 18, ../sass/partials/_map.scss */
html body.map-page ::-webkit-scrollbar-button:vertical:increment {
  background-color: #fff;
}
/* line 22, ../sass/partials/_map.scss */
html body.map-page ::-webkit-scrollbar-track-piece {
  background-color: #eee;
  -webkit-border-radius: 3px;
}
/* line 27, ../sass/partials/_map.scss */
html body.map-page ::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
}
/* line 33, ../sass/partials/_map.scss */
html body.map-page ::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
}
/* line 39, ../sass/partials/_map.scss */
html body.map-page .wrapper {
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 39, ../sass/partials/_map.scss */
  html body.map-page .wrapper {
    height: auto;
  }
}
/* line 45, ../sass/partials/_map.scss */
html body.map-page .wrapper .main-wrapper {
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 45, ../sass/partials/_map.scss */
  html body.map-page .wrapper .main-wrapper {
    height: auto;
  }
}
/* line 54, ../sass/partials/_map.scss */
html body.map-page .wrapper .main-wrapper .map-wrapper {
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 54, ../sass/partials/_map.scss */
  html body.map-page .wrapper .main-wrapper .map-wrapper {
    height: auto;
  }
}
/* line 63, ../sass/partials/_map.scss */
html body.map-page footer {
  display: none;
}

/* line 71, ../sass/partials/_map.scss */
.map.large {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
}
/* line 78, ../sass/partials/_map.scss */
.map.small {
  height: 414px;
  width: 100%;
  border: 4px solid #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 78, ../sass/partials/_map.scss */
  .map.small {
    margin-top: 10px;
    height: auto;
  }
}

/* line 95, ../sass/partials/_map.scss */
.map-wrapper .row {
  height: 80%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 95, ../sass/partials/_map.scss */
  .map-wrapper .row {
    height: auto;
    overflow: hidden;
  }
}
/* line 102, ../sass/partials/_map.scss */
.map-wrapper .row .map_select {
  position: absolute;
  z-index: 50;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 102, ../sass/partials/_map.scss */
  .map-wrapper .row .map_select {
    position: relative;
  }
}
/* line 111, ../sass/partials/_map.scss */
.map-wrapper .row .map_select .map_searche input {
  width: 330px;
  padding: 15px 10px 15px 33px;
  border: 1px solid #bbc7c8;
  font-size: 18px;
  margin-bottom: 20px;
  color: #727272;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: url("../img/searche_icon.png") no-repeat 10px 19px #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 111, ../sass/partials/_map.scss */
  .map-wrapper .row .map_select .map_searche input {
    width: 100%;
  }
}

/* line 132, ../sass/partials/_map.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 136, ../sass/partials/_map.scss */
.autocomplete_results {
  position: absolute;
  left: 0px;
  top: 53px;
  width: 330px;
  background-color: #fff;
  z-index: 100000;
  color: #333;
  border-bottom-style: none;
  border-top-style: none;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* line 150, ../sass/partials/_map.scss */
.autocomplete_results ul {
  max-width: 330px;
  margin: 0;
  padding: 0;
}
/* line 155, ../sass/partials/_map.scss */
.autocomplete_results ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 10px;
  list-style: none;
  border-left: 1px solid #bbc7c8;
  border-right: 1px solid #bbc7c8;
  cursor: pointer;
}
/* line 163, ../sass/partials/_map.scss */
.autocomplete_results ul li:last-child {
  border-bottom: 1px solid #bbc7c8;
}
/* line 167, ../sass/partials/_map.scss */
.autocomplete_results ul li.ui-menu-item:nth-child(even) {
  background-color: #f0f0f0;
}
/* line 171, ../sass/partials/_map.scss */
.autocomplete_results ul li a {
  color: #393939;
  background: transparent no-repeat 0% 50%;
  padding-left: 30px;
  line-height: 21px;
  display: inline-block;
}
/* line 178, ../sass/partials/_map.scss */
.autocomplete_results ul li a.relay {
  background-image: url("../img/marker_relay.png");
}
/* line 182, ../sass/partials/_map.scss */
.autocomplete_results ul li a.school {
  background-image: url("../img/marker_school.png");
}

/* line 190, ../sass/partials/_map.scss */
.fylke_list {
  background-color: #fff;
  height: 100%;
  position: relative;
  margin-top: 138px;
}

/* line 198, ../sass/partials/_map.scss */
.fylke_list .schools-toggle,
.fylke_list .relays-toggle {
  padding-left: 1.5em;
  margin: 9px;
  height: 55px;
  cursor: pointer;
}

/* line 206, ../sass/partials/_map.scss */
.fylke_list .schools-toggle h2,
.fylke_list .relays-toggle h2 {
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 55px;
  line-height: 5.5rem;
  white-space: nowrap;
}

/* line 213, ../sass/partials/_map.scss */
.fylke_list .schools-toggle {
  background-color: #29b4ee;
}

/* line 217, ../sass/partials/_map.scss */
.fylke_list .relays-toggle {
  background-color: #ee4036;
}

/* line 222, ../sass/partials/_map.scss */
.fylke_list .relays-toggle:hover:after,
.fylke_list .relays-toggle.active:after,
.fylke_list .schools-toggle:hover:after,
.fylke_list .schools-toggle.active:after {
  content: ".";
  text-indent: 100000px;
  display: block;
  overflow: hidden;
  width: 57px;
  height: 73px;
  position: absolute;
  top: 0px;
  right: -48px;
  background: none;
}

/* line 238, ../sass/partials/_map.scss */
.fylke_list .schools-toggle:hover:after,
.fylke_list .schools-toggle.active:after {
  background: url("../img/map_fylke_select_blue.png") no-repeat;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 238, ../sass/partials/_map.scss */
  .fylke_list .schools-toggle:hover:after,
  .fylke_list .schools-toggle.active:after {
    background: none;
  }
}

/* line 247, ../sass/partials/_map.scss */
.fylke_list .relays-toggle:hover:after,
.fylke_list .relays-toggle.active:after {
  background: url("../img/map_fylke_select_red.png") no-repeat;
  top: 64px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 247, ../sass/partials/_map.scss */
  .fylke_list .relays-toggle:hover:after,
  .fylke_list .relays-toggle.active:after {
    background: none;
  }
}

/* line 257, ../sass/partials/_map.scss */
.fylke_list .toggle-wrapper {
  border-bottom: 1px solid #e3e3e3;
  -moz-box-shadow: 0 2px 0 rgba(225, 225, 225, 0.4);
  -webkit-box-shadow: 0 2px 0 rgba(225, 225, 225, 0.4);
  box-shadow: 0 2px 0 rgba(225, 225, 225, 0.4);
  position: absolute;
  z-index: 100;
  top: -138px;
  width: 100%;
  background: #fff;
}

/* line 269, ../sass/partials/_map.scss */
.fylke_list ul.relay_list li.active_fylke,
.fylke_list ul.school_list li.active_fylke {
  color: #fff;
  background: url("../img/list_arrow_active.png") no-repeat 95% 15px #EE4036;
  border-top: 0;
}

/* line 276, ../sass/partials/_map.scss */
.fylke_list ul.school_list li.active_fylke {
  background-color: #29b4ee;
  border-top: 0px;
}

/* line 281, ../sass/partials/_map.scss */
.fylke_list li ul {
  margin-left: 0;
  padding-left: 0;
}

/* line 286, ../sass/partials/_map.scss */
.fylke_list li ul li {
  margin-left: -14px;
  margin-right: -14px;
  margin-top: 6px;
  margin-bottom: -9px;
  padding-bottom: 0px;
  list-style: none;
  font-size: 13px;
  color: #393939;
  padding-left: 23px;
  background-image: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 286, ../sass/partials/_map.scss */
  .fylke_list li ul li {
    margin-bottom: -6px;
  }
}

/* line 304, ../sass/partials/_map.scss */
.fylke_list li ul li:last-child {
  padding-bottom: 10px;
}

/* line 308, ../sass/partials/_map.scss */
.list-wrapper {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 308, ../sass/partials/_map.scss */
  .list-wrapper {
    overflow-y: visible;
    max-height: none;
  }
}

/* line 320, ../sass/partials/_map.scss */
ul.school_list,
ul.relay_list {
  position: relative;
  z-index: 50;
  padding: 9px 9px 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 320, ../sass/partials/_map.scss */
  ul.school_list,
  ul.relay_list {
    height: auto;
    max-height: none;
    overflow-y: visible;
  }
}

/* line 341, ../sass/partials/_map.scss */
ul.school_list li,
ul.relay_list li {
  color: #29b4ee;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 5px 14px;
  cursor: pointer;
  background: url("../img/list_arrow_school.png") no-repeat 95% 11px #fff;
  border-top: 1px dashed #cfcfcf;
  font-weight: 300;
}
/* line 351, ../sass/partials/_map.scss */
ul.school_list li:first-child,
ul.relay_list li:first-child {
  border-top: 0;
}
/* line 355, ../sass/partials/_map.scss */
ul.school_list li ul,
ul.relay_list li ul {
  display: none;
}
/* line 358, ../sass/partials/_map.scss */
ul.school_list li ul li,
ul.relay_list li ul li {
  border-top: 0;
}

/* line 364, ../sass/partials/_map.scss */
ul.relay_list li {
  color: #ee4036;
  background-image: url("../img/list_arrow.png");
}

/* line 372, ../sass/partials/_map.scss */
ul.school_list li a,
ul.relay_list li a {
  color: #393939;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 372, ../sass/partials/_map.scss */
  ul.school_list li a,
  ul.relay_list li a {
    padding: 5px 0;
    display: block;
  }
}
/* line 380, ../sass/partials/_map.scss */
ul.school_list li.utland,
ul.relay_list li.utland {
  background-image: url("../img/list_arrow_utland.png");
  color: #275b70;
}

/* line 388, ../sass/partials/_map.scss */
.row .map_info {
  position: absolute;
  top: -70px;
  right: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 388, ../sass/partials/_map.scss */
  .row .map_info {
    display: none;
  }
}
/* line 397, ../sass/partials/_map.scss */
.row .map_info .map_info_inner {
  background-color: #fff;
  padding: 2em 6em 2em 2em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 300;
  margin-top: -100%;
  position: relative;
  z-index: 100;
}
/* line 408, ../sass/partials/_map.scss */
.row .map_info .close {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
/* line 415, ../sass/partials/_map.scss */
.row .map_info .open {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 1;
}

/* line 425, ../sass/partials/_map.scss */
.info_box {
  border: 4px solid #fff;
  background-color: #f0f0f0;
  padding: 16px;
  width: 240px;
  position: relative;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* line 436, ../sass/partials/_map.scss */
.info_box:after {
  content: ".";
  text-indent: 10000px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-color: #f0f0f0;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  bottom: -10px;
  left: 50%;
  position: absolute;
  margin-left: -9px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 454, ../sass/partials/_map.scss */
.info_box p {
  margin-bottom: 0px;
}

/* line 458, ../sass/partials/_map.scss */
.info_box p a {
  color: #ee4036;
  font-size: 14px;
  text-decoration: none;
}

/* line 464, ../sass/partials/_map.scss */
.map-warning {
  color: #ee4036;
  font-size: 14px;
}
