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

.clearfix:after, .teaser:after, .search-group:after, .article-info:after {
  clear: both; }

.clearfix, .teaser, .search-group, .article-info {
  *zoom: 1; }

@media (max-width: 674px) {
  .xs-hidden {
    display: none; } }

@media (min-width: 675px) {
  .xs-visible {
    display: none; } }

.row {
  margin-left: -4px;
  margin-right: -4px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.is-hidden {
  display: none; }

.is-vishidden {
  color: transparent;
  background-color: transparent;
  text-shadow: none;
  border: 0;
  width: 0; }

.invisible {
  display: none; }

.section .invisible {
  display: none; }

.screen-reader-text {
  display: none; }

.center {
  text-align: center; }

@media only screen and (min-width: 1024px) {
  .desktop-br {
    display: block; } }

.bgtone--dark * {
  color: #ffffff; }
  .bgtone--dark * a {
    color: inherit; }

.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden; }
  .img-bg picture, .img-bg img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%); }
  .img-bg picture > img {
    max-width: none !important;
    width: auto !important; }
  @media only screen and (min-width: 1200px) {
    .img-bg {
      max-width: 1920px;
      margin: 0 auto; } }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* Apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.sg-pattern {
  padding: 30px; }

html, body {
  height: 100%; }

body {
  padding-top: 68px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding-right: 8px;
  padding-left: 8px; }
  .main-header .container {
    padding-right: 0px;
    padding-left: 0px; }
    @media (min-width: 674px) {
      .main-header .container {
        padding-right: 20px;
        padding-left: 20px; } }
  @media (min-width: 675px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }

img {
  display: block; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px !important; } }
@media only screen and (min-width: 1025px) {
  .no-scroll {
    overflow: hidden;
    padding-right: 15px; } }

.page-content {
  font-size: 18px; }
  .page-content p:first-child {
    margin-top: 0; }

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-regular.woff2") format("woff2"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-regular.woff") format("woff"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-regular.ttf") format("truetype"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-regular.svg#PTSerif") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-700.woff2") format("woff2"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-700.woff") format("woff"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-700.ttf") format("truetype"), url("../fonts/pt-serif-v8-latin/pt-serif-v8-latin-700.svg#PTSerif") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v15-latin/roboto-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v15-latin/roboto-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin/roboto-v15-latin-500.woff2") format("woff2"), url("../fonts/roboto-v15-latin/roboto-v15-latin-500.woff") format("woff"), url("../fonts/roboto-v15-latin/roboto-v15-latin-500.ttf") format("truetype"), url("../fonts/roboto-v15-latin/roboto-v15-latin-500.svg#Roboto") format("svg");
 font-display: swap;
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v15-latin/roboto-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v15-latin/roboto-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin/roboto-v15-latin-700.woff2") format("woff2"), url("../fonts/roboto-v15-latin/roboto-v15-latin-700.woff") format("woff"), url("../fonts/roboto-v15-latin/roboto-v15-latin-700.ttf") format("truetype"), url("../fonts/roboto-v15-latin/roboto-v15-latin-700.svg#Roboto") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
body {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4; }

p.intro {
  font-weight: bold; }

.byline {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #999999;
  height: 18px;
  width: 100%;
  padding: 2px 5px;
  background-color: #f1f1f1;
  text-align: right; }

figcaption p {
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0; }

blockquote {
  position: relative;
  margin-top: 40px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  clear: both;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #999999; }
  blockquote:after {
    content: '”';
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 145px;
    color: #e6e6e6;
    line-height: 130px;
    background: #ffffff; }
  blockquote p {
    font-family: "PT Serif", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 5px; }
  blockquote .citation {
    font-size: 10px;
    font-style: normal;
    color: #999999; }

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

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

h1 {
  font-size: 21px; }

hr {
  border: 0;
  height: 1px;
  background: #e6e6e6; }

.section-title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0px 30px 0px; }

.page-title {
  font-size: 30px;
  margin: 10px 0px 30px 0px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hv541o");
  src: url("../fonts/icomoon.eot?hv541o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hv541o") format("truetype"), url("../fonts/icomoon.woff?hv541o") format("woff"), url("../fonts/icomoon.svg?hv541o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-play:before {
  content: "\e90e"; }

.icon-facebook:before {
  content: "\e90f"; }

.icon-instagram:before {
  content: "\e911"; }

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

.icon-pinterest:before {
  content: "\e912"; }

.icon-mail:before {
  content: "\e913"; }

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

body.admin-menu {
  margin-top: 29px !important; }

body.admin-menu .header {
  top: 46px; }

.slicknav_menu {
  position: relative;
  z-index: 11; }

ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap; }

ul.primary li {
  display: inline; }

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none; }

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee; }

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px; }

ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em; }

ul.secondary a {
  padding: 0;
  text-decoration: none; }

ul.secondary a.active {
  border-bottom: 4px solid #999; }

div#tabs {
  margin: 20px auto;
  max-width: 1300px;
  padding: 0 20px; }

div#tabs ul.tabs.primary {
  padding: 0 10px;
  margin: 0;
  border-color: #ccc;
  white-space: normal; }

div#tabs ul.tabs.primary li a {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: -1px;
  color: #666;
  background: #f6f6f6;
  border-radius: 3px 3px 0 0;
  border-color: #ccc;
  padding: 0 8px;
  margin-right: 5px; }

div#tabs ul.tabs.primary li a:hover {
  background: #eee;
  border-color: #bbb; }

div#tabs ul.tabs.primary li a.active, div#tabs ul.tabs.primary li a.active:hover {
  background: #fff;
  color: #000;
  border-color: #ccc #ccc #fff; }

.page-user div.profile {
  margin: 20px auto;
  max-width: 1300px;
  padding: 0 20px; }

@media screen and (min-width: 1024px) {
  body.admin-menu {
    margin-top: 29px !important; }

  body.admin-menu .header {
    top: 29px; } }
#user-login {
  margin: auto;
  width: 100%;
  max-width: 360px;
  background-color: #f1f1f1;
  padding: 30px; }
  #user-login input {
    width: 100%;
    border: 3px solid rgba(154, 154, 154, 0.3);
    height: 40px;
    padding: 10px;
    margin: 2px 0;
    outline: none;
    transition: all .35s; }
    #user-login input:focus {
      border: 3px solid rgba(239, 47, 44, 0.3); }

