/**===================================================*
 * Main stylesheet file.
 *
 * Try not to declare to much in here, separate it
 * into multiple files instead.
 *====================================================*/
@import url(/animate.css);
/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
/**===================================================*
 * Positioning stylesheet.
 *
 * Things that could be declared here is for example:
 *     * centered content
 *     * left/right aligned content.
 * 
 * And such...
 *====================================================*/
.horizontal-center {
  text-align: center; }

.vertical-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.left {
  float: left; }

.right {
  float: right; }

.push-down {
  margin-top: 2.5rem !important; }

/**===================================================*
 * Menus & Navigations
 *
 * Text above is pretty self-explaining.
 *====================================================*/
/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
.navbar ul, .navbar li {
  display: inline-block; }
.navbar ul {
  list-style: none; }
  .navbar ul li a {
    height: 17px;
    font-family: Gotham;
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 4px;
    color: #3c3433;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    text-transform: uppercase; }

#menu-menu-2 {
  display: flex;
  flex-flow: column; }

.menu, .navbar, .tabview {
  min-height: 48px;
  line-height: 48px;
  margin-bottom: 1rem; }
  .menu ul, .menu li, .navbar ul, .navbar li, .tabview ul, .tabview li {
    display: inline-block; }
  .menu ul, .navbar ul, .tabview ul {
    list-style: none; }
    .menu ul li a, .navbar ul li a, .tabview ul li a {
      height: 34px;
      vertical-align: middle;
      font-family: Gotham;
      font-size: 0.875em;
      font-weight: 500;
      letter-spacing: 4px;
      color: #3c3433;
      text-decoration: none;
      text-align: center;
      display: inline-block;
      border-bottom-style: solid;
      border-bottom-color: transparent;
      border-bottom-width: 1px;
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      text-transform: uppercase; }
      .menu ul li a:hover, .navbar ul li a:hover, .tabview ul li a:hover {
        border-bottom-color: black;
        cursor: pointer; }
  .menu.tabview ul li a, .navbar.tabview ul li a, .tabview.tabview ul li a {
    border-bottom-width: 3px;
    margin-left: 0;
    margin-right: 3rem;
    font-size: 1.125em; }
    .menu.tabview ul li a[data-on="1"], .navbar.tabview ul li a[data-on="1"], .tabview.tabview ul li a[data-on="1"] {
      border-bottom-style: solid;
      border-bottom-color: black; }

