.shadow1,
.raised1 {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.24), 0 1px 3px rgba(0,0,0,0.12);
  box-shadow: 0 1px 2px rgba(0,0,0,0.24), 0 1px 3px rgba(0,0,0,0.12);
}
.shadow2,
.raised2 {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.23), 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.23), 0 3px 6px rgba(0,0,0,0.16);
}
.shadow3,
.raised3 {
  -webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.23), 0 10px 20px rgba(0,0,0,0.19);
  box-shadow: 0 6px 6px rgba(0,0,0,0.23), 0 10px 20px rgba(0,0,0,0.19);
}
.shadow4,
.raised4 {
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.22), 0 14px 28px rgba(0,0,0,0.25);
  box-shadow: 0 10px 10px rgba(0,0,0,0.22), 0 14px 28px rgba(0,0,0,0.25);
}
.shadow5,
.raised5 {
  -webkit-box-shadow: 0 15px 12px rgba(0,0,0,0.22), 0 19px 38px rgba(0,0,0,0.3);
  box-shadow: 0 15px 12px rgba(0,0,0,0.22), 0 19px 38px rgba(0,0,0,0.3);
}
body {
  background-color: #0d98db;
}
@media print {
  body {
    background-color: transparent;
  }
}
#main--component {
  background-color: #e3e7ea;
  min-height: 40rem;
  padding-bottom: 1rem;
}
@media print {
  #main--component {
    background-color: transparent;
  }
}
* {
  -webkit-font-smoothing: antialiased;
}
.rsbtn {
  z-index: 40;
}
.adgroup--component .adgroup--lysings {
  position: relative;
}
.adgroup--component .adgroup--lysing-overlay {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.adgroup--component .adgroup--lysing {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}
.adgroup--component .adgroup--lysing > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  outline: 1px solid rgba(0,0,0,0.14);
  outline-offset: -1px;
}
.adgroup--component .adgroup--lysing .flash_object {
  width: 100% !important;
  height: auto !important;
}
.adgroup--component .adgroup--lysing object {
  width: 100% !important;
  height: auto !important;
}
.adgroup--component .adgroup--lysing iframe {
  width: 100% !important;
  height: 100% !important;
}
.adgroup--component .adgroup--lysing iframe canvas {
  width: 100% !important;
  height: 100% !important;
}
.adgroup--component .adgroup--text {
  position: absolute;
  top: 100%;
  width: 100%;
}
.adgroup--component .adgroup--label {
  float: left;
  font-size: 10px;
  font-weight: 600;
  color: rgba(0,0,0,0.54);
  margin-top: 0.25rem;
  margin-left: 0.0625rem;
  text-transform: uppercase;
}
.adgroup--component .adgroup--link {
  float: right;
  font-size: 10px;
  margin-top: 0.25rem;
  margin-right: 0.0625rem;
  text-transform: uppercase;
}
.adgroup--component .adgroup--link a {
  font-weight: 600;
  color: rgba(0,0,0,0.54);
}
.adgroup--component .adgroup--empty {
  padding: 1.5rem 0;
}
.adgroup--component--style1 .adgroup--lysing {
  padding-bottom: 15.3132% !important;
}
.adgroup--component--style2 .adgroup--lysing {
  padding-bottom: 200% !important;
}
.adgroup--component--style3 .adgroup--lysing {
  padding-bottom: 50% !important;
}
.adgroup--component--style4-left,
.adgroup--component--style4-right {
  width: 160px;
  padding: 1rem;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.adgroup--component--style4-left .adgroup--lysing,
.adgroup--component--style4-right .adgroup--lysing {
  width: 160px;
  padding-bottom: 375% !important;
}
@media only screen and (min-width: 0px) and (max-width: 1560px) {
  .adgroup--component--style4-left,
  .adgroup--component--style4-right {
    display: none;
  }
}
.adgroup--component--style4-left {
  margin-left: auto;
}
.adgroup--component--style7 .adgroup--lysings {
  margin: 1rem 0;
}
.adgroup--component--style8 .adgroup--self {
  max-width: 788px;
}
.adgroup--component--style-var .adgroup--lysing > * {
  padding-bottom: 0;
  position: static;
}
.adgroup--component--take-over {
  background-color: #0a8ccb;
}
.adgroup--component--take-over wrapper {
  max-width: 1120px;
}
.adgroup--component--take-over wrapper .adgroup--lysings--takeover {
  padding-top: 2rem;
}
.adgroup--component--take-over wrapper .adgroup--take-over--slidearrow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem 0;
  cursor: pointer;
}
.adgroup--component--take-over wrapper .adgroup--take-over--slidearrow i {
  color: #fff;
  font-size: 2rem;
}
.adgroup--component--take-over wrapper .adgroup--label {
  color: #fff !important;
}
.adgroup--component--take-over wrapper a {
  color: #fff !important;
}
.adgroup--component--take-over .adgroup--lysings--takeover--no-items {
  color: #fff;
}
.atrunadur--component {
  padding: 2rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
}
.atrunadur--component .atrunadur--self {
  page-break-inside: avoid;
  height: 100%;
}
.atrunadur--component .atrunadur--self .atrunadur--item {
  display: block;
  position: relative;
}
.atrunadur--component .atrunadur--self .atrunadur--item .atrunadur--link {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.atrunadur--component .atrunadur--self .atrunadur--item .atrunadur--image {
  width: 100%;
  padding-top: 66.52892561983471%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 500ms;
  margin: 2rem 0 1rem 0;
}
.atrunadur--component .atrunadur--self .atrunadur--item .atrunadur--date {
  font-size: 13px;
  color: rgba(0,0,0,0.87);
  margin-top: 0.25rem;
}
.atrunadur--component .atrunadur--self .atrunadur--item .atrunadur--title {
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 0.375rem;
  color: rgba(0,0,0,0.87);
}
.atrunadur--component .atrunadur--self .atrunadur--item .atrunadur--content {
  line-height: 1.5;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
}
.atrunadur--component .atrunadur--self .atrunadur--item .atrunadur--read-more {
  color: #f90;
}
.atrunadur--component .atrunadur--self .atrunadur--item .highlight {
  background-color: rgba(255,255,0,0.75);
}
.atrunadur--component .atrunadur--self .atrunadur--empty {
  padding: 1rem;
}
.blogger--component {
  background-color: #fff;
  margin-bottom: 2rem;
}
.blogger--component .blogger--main-title {
  background-color: #0d98db;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.blogger--component .blogger--self {
  page-break-inside: avoid;
  height: 100%;
}
.blogger--component .blogger--image-holder {
  display: block;
}
.blogger--component .blogger--image {
  border-radius: 150px;
}
.blogger--component .blogger--name {
  margin-bottom: 0;
}
.blogger--component .blogger--jobtitle {
  font-family: 'Merriweather', sans-serif;
  font-style: italic;
  font-size: 15px;
}
.blogger--component .blogger--content {
  font-family: 'Merriweather', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
.blogger--component .blogger--empty {
  padding: 1rem;
}
.bloggers--component {
  background-color: #fff;
  margin-bottom: 2rem;
}
.bloggers--component .bloggers--main-title {
  background-color: #0d98db;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.bloggers--component .bloggers--self {
  page-break-inside: avoid;
  height: 100%;
}
.bloggers--component .bloggers--blogger {
  border-bottom: 1px solid rgba(0,0,0,0.14);
}
.bloggers--component .bloggers--blogger:last-child {
  border-bottom: 0;
}
.bloggers--component .bloggers--image-holder {
  display: block;
}
.bloggers--component .bloggers--image {
  border-radius: 150px;
}
.bloggers--component .bloggers--name {
  margin-bottom: 0;
}
.bloggers--component .bloggers--jobtitle {
  font-family: 'Merriweather', sans-serif;
  font-style: italic;
  font-size: 15px;
}
.bloggers--component .bloggers--content {
  font-family: 'Merriweather', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
.bloggers--component .bloggers--empty {
  padding: 1rem;
}
.calendar--component .calendar--item .calendar--link {
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.calendar--component .calendar--item .calendar--date {
  margin: 0;
}
.calendar--component .calendar--item .calendar--title {
  margin: 0;
}
.calendar--component .calendar--empty {
  padding: 1rem;
}
.calendar--component--upcoming {
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.calendar--component--upcoming .calendar--main-title {
  padding: 1rem;
}
.calendar--component--upcoming .calendar--item--active {
  background-color: #fed;
}
.calendaritem-signup--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.calendaritem--component {
  margin-top: 0;
  margin-bottom: 2rem;
}
.calendaritem--component .calendaritem--self {
  background-color: #fff;
  position: relative;
  padding: 2rem 1.25rem;
}
.calendaritem--component .calendaritem--self:before,
.calendaritem--component .calendaritem--self:after {
  content: "";
  display: table;
}
.calendaritem--component .calendaritem--self:after {
  clear: both;
}
@media only screen and (max-width: 639px) {
  .calendaritem--component .calendaritem--self {
    padding: 1rem;
  }
}
.calendaritem--component .calendaritem--self .calendaritem--image {
  position: relative;
  padding: 0;
  list-style: none;
  width: 56%;
  float: right;
  margin: 2rem 0 1rem 1rem;
}
.calendaritem--component .calendaritem--self .calendaritem--title {
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 0;
}
.calendaritem--component .calendaritem--self .calendaritem--date {
  margin-top: 1.5rem;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 700;
}
.calendaritem--component .calendaritem--self .calendaritem--subtitle {
  font-family: Merriweather;
  font-size: 16px;
  font-weight: 700 !important;
  color: #262728;
  line-height: 27px;
}
.calendaritem--component .calendaritem--self .calendaritem--content {
  font-family: Merriweather;
  font-size: 16px;
  font-weight: 400;
  color: #262728;
  line-height: 27px;
}
.calendaritem--component .calendaritem--self .calendaritem--deadline {
  padding-top: 1rem;
}
.calendaritem--component .calendaritem--self .calendaritem--share {
  margin-top: 1.5rem;
}
.calendaritem--component .calendaritem--self .calendaritem--empty {
  padding: 1.5rem 0;
}
.site--main .checkator_source {
  cursor: pointer;
}
.site--main .checkator_element {
  background: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.125rem;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  border: 0 !important;
}
.site--main .checkator_element:before,
.site--main .checkator_element:after {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  cursor: pointer;
}
.site--main .checkator_element.checkbox:after {
  content: '\f0c8';
  font-weight: 400;
  color: #000;
}
.site--main .checkator_source:checked+.checkator_element.checkbox:after {
  content: '\f14a';
  font-weight: 400;
  color: #000;
}
.site--main .checkator_element.radio:after {
  content: '\f111';
  font-weight: 400;
  color: #000;
}
.site--main .checkator_source:checked+.checkator_element.radio:after {
  content: '\f192';
  font-weight: 400;
  color: #000;
}
.contact--component {
  margin-top: 0;
  margin-bottom: 2rem;
  background-color: #fff;
  position: relative;
}
.contact--component .contact--main-title {
  background-color: #0d98db;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.contact--component .contact--self {
  padding: 1.25rem;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.contentitems--component {
  margin-top: 0;
  margin-bottom: 2rem;
}
.contentitems--component .contentitems--self {
  background-color: #fff;
  position: relative;
  padding: 1.5rem 1.25rem;
}
@media only screen and (max-width: 639px) {
  .contentitems--component .contentitems--self {
    padding: 1rem;
  }
}
.contentitems--component .contentitems--items .contentitems--item {
  position: relative;
}
.contentitems--component .contentitems--items .contentitems--item--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.contentitems--component .contentitems--items .contentitems--item--add {
  cursor: pointer;
}
.custom-form--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.error_backtrace ol {
  list-style: decimal;
  padding-left: 2rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
body.debug .site--header li,
body.debug .site--main li,
body.debug .site--footer li {
  background-color: rgba(255,222,204,0.15);
  outline: 1px solid rgba(212,173,144,0.5);
}
body.debug .site--header column,
body.debug .site--main column,
body.debug .site--footer column {
  background-color: rgba(204,220,255,0.15);
  outline: 1px solid rgba(145,161,214,0.5);
}
body.show-grid .site--debug-grid {
  position: fixed;
  top: 0;
  bottom: -1000%;
  left: 0;
  right: 0;
  z-index: 10000;
  pointer-events: none;
}
body.show-grid .site--debug-grid wrapper {
  background: rgba(99,99,99,0.075);
}
body.show-grid .site--debug-grid column {
  outline: 1px solid rgba(99,99,99,0.15);
  background: rgba(244,174,1,0.125);
  padding: 0 1rem;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.drivingconditions--component {
  background-color: #fff;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.drivingconditions--component .drivingconditions--main-title {
  background-color: #0d98db;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.drivingconditions--component .drivingconditions--weatherdata-row {
  border-bottom: solid 1px #ddd;
  padding: 0 0.75rem;
}
.drivingconditions--component .drivingconditions--weatherdata-holder {
  margin-top: 0;
  padding: 0.75rem 0;
}
.drivingconditions--component .drivingconditions--weatherdata-holder h6 {
  border-bottom: solid 1px #ddd;
  padding-left: 0.75rem;
  color: #4394bf;
  margin: 0;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}
.drivingconditions--component .drivingconditions--weatherdata-holder grid {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.drivingconditions--component .drivingconditions--weatherdata-holder column {
  margin-bottom: 1px;
}
.drivingconditions--component .drivingconditions--weatherdata-holder .drivingconditions--station-name {
  font-size: 13px;
  font-weight: 700;
  word-break: break-word;
}
.drivingconditions--component .drivingconditions--weatherdata-holder .drivingconditions--wind {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.drivingconditions--component .drivingconditions--weatherdata-holder .drivingconditions--wind-dir {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.drivingconditions--component .drivingconditions--weatherdata-holder .drivingconditions--icon {
  text-align: right;
  position: relative;
}
.drivingconditions--component .drivingconditions--weatherdata-holder .drivingconditions--icon img {
  display: block;
}
.drivingconditions--component .drivingconditions--self {
  page-break-inside: avoid;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.drivingconditions--component .drivingconditions--self .drivingconditions--menuitem {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-decoration: none;
}
.drivingconditions--component .drivingconditions--self .drivingconditions--menuitem .drivingconditions--menuitem-inner {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
  position: relative;
  padding: 1.25rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.drivingconditions--component .drivingconditions--self .drivingconditions--menuitem:last-child .drivingconditions--menuitem-inner {
  border-bottom: 0;
}
.drivingconditions--component .drivingconditions--self .drivingconditions--empty {
  padding: 1rem;
}
.explanations--component {
  background-color: #fff;
  margin-bottom: 2rem;
}
.explanations--component .explanations--main-title {
  background-color: #0d98db;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.explanations--component .explanations--self {
  page-break-inside: avoid;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.explanations--component .explanations--self .explanations--menuitem {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-decoration: none;
}
.explanations--component .explanations--self .explanations--menuitem .explanations--menuitem-inner {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  padding: 1.25rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.explanations--component .explanations--self .explanations--menuitem:last-child .explanations--menuitem-inner {
  border-bottom: 0;
}
.explanations--component .explanations--self .explanations--empty {
  padding: 1rem;
}
#footer--component {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 639px) {
  #footer--component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#footer--component .footer--logo-column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#footer--component .footer--logo {
  max-width: 333px;
  position: relative;
}
#footer--component .footer--logo > img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 639px) {
  #footer--component .footer--logo > img {
    width: 80%;
    margin: 0 auto;
  }
}
#footer--component .footer--logo-text {
  font-size: 14px;
  color: #0d98db;
  position: absolute;
  left: 49%;
  top: 85%;
  right: 0;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #footer--component .footer--logo-text {
    top: 81%;
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 639px) {
  #footer--component .footer--logo-text {
    font-size: 10px;
    top: 76%;
  }
}
#footer--component .footer--column--anything-new {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  #footer--component .footer--column--anything-new {
    -webkit-flex-basis: 139px;
    flex-basis: 139px;
    max-width: 139px;
  }
}
#footer--component .footer--anything-new {
  font-size: 20px;
  font-weight: 700;
  padding: 0 4px;
  color: #0d98db;
  background-color: #fff;
  text-transform: uppercase;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  border-bottom: 5px solid #0a7aaf;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.1;
}
#footer--component .footer--anything-new:hover {
  text-decoration: none;
}
#footer--component .footer--title {
  color: #0d98db;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  display: none;
}
@media only screen and (max-width: 639px) {
  #footer--component .footer--title {
    text-align: center;
    color: #fff;
  }
}
#footer--component .footer--contact {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 639px) {
  #footer--component .footer--contact {
    display: block;
  }
}
#footer--component .footer--contact a {
  color: #fff;
}
#footer--component .footer--contact .footer--address {
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}
@media only screen and (max-width: 639px) {
  #footer--component .footer--contact .footer--address {
    text-align: center;
    padding-bottom: 1rem;
  }
}
#footer--component .footer--contact .footer--separator {
  border-right: 1px solid #fff;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 639px) {
  #footer--component .footer--contact .footer--separator {
    display: none;
  }
}
#footer--component .footer--contact .footer--contact-options {
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}
@media only screen and (max-width: 639px) {
  #footer--component .footer--contact .footer--contact-options {
    text-align: center;
  }
}
#footer--component .footer--copyright {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  margin-top: 3rem;
  margin-bottom: -2rem;
  position: relative;
  bottom: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 639px) {
  #footer--component .footer--copyright {
    text-align: center;
    font-size: 12px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#footer--component .footer--copyright a {
  color: #fff;
}
#footer--component .footer--copyright .footer--copyright-separator {
  color: #0d98db;
  margin: 0 0.25rem;
}
#footer--component .footer--copyright .footer--policy {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 500;
  margin-right: 1rem;
}
#footer--component .footer--copyright .footer--policy img {
  margin-right: 0.5rem;
  width: 26px;
  position: relative;
  bottom: 3px;
}
#footer--component .ease-login {
  color: rgba(255,255,255,0.7);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#footer--component .ease-login:before {
  font-size: 0.875rem;
  padding-right: 0.125rem;
}
#footer--component .ease-login .ease-login--icon {
  margin-right: 0.375rem;
}
.forgotten-password--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#page_myndasavn .newsgroup--gallery {
  background: #fff;
  padding: 1.75rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
