.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: #fff;
}
@media print {
  body {
    background-color: transparent;
  }
}
#main--component {
  background-color: #fff;
  min-height: 40rem;
  overflow: hidden;
}
@media print {
  #main--component {
    background-color: transparent;
  }
}
#qookies_toggle_habitat {
  opacity: 0 !important;
}
* {
  -webkit-font-smoothing: antialiased;
}
.rsbtn {
  z-index: 40;
}
.adgroup--component column {
  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;
}
.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--text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.4;
  text-align: center;
}
.adgroup--component .adgroup--label {
  font-size: 0.75rem;
  color: rgba(0,0,0,0.87);
  margin-top: 0.25rem;
  margin-bottom: 0;
  margin-left: 0.0625rem;
}
.adgroup--component .adgroup--link {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  margin-right: 0.0625rem;
}
.adgroup--component .adgroup--link a {
  color: rgba(0,0,0,0.54);
}
.adgroup--component .adgroup--empty {
  padding: 1.5rem 0;
}
.adgroup--component--var-height .adgroup--lysing > * {
  padding-bottom: 0;
  position: static;
}
.section--box--lysings-style1 .adgroup--component .adgroup--lysing {
  padding-bottom: 15.3132% !important;
}
.section--box--lysings-style2 .adgroup--component .adgroup--lysing {
  padding-bottom: 179.5275% !important;
}
.section--box--lysings-style3 .adgroup--component .adgroup--lysing {
  padding-bottom: 85.2398% !important;
}
.section--box--lysings-style4 .adgroup--component .adgroup--lysing {
  padding-bottom: 56.7% !important;
}
.section--box--lysings-style-var .adgroup--component .adgroup--lysing > * {
  padding-bottom: 0;
  position: static;
}
.blue-section--component {
  background-color: #be1622;
  padding: 16px 0;
}
@media only screen and (max-width: 1023px) {
  .blue-section--component {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blue-section--component .blue-section--column {
    border-bottom: 1px solid rgba(255,255,255,0.4);
  }
  .blue-section--component .blue-section--column:last-child {
    border-bottom: 0;
  }
}
.blue-section--component .blue-section--column:first-child .blue-section--link {
  border-left: 0;
}
.blue-section--component .blue-section--link {
  border-left: solid 1px rgba(235,90,55,0.5);
  text-decoration: none;
  padding: 1.5rem 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .blue-section--component .blue-section--link {
    border-left: 0;
    padding-left: 0;
    display: block;
    text-align: center;
  }
}
.blue-section--component .blue-section--link:hover .blue-section--title:after {
  opacity: 1;
}
.blue-section--component .blue-section--title {
  position: relative;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 150ms;
}
.blue-section--component .blue-section--title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  border-bottom: 3px solid #eb5a37;
  opacity: 0;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .blue-section--component .blue-section--title {
    border: 0;
    display: block;
    width: 100%;
    font-size: 20px;
  }
}
.calendar--component {
  padding: 56px 0 64px;
}
@media only screen and (max-width: 1023px) {
  .calendar--component {
    padding: 0 0 1.5rem;
  }
}
.calendar--component .calendar--main-title {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar--component .calendar--button-show-more {
  padding: 10px 32px;
  background-color: transparent;
  transition: 150ms;
  border-radius: 30px;
  border: 1px solid #eb5a37;
  color: #27292b;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
}
.calendar--component .calendar--button-show-more:hover {
  background-color: #be1622;
  color: #fff;
  border-color: #be1622;
}
@media only screen and (max-width: 1023px) {
  .calendar--component .calendar--button-show-more {
    width: 100%;
  }
}
.calendar--component .calendar--self {
  margin-bottom: 19px;
}
.calendar--component .calendar--self .calendar--item {
  display: -webkit-flex;
  display: flex;
  padding: 16px 0 20px 0;
}
@media only screen and (max-width: 1023px) {
  .calendar--component .calendar--self .calendar--item {
    padding-bottom: 16px;
  }
}
.calendar--component .calendar--self .calendar--item .calendar--link {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.calendar--component .calendar--self .calendar--item .calendar--link:hover .calendar--title {
  color: #eb5a37 !important;
}
.calendar--component .calendar--self .calendar--item .calendar--link .calendar--date-holder {
  display: -webkit-flex;
  display: flex;
  width: 116px;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.calendar--component .calendar--self .calendar--item .calendar--link .calendar--date-holder .calendar--date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  width: 116px;
}
.calendar--component .calendar--self .calendar--item .calendar--link .calendar--date-holder .calendar--location {
  width: 116px;
  height: 18px;
  background-color: #d4a85c;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-family: 'Questrial', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}
.calendar--component .calendar--self .calendar--item .calendar--link .calendar--date-holder .calendar--day {
  min-width: 58px;
  width: 58px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #eb5a37;
  color: #fff;
  font-size: 30px;
  font-family: 'Questrial', sans-serif;
  font-weight: 700;
  height: 100%;
}
.calendar--component .calendar--self .calendar--item .calendar--link .calendar--date-holder .calendar--month {
  min-width: 58px;
  width: 58px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #e5e3e1;
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.calendar--component .calendar--self .calendar--item .calendar--link .calendar--date-holder .calendar--month span {
  font-size: 16px;
  font-weight: 900;
}
.calendar--component .calendar--self .calendar--item .calendar--link .calendar--content-holder {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 6px 0 6px 20px;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .calendar--component .calendar--self .calendar--item .calendar--link .calendar--content-holder {
    padding: 4px 0 4px 1rem;
  }
}
.calendar--component .calendar--self .calendar--item .calendar--link .calendar--content-holder .calendar--title {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  transition: 300ms;
}
@media only screen and (max-width: 1023px) {
  .calendar--component .calendar--self .calendar--item .calendar--link .calendar--content-holder .calendar--title {
    font-size: 14px;
    line-height: 18px;
  }
}
.calendar--component .calendar--empty {
  padding: 1rem;
}
.calendar--all--component .calendar--self {
  margin-bottom: 8px;
}
.calendar--all--component .calendar--main-title {
  margin-bottom: 0;
}
.calendar--all--component .calendar--self .calendar--item {
  padding: 20px 16px 20px 0;
}
.calendar--component--upcoming {
  background-color: #fff;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.calendar--component--upcoming .calendar--main-title {
  padding: 1rem 0;
}
.calendar--component--upcoming .calendar--item--active .calendar--title {
  color: #be1622 !important;
}
.calendar--all--component {
  padding: 2rem 0 !important;
}
.calendaritem-signup--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.calendaritem--component {
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.calendaritem--component .calendaritem--self {
  position: relative;
  padding: 1rem;
}
.calendaritem--component .calendaritem--self:before,
.calendaritem--component .calendaritem--self:after {
  content: "";
  display: table;
}
.calendaritem--component .calendaritem--self:after {
  clear: both;
}
.calendaritem--component .calendaritem--self .calendaritem--image {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 56%;
  float: right;
  margin-left: 0.75rem;
  margin-bottom: 0.5rem;
}
.calendaritem--component .calendaritem--self .calendaritem--title {
  word-break: break-word;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.calendaritem--component .calendaritem--self .calendaritem--date {
  margin-top: 1.5rem;
}
.calendaritem--component .calendaritem--self .calendaritem--subtitle {
  font-weight: 400;
  font-size: 1.25rem;
}
.calendaritem--component .calendaritem--self .calendaritem--deadline {
  padding-top: 1rem;
}
.calendaritem--component .calendaritem--self .calendaritem--share {
  float: right;
}
.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: 19.125px;
  line-height: 19.125px;
  -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;
}
.checkout-cart--component .checkout-cart--items {
  padding-top: 1rem;
}
.checkout-cart--component .checkout-cart--items .checkout-cart--image {
  text-decoration: none;
}
.checkout-cart--component .checkout-cart--items .checkout-cart--link {
  text-decoration: none;
  color: rgba(0,0,0,0.87);
}
.checkout-cart--component .checkout-cart--items .checkout-cart--discount {
  color: #be1622;
}
.checkout-progress--component .checkout-progress--tab .checkout-progress--link {
  background-color: #ddd;
  color: rgba(0,0,0,0.54);
  border-left: 1px solid #fff;
  padding: 1rem;
  display: block;
  text-decoration: none;
  font-weight: 700;
  transition: 200ms;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.3;
}
.checkout-progress--component .checkout-progress--tab .checkout-progress--link:hover {
  background-color: #eee;
}
.checkout-progress--component .checkout-progress--tab .checkout-progress--link .checkout-progress--number {
  background-color: #fff;
  color: rgba(0,0,0,0.54);
  padding: 0;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  font-weight: 700;
  margin-right: 0.25rem;
  line-height: 2.5rem;
  display: inline-block;
  text-align: center;
}
.checkout-progress--component .checkout-progress--tab--active .checkout-progress--link {
  background-color: #fff;
  color: rgba(0,0,0,0.87);
}
.checkout-progress--component .checkout-progress--tab--active .checkout-progress--link .checkout-progress--number {
  background-color: #be1622;
  color: #fff;
}
.checkout--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.checkout--component .checkout--main-title {
  padding-bottom: 1rem;
}
.contentgroup--component .contentgroup--self {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.contentgroup--component .contentgroup--self > column > div > grid > column {
  margin-bottom: 3rem;
}
.contentgroup--component .contentgroup--item--image column {
  position: relative;
}
.contentgroup--component .contentgroup--item--image .contentgroup--social-share {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: auto;
}
.contentgroup--component .contentgroup--item--image .contentgroup--social-share .contentgroup--icon-facebook,
.contentgroup--component .contentgroup--item--image .contentgroup--social-share .contentgroup--icon-twitter {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  text-align: center;
  line-height: 3.5rem;
  margin-left: 0.125rem;
  cursor: pointer;
  transition: background-color 300ms;
  font-size: 1.25rem;
}
.contentgroup--component .contentgroup--item--image .contentgroup--social-share .contentgroup--icon-facebook {
  background-color: #3b5998;
}
.contentgroup--component .contentgroup--item--image .contentgroup--social-share .contentgroup--icon-twitter {
  background-color: #00b6f1;
}
.contentgroup--component .contentgroup--outlinebutton {
  padding: 1rem 4rem;
  font-size: 1.125rem;
}
.contentgroup--component .contentgroup--item--html column {
  position: relative;
}
.contentgroup--component .contentgroup--item--html iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.administrator_loggedin .contentgroup--component .contentgroup--item--html iframe {
  pointer-events: none;
}
.contentitems--component {
  padding: 1rem;
  margin-top: 26px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
  .contentitems--component {
    margin-top: 0;
  }
}
.contentitems--component .contentitems--main-title {
  padding-bottom: 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;
}
.employee--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.employees--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#footer--component .footer--section-upper {
  background-color: #fff;
  padding: 52px 0 40px;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--section-upper {
    padding: 1rem 0;
  }
}
#footer--component .footer--logo {
  display: block;
  max-width: 225px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--logo {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--contact {
    padding-top: 1rem;
    border-top: solid 1px #e5e3e1;
  }
}
#footer--component .footer--contact a {
  transition: 300ms;
}
#footer--component .footer--contact a:hover {
  color: #eb5a37;
}
#footer--component .footer--contact .footer--contact-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #5e6062;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--contact .footer--contact-item {
    line-height: 1.4;
  }
}
#footer--component .footer--contact .footer--contact-item.footer--contact-item--location {
  margin-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--contact .footer--contact-item.footer--contact-item--location {
    margin-top: 0;
  }
}
#footer--component .footer--contact .footer--contact-item .footer--contact-item-icon {
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-color: #eb5a37;
  border-radius: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 10px;
}
#footer--component .footer--contact .footer--contact-item .footer--contact-item-icon i {
  color: #fff;
  font-size: 8px;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--contact .footer--contact-item .footer--contact-item-icon {
    min-width: 14px;
    width: 14px;
    height: 14px;
    margin-right: 16px;
  }
  #footer--component .footer--contact .footer--contact-item .footer--contact-item-icon i {
    color: #fff;
    font-size: 8px;
  }
}
#footer--component .footer--uvs-holder {
  padding: 10px 0 10px 60px;
  border-left: solid 1px rgba(235,90,55,0.5);
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--uvs-holder {
    padding: 0.75rem 0;
    border-top: solid 1px #e5e3e1;
    border-left: 0;
  }
}
#footer--component .footer--uvs-holder .footer--uvs-text {
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--uvs-holder .footer--uvs-text {
    margin-bottom: 4px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
#footer--component .footer--uvs-holder .footer--uvs-image {
  display: block;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--uvs-holder .footer--uvs-image {
    max-width: 220px;
    margin: 0 auto;
  }
}
#footer--component .footer--section-lower {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #5b1212;
}
#footer--component .footer--login-column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer--component .footer--login-column .footer--login-left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#footer--component .footer--login-column .footer--login-left a {
  color: #fff;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  padding-right: 2rem;
  border-right: solid 1px #eb5a37;
  margin-right: 2rem;
  transition: 300ms;
}
#footer--component .footer--login-column .footer--login-left a:hover {
  color: #eb5a37;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--login-column .footer--login-left a {
    font-size: 10px;
    line-height: 20px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
  }
}
#footer--component .footer--login-column .footer--login-left div {
  color: #fff;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  transition: 300ms;
}
#footer--component .footer--login-column .footer--login-left div:hover {
  color: #eb5a37;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--login-column .footer--login-left div {
    font-size: 10px;
    line-height: 20px;
  }
}
#footer--component .footer--login-column .footer--login-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#footer--component .footer--qodio-logo {
  background-image: url("/https/vegleiding.fo/site/templates/default/assets/images/qodio_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  display: block;
  margin-right: 14px;
}
@media only screen and (max-width: 1023px) {
  #footer--component .footer--qodio-logo {
    width: 20px;
    heigth: 20px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 8px;
  }
}
#footer--component .ease-login {
  text-transform: uppercase;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  line-height: 22px;
  font-family: 'Questrial', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  #footer--component .ease-login {
    font-size: 12px;
  }
}
#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;
}
#header--component {
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  #header--component {
    padding: 0;
    border-bottom: solid 2px #eb5a37;
  }
}
#header--component .header--section-upper {
  padding: 1.5rem 0;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--section-upper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
  }
}
#header--component .header--toggle-column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  padding-right: 1rem;
}
#header--component .header--toggle-column:hover .header--offcanvas-toggle * {
  fill: #eb5a37;
}
#header--component .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 .header--toggle-column .header--offcanvas-toggle * {
  fill: #eb5a37;
}
@media only screen and (max-width: 639px) {
  #header--component .header--toggle-column .header--offcanvas-toggle {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  #header--component .header--column--logo {
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
#header--component .header--column--logo .header--logo {
  display: block;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--column--logo .header--logo {
    max-width: 125px;
    width: 100%;
  }
}
#header--component .header--column--logo .header--logo img {
  display: block;
  max-width: 225px;
  width: 100%;
}
#header--component .header--mobile-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 64px;
}
#header--component .header--mobile-x {
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
}
#header--component .header--mobile-x--active {
  display: -webkit-flex;
  display: flex;
}
#header--component .header--column--menu {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--column--menu {
    height: 40px;
    background-color: #fff;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 1rem;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #e5e3e1;
  }
}
#header--component .header--column--menu .header--column--self {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--column--menu .header--column--self {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#header--component .header--column--menu .header--contact {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--column--menu .header--contact {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
#header--component .header--column--menu .header--contact-item {
  padding: 0 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  color: #27292b;
  font-family: 'Questrial', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
  transition: 300ms;
}
#header--component .header--column--menu .header--contact-item:hover {
  color: #eb5a37;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #header--component .header--column--menu .header--contact-item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 639px) {
  #header--component .header--column--menu .header--contact-item {
    font-size: 11px;
    padding: 0;
  }
}
#header--component .header--column--menu .header--contact-item .header--contact-item-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 1rem;
}
#header--component .header--column--menu .header--contact-item .header--contact-item-icon i {
  color: #eb5a37;
  font-size: 17px;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #header--component .header--column--menu .header--contact-item .header--contact-item-icon {
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  #header--component .header--column--menu .header--contact-item .header--contact-item-icon i {
    font-size: 8px;
  }
}
@media only screen and (max-width: 639px) {
  #header--component .header--column--menu .header--contact-item .header--contact-item-icon {
    min-width: 13px;
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }
  #header--component .header--column--menu .header--contact-item .header--contact-item-icon i {
    font-size: 7px;
  }
}
#header--component .header--column--menu .header--language-english {
  width: 40px;
  height: 40px;
  margin: 0 0 0 16px;
  background-color: #eb5a37;
  border-radius: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 300ms;
}
#header--component .header--column--menu .header--language-english:hover {
  background-color: #e5e3e1;
  color: #eb5a37;
}
@media only screen and (max-width: 1023px) {
  #header--component .header--column--menu .header--language-english {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: 12px;
  }
}
#header--component .header--lower-section {
  background-color: #5b1212;
}
#header--component .header--lower-section grid {
  position: relative;
}
#header--component .header--lower-section .header--lower-search--column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#header--component .header--contact-space {
  width: 2px;
  height: 28px;
  border-right: 1px solid rgba(235,90,55,0.4);
  margin: 0 16px;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #header--component .header--contact-space {
    height: 16px;
    margin: 0 16px;
  }
}
@media only screen and (max-width: 639px) {
  #header--component .header--contact-space {
    height: 16px;
    margin: 0 8px;
  }
}
.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;
  }
}
.languages--language {
  text-transform: uppercase;
  font-weight: 700;
}
.languages--language--active {
  color: #be1622;
}
.layout--component {
  display: -webkit-flex;
  display: flex;
/* FILLS */
/* LEFT PANE */
/* CENTER PANE */
/* RIGHT PANE */
/* SPACER */
}
.layout--component .layout--left-fill {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: transparent;
}
.layout--component .layout--right-fill {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: transparent;
}
.layout--component .layout--spacer--1r {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.layout--component .layout--spacer--2r {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.layout--component .layout--spacer--3r {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.layout--component .layout--spacer--4r {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.layout--component .layout--spacer--5r {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.layout--component .layout--spacer--6r {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.menu--component {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
}
.menu--component .menu--self {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu--component .menu--self .menu--menuitem {
  white-space: nowrap;
  margin: 0;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  border-right: solid 2px rgba(255,255,255,0.2);
  transition: 300ms;
}
.menu--component .menu--self .menu--menuitem:hover {
  color: #eb5a37;
}
.menu--component .menu--self .menu--menuitem:first-child {
  padding-left: 0;
}
.menu--component .menu--self .menu--menuitem:last-child {
  border-right: 0;
}
.menu--component .menu--self .menu--menuitem--active-ancestor .menu--menuitem-inner,
.menu--component .menu--self .menu--menuitem--active-parent .menu--menuitem-inner,
.menu--component .menu--self .menu--menuitem--active .menu--menuitem-inner {
  color: #eb5a37;
}
.menu--component .menu--self .menu--menuitem--disabled {
  opacity: 0.5;
  background-color: rgba(128,128,128,0.5);
}
.menu--component .menu--self .menu--menuitem--add {
  cursor: pointer;
}
.message--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mobile-navigation--component {
  width: 100%;
  background-image: linear-gradient(180deg, #be1622 0%, #8c1c1c 100%);
  padding-bottom: 2rem;
  display: none;
  border-bottom: solid 1px #fff;
}
.mobile-navigation--component .mobile-navigation--self {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mobile-navigation--component .mobile-navigation--self .mobile-navigation--item {
  padding: 2rem 0 1rem 2rem;
  border-top: solid 1px #fff;
  margin-top: 1.5rem;
}
.mobile-navigation--component .mobile-navigation--self .mobile-navigation--item .mobile-navigation--item-text {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.mobile-navigation--component .offcanvas--menu {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth1 {
  padding: 2rem 0 1rem 2rem;
  border-top: solid 1px #fff;
  font-size: 20px;
  margin-top: 1.5rem;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth1:first-child {
  border-top: 0;
  margin-top: 0;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth2 {
  font-size: 14px;
  padding: 0.5rem 0 0.5rem 1rem;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth3 {
  padding: 0.5rem 0 0.5rem 2rem;
  font-size: 12px;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--depth4 {
  padding: 0.5rem 0 0.5rem 3.5rem;
  font-size: 11px;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--menuitem--add {
  padding: 1rem 2rem;
  border-bottom: solid 3px rgba(229,227,225,0.8);
}
.mobile-navigation--component .offcanvas--main-ul {
  list-style: none;
  margin: 0;
}
.mobile-navigation--component .offcanvas--main-ul .hasChildren {
  position: relative;
}
.mobile-navigation--component .offcanvas--main-ul .hasChildren a {
  width: 100%;
}
.mobile-navigation--component .offcanvas--main-ul li {
  list-style: none;
  white-space: nowrap;
  min-width: 200px;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-decoration: none;
  outline: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  border-bottom: solid 1px rgba(229,227,225,0.8);
  padding: 1.25rem 0 1.25rem 1rem;
}
.mobile-navigation--component .offcanvas--main-ul li a {
  color: #fff;
}
.mobile-navigation--component .offcanvas--main-ul li i {
  color: #e5e3e1;
}
.mobile-navigation--component .offcanvas--main-ul li .fa-caret-right {
  height: 64px;
}
.mobile-navigation--component .offcanvas--main-ul li .fa-caret-down {
  height: 64px;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-top: 0 !important;
  border-bottom: 0 !important;
  line-height: 32px;
  text-transform: none;
  padding: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2:first-child {
  border-top: 0;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  .mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2 {
    font-size: 1rem;
  }
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2 .fa-caret-right {
  height: 38px;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-2 .fa-caret-down {
  height: 38px;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-3 {
  color: #fff;
  font-size: 12px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  text-transform: none;
  line-height: 22px;
  padding: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-3:first-child {
  border-top: 0;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  .mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-3 {
    font-size: 0.875rem;
  }
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-3 .fa-caret-right {
  height: 30px;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-3 .fa-caret-down {
  height: 30px;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-4 {
  color: #fff;
  font-size: 11px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  text-transform: none;
  line-height: 26px;
  padding: 0;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-4:first-child {
  border-top: 0;
}
@media screen and (max-width: 31rem), screen and (max-height: 36rem) {
  .mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-4 {
    font-size: 0.75rem;
  }
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-4 .fa-caret-right {
  height: 26px;
}
.mobile-navigation--component .offcanvas--main-ul .offcanvas--li-depth-4 .fa-caret-down {
  height: 26px;
}
.mobile-navigation--component .offcanvas--main-ul .backgroundActive {
  background-color: rgba(0,0,0,0.15);
}
.mobile-navigation--component .offcanvas--menu .fa-caret-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mobile-navigation--component .offcanvas--menu .fa-caret-down {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 26px;
  width: 50px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mobile-navigation--component .offcanvas--menu ul {
  margin: 0;
  padding-left: 0;
}
.mobile-navigation--component .offcanvas--menu ul a {
  padding-left: 0;
}
.mobile-navigation--component .offcanvas--menu ul ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobile-navigation--component .offcanvas--menu ul li {
  display: block;
}
.mobile-navigation--component .offcanvas--menu ul {
  display: block;
}
.mobile-navigation--component .offcanvas--menu ul ul {
  display: none;
}
.mobile-navigation--component .offcanvas--menu .offcanvas--main-ul {
  padding: 0 !important;
}
.newsarticle--component {
  margin-top: 60px;
  margin-bottom: 24px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .newsarticle--component {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.newsarticle--component .newsarticle--self {
  position: relative;
  padding: 0 1rem;
}
@media only screen and (max-width: 639px) {
  .newsarticle--component .newsarticle--self {
    padding: 0;
  }
}
.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--slides {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .newsarticle--component .newsarticle--self .newsarticle--slides {
    width: 100%;
  }
}
.newsarticle--component .newsarticle--self .newsarticle--slide {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  outline: 0;
}
.newsarticle--component .newsarticle--self .newsarticle--slide > a > .newsarticle--image {
  width: 100%;
  padding-top: 60%;
  min-height: 220px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsarticle--component .newsarticle--self .newsarticle--slide .newsarticle--image-text-divider {
  color: rgba(0,0,0,0.54);
}
.newsarticle--component .newsarticle--self .newsarticle--slide .newsarticle--image-owner {
  color: rgba(0,0,0,0.54);
}
.newsarticle--component .newsarticle--self .newsarticle--slide-dots {
  max-width: 1120px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 11;
  list-style: none;
  text-align: right;
  font-size: 0.875rem;
}
.newsarticle--component .newsarticle--self .newsarticle--slide-dots > li {
  margin: 0 0.125rem;
  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;
}
.newsarticle--component .newsarticle--self .newsarticle--slide-dots > li:last-child {
  margin-right: 1rem;
}
.newsarticle--component .newsarticle--self .newsarticle--slide-dots > li > * {
  display: none;
}
.newsarticle--component .newsarticle--self .newsarticle--date {
  color: #eb5a37;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin: 50px 0 14px;
}
@media only screen and (max-width: 1023px) {
  .newsarticle--component .newsarticle--self .newsarticle--date {
    margin: 1rem 0;
  }
}
.newsarticle--component .newsarticle--self .newsarticle--title {
  max-width: 930px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  word-break: break-word;
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
@media only screen and (max-width: 1023px) {
  .newsarticle--component .newsarticle--self .newsarticle--title {
    font-size: 26px;
    line-height: 32px;
  }
}
.newsarticle--component .newsarticle--self .newsarticle--subtitle {
  max-width: 930px;
  color: #eb5a37;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Questrial', sans-serif;
}
@media only screen and (max-width: 1023px) {
  .newsarticle--component .newsarticle--self .newsarticle--subtitle {
    max-width: 100%;
    font-size: 18px;
  }
}
.newsarticle--component .newsarticle--self .newsarticle--content {
  max-width: 930px;
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.newsarticle--component .newsarticle--self .newsarticle--details .newsarticle--share {
  margin-top: 1.5rem;
  margin-bottom: 44px;
}
.newsarticle--component .newsarticle--self .newsarticle--related-newsarticles {
  margin-top: -0.5rem;
  padding-left: 0.5rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.newsarticle--component .newsarticle--self .newsarticle--related-newsarticles .newsarticle--related-newsarticle {
  color: rgba(0,0,0,0.87);
}
.newsarticle--component .newsarticle--self .newsarticle--empty {
  padding: 1.5rem 0;
}
.newsarticle--component .newsarticle--bottom-grid {
  margin-bottom: 10px;
}
.newsarticle--component .newsarticle--bottom-grid .newsarticle--bottom-image {
  width: 100%;
}
.newsarticle--component .newsarticle--bottom-grid .newsarticle--bottom-image a {
  display: block;
}
.newsarticle--component .newsarticle--bottom-grid .newsarticle--bottom-image a img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .newsarticle--component .newsarticle--divider {
    display: none;
  }
}
.newsgroup--component .newsgroup--main-title {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.newsgroup--component .newsgroup--self {
  margin-bottom: 24px;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle {
  display: block;
  position: relative;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link {
  color: #6d767f;
  text-decoration: none;
  display: block;
  position: relative;
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link .newsgroup--column--image {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link .newsgroup--image {
    margin-bottom: 1rem;
  }
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link .newsgroup--audio-icon {
  position: absolute;
  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: 640px) {
  .newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link .newsgroup--text-holder {
    padding-left: 232px;
  }
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link .newsgroup--title {
  word-break: break-word;
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link .newsgroup--title {
    font-size: 20px;
    line-height: 28px;
  }
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link .newsgroup--date {
  color: #eb5a37;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link .newsgroup--date {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
  }
}
.newsgroup--component .newsgroup--self .newsgroup--newsarticle .newsgroup--link:hover .newsgroup--title {
  color: #be1622;
}
.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--button-show-more {
  padding: 10px 32px;
  background-color: transparent;
  transition: 150ms;
  border-radius: 30px;
  border: 1px solid #eb5a37;
  color: #27292b;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
}
.newsgroup--component .newsgroup--button-show-more:hover {
  background-color: #be1622;
  color: #fff;
  border-color: #be1622;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--button-show-more {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component .newsgroup--lazy {
    padding: 2rem 0 !important;
  }
}
.newsgroup--component .newsgroup--self.newsgroup--self-big-layout {
  margin: 40px 0 0;
}
.newsgroup--component .newsgroup--self.newsgroup--self-big-layout .newsgroup--newsarticle {
  padding: 20px 16px;
}
.newsgroup--component .newsgroup--self.newsgroup--self-big-layout .newsgroup--link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsgroup--component .newsgroup--self.newsgroup--self-big-layout .newsgroup--text-holder {
  padding-left: 0 !important;
}
.newsgroup--component .newsgroup--self.newsgroup--self-big-layout .newsgroup--title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 16px;
}
.newsgroup--component .newsgroup--self.newsgroup--self-big-layout .newsgroup--content {
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.newsgroup--component .newsgroup--self.newsgroup--self-big-layout .newsgroup--image {
  position: relative;
  margin-left: 2.5rem;
}
.newsgroup--component .newsgroup--self.newsgroup--self-list-news .newsgroup--newsarticle {
  padding: 20px 16px;
}
.newsgroup--component .newsgroup--self.newsgroup--self-list-news .newsgroup--image {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .newsgroup--component .newsgroup--self.newsgroup--self-list-news .newsgroup--image {
    float: left;
    margin-right: 2rem;
    width: 200px;
  }
}
.newsgroup--component.newsgroup--component--frontpage {
  padding: 56px 0 64px;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component.newsgroup--component--frontpage {
    padding: 1rem 0;
  }
}
.newsgroup--component.newsgroup--component--frontpage .newsgroup--self .newsgroup--newsarticle {
  padding: 15px 16px;
}
.newsgroup--component.newsgroup--component--frontpage .newsgroup--self .newsgroup--image {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .newsgroup--component.newsgroup--component--frontpage .newsgroup--self .newsgroup--image {
    float: left;
    margin-right: 2rem;
    width: 200px;
  }
}
.newsgroup--component.newsgroup--component--slider {
  background-image: url("/https/vegleiding.fo/site/templates/default/assets/images/background_newsgroup.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 80px 0 60px;
  margin: 0;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .newsgroup--component.newsgroup--component--slider {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 639px) {
  .newsgroup--component.newsgroup--component--slider {
    padding: 20px 0 20px;
  }
}
.newsgroup--component.newsgroup--component--slider .newsgroup--self {
  padding: 0;
  position: relative;
}
.newsgroup--component.newsgroup--component--slider .newsgroup--self .slideshow--prev,
.newsgroup--component.newsgroup--component--slider .newsgroup--self .slideshow--next {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 30px;
  z-index: 11;
  cursor: pointer;
  color: #fff;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  transition: 150ms ease-in-out;
}
.newsgroup--component.newsgroup--component--slider .newsgroup--self .slideshow--prev:hover,
.newsgroup--component.newsgroup--component--slider .newsgroup--self .slideshow--next:hover {
  color: #eb5a37;
}
.newsgroup--component.newsgroup--component--slider .newsgroup--self .slideshow--prev {
  left: -36px;
  padding-left: calc(50% - (1152px / 2 ));
}
.newsgroup--component.newsgroup--component--slider .newsgroup--self .slideshow--next {
  right: -36px;
  padding-right: calc(50% - (1152px / 2 ));
}
.newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle {
  background-color: #fff;
  padding: 0;
}
.newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--link {
  display: block;
}
.newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--image {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
}
.newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--image.newsgroup--image--noimage {
  background-image: url("/https/vegleiding.fo/site/templates/default/assets/images/noimage.png") !important;
}
.newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--text-holder {
  padding: 40px 30px !important;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--text-holder {
    padding: 30px 20px !important;
  }
}
@media only screen and (max-width: 639px) {
  .newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--text-holder {
    padding: 24px 16px !important;
  }
}
.newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--title {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  transition: 150ms;
}
@media only screen and (max-width: 1023px) {
  .newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
.newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--subtitle,
.newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--content {
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 639px) {
  .newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--subtitle,
  .newsgroup--component.newsgroup--component--slider .newsgroup--newsarticle .newsgroup--content {
    display: none;
  }
}
.newsgroup--component.newsgroup--component--slider .slideshow--dots {
  width: 100%;
  max-width: 1120px;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -45px;
  z-index: 11;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .newsgroup--component.newsgroup--component--slider .slideshow--dots {
    bottom: -30px;
  }
}
@media only screen and (max-width: 639px) {
  .newsgroup--component.newsgroup--component--slider .slideshow--dots {
    bottom: -35px;
  }
}
.newsgroup--component.newsgroup--component--slider .slideshow--dots li {
  margin: 0 0.5rem;
  display: inline-block;
  font-size: 10px;
  color: #eb5a37;
  cursor: pointer;
  transition: 150ms;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .newsgroup--component.newsgroup--component--slider .slideshow--dots li {
    font-size: 6px;
  }
}
.newsgroup--component.newsgroup--component--slider .slideshow--dots li:hover {
  color: #fff;
}
.newsgroup--component.newsgroup--component--slider .slideshow--dots li.slick-active {
  color: #fff;
}
.newsgroup--component.newsgroup--component--slider .slideshow--dots li * {
  display: none;
}
.newsgroup--component--recent {
  padding: 0;
  margin-top: 0;
  margin-bottom: 4rem;
}
.newsgroup--component--recent .newsgroup--self .newsgroup--newsarticle {
  padding: 20px 16px;
}
.newsgroup--component--recent .newsgroup--self .newsgroup--image {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .newsgroup--component--recent .newsgroup--self .newsgroup--image {
    float: left;
    margin-right: 2rem;
    width: 200px;
  }
}
.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;
}
.pagemenu--component {
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 2rem;
  padding: 0 1rem 1rem 2rem;
/* all depths (all levels) */
/* depth 2 (second level)  */
/* depth 3 (third level) */
/* depth 4 (fourth level) */
}
.pagemenu--component .pagemenu--self {
  border-top: solid 1px #cdcdcd;
}
.pagemenu--component .pagemenu--main-title {
  padding: 1rem;
}
.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;
  transition: 200ms;
  font-weight: 400;
  text-decoration: none;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .pagemenu--icon,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .pagemenu--icon {
  padding-left: 0.25rem;
  font-size: 18px;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus {
  display: none;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus {
  display: inline-block;
  font-weight: 300;
  color: #eb5a37;
}
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus,
.pagemenu--component .pagemenu--menu > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus,
.pagemenu--component .pagemenu--submenu > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus {
  display: none;
  font-weight: 300;
  color: #eb5a37;
}
.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--depth-1 > .pagemenu--menuitem {
  border-bottom: solid 1px #cdcdcd;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  word-break: break-word;
  padding: 32px 0;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus {
  display: inline-block;
  font-weight: 300;
  color: #eb5a37;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus {
  display: none;
  font-weight: 300;
  color: #eb5a37;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active > .pagemenu--menuitem-link {
  color: #eb5a37;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-minus {
  display: inline-block;
  font-weight: 300;
  color: #eb5a37;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus,
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-plus {
  display: none;
  font-weight: 300;
  color: #eb5a37;
}
.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--menu--depth-1 > .pagemenu--menuitem--add {
  cursor: pointer;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--add > .pagemenu--menuitem-link > .pagemenu--menuitem-inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.pagemenu--component .pagemenu--menu--depth-1 > .pagemenu--menuitem--add > .pagemenu--menuitem-link > .pagemenu--menuitem-inner .pagemenu--icon {
  margin-right: 2rem;
}
.pagemenu--component .pagemenu--submenu--depth-2 {
  margin-bottom: 1.5rem;
  display: none;
  position: relative;
  bottom: 10px;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem > .pagemenu--menuitem-link {
  color: #111921;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  text-transform: none;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem > .pagemenu--menuitem-link i {
  margin-right: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  color: #d4cfc9;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-caret-right {
  display: inline-block;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-caret-down {
  display: none;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active > .pagemenu--menuitem-link {
  color: #eb5a37;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-caret-right,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-caret-right,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-caret-right {
  display: none;
}
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-caret-down,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-caret-down,
.pagemenu--component .pagemenu--submenu--depth-2 > .pagemenu--menuitem--active > .pagemenu--menuitem-link > .pagemenu--menuitem-inner > .fa-caret-down {
  display: inline-block;
}
.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: 0.5rem;
  padding-left: 70px;
  color: #111921;
  font-family: 'Questrial', sans-serif;
  font-size: 17px;
}
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active-ancestor > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active-parent > .pagemenu--menuitem-link,
.pagemenu--component .pagemenu--submenu--depth-3 > .pagemenu--menuitem--active > .pagemenu--menuitem-link {
  color: #eb5a37;
}
.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;
}
.product--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.product--component .product--main-image {
  margin-bottom: 0.5rem;
}
.product--component .product--content iframe {
  width: 100%;
}
.product--component .product--included-products-section .product--included-products .product--product .product--text-holder {
  margin-top: 0.5rem;
}
.product--component .product--reviews-section {
  page-break-inside: avoid;
}
.product--component .product--similar-products {
  page-break-inside: avoid;
}
.product--component .product--filter-section {
  page-break-inside: avoid;
}
.products-active-filters--component .products-active-filters--title {
  padding: 1rem;
}
.products-active-filters--component .products-active-filters--filters {
  padding: 1rem;
  padding-top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  -webkit-align-content: left;
  align-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-active-filters--component .products-active-filters--filter {
  background-color: #e5e3e1;
  color: rgba(0,0,0,0.54);
  padding: 0 1.75rem 0 0.5rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  position: relative;
  line-height: 1.5rem;
}
.products-active-filters--component .products-active-filters--remove {
  position: absolute;
  width: 1.5rem;
  line-height: 1.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: #e5e3e1;
  color: rgba(0,0,0,0.54);
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: 200ms;
}
.products-active-filters--component .products-active-filters--remove:hover {
  background-color: rgba(0,0,0,0.54);
  color: #e5e3e1;
}
.products-filter--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.products-filter--component .products-filter--image {
  margin-top: 1rem;
  margin-right: 2rem;
}
.product-filtergroup--component .product-filtergroup--title {
  padding: 1rem;
}
.product-filtergroup--component .product-filtergroup--filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-filtergroup--component .product-filtergroup--filters .product-filtergroup--filter .product-filtergroup--filter-link {
  display: block;
}
.product-filtergroup--component .product-filtergroup--filters .product-filtergroup--filter--active > .product-filtergroup--filter-link > .product-filtergroup--filter-inner {
  color: #be1622;
}
.product-filtergroup--component .product-filtergroup--filters--depth-1 > .product-filtergroup--filter > .product-filtergroup--filter-link {
  padding-left: 2rem;
}
.product-filtergroup--component .product-filtergroup--filters--depth-2 > .product-filtergroup--filter > .product-filtergroup--filter-link {
  padding-left: 3.5rem;
}
.products--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.products--component.products--component--similar-products,
.products--component.products--component--filter-section,
.products--component.products--component--filter-products {
  padding: 0;
}
.products--component .products--order-by label {
  margin-bottom: 0;
  margin-right: 0.5rem;
  text-transform: uppercase;
}
.products--component .products--product .products--link {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: background-color 300ms;
  text-decoration: none;
  padding: 1rem;
}
.products--component .products--product .products--image {
  padding-top: 100%;
  transition: 200ms;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.products--component .products--product .products--labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
}
.products--component .products--product .products--label {
  text-align: center;
  padding: 0.25rem 1rem;
  z-index: 0;
  text-transform: uppercase;
  background-color: #be1622;
  color: #fff;
}
.products--component .products--product .products--label:nth-child(even) {
  background-color: #e83743;
}
.products--component .products--product .products--title {
  height: 3rem;
  color: #6d767f;
  overflow: hidden;
}
.products--component .products--product .products--price {
  font-weight: 700;
  color: #be1622;
  font-size: 1.125rem;
}
.products--component .products--product .products--fullprice {
  color: rgba(0,0,0,0.54);
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.products--component .products--product .products--hover-overlay {
  opacity: 0;
  background-color: rgba(190,22,34,0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 200ms;
}
.products--component .products--product .products--read-more {
  transition: 300ms;
  position: relative;
  top: 0.5rem;
}
.products--component .products--product:hover .products--hover-overlay {
  opacity: 1;
}
.products--component .products--product:hover .products--read-more {
  top: 0;
}
.easeModal_editor h2 {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
@media only screen and (max-width: 1023px) {
  .easeModal_editor h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.easeModal_editor h3 {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .easeModal_editor h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.easeModal_editor table {
  border: 1px solid #dbe0e3;
}
.easeModal_editor table tr th {
  border: 1px solid rgba(235,90,55,0.4);
  background-color: #be1622;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.easeModal_editor table tr td {
  border: 1px solid #e5e3e1;
  padding: 16px;
  line-height: 1;
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.easeModal_editor table tr td:first-child {
  color: #111921;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background-color: #d4cfc9;
  border-color: #d4cfc9;
  border-bottom-color: #fff;
}
.easeModal_editor table tr:last-child td:first-child {
  border-bottom-color: #d4cfc9;
}
.richtext--content {
  counter-reset: item;
}
.richtext--content h2 {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}
@media only screen and (max-width: 1023px) {
  .richtext--content h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.richtext--content h3 {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .richtext--content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.richtext--content table {
  border: 1px solid #dbe0e3;
}
.richtext--content table tr th {
  border: 1px solid rgba(235,90,55,0.4);
  background-color: #be1622;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.richtext--content table tr td {
  border: 1px solid #e5e3e1;
  padding: 16px;
  line-height: 1;
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.richtext--content table tr td:first-child {
  color: #111921;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background-color: #d4cfc9;
  border-color: #d4cfc9;
  border-bottom-color: #fff;
}
.richtext--content table tr:last-child td:first-child {
  border-bottom-color: #d4cfc9;
}
.richtext--content p {
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 1023px) {
  .richtext--content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.richtext--content img {
  vertical-align: middle;
}
.richtext--content strong {
  font-weight: 700;
}
.richtext--content ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.richtext--content ol li {
  counter-increment: item;
  position: relative;
  display: -webkit-flex;
  display: flex;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
}
.richtext--content ol li:before {
  content: counter(item) '.';
  line-height: 1.125rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: rgba(235,90,55,0.4);
  font-weight: 700;
  margin-right: 0.75rem;
  font-size: 14px;
  padding-right: 1.5rem;
  padding-top: 3px;
}
.richtext--content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.richtext--content ul li {
  position: relative;
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
.richtext--content ul li:before {
  content: '\f054';
  position: relative;
  top: -1px;
  color: #d4cfc9;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 700;
  margin-right: 1.25rem;
}
.richtext--content ul li ul {
  margin-left: 2rem;
}
.richtext--content blockquote {
  padding: 0 1rem 0 1.5rem;
  border-left: 0.4375rem solid #be1622;
  font-size: 1.3125rem;
  font-style: italic;
  line-height: 1.25;
  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: 400;
  text-align: center;
  color: #6d767f;
  display: inline-block;
}
.richtext--image-caption {
  color: rgba(0,0,0,0.54);
}
.richtext--image-text-divider {
  color: rgba(0,0,0,0.54);
}
.richtext--image-owner {
  color: rgba(0,0,0,0.54);
  font-style: italic;
}
.search-page--component {
  padding: 2.5rem 0 2rem;
}
.search-page--component ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.search-page--component ul li.search--item {
  padding-left: 1.25rem;
  position: relative;
}
.search-page--component ul li.search--item:before {
  content: '\f111';
  position: absolute;
  top: 6px;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 7px;
  color: #be1622;
}
.search-page--component ul li.search--item .search--item-link {
  color: #6d767f;
  font-size: 16px;
}
.search-page--component ul li.search--item ul {
  margin-top: 0.375rem;
}
.search-page--component h3 {
  font-family: 'Questrial', sans-serif;
  color: #111921;
}
.shortcuts--component {
  background-color: #e5e3e1;
}
.shortcuts--component .shortcuts--grid column {
  border-right: solid 1px #fff;
}
.shortcuts--component .shortcuts--grid column:first-child {
  border-left: solid 1px #fff;
}
@media only screen and (max-width: 639px) {
  .shortcuts--component .shortcuts--grid column {
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px #fff;
  }
  .shortcuts--component .shortcuts--grid column:first-child {
    border-left: 0 !important;
  }
}
.shortcuts--component .shortcuts--link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding: 3rem 2rem;
  width: 100%;
  transition: 150ms;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .shortcuts--component .shortcuts--link {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (max-width: 639px) {
  .shortcuts--component .shortcuts--link {
    padding: 1rem 1rem;
  }
}
.shortcuts--component .shortcuts--link:hover {
  background-color: #be1622;
}
.shortcuts--component .shortcuts--link:hover .shortcuts--title {
  color: #fff;
}
.shortcuts--component .shortcuts--link:hover .shortcuts--content {
  color: #fff;
}
.shortcuts--component .shortcuts--link .shortcuts--title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: 150ms;
  color: #27292b;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .shortcuts--component .shortcuts--link .shortcuts--title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 639px) {
  .shortcuts--component .shortcuts--link .shortcuts--title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
}
.shortcuts--component .shortcuts--link .shortcuts--content {
  font-size: 18px;
  font-weight: 400;
  color: #5e6062;
  line-height: 24px;
  transition: 150ms;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .shortcuts--component .shortcuts--link .shortcuts--content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 639px) {
  .shortcuts--component .shortcuts--link .shortcuts--content {
    text-align: center;
    font-size: 14px;
  }
}
.shortcuts--component .shortcuts--link {
  position: relative;
}
.shortcuts--component .shortcuts--link:before {
  content: "";
  width: 100%;
  bottom: 100%;
  left: 0;
  rigth: 0;
  position: absolute;
  z-index: 59;
  height: 0;
  background-color: #be1622;
  transition: 450ms;
}
.shortcuts--component .shortcuts--link:hover:before {
  height: 14px;
}
.site-search--component {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
/* TOGGLE */
/* INPUT BOX */
}
@media only screen and (max-width: 1023px) {
  .site-search--component {
    margin-left: 0;
  }
}
.site-search--component .site-search--toggle {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #eb5a37;
  left: -1px;
  color: #6d767f;
  transition: 200ms;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
.site-search--component .site-search--toggle .site-search--icon--search {
  width: 22px;
  height: 22px;
  transition: 200ms;
}
@media only screen and (max-width: 1023px) {
  .site-search--component .site-search--toggle .site-search--icon--search {
    width: 16px;
    height: 16px;
  }
}
.site-search--component .site-search--toggle .site-search--icon--search * {
  transition: 200ms;
  fill: #fff;
}
.site-search--component .site-search--toggle:hover,
.site-search--component.site-search--component--visible .site-search--toggle {
  background-color: #e5e3e1;
}
.site-search--component .site-search--toggle:hover .site-search--icon--search *,
.site-search--component.site-search--component--visible .site-search--toggle .site-search--icon--search * {
  fill: #eb5a37;
}
@media only screen and (max-width: 1023px) {
  .site-search--component .site-search--toggle:hover .site-search--icon--search *,
  .site-search--component.site-search--component--visible .site-search--toggle .site-search--icon--search * {
    fill: #fff;
  }
}
.site-search--component .site-search--searchbox-holder {
  position: absolute;
  transition: left 200ms, right 200ms;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: calc(100% - 1rem);
  right: 1rem;
}
.site-search--component.site-search--component--visible .site-search--searchbox-holder {
  left: 1rem;
}
@media only screen and (max-width: 1023px) {
  .site-search--component.site-search--component--visible .site-search--searchbox-holder {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}
.site-search--component .site-search--searchbox {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .site-search--component .site-search--searchbox {
    height: 100%;
  }
}
.site-search--component .site-search--searchbox-input {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-width: 0;
  background-color: #e5e3e1;
  background-image: none;
  transition: border-width 200ms, padding-left 100ms 100ms, padding-right 100ms 100ms;
}
@media only screen and (max-width: 1023px) {
  .site-search--component .site-search--searchbox-input {
    height: 100%;
    padding: 0;
  }
}
.site-search--component.site-search--component--visible .site-search--searchbox-input {
  border: 1px solid #fff;
  padding-left: 1.5rem !important;
  padding-right: 1rem !important;
  transition: border-width 200ms, padding-left 100ms, padding-right 100ms;
  background-color: #e5e3e1;
  border-radius: 25px;
  height: 50px;
  background-image: none;
}
.site-search--component.site-search--component--visible .site-search--searchbox-input::-webkit-input-placeholder {
  color: #000;
}
.site-search--component.site-search--component--visible .site-search--searchbox-input:-moz-placeholder {
  color: #000;
}
.site-search--component.site-search--component--visible .site-search--searchbox-input::-moz-placeholder {
  color: #000;
}
.site-search--component.site-search--component--visible .site-search--searchbox-input:-ms-input-placeholder {
  color: #000;
}
.site-search--component.site-search--component--visible .site-search--searchbox-input:focus {
  background-color: #e5e3e1;
}
@media only screen and (max-width: 1023px) {
  .site-search--component.site-search--component--visible .site-search--searchbox-input {
    border-radius: 0;
    height: 100%;
    font-size: 14px;
    border: 0;
    background-color: #6d767f;
    color: #fff;
  }
  .site-search--component.site-search--component--visible .site-search--searchbox-input::-webkit-input-placeholder {
    color: #fff;
  }
  .site-search--component.site-search--component--visible .site-search--searchbox-input:-moz-placeholder {
    color: #fff;
  }
  .site-search--component.site-search--component--visible .site-search--searchbox-input::-moz-placeholder {
    color: #fff;
  }
  .site-search--component.site-search--component--visible .site-search--searchbox-input:-ms-input-placeholder {
    color: #fff;
  }
  .site-search--component.site-search--component--visible .site-search--searchbox-input:focus {
    background-color: #6d767f;
  }
}
.slideshow--component {
  position: relative;
}
.slideshow--component .slideshow--prev,
.slideshow--component .slideshow--next {
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  font-size: 1.75rem;
  z-index: 11;
  cursor: pointer;
  color: #fff;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  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);
}
@media only screen and (max-width: 1023px) {
  .slideshow--component .slideshow--prev,
  .slideshow--component .slideshow--next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.slideshow--component .slideshow--prev {
  right: 3rem;
  margin-right: 1rem;
  padding-right: calc(50% - (1152px / 2 ));
}
@media only screen and (max-width: 1023px) {
  .slideshow--component .slideshow--prev {
    left: 0;
    margin-left: 1rem;
    padding-left: calc(50% - (1152px / 2 ));
    right: auto;
    margin-right: 0;
    padding-right: 0;
  }
}
.slideshow--component .slideshow--next {
  right: 0;
  margin-right: 1rem;
  padding-right: calc(50% - (1152px / 2 ));
}
.slideshow--component .slideshow--svg {
  position: absolute;
  left: calc(((100% - 1152px) / 2) + (1136px * 0.6706666666667));
  top: 0;
  bottom: 0;
  z-index: 44;
}
.slideshow--component .slideshow--svg img {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .slideshow--component .slideshow--svg {
    display: none;
  }
}
.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;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .slideshow--component .slideshow--slides .slideshow--slide .slideshow--slide-image {
    min-height: 380px;
  }
}
@media only screen and (max-width: 639px) {
  .slideshow--component .slideshow--slides .slideshow--slide .slideshow--slide-image {
    min-height: 200px;
  }
}
.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: 1rem;
  background-color: rgba(0,0,0,0.3);
}
@media only screen and (max-width: 1023px) {
  .slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay {
    padding: 0;
  }
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text grid {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 67%;
}
@media only screen and (max-width: 1023px) {
  .slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text grid {
    max-width: 100%;
  }
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text .slideshow--title {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 54px;
}
@media only screen and (max-width: 1023px) {
  .slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text .slideshow--title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    padding: 0 1rem;
  }
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text .slideshow--goto-url {
  width: 170px;
  height: 54px;
  border-radius: 27px;
  background-color: #be1622;
  color: #fff;
  font-family: 'Questrial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  transition: 300ms;
}
.slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text .slideshow--goto-url:hover {
  background-color: #eb5a37;
}
@media only screen and (max-width: 1023px) {
  .slideshow--component .slideshow--slides .slideshow--slide .slideshow--overlay .slideshow--text .slideshow--goto-url {
    margin: auto;
    height: 40px;
    width: 120px;
    font-size: 15px;
  }
}
.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;
}
.starvsfolk--component {
  padding: 20px 0;
/* Filters */
/* .starvsfolk--filter-self
		display flex
		padding-bottom 2rem
		@media media-medium-down
			flex-direction column
			padding 0
			margin-bottom 1rem
		.starvsfolk--filter-holder
			display flex
			border 2px solid color2
			margin-right 20px
			@media media-medium-down
				border 1px solid color2
				border-top 0
				margin-right 0
			.starvsfolk--filter
				padding 0 1rem
				height 45px
				display flex
				align-items center
				justify-content center
				color #111921
				font-family default-font-family
				font-size 14px
				font-weight 500
				text-decoration none
				text-align center
				@media media-medium-down
					width 100%
			&:hover
				background-color color2
		.starvsfolk--filter-holder-active
			background-color color2
			@media media-medium-down
				background-color color1
				a
					color #fff !important*/
}
@media only screen and (max-width: 1023px) {
  .starvsfolk--component {
    padding: 0;
  }
}
.starvsfolk--component .starvsfolk--self {
  padding-top: 1rem;
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--image {
  float: left;
  margin-right: 1rem;
  display: inline-block;
  max-width: 160px;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--image {
    width: 39%;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 639px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--image {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 1rem 0;
  }
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder {
  padding: 0 1rem 0 0;
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--name {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--name {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--name {
    font-size: 17px;
    line-height: 22px;
  }
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--jobtitle {
  color: #eb5a37;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--jobtitle {
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 639px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--jobtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--social {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #5e6062;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: 150ms;
  padding-bottom: 4px;
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--social:hover {
  color: #eb5a37;
}
@media only screen and (max-width: 1023px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--social {
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 0.1125rem;
  }
}
@media only screen and (max-width: 639px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--social {
    font-size: 14px;
    line-height: 18px;
  }
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--social span {
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-color: #eb5a37;
  border-radius: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--social span i {
  color: #fff;
  font-size: 10px;
}
@media only screen and (max-width: 1023px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--social span {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--social span i {
    font-size: 6px;
  }
}
.starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--content {
  color: #6d767f;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 6px;
}
@media only screen and (max-width: 1023px) {
  .starvsfolk--component .starvsfolk--self .starvsfolk--item .starvsfolk--content-holder .starvsfolk--content {
    font-size: 11px;
    line-height: 14px;
  }
}
.stovnar--component {
  background-color: #edeff1;
  padding: 4rem 0;
}
@media only screen and (max-width: 1023px) {
  .stovnar--component {
    padding: 2rem 1rem;
    background-color: #edeff1;
  }
}
.stovnar--component .stovnar--column {
  padding: 1rem 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .stovnar--component .stovnar--column {
    padding: 0.5rem 0.5rem;
  }
}
.stovnar--component .stovnar--column .stovnar--main-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  font-family: 'Roboto', sans-serif;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .stovnar--component .stovnar--column .stovnar--main-title {
    text-align: center;
  }
}
.stovnar--component .stovnar--column .stovnar--link {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 74px;
  width: 100%;
  color: #be1622;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #e5e3e1;
}
.stovnar--component .stovnar--column .stovnar--link:hover {
  background-color: #be1622;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .stovnar--component .stovnar--column .stovnar--link {
    height: 65px;
  }
}
.terms--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.upper-content--component {
  background-color: #e5e3e1;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .upper-content--component {
    height: 55px;
  }
}
.upper-content--component .upper-content--title {
  color: #252525;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .upper-content--component .upper-content--title {
    font-size: 26px;
    line-height: 55px;
  }
}
.user-create--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-downloads--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-downloads--component .user-downloads--main-title {
  padding-bottom: 1rem;
}
.user-downloads--component .user-downloads--link {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
}
.user-downloads--component .user-downloads--link .user-downloads--image {
  padding-top: 147.6666666666667%;
  transition: all 100ms;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.user-downloads--component .user-downloads--link .user-downloads--text-holder {
  background-color: rgba(190,22,34,0.8);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 300ms;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.user-downloads--component .user-downloads--link .user-downloads--text-holder .user-downloads--title {
  text-align: center;
  padding: 1rem;
  width: 100%;
}
.user-downloads--component .user-downloads--link .user-downloads--download-icon {
  background-color: #e5e3e1;
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  color: rgba(0,0,0,0.54);
  text-align: center;
  line-height: 1rem;
  font-size: 1.25rem;
}
.user-downloads--component .user-downloads--link .user-downloads--download-icon .user-downloads--file-type {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
.user-downloads--component .user-downloads--link:hover .user-downloads--text-holder {
  opacity: 1;
}
.user-etickets--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-etickets--component .user-etickets--main-title {
  padding-bottom: 1rem;
}
.user-etickets--component .user-etickets--eticket {
  background-color: #f9f9f9;
  margin-bottom: 1rem;
  border-left: 0.5rem solid #ddd;
  border-right: 0.5rem solid #ddd;
  position: relative;
  overflow: hidden;
  page-break-inside: avoid;
}
.user-etickets--component .user-etickets--eticket:before,
.user-etickets--component .user-etickets--eticket:after {
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -1.5rem;
  background-color: #ddd;
}
.user-etickets--component .user-etickets--eticket:before {
  left: -2rem;
}
.user-etickets--component .user-etickets--eticket:after {
  right: -2rem;
}
.user-etickets--component .user-etickets--eticket .user-etickets--upper {
  padding: 1rem 2rem;
}
.user-etickets--component .user-etickets--eticket .user-etickets--upper .user-etickets--left .user-etickets--subtitle {
  margin-top: -1rem;
}
.user-etickets--component .user-etickets--eticket .user-etickets--upper .user-etickets--right .user-etickets--qrcode {
  padding: 2rem;
  background-color: #fff;
}
.user-etickets--component .user-etickets--eticket .user-etickets--upper .user-etickets--right .user-etickets--activation-code {
  margin-top: 0.25rem;
  text-align: center;
}
.user-etickets--component .user-etickets--eticket .user-etickets--lower .user-etickets--purchase-info {
  padding: 0.5rem;
  background-color: #eee;
  color: #777;
  font-style: italic;
}
@media only screen and (max-width: 639px) {
  .user-etickets--component .user-etickets--eticket {
    border: 0;
    border-top: 0.5rem solid #ddd;
    border-bottom: 0.5rem solid #ddd;
  }
  .user-etickets--component .user-etickets--eticket:before,
  .user-etickets--component .user-etickets--eticket:after {
    margin-top: 0;
    margin-left: -1.5rem;
    left: 50%;
  }
  .user-etickets--component .user-etickets--eticket:before {
    top: -2rem;
    bottom: auto;
  }
  .user-etickets--component .user-etickets--eticket:after {
    top: auto;
    bottom: -2rem;
  }
  .user-etickets--component .user-etickets--eticket .user-etickets--upper {
    padding: 1rem;
  }
  .user-etickets--component .user-etickets--eticket .user-etickets--lower .user-etickets--purchase-info {
    padding: 1rem;
  }
}
@media print {
  .user-etickets--component .user-etickets--eticket {
    border-left: 1rem solid #ddd;
    border-right: 1rem solid #ddd;
    border-top: 0.125rem solid #ddd;
    border-bottom: 0.125rem solid #ddd;
  }
  .user-etickets--component .user-etickets--eticket .user-etickets--lower .user-etickets--purchase-info {
    border-top: 1px solid #ddd;
    padding: 1rem 3rem;
  }
}
.user-etickets--component .user-etickets--print {
  margin-bottom: 2rem;
}
.user-login--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-login--component .button.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}
.user-login--component .button.facebook:hover {
  border-color: #2f477a;
  background-color: #2f477a;
}
.user-profile-password--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-profile-password--component .user-profile-password--main-title {
  padding-bottom: 1rem;
}
.user-profile-update--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-profile-update--component .user-profile-update--main-title {
  padding-bottom: 1rem;
}
.user-profile--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-profile--component .user-profile--main-title {
  padding-bottom: 1rem;
}
.user-purchases-invoice--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-purchases-invoice--component .user-purchases-invoice--main-title {
  padding-bottom: 1rem;
}
.user-purchases--component {
  background-color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-purchases--component .user-purchases--main-title {
  padding-bottom: 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;
}
.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: #6d767f;
}
.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--main-title {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem .list--main-title {
    font-size: 24px;
  }
}
.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;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(181,181,181,0.7);
  -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 .disabled {
  background-color: #cacaca !important;
}
.list--contentitem .disabled .list--title {
  background-color: #cacaca !important;
}
.list--contentitem--grid-layout .list--image-holder {
  border-bottom: solid 4px #be1622;
  height: 250px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .list--contentitem--grid-layout .list--image-holder {
    height: 300px;
  }
}
@media only screen and (max-width: 639px) {
  .list--contentitem--grid-layout .list--image-holder {
    height: 225px;
  }
}
.list--contentitem--grid-layout .list--image-holder .list--image {
  mix-blend-mode: multiply;
}
.list--contentitem--grid-layout .list--item {
  border-right: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .list--contentitem--grid-layout .list--item:nth-child(3n+1) {
    border-left: solid 1px #dfdfdf;
  }
  .list--contentitem--grid-layout .list--item:nth-child(-n+3) {
    border-top: solid 1px #dfdfdf;
  }
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--grid-layout .list--item {
    margin-bottom: 0.5rem;
    border-top: solid 1px #dfdfdf;
  }
  .list--contentitem--grid-layout .list--item:nth-child(2n+1) {
    border-left: solid 1px #dfdfdf;
  }
}
.list--contentitem--grid-layout .list--item .list--title {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
.list--contentitem--grid-layout .list--item .list--title h6 {
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--grid-layout .list--item .list--title h6 {
    font-size: 14px;
  }
}
.list--contentitem--grid-layout .list--item .list--button {
  margin-top: 0.75rem;
}
.list--contentitem--grid-layout .list--item ul {
  margin-left: 0;
}
.list--contentitem--grid-layout {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-bottom: 2rem;
}
.list--contentitem--grid-layout .list--grid-title--column {
  padding: 1rem 0.5rem;
}
.list--contentitem--grid-layout .list--grid-title--column .list--title {
  color: #eb5a37;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--grid-layout .list--grid-title--column .list--title {
    font-size: 26px;
  }
}
.list--contentitem--grid-layout .list--item {
  padding: 0.5rem;
}
.list--contentitem--grid-layout .list--item .list--title {
  padding: 1rem 1rem 0;
  color: #be1622;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--grid-layout .list--item .list--title {
    font-size: 17px;
  }
}
.list--contentitem--grid-layout .list--item .list--content {
  font-weight: 400;
  padding: 0 1rem 1.5rem;
  color: #4f5051;
  font-family: 'Questrial', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--grid-layout .list--item .list--content {
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
  }
}
.list--contentitem--grid-layout .list--item .list--button {
  margin-top: 0.75rem;
}
.list--contentitem--list-layout {
  margin-bottom: 2rem;
}
.list--contentitem--list-layout .list--title {
  color: #eb5a37;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--list-layout .list--title {
    font-size: 22px;
  }
}
.list--contentitem--list-layout .list--items {
  padding-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--list-layout .list--items {
    padding-top: 0;
  }
}
.list--contentitem--list-layout .list--item {
  position: relative;
  background-color: #fff;
}
.list--contentitem--list-layout .list--item .list-button {
  float: right;
}
.list--contentitem--list-layout .list--item:first-child .list--item--display {
  border-top: solid 2px #d4cfc9;
}
.list--contentitem--list-layout .list--item .list--title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  height: 75px;
  background-color: #fff;
  text-transform: none;
  padding: 1rem 4rem 1rem 0;
  font-family: 'Roboto', sans-serif;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--list-layout .list--item .list--title {
    height: auto;
    font-size: 17px;
  }
}
.list--contentitem--list-layout .list--item .list--title i {
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  margin-right: 0.5rem;
  position: absolute;
  pointer-events: none;
  right: 1rem;
  top: 32px;
  transition: 300ms;
  color: #eb5a37;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--list-layout .list--item .list--title i {
    top: 22px;
  }
}
.list--contentitem--list-layout .list--item .list--title .fa-plus {
  display: inline-flex;
}
.list--contentitem--list-layout .list--item .list--title .fa-minus {
  display: none;
}
.list--contentitem--list-layout .list--content {
  display: none;
  color: #6d767f;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.list--contentitem--list-layout .list--content .list--content-text {
  padding: 0 1rem 1.5rem 0;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--list-layout .list--content {
    font-size: 14px;
    line-height: 20px;
  }
}
.list--contentitem--list-layout .list--item--display {
  border-bottom: solid 2px #d4cfc9;
}
.list--contentitem--list-layout .list--item-active .fa-minus {
  display: inline-flex !important;
}
.list--contentitem--list-layout .list--item-active .fa-plus {
  display: none !important;
}
.list--contentitem--list-layout .list--title--text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
}
@media only screen and (max-width: 1023px) {
  .list--contentitem--list-layout .list--title--text {
    font-size: 16px;
  }
}
.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: #e5e3e1;
}
.schedule--contentitem .schedule--arrows .schedule--arrow:hover {
  background-color: #e5e3e1;
  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.12);
}
.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: 700;
}
.textitem--contentitem .textitem--image {
  display: block;
}
.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: 2rem;
  margin-bottom: 0.5rem;
}
.textitem--contentitem--layout3 .textitem--image {
  float: left;
  margin-right: 2rem;
  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--layout5 .textitem--image {
  float: right;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.textitem--contentitem--layout6 .textitem--image {
  margin-bottom: 1rem;
}
.textitem--contentitem--layout7 .textitem--image {
  margin-top: 1rem;
}
/*# sourceMappingURL=style.css.map */