.mobile-top-parent {
  background-color: #faf8e5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55; }
  .mobile-top-parent .mobile-top {
    height: 56px;
    line-height: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%; }
    .mobile-top-parent .mobile-top .part-left {
      text-align: left; }
    .mobile-top-parent .mobile-top .part-right {
      text-align: right; }
      .mobile-top-parent .mobile-top .part-right button {
        background: none;
        outline: none;
        border: none;
        margin-left: 0.5rem; }
        .mobile-top-parent .mobile-top .part-right button .icon {
          height: 25px;
          vertical-align: middle; }
        .mobile-top-parent .mobile-top .part-right button:hover {
          cursor: pointer; }
      .mobile-top-parent .mobile-top .part-right .menu-btn, .mobile-top-parent .mobile-top .part-right .search-btn {
        font-family: Gotham;
        font-size: 0.75em;
        font-weight: 500;
        letter-spacing: 3px;
        color: #3c3433; }
        .mobile-top-parent .mobile-top .part-right .menu-btn:hover, .mobile-top-parent .mobile-top .part-right .search-btn:hover {
          cursor: pointer; }
      .mobile-top-parent .mobile-top .part-right svg, .mobile-top-parent .mobile-top .part-right object {
        pointer-events: none; }
    .mobile-top-parent .mobile-top .part {
      flex: 1; }
      .mobile-top-parent .mobile-top .part .logo {
        height: 40px;
        margin-left: 0;
        vertical-align: middle; }

/**===================================================*
 * Banners & Sliders
 *
 * Stylesheet for banners, sliders and others of that
 * kind.
 *====================================================*/
/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
.banner {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  object-fit: cover; }
  .banner .rectangle {
    width: 648px;
    height: 421px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(224, 237, 232, 0.8); }
    .banner .rectangle .text-content, .banner .rectangle .banner-bar {
      width: 540px;
      margin-left: auto;
      margin-right: auto; }
    .banner .rectangle .banner-bar {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .banner .rectangle .banner-bar .part {
        flex: 1; }
      .banner .rectangle .banner-bar .part-center {
        font-family: Gotham;
        font-size: 0.875em;
        font-weight: 500;
        letter-spacing: 4px;
        text-align: center;
        color: #ae2b33; }
      .banner .rectangle .banner-bar .part-right .banner-bar-arrow {
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); }
    .banner .rectangle .text-content {
      height: 220px;
      font-family: Oranienbaum;
      font-size: 2.8125em;
      letter-spacing: 3px;
      text-align: center;
      color: #3c3433;
      margin-left: auto;
      margin-right: auto; }
  .banner a,
  .banner a:visited {
    color: #333333;
    font-size: 0.875em;
    margin-top: 15px; }
  .banner a:hover {
    color: #93291b;
    text-decoration: none; }

.slick-slider {
  /* Navigation */ }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: block;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    background-size: 48px 48px;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .slick-slider .slick-prev {
    left: 5%;
    background-position: 35% 50%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjM1MiwxMTUuNCAzMzEuMyw5NiAxNjAsMjU2IDMzMS4zLDQxNiAzNTIsMzk2LjcgMjAxLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4="); }
  .slick-slider .slick-next {
    right: 5%;
    background-position: 65% 50%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4="); }
  .slick-slider .slick-arrow:hover {
    opacity: 1; }

/**===================================================*
 * Stylsheet for headers etc..
 *====================================================*/
/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
.super-heading {
  width: 100%;
  text-align: center; }
  .super-heading p {
    color: #ae2b33;
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-family: Gotham; }
  .super-heading h1, .super-heading a {
    color: #3c3433 !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    letter-spacing: 3px;
    font-size: 2.5em;
    font-weight: normal; }
  .super-heading h1 {
    text-transform: uppercase; }
  .super-heading a {
    font-size: 1.125em; }
  .super-heading.fat h1, .super-heading.fat a {
    font-family: Gotham; }

/**===================================================*
 * Splits/columns
 *
 * Placements for different blocks and elements. 
 *====================================================*/
/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
.horizontal-split-2 {
  width: 100%; }
  .horizontal-split-2 .part {
    display: inline-block;
    float: left;
    width: 49%; }
    .horizontal-split-2 .part p {
      letter-spacing: 1px;
      line-height: 1.9;
      font-size: 1.125em;
      font-weight: normal;
      font-family: Gotham-Book; }

.split2-full {
  width: 100%; }
  .split2-full.split2-full-new {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }
    .split2-full.split2-full-new .split {
      flex: 1;
      width: 100%; }
  .split2-full .split.left {
    float: left;
    width: 40%; }
  .split2-full .split.right {
    float: right;
    width: 40%; }
  .split2-full .split a {
    height: 30px;
    font-family: Gotham;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 1px;
    color: black; }
  .split2-full .split p {
    font-family: Gotham-Book;
    font-size: 1.125em;
    line-height: 1.9;
    letter-spacing: 1px; }
  .split2-full .split h2 {
    font-family: Gotham;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 1rem; }

/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
/**===================================================*
 * Stylesheet for different tables.
 *
 * General table decorations.
 *====================================================*/
.table {
  width: 100%;
  border-collapse: collapse; }

.programs .section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-top: 2rem; }
  .programs .section .table-info {
    flex: none;
    width: 13%; }
    .programs .section .table-info h2 {
      font-family: Gotham;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: black;
      font-size: 1.5rem;
      font-weight: 500;
      width: 64px; }
  .programs .section .table {
    flex: 1; }
    .programs .section .table * {
      font-family: Gotham-Book;
      letter-spacing: 1px; }
    .programs .section .table tr {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: rgba(60, 52, 51, 0.2); }
      .programs .section .table tr td:first-child {
        width: 15%; }

/**===================================================*
 * Stylsheet for different types of feeds.
 *
 * For example newsfeeds etc...
 *====================================================*/
/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
.puff-feed {
  width: 100%;
  font-family: Gotham; }
  .puff-feed .left {
    float: left; }
  .puff-feed .right {
    float: right;
    margin-left: 60px; }
  .puff-feed .puff-feed-item {
    width: 510px;
    height: 350px;
    background-color: black;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .puff-feed .puff-feed-item .event-open-button {
      position: absolute;
      right: 14px;
      bottom: 26px;
      color: white;
      font-size: 2rem;
      font-weight: 200;
      transition: .2s;
      border-style: solid;
      border-color: transparent;
      border-width: 1px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      border-radius: 8px; }
      .puff-feed .puff-feed-item .event-open-button:hover {
        cursor: pointer;
        border-color: white; }
    .puff-feed .puff-feed-item[data-active='true'] .event-open-button {
      color: black !important;
      transition: .2s; }
      .puff-feed .puff-feed-item[data-active='true'] .event-open-button:hover {
        cursor: pointer;
        border-color: black; }
    .puff-feed .puff-feed-item .puff-feed-item-overlay {
      background-color: rgba(174, 43, 51, 0.46);
      width: 100%;
      height: 100%;
      position: relative; }
      .puff-feed .puff-feed-item .puff-feed-item-overlay .text-content {
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        bottom: 0;
        color: white; }
        .puff-feed .puff-feed-item .puff-feed-item-overlay .text-content .inner {
          padding-left: 34px;
          padding-bottom: 0.5rem;
          position: absolute;
          bottom: 26px; }
          .puff-feed .puff-feed-item .puff-feed-item-overlay .text-content .inner h3 {
            font-size: 2.125em;
            text-transform: uppercase;
            font-family: Gotham; }
      .puff-feed .puff-feed-item .puff-feed-item-overlay .puff-feed-item-overlay-overlay {
        border-color: #ae2b33;
        border-width: 2px;
        border-style: dotted;
        background-color: white;
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1rem; }
        .puff-feed .puff-feed-item .puff-feed-item-overlay .puff-feed-item-overlay-overlay:not([data-open='false']) {
          display: block; }
      .puff-feed .puff-feed-item .puff-feed-item-overlay[data-open='true'] .open-button {
        display: none; }
  .puff-feed .puff-feed-item-drop {
    width: 510px;
    min-height: 397px;
    background-color: white; }

.brands-list {
  font-family: Gotham; }
  .brands-list h2 {
    margin-bottom: 2rem;
    letter-spacing: 2px;
    line-height: 2.1;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Gotham; }
  .brands-list .article-list {
    text-align: center; }
    .brands-list .article-list article {
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px; }
      .brands-list .article-list article h3 {
        font-size: 1.125em;
        text-transform: uppercase;
        font-family: Gotham-Book;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out; }
      .brands-list .article-list article p {
        margin-top: 0.5rem;
        font-size: 0.875em;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 1.9;
        font-family: Gotham-Book; }
      .brands-list .article-list article:hover {
        cursor: pointer; }
        .brands-list .article-list article:hover h4 {
          color: #ae2b33; }

.events-feed {
  width: 100%; }
  .events-feed .event-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row; }
    .events-feed .event-item .part {
      flex: 1; }
    .events-feed .event-item .part-left {
      flex: none; }
      .events-feed .event-item .part-left .image {
        width: 520px;
        height: 400px;
        background-size: cover;
        background-position: center;
        object-fit: cover; }
        .events-feed .event-item .part-left .image .image-overlay {
          background-color: rgba(174, 43, 51, 0.6);
          color: white;
          width: 520px;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          flex-wrap: wrap; }
          .events-feed .event-item .part-left .image .image-overlay h2 {
            font-size: 3.5rem;
            text-transform: uppercase; }
    .events-feed .event-item .part-right {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 2rem; }
      .events-feed .event-item .part-right * {
        font-family: Gotham; }
      .events-feed .event-item .part-right p {
        margin-bottom: 0; }
      .events-feed .event-item .part-right h1 {
        font-size: 1.375em;
        font-weight: 500;
        text-transform: uppercase; }
      .events-feed .event-item .part-right .more-btn {
        text-transform: uppercase;
        color: black;
        font-family: Gotham; }
      .events-feed .event-item .part-right .event-section {
        width: 100%;
        border-bottom-color: black;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        min-height: 2.5rem; }
        .events-feed .event-item .part-right .event-section p {
          line-height: 2.5rem; }
        .events-feed .event-item .part-right .event-section.text p {
          font-family: Gotham-book;
          font-size: 1.125em !important; }
        .events-feed .event-item .part-right .event-section.sliced {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: row; }
          .events-feed .event-item .part-right .event-section.sliced .slice {
            flex: 1;
            padding: 1rem;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .events-feed .event-item .part-right .event-section.sliced .slice p {
              line-height: normal; }
            .events-feed .event-item .part-right .event-section.sliced .slice.slice-left {
              flex: none;
              width: 25%;
              border-right-color: black;
              border-right-style: solid;
              border-right-width: 1px; }
            .events-feed .event-item .part-right .event-section.sliced .slice.slice-right {
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding-left: 1rem; }

/**===================================================*
 * Inputs & Forms
 *
 * Stylesheet regarding forms and inputs.
 *====================================================*/
/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
.btn-up {
  color: #3c3433;
  text-decoration: none;
  position: relative;
  font-family: Gotham; }

.up-click:hover, .btn-up:hover {
  cursor: pointer; }
.up-click p, .btn-up p {
  font-family: Gotham; }

.up-click {
  z-index: 5; }
  .up-click p {
    font-family: Gotham; }

object, svg {
  user-select: none !important;
  -webkit-user-select: none !important;
  pointer-events: none !important;
  position: relative; }

.button {
  display: inline-block;
  outline: none;
  border: none;
  min-width: 128px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Gotham-Book;
  font-size: 0.875em;
  font-weight: normal;
  background-color: lightgray;
  color: white;
  transition: .2s; }
  .button .material-icons {
    vertical-align: middle; }
  .button:hover {
    cursor: pointer;
    transition: .2s; }
  .button.button-primary {
    background: none;
    border-bottom-color: #e8c6c1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-transform: uppercase;
    color: #3c3433; }

/**===================================================*
 * Stylesheet for different text content, fonts etc.
 *
 * General text decorations.
 *====================================================*/
a,
a:visited {
  color: #93291b;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }

a:hover {
  text-decoration: underline; }

h1 {
  line-height: 1.25;
  margin: 0 0 10px;
  font-size: 2.5em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased; }

h1 a,
h1 a:visited {
  color: #333333; }

h1 a:hover {
  color: #93291b;
  text-decoration: none; }

p {
  color: #333333;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5625;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased; }

a.read-more {
  background-color: #93291b;
  border: 1px solid #333333;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 1px #93291b inset;
  color: #f5f5f5;
  padding: 5px; }

a.read-more:hover {
  background-color: #be3523;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none; }

.page-text {
  width: 70%;
  margin: auto; }
  .page-text p {
    font-family: Gotham-Book;
    font-weight: normal;
    font-size: 1.125em; }

.breadtext {
  font-family: Gotham-Book;
  font-size: 1.125em;
  line-height: 1.9;
  letter-spacing: 1px;
  text-align: center; }
  .breadtext p {
    font-family: Gotham-Book;
    font-size: 1.125em;
    line-height: 1.9;
    letter-spacing: 1px;
    text-align: center; }

.fat {
  font-family: Gotham !important;
  font-weight: 500; }

.undecorated {
  text-decoration: none !important;
  color: black !important; }

.menu a[data-href="#anchor_about"]:target ~ #anchor_about, .navbar a[data-href="#anchor_about"]:target ~ #anchor_about {
  -webkit-transform: translateY(200px);
  transform: translateY(200px); }
.menu a[id="galeria"]:target ~ #main article.panel, .navbar a[id="galeria"]:target ~ #main article.panel {
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px); }
.menu a[id="contacto"]:target ~ #main article.panel, .navbar a[id="contacto"]:target ~ #main article.panel {
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px); }

/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
.sk-circle {
  width: 56px;
  height: 56px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.loader {
  color: #e8c6c1;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.tabview div[data-active="0"] {
  display: none; }

/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
#search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 237, 232, 0.95);
  z-index: 54;
  text-align: center; }
  #search-overlay[data-active='0'] {
    display: none;
    pointer-events: none; }
  #search-overlay #search-close, #search-overlay .search-close {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none; }
    #search-overlay #search-close object, #search-overlay .search-close object {
      width: 50px;
      height: 50px; }
  #search-overlay .search-label {
    width: 100%;
    font-size: 2em; }
  #search-overlay .search-spinner {
    background-color: #faf8e5; }
  #search-overlay .search-box {
    width: 40%;
    margin-top: 399px;
    margin-left: auto;
    margin-right: auto; }
    #search-overlay .search-box .search-area {
      width: 100%;
      border-bottom-width: 2px;
      border-bottom-color: black;
      border-bottom-style: solid;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      #search-overlay .search-box .search-area button {
        background-color: transparent;
        border: none; }
      #search-overlay .search-box .search-area input[type='text'] {
        flex: 1 1;
        border: none;
        color: black;
        background-color: transparent;
        min-width: 50px;
        height: 48px;
        font-size: 2.5em;
        padding-bottom: 0.5rem;
        font-family: Gotham; }
        #search-overlay .search-box .search-area input[type='text']::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: black; }
        #search-overlay .search-box .search-area input[type='text']:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: black;
          opacity: 1; }
        #search-overlay .search-box .search-area input[type='text']::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: black;
          opacity: 1; }
        #search-overlay .search-box .search-area input[type='text']:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: black; }
      #search-overlay .search-box .search-area .icon:not(.sk-circle) {
        width: 36px;
        height: 33px;
        padding: 10px; }
        #search-overlay .search-box .search-area .icon:not(.sk-circle):hover {
          cursor: pointer; }
        #search-overlay .search-box .search-area .icon:not(.sk-circle).sk-circle {
          margin: 0;
          padding: 0;
          display: inline-block;
          height: auto !important; }
    #search-overlay .search-box #search-results {
      width: 100%;
      list-style-position: inside;
      list-style: none;
      text-align: left; }
      #search-overlay .search-box #search-results li {
        text-align: left;
        height: 48px; }
        #search-overlay .search-box #search-results li a {
          width: 100%;
          line-height: 3em;
          height: 100%;
          display: block;
          text-align: left;
          color: black;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 0.5rem;
          transition: .2s;
          font-family: Gotham;
          font-weight: normal; }
          #search-overlay .search-box #search-results li a:hover {
            background-color: rgba(255, 255, 255, 0.6);
            transition: .2s; }