#user-login {
  font-family: "Roboto", sans-serif; }
  #user-login .form-item {
    margin-bottom: 20px; }
  #user-login .form-submit {
    font-family: "Roboto", sans-serif;
    background-color: #ef2f2c;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    width: auto;
    height: auto; }
    #user-login .form-submit:hover {
      background-color: #f93123; }

body.logged-in {
  padding-top: 68px; }
  @media (min-width: 1025px) {
    body.logged-in {
      padding-top: 97px; }
      body.logged-in .main-header {
        top: 29px; } }

.grid-row {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px; }
  @media (min-width: 675px) {
    .grid-row {
      display: table;
      table-layout: fixed;
      border-collapse: separate;
      border-spacing: 20px 0px;
      padding-right: 0;
      padding-left: 0; } }

.one-col {
  width: 100%; }
  @media (min-width: 675px) {
    .one-col {
      padding-right: 320px; } }
  @media (min-width: 894px) {
    .one-col {
      padding-right: 500px; } }

.col {
  display: block;
  clear: both;
  vertical-align: top;
  width: auto; }
  @media (min-width: 675px) {
    .col {
      display: table-cell;
      clear: none; } }

.headline {
  display: block;
  clear: both;
  vertical-align: top;
  width: auto; }
  @media (min-width: 675px) {
    .headline {
      display: table-cell;
      clear: none;
      padding-right: 320px; } }
  @media (min-width: 894px) {
    .headline {
      padding-right: 500px; } }

.col-stacked {
  width: 100%; }
  @media (min-width: 675px) {
    .col-stacked {
      width: 300px; } }
  @media (min-width: 1175px) {
    .col-stacked {
      width: 620px; } }

.col-stacked .col-300 {
  display: block;
  clear: both; }
@media (min-width: 675px) {
  .col-300 {
    width: 300px; } }
@media (min-width: 1175px) {
  .col-stacked .col-300 {
    display: table-cell;
    clear: none; } }

.col-160 {
  display: none;
  width: 160px; }
  @media (min-width: 895px) {
    .col-160 {
      display: table-cell; } }

.col-160--left {
  display: none; }
  @media (min-width: 1100px) {
    .col-160--left {
      display: table-cell; } }

.container > .wrap:first-of-type {
  margin-top: 20px; }