#page_myndasavn .newsgroup--gallery .gallery-heading {
  padding-top: 2rem !important;
}
#page_myndasavn .newsgroup--column--text {
  padding: 1rem 0;
  min-height: 0;
}
#page_myndasavn .newsgroup--column--text .newsgroup--title {
  font-size: 19px;
  padding-top: 0;
}
#page_myndasavn .newsgroup--newsarticle {
  padding: 0.5rem;
}
#header--component .new-menu {
  background-color: #0d98db;
  position: relative;
  padding: 14px 0;
}
#header--component .new-menu .header--relative-column {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #header--component .new-menu .header--relative-column {
    position: static;
  }
}
#header--component .new-menu .header--logo-link {
  display: block;
}
#header--component .new-menu .header--logo {
  display: block;
  max-width: 188px;
}
@media only screen and (max-width: 639px) {
  #header--component .new-menu .header--logo {
    max-width: 144px;
    margin: 0 auto;
  }
}
#header--component .new-menu .header--toggle-column {
  max-width: 64px;
  -webkit-flex-basis: 64px;
  flex-basis: 64px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
#header--component .new-menu .header--toggle-column:hover {
  background-color: rgba(255,255,255,0.25);
}
@media only screen and (max-width: 1023px) {
  #header--component .new-menu .header--toggle-column {
    height: 82px;
  }
}
#header--component .new-menu .header--toggle-column .header--offcanvas-toggle {
  display: inline-block;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 150ms;
}
#header--component .new-menu .header--toggle-column .header--offcanvas-toggle * {
  fill: #fff;
}
@media only screen and (max-width: 639px) {
  #header--component .new-menu .header--toggle-column .header--offcanvas-toggle {
    width: 24px;
    height: 24px;
  }
}
#header--component .new-menu .header--left-column {
  padding-left: 1rem;
}
#header--component .new-menu .header--center-column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-right: 2rem;
}
#header--component .new-menu .header--center-column > grid {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#header--component .new-menu .header--right-column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: static;
  background-color: transparent !important;
}
@media only screen and (max-width: 1023px) {
  #header--component .new-menu .header--right-column {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 1rem;
  }
}
#header--component .new-menu .header--right-column .header--search-toggle {
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 150ms;
}
#header--component .new-menu .header--right-column .header--search-toggle:hover .svg *,
#header--component .new-menu .header--right-column .header--search-toggle:active .svg * {
  fill: #ffd600;
}
@media only screen and (max-width: 1023px) {
  #header--component .new-menu .header--right-column .header--search-toggle {
    height: 88px;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0.75rem 0 0.75rem 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
  #header--component .new-menu .header--center-column {
    -webkit-flex-basis: 54.54545454545454%;
    flex-basis: 54.54545454545454%;
    max-width: 54.54545454545454%;
  }
  #header--component .new-menu .header--search-column {
    max-width: 100%;
    -webkit-flex-basis: 0;
    flex-basis: 0;
  }
  #header--component .new-menu .header--search-column > grid {
    min-width: 100%;
  }
  #header--component .new-menu .header--weather-column {
    display: none !important;
  }
}
#header--component .new-menu .header--right-link {
  display: block;
  padding: 1rem 0;
}
#header--component .new-menu .header--right-link:hover,
#header--component .new-menu .header--right-link:active {
  text-decoration: none;
  background-color: rgba(255,255,255,0.2);
}
#header--component .new-menu .header--right-icon-holder {
  text-align: center;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1023px) {
  #header--component .new-menu .header--right-icon-holder {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 10;
  }
}
#header--component .new-menu .header--right-icon {
  transition: 150ms;
}
#header--component .new-menu .header--right-icon * {
  transition: 150ms;
  fill: #fff;
}
#header--component .new-menu .header--right-icon--search {
  width: 27px;
  height: 34px;
}
#header--component .new-menu .header--right-icon--clock {
  width: 34px;
  height: 34px;
}
#header--component .new-menu .header--right-icon--clock #hours,
#header--component .new-menu .header--right-icon--clock #minutes {
  -webkit-transform-origin: 16.8px 16.8px;
  transform-origin: 16.8px 16.8px;
}
#header--component .new-menu .header--right-icon--weather {
  width: 41px;
  height: 34px;
}
#header--component .new-menu .header--right-icon--ocean {
  width: 41px;
  height: 34px;
}
#header--component .new-menu .header--right-label {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 9px;
  font-weight: 400;
}
@media only screen and (max-width: 639px) {
  #header--component .new-menu .header--right-label {
    display: none;
  }
}
#header--component .new-menu .header--menu-canvas {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 4;
  cursor: pointer;
}
#header--component .new-menu .header--menu-canvas .header--menu-canvas--absolute {
  display: none;
  position: absolute;
  top: 62px;
  background-color: #0d98db;
  z-index: 4;
  right: 0;
  width: 300px;
  padding: 1.5rem 0 1.5rem 1.5rem;
  transition: 300ms;
}
#header--component .new-menu .header--menu-canvas .header--menu-canvas--absolute .menu--menuitem-inner {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
}
#header--component .new-menu .header--menu-canvas .header--menu-canvas--absolute .menu--menuitem-inner:hover {
  color: #ffd600;
}
#header--component .new-menu .header--menu-canvas .hide-canvas {
  display: none;
}
#header--component .new-menu .header--menu-canvas .x-canvas {
  max-width: 27px;
  -webkit-flex-basis: 27px;
  flex-basis: 27px;
  height: 27px;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
#header--component .new-menu .header--menu-canvas .x-canvas .svg {
  width: 27px;
}
#header--component .new-menu .header--menu-canvas .x-canvas:hover * {
  fill: #ffd600;
}
#header--component .new-menu .header--menu-canvas .burger-canvas {
  max-width: 27px;
  -webkit-flex-basis: 27px;
  flex-basis: 27px;
  height: 27px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