/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
#menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 54;
  text-align: center; }
  #menu-overlay[data-active='0'] {
    display: none;
    pointer-events: none; }
  #menu-overlay .menu-box {
    width: 80%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    list-style-position: inside;
    list-style: none;
    text-align: center; }
    #menu-overlay .menu-box input[type='text'] {
      border: none;
      outline: none;
      background-color: transparent;
      background: none;
      border-bottom-width: 2px;
      border-bottom-color: black;
      border-bottom-style: solid;
      color: black;
      height: 48px;
      font-size: 100%;
      width: 100%; }
      #menu-overlay .menu-box input[type='text']::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: black; }
      #menu-overlay .menu-box input[type='text']:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: black;
        opacity: 1; }
      #menu-overlay .menu-box input[type='text']::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: black;
        opacity: 1; }
      #menu-overlay .menu-box input[type='text']:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: black; }
    #menu-overlay .menu-box li {
      text-align: left;
      min-height: 48px; }
      #menu-overlay .menu-box li a {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        color: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        font-family: Gotham; }

/**===================================================*
 *
 * Style for historiska platser
 *
 *====================================================*/
#postCollection h1 {
  font-size: 3em;
  text-align: center;
  color: #3c3433;
  margin: 5rem auto 3rem auto;
  font-weight: lighter;
  width: 70%; }