.wrap {
  margin-right: -4px;
  margin-left: -4px;
  background-color: #ffffff; }
  @media (min-width: 675px) {
    .wrap {
      margin-right: -20px;
      margin-left: -20px; } }

@media (max-width: 676px) {
  .col-sticky {
    width: 100% !important; } }
.test-col-responsive {
  width: 100%;
  float: left;
  min-height: 50px; }
  @media (min-width: 768px) {
    .test-col-responsive {
      margin-right: -320px; } }
  @media (min-width: 992px) {
    .test-col-responsive {
      margin-right: -520px; }
      .test-col-responsive.article-col {
        margin-right: -320px; } }
  @media (min-width: 1200px) {
    .test-col-responsive {
      margin-right: -820px; }
      .test-col-responsive.article-col {
        margin-right: -500px; } }

.test-col-fixed {
  float: left;
  width: 100%;
  min-height: 60px; }
  @media (min-width: 768px) {
    .test-col-fixed {
      float: right;
      width: 320px; } }
  @media (min-width: 992px) {
    .test-col-fixed {
      width: 520px; } }
  @media (min-width: 1200px) {
    .test-col-fixed {
      width: 820px; } }

@media (min-width: 992px) {
  .article-col + .test-col-fixed {
    width: 320px; } }
@media (min-width: 1200px) {
  .article-col + .test-col-fixed {
    width: 500px; } }

@media (min-width: 768px) {
  .test-content {
    margin-right: 320px; } }
@media (min-width: 992px) {
  .test-content {
    margin-right: 520px; }
    .article-col .test-content {
      margin-right: 320px; } }
@media (min-width: 1200px) {
  .test-content {
    margin-right: 820px; }
    .article-col .test-content {
      margin-right: 500px; } }

@media (min-width: 992px) {
  .test-col-600 {
    float: left;
    width: 320px; } }
@media (min-width: 1200px) {
  .test-col-600 {
    width: 640px; } }

@media (min-width: 768px) {
  .test-col-300 {
    float: left;
    width: 300px;
    margin-left: 20px; } }

.test-col-160 {
  display: none;
  min-height: 600px; }
  @media (min-width: 992px) {
    .test-col-160 {
      display: block;
      float: left;
      width: 160px;
      margin-left: 20px; } }

.main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: #212121;
  color: #ffffff; }
  @media only screen and (min-width: 1025px) {
    .no-scroll .main-header {
      padding-right: 15px; } }
  .main-header .grid-row {
    border-spacing: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0;
    padding-left: 0; }
    .main-header .grid-row::after {
      content: "";
      display: table;
      clear: both; }
  .main-header .header-wrap {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%; }
    @media (max-width: 673px) {
      .main-header .header-wrap {
        background-color: #000000; } }
    @media (min-width: 880px) {
      .main-header .header-wrap {
        padding-left: 220px;
        padding-right: 80px; } }
  @media (min-width: 880px) {
    .main-header .navbrand {
      position: absolute;
      top: 16px;
      left: 0; } }
  .main-header .logo {
    display: block;
    transition: all .35s;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px; }
    @media (min-width: 880px) {
      .main-header .logo {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0; } }
    .main-header .logo img {
      height: 24px; }
      @media (min-width: 880px) {
        .main-header .logo img {
          height: 36px; } }
  .main-header .service-bar {
    position: absolute;
    top: 6px;
    right: 0px;
    transition: all .35s; }
    @media (min-width: 880px) {
      .main-header .service-bar {
        top: 18px; } }
    @media (min-width: 1175px) and (max-width: 1230px) {
      .main-header .service-bar {
        right: 10px; } }
  .main-header .service-bar__weather {
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-left: 8px; }
    @media (min-width: 880px) {
      .main-header .service-bar__weather {
        margin-right: 11px;
        margin-left: 11px; } }
    .main-header .service-bar__weather i {
      display: block;
      margin-bottom: -7px;
      font-size: 15px;
      line-height: 1; }
      @media (min-width: 880px) {
        .main-header .service-bar__weather i {
          font-size: 18px; } }
    .main-header .service-bar__weather span {
      font-family: "Roboto", sans-serif;
      font-size: 9px; }
      @media (min-width: 880px) {
        .main-header .service-bar__weather span {
          font-size: 11px; } }
  .main-header .service-bar__search {
    float: left;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 1px;
    font-size: 19px;
    cursor: pointer; }
    .main-header .service-bar__search i {
      line-height: 1; }
    @media (min-width: 880px) {
      .main-header .service-bar__search {
        font-size: 22px; } }
  @media (min-width: 880px) {
    .main-header {
      height: 68px;
      transition: height .35s; }
      .main-header.main-header--small {
        height: 48px; }
        .main-header.main-header--small .logo {
          transform: translateY(-10px) translateX(-23px) scale(0.8); }
        .main-header.main-header--small .nav {
          margin-top: 9px; }
        .main-header.main-header--small .service-bar {
          top: 9px; } }

.footer {
  margin-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff; }
  @media (min-width: 675px) {
    .footer {
      background-color: #f1f1f1; } }
  @media (min-width: 675px) {
    .footer .box.box--gray {
      border-color: transparent;
      background-color: transparent; }
      .footer .box.box--gray .box__header {
        padding: 0; }
      .footer .box.box--gray .box__body.box__body--padding {
        padding: 0; } }
  .footer .container {
    padding-right: 16px;
    padding-left: 16px; }
    .footer .container .wrap {
      margin-left: -16px;
      margin-right: -16px; }
    @media (min-width: 675px) {
      .footer .container {
        padding-right: 20px;
        padding-left: 20px; }
        .footer .container .wrap {
          margin-left: -20px;
          margin-right: -20px; } }
  .footer ul {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none; }
  .footer p, .footer li {
    font-size: 14px; }
  .footer p {
    margin-top: 0; }
  .footer .box {
    margin-left: 0;
    margin-right: 0; }
    .footer .box .box__header {
      height: 38px;
      padding: 6px 16px; }
      .footer .box .box__header .box__title {
        float: left;
        font-weight: bold;
        font-size: 18px;
        font-family: "Roboto", sans-serif; }
      .footer .box .box__header i {
        float: right;
        margin-top: 5px; }
      .footer .box .box__header.js-box-collapse {
        border: none;
        cursor: pointer; }
  .footer .box .box__body.box__body--padding {
    padding: 16px; }

.footer__title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px; }

.js-box-collapsed {
  display: none; }
  @media (min-width: 675px) {
    .js-box-collapsed {
      display: block !important; }
      .js-box-collapsed .icon-arrow-down {
        display: none; } }
  .js-box-collapsed.open {
    display: block; }

@media (min-width: 675px) {
  .js-box-collapse .icon-arrow-down {
    display: none; } }

.social-media {
  text-align: center; }
  @media (max-width: 675px) {
    .social-media .box__body__title {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 14px; } }
  @media (min-width: 675px) {
    .social-media {
      text-align: left; } }

.social-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 22px;
  color: #3e3e3e;
  text-align: center;
  line-height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .35s; }
  .social-icon:hover {
    background-color: #f1f1f1;
    text-decoration: none; }
  .social-icon:first-of-type {
    margin-left: 0; }
  .social-icon:last-of-type {
    margin-right: 0; }

.footer-wrap {
  margin-left: -10px;
  margin-right: -10px; }
  .footer-wrap::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 675px) {
    .footer-wrap {
      margin-left: -20px;
      margin-right: -20px; }
      .footer-wrap::after {
        content: "";
        display: table;
        clear: both; } }

.footer-newsletter {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media (min-width: 675px) {
    .footer-newsletter {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      width: 50%; } }
  @media (min-width: 1050px) {
    .footer-newsletter {
      width: 75%; } }
  .footer-newsletter .input-group {
    border: 3px solid rgba(154, 154, 154, 0.3); }

.newsletter-text {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media (min-width: 675px) {
    .newsletter-text {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1050px) {
    .newsletter-text {
      width: 33.33333%; } }

.newsletter-signup {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media (min-width: 675px) {
    .newsletter-signup {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1050px) {
    .newsletter-signup {
      width: 66.66667%;
      margin-top: 35px; } }

.footer-social-media {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media (min-width: 675px) {
    .footer-social-media {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      width: 50%; } }
  @media (min-width: 1050px) {
    .footer-social-media {
      width: 25%; } }

.footer-top {
  background-color: #f1f1f1;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }
  @media (min-width: 675px) {
    .footer-top {
      background-color: #e6e6e6;
      border: none; } }

.footer-col {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media (min-width: 675px) {
    .footer-col {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      width: 50%; } }
  @media (min-width: 1050px) {
    .footer-col {
      width: 25%; } }

.footer-company {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 675px) {
    .footer-company {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1050px) {
    .footer-company {
      width: 25%; } }

.footer-headline {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 675px) {
    .footer-headline {
      margin-top: 0px;
      padding-top: 0px;
      padding-bottom: 0px; } }
  .footer-headline .box__body__title {
    margin: 0; }

.company {
  color: #ef2f2c;
  font-weight: bold;
  font-size: 18px;
  font-family: "Roboto", sans-serif; }

.link-section .box__body__title {
  margin-bottom: 15px; }
.link-section p {
  margin-top: 0px; }
  .link-section p:last-child {
    margin-bottom: 0; }
.link-section .sub__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px; }

.picture {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
  background: #f1f1f1 url(../img/placeholder.svg) 50% 50% no-repeat;
  background-size: 50%; }
  .picture > picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%; }
    .picture > picture > img {
      display: block;
      width: 100%; }

.picture--1x2 {
  padding-bottom: 200%; }

.picture--9x16 {
  padding-bottom: 177.777%; }

.picture--2x3 {
  padding-bottom: 150%; }

.picture--3x4 {
  padding-bottom: 133.333%; }

.picture--1x1 {
  padding-bottom: 100%; }

.picture--4x3 {
  padding-bottom: 75%; }

.picture--3x2 {
  padding-bottom: 66.66%; }

.picture--16x9 {
  padding-bottom: 56.25%; }

.picture--2x1 {
  padding-bottom: 50%; }

.picture--8x5 {
  padding-bottom: 62.5%; }

.nav {
  display: none;
  font-family: "Roboto", sans-serif;
  position: relative;
  width: 100%;
  height: 30px;
  float: left;
  background-color: #191919;
  border-top: 1px solid #474747;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  transition: all .35s; }
  @media (max-width: 673px) {
    .nav {
      position: absolute;
      top: 39px;
      left: 0;
      z-index: -1; } }
  .nav .nav-stage {
    display: inline-block; }
  .nav .owl-stage {
    margin: auto; }
  .nav .owl-prev, .nav .owl-next {
    position: absolute;
    top: 0px;
    width: 30px;
    line-height: 26px; }
    .nav .owl-prev i, .nav .owl-next i {
      vertical-align: middle; }
  .nav .owl-prev {
    left: 0px;
    text-align: left;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .nav .owl-prev i {
      margin-left: 4px; }
  .nav .owl-next {
    right: 0px;
    text-align: right;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, black 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .nav .owl-next i {
      margin-right: 4px; }
  .nav .item {
    display: inline-block;
    text-align: center;
    line-height: 28px; }
    .nav .item a {
      color: #ffffff;
      padding-left: 10px;
      padding-right: 10px; }
  @media (min-width: 675px) {
    .nav {
      background-color: transparent;
      border-color: transparent; } }
  @media (min-width: 880px) {
    .nav {
      background-color: transparent;
      border-top: none;
      margin-top: 19px; }
      .nav .owl-prev, .nav .owl-next {
        display: none !important; } }
  @media (min-width: 1024px) {
    .nav {
      font-size: 18px; } }

.mobile-menu .nav {
  display: block; }

@media (min-width: 674px) {
  .nav {
    display: block; }

  .mobile-menu .nav {
    display: none; } }
@media (max-width: 674px) {
  .headroom {
    transition: transform .25s ease-in-out;
    will-change: transform; } }

@media (max-width: 674px) {
  .headroom--pinned {
    transform: translateY(0%); } }

@media (max-width: 674px) {
  .headroom--unpinned {
    transform: translateY(-100%); } }

.newsletter__form .ajax-progress-throbber {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: ghostwhite;
  z-index: 2; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0px;
  transition: border .35s; }
  .input-group .form-item, .input-group .form-actions {
    margin: 0; }
  .input-group.error {
    border: 3px solid #da0031 !important; }
  .input-group .error {
    background-color: #ffcccc; }
  .input-group label {
    display: none; }
  .search-backdrop .input-group {
    border: 3px solid #b3b3b3; }
  .box--purple .input-group {
    border: 3px solid rgba(255, 255, 255, 0.3); }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    height: 48px;
    margin-bottom: 0;
    border: none;
    display: table-cell;
    padding: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
    outline: none;
    border-radius: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }
  .input-group-btn .btn-input {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #ef2f2c;
    color: #ffffff;
    border: none;
    outline: none;
    transition: all .35s; }
    .input-group-btn .btn-input:hover {
      background-color: #f93123; }
    .input-group-btn .btn-input i {
      position: relative;
      font-size: 18px;
      z-index: 1; }
  .input-group-btn .form-submit {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #ef2f2c;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 0;
    text-indent: -9999px;
    transition: all .35s; }
    .input-group-btn .form-submit:hover {
      background-color: #f93123; }
  .input-group-btn > i {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
    pointer-events: none; }

.box {
  position: relative;
  margin-bottom: 20px;
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 675px) {
    .box {
      margin-left: 0;
      margin-right: 0; } }
  .box.box--purple {
    background-color: #210a33;
    color: #ffffff; }
  .box.box--gray {
    border: 1px solid #e6e6e6;
    background-color: #f1f1f1;
    color: #2e3335; }
    .box.box--gray .box__title {
      color: #2e3335; }
    .box.box--gray .box__header {
      border-bottom: 1px solid #e6e6e6; }
  .box.box--blue {
    background-color: #0e2038;
    color: #ffffff; }
    .box.box--blue .box__title {
      color: #00a4bf; }
  .box.box--orange {
    background-color: #fdf1e5;
    color: #000000; }
    .box.box--orange .box__title {
      color: #572712; }
    .box.box--orange .box__body {
      border-top: 1px solid rgba(239, 47, 44, 0.2); }
  .box.box--slider {
    background-color: #950714;
    color: #ffffff; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
  .box.box--slider:hover {
	  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}
  .box.box--slider .teaser__img:hover {
	 transform: scale(1.04);
	}
  .box .box__header {
    height: 68px;
    padding: 18px 20px; }
    .box .box__header .box__title {
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      font-weight: bold;
      margin: 0; }
    @media (min-width: 768px) {
      .box .box__header {
        height: 80px; }
        .box .box__header .box__title {
          font-size: 30px; } }
  .box .box__body {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .box .box__body p:first-child {
      margin-top: 0; }
    .box .box__body.box__body--padding {
      padding: 20px; }

.box__body__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto", sans-serif; }

.box--grid {
  width: 100%;
  padding: 60px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 40px; }
  .box--grid.box--grid--300 {
    height: 300px; }
  .box--grid.box--grid--700 {
    height: 700px; }

.box--ad {
  max-width: 100%;
  margin: 10px 0; }
  .box--ad > div {
    margin: 0 auto; }
  @media (min-width: 1100px) {
    .box--ad {
      margin: 10px 0px; }
      .box--ad > div {
        margin-bottom: 0; } }

.box--top-ad {
  margin-bottom: 20px;
  width: 1300px;
  max-width: 100%;
  overflow: hidden; }
  .box--top-ad > div {
    margin: auto; }

.box--ad--300x250 {
  width: 300px;
  height: 250px;
  margin-bottom: 20px; }
  .box--ad--300x250 > div {
    margin: auto; }
  @media (max-width: 676px) {
    .box--ad--300x250 {
      width: 100%; } }

.box--ad--160x600 {
  width: 160px;
  height: 600px;
  margin-bottom: 20px; }

.box--ad--930x180 {
  margin-bottom: 20px; }

.box--ad--728x90 {
  width: 100%;
  max-width: 728px;
  margin-bottom: 20px; }
  .box--ad--728x90 + .teaser--list {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6; }

.banner {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden; }

[id^=div-Dagens_160x600] {
  width: 160px;
  height: 600px; }

.article-content__box {
  border: 1px solid #e6e6e6;
  padding: 20px;
  clear: both; }
  .article-content__box ul {
    padding-left: 20px; }
  .article-content__box p:last-child, .article-content__box ul:last-child {
    margin-bottom: 0; }
  @media (min-width: 1100px) {
    .article-content__box.article-content__box--right {
      width: 40%;
      float: right;
      margin: 10px 0 15px 25px; } }
  @media (min-width: 1100px) {
    .article-content__box.article-content__box--left {
      width: 40%;
      float: left;
      margin: 10px 25px 15px 0px; } }
  .article-content__box .article-content__box__heading {
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #e6e6e6;
    color: #000000;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1; }
  .article-content__box.article-content__box--full-width {
    margin-bottom: 20px; }

.teaser {
  position: relative;
  overflow: hidden; }
  .teaser-region .teaser {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .teaser-region .teaser {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
  .teaser .teaser__title a {
    color: #000000; }
  .teaser a:hover {
    text-decoration: none; }

.teaser__img {
  overflow: hidden; }

.teaser-region__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px; }

.teaser--featured {
  margin-left: -4px;
  margin-right: -4px; }
  .teaser--featured::after {
    content: "";
    display: table;
    clear: both; }
  .teaser--featured .teaser__img {
    display: block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    width: 33.33333%; }
  .teaser--featured .teaser__text {
    margin-top: -9px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    width: 66.66667%; }
  .box__body .teaser--featured .teaser__img {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .box__body .teaser--featured .teaser__text {
    margin-top: 0px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%; }
  @media (min-width: 675px) {
    .teaser--featured {
      margin-left: 0;
      margin-right: 0; }
      .teaser--featured::after {
        content: "";
        display: table;
        clear: both; }
      .teaser--featured .teaser__img {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        width: 100%; }
      .teaser--featured .teaser__text {
        margin-top: 0px;
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }

.teaser--stacked {
  display: block; }
  .teaser--stacked .teaser__img {
    position: relative;
    display: block; }
    .teaser--stacked .teaser__img:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%); }
  .teaser--stacked .teaser__text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 20px;
    color: #ffffff; }
    .teaser--stacked .teaser__text .teaser__title {
      color: #ffffff;
      font-size: 18px; }
      .teaser--stacked .teaser__text .teaser__title a {
        color: #ffffff; }
    @media (max-width: 674px) {
      .teaser--stacked .teaser__text {
        padding: 15px 8px; } }

.teaser-region--stacked .teaser__text {
  bottom: 20px; }

.teaser--text-only .teaser__title {
  font-size: 16px;
  font-weight: 500; }
.teaser-region--text-only .teaser--text-only {
  margin-top: -10px; }
.teaser--text-only a:hover {
  text-decoration: none; }

.teaser__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  z-index: 2;
  font-size: 22px;
  color: #ffffff; }
  .teaser__icon:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: -1;
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.7) 100%); }
    @media (max-width: 674px) {
      .teaser--featured .teaser__icon:before {
        right: -6px; } }
    .teaser-slider--featured .teaser__icon:before {
      right: -10px; }

.teaser__title {
  font-size: 14px;
  margin-top: 0px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 500; }
  @media (min-width: 768px) {
    .teaser__title {
      font-size: 18px;
      margin-top: 5px; }
      .teaser--featured .teaser__title {
        font-size: 24px; } }

.teaser-slider--stacked .teaser__title {
  font-size: 18px; }
  @media (min-width: 768px) {
    .teaser-slider--stacked .teaser__title {
      font-size: 30px; } }

@media (max-width: 674px) {
  .teaser-region--featured:first-child .teaser--featured:first-child {
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    border-bottom: none;
    padding-bottom: 0; }
    .teaser-region--featured:first-child .teaser--featured:first-child .teaser__img {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
      .teaser-region--featured:first-child .teaser--featured:first-child .teaser__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, black 0%, rgba(255, 255, 255, 0) 70%); }
      .teaser-region--featured:first-child .teaser--featured:first-child .teaser__img .teaser__icon:before {
        right: -10px; }
    .teaser-region--featured:first-child .teaser--featured:first-child .teaser__text {
      position: absolute;
      bottom: 20px;
      width: 100%;
      padding-left: 8px;
      padding-right: 8px;
      font-size: 18px;
      color: #ffffff; }
      .teaser-region--featured:first-child .teaser--featured:first-child .teaser__text .teaser__title {
        color: #ffffff;
        font-size: 18px; }
      .teaser-region--featured:first-child .teaser--featured:first-child .teaser__text .article-category {
        display: none; } }

.teaser--list {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #000000; }
  .teaser--list:hover {
    text-decoration: none; }
  .teaser--list .media-block__image {
    display: none;
    padding-right: 20px; }
    @media (min-width: 1075px) {
      .teaser--list .media-block__image {
        display: table-cell; } }
    .teaser--list .media-block__image .picture {
      width: 178px; }
  .teaser--list p {
    margin: 0;
    font-size: 18px; }
  .teaser--list:first-child {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6; }
  .teaser--list .search-word {
    font-weight: bold; }

.teaser--list__title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px; }

.box ol {
  counter-reset: list-counter;
  list-style-type: none;
  margin: 0;
  padding-left: 34px; }
  .box ol li {
    position: relative;
    min-height: 21px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px; }
    .box ol li a {
      color: #000000; }
    .box ol li > ol {
      margin-top: 15px; }
    .box ol li:before {
      content: counter(list-counter);
      counter-increment: list-counter;
      position: absolute;
      left: -34px;
      top: 0;
      width: 21px;
      height: 21px;
      line-height: 21px;
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      color: #ffffff;
      background-color: #f93123;
      border-radius: 2px; }

.box__body .owl-nav .owl-prev, .box__body .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 6px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 20px; }
.box__body .owl-nav .owl-prev {
  left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: none; }
.box__body .owl-nav .owl-next {
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: none; }
@media (min-width: 675px) {
  .box__body .owl-nav {
    position: absolute;
    top: -63px;
    right: 20px; }
    .box__body .owl-nav .owl-prev, .box__body .owl-nav .owl-next {
      position: relative;
      top: 0;
      float: left;
      margin-top: 0px;
      padding: 6px 15px; }
    .box__body .owl-nav .owl-prev {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-right: none; }
    .box__body .owl-nav .owl-next {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      border-right: 1px solid rgba(255, 255, 255, 0.2); } }
.box__body.box__body--padding .owl-nav .owl-prev {
  left: -20px; }
.box__body.box__body--padding .owl-nav .owl-next {
  right: -20px; }
@media (min-width: 675px) {
  .box__body.box__body--padding .owl-nav {
    top: -83px;
    right: 0px; }
    .box__body.box__body--padding .owl-nav .owl-prev {
      left: 0px; }
    .box__body.box__body--padding .owl-nav .owl-next {
      right: 0px; } }
.box__body .teaser {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.teaser-slider--stacked .item__child {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
.item--four .item__child {
  width: 50%; }
  .item--four .item__child .teaser__text {
    padding: 10px; }
    .item--four .item__child .teaser__text .teaser__title {
      font-size: 14px; }

.box__body--padding .item--four.item {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px; }
  .box__body--padding .item--four.item::after {
    content: "";
    display: table;
    clear: both; }
.box__body--padding .item--four .item__child {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px; }

.teaser-slider .teaser__title {
  font-size: 16px;
  color: #ffffff; }
.teaser-slider .teaser--featured:not(:last-child) .teaser__text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px; }

.teaser-slider--featured .item__child {
  margin-left: -10px;
  margin-right: -10px; }
  .teaser-slider--featured .item__child::after {
    content: "";
    display: table;
    clear: both; }
.teaser-slider--featured .teaser--featured {
  margin-left: 0;
  margin-right: 0; }
  .teaser-slider--featured .teaser--featured .teaser__img, .teaser-slider--featured .teaser--featured .teaser__text {
    padding-left: 0px;
    padding-right: 0px; }
  .teaser-slider--featured .teaser--featured:first-child {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    .teaser-slider--featured .teaser--featured:first-child .teaser__text {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 20px;
      padding-bottom: 20px; }
    .teaser-slider--featured .teaser--featured:first-child .teaser__title {
      font-size: 24px;
      color: #ffffff; }
  .teaser-slider--featured .teaser--featured:not(:first-child) {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%; }
    .teaser-slider--featured .teaser--featured:not(:first-child) .teaser__title {
      font-size: 14px;
      color: #ffffff; }

.slider--gallery--featured .owl-prev, .slider--gallery--featured .owl-next {
  position: absolute;
  bottom: -57px;
  height: 57px;
  line-height: 55px;
  font-weight: bold;
  font-size: 16px; }
  @media (min-width: 894px) and (max-width: 985px) {
    .slider--gallery--featured .owl-prev, .slider--gallery--featured .owl-next {
      background-color: #f1f1f1;
      display: inline-block;
      width: 50%;
      height: 30px;
      line-height: 28px;
      bottom: -30px;
      border-top: 1px solid #e6e6e6; } }
  @media (max-width: 820px) {
    .slider--gallery--featured .owl-prev, .slider--gallery--featured .owl-next {
      background-color: #f1f1f1;
      display: inline-block;
      width: 50%;
      height: 30px;
      line-height: 28px;
      bottom: -30px;
      border-top: 1px solid #e6e6e6; } }
  .slider--gallery--featured .owl-prev i, .slider--gallery--featured .owl-next i {
    vertical-align: middle; }
.slider--gallery--featured .owl-prev {
  left: 0;
  border-right: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-right: 40px; }
  @media (min-width: 894px) and (max-width: 985px) {
    .slider--gallery--featured .owl-prev {
      border-left: 1px solid #e6e6e6;
      border-right: none; } }
  @media (max-width: 820px) {
    .slider--gallery--featured .owl-prev {
      border-left: 1px solid #e6e6e6;
      border-right: none; } }
  .slider--gallery--featured .owl-prev i {
    margin-right: 20px; }
.slider--gallery--featured .owl-next {
  right: 0;
  border-left: 1px solid #e6e6e6;
  padding-left: 40px;
  padding-right: 20px;
  text-align: right; }
  @media (min-width: 894px) and (max-width: 985px) {
    .slider--gallery--featured .owl-next {
      border-right: 1px solid #e6e6e6; } }
  @media (max-width: 820px) {
    .slider--gallery--featured .owl-next {
      border-right: 1px solid #e6e6e6; } }
  .slider--gallery--featured .owl-next i {
    margin-left: 20px; }

.slider-controls {
  width: 100%;
  height: 57px;
  line-height: 57px;
  background-color: #f1f1f1;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }
  @media (min-width: 894px) and (max-width: 985px) {
    .slider-controls {
      height: 30px;
      line-height: 30px;
      margin-top: 30px; } }
  @media (max-width: 820px) {
    .slider-controls {
      height: 30px;
      line-height: 30px;
      margin-top: 30px; } }
  .article .slider-controls {
    margin-bottom: 15px; }

.article-category {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .article-category {
      font-size: 12px; } }

a.article-category:hover {
  text-decoration: underline; }

/*.article-category--indland {
  color: $color-category-green;
}

.article-category--viralt {
  color: $color-category-darkred;
}

.article-category--business {
  color: $color-category-kingblue;
}

.article-category--udland {
  color: $color-category-blue;
}*/
.img-wrap {
  position: relative; }

.social-share {
  display: none;
  margin-top: 50px;
  margin-bottom: 40px; }
  @media (min-width: 675px) {
    .social-share {
      display: block; } }

.social-share-list {
  padding: 0;
  text-align: center; }
  .social-share-list .social-share-list_item {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    margin-right: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    transition: all .35s; }
    .social-share-list .social-share-list_item:hover {
      text-decoration: none; }
    .social-share-list .social-share-list_item [class^="icon-"], .social-share-list .social-share-list_item span {
      line-height: inherit;
      display: inline-block; }
    .social-share-list .social-share-list_item [class^="icon-"] {
      vertical-align: top;
      font-size: 18px;
      margin-right: 4px; }
  .social-share-list .facebook {
    background-color: #3b5998; }
    .social-share-list .facebook:hover {
      background-color: #244572; }
  .social-share-list .twitter {
    background-color: #00aced; }
    .social-share-list .twitter:hover {
      background-color: #1199e6; }
  .social-share-list .mail {
    background-color: #333333; }
    .social-share-list .mail:hover {
      background-color: #222222; }
  .social-share-list .instagram {
    background-color: #517fa4; }
    .social-share-list .instagram:hover {
      background-color: #4c7197; }

.figure-share {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  background-color: #3b5998;
  color: #ffffff;
  transition: all .35s; }
  .figure-share:hover {
    background-color: #244572; }
  .figure-share:before {
    position: absolute;
    right: 4px;
    bottom: 4px; }

.media-block-container {
  display: block;
  width: 100%;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  padding: 8px;
  clear: both; }
  .media-block-container:hover {
    text-decoration: none; }
  .media-block-container .also-read {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 10px;
    color: #000000; }
    @media (min-width: 675px) {
      .media-block-container .also-read {
        font-size: 12px; } }
  .media-block-container .article-category {
    font-size: 10px; }
    @media (min-width: 675px) {
      .media-block-container .article-category {
        font-size: 12px; } }

.media-block {
  display: table;
  border-spacing: 0px;
  width: 100%;
  color: #000000; }
  .media-block.media-block--sm {
    min-height: 0; }

.media-block__image, .media-block__icon, .media-block__body {
  display: table-cell;
  vertical-align: middle; }
  .media-block--top .media-block__image, .media-block--top .media-block__icon, .media-block--top .media-block__body {
    vertical-align: top; }
  .media-block--bottom .media-block__image, .media-block--bottom .media-block__icon, .media-block--bottom .media-block__body {
    vertical-align: bottom; }

.media-block__image, .media-block__icon {
  padding-right: 8px; }
  .media-block__image > i, .media-block__icon > i {
    vertical-align: middle;
    font-size: 18px;
    color: #000000; }
  .media-block__image > img, .media-block__image .picture, .media-block__icon > img, .media-block__icon .picture {
    display: block;
    min-width: 92px; }
  .media-block--rev .media-block__image, .media-block--rev .media-block__icon {
    padding-right: 0;
    padding-left: 10px; }

.media-block__body {
  width: 100%; }
  .media-block__body .article-category {
    margin-top: -4px;
    display: block; }
  .media-block--sm .media-block__body .media-block__text {
    font-size: 13px; }
    @media (min-width: 675px) {
      .media-block--sm .media-block__body .media-block__text {
        font-size: 16px; } }
  .media-block__body .media-block__text {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #000000; }
    @media (min-width: 675px) {
      .media-block__body .media-block__text {
        font-size: 16px; } }

.pager {
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 674px) {
    .pager {
      margin-left: 0px;
      margin-right: 0px; } }
  .pager .pager-inner {
    display: table;
    border-spacing: 0px;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px; }
    .pager .pager-inner a:hover {
      text-decoration: none; }
  .pager .previous, .pager .next {
    display: table-cell;
    width: 50%;
    padding: 10px;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
    font-size: 14px; }
    .pager .previous:first-child, .pager .next:first-child {
      border-right: none; }
    .pager .previous p, .pager .next p {
      margin: 0;
      color: #000000; }
    @media (min-width: 895px) {
      .pager .previous, .pager .next {
        padding: 15px 20px; } }
  .pager i {
    transition: margin .35s; }
  .pager .next {
    transition: background .35s; }
    @media (max-width: 675px) {
      .pager .next {
        border-right: none; } }
    .pager .next:hover {
      background-color: #f1f1f1; }
      .pager .next:hover i {
        margin-right: -5px; }
  .pager .previous {
    transition: background .35s; }
    @media (max-width: 675px) {
      .pager .previous {
        border-left: none; } }
    .pager .previous:hover {
      background-color: #f1f1f1; }
      .pager .previous:hover i {
        margin-left: -5px; }
  .pager .previous__icon, .pager .previous__body, .pager .next__icon, .pager .next__body {
    display: table-cell;
    vertical-align: middle; }
  .pager .next__body {
    width: 100%; }
  .pager .previous__icon, .pager .next__icon {
    width: 15px; }
    .pager .previous__icon > i, .pager .next__icon > i {
      vertical-align: middle;
      font-size: 18px;
      color: #000000; }
    @media (min-width: 895px) {
      .pager .previous__icon, .pager .next__icon {
        width: 30px; } }
  .pager .previous__icon {
    padding-right: 10px; }
  .pager .next__icon {
    text-align: right;
    padding-left: 10px; }
  .pager .article-category {
    font-size: 10px; }

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857143;
  font-family: "Roboto", sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2em;
  text-transform: uppercase;
  min-width: 140px;
  outline: none;
  transition: all .35s; }

.btn--default {
  border-color: #b3b3b3;
  color: #3e3e3e;
  background-color: #e5e5e5; }
  .btn--default:hover {
    background-color: #dddddd; }

.btn--facebook {
  font-family: "Roboto", sans-serif;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
  background-color: #3b5998;
  transition: all .35s; }
  .btn--facebook [class^="icon-"], .btn--facebook span {
    line-height: inherit;
    display: inline-block; }
  .btn--facebook [class^="icon-"] {
    vertical-align: top;
    font-size: 18px;
    margin-right: 4px; }
  .btn--facebook:hover {
    background-color: #244572;
    text-decoration: none; }

.search-group {
  position: relative;
  border-bottom: 1px solid #999999;
  margin-bottom: 40px; }
  .search-group i {
    position: absolute;
    left: -3px;
    top: 22px;
    width: 50px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    transition: .35s;
    color: #999999; }
    @media (min-width: 768px) {
      .search-group i {
        font-size: 33px;
        top: 24px; } }
  .search-group input {
    position: relative;
    float: left;
    width: 100%;
    border: none;
    outline: none;
    padding: 20px 20px 20px 50px;
    transition: .35s;
    color: #999999; }
    @media (min-width: 768px) {
      .search-group input {
        font-size: 36px !important; } }
    .search-group input ::-webkit-input-placeholder {
      color: #999999; }
    .search-group input :-ms-input-placeholder {
      color: #999999; }
    .search-group input ::placeholder {
      color: #999999; }
    .search-group input:focus {
      color: #ef2f2c; }
      .search-group input:focus + i {
        color: #ef2f2c;
        left: -8px; }
      .search-group input:focus::-webkit-input-placeholder {
        color: #ef2f2c; }
      .search-group input:focus:-ms-input-placeholder {
        color: #ef2f2c; }
      .search-group input:focus::placeholder {
        color: #ef2f2c; }

.show-more {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }

.search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: .25s; }
  .search-backdrop.open {
    visibility: visible;
    opacity: 1; }
    .search-backdrop.open .search-container {
      margin-top: 38px; }
      @media (min-width: 880px) {
        .search-backdrop.open .search-container {
          margin-top: 68px; } }
  .search-backdrop.open--small {
    visibility: visible;
    opacity: 1; }
    .search-backdrop.open--small .search-container {
      margin-top: 38px; }
      @media (min-width: 880px) {
        .search-backdrop.open--small .search-container {
          margin-top: 48px; } }
    .search-backdrop.open--small .close-search {
      top: -48px;
      width: 48px;
      height: 48px;
      line-height: 48px; }
  .search-backdrop .search-container {
    position: relative;
    margin-top: 28px;
    padding: 8px;
    background-color: #ffffff;
    transition: .45s; }
  .search-backdrop .close-search {
    position: absolute;
    top: -38px;
    right: 0px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #ffffff;
    color: #ef2f2c;
    cursor: pointer;
    transition: .2s; }
    @media (min-width: 880px) {
      .search-backdrop .close-search {
        top: -68px;
        right: 70px;
        width: 68px;
        height: 68px;
        line-height: 68px; } }
    .search-backdrop .close-search:hover {
      font-size: 20px; }

@media (min-width: 1075px) {
  .article .newsletter {
    margin-left: -20px;
    margin-right: -20px; }
    .article .newsletter::after {
      content: "";
      display: table;
      clear: both; }
  .article .newsletter__text {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%; }
  .article .newsletter__form {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%; } }

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  color: #ffffff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0; }
  #cookie .cookieRule {
    padding-left: 25px; }
  #cookie .cookieClose {
    position: absolute;
    top: 23px; }

.embedded {
  overflow: hidden; }

.embedded--facebook {
  padding-right: 1px;
  margin-right: -1px; }
  .embedded--facebook .fb_iframe_widget {
    width: 100% !important; }
  .embedded--facebook span {
    width: auto !important;
    display: block !important; }
    .embedded--facebook span iframe {
      width: 100% !important; }

.embedded--map {
  position: relative;
  padding-bottom: 70%; }
  .embedded--map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embedded--video {
  position: relative;
  padding-bottom: 56.25%; }
  .embedded--video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embedded--iframe iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
  min-width: 0 !important; }

.embedded--iframe--height {
  position: relative; }
  .embedded--iframe--height iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embedded--twitter {
  padding-right: 1px;
  margin-right: -1px;
  position: relative; }
  .embedded--twitter iframe {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important; }

.article-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px; }
  @media (min-width: 675px) {
    .article-title {
      font-size: 30px;
      letter-spacing: -1px; } }

.article-info {
  margin-bottom: 10px;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: #999999; }
  @media (min-width: 675px) {
    .article-info {
      font-size: 14px; } }
  .article-info .article-category {
    float: left; }
  .article-info .article-byline {
    float: right; }

.article .intro {
  font-size: 20px;
  font-weight: normal; }
.article .article-padded > p {
  padding-right: 8px;
  padding-left: 8px; }
.article figure {
  position: relative;
  margin-bottom: 20px;
  clear: both; }
.article .nopadding {
  margin-left: -8px;
  margin-right: -8px; }
  .article .nopadding figcaption {
    padding-right: 8px;
    padding-left: 8px; }
@media (min-width: 675px) {
  .article {
    padding: 0; }
    .article .intro {
      font-size: 24px; }
    .article .article-padded > p {
      padding-right: 0;
      padding-left: 0; }
    .article .nopadding {
      margin-left: 0;
      margin-right: 0; }
      .article .nopadding figcaption {
        padding-right: 0;
        padding-left: 0; }
    .article figcaption p {
      margin-left: 0;
      margin-right: 0; }
    .article .social-share-list {
      margin-left: 0px;
      margin-right: 0px; } }
@media (min-width: 1000px) {
  .article .article-content .intro {
    padding-right: 50px; }
  .article .article-padded {
    position: relative;
    padding-right: 50px; } }

.article-content {
  position: relative; }
  .article-content .article-padded > p {
    line-height: 1.5;
    padding-right: 8px;
    padding-left: 8px; }
  .article-content .intro {
    padding-right: 8px;
    padding-left: 8px; }
  @media (min-width: 674px) {
    .article-content .article-padded > p {
      font-size: 18px;
      padding-right: 0;
      padding-left: 0; }
    .article-content .intro {
      padding-right: 0;
      padding-left: 0; } }

.social-like-wrap {
  width: 100%;
  min-height: 65px;
  margin-top: 20px;
  padding-right: 8px;
  padding-left: 8px; }
  @media (min-width: 674px) {
    .social-like-wrap {
      padding-right: 0px;
      padding-left: 0px; } }
  @media (min-width: 1000px) {
    .social-like-wrap {
      width: 130px;
      min-height: 143px;
      float: right;
      margin-top: 7px;
      margin-left: 20px;
      margin-bottom: 10px; } }

.social-like-wrap__fb {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
  @media (min-width: 1000px) {
    .social-like-wrap__fb {
      margin-bottom: 10px; } }

.social-like-wrap__plus {
  vertical-align: top;
  display: inline-block; }
  @media (min-width: 1000px) {
    .social-like-wrap__plus {
      margin-bottom: 5px; } }

.list-title {
  font-size: 36px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px; }
  .list-title span {
    color: #ef2f2c; }

/*# sourceMappingURL=dagens_main.css.map */