#header--component .new-menu .header--menu-canvas .burger-canvas:hover * {
  fill: #ffd600;
}
.invoice--component .invoice--orderlines {
  width: 100%;
}
.invoice--component .invoice--orderlines th {
  padding: 1rem;
}
.invoice--component .invoice--orderlines td {
  padding: 0 1rem 1rem 1rem;
}
@media print {
  .invoice--component .invoice--orderlines td {
    padding: 0 1rem 0 1rem;
  }
}
.invoice--component .invoice--orderlines .wide {
  width: 100%;
}
.invoice--component .invoice--orderlines .narrow {
  width: 1%;
}
.invoice--component .invoice--orderlines .nowrap {
  white-space: nowrap;
}
@media only screen and (max-width: 639px) {
  .invoice--component .invoice--orderlines .orderlines--unit-price,
  .invoice--component .invoice--orderlines .orderlines--vat {
    display: none;
  }
}
.komandi-tiltok--component {
  background-color: #fff;
  position: relative;
  margin-left: 1rem;
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 639px) {
  .komandi-tiltok--component {
    margin-left: 0;
  }
}
.komandi-tiltok--component .komandi-tiltok--color {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  border-width: 4px 0 0 0;
  border-style: solid;
  border-color: #3c96c1;
  margin-left: -1.5rem;
}
.komandi-tiltok--component .komandi-tiltok--header {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .komandi-tiltok--component .komandi-tiltok--header {
    padding-top: 16px;
  }
}
.komandi-tiltok--component .komandi-tiltok--header .komandi-tiltok--redirect {
  background-color: #3c96c1;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  position: absolute;
  right: 16px;
}
@media only screen and (max-width: 639px) {
  .komandi-tiltok--component .komandi-tiltok--header .komandi-tiltok--redirect {
    top: 16px;
  }
}
.komandi-tiltok--component .komandi-tiltok--header .komandi-tiltok--redirect .komandi-tiltok--redirect-title {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.komandi-tiltok--component .komandi-tiltok--self {
  padding-top: 1rem;
}
.komandi-tiltok--component .komandi-tiltok--self .komandi-tiltok--link {
  text-decoration: none;
  cursor: pointer;
}
.komandi-tiltok--component .komandi-tiltok--self .komandi-tiltok--link .komandi-tiltok--date {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding-bottom: 0.125rem;
}
.komandi-tiltok--component .komandi-tiltok--self .komandi-tiltok--link .komandi-tiltok--title {
  margin-top: 0.25rem;
  color: #000;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.show-all {
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 700;
}
.show-all--image-holder {
  display: -webkit-flex;
  display: flex;
  margin-top: 0.5rem;
  -webkit-justify-content: center;
  justify-content: center;
}
.komandi-tiltok--component-grid {
  padding: 2rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
}
.komandi-tiltok--component-grid .komandi-tiltok--header {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 639px) {
  .komandi-tiltok--component-grid .komandi-tiltok--header {
    padding-top: 16px;
  }
}
.komandi-tiltok--component-grid .komandi-tiltok--header .komandi-tiltok--redirect {
  background-color: #3c96c1;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  position: absolute;
  right: 16px;
}
@media only screen and (max-width: 639px) {
  .komandi-tiltok--component-grid .komandi-tiltok--header .komandi-tiltok--redirect {
    top: 16px;
  }
}
.komandi-tiltok--component-grid .komandi-tiltok--header .komandi-tiltok--redirect .komandi-tiltok--redirect-title {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.komandi-tiltok--component-grid .komandi-tiltok--self {
  page-break-inside: avoid;
  height: 100%;
  margin: -8px;
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--item {
  display: block;
  position: relative;
  padding: 8px;
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--item .komandi-tiltok--link {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  background-color: #eff2f3;
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--item .komandi-tiltok--image {
  width: 100%;
  padding-top: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 500ms;
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--item .komandi-tiltok--date {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: #3c96c1;
  padding-bottom: 0.125rem;
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--item .komandi-tiltok--title {
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 0.375rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0,0,0,0.87);
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--item .komandi-tiltok--content {
  line-height: 1.5;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--item .komandi-tiltok--read-more {
  color: #f90;
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--item .highlight {
  background-color: rgba(255,255,0,0.75);
}
.komandi-tiltok--component-grid .komandi-tiltok--self .komandi-tiltok--empty {
  padding: 1rem;
}
.kykmyndir--sort {
  background-color: #fff;
  padding: 2rem 1rem 1.25rem 1rem;
}
.kykmyndir--sort .kykmyndir--heading {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .kykmyndir--sort .kykmyndir--heading {
    font-size: 20px;
  }
}
.kykmyndir--sort .kykmyndir--sorting-search {
  min-height: 30px;
}
.kykmyndir--sort .kykmyndir--sorter {
  background-color: #bfbebe;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}
.kykmyndir--sort .kykmyndir--sorter:first-child {
  background-color: #009ad8;
  color: #fff;
}
@media only screen and (max-width: 639px) {
  .kykmyndir--sort .kykmyndir--sorter {
    font-weight: 400;
    font-size: 8px;
    padding: 0.125rem 0.25rem;
    margin-right: 1px;
  }
}
.kykmyndir--sort .kykmyndir--search {
  color: #000;
  display: inline-flex;
  float: right;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  bottom: 3px;
  left: 2px;
}
.kykmyndir--column--text {
  padding: 1rem 0;
  min-height: 0;
}
.kykmyndir--column--text .newsgroup--title {
  font-size: 19px;
  padding-top: 0;
}
.kykmyndir--newsarticle {
  padding: 0.5rem;
}
.kykmyndir--sorting-search {
  position: relative;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 639px) {
  .kykmyndir--sorting-search {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.kykmyndir--search-overflow {
  display: none;
  -webkit-align-items: center;
  align-items: center;
}
.kykmyndir--search-overflow .kykmyndir--overflow {
  position: absolute;
  z-index: 1;
  transition: left 500ms, right 500ms;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(100% - 0rem);
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .kykmyndir--search-overflow .kykmyndir--overflow {
    margin-right: -1rem;
  }
}
.kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder {
  overflow: hidden;
  width: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder {
    -webkit-order: 2;
    order: 2;
    -webkit-justify-content: start;
    justify-content: start;
  }
}
.kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder .site-search--icon {
  width: 27px;
  height: 27px;
  transition: 150ms;
}
.kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder .site-search--icon * {
  transition: 150ms;
  fill: rgba(0,0,0,0.87);
}
.kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder .site-search--icon * .site-search--icon-holder {
  overflow: hidden;
  width: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder .site-search--icon * .site-search--icon-holder {
    -webkit-order: 2;
    order: 2;
  }
}
.kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder .site-search--icon * .site-search--icon-holder .site-search--icon {
  width: 27px;
  height: 27px;
  transition: 150ms;
}
.kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder .site-search--icon * .site-search--icon-holder .site-search--icon * {
  transition: 150ms;
  fill: rgba(0,0,0,0.87);
}
@media only screen and (max-width: 639px) {
  .kykmyndir--search-overflow .kykmyndir--overflow .site-search--icon-holder .site-search--icon * .site-search--icon-holder .site-search--icon {
    width: 18px;
    height: 18px;
  }
}
.newsgroup--kykmyndir .newsgroup--self {
  page-break-inside: avoid;
  height: 100%;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle {
  display: none;
  position: relative;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--link {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--color {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  border-width: 4px 0 0 0;
  border-style: solid;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--column--image {
  position: relative;
  overflow: hidden;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle--video .newsgroup--column--image:before {
  transition: 250ms;
  content: '';
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/site/templates/default/assets/images/video.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--image {
  width: 100%;
  padding-top: 66.52892561983471%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 350ms;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--audio-icon {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255,255,255,0.5);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
@media only screen and (min-width: 1024px) {
  .newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--column--text {
    min-height: 10rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 1023px) {
  .newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--column--text {
    min-height: 7rem;
  }
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--title {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 0.375rem;
  color: rgba(0,0,0,0.87);
  font-size: 25px;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--title {
    font-size: 18px;
  }
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--newsgroup-and-date {
  margin-top: 0.375rem;
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--newsarticle-newsgroup {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 0.25rem;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--date {
  font-weight: 600;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--content {
  line-height: 1.5;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .newsgroup--read-more {
  color: #f90;
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--newsarticle .highlight {
  background-color: rgba(255,255,0,0.75);
}
.newsgroup--kykmyndir .newsgroup--self .newsgroup--empty {
  padding: 1rem;
}
.kykmyndir--search .site-search--icon-holder {
  overflow: hidden;
  width: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .kykmyndir--search .site-search--icon-holder {
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 639px) {
  .kykmyndir--search .site-search--icon-holder {
    -webkit-justify-content: start;
    justify-content: start;
  }
}
.kykmyndir--search .site-search--icon-holder .site-search--icon {
  width: 27px;
  height: 27px;
  transition: 150ms;
}
@media only screen and (max-width: 639px) {
  .kykmyndir--search .site-search--icon-holder .site-search--icon {
    width: 20px;
    height: 20px;
  }
}
.kykmyndir--search .site-search--icon-holder .site-search--icon * {
  transition: 150ms;
  fill: rgba(0,0,0,0.87);
}
.kykmyndir--search .site-search--icon-holder .site-search--icon * .site-search--icon-holder {
  overflow: hidden;
  width: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .kykmyndir--search .site-search--icon-holder .site-search--icon * .site-search--icon-holder {
    -webkit-order: 2;
    order: 2;
  }
}
.kykmyndir--search .site-search--icon-holder .site-search--icon * .site-search--icon-holder .site-search--icon {
  width: 27px;
  height: 27px;
  transition: 150ms;
}
.kykmyndir--search .site-search--icon-holder .site-search--icon * .site-search--icon-holder .site-search--icon * {
  transition: 150ms;
  fill: rgba(0,0,0,0.87);
}
.leita--kykmyndir {
  margin: 1rem;
}
.search-kykmyndir--component .newsgroup--self {
  page-break-inside: avoid;
  height: 100%;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--color {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  border-width: 4px 0 0 0;
  border-style: solid;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--column--image {
  position: relative;
  overflow: hidden;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle--video .newsgroup--column--image:before {
  transition: 250ms;
  content: '';
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/site/templates/default/assets/images/video.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--image {
  width: 100%;
  padding-top: 66.52892561983471%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 350ms;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--audio-icon {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255,255,255,0.5);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
@media only screen and (min-width: 1024px) {
  .search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--column--text {
    min-height: 10rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 1023px) {
  .search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--column--text {
    min-height: 7rem;
  }
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--title {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 0.375rem;
  color: rgba(0,0,0,0.87);
  font-size: 25px;
}
@media only screen and (max-width: 1023px) {
  .search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--title {
    font-size: 18px;
  }
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--newsgroup-and-date {
  margin-top: 0.375rem;
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--newsarticle-newsgroup {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 0.25rem;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--date {
  font-weight: 600;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--content {
  line-height: 1.5;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .newsgroup--read-more {
  color: #f90;
}
.search-kykmyndir--component .newsgroup--self .newsgroup--newsarticle .highlight {
  background-color: rgba(255,255,0,0.75);
}
.search-kykmyndir--component .newsgroup--self .newsgroup--empty {
  padding: 1rem;
}
.languages--language {
  text-transform: uppercase;
  font-weight: 800;
}
.languages--language--active {
  color: #0d98db;
}
.layout--component {
  display: -webkit-flex;
  display: flex;
/* FILLS */
/* LEFT PANE */
/* CENTER PANE */
/* RIGHT PANE */
}
.layout--component.layout--component--newsgroup-lesarabrov {
  margin: 2rem 0;
}
@media only screen and (max-width: 1023px) {
  .layout--component.layout--component--newsgroup-lesarabrov {
    margin: 1rem 0;
  }
}
.layout--component .layout--left-fill {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: transparent;
  position: relative;
}
.layout--component .layout--left-fill.layout--left-fill--newsgroup-lesarabrov {
  background-color: #0d98db;
}
.layout--component .layout--right-fill {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: transparent;
  position: relative;
}
.layout--component .layout--right-fill.layout--right-fill--newsgroup-lesarabrov {
  background-color: #fff;
}
@media only screen and (min-width: 640px) {
  .layout--component .layout--column--ad-style2 {
    -webkit-flex-basis: 28.8185% !important;
    flex-basis: 28.8185% !important;
    max-width: 28.8185% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .layout--component .layout--column--ad-style2-2 {
    -webkit-flex-basis: 28.8185% !important;
    flex-basis: 28.8185% !important;
    max-width: 28.8185% !important;
  }
}
@media only screen and (min-width: 640px) {
  .layout--component .layout--column--ad-style3 {
    -webkit-flex-basis: 66.6666% !important;
    flex-basis: 66.6666% !important;
    max-width: 66.6666% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .layout--component .layout--column--ad-style3 {
    -webkit-flex-basis: 75.695% !important;
    flex-basis: 75.695% !important;
    max-width: 75.695% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .layout--component .layout--column--ad-style3-3 {
    -webkit-flex-basis: 75.695% !important;
    flex-basis: 75.695% !important;
    max-width: 75.695% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .layout--component .layout--column--ad-style3-4 {
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .layout--component .layout--column--ad-style8-8 {
    -webkit-flex-basis: 71.3% !important;
    flex-basis: 71.3% !important;
    max-width: 71.3% !important;
  }
}
.leidarin--main-title {
  padding: 2rem 0 0;
  color: #262728;
  font-family: Merriweather;
  font-size: 28px;
  font-weight: bold;
}
.live-button--component {
  height: 100%;
}
.live-button--component .live-button--self {
  min-width: 230px;
  height: 100%;
}
.live-button--component .live-button--self--inactive .live-button--link {
  display: none;
}
.live-button--component .live-button--self--inactive.live-button--self--loggedin .live-button--link {
  display: -webkit-flex;
  display: flex;
  background-color: #999;
  opacity: 0.5;
}
.live-button--component .live-button--self--inactive.live-button--self--loggedin .live-button--link:hover {
  background-color: #b8b8b8;
  text-decoration: none;
}
.live-button--component .live-button--link {
  background-color: #fd5241;
  color: #fff;
  padding: 0.625rem 0.875rem;
  display: -webkit-flex;
  display: flex;
  transition: 150ms;
}
.live-button--component .live-button--link:hover {
  background-color: #fe867a;
  text-decoration: none;
}
.live-button--component .live-button--play-icon {
  float: left;
  margin-right: 0.75rem;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.live-button--component .live-button--text-holder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.live-button--component .live-button--title {
  font-weight: 700;
}
.live-button--component .live-button--subtitle {
  font-size: 13px;
}
.menu--component {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  display: -webkit-flex;
  display: flex;
}
.menu--component--topmost {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.menu--component .menu--self {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--component .menu--self .menu--menuitem {
  white-space: nowrap;
  margin: 0;
  padding: 0.25rem 0.75rem;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  height: 100%;
}
.menu--component .menu--self .menu--menuitem .menu--menuitem-inner {
  transition: 150ms;
}
.menu--component .menu--self .menu--menuitem .menu--menuitem-inner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  border-bottom: 0 solid #f8c05d;
  transition: 150ms;
}
.menu--component .menu--self .menu--menuitem.menu--menuitem--active-ancestor .menu--menuitem-inner,
.menu--component .menu--self .menu--menuitem.menu--menuitem--active-parent .menu--menuitem-inner,
.menu--component .menu--self .menu--menuitem.menu--menuitem--active .menu--menuitem-inner {
  font-weight: 800;
}
.menu--component .menu--self .menu--menuitem.menu--menuitem--active-ancestor .menu--menuitem-inner:before,
.menu--component .menu--self .menu--menuitem.menu--menuitem--active-parent .menu--menuitem-inner:before,
.menu--component .menu--self .menu--menuitem.menu--menuitem--active .menu--menuitem-inner:before,
.menu--component .menu--self .menu--menuitem:hover .menu--menuitem-inner:before,
.menu--component .menu--self .menu--menuitem:active .menu--menuitem-inner:before,
.menu--component .menu--self .menu--menuitem:focus .menu--menuitem-inner:before {
  border-bottom-width: 4px;
}
.menu--component .menu--self .menu--menuitem.menu--menuitem--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.menu--component .menu--self .menu--menuitem.menu--menuitem--add {
  cursor: pointer;
}
.menu--component.menu--component--topmost .menu--self {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.menu--component.menu--component--topmost .menu--self .menu--menuitem {
  font-size: 13px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: auto;
}
.menu--component.menu--component--topmost .menu--self .menu--menuitem .menu--menuitem-inner:before {
  display: none;
}
.menu--component.menu--component--topmost .menu--self .menu--menuitem.menu--menuitem--active-ancestor .menu--menuitem-inner,
.menu--component.menu--component--topmost .menu--self .menu--menuitem.menu--menuitem--active-parent .menu--menuitem-inner,
.menu--component.menu--component--topmost .menu--self .menu--menuitem.menu--menuitem--active .menu--menuitem-inner,
.menu--component.menu--component--topmost .menu--self .menu--menuitem:hover .menu--menuitem-inner,
.menu--component.menu--component--topmost .menu--self .menu--menuitem:active .menu--menuitem-inner,
.menu--component.menu--component--topmost .menu--self .menu--menuitem:focus .menu--menuitem-inner {
  color: #f8c05d;
}
.new-menu .menu--component {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  display: -webkit-flex;
  display: flex;
}
.new-menu .menu--component--topmost {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.new-menu .menu--component .menu--self {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-menu .menu--component .menu--self .menuitem--custom {
  border: solid 2px #fff;
  position: relative;
}
.new-menu .menu--component .menu--self .menuitem--custom:before {
  position: absolute;
  content: '';
  left: 1.5rem;
  right: 1.5rem;
  top: -2px;
  height: 2px;
  background-color: #0d98db;
}
.new-menu .menu--component .menu--self .menuitem--custom:after {
  position: absolute;
  content: '';
  left: 1.5rem;
  right: 1.5rem;
  bottom: -2px;
  height: 2px;
  background-color: #0d98db;
}
.new-menu .menu--component .menu--self .menu--menuitem {
  white-space: nowrap;
  margin: 0;
  padding: 0.375rem 0.75rem;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
}
.new-menu .menu--component .menu--self .menu--menuitem .menu--menuitem-inner {
  transition: 150ms;
}
.new-menu .menu--component .menu--self .menu--menuitem .menu--menuitem-inner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  border-bottom: 0 solid #f8c05d;
  transition: 150ms;
}
.new-menu .menu--component .menu--self .menu--menuitem.menu--menuitem--active-ancestor .menu--menuitem-inner,
.new-menu .menu--component .menu--self .menu--menuitem.menu--menuitem--active-parent .menu--menuitem-inner,
.new-menu .menu--component .menu--self .menu--menuitem.menu--menuitem--active .menu--menuitem-inner {
  font-weight: 800;
}
.new-menu .menu--component .menu--self .menu--menuitem.menu--menuitem--active-ancestor .menu--menuitem-inner,
.new-menu .menu--component .menu--self .menu--menuitem.menu--menuitem--active-parent .menu--menuitem-inner,
.new-menu .menu--component .menu--self .menu--menuitem.menu--menuitem--active .menu--menuitem-inner,
.new-menu .menu--component .menu--self .menu--menuitem:hover .menu--menuitem-inner,
.new-menu .menu--component .menu--self .menu--menuitem:active .menu--menuitem-inner,
.new-menu .menu--component .menu--self .menu--menuitem:focus .menu--menuitem-inner {
  color: #ffd600;
}
.new-menu .menu--component .menu--self .menu--menuitem.menu--menuitem--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.new-menu .menu--component .menu--self .menu--menuitem.menu--menuitem--add {
  cursor: pointer;
}
.new-menu.menu--component--topmost .menu--component .menu--menuitem,
.new-menu .menu--component .menu--self align-items flex-start .menu--menuitem {
  font-size: 13px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: auto;
}
.new-menu.menu--component--topmost .menu--component .menu--menuitem .menu--menuitem-inner:before,
.new-menu .menu--component .menu--self align-items flex-start .menu--menuitem .menu--menuitem-inner:before {
  display: none;
}
.new-menu.menu--component--topmost .menu--component .menu--menuitem.menu--menuitem--active-ancestor .menu--menuitem-inner,
.new-menu .menu--component .menu--self align-items flex-start .menu--menuitem.menu--menuitem--active-ancestor .menu--menuitem-inner,
.new-menu.menu--component--topmost .menu--component .menu--menuitem.menu--menuitem--active-parent .menu--menuitem-inner,
.new-menu .menu--component .menu--self align-items flex-start .menu--menuitem.menu--menuitem--active-parent .menu--menuitem-inner,
.new-menu.menu--component--topmost .menu--component .menu--menuitem.menu--menuitem--active .menu--menuitem-inner,
.new-menu .menu--component .menu--self align-items flex-start .menu--menuitem.menu--menuitem--active .menu--menuitem-inner,
.new-menu.menu--component--topmost .menu--component .menu--menuitem:hover .menu--menuitem-inner,
.new-menu .menu--component .menu--self align-items flex-start .menu--menuitem:hover .menu--menuitem-inner,
.new-menu.menu--component--topmost .menu--component .menu--menuitem:active .menu--menuitem-inner,
.new-menu .menu--component .menu--self align-items flex-start .menu--menuitem:active .menu--menuitem-inner,
.new-menu.menu--component--topmost .menu--component .menu--menuitem:focus .menu--menuitem-inner,
.new-menu .menu--component .menu--self align-items flex-start .menu--menuitem:focus .menu--menuitem-inner {
  color: #f8c05d;
}
.merkisdagar--component {
  padding: 2rem 1.25rem;
  position: relative;
  background-color: #fff;
  border-top: 4px solid #fcd36b;
}
.merkisdagar--component .merkisdagar--main-title {
  font-size: 23px;
  margin-bottom: 2rem;
  margin-top: 0;
}
.merkisdagar--component .calendar--link {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.merkisdagar--component .calendar--image {
  background-repeat: no-repeat;
  width: 52px;
  min-width: 52px;
  height: 52px;
}
.merkisdagar--component .calendar--text-holder {
  padding-left: 1rem;
}
.merkisdagar--component .calendar--date {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
}
.merkisdagar--component .calendar--title {
  color: rgba(0,0,0,0.87);
  font-size: 17px;
  font-weight: 400;
  margin-top: 0.5rem;
}
.merkisdagar--component .merkisdagar--page-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 50px;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.message--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.nakad-nytt--component {
  margin-top: 0;
  margin-bottom: 2rem;
  background-color: #fff;
  position: relative;
  padding: 1.25rem;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.newsarticle--component {
  margin-top: 0;
  margin-bottom: 2rem;
}
.newsarticle--component .newsarticle--self {
  background-color: #fff;
  position: relative;
  padding: 1.25rem;
}
@media only screen and (max-width: 639px) {
  .newsarticle--component .newsarticle--self {
    padding: 1rem;
  }
}
.newsarticle--component .newsarticle--self--video {
  padding-top: 2rem;
}
.newsarticle--component .newsarticle--self--video .newsarticle--images {
  display: none;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player {
  display: -webkit-flex;
  display: flex;
  padding: 0;
  background-color: #ddd;
  overflow: hidden;
  transition: 200ms;
  position: absolute;
  height: 3rem;
  top: -1rem;
  right: 10%;
  left: 90%;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-button {
  border: none;
  outline: none;
  display: inline-block;
  padding: 1rem;
  padding-left: 1.25rem;
  width: 4rem;
  color: #fff;
  background-color: #1c75bc;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-button .newsarticle--button-icon--play,
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-button .newsarticle--button-icon--pause {
  display: none;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-button.audioplayer--play {
  background-color: #165e96;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-button.audioplayer--play .newsarticle--button-icon--play {
  display: block;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-button.audioplayer--pause {
  background-color: #114671;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-button.audioplayer--pause .newsarticle--button-icon--pause {
  display: block;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-timeline {
  background: #dcdcdc;
  position: relative;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-timeline .newsarticle--audio-progress {
  background-color: #1c75bc;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-timeline .newsarticle--audio-playhead {
  width: 3rem;
  height: 100%;
  margin-left: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-time {
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #1c75bc;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-time-elapsed {
  margin-right: 0.25rem;
}
.newsarticle--component .newsarticle--self .newsarticle--audio-player .newsarticle--audio-time-total {
  margin-left: 0.25rem;
}
.newsarticle--component .newsarticle--self.newsarticle--self--show-audio-player .newsarticle--audio-player {
  left: -1rem;
  right: -1rem;
}
.newsarticle--component .newsarticle--self .newsarticle--button--listen {
  opacity: 1;
  height: 3rem;
  transition: 200ms;
  position: absolute;
  top: -1rem;
  right: 1rem;
  border-radius: 0;
}
@media only screen and (max-width: 639px) {
  .newsarticle--component .newsarticle--self .newsarticle--button--listen {
    right: 0;
  }
}
.newsarticle--component .newsarticle--self .newsarticle--button--listen .newsarticle--button-icon {
  vertical-align: middle;
  margin-right: 0.25rem;
}
.newsarticle--component .newsarticle--self .newsarticle--button--listen .newsarticle--button-text {
  vertical-align: middle;
}
.newsarticle--component .newsarticle--self.newsarticle--self--show-audio-player .newsarticle--button--listen {
  opacity: 0;
  right: 0;
}
.newsarticle--component .newsarticle--self .newsarticle--images {
  margin-bottom: 32px;
}
.newsarticle--component .newsarticle--self .newsarticle--image-holder {
  overflow: hidden;
  position: relative;
  display: block;
}
.newsarticle--component .newsarticle--self .newsarticle--image {
  width: 100%;
  transition: 400ms;
  display: block;
}
.newsarticle--component .newsarticle--self .newsarticle--title {
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 20px;
  margin-top: 1rem;
}
.newsarticle--component .newsarticle--self .newsarticle--author-and-newsgroup-and-date {
  font-size: 14px;
  margin-bottom: 1.25rem;
}
.newsarticle--component .newsarticle--self .newsarticle--author-and-newsgroup-and-date .newsarticle--author {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.newsarticle--component .newsarticle--self .newsarticle--author-and-newsgroup-and-date .newsarticle--author .newsarticle--author--written-by {
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 700;
}
.newsarticle--component .newsarticle--self .newsarticle--author-and-newsgroup-and-date .newsarticle--date {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.newsarticle--component .newsarticle--self .newsarticle--author-and-newsgroup-and-date .newsarticle--newsgroup {
  font-size: 13px;
  font-weight: 700;
  margin-left: 0.5rem;
  text-transform: uppercase;
}
.newsarticle--component .newsarticle--self .newsarticle--subtitle {
  font-family: Merriweather;
  font-size: 16px;
  font-weight: 600;
  color: #262728;
  line-height: 27px;
}
.newsarticle--component .newsarticle--self .newsarticle--content {
  font-family: Merriweather;
  font-size: 16px;
  font-weight: 400;
  color: #262728;
  line-height: 27px;
}
.newsarticle--component .newsarticle--self .newsarticle--details {
  margin-top: 3.5rem;
}
.newsarticle--component .newsarticle--self .newsarticle--details .newsarticle--share {
  float: left;
}
.newsarticle--component .newsarticle--self .newsarticle--small-images-holder {
  padding-top: 2rem;
  margin-bottom: -0.5rem;
}
.newsarticle--component .newsarticle--self .newsarticle--small-image-holder {
  overflow: hidden;
  position: relative;
  display: block;
}
.newsarticle--component .newsarticle--self .newsarticle--small-image {
  width: 100%;
  padding-top: 75%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 400ms;
}
.newsarticle--component .newsarticle--self .newsarticle--empty {
  padding: 1.5rem 0;
}
.newsarticle--component .newsarticle--related-news {
  padding: 1.75rem 1.25rem 0.25rem;
  margin-top: 2rem;
  background-color: #fff;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-newsarticle {
  display: block;
  position: relative;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-link {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-color {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  border-width: 4px 0 0 0;
  border-style: solid;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-column--image {
  position: relative;
  overflow: hidden;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-image {
  width: 100%;
  padding-top: 66.52892561983471%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 500ms;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-audio-icon {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255,255,255,0.5);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-column--text {
  background-color: #e2e8ea;
}
@media only screen and (min-width: 1024px) {
  .newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-column--text {
    min-height: 200px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-title {
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 0.375rem;
  color: rgba(0,0,0,0.87);
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-newsgroup {
  margin-top: 0.375rem;
  margin-bottom: 1rem;
  font-size: 13px;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-newsarticle-newsgroup {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 0.5rem;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-date {
  font-weight: 700;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-content {
  line-height: 1.5;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .newsarticle--related-read-more {
  color: #f90;
}
.newsarticle--component .newsarticle--related-news .newsarticle--related-newsarticles .highlight {
  background-color: rgba(255,255,0,0.75);
}
.newsarticle--component .newsarticle--got-information {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 1rem;
}
.newsarticle--component .newsarticle--got-information .newsarticle--got-information--self {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.newsarticle--component .newsarticle--got-information .newsarticle--got-information--self .newsarticle--got-information--link {
  text-decoration: none;
  background-color: #0d98db;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  width: 111px;
  height: 111px;
  border-radius: 60px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.1;
  color: #fff;
}
.newsarticle--facebook-comments {
  margin-top: 2rem;
  margin-bottom: 44px;
  background-color: #fff;
  padding: 1.25rem;
}
.newsgroup-blogger--component {
  background-color: #fff;
  margin-bottom: 2rem;
}
.newsgroup-blogger--component .newsgroup-blogger--self {
  page-break-inside: avoid;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.newsgroup-blogger--component .newsgroup-blogger--self .newsgroup-blogger--main-title {
  background-color: #0d98db;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.newsgroup-blogger--component .newsgroup-blogger--self .newsgroup-blogger--newsarticles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.newsgroup-blogger--component .newsgroup-blogger--self .newsgroup-blogger--newsarticle {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.newsgroup-blogger--component .newsgroup-blogger--self .newsgroup-blogger--newsarticle .newsgroup-blogger--link {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  padding: 1.25rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.newsgroup-blogger--component .newsgroup-blogger--self .newsgroup-blogger--newsarticle .newsgroup-blogger--title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}
.newsgroup-blogger--component .newsgroup-blogger--self .newsgroup-blogger--newsarticle:last-child .newsgroup-blogger--link {
  border-bottom: 0;
}
.newsgroup-blogger--component .newsgroup-blogger--self .newsgroup-blogger--empty {
  padding: 1rem;
}
.newsgroup-leidarin--component {
  background-color: #fff;
}
.newsgroup-leidarin--component .newsgroup-leidarin--self {
  page-break-inside: avoid;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--main-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 1.125rem;
  color: #fff;
  background-color: #0d98db;
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--main-title .slider--show-all {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: none;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle {
    width: 50%;
  }
  .newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle:first-child {
    float: left;
    border-right: 1px solid rgba(0,0,0,0.14);
  }
  .newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle:last-child {
    float: right;
  }
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle .newsgroup-leidarin--link {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  padding: 1.25rem;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle .newsgroup-leidarin--link {
    border-bottom: 0;
  }
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle .newsgroup-leidarin--title {
  width: 100%;
  font-size: 25px;
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle .newsgroup--newsgroup-and-date {
  margin-top: 0.375rem;
  margin-bottom: 1rem;
  font-size: 13px;
  width: 100%;
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle .newsgroup-leidarin--newsgroup {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 0.5rem;
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle .newsgroup-leidarin--date {
  font-weight: 600;
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--newsarticle:last-child .newsgroup-leidarin--link {
  border-bottom: 0;
}
.newsgroup-leidarin--component .newsgroup-leidarin--self .newsgroup-leidarin--empty {
  padding: 1rem;
}
.newsgroup-lesarabrov--component {
  background-color: #fff;
}
.newsgroup-lesarabrov--component .newsgroup-lesarabrov--self {
  page-break-inside: avoid;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-top: 4px solid #51c8ba;
  padding-bottom: 1rem;
}
.newsgroup-lesarabrov--component .newsgroup-lesarabrov--self .newsgroup-lesarabrov--main-title {
  padding: 2.25rem 1.125rem 0 1.125rem;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.04px;
  font-size: 26px;
}
.newsgroup-lesarabrov--component .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.newsgroup-lesarabrov--component .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .newsgroup-lesarabrov--component .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.newsgroup-lesarabrov--component .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle .newsgroup-lesarabrov--link {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
  position: relative;
  padding: 0.75rem 1rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsgroup-lesarabrov--component .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle .newsgroup-lesarabrov--author {
  font-size: 14px;
  color: #0d98db;
  font-weight: 500;
  margin-bottom: 0.25rem;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.newsgroup-lesarabrov--component .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle .newsgroup-lesarabrov--title {
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
  line-height: 1.45;
  flex-bottom: 100%;
  max-width: 100%;
  width: 100%;
}
.newsgroup-lesarabrov--component .newsgroup-lesarabrov--self .newsgroup-lesarabrov--empty {
  padding: 1rem;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider {
  background-color: #e3e7ea;
  display: grid;
  grid-template-columns: 215px auto;
  grid-template-rows: 102px;
  grid-template-areas: "title slider";
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider {
    grid-template-areas: "title" "slider";
    grid-template-columns: 100% 100%;
    grid-template-rows: 74px 116px;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--main-title {
  grid-area: title;
  color: #fff;
  font-family: 'Merriweather', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.78px;
  line-height: 34px;
  background-color: #0d98db;
  padding: 20px 16px;
  margin: 0;
  position: relative;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--main-separator {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  background-color: #e3e7ea;
}
@media only screen and (max-width: 1023px) {
  .newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--main-separator {
    display: none !important;
  }
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--main-separator.newsgroup-lesarabrov--main-separator--newsarticle {
  left: -42px;
  right: none;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--main-separator .newsgroup-lesarabrov--wedge-left,
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--main-separator .newsgroup-lesarabrov--wedge-right {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 100%;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--main-separator .newsgroup-lesarabrov--wedge-left {
  left: 0;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--main-separator .newsgroup-lesarabrov--wedge-right {
  right: 0;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self {
  grid-area: slider;
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--next {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 3rem;
  z-index: 11;
  cursor: pointer;
  color: rgba(0,0,0,0.87);
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  transition: 200ms ease-in-out;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--next:hover {
  text-shadow: 0 19px 38px rgba(0,0,0,0.3);
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--prev {
  display: none !important;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--next {
  right: 0;
  width: 260px;
  background-color: rgba(255,255,255,0) !important;
  background-color: #fff;
  background-image: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 75%);
  background-image: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 75%);
  background-image: -ms-linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 75%);
  background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 75%);
}
@media only screen and (max-width: 1023px) {
  .newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--next {
    width: 32px;
  }
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--next i {
  margin-left: auto;
  margin-right: 1rem;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticles {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle {
  position: relative;
  display: block;
  height: 102px;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle .newsgroup-lesarabrov--link {
  display: block;
  padding: 20px 32px;
  background-color: #fff;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle .newsgroup-lesarabrov--author {
  color: #282828;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}
.newsgroup-lesarabrov--component.newsgroup-lesarabrov--component--slider .newsgroup-lesarabrov--self .newsgroup-lesarabrov--newsarticle .newsgroup-lesarabrov--title {
  color: #282828;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.newsgroup-merkisdagar--component {
  padding: 2rem 1.25rem 3rem;
  position: relative;
  background-color: #fff;
  border-top: 4px solid #f8c05d;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--main-title {
  font-size: 23px;
  margin-bottom: 2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 639px) {
  .newsgroup-merkisdagar--component .newsgroup-merkisdagar--main-title {
    white-space: normal;
  }
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--self {
  page-break-inside: avoid;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--self .newsgroup-merkisdagar--newsarticles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--self .newsgroup-merkisdagar--newsarticle {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--self .newsgroup-merkisdagar--newsarticle .newsgroup-merkisdagar--link {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--self .newsgroup-merkisdagar--newsarticle .newsgroup-merkisdagar--image {
  background-repeat: no-repeat;
  width: 52px;
  min-width: 52px;
  height: 52px;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--self .newsgroup-merkisdagar--newsarticle .newsgroup-merkisdagar--text-holder {
  padding-left: 1rem;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--self .newsgroup-merkisdagar--newsarticle .newsgroup-merkisdagar--date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--self .newsgroup-merkisdagar--newsarticle .newsgroup-merkisdagar--title {
  color: rgba(0,0,0,0.87);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0.5rem;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--page-link {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.newsgroup-merkisdagar--component .newsgroup-merkisdagar--page-link h6 {
  font-size: 16px;
}
.newsgroup-popular--component {
  background-color: #fff;
}
.newsgroup-popular--component .newsgroup-popular--self {
  page-break-inside: avoid;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.newsgroup-popular--component .newsgroup-popular--self .newsgroup-popular--main-title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 1.125rem;
  color: #fff;
  background-color: #0d98db;
}
.newsgroup-popular--component .newsgroup-popular--self .newsgroup-popular--newsarticles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.newsgroup-popular--component .newsgroup-popular--self .newsgroup-popular--newsarticle {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.newsgroup-popular--component .newsgroup-popular--self .newsgroup-popular--newsarticle .newsgroup-popular--link {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  padding: 0.75rem 1rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.newsgroup-popular--component .newsgroup-popular--self .newsgroup-popular--newsarticle .newsgroup-popular--title {
  word-break: break-word;
}
.newsgroup-popular--component .newsgroup-popular--self .newsgroup-popular--newsarticle:last-child .newsgroup-popular--link {
  border-bottom: 0;
}
.newsgroup-popular--component .newsgroup-popular--self .newsgroup-popular--empty {
  padding: 1rem;
}
.newsgroup-popular-column {
  max-width: 28.7%;
  -webkit-flex-basis: 28.7%;
  flex-basis: 28.7%;
}
@media only screen and (max-width: 639px) {
  .newsgroup-popular-column {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.newsgroup-recent--component .newsgroup-recent--main-title {
  background-color: #0d98db;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.newsgroup-recent--component .newsgroup--recent-filters {
  background-color: #fff;
  padding: 8px 15px;
  border-bottom: 1px solid #cfd0d0;
}
.newsgroup-recent--component .newsgroup--recent-filters .newsgroup-recent--filter {
  background-color: #cfd0d0;
  color: #404040;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 3px 1px;
  padding: 4px 6px;
  line-height: 1;
  transition: 150ms;
  cursor: pointer;
}
.newsgroup-recent--component .newsgroup--recent-filters .newsgroup-recent--filter:hover,
.newsgroup-recent--component .newsgroup--recent-filters .newsgroup-recent--filter:nth-child(3) {
  background-color: #0d98db;
  color: #fff;
}
.newsgroup-recent--component .newsgroup-recent--self {
  page-break-inside: avoid;
  height: 100%;
}
.newsgroup-recent--component .newsgroup-recent--self .newsgroup-recent--newsarticle {
  display: block;
  position: relative;
  border-bottom: 1px solid #cfd0d0;
}
.newsgroup-recent--component .newsgroup-recent--self .newsgroup-recent--newsarticle .newsgroup-recent--link {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 10px;
}
.newsgroup-recent--component .newsgroup-recent--self .newsgroup-recent--newsarticle .newsgroup-recent--column--image {
  position: relative;
  overflow: hidden;
}
.newsgroup-recent--component .newsgroup-recent--self .newsgroup-recent--newsarticle--video .newsgroup-recent--column--image:before {
  transition: 250ms;
  content: '';
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/site/templates/default/assets/images/video.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.newsgroup-recent--component .newsgroup-recent--self .newsgroup-recent--newsarticle .newsgroup-recent--image {
  width: 100%;
  padding-top: 71.29629629629629%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 500ms;
  border: 1px solid #808080;
}
.newsgroup-recent--component .newsgroup-recent--self .newsgroup-recent--newsarticle .newsgroup-recent--title {
  word-wrap: break-word;
  word-break: break-word;
  color: rgba(0,0,0,0.87);
  font-size: 14px;
  font-weight: 700;
}
.newsgroup-recent--component .newsgroup-recent--self .newsgroup-recent--empty {
  padding: 1rem;
}
.newsgroup-tidindaskriv--component {
  padding: 2rem 1.25rem 3rem;
  position: relative;
  background-color: #fff;
  border-top: 4px solid #51c8ba;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--main-title {
  font-size: 23px;
  margin-bottom: 2rem;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--self {
  page-break-inside: avoid;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--self .newsgroup-tidindaskriv--newsarticles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--self .newsgroup-tidindaskriv--newsarticle {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--self .newsgroup-tidindaskriv--newsarticle .newsgroup-tidindaskriv--link {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--self .newsgroup-tidindaskriv--newsarticle .newsgroup-tidindaskriv--image {
  background-repeat: no-repeat;
  width: 52px;
  min-width: 52px;
  height: 52px;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--self .newsgroup-tidindaskriv--newsarticle .newsgroup-tidindaskriv--text-holder {
  padding-left: 1rem;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--self .newsgroup-tidindaskriv--newsarticle .newsgroup-tidindaskriv--date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--self .newsgroup-tidindaskriv--newsarticle .newsgroup-tidindaskriv--title {
  color: rgba(0,0,0,0.87);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0.5rem;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--page-link {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.newsgroup-tidindaskriv--component .newsgroup-tidindaskriv--page-link h6 {
  font-size: 16px;
}
.newsgroup--component.newsgroup--component--frontpage {
  padding: 0;
}
.newsgroup--component.newsarticle--component--comments {
  margin-top: 2rem;
}
.newsgroup--component .newsgroup--self {
  page-break-inside: avoid;
  height: 100%;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle {
  display: block;
  position: relative;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--color {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  border-width: 4px 0 0 0;
  border-style: solid;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--column--image {
  position: relative;
  overflow: hidden;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle--video .newsgroup--column--image:before {
  transition: 250ms;
  content: '';
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/site/templates/default/assets/images/video.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--image {
  width: 100%;
  padding-top: 66.52892561983471%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 350ms;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--audio-icon {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255,255,255,0.5);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
@media only screen and (min-width: 1024px) {
  .newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--column--text {
    min-height: 10rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--title {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 0.375rem;
  color: rgba(0,0,0,0.87);
  font-size: 25px;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--newsgroup-and-date {
  margin-top: 0.375rem;
  margin-bottom: 0.5rem;
  font-size: 13px;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--newsarticle-newsgroup {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 0.25rem;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--date {
  font-weight: 600;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--content {
  line-height: 1.5;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--read-more {
  color: #f90;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .highlight {
  background-color: rgba(255,255,0,0.75);
}
.newsgroup--component .newsgroup--self .newsgroup--empty {
  padding: 1rem;
}
.newsgroup--component .newsgroup--fb-comments {
  color: #2b6691;
  font-size: 12px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  top: -14.5px;
  left: 15px;
}
.newsgroup--component .fb-comments-count {
  font-weight: 700;
  font-size: 14px;
  height: 16px;
  color: #2b6691;
}
.newsgroup--component .fb-visibility-checker {
  -webkit-animation-name: example /* Safari 4.0 - 8.0 */;
  -webkit-animation-duration: 4s /* Safari 4.0 - 8.0 */;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.newsgroup--component .fb_comments_count_zero {
  display: none;
}
.newsgroup--component .fb-comments-count + .fb-visibility-checker {
  display: block;
}
.newsgroup--component .fb-comments-count + .fb-visibility-checkerspan.fb-comments-count {
  display: block;
}
.newsgroup--component .fb_comments_count_zero + .fb-visibility-checker {
  display: none;
}
.newsgroup--component .fb_comments_count_zero + .fb-visibility-checkerspan.fb-comments-count {
  display: none;
}
@-moz-keyframes example {
  from {
    color: #fff;
  }
  to {
    color: #2b6691;
  }
  0% {
    color: #fff;
  }
  25% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  85% {
    color: #fff;
  }
  100% {
    color: #2b6691;
  }
}
@-webkit-keyframes example {
  from {
    color: #fff;
  }
  to {
    color: #2b6691;
  }
  0% {
    color: #fff;
  }
  25% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  85% {
    color: #fff;
  }
  100% {
    color: #2b6691;
  }
}
@-o-keyframes example {
  from {
    color: #fff;
  }
  to {
    color: #2b6691;
  }
  0% {
    color: #fff;
  }
  25% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  85% {
    color: #fff;
  }
  100% {
    color: #2b6691;
  }
}
@keyframes example {
  from {
    color: #fff;
  }
  to {
    color: #2b6691;
  }
  0% {
    color: #fff;
  }
  25% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  85% {
    color: #fff;
  }
  100% {
    color: #2b6691;
  }
}
.newsgroup--component .newsgroup--self--large-layout .newsgroup--newsarticle .newsgroup--color {
  border-width: 4px 0 0 0;
}
.newsgroup--component .newsgroup--self--large-layout .newsgroup--newsarticle .newsgroup--column--image {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.newsgroup--component .newsgroup--self--large-layout .newsgroup--newsarticle .newsgroup--image {
  padding-top: 50.82592121982211%;
}
.newsgroup--component .newsgroup--self--large-layout .newsgroup--newsarticle .newsgroup--audio-icon {
  right: 2rem;
  top: 2rem;
}
.newsgroup--component .newsgroup--self--large-layout .newsgroup--newsarticle .newsgroup--breaking {
  background-color: #ec102c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 10px 1.5rem;
  display: none;
}
.newsgroup--component .newsgroup--self--large-layout .newsgroup--newsarticle .newsgroup--column--text {
  min-height: auto;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 639px) {
  .newsgroup--component .newsgroup--self--large-layout .newsgroup--newsarticle .newsgroup--column--text {
    padding-top: 1rem;
  }
}
.newsgroup--component .newsgroup--self--large-layout .newsgroup--newsarticle.newsgroup--newsarticle--featured .newsgroup--breaking {
  display: block;
}
.newsgroup--component--wider-layout .newsgroup--self .newsgroup--newsarticle .newsgroup--image {
  padding-top: 58.51063829787234%;
}
@media only screen and (min-width: 1024px) {
  .newsgroup--component--wider-layout .newsgroup--self .newsgroup--newsarticle .newsgroup--column--text {
    min-height: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .newsgroup--component--weather-wide .newsgroup--self .newsgroup--newsarticle .newsgroup--image {
    padding-top: 31.491712707182316%;
  }
}
@media media-small {
  .newsgroup--component--weather-wide .newsgroup--self .newsgroup--newsarticle .newsgroup--image {
    padding-top: 50.82592121982211% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .newsgroup--component--weather-wide .newsgroup--self .newsgroup--newsarticle .newsgroup--column--text {
    min-height: 5rem;
  }
}
.newsgroup--kykmyndir .newsgroup--newsarticle {
  display: none;
}
.newsgroup--lesarabrov-column {
  max-width: 24.2% !important;
  width: 24.2% !important;
  -webkit-flex-basis: 24.2% !important;
  flex-basis: 24.2% !important;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--lesarabrov-column {
    max-width: 100% !important;
    width: 100% !important;
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
  }
}
.newsletter-signup--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.newsletter-unsubscribe-success--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* HANDHELD-HEADER AND OFFCANVAS MENU */
@media only screen and (max-width: 1023px) {
  body {
    position: static;
    overflow: visible;
  }
  body.offcanvas-entering,
  body.offcanvas-visible,
  body.offcanvas-leaving {
    position: fixed;
    overflow: hidden;
    -webkit-perspective: 1500px;
    -ms-perspective: 1500px;
    perspective: 1500px;
    width: 100%;
    height: 100%;
  }
  body #site--component {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
    transition: transform 0.4s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 100%;
  }
  body[offcanvas='left'].offcanvas-entering #site--component,
  body[offcanvas='left'].offcanvas-visible #site--component {
    -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
  }
  body[offcanvas='right'].offcanvas-entering #site--component,
  body[offcanvas='right'].offcanvas-visible #site--component {
    -webkit-transform: translateZ(-1500px) translateX(-100%) rotateY(45deg);
    transform: translateZ(-1500px) translateX(-100%) rotateY(45deg);
  }
}
body #offcanvas--dimmer {
  background-color: rgba(96,96,96,0.35);
  position: fixed;
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 200ms, width 1ms 200ms, height 1ms 200ms;
}
body.offcanvas-entering #offcanvas--dimmer,
body.offcanvas-visible #offcanvas--dimmer {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 200ms, width 1ms, height 1ms;
}
body #offcanvas--close {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  z-index: 0;
  cursor: pointer;
  transition: 500ms;
  opacity: 0;
}
body.offcanvas-visible #offcanvas--close {
  opacity: 0.8;
  z-index: 2;
}
body #offcanvas--pane {
  position: absolute;
  top: -9999px;
  right: 0;
  bottom: 100%;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: left 400ms, top 1ms 400ms;
  z-index: 2;
  padding-left: 20vw;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding-top: 15vh;
  padding-bottom: 15vh;
}
body.offcanvas-entering[offcanvas='left'] #offcanvas--pane {
  top: 0;
  bottom: 0;
  transition: left 400ms, top 1ms 0ms;
}
body.offcanvas-visible[offcanvas='left'] #offcanvas--pane {
  top: 0;
  bottom: 0;
  overflow: auto;
  transition: left 400ms, top 1ms 0ms;
}
body.offcanvas-leaving[offcanvas='left'] #offcanvas--pane {
  top: 0;
  bottom: 0;
  overflow: auto;
}
body[offcanvas='right'] #offcanvas--pane {
  right: 25%;
  top: 50%;
}
body.offcanvas-entering[offcanvas='right'] #offcanvas--pane {
  top: 50%;
  transition: left 400ms, top 1ms 0ms;
}
body.offcanvas-visible[offcanvas='right'] #offcanvas--pane {
  top: 50%;
  transition: left 400ms, top 1ms 0ms;
}
body .offcanvas--menuitem {
  opacity: 0;
  display: table;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  white-space: nowrap;
  font-weight: 300;
  min-width: 200px;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-decoration: none;
  outline: none;
  font-size: 1.75rem;
  transition: transform 150ms, opacity 150ms, font-size 150ms;
}
body .offcanvas--menuitem:hover {
  color: #ccc;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  body .offcanvas--menuitem {
    font-size: 1.25rem;
  }
}
body .offcanvas--menuitem.offcanvas--menuitem--depth2 {
  color: rgba(255,255,255,0.75);
  font-size: 1.5rem;
  padding-left: 1rem;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  body .offcanvas--menuitem.offcanvas--menuitem--depth2 {
    font-size: 1.125rem;
  }
}
body .offcanvas--menuitem.offcanvas--menuitem--depth3 {
  color: rgba(255,255,255,0.5);
  font-size: 1.25rem;
  padding-left: 2rem;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  body .offcanvas--menuitem.offcanvas--menuitem--depth3 {
    font-size: 1rem;
  }
}
body .offcanvas--menuitem.offcanvas--menuitem--depth4 {
  color: rgba(255,255,255,0.25);
  font-size: 1rem;
  padding-left: 3rem;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  body .offcanvas--menuitem.offcanvas--menuitem--depth4 {
    font-size: 0.875rem;
  }
}
body .offcanvas--menuitem--disabled {
  opacity: 0.5;
}
body.offcanvas-entering .offcanvas--menu:nth-child(1) .offcanvas--menuitem,
body.offcanvas-visible .offcanvas--menu:nth-child(1) .offcanvas--menuitem {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body.offcanvas-entering .offcanvas--menu:nth-child(1) .offcanvas--menuitem:nth-child(2),
body.offcanvas-visible .offcanvas--menu:nth-child(1) .offcanvas--menuitem:nth-child(2) {
  transition-delay: 0.04s;
}
body.offcanvas-entering .offcanvas--menu:nth-child(1) .offcanvas--menuitem:nth-child(3),
body.offcanvas-visible .offcanvas--menu:nth-child(1) .offcanvas--menuitem:nth-child(3) {
  transition-delay: 0.08s;
}
body.offcanvas-entering .offcanvas--menu:nth-child(1) .offcanvas--menuitem:nth-child(4),
body.offcanvas-visible .offcanvas--menu:nth-child(1) .offcanvas--menuitem:nth-child(4) {
  transition-delay: 0.12s;
}
body.offcanvas-entering .offcanvas--menu:nth-child(1) .offcanvas--menuitem:nth-child(5),
body.offcanvas-visible .offcanvas--menu:nth-child(1) .offcanvas--menuitem:nth-child(5) {
  transition-delay: 0.16s;
}
body.offcanvas-entering .offcanvas--menu:nth-child(2) .offcanvas--menuitem,
body.offcanvas-visible .offcanvas--menu:nth-child(2) .offcanvas--menuitem {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.2s;
}
body.offcanvas-entering .offcanvas--menu:nth-child(2) .offcanvas--menuitem:nth-child(1),
body.offcanvas-visible .offcanvas--menu:nth-child(2) .offcanvas--menuitem:nth-child(1) {
  transition-delay: 0.24s;
}
body.offcanvas-entering .offcanvas--menu:nth-child(2) .offcanvas--menuitem:nth-child(2),
body.offcanvas-visible .offcanvas--menu:nth-child(2) .offcanvas--menuitem:nth-child(2) {
  transition-delay: 0.28s;
}
body.offcanvas-entering .offcanvas--menu:nth-child(2) .offcanvas--menuitem:nth-child(3),
body.offcanvas-visible .offcanvas--menu:nth-child(2) .offcanvas--menuitem:nth-child(3) {
  transition-delay: 0.32s;
}
body.offcanvas-entering .offcanvas--menu:nth-child(2) .offcanvas--menuitem:nth-child(4),
body.offcanvas-visible .offcanvas--menu:nth-child(2) .offcanvas--menuitem:nth-child(4) {
  transition-delay: 0.36s;
}
@media only screen and (min-width: 1024px) {
  #offcanvas--dimmer {
    display: none !important;
  }
  #offcanvas--pane {
    display: none !important;
  }
  #offcanvas--close {
    display: none !important;
  }
}
.pagemenu--component {
  margin-top: 0;
  margin-bottom: 2rem;
/* all depths (all levels) */
/* depth 1 */
/* depth 2 (second level)  */
/* depth 3 (third level) */
/* depth 4 (fourth level) */
}
.pagemenu--component .pagemenu--self {
  background-color: #fff;
  position: relative;
}
.pagemenu--component .pagemenu--main-title {
  color: #0d98db;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 1.25rem;
}
.pagemenu--component .pagemenu--main-title .pagemenu--main-title-icon {
  margin-left: 0.75rem;
  font-size: 22px;
}
.pagemenu--component .pagemenu--menu,
.pagemenu--component .pagemenu--submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem {
  margin: 0;
  padding: 0;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem > .pagemenu--menuitem-link {
  display: block;
  text-decoration: none;
  transition: 150ms;
  font-weight: 800;
  font-size: 1rem;
  color: #262728;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem > .pagemenu--menuitem-link:hover,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem > .pagemenu--menuitem-link:hover {
  color: #0d98db;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active > .pagemenu--menuitem-link {
  color: #0d98db;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--disabled,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--add,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--add {
  cursor: pointer;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem {
  border-bottom: 1px solid #e2e8ea;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  font-size: 15px;
  padding: 6px 1.25rem;
  text-transform: uppercase;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-ancestor > .pagemenu--submenu,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-parent > .pagemenu--submenu,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active > .pagemenu--submenu {
  display: block;
}
.pagemenu--component .pagemenu--submenu--depth-2 {
  display: none;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  font-size: 14px;
  padding: 6px 1.25rem 6px 2.25rem;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-ancestor > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-parent > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active > .pagemenu--submenu {
  display: block;
}
.pagemenu--component .pagemenu--submenu--depth-3 {
  display: none;
}
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  padding: 6px 1.25rem 6px 3.5rem;
  font-size: 14px;
}
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active-ancestor > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active-parent > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active > .pagemenu--submenu {
  display: block;
}
.pagemenu--component .pagemenu--submenu--depth-4 {
  display: none;
}
.pagemenu--component .pagemenu--submenu--depth-4 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  padding: 0.5rem;
  padding-left: 5.5rem;
  font-size: 0.75rem;
}
.pagemenu--component .pagemenu--submenu--depth-4 > .pagemenu--menuitem--active-ancestor > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-4 > .pagemenu--menuitem--active-parent > .pagemenu--submenu,
.pagemenu--component .pagemenu--submenu--depth-4 > .pagemenu--menuitem--active > .pagemenu--submenu {
  display: block;
}
.easeModal_editor h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -1.08px;
}
.easeModal_editor h3 {
  font-size: 24px;
  line-height: 1.225;
}
.richtext--content {
  counter-reset: item;
}
.richtext--content h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -1.08px;
}
.richtext--content h3 {
  font-size: 24px;
  line-height: 1.225;
}
.richtext--content img {
  vertical-align: middle;
}
.richtext--content ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.richtext--content ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2rem;
}
.richtext--content ol li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: counter(item) '.';
  color: #0d98db;
  line-height: 1.35;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.richtext--content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.richtext--content ul li {
  position: relative;
  padding-left: 18px;
}
.richtext--content ul li:before {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  color: #0d98db;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.richtext--content ul li ul {
  margin-top: 0.375rem;
}
.richtext--content blockquote {
  padding: 0 1rem 0 1.5rem;
  border-left: 5px solid #0d98db;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  margin: 1.25rem 0;
}
.richtext--content blockquote:before {
  display: none !important;
}
.richtext--image-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.richtext--image-wrapper img {
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
  display: block;
}
.richtext--image-wrapper--full-width {
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
}
.richtext--image-wrapper--left-50 {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-50 {
    width: 98%;
  }
}
.richtext--image-wrapper--left-25 {
  width: 23%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-25 {
    width: 48%;
  }
}
.richtext--image-wrapper--left-20 {
  width: 18%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-20 {
    width: 48%;
  }
}
.richtext--image-wrapper--left-16 {
  width: 14%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-16 {
    width: 48%;
  }
}
.richtext--image-wrapper--left-12 {
  width: 10%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--left-12 {
    width: 48%;
  }
}
.richtext--image-wrapper--center-50 {
  width: 48%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-50 {
    width: 98%;
  }
}
.richtext--image-wrapper--center-25 {
  width: 23%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-25 {
    width: 48%;
  }
}
.richtext--image-wrapper--center-20 {
  width: 18%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-20 {
    width: 48%;
  }
}
.richtext--image-wrapper--center-16 {
  width: 14%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-16 {
    width: 48%;
  }
}
.richtext--image-wrapper--center-12 {
  width: 10%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--center-12 {
    width: 48%;
  }
}
.richtext--image-wrapper--right-50 {
  width: 48%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-50 {
    width: 100%;
  }
}
.richtext--image-wrapper--right-25 {
  width: 23%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-25 {
    width: 48%;
  }
}
.richtext--image-wrapper--right-20 {
  width: 18%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-20 {
    width: 48%;
  }
}
.richtext--image-wrapper--right-16 {
  width: 14%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-16 {
    width: 48%;
  }
}
.richtext--image-wrapper--right-12 {
  width: 10%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 639px) {
  .richtext--image-wrapper--right-12 {
    width: 48%;
  }
}
.richtext--image-text {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: 0.25rem;
  font-weight: 300;
  text-align: center;
  color: rgba(0,0,0,0.87);
  display: inline-block;
}
.richtext--image-caption {
  color: rgba(0,0,0,0.87);
  font-weight: 400;
}
.richtext--image-text-divider {
  color: rgba(0,0,0,0.54);
}
.richtext--image-owner {
  color: rgba(0,0,0,0.54);
  font-style: italic;
}
.shortcut-button--component {
  background-color: #0d98db;
  height: 102px;
  position: relative;
  padding: 1rem 1.25rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  cursor: pointer;
  transition: 150ms;
  opacity: 1;
  text-decoration: none;
}
.shortcut-button--component:hover {
  text-decoration: none;
  opacity: 0.75;
}
.shortcut-button--component:hover .shortcut-button--angle {
  right: 16px;
}
.shortcut-button--component .shortcut-button--title {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.81px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}
.shortcut-button--component .shortcut-button--subtitle {
  color: #fff;
  font-size: 16px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
  font-weight: 300;
}
.shortcut-button--component .shortcut-button--angle {
  width: 16px;
  height: 28px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 150ms;
}
.site-search--component {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
/* SEARCHBOX */
/* RESULTS */
}
.site-search--component .site-search--searchbox-holder {
  position: absolute;
  z-index: 1;
  transition: 150ms;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  top: 0;
  bottom: 0;
  right: calc(100% - 0rem);
}
.site-search--component .site-search--searchbox-holder .site-search--icon-holder {
  overflow: hidden;
  width: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .site-search--component .site-search--searchbox-holder .site-search--icon-holder {
    -webkit-order: 2;
    order: 2;
  }
}
.site-search--component .site-search--searchbox-holder .site-search--icon-holder:hover,
.site-search--component .site-search--searchbox-holder .site-search--icon-holder:active {
  background-color: #fad38e;
}
.site-search--component .site-search--searchbox-holder .site-search--icon-holder .site-search--icon {
  width: 27px;
  height: 27px;
  transition: 150ms;
}
.site-search--component .site-search--searchbox-holder .site-search--icon-holder .site-search--icon * {
  transition: 150ms;
  fill: rgba(0,0,0,0.87);
}
.site-search--component .site-search--searchbox-holder .site-search--searchbox {
  width: 100%;
  position: relative;
  padding-right: 1rem;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .site-search--component .site-search--searchbox-holder .site-search--searchbox {
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 1;
    order: 1;
  }
}
.site-search--component .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-width: 0;
  background-color: #0d98db !important;
  background-image: none !important;
  transition: 150ms;
  border-bottom: solid 1px #fff;
  font-family: 'Merriweather', sans-serif;
}
.site-search--component .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input::-webkit-input-placeholder {
  color: #fff;
}
.site-search--component .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input:-moz-placeholder {
  color: #fff;
}
.site-search--component .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input::-moz-placeholder {
  color: #fff;
}
.site-search--component .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input:-ms-input-placeholder {
  color: #fff;
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder {
  left: 3rem;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .site-search--component.site-search--component--visible .site-search--searchbox-holder {
    left: 1rem;
    right: 1rem;
  }
  .site-search--component.site-search--component--visible .site-search--searchbox-holder form {
    height: 100%;
    width: 100%;
  }
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder .site-search--searchbox {
  width: 81%;
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
  .site-search--component.site-search--component--visible .site-search--searchbox-holder .site-search--searchbox {
    padding-right: 1rem;
    padding-left: 0;
  }
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input {
  border-width: 1px;
  transition: 150ms;
  height: 50px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 0 !important;
  border-radius: 0;
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input::-webkit-input-placeholder {
  color: #fff;
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input:-moz-placeholder {
  color: #fff;
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input::-moz-placeholder {
  color: #fff;
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input:-ms-input-placeholder {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .site-search--component.site-search--component--visible .site-search--searchbox-holder .site-search--searchbox .site-search--searchbox-input {
    trasition: unset;
    height: 83px;
  }
}
.site-search--component .site-search--results {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  background-color: #f8c05d;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 12;
  -webkit-box-shadow: 0 5px 10px rgba(56,56,56,0.2);
  box-shadow: 0 5px 10px rgba(56,56,56,0.2);
  overflow: hidden;
}
.site-search--component .site-search--results > .site-search--message {
  font-size: 1rem;
  padding: 10px;
  cursor: default;
  display: block;
}
.site-search--component .site-search--results .site-search--results-item {
  padding-bottom: 14px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 14px;
  margin: 0;
  cursor: pointer;
  display: block;
}
.site-search--component .site-search--results .site-search--results-item .site-search--date {
  color: rgba(0,0,0,0.54);
  font-size: 80%;
}
.site-search--component .site-search--results .site-search--results-item .site-search--type {
  display: none;
  color: rgba(0,0,0,0.54);
}
.site-search--component .site-search--results .site-search--results-item--active {
  background-color: #fad38e;
}
.slider--component {
  overflow: hidden;
}
.slider--component .layout--left-fill,
.slider--component .layout--right-fill {
  position: relative;
  z-index: 2;
  opacity: 0.75;
}
.slider--component .layout--left-fill:before,
.slider--component .layout--right-fill:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider--component .layout--left-fill:before {
  right: 1rem;
}
.slider--component .layout--right-fill:before {
  left: 1rem;
}
.slider--component .layout--center-pane {
  padding: 1rem 1rem 2rem;
  position: relative;
}
.slider--component .owl-prev,
.slider--component .owl-next {
  position: absolute;
  z-index: 3;
  width: 54px;
  top: 5rem;
  bottom: 2rem;
  cursor: pointer;
  font-size: 0;
}
.slider--component .owl-prev:before,
.slider--component .owl-next:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 27px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.slider--component .slider--main-title {
  font-size: 31px;
  letter-spacing: 0.15px;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  height: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .slider--component .slider--main-title {
    height: auto;
  }
}
.slider--component .slider--main-title .slider--show-all {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .slider--component .slider--self .owl-stage-outer {
    overflow: visible;
  }
  .slider--component .slider--self .owl-stage-outer .owl-item {
    transition: 150ms;
    position: relative;
    left: -86px;
  }
  .slider--component .slider--self .owl-stage-outer .owl-item.active {
    left: 0;
  }
  .slider--component .slider--self .owl-stage-outer .owl-item.active ~ .owl-item:not(.active) {
    left: 92px;
  }
}
.slider--component .slider--link:hover {
  text-decoration: none;
}
.slider--component .slider--link:hover .slider--column--image:before {
  width: 96px;
  height: 96px;
}
.slider--component .slider--column--image {
  position: relative;
  overflow: hidden;
}
.slider--component .slider--image {
  padding-top: 94.50980392156862%;
  width: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 500ms;
}
.slider--component .slider--video .slider--column--image:before {
  transition: 250ms;
  content: '';
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/site/templates/default/assets/images/video.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.slider--component .slider--column--text {
  background-color: #fff;
}
.slider--component .slider--title {
  color: rgba(0,0,0,0.87);
  text-align: center;
  font-size: 16px;
}
.slider--component--transparent {
  background-color: #0d98db;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.slider--component--transparent .layout--left-fill:before,
.slider--component--transparent .layout--right-fill:before {
  background-color: #0d98db;
}
.slider--component--transparent .slider--main-title {
  color: #fff;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 639px) {
  .slider--component--transparent .slider--main-title {
    margin-bottom: 2rem;
  }
}
.slider--component--transparent .slider--image {
  padding-top: 94.50980392156862%;
}
.slider--component--transparent .slider--column--text {
  height: 82px;
}
.slider--component--transparent .slider--auther {
  display: none;
}
.slider--component--transparent .owl-prev {
  right: calc(100% + 1rem);
}
.slider--component--transparent .owl-prev:before {
  background-image: url("/site/templates/default/assets/images/angle-left.svg");
}
.slider--component--transparent .owl-next {
  left: calc(100% + 1rem);
}
.slider--component--transparent .owl-next:before {
  background-image: url("/site/templates/default/assets/images/angle-right.svg");
}
.slider--component--blue {
  background-color: #0d98db;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.slider--component--blue .layout--left-fill:before,
.slider--component--blue .layout--right-fill:before {
  background-color: #0d98db;
}
.slider--component--blue .slider--main-title {
  color: #fff;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 639px) {
  .slider--component--blue .slider--main-title {
    margin-bottom: 2rem;
  }
}
.slider--component--blue .slider--image {
  padding-top: 94.50980392156862%;
}
.slider--component--blue .slider--column--text {
  height: 82px;
}
.slider--component--blue .slider--auther {
  display: none;
}
.slider--component--blue .owl-prev,
.slider--component--blue .owl-next {
  background-color: #0c89c5;
}
.slider--component--blue .owl-prev {
  right: calc(100% + 1rem);
}
.slider--component--blue .owl-prev:before {
  background-image: url("/site/templates/default/assets/images/angle-left.svg");
}
.slider--component--blue .owl-next {
  left: calc(100% + 1rem);
}
.slider--component--blue .owl-next:before {
  background-image: url("/site/templates/default/assets/images/angle-right.svg");
}
.slider--component--white {
  background-color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.slider--component--white .layout--left-fill:before,
.slider--component--white .layout--right-fill:before {
  background-color: #fff;
}
.slider--component--white .layout--center-pane {
  padding: 1rem 1rem 1rem;
}
.slider--component--white .slider--main-title {
  color: rgba(0,0,0,0.87);
  letter-spacing: 0.15px;
  font-weight: 800;
}
.slider--component--white .slider--main-title .slider--show-all {
  color: rgba(0,0,0,0.87);
}
.slider--component--white .slider--column--image {
  border-radius: 50%;
  overflow: hidden;
}
.slider--component--white .slider--image {
  padding-top: 100%;
}
.slider--component--white .slider--column--text {
  height: auto;
}
.slider--component--white .slider--title {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.slider--component--white .slider--auther {
  text-align: center;
  font-family: 'Merriweather', sans-serif;
  font-style: italic;
  font-size: 15px;
  color: rgba(0,0,0,0.87);
}
.slider--component--white .owl-prev {
  right: calc(100% + 1rem);
}
.slider--component--white .owl-prev:before {
  background-image: url("/site/templates/default/assets/images/angle-left_black.svg");
}
.slider--component--white .owl-next {
  left: calc(100% + 1rem);
}
.slider--component--white .owl-next:before {
  background-image: url("/site/templates/default/assets/images/angle-right_black.svg");
}
.slider--component--red {
  background-color: #aa0005;
  background-color: #aa0005;
  background-image: -webkit-linear-gradient(to top, #c20018 25%, #aa0005 100%);
  background-image: -moz-linear-gradient(to top, #c20018 25%, #aa0005 100%);
  background-image: -ms-linear-gradient(to top, #c20018 25%, #aa0005 100%);
  background-image: linear-gradient(to top, #c20018 25%, #aa0005 100%);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.slider--component--red .layout--left-fill:before,
.slider--component--red .layout--right-fill:before {
  background-color: #aa0005;
  background-color: #aa0005;
  background-image: -webkit-linear-gradient(to top, #c20018 25%, #aa0005 100%);
  background-image: -moz-linear-gradient(to top, #c20018 25%, #aa0005 100%);
  background-image: -ms-linear-gradient(to top, #c20018 25%, #aa0005 100%);
  background-image: linear-gradient(to top, #c20018 25%, #aa0005 100%);
}
.slider--component--red .layout--center-pane {
  padding: 1rem 1rem 1rem;
}
.slider--component--red .slider--main-title {
  color: #fff;
  letter-spacing: 0.15px;
  font-weight: 700;
}
.slider--component--red .slider--column--image {
  border-radius: 50%;
  overflow: hidden;
}
.slider--component--red .slider--image {
  padding-top: 100%;
}
.slider--component--red .slider--column--text {
  height: auto;
  background-color: transparent;
}
.slider--component--red .slider--title {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.slider--component--red .slider--auther {
  display: none;
}
.slider--component--red .owl-prev {
  right: calc(100% + 1rem);
}
.slider--component--red .owl-prev:before {
  background-image: url("/site/templates/default/assets/images/angle-left.svg");
}
.slider--component--red .owl-next {
  left: calc(100% + 1rem);
}
.slider--component--red .owl-next:before {
  background-image: url("/site/templates/default/assets/images/angle-right.svg");
}
.slideshow--component {
  position: relative;
}
.slideshow--component .slideshow--prev,
.slideshow--component .slideshow--next {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 5rem;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  z-index: 11;
  cursor: pointer;
  color: #fff;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  transition: 200ms ease-in-out;
}
.slideshow--component .slideshow--prev:hover,
.slideshow--component .slideshow--next:hover {
  text-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22);
}
.slideshow--component .slideshow--prev {
  left: 0;
  margin-left: 1rem;
  padding-left: calc(50% - (1152px / 2 ));
}
.slideshow--component .slideshow--next {
  right: 0;
  margin-right: 1rem;
  padding-right: calc(50% - (1152px / 2 ));
}
.slideshow--component .slideshow--slides .slideshow--slide {
  display: block;
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden;
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--slide-image {
  width: 100%;
  padding-top: 31.25%;
  min-height: 450px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: -webkit-flex;
  display: flex;
  padding: 3rem;
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text {
  max-width: 780px;
  display: block;
  padding: 2rem;
}
.slideshow--component .slideshow--slides .slideshow--slide.slideshow--slide--layout1 .slideshow--text {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.slideshow--component .slideshow--slides .slideshow--slide.slideshow--slide--layout2 .slideshow--text {
  color: rgba(0,0,0,0.87);
  text-shadow: 0 3px 6px rgba(255,255,255,0.16), 0 3px 6px rgba(255,255,255,0.23);
}
.slideshow--component .slideshow--slides .slideshow--dots {
  width: 100%;
  max-width: 1120px;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 11;
  list-style: none;
  text-align: right;
}
.slideshow--component .slideshow--slides .slideshow--dots li {
  margin: 0 0.25rem;
  display: inline-block;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.slideshow--component .slideshow--slides .slideshow--dots li:hover {
  text-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22);
}
.slideshow--component .slideshow--slides .slideshow--dots li * {
  display: none;
}
.slideshow--component .slideshow--empty {
  padding: 1.5rem 0;
}
.sports-widget--component .sports-widget--header {
  background-color: #0d98db;
  padding: 0.5rem 1.25rem;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.sports-widget--component .sports-widget--header-icon {
  padding: 5px;
  cursor: pointer;
}
.sports-widget--component .sports-widget--header-icon img {
  width: 8px;
}
.sports-widget--component .sports-widget--header-date {
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
}
.sports-widget--component .sports-widget--tabs {
  color: #5da3c1;
}
.sports-widget--component .sports-widget--tabs .sports-widget--tab {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  padding: 0 0.25rem;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
}
.sports-widget--component .sports-widget--tabs .sports-widget--tab:first-child {
  padding-left: 0;
}
.sports-widget--component .sports-widget--tabs .sports-widget--tab:last-child {
  padding-right: 0;
}
.sports-widget--component .sports-widget--tabs .sports-widget--tab--active {
  color: #fff;
}
.sports-widget--component .sports-widget--footer {
  background-color: #fff;
}
.sports-widget--component .sports-widget--footer .sports-widget--cl-kvalifikation {
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
}
.sports-widget--component .sports-widget--footer .sports-widget--cl-kvalifikation span {
  padding: 0 0.5rem;
  background-color: #e4f1d2;
  border: solid 1px #949494;
  margin-right: 0.5rem;
}
.sports-widget--component .sports-widget--footer .sports-widget--el-kvalifikation {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.sports-widget--component .sports-widget--footer .sports-widget--el-kvalifikation span {
  padding: 0 0.5rem;
  background-color: #fcedc9;
  border: solid 1px #949494;
  margin-right: 0.5rem;
}
.sports-widget--component .sports-widget--footer .sports-widget--relagation {
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.sports-widget--component .sports-widget--footer .sports-widget--relagation span {
  padding: 0 0.5rem;
  background-color: #fecdc4;
  border: solid 1px #949494;
  margin-right: 0.5rem;
}
.sports-widget--component .sports-widget--source {
  text-align: right;
  font-family: 'Merriweather', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-right: 0.5rem;
  display: block;
}
.sports-widget--component .sports-widget--source a {
  color: rgba(0,0,0,0.87);
  font-weight: 600;
  font-family: 'Merriweather', sans-serif;
  display: inline-block;
}
.sports-widget--component .sports-widget--source a img {
  width: 80px;
  max-width: 80px;
  display: block;
}
.sports-widget--component .sports-widget--standings,
.sports-widget--component .sports-widget--matches {
  background-color: #fff;
  padding-top: 0.5rem;
}
.sports-widget--component .sports-widget--standings table,
.sports-widget--component .sports-widget--matches table {
  width: 100%;
  border-collapse: collapse;
}
.sports-widget--component .sports-widget--standings table thead th,
.sports-widget--component .sports-widget--matches table thead th {
  color: #0d98db;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  padding: 0.5rem 0.75rem;
  text-align: left;
}
.sports-widget--component .sports-widget--standings table thead th:first-child,
.sports-widget--component .sports-widget--matches table thead th:first-child {
  padding-left: 1rem;
  padding-right: 0.25rem;
}
.sports-widget--component .sports-widget--standings table thead th:last-child,
.sports-widget--component .sports-widget--matches table thead th:last-child {
  padding-right: 1rem;
  text-align: right;
}
.sports-widget--component .sports-widget--standings table tbody tr td,
.sports-widget--component .sports-widget--matches table tbody tr td {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  padding: 0.375rem 0.75rem;
  white-space: nowrap;
}
.sports-widget--component .sports-widget--standings table tbody tr td img,
.sports-widget--component .sports-widget--matches table tbody tr td img {
  width: 18px;
  vertical-align: middle;
  margin-right: 1rem;
}
.sports-widget--component .sports-widget--standings table tbody tr td:first-child,
.sports-widget--component .sports-widget--matches table tbody tr td:first-child {
  padding-left: 1rem;
  padding-right: 0.25rem;
}
.sports-widget--component .sports-widget--standings table tbody tr td:last-child,
.sports-widget--component .sports-widget--matches table tbody tr td:last-child {
  padding-right: 1rem;
  text-align: right;
}
.sports-widget--component .sports-widget--standings.sports-widget--standings--men table tbody tr:nth-child(1) td:first-child,
.sports-widget--component .sports-widget--matches.sports-widget--standings--men table tbody tr:nth-child(1) td:first-child {
  background-color: #e4f1d2;
}
.sports-widget--component .sports-widget--standings.sports-widget--standings--men table tbody tr:nth-child(2) td:first-child,
.sports-widget--component .sports-widget--matches.sports-widget--standings--men table tbody tr:nth-child(2) td:first-child {
  background-color: #fcedc9;
}
.sports-widget--component .sports-widget--standings.sports-widget--standings--men table tbody tr:nth-last-child(-n+2) td:first-child,
.sports-widget--component .sports-widget--matches.sports-widget--standings--men table tbody tr:nth-last-child(-n+2) td:first-child {
  background-color: #fecdc4;
}
.sports-widget--component .sports-widget--standings.sports-widget--standings--men table tbody tr td:nth-child(2),
.sports-widget--component .sports-widget--matches.sports-widget--standings--men table tbody tr td:nth-child(2),
.sports-widget--component .sports-widget--standings.sports-widget--standings--women table tbody tr td:nth-child(2),
.sports-widget--component .sports-widget--matches.sports-widget--standings--women table tbody tr td:nth-child(2) {
  width: 100%;
  white-space: normal;
}
.sports-widget--component .sports-widget--standings.sports-widget--standings--men table tbody tr:nth-child(1) td:first-child,
.sports-widget--component .sports-widget--matches.sports-widget--standings--men table tbody tr:nth-child(1) td:first-child,
.sports-widget--component .sports-widget--standings.sports-widget--standings--women table tbody tr:nth-child(1) td:first-child,
.sports-widget--component .sports-widget--matches.sports-widget--standings--women table tbody tr:nth-child(1) td:first-child {
  background-color: #e4f1d2 !important;
}
.sports-widget--component .sports-widget--standings--men,
.sports-widget--component .sports-widget--standings--women {
  height: 466px;
}
.sports-widget--component .sports-widget--goals,
.sports-widget--component .sports-widget--setups {
  background-color: #fff;
  padding-top: 0.5rem;
}
.sports-widget--component .sports-widget--goals table,
.sports-widget--component .sports-widget--setups table {
  width: 100%;
  border-collapse: collapse;
}
.sports-widget--component .sports-widget--goals table tbody tr td,
.sports-widget--component .sports-widget--setups table tbody tr td {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  padding: 0.375rem 0.75rem;
  white-space: nowrap;
}
.sports-widget--component .sports-widget--goals table tbody tr td img,
.sports-widget--component .sports-widget--setups table tbody tr td img {
  width: 18px;
  vertical-align: middle;
  margin-right: 1rem;
}
.sports-widget--component .sports-widget--goals table tbody tr td:first-child,
.sports-widget--component .sports-widget--setups table tbody tr td:first-child {
  padding-left: 1rem;
  padding-right: 0.25rem;
  width: 100%;
  white-space: normal;
}
.sports-widget--component .sports-widget--goals table tbody tr td:last-child,
.sports-widget--component .sports-widget--setups table tbody tr td:last-child {
  padding-right: 1rem;
  text-align: right;
}
.sports-widget--component .sports-widget--setups {
  height: 414px;
}
.sports-widget--component .sports-widget--header-icon--next-week {
  padding-right: 6rem;
}
.sportsjournalist--component .sportsjournalist--self {
  page-break-inside: avoid;
  height: 100%;
}
.sportsjournalist--component .sportsjournalist--header {
  background-color: #0d98db;
  padding: 0.5rem 1.25rem;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.sportsjournalist--component .sportsjournalist--body {
  background-color: #fff;
}
.sportsjournalist--component .sportsjournalist--image-holder {
  display: block;
}
.sportsjournalist--component .sportsjournalist--image {
  border-radius: 50% !important;
}
.sportsjournalist--component .sportsjournalist--name {
  margin-bottom: 0;
}
.sportsjournalist--component .sportsjournalist--jobtitle {
  font-family: 'Merriweather', sans-serif;
  font-style: italic;
  font-size: 15px;
}
.sportsjournalist--component .sportsjournalist--content {
  font-family: 'Merriweather', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
.sportsjournalist--component .sportsjournalist--empty {
  padding: 1rem;
}
.starv--component {
  padding: 2rem 1.25rem;
  position: relative;
  background-color: #fff;
  border-top: 4px solid #f95a43;
  margin: 1rem 0;
}
.starv--component .starv--date {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
}
.starv--component .starv--title {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .starv--component .starv--title {
    font-size: 27px;
  }
}
.starv--component .starv--content {
  font-family: Merriweather;
  font-size: 16px;
  font-weight: 400;
  color: #262728;
  line-height: 27px;
}
.starv--component .starv--image img {
  width: 46%;
  float: right;
  margin-left: 1rem;
}
@media only screen and (max-width: 1023px) {
  .starv--component .starv--image img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.starv-new--component {
  padding: 1rem;
  border-top: none;
}
.storv--main-title {
  margin-bottom: 2rem;
}
.storv-frontpage--link {
  text-decoration: none !important;
  padding: 1rem;
  background-color: #fff;
  display: block;
  width: 100%;
}
.storv-frontpage--link:hover .storv--content--title {
  color: #0d98db !important;
}
.storv-frontpage--link .storv--image-holder {
  height: 172px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: linear-gradient(to right, #e1e7e9 0%, #e1e7e9 100%);
  padding: 1rem;
}
.storv-frontpage--link .storv--image-holder .storv-frontpage--image {
  display: block;
  width: auto;
  max-height: 150px;
  mix-blend-mode: multiply;
}
.storv-frontpage--link .storv--content-holder {
  padding-top: 1rem;
}
.storv-frontpage--link .storv--content-holder .storv--content--title {
  height: 87px;
  color: #242526;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
.storv-frontpage--link .storv--content-holder .storv--content-expiring-date {
  height: 20px;
  color: #242526;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.storv-frontpage--component {
  padding: 2rem 1.25rem 3rem;
  position: relative;
  background-color: #fff;
  border-top: 4px solid #f95a43;
}
.storv-frontpage--component .storv-frontpage--main-title {
  font-size: 23px;
  margin-bottom: 2rem;
}
.storv-frontpage--component .storv-frontpage--link {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  text-decoration: none;
  padding: 0 1rem;
}
.storv-frontpage--component .storv-frontpage--image {
  background-repeat: no-repeat;
  width: 52px;
  min-width: 52px;
  height: 52px;
}
@media only screen and (min-width: 1024px) {
  .storv-frontpage--component .storv-frontpage--image {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
}
.storv-frontpage--component .storv-frontpage--text-holder {
  padding-left: 1rem;
}
.storv-frontpage--component .storv-frontpage--date {
  font-size: 12px;
  color: rgba(0,0,0,0.87);
  font-weight: 400;
}
.storv-frontpage--component .storv-frontpage--title {
  color: rgba(0,0,0,0.87);
  font-size: 17px;
  font-weight: 400;
  margin-top: 0.5rem;
}
.storv-frontpage--component .storv-frontpage--page-link {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 50px;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.storv-frontpage--component .storv-frontpage--page-link h6 {
  font-size: 16px;
}
.storv-recent--component .storv-recent--self .storv-recent--item {
  padding: 0;
  padding-top: 1rem;
}
.storv-recent--component .storv-recent--self .storv-recent--item .storv-recent--link {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  padding: 1rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.storv-recent--component .storv-recent--self .storv-recent--item .storv-recent--link:hover--line .storv-recent--title {
  color: #0d98db;
}
.storv-recent--component .storv-recent--self .storv-recent--item .storv-recent--link .storv-recent--image-holder {
  margin-left: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: linear-gradient(to right, #e1e7e9 0%, #e1e7e9 100%);
  min-width: 92px;
  max-width: 92px;
  padding: 8px;
}
.storv-recent--component .storv-recent--self .storv-recent--item .storv-recent--link .storv-recent--image-holder img {
  max-height: 120px;
  mix-blend-mode: multiply;
}
.storv-recent--component .storv-recent--self .storv-recent--item .storv-recent--link .storv-recent--content .storv-recent--title {
  color: #242526;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
  word-break: break-word;
}
.storv-recent--component .storv-recent--self .storv-recent--item .storv-recent--link .storv-recent--content .storv-recent--date {
  color: #242526;
  font-size: 14px;
}
.storv--component {
  position: relative;
}
.storv--component .storv--main-title {
  font-size: 23px;
  margin-bottom: 2rem;
}
.storv--component .storv--link {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.storv--component .storv--image {
  background-repeat: no-repeat;
  width: 52px;
  min-width: 52px;
  height: 52px;
}
@media only screen and (min-width: 640px) {
  .storv--component .storv--image {
    width: 104px;
    min-width: 104px;
    height: 104px;
  }
}
.storv--component .storv--text-holder {
  padding-left: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.storv--component .storv--date {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
}
.storv--component .storv--title {
  color: rgba(0,0,0,0.87);
  font-size: 18px;
  font-weight: 400;
  margin-top: 0.5rem;
}
.storv--component .storv--page-link {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 50px;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}
.storv--component .storv--header-column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2.5rem 1rem 2rem;
}
@media only screen and (max-width: 639px) {
  .storv--component .storv--header-column {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.storv--component .storv--header-column .storv--header-title {
  color: #262728;
  font-family: Merriweather;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 639px) {
  .storv--component .storv--header-column .storv--header-title {
    padding-bottom: 2rem;
  }
}
.storv--component .storv--header-column .storv--header-search {
  max-width: 540px;
  width: 70%;
}
@media only screen and (max-width: 639px) {
  .storv--component .storv--header-column .storv--header-search {
    width: 100%;
    max-width: unset;
  }
}
.storv--component .storv--header-column .storv--header-search form input {
  background-color: #fff;
  border-radius: 0;
}
@media only screen and (max-width: 1023px) {
  .storv--component .storv--header-column .storv--header-new-add {
    display: none;
  }
}
.storv--component .storv--header-column .storv--header-new-add a {
  color: #242526;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.streymkurv--component {
  padding: 0.5rem;
  background-color: #fff;
}
.streymkurv--component grid {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.streymkurv--component .streymkurv--select-padding {
  padding: 1rem 0.5rem;
}
.streymkurv--component .streymkurv--select {
  border-width: 1px;
  border-color: rgba(0,0,0,0.14);
  background-color: #fff;
  border-radius: 0;
  padding: 0.75rem 1rem;
  height: auto;
  background-position: right 12px center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.streymkurv--component .streymkurv--select:focus {
  border-color: #0d98db;
}
.streymkurv--component .streymkurv--source {
  text-align: right;
  font-family: 'Merriweather', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-right: 0.5rem;
  padding-top: 0;
  margin-bottom: 0.25rem;
}
.streymkurv--component .streymkurv--source a {
  color: rgba(0,0,0,0.87);
  font-weight: 600;
  font-family: 'Merriweather', sans-serif;
}
.streymkurv--component .streymkurv--flexitem {
  padding: 0 0.5rem;
}
.streymkurv--component .streymkurv--item {
  display: none;
}
.streymkurv--component .streymkurv--main-title {
  padding-left: 0.5rem;
}
.terms--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tiltok-i-klaksvik--component {
  padding: 2rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self {
  page-break-inside: avoid;
  height: 100%;
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--item {
  display: block;
  position: relative;
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--item .tiltok-i-klaksvik--link {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--item .tiltok-i-klaksvik--image {
  width: 100%;
  padding-top: 66.52892561983471%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 500ms;
  margin: 2rem 0 1rem 0;
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--item .tiltok-i-klaksvik--date {
  font-size: 13px;
  color: rgba(0,0,0,0.87);
  margin-top: 0.25rem;
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--item .tiltok-i-klaksvik--title {
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 0.375rem;
  color: rgba(0,0,0,0.87);
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--item .tiltok-i-klaksvik--content {
  line-height: 1.5;
  font-family: 'Merriweather', sans-serif;
  font-size: 16px;
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--item .tiltok-i-klaksvik--read-more {
  color: #f90;
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--item .highlight {
  background-color: rgba(255,255,0,0.75);
}
.tiltok-i-klaksvik--component .tiltok-i-klaksvik--self .tiltok-i-klaksvik--empty {
  padding: 1rem;
}
.validator-error {
  text-align: left;
  color: #fff;
  background-color: #b71c1c;
  padding: 0.25rem 1rem;
}
input[type=''].error,
input[type="color"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="email"].error,
input[type="file"].error,
input[type="month"].error,
input[type="number"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="time"].error,
input[type="url"].error,
input[type="week"].error,
textarea.error,
select.error {
  background-color: #ffebee;
  border-color: #ffebee;
}
.weatherman--component {
  background-color: #fff;
  margin-bottom: 2rem;
}
.weatherman--component .weatherman--main-title {
  background-color: #0d98db;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.weatherman--component .weatherman--self {
  page-break-inside: avoid;
  height: 100%;
}
.weatherman--component .weatherman--image-holder {
  display: block;
}
.weatherman--component .weatherman--image {
  border-radius: 150px;
}
.weatherman--component .weatherman--name {
  margin-bottom: 0;
}
.weatherman--component .weatherman--jobtitle {
  font-family: 'Merriweather', sans-serif;
  font-style: italic;
  font-size: 15px;
}
.weatherman--component .weatherman--content {
  font-family: 'Merriweather', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
.weatherman--component .weatherman--empty {
  padding: 1rem;
}
.weathertoday--component {
  background-color: #fff;
  padding: 1;
}
.weathertoday--component grid {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.weathertoday--component .weathertoday--select-holder {
  padding: 1rem 0;
}
.weathertoday--component .weathertoday--select {
  border-width: 1px;
  border-color: rgba(0,0,0,0.14);
  background-color: #fff;
  border-radius: 0;
  padding: 0.75rem 1rem;
  height: auto;
  background-position: right 12px center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.weathertoday--component .weathertoday--select:focus {
  border-color: #0d98db;
}
.weathertoday--component .weathertoday--days .weathertoday--days-info {
  background-color: #e3e8eb;
}
.weathertoday--component .weathertoday--source {
  text-align: right;
  font-family: 'Merriweather', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-top: 0.25rem;
  margin-bottom: -0.25rem;
}
.weathertoday--component .weathertoday--source a {
  color: rgba(0,0,0,0.87);
  font-weight: 600;
  font-family: 'Merriweather', sans-serif;
}
.windy--component {
  padding: 1rem;
  background-color: #fff;
}
.windy--component .windy--source {
  text-align: right;
  font-family: 'Merriweather', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-top: 0.25rem;
  margin-bottom: -0.25rem;
}
.windy--component .windy--source a {
  color: rgba(0,0,0,0.87);
  font-weight: 600;
  font-family: 'Merriweather', sans-serif;
}
.yr--component {
  padding: 0.5rem;
  background-color: #fff;
}
.yr--component grid {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.yr--component .yr--select {
  border-width: 1px;
  border-color: rgba(0,0,0,0.14);
  background-color: #fff;
  border-radius: 0;
  padding: 0.75rem 1rem;
  height: auto;
  background-position: right 12px center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.yr--component .yr--select:focus {
  border-color: #0d98db;
}
.yr--component .yr--source {
  text-align: right;
  font-family: 'Merriweather', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-right: 0.5rem;
  padding-top: 0;
  margin-bottom: 0.25rem;
}
.yr--component .yr--source a {
  color: rgba(0,0,0,0.87);
  font-weight: 600;
  font-family: 'Merriweather', sans-serif;
}
.yr--component .yr--main-title {
  padding-left: 0.5rem;
}
.yr--select-padding {
  padding: 1rem 0.5rem;
}
.album--contentitem .album--link {
  display: block;
  position: relative;
}
.album--contentitem .album--link:hover .album--image-overlay {
  opacity: 1 !important;
}
.album--contentitem .album--link:hover .album--image-overlay .album--image-overlay-icon {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.album--contentitem .album--image-overlay {
  transition: 300ms;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.album--contentitem .album--image-overlay .album--image-overlay-icon {
  color: rgba(255,255,255,0.9);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: 400ms;
}
.albumcollection--contentitem .albumcollection--link {
  display: block;
  text-decoration: none;
  color: rgba(0,0,0,0.87);
}
.albumcollection--contentitem .albumcollection--link:hover .albumcollection--image-overlay {
  opacity: 1 !important;
}
.albumcollection--contentitem .albumcollection--link:hover .albumcollection--image-overlay .albumcollection--image-overlay-icon {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.albumcollection--contentitem .albumcollection--link .albumcollection--image-holder {
  position: relative;
}
.albumcollection--contentitem .albumcollection--link .albumcollection--image-overlay {
  transition: 300ms;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.albumcollection--contentitem .albumcollection--link .albumcollection--image-overlay .albumcollection--image-overlay-icon {
  color: rgba(255,255,255,0.9);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: 400ms;
}
/* grid layout */
.albumcollection--contentitem--grid-layout .albumcollection--album .albumcollection--title {
  margin-top: 0.25rem;
}
/* list layout */
.filescollection--contentitem .filescollection--files {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filescollection--contentitem .filescollection--file {
  display: block;
  transition: 200ms;
  text-decoration: none;
}
.filescollection--contentitem .filescollection--file .filescollection--icon {
  color: rgba(0,0,0,0.54);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.filescollection--contentitem .filescollection--file .filescollection--size {
  color: rgba(0,0,0,0.54);
  font-size: 0.875rem;
}
.filescollection--contentitem .filescollection--file--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.filescollection--contentitem .filescollection--file--disabled .filescollection--icon {
  color: rgba(0,0,0,0.54);
}
.form--contentitem .form--description {
  margin-bottom: 2rem;
}
.form--contentitem .form--field-title {
  font-size: 1rem;
}
.form--contentitem .form--field-hint {
  font-size: 1rem;
  color: rgba(0,0,0,0.54);
  margin-bottom: 0.5rem;
}
.form--contentitem .form--radiobutton {
  cursor: pointer;
}
.form--contentitem .form--checkbox {
  cursor: pointer;
}
.form--contentitem .form--field--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.form--contentitem .form--grid--multiupload {
  margin-bottom: 0.5rem;
}
.form--contentitem .form--grid--multiupload:last-child {
  margin-bottom: 0;
}
.form--contentitem .form--multiupload-buttons {
  -webkit-flex-basis: 39px;
  flex-basis: 39px;
  max-width: 39px;
}
.form--contentitem .form--multiupload-button {
  padding: 0.625rem;
}
.form--contentitem .form--multiupload-button-icon {
  margin: 0;
}
.form--contentitem .form--multiupload-button--remove {
  display: none;
}
.administrator_loggedin .htmlitem--contentitem {
  position: relative;
}
.administrator_loggedin .htmlitem--contentitem:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.list--contentitem .list--item {
  position: relative;
}
.list--contentitem .list--item .list--image-holder {
  display: block;
  position: relative;
}
.list--contentitem .list--item .list--image-holder:hover .list--image-overlay {
  opacity: 1 !important;
}
.list--contentitem .list--item .list--image-holder:hover .list--image-overlay .list--image-overlay-icon {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.list--contentitem .list--item .list--image-overlay {
  transition: 300ms;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.list--contentitem .list--item .list--image-overlay .list--image-overlay-icon {
  color: rgba(255,255,255,0.9);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: 400ms;
}
.list--contentitem .list--item--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.list--contentitem--grid-layout .list--item .list--title {
  margin-top: 0.75rem;
}
.list--contentitem--grid-layout .list--item .list--content {
  font-family: 'Merriweather', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0.75rem;
}
.list--contentitem--grid-layout .list--item .list--button {
  margin-top: 0.75rem;
}
.list--contentitem--list-layout .list--item .list-button {
  float: right;
}
.schedule--contentitem {
  position: relative;
}
.schedule--contentitem .schedule--week-number {
  line-height: 1.4;
}
.schedule--contentitem .schedule--arrows .schedule--arrow {
  cursor: pointer;
  display: inline-block;
  transition: 200ms;
  color: #f90;
}
.schedule--contentitem .schedule--arrows .schedule--arrow:hover {
  background-color: #f90;
  color: #fff;
}
.schedule--contentitem .schedule--arrows .schedule--arrow--left {
  padding: 0.125rem 0.125rem 0.125rem 0;
}
.schedule--contentitem .schedule--arrows .schedule--arrow--right {
  padding: 0.125rem 0 0.125rem 0.125rem;
}
.schedule--contentitem .schedule--day:last-child {
  border-right: 0;
}
.schedule--contentitem .schedule--day .schedule--day-header {
  border-bottom: 1px solid rgba(0,0,0,0.14);
}
.schedule--contentitem .schedule--day .schedule--day-header .schedule--day-name {
  margin: 0;
  text-transform: uppercase;
}
.schedule--contentitem .schedule--day .schedule--day-header .schedule--date {
  font-size: 0.875rem;
}
.schedule--contentitem .schedule--day .schedule--items {
  min-height: 8rem;
}
.schedule--contentitem .schedule--day .schedule--items .schedule--item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
}
.schedule--contentitem .schedule--day .schedule--items .schedule--item-title {
  word-wrap: break-word;
  font-weight: 800;
}
.textitem--contentitem {
  font-family: 'Merriweather', sans-serif;
  font-weight: 500;
}
.textitem--contentitem .textitem--image {
  display: block;
  text-decoration: none !important;
  width: 100%;
}
.textitem--contentitem .textitem--image:hover .textitem--image-overlay {
  opacity: 1 !important;
}
.textitem--contentitem .textitem--image:hover .textitem--image-overlay .textitem--image-overlay-icon {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.textitem--contentitem .textitem--image-holder {
  position: relative;
}
.textitem--contentitem .textitem--image-overlay {
  transition: 300ms;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17,17,17,0.4);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
.textitem--contentitem .textitem--image-overlay .textitem--image-overlay-icon {
  color: rgba(255,255,255,0.9);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  transition: 400ms;
}
.textitem--contentitem--layout2 .textitem--image {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.textitem--contentitem--layout3 .textitem--image {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.textitem--contentitem--layout4 .textitem--image {
  margin-bottom: 1rem;
}
.textitem--contentitem--layout4 .textitem--image--fullwidth {
  padding-top: 40vmin;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
.textitem--contentitem--layout4:first-child .textitem--image--fullwidth {
  margin-top: -4rem;
}
.textitem--contentitem--layout5 .textitem--image {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.textitem--contentitem--layout6 .textitem--image {
  margin-bottom: 1rem;
}
.textitem--contentitem--layout7 .textitem--image {
  margin-top: 1rem;
}
/*# sourceMappingURL=../style.css.map */