#postCollection h2 {
  font-size: 2.5em;
  margin: 1em 0 1.5em 0;
  font-weight: lighter;
  text-align: center;
  color: #3c3433; }
#postCollection .introContent, #postCollection .outroContent {
  width: 80%;
  margin: 0 auto;
  font-weight: lighter;
  font-family: Gotham-Book;
  margin-bottom: 5rem; }
  #postCollection .introContent p, #postCollection .outroContent p {
    font-family: Gotham-Book;
    font-weight: lighter; }
  #postCollection .introContent a, #postCollection .outroContent a {
    text-decoration: underline; }
#postCollection #map {
  height: 400px;
  width: 90%;
  margin: 0 auto; }
#postCollection .mapPoints {
  display: flex;
  flex-flow: row wrap;
  gap: 50px; }
  #postCollection .mapPoints a {
    color: #3c3433;
    display: contents; }
    #postCollection .mapPoints a .point {
      flex-basis: calc(25% - 37.5px);
      margin-bottom: 3rem; }
      #postCollection .mapPoints a .point img {
        width: 100%; }
      #postCollection .mapPoints a .point .intro {
        font-family: Gotham-book;
        color: #525252;
        margin-top: 1rem; }
      #postCollection .mapPoints a .point h3 {
        color: #3c3433;
        font-family: Gotham;
        font-weight: normal;
        margin: 0.5rem 0 0.5rem 0; }
@media (max-width: 1150px) {
  #postCollection .mapPoints a .point {
    flex-basis: calc(30.9% - 15px) !important; } }
@media (max-width: 840px) {
  #postCollection h1 {
    margin-top: 0;
    font-size: 2rem; }
  #postCollection #map {
    height: 80vh;
    width: 90%;
    margin: 0 auto; }
  #postCollection .mapPoints a .point {
    flex-basis: calc(47% - 10px) !important; } }
@media (max-width: 540px) {
  #postCollection .mapPoints a .point {
    flex-basis: calc(100%) !important; } }

#singleHistoricalPoint h1 {
  font-size: 3em;
  text-align: center;
  color: #3c3433;
  margin: 5rem auto 3rem auto;
  font-weight: lighter;
  width: 70%; }
#singleHistoricalPoint .singleIntro {
  width: 80%;
  margin: 0 auto;
  font-weight: lighter;
  font-family: Gotham-Book;
  margin-bottom: 5rem;
  line-height: 1.5; }
  #singleHistoricalPoint .singleIntro p {
    font-family: Gotham-Book;
    font-weight: lighter; }
#singleHistoricalPoint img {
  display: block;
  width: 100%;
  height: auto; }
#singleHistoricalPoint .singleFull {
  width: 80%;
  margin: 5rem auto;
  font-weight: lighter;
  font-family: Gotham-Book;
  line-height: 1.5; }
  #singleHistoricalPoint .singleFull h2, #singleHistoricalPoint .singleFull h3, #singleHistoricalPoint .singleFull h1 {
    margin-bottom: 3rem;
    font-size: 2.5em;
    text-align: center;
    color: #3c3433; }
  #singleHistoricalPoint .singleFull p {
    font-family: Gotham-Book;
    font-weight: lighter; }
#singleHistoricalPoint .backLink {
  display: flex;
  margin: 0 auto; }
#singleHistoricalPoint .backLink a {
  font-family: Gotham;
  font-size: 1.75em;
  color: #525252;
  margin-bottom: 3rem;
  margin: 0 auto; }
@media (max-width: 840px) {
  #singleHistoricalPoint h1 {
    margin-top: 0;
    font-size: 2rem; } }

/**===================================================*
 * Styles that are used to make the site wcag-
 * compliant. 
 *
 * This file needs to be imported.
 *====================================================*/
.carousel-pause, .carousel-play {
  width: 60px;
  height: 60px;
  border: none;
  background: none;
  right: 5%;
  bottom: 5%;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  background-size: 28px 28px;
  background-position: center center;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  fill: red; }

.carousel-pause:hover, .carousel-pause:focus, .carousel-play:hover, .carousel-play:hover {
  opacity: 1; }

.carousel-pause {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHN0eWxlPSIiPjxyZWN0IGlkPSJiYWNrZ3JvdW5kcmVjdCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgeD0iMCIgeT0iMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJub25lIi8+Cjx0aXRsZS8+CgoKPGcgY2xhc3M9ImN1cnJlbnRMYXllciIgc3R5bGU9IiI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTc2IDBoLTk2Yy04Ljg0OCAwLTE2IDcuMTY4LTE2IDE2djQ4MGMwIDguODQ4IDcuMTUyIDE2IDE2IDE2aDk2YzguODQ4IDAgMTYtNy4xNTIgMTYtMTZ2LTQ4MGMwLTguODMyLTcuMTUyLTE2LTE2LTE2ek00MzIgMGgtOTZjLTguODQ4IDAtMTYgNy4xNjgtMTYgMTZ2NDgwYzAgOC44NDggNy4xNTIgMTYgMTYgMTZoOTZjOC44NDggMCAxNi03LjE1MiAxNi0xNnYtNDgwYzAtOC44MzItNy4xNTItMTYtMTYtMTZ6IiBpZD0ic3ZnXzEiIGNsYXNzPSJzZWxlY3RlZCIgZmlsbC1vcGFjaXR5PSIxIi8+PC9nPjwvc3ZnPg=="); }

.carousel-play {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxyZWN0IGlkPSJiYWNrZ3JvdW5kcmVjdCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgeD0iMCIgeT0iMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJub25lIi8+Cjx0aXRsZS8+CgoKPGcgY2xhc3M9ImN1cnJlbnRMYXllciIgc3R5bGU9IiI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNOTYgMHY1MTJsMzIwLTI1NS42MzItMzIwLTI1Ni4zNjh6IiBpZD0ic3ZnXzEiIGNsYXNzPSIiIGZpbGwtb3BhY2l0eT0iMSIvPjwvZz48L3N2Zz4="); }

.slick-slider .slick-arrow:focus {
  opacity: 1; }

.events {
  text-align: center; }

.hidden {
  display: none; }

.carousel-info {
  position: relative; }

body:not(.using-mouse) .carousel-info:focus-within .carousel-info-block {
  display: inline-block; }

body:not(.using-mouse) .carousel-info:focus-within .alt-text {
  display: inline-block; }

.carousel-info-block, .alt-text {
  position: absolute;
  padding: 10px;
  background-color: black;
  color: white;
  display: none;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20; }

.carousel-info-block {
  bottom: 5%; }

.alt-text {
  top: 5%; }

.event-error, .search-error {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px; }

#skip-menu {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 999999;
  transform: translate(-50%, 0); }

#skip-menu div {
  border: solid black 2px;
  background-color: #faf8e5;
  display: none;
  padding: 10px; }

#skip-menu:focus div {
  display: block; }

* {
  margin: 0;
  padding: 0;
  font-family: Oranienbaum, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

.content, html, body {
  background-color: #faf8e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.content {
  width: 1380px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto; }

.content-section {
  margin-bottom: 200px; }

.inner-content {
  width: 80%;
  margin: auto;
  overflow-x: hidden; }

header .corner-info {
  width: 100%;
  height: 17px;
  font-family: Gotham;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: left;
  color: #ae2b33;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  header .corner-info strong {
    font-family: Gotham; }
  header .corner-info button {
    background: none;
    outline: none;
    border: none;
    margin-left: 0.5rem; }
    header .corner-info button .icon {
      height: 25px;
      vertical-align: middle; }
    header .corner-info button:hover {
      cursor: pointer; }
  header .corner-info .menu-btn {
    font-family: Gotham;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 3px;
    color: #3c3433; }
    header .corner-info .menu-btn:hover {
      cursor: pointer; }
header .header-logo {
  width: 250px; }

.footer {
  width: 100%;
  min-height: 250px;
  background-color: #e8c6c1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .footer .logo {
    width: 150px;
    height: 100px; }
  .footer p {
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 4px;
    color: #3c3433;
    margin-top: 30px;
    font-family: Gotham; }

object, svg {
  pointer-events: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-color: black;
  border-bottom-style: solid;
  clear: both; }

#cookie-banner-container .left {
  line-height: 2em; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/**===================================================*
 * Stylsheet of responsiveness!
 *
 * Define mobile adjustments here.
 *====================================================*/
/**===================================================*
 * Variable declarations/definitions for all
 * stylesheets.
 *
 * This file needs to be imported.
 *====================================================*/
@media screen and (max-width: 1380px) {
  .content {
    width: 1380px; }

  .puff-feed .puff-feed-item {
    width: 460px; }
    .puff-feed .puff-feed-item .right {
      margin-left: 0; }

  .events-feed .event-item {
    height: auto !important;
    min-height: 300px !important; }
    .events-feed .event-item .part-left {
      flex: none; }
      .events-feed .event-item .part-left .image {
        width: 420px !important; }
    .events-feed .event-item.picture .part-left {
      width: 100%; }
      .events-feed .event-item.picture .part-left .image {
        width: 100%;
        width: 100% !important; } }
@media screen and (max-width: 1300px) {
  .content {
    width: 1230px; }

  .navbar ul li a {
    margin-left: 1.2rem;
    margin-right: 1.2rem; }

  .corner-info {
    padding-left: 0.5rem; } }
@media screen and (max-width: 1230px) {
  .content {
    width: 95%;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 1226px) {
  .puff-feed .puff-feed-item {
    width: 100%;
    float: normal; }
    .puff-feed .puff-feed-item .left {
      margin-right: 0;
      float: normal; }
    .puff-feed .puff-feed-item .right {
      margin-left: 0;
      float: normal; }

  .programs .section .table-info {
    flex: none;
    width: 16%; }

  #search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(224, 237, 232, 0.95);
    z-index: 54;
    text-align: center; }
    #search-overlay[data-active='0'] {
      display: none;
      pointer-events: none; }
    #search-overlay .search-box {
      width: 81%;
      margin-top: 167px; }
      #search-overlay .search-box input[type='text'] {
        font-size: 1.25em !important;
        padding-bottom: 0 !important; }

  .banner a,
  .banner a:visited {
    font-size: 0.75em; }
  .banner .banner-bar .part-center {
    margin-top: 0.4rem; } }
@media screen and (max-width: 940px) {
  .events-feed .event-item {
    display: block;
    height: auto !important;
    min-height: 400px !important; }
    .events-feed .event-item .part-left {
      flex: none;
      display: block; }
      .events-feed .event-item .part-left .image {
        height: 400px;
        width: 100% !important; }
    .events-feed .event-item .part-right {
      padding: 0;
      padding-top: 0.5rem; }

  .split2-full .split {
    float: none !important;
    width: 100%;
    display: block;
    margin-bottom: 1rem; }
    .split2-full .split p {
      width: 100%;
      margin-bottom: 0; }
    .split2-full .split.left {
      width: 100% !important; }
    .split2-full .split.right {
      width: 100% !important; } }
@media screen and (max-width: 840px) {
  .content {
    width: 100%;
    margin-top: 0px; }

  .inner-content {
    width: 90%; }

  .programs .section {
    flex-direction: column;
    align-items: center; }
    .programs .section .table-info {
      width: auto;
      margin-bottom: 1rem; }

  .horizontal-split-2 .part {
    display: block;
    width: 100%;
    float: none; }
    .horizontal-split-2 .part p {
      width: 100%;
      margin: 0;
      padding: 0;
      padding-right: 0 !important;
      padding-bottom: 1.5rem; }

  .super-heading {
    margin-top: 42px !important;
    padding-top: 0;
    margin-bottom: 30px; }
    .super-heading h2 {
      font-size: 1.625em; }

  .not-mobile {
    display: none; }

  .banner {
    height: 300px; }
    .banner a,
    .banner a:visited {
      font-size: 0.625em; }
    .banner .rectangle {
      width: 308px;
      height: 211px; }
      .banner .rectangle .text-content {
        height: 130px; }
      .banner .rectangle .banner-bar {
        vertical-align: middle; }
      .banner .rectangle .text-content, .banner .rectangle .banner-bar {
        width: 90%;
        font-size: 1.5em; }
        .banner .rectangle .text-content object, .banner .rectangle .banner-bar object {
          width: 87px;
          vertical-align: middle; }
        .banner .rectangle .text-content .part-center, .banner .rectangle .banner-bar .part-center {
          text-align: center;
          font-size: 0.4375em;
          vertical-align: center;
          margin-top: 0.8rem; }
      .banner .rectangle .banner-bar-arrow {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle; }

  .super-heading h2 {
    font-size: 1.2rem;
    width: auto; }

  .brands-list .article-list article {
    margin-left: 1px;
    margin-right: 1px; }

  .footer-bar-arrow {
    width: 80%; }

  .horizontal-info {
    display: block;
    text-align: center;
    width: 100%; }
    .horizontal-info article {
      display: inline-block;
      margin-right: 2rem; }
      .horizontal-info article h3 {
        font-size: 1rem; }

  .events-feed .event-item {
    height: auto !important;
    min-height: auto !important; }
    .events-feed .event-item .part-left {
      flex: none; }

  .contact-info .breadtext {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    display: block !important; }

  #content-main {
    margin-top: 56px; } }
@media screen and (max-width: 700px) {
  .not-small-mobile {
    display: none !important; }

  .horizontal-info {
    display: block;
    text-align: center;
    width: 100%; }
    .horizontal-info article {
      display: block;
      margin-bottom: 1rem;
      text-align: center; }
      .horizontal-info article h3 {
        font-size: 1rem; }

  .slick-arrow, .carousel-pause, .carousel-play {
    height: 40px !important;
    width: 40px !important;
    background-size: 28px 28px !important; }

  .carousel-pause, .carousel-play {
    background-size: 18px 18px !important; } }
@media screen and (min-width: 840px) {
  .only-mobile {
    display: none !important; } }
@media screen and (max-width: 520px) {
  .section .table tr {
    display: grid; }
    .section .table tr td {
      width: 100% !important; } }
*:focus {
  outline: solid 3px blue; }

body.using-mouse *:focus {
  outline: none; }

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