.flex {
  display: -ms-flexbox;
  display: flex;
}
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
}
body {
  background: #FFF;
  color: #2c2c2c;
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #e94622;
  font-family: 'Lato', serif;
  font-weight: 300;
}
h1,
.h1 {
  padding: 0rem 0rem 1.8rem;
  line-height: 4.6rem;
  font-size: 4.8rem;
}
h2,
.h2 {
  color: #939393;
  padding: 0rem 0rem 1.8rem;
  line-height: 3.4rem;
  font-size: 3.4rem;
}
h3,
.h3 {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  padding: 0rem 0rem 0.9rem;
  line-height: 2.6rem;
  font-size: 2.6rem;
}
h4,
.h4 {
  padding: 0rem 0rem 0.9rem;
  line-height: 2.2rem;
  font-size: 2.2rem;
}
h5,
.h5 {
  line-height: 2.2rem;
  font-size: 1.8rem;
}
h6,
.h6 {
  color: #2c2c2c;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  line-height: 1.8rem;
  font-size: 1.6rem;
}
a,
a:hover {
  color: #e94622;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
p {
  padding: 0rem 0rem 1.8rem;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
em,
i {
  font-style: italic;
}
strong {
  font-family: 'Droid Serif', serif;
  font-weight: 700;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
.column.column-primary .content ul,
.column.column-secondary .content ul,
.column.column-tertiary .content ul {
  padding: 0rem 0rem 0.9rem 3rem;
}
.column.column-primary .content ul li,
.column.column-secondary .content ul li,
.column.column-tertiary .content ul li {
  list-style: outside;
  padding: 0rem 0rem 0.9rem 0rem;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
html #wpadminbar {
  z-index: 9999999 !important;
}
#wrapper {
  position: relative;
  background-color: #f5f6f6;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f6f6),color-stop(100px,#FFF));
  background: -webkit-linear-gradient(top,#f5f6f6 0%,#FFF 100px);
  background: -moz-linear-gradient(top,#f5f6f6 0%,#FFF 100px);
  background: -ms-linear-gradient(top,#f5f6f6 0%,#FFF 100px);
  background: -o-linear-gradient(top,#f5f6f6 0%,#FFF 100px);
  background-position: 0 20rem;
}
.page-template-page-templatespage_sub-front-page-php #wrapper {
  background: #FFF;
}
#canvas {
  position: relative;
  z-index: 111;
  margin: 0 auto;
  max-width: 160rem;
}
.primary-area {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modules {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modules * {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.column {
  position: relative;
  float: left;
  overflow: hidden;
  width: 50%;
}
.frontpage .column.column-primary {
  float: right;
  left: -25%;
}
.frontpage .column.column-secondary,
.frontpage .column.column-tertiary {
  width: 25%;
}
.frontpage .column.column-tertiary {
  float: right;
  left: 50%;
}
.container {
  position: relative;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.mobile-only {
  display: none;
}
.desktop-only {
  display: block;
}
#fourth-level-menu-bg {
  display: none;
  position: absolute;
  top: 20rem;
  left: 0;
  z-index: 11;
  background: #FFF;
  width: 100%;
  height: 3.4rem;
}
.primary-area img {
  max-width: 100%;
  height: auto;
}
#featured-image,
.figure {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#featured-image {
  width: auto;
}
#featured-image[data-allow-crop="false"] {
  height: auto;
}
#featured-image[data-allow-crop="false"] img {
  width: 100%;
  height: auto;
}
.arrow_more {
  color: #FFF;
  font-weight: bold;
}
.preface {
  color: #000;
  line-height: 2.5rem;
  font-size: 2.2rem;
  font-family: 'Lato', serif;
  font-weight: 300;
}
.button-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #e94622 url(../images/layout/button-link.png) no-repeat;
  background-position: right 9px top 50%;
  background-size: 25px 25px;
  border: none;
  padding: 0.9rem 10rem 0.9rem 1.8rem;
  color: #FFF;
  text-decoration: none;
  line-height: 2.2rem;
  font-size: 1.8rem;
  font-family: 'Lato', serif;
  font-weight: 400;
  overflow: hidden;
  outline: none !important;
  cursor: pointer;
}
.button-link a {
  color: #FFF;
  text-decoration: none;
  line-height: 2.2rem;
  font-size: 1.8rem;
}
span.button-link {
  display: inline-block;
}
span.button-link a {
  display: inline;
  padding: 0;
}
.column.column-secondary .button-link,
.column.column-tertiary .button-link {
  padding: 0.9rem 5rem 0.9rem 1.8rem;
}
.input,
.select {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.input input,
.select select {
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2.2rem;
  font-size: 2.2rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'Lato', serif;
  font-weight: 300;
}
.input .input-field,
.select select {
  border: 0.1rem solid #bebebe;
  color: #e94622;
  outline: none;
  width: 100%;
  height: 2.5rem;
}
.select select {
  background: #FFF url(../images/layout/select.png) no-repeat right .5rem;
  background-size: 24px 24px;
  border-radius: 0;
}
.approve_guidelines button {
  margin: 1.8rem 0rem 1.8rem;
  width: 50%;
  text-align: left;
}
.approve_guidelines .checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.approve_guidelines .checkbox input[type="checkbox"] + label {
  display: inline-block;
  background: transparent url(../images/film_catalogue/cb_unchecked.png) no-repeat 0 50%;
  background-size: 2rem 2rem;
  cursor: pointer;
  padding: 0.1rem 0rem 0rem 2.6rem;
  height: 100%;
}
.approve_guidelines .checkbox input[type="checkbox"]:checked + label {
  background: transparent url(../images/film_catalogue/cb_checked.png) no-repeat 0 50%;
  background-size: 2rem 2rem;
}
.approve_guidelines .checkbox input[type="checkbox"] + label span {
  display: inline-block;
  color: #666;
}
html .calendar_dropdown {
  display: none;
  position: absolute !important;
  top: 2rem;
  padding: 0rem 0rem 0.6rem;
  z-index: 999999;
  overflow: visible;
}
html .addthisevent {
  visibility: hidden;
}
html .addthisevent-drop {
  width: 18rem !important;
}
html .addthisevent-drop ._arrow {
  position: absolute !important;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0rem 0rem 0rem -0.3rem;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #e94622;
}
html .addthisevent-drop .addthisevent_dropdown {
  position: relative;
  display: block;
  top: 0.6rem;
  background: #e94622;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100% !important;
}
html .addthisevent-drop .addthisevent_dropdown span {
  display: block;
  color: #FFF;
  border-top: 0.1rem solid #ee6c4e;
  padding: 0.8rem 0rem;
  width: 100% !important;
  text-align: center;
  line-height: 2.2rem;
  font-size: 2.2rem;
  cursor: pointer;
}
html .addthisevent-drop .addthisevent_dropdown span:first-child {
  border: none;
}
html .addthisevent-drop .addthisevent_dropdown .copyx {
  display: none !important;
}
.timeslots {
  position: relative;
  border-top: 0.1rem solid #e6e6e6;
  font-family: 'Lato', serif;
  font-weight: 300;
}
.timeslots .timeslot {
  position: relative;
  border-bottom: 0.1rem solid #e6e6e6;
  height: 13rem;
}
.timeslots .timeslot a {
  text-decoration: none;
}
.timeslots .timeslot .date {
  float: left;
  width: 14rem;
  height: 100%;
  border-right: 0.1rem solid #e6e6e6;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  text-transform: lowercase;
}
.timeslots .timeslot .date .date-info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeslots .timeslot .date .date-info .day {
  color: #e94622;
  line-height: 7.1rem;
  font-size: 7.1rem;
}
.timeslots .timeslot .additional_info {
  position: relative;
  z-index: 111;
  float: right;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: -webkit-calc(-14rem * 1 + 100% * 1);
  width: calc(-14rem * 1 + 100% * 1);
}
.timeslots .timeslot .additional_info1 {
  height: 8.3rem;
}
.timeslots .timeslot .additional_info2 {
  border-top: 0.1rem solid #e6e6e6;
  height: -webkit-calc(-83px * 1 + 100% * 1);
  height: calc(-83px * 1 + 100% * 1);
}
.timeslots .timeslot .additional_info .venue a {
  color: #666;
}
.timeslots .timeslot .additional_info .time {
  display: inline-block;
}
.timeslots .timeslot .additional_info .time .clock {
  position: relative;
  display: inline-block;
  background: url(../images/timeslot/clock.png) no-repeat;
  background-size: cover;
  margin: 0rem 0.6rem 0rem 0rem;
  width: 2.2rem;
  height: 2.2rem;
  top: 0.2rem;
}
.timeslots .timeslot .additional_info .time h3 {
  display: inline-block;
  padding: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.timeslots .timeslot .additional_info2 .ticket,
.timeslots .timeslot .additional_info2 .calendar {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.error404 .sorry {
  position: relative;
  top: 0.6rem;
  display: inline-block;
  background: transparent url(../images/404/sorry.png) no-repeat;
  background-size: cover;
  margin: 0rem 1rem 0rem 0rem;
  width: 5.1rem;
  height: 5.1rem;
}
.error404 .preface {
  color: #666;
}
.error404 .preface a {
  text-decoration: none;
}
.error404 .primary-area .thesearchform {
  margin: 2rem 0rem 0rem;
}
.error404 .primary-area .thesearchform .input-field {
  float: left;
  width: 28.5rem;
  height: 4rem;
}
.error404 .primary-area .thesearchform .input-field::-webkit-input-placeholder {
  color: #FFF;
}
.error404 .primary-area .thesearchform .input-field:-moz-placeholder {
  color: #FFF;
}
.error404 .primary-area .thesearchform .input-field::-moz-placeholder {
  color: #FFF;
}
.error404 .primary-area .thesearchform .input-field:-ms-input-placeholder {
  color: #FFF;
}
.error404 .primary-area .thesearchform .search-submit {
  float: left;
  background: #FFF;
  border: none;
  color: #e94622;
  margin: 0rem 0rem 0rem 1.2rem;
  height: 4rem;
  line-height: 2.5rem;
  font-size: 2.2rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'Lato', serif;
  font-weight: 300;
}
#header {
  position: relative;
  z-index: 9999;
  color: #666;
  height: 20rem;
  text-transform: lowercase;
  font-family: 'Lato', serif;
  font-weight: 300;
}
#header.login-wrapper-open {
  z-index: 999999;
}
#header .container {
  width: 100%;
  height: 100%;
}
#header a {
  color: #666;
  text-decoration: none;
}
#header a:hover {
  color: #e94622;
}
#header .seperator {
  display: inline-block;
  padding: 0rem 1.4rem;
}
#header .activity-area {
  position: absolute;
  top: 1rem;
  right: -0.2rem;
}
#header .activity-area > * {
  float: left;
}
#header .activity-area .login {
  line-height: 1.8rem;
  font-size: 1.6rem;
  font-family: 'Lato', serif;
  font-weight: 300;
}
#header .activity-area .thesearchform {
  margin: -0.4rem 0.6rem 0rem 2.4rem;
}
#header .activity-area .thesearchform .input {
  float: left;
  width: 14.5rem;
}
#header .activity-area .thesearchform .input .input-field {
  border: 0.1rem solid #e6e6e6;
  padding-bottom: 0.4rem;
  line-height: 1.8rem;
  font-size: 1.6rem;
}
#header .activity-area .thesearchform .input input::-webkit-input-placeholder {
  color: #FFF;
}
#header .activity-area .thesearchform .input input:-moz-placeholder {
  color: #FFF;
}
#header .activity-area .thesearchform .input input::-moz-placeholder {
  color: #FFF;
}
#header .activity-area .thesearchform .input input:-ms-input-placeholder {
  color: #FFF;
}
#header .activity-area .thesearchform .search-submit {
  float: left;
  background: #FFF;
  border: none;
  color: #666;
  margin: 0rem 0rem 0rem 0.2rem;
  height: 2.6rem;
  line-height: 1.8rem;
  font-size: 1.6rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  font-family: 'Lato', serif;
  font-weight: 300;
  outline: none !important;
  cursor: pointer;
}
#user-login-wrapper {
  display: none;
  position: absolute;
  top: 3.4rem;
  right: -0.2rem;
  z-index: 9999;
}
#user-login-wrapper .arrow {
  position: absolute;
  right: 1rem;
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #e94622;
}
#user-login-wrapper .form {
  background: #e94622;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0.6rem 0rem 0rem;
  padding: 3rem 0rem 0.1rem;
}
#user-login-wrapper .form .login-item {
  margin: 0rem 0rem 1rem;
  padding: 0rem 3rem;
  text-align: right;
}
#user-login-wrapper .form .input input {
  border: 0.1rem solid #e94622;
  padding: 0rem 1rem;
}
#user-login-wrapper .form .input input.invalid {
  border: 0.1rem solid #FF0000;
  color: #FF0000;
}
#user-login-wrapper .form hr {
  background: #ee6c4e;
  border: none;
  margin: 1.4rem 0rem 0.7rem;
  height: 0.1rem;
  overflow: hidden;
}
#user-login-wrapper .form .submit {
  display: inline-block;
  background: transparent url(../images/layout/button-link.png) no-repeat right 4px;
  background-size: 25px 25px;
  border: none;
  color: #FFF;
  padding: 0rem 3rem 0rem 0rem;
  min-height: 2.9rem;
  font-family: 'Lato', serif;
  font-weight: 300;
  line-height: 2.2rem;
  font-size: 2.2rem;
}
#header nav ul li {
  float: left;
  line-height: 1.8rem;
  font-size: 1.6rem;
  font-family: 'Lato', serif;
  font-weight: 300;
}
#header nav ul li.current-page-ancestor > a,
#header nav ul li.current-menu-ancestor > a,
#header nav ul li.current-menu-item > a,
#header nav ul li a.current-lang {
  color: #e94622;
  font-family: 'Lato', serif;
  font-weight: 400;
}
#header nav ul li a.link-active {
  color: #e94622;
}
#header #gateway-navigation {
  position: absolute;
  top: 1rem;
  left: 0;
}
#header #gateway-navigation .seperator {
  padding: 0rem 1.4rem 0rem 1.1rem;
}
#header #gateway-navigation li:first-child .seperator {
  display: none;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
  display: none;
}
#header #primary-navigation {
  position: absolute;
  top: 8.6rem;
  left: 0;
  z-index: 111;
  width: 100%;
}
#header #primary-navigation .seperator {
  padding: 0rem 1.4rem 0rem 1.1rem;
}
#header #primary-navigation ul.sub-menu li:first-child .seperator,
#header #primary-navigation ul.sub-menu li:first-child ul.sub-menu li:first-child .seperator {
  display: none;
}
#header #primary-navigation ul.sub-menu li:first-child ul.sub-menu .seperator {
  display: inline-block;
}
#header #primary-navigation ul.menu > li > ul.sub-menu > li {
  line-height: 2.6rem;
  font-size: 2.6rem;
}
#header #primary-navigation ul.menu > li,
#header #primary-navigation ul.menu li ul.sub-menu,
#header #primary-navigation ul.menu > li > a,
#header #primary-navigation ul.menu > li > .seperator {
  display: none;
}
#header #primary-navigation ul.menu li.current-page-ancestor,
#header #primary-navigation ul.menu li.current-menu-ancestor,
#header #primary-navigation ul.menu li.current-menu-item,
#header #primary-navigation ul.menu li.current-page-ancestor > ul.sub-menu,
#header #primary-navigation ul.menu li.current-menu-ancestor > ul.sub-menu,
#header #primary-navigation ul.menu li.current-menu-item > ul.sub-menu {
  display: inline-block;
}
#header #primary-navigation ul.menu li.current-page-ancestor > ul.sub-menu ul.sub-menu,
#header #primary-navigation ul.menu li.current-menu-ancestor > ul.sub-menu ul.sub-menu,
#header #primary-navigation ul.menu li.current-menu-item > ul.sub-menu ul.sub-menu {
  background: #FFF;
  position: absolute;
  top: 8.4rem;
  left: 0;
  padding: 0rem 0rem 0rem;
  width: 100%;
}
#header #primary-navigation ul.menu li.current-page-ancestor > ul.sub-menu ul.sub-menu ul.sub-menu,
#header #primary-navigation ul.menu li.current-menu-ancestor > ul.sub-menu ul.sub-menu ul.sub-menu,
#header #primary-navigation ul.menu li.current-menu-item > ul.sub-menu ul.sub-menu ul.sub-menu {
  display: none;
  top: 2rem;
  padding: 1rem 0rem 1.2rem;
}
html .shiftnav-loading {
  display: none !important;
}
html .shiftnav-wrap:not(.top-padding) {
  padding-top: 0 !important;
}
html .shiftnav-wrap.top-padding {
  padding-top: 9.4rem !important;
}
html .shiftnav-wrap.fixed {
  position: fixed;
}
html #shiftnav-toggle-main,
html #dummy-shiftnav-toggler {
  position: absolute;
  top: 1.4rem !important;
  transition: top .25s ease;
  left: 0rem !important;
  z-index: 9999;
  background: #FFF;
  color: #666;
  padding: 1.4rem;
  padding-left: 0;
  width: auto;
  font-family: 'Lato', serif;
  font-weight: 300;
  line-height: 2.2rem;
  font-size: 2.2rem;
}
html .admin-bar #shiftnav-toggle-main {
  top: 7.8rem !important;
}
html .shiftnav-transitioning #shiftnav-toggle-main,
html .shiftnav-open-left #shiftnav-toggle-main {
  display: none !important;
}
html #shiftnav-toggle-main:hover {
  color: #e94622;
}
html #shiftnav-toggle-main a {
  display: none;
}
html #shiftnav-toggle-main .shiftnav-toggle-burger {
  position: absolute !important;
  top: 30px !important;
  width: 120px !important;
  float: none !important;
}
html #shiftnav-toggle-main .shiftnav-toggle-burger .fa.fa-bars {
  display: none !important;
}
html .shiftnav-nav {
  padding: 0rem 0rem 1.4rem;
}
html .shiftnav-nav ul,
html .shiftnav-nav ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html .shiftnav-nav a {
  display: block;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  font-family: 'Lato', serif;
  font-weight: 300;
  line-height: 2.2rem;
  font-size: 2.2rem;
  line-height: 125% !important;
}
html .shiftnav-nav a:hover {
  color: #e94622;
}
html .shiftnav-nav li.current-page-ancestor > a,
html .shiftnav-nav li.current-menu-ancestor > a,
html .shiftnav-nav li.current-menu-item > a,
html #shiftnav-main #shiftnav-acitivity-area a.current-lang {
  color: #e94622;
  font-family: 'Lato', serif !important;
  font-weight: 400 !important;
}
html .shiftnav-nav li.current-page-ancestor ul.sub-menu ul.sub-menu a,
html .shiftnav-nav li.current-menu-ancestor ul.sub-menu ul.sub-menu a,
html .shiftnav-nav li.current-menu-item ul.sub-menu ul.sub-menu a {
  line-height: 1.8rem;
  font-size: 1.6rem;
  font-family: 'Lato', serif;
  font-weight: 300;
}
html .shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target,
html .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
  padding: 0.35rem 1.4rem;
  line-height: 125% !important;
}
html .shiftnav-nav ul li .the-border {
  display: none;
  background: #e6e6e6;
  margin: 0.35rem 0rem 0.175rem 1.4rem;
  width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  height: 1px;
  overflow: hidden;
}
html .shiftnav-nav ul.shiftnav-menu > li ul.sub-menu,
html .shiftnav-nav ul.shiftnav-menu li.shiftnav-depth-0 > a.shiftnav-target {
  display: none;
}
hmtl .shiftnav-nav ul.shiftnav-menu li.current-page-ancestor,
hmtl .shiftnav-nav ul.shiftnav-menu li.current-menu-ancestor,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-item,
html .shiftnav-nav ul.shiftnav-menu li.current-page-ancestor > ul.sub-menu,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-ancestor > ul.sub-menu,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-item > ul.sub-menu {
  display: inline-block;
}
html .shiftnav-nav ul.shiftnav-menu li.current-page-ancestor > .the-border,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-ancestor > .the-border,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-item > .the-border {
  display: block;
}
html .shiftnav-nav ul.shiftnav-menu li.shiftnav-depth-0 > .the-border:last-child,
html .shiftnav-nav ul.shiftnav-menu li.current-page-ancestor > ul.sub-menu ul.sub-menu .the-border,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-ancestor > ul.sub-menu ul.sub-menu .the-border,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-item > ul.sub-menu ul.sub-menu .the-border {
  display: none;
}
html .shiftnav-nav ul.shiftnav-menu li ul.sub-menu-1,
html .shiftnav-nav ul.shiftnav-menu li ul.sub-menu-2 {
  background: transparent;
}
html .shiftnav-nav ul.shiftnav-menu li ul.sub-menu-2 {
  padding: 0.175rem 0rem 0rem;
}
html .shiftnav-nav ul.shiftnav-menu li ul.sub-menu-3 {
  background: #e6e6e6;
  margin: 0.35rem 0rem;
  padding: 0.35rem 0rem;
}
html .shiftnav-nav ul.shiftnav-menu li.current-page-ancestor > ul.sub-menu ul.sub-menu ul.sub-menu a,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-ancestor > ul.sub-menu ul.sub-menu ul.sub-menu a,
html .shiftnav-nav ul.shiftnav-menu li.current-menu-item > ul.sub-menu ul.sub-menu ul.sub-menu a {
  padding: 0.35rem 2.8rem;
}
html .shiftnav-nav ul#shiftnav-gateway-navigation {
  position: relative;
  z-index: 111;
  background: #FFF;
  margin: 0rem 0rem -0.7rem;
  padding: 1.4rem;
}
html .shiftnav-nav ul#shiftnav-gateway-navigation li {
  display: inline-block;
  width: auto;
}
html .shiftnav-nav ul#shiftnav-gateway-navigation li a {
  display: inline-block;
  width: auto;
  line-height: 1.8rem;
  font-size: 1.6rem;
  font-family: 'Lato', serif;
  font-weight: 300;
}
html .shiftnav-nav ul#shiftnav-gateway-navigation li .seperator {
  padding: 0rem 1.4rem 0rem 1.1rem;
}
html .shiftnav-nav ul#shiftnav-gateway-navigation li:first-child .seperator {
  display: none;
}
#shiftnav-main #shiftnav-acitivity-area {
  position: relative;
  z-index: 222;
  top: -0.1rem;
  background-color: #f7f7f7;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100px,#FFF));
  background: -webkit-linear-gradient(top,#f7f7f7 0%,#FFF 100px);
  background: -moz-linear-gradient(top,#f7f7f7 0%,#FFF 100px);
  background: -ms-linear-gradient(top,#f7f7f7 0%,#FFF 100px);
  background: -o-linear-gradient(top,#f7f7f7 0%,#FFF 100px);
  padding: 1.4rem 1.4rem 5.6rem;
  min-height: 20rem;
}
#shiftnav-main #shiftnav-acitivity-area .seperator {
  padding: 0rem 1.4rem;
}
#shiftnav-main #shiftnav-acitivity-area a {
  color: #666;
  text-decoration: none;
  font-family: 'Lato', serif;
  font-weight: 300;
  line-height: 1.8rem;
  font-size: 1.6rem;
}
#shiftnav-main #shiftnav-acitivity-area a:hover {
  color: #e94622;
}
#shiftnav-main #shiftnav-acitivity-area .input {
  width: 100%;
}
#shiftnav-main #shiftnav-acitivity-area .input input {
  padding: 0.2rem 4rem 0.2rem 1rem;
  height: 4rem;
  font-family: 'Lato', serif;
  font-weight: 300;
  line-height: 2.2rem;
  font-size: 2.2rem;
}
#shiftnav-main #shiftnav-acitivity-area .thesearchform {
  position: relative;
  margin: 0rem 0rem 1.4rem;
}
#shiftnav-main #shiftnav-acitivity-area .thesearchform .search-submit {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  background: transparent url(../images/layout/button-search.png) no-repeat;
  background-size: cover;
  border: none;
  outline: none !important;
  cursor: pointer;
  width: 3.8rem;
  height: 3.8rem;
}
#shiftnav-main #shiftnav-acitivity-area .login a[data-action="fkn-login"] {
  display: none;
}
#shiftnav-main #shiftnav-acitivity-area #shiftnav-language-switcher,
#shiftnav-main #shiftnav-acitivity-area #shiftnav-language-switcher li,
#shiftnav-main #shiftnav-acitivity-area .login {
  float: left;
}
#shiftnav-main #shiftnav-acitivity-area #mobile-user-login-form {
  clear: both;
  position: relative;
  margin: 1.4rem 0rem;
}
#shiftnav-main #shiftnav-acitivity-area #mobile-user-login-form hr {
  display: none;
}
#shiftnav-main #shiftnav-acitivity-area #mobile-user-login-form .login-item {
  position: relative;
  margin: 0.7rem 0rem;
  text-align: right;
}
#shiftnav-main #shiftnav-acitivity-area #mobile-user-login-form .input input {
  background: #FFF;
}
#shiftnav-main #shiftnav-acitivity-area #mobile-user-login-form .input input.invalid {
  border: 0.1rem solid #FF0000;
  color: #FF0000;
}
#shiftnav-main #shiftnav-acitivity-area .submit {
  display: inline-block;
  background: transparent url(../images/layout/button-link.png) no-repeat right 4px;
  background-size: 25px 25px;
  border: none;
  color: #FFF;
  padding: 0rem 3rem 0rem 0rem;
  min-height: 2.9rem;
  font-family: 'Lato', serif;
  font-weight: 300;
  line-height: 2.2rem;
  font-size: 2.2rem;
  background-image: url(../images/layout/button-search.png);
  background-size: 38px 38px;
  background-position: right top;
  color: #666;
  padding: 0.4rem 3.6rem 0rem 0rem;
}
#footer {
  color: #666;
}
#footer h4 {
  padding: 0rem 0rem 1.8rem;
}
#footer h4,
#footer a {
  color: #666;
  text-decoration: none;
}
#footer a:hover {
  color: #e94622;
}
#footer .footer-area-sidebar {
  position: relative;
  width: 100%;
}
#footer .footer-area-sidebar .border {
  position: absolute;
  top: 0;
  background: #e6e6e6;
  width: 0.1rem;
  height: 100%;
}
#footer .footer-area-sidebar .border1 {
  left: 25%;
}
#footer .footer-area-sidebar .border2 {
  left: 50%;
}
#footer .footer-area-sidebar .border3 {
  left: 75%;
}
#footer .footer-area-sidebar .widget {
  float: left;
  width: 25%;
  overflow: hidden;
  height: 100%;
}
#footer .footer-area-sidebar .widget .content ul li {
  background: url(../images/layout/arrow-right.png) no-repeat 0 6px;
  background-size: 6px 6px;
  padding: 0rem 0rem 0.9rem 1.4rem;
}
#footer .footer-area-sidebar .widget .content ul li:last-child {
  padding-bottom: 0;
}
@media (min-width: 1366px) {
  #canvas {
    padding: 0rem 6rem;
  }
  .primary-area,
  .modules {
    width: -webkit-calc(2.4rem * 1 + 100% * 1);
    width: calc(2.4rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -1.1rem;
  }
  .teaser_modules_sidebar {
    margin: 0rem 0rem -2.2rem -1.1rem;
  }
  .column {
    padding: 0rem 1.1rem;
  }
  .column .content {
    padding: 4.4rem 0rem 2.2rem;
  }
  .frontpage .column .content {
    padding: 2.2rem;
  }
  .column.column-primary .content {
    padding-right: 4.4rem;
  }
  .defaultpage .column.column-secondary .content {
    padding-top: 0;
  }
  #featured-image {
    margin: 0rem 0rem 2.2rem;
    height: 35.2rem;
  }
  html .calendar_dropdown {
    right: -2.2rem;
  }
  .timeslots {
    margin: 0rem 0rem 2.2rem;
  }
  .timeslots .timeslot .additional_info {
    padding: 1.1rem 2.2rem;
  }
  .timeslots .timeslot .additional_info2 .calendar {
    right: 2.2rem;
  }
  html body.shiftnav-lock.shiftnav-open {
    overflow: auto;
  }
  html .shiftnav-open-target {
    display: none;
  }
  html .shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
  html .shiftnav-open.shiftnav-open-left .shiftnav-wrap {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #footer {
    width: -webkit-calc(2.2rem * 1 + 100% * 1);
    width: calc(2.2rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -1.1rem;
    padding: 8.8rem 0rem 0rem;
  }
  #footer .footer-area-sidebar .border {
    margin: 0rem 0rem 0rem 1.1rem;
  }
  #footer .footer-area-sidebar .widget {
    padding: 0rem 1.1rem 4.4rem;
  }
  #footer .footer-area-sidebar .widget .content {
    padding: 0rem 2.2rem;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  #canvas {
    padding: 0rem 5rem;
  }
  .primary-area,
  .modules {
    width: -webkit-calc(2.4rem * 1 + 100% * 1);
    width: calc(2.4rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -1.1rem;
  }
  .teaser_modules_sidebar {
    margin: 0rem 0rem -2.2rem -1.1rem;
  }
  .column {
    padding: 0rem 1.1rem;
  }
  .column .content {
    padding: 4.4rem 0rem 2.2rem;
  }
  .frontpage .column .content {
    padding: 2.2rem;
  }
  .column.column-primary .content {
    padding-right: 4.4rem;
  }
  .defaultpage .column.column-secondary .content {
    padding-top: 0;
  }
  #featured-image {
    margin: 0rem 0rem 2.2rem;
    height: 33.4rem;
  }
  html .calendar_dropdown {
    right: -2.2rem;
  }
  .timeslots {
    margin: 0rem 0rem 2.2rem;
  }
  .timeslots .timeslot .additional_info {
    padding: 1.1rem 2.2rem;
  }
  .timeslots .timeslot .additional_info2 .calendar {
    right: 2.2rem;
  }
  html body.shiftnav-lock.shiftnav-open {
    overflow: auto;
  }
  html .shiftnav-open-target {
    display: none;
  }
  html .shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
  html .shiftnav-open.shiftnav-open-left .shiftnav-wrap {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #footer {
    width: -webkit-calc(2.2rem * 1 + 100% * 1);
    width: calc(2.2rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -1.1rem;
    padding: 8.8rem 0rem 0rem;
  }
  #footer .footer-area-sidebar .border {
    margin: 0rem 0rem 0rem 1.1rem;
  }
  #footer .footer-area-sidebar .widget {
    padding: 0rem 1.1rem 4.4rem;
  }
  #footer .footer-area-sidebar .widget .content {
    padding: 0rem 2.2rem;
  }
}
@media (min-width: 950px) and (max-width: 1279px) {
  body {
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  h1,
  .h1 {
    line-height: 4.2rem;
    font-size: 4.4rem;
    padding: 0rem 0rem 1.6rem;
  }
  h2,
  .h2 {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
  h3,
  .h3 {
    line-height: 2.6rem;
    font-size: 2.2rem;
    padding: 0rem 0rem 0.8rem;
  }
  h4,
  .h4 {
    line-height: 2.2rem;
    font-size: 1.8rem;
    padding: 0rem 0rem 0.8rem;
  }
  h5,
  .h5 {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .preface {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
  .input input {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  p {
    line-height: 1.6rem;
    font-size: 1.2rem;
    padding: 0rem 0rem 1.6rem;
  }
  .column.column-primary .content ul,
  .column.column-secondary .content ul,
  .column.column-tertiary .content ul {
    padding: 0rem 0rem 0.8rem 3rem;
  }
  .column.column-primary .content ul li,
  .column.column-secondary .content ul li,
  .column.column-tertiary .content ul li {
    padding: 0rem 0rem 0.8rem 0rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  #canvas {
    padding: 0rem 4rem;
  }
  .primary-area,
  .modules {
    width: -webkit-calc(2rem * 1 + 100% * 1);
    width: calc(2rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.9rem;
  }
  .teaser_modules_sidebar {
    margin: 0rem 0rem -1.8rem -0.9rem;
  }
  .column {
    padding: 0rem 0.9rem;
  }
  .column .content {
    padding: 3.2rem 0rem 1.6rem;
  }
  .frontpage .column .content {
    padding: 1.6rem;
  }
  .column.column-primary .content {
    padding-right: 3.2rem;
  }
  .defaultpage .column.column-secondary .content {
    padding-top: 0;
  }
  #fourth-level-menu-bg {
    height: 2.9rem;
  }
  #featured-image {
    margin: 0rem 0rem 1.8rem;
    height: 26.4rem;
  }
  span.button-link {
    padding: 0.9rem 10rem 0.9rem 1.6rem;
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .button-link a {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .column.column-secondary span.button-link,
  .column.column-tertiary span.button-link {
    padding: 0.9rem 5rem 0.9rem 1.8rem;
  }
  html .calendar_dropdown {
    right: -1.6rem;
  }
  html .addthisevent-drop {
    width: 14rem !important;
  }
  html .addthisevent-drop .addthisevent_dropdown span {
    line-height: 2.2rem;
    font-size: 1.8rem;
  }
  .timeslots {
    margin: 0rem 0rem 1.8rem;
  }
  .timeslots .timeslot {
    height: 11.1rem;
  }
  .timeslots .timeslot .date {
    width: 10.6rem;
  }
  .timeslots .timeslot .date .date-info .day {
    line-height: 6rem;
    font-size: 6rem;
  }
  .timeslots .timeslot .additional_info {
    padding: 0.8rem 1.6rem;
    width: -webkit-calc(-10.6rem * 1 + 100% * 1);
    width: calc(-10.6rem * 1 + 100% * 1);
  }
  .timeslots .timeslot .additional_info1 {
    height: 7rem;
  }
  .timeslots .timeslot .additional_info2 {
    height: -webkit-calc(-70px * 1 + 100% * 1);
    height: calc(-70px * 1 + 100% * 1);
  }
  .timeslots .timeslot .additional_info2 .calendar {
    right: 1.6rem;
  }
  .timeslots .timeslot .additional_info .time .clock {
    top: 0.1rem;
    margin: 0rem 0.3rem 0rem 0rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  #header .logo {
    margin: -1.6rem 0rem 0rem;
  }
  #header .activity-area .login,
  #header .activity-area .thesearchform .search-submit,
  #header nav ul li {
    line-height: 1.8rem;
    font-size: 1.4rem;
    height: 2.4rem;
  }
  #header .activity-area .thesearchform {
    position: relative;
    top: 0rem;
  }
  #header #primary-navigation {
    top: 7.6rem;
  }
  #header #primary-navigation ul.menu li.current-page-ancestor > ul.sub-menu ul.sub-menu,
  #header #primary-navigation ul.menu li.current-menu-ancestor > ul.sub-menu ul.sub-menu,
  #header #primary-navigation ul.menu li.current-menu-item > ul.sub-menu ul.sub-menu {
    top: 9.6rem;
  }
  #header #primary-navigation ul.menu > li > ul.sub-menu > li {
    line-height: 2.6rem;
    font-size: 2.2rem;
  }
  html body.shiftnav-lock.shiftnav-open {
    overflow: auto;
  }
  html .shiftnav-open-target {
    display: none;
  }
  html .shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
  html .shiftnav-open.shiftnav-open-left .shiftnav-wrap {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #footer {
    width: -webkit-calc(1.8rem * 1 + 100% * 1);
    width: calc(1.8rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.9rem;
    padding: 7.2rem 0rem 0rem;
  }
  #footer .footer-area-sidebar .border {
    margin: 0rem 0rem 0rem 0.9rem;
  }
  #footer .footer-area-sidebar .widget {
    padding: 0rem 0.9rem 3.6rem;
  }
  #footer .footer-area-sidebar .widget .content {
    padding: 0rem 1.6rem;
  }
  #footer .footer-area-sidebar .widget .content ul li {
    background-position: 0 4px;
    padding: 0rem 0rem 0.8rem 1.2rem;
  }
}
@media (min-width: 737px) and (max-width: 1050px) {
  #header #primary-navigation ul.menu {
    width: -webkit-calc(-0.7rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(-0.7rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  #header #primary-navigation ul.menu li.linebreak {
    clear: both;
  }
  #header #primary-navigation ul.menu li.linebreak .seperator {
    display: none;
  }
  #header #primary-navigation ul.menu li.current-page-ancestor > ul.sub-menu ul.sub-menu,
  #header #primary-navigation ul.menu li.current-menu-ancestor > ul.sub-menu ul.sub-menu,
  #header #primary-navigation ul.menu li.current-menu-item > ul.sub-menu ul.sub-menu {
    top: 9.6rem;
  }
  #header #primary-navigation ul.menu li.current-page-ancestor > ul.sub-menu ul.sub-menu .seperator,
  #header #primary-navigation ul.menu li.current-menu-ancestor > ul.sub-menu ul.sub-menu .seperator,
  #header #primary-navigation ul.menu li.current-menu-item > ul.sub-menu ul.sub-menu .seperator {
    display: inline-block;
  }
  #header #primary-navigation ul.menu li.current-page-ancestor > ul.sub-menu ul.sub-menu li:first-child .seperator,
  #header #primary-navigation ul.menu li.current-menu-ancestor > ul.sub-menu ul.sub-menu li:first-child .seperator,
  #header #primary-navigation ul.menu li.current-menu-item > ul.sub-menu ul.sub-menu li:first-child .seperator {
    display: none;
  }
  #header #primary-navigation ul.menu > li > ul.sub-menu > li {
    margin: 0rem 0rem 1rem;
    line-height: 2.6rem;
    font-size: 2.2rem;
  }
}
@media (min-width: 737px) and (max-width: 949px) {
  body {
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  h1,
  .h1 {
    line-height: 4.2rem;
    font-size: 4.4rem;
    padding: 0rem 0rem 1.6rem;
  }
  h2,
  .h2 {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
  h3,
  .h3 {
    line-height: 2.6rem;
    font-size: 2.2rem;
    padding: 0rem 0rem 0.8rem;
  }
  h4,
  .h4 {
    line-height: 2.2rem;
    font-size: 1.8rem;
    padding: 0rem 0rem 0.8rem;
  }
  h5,
  .h5 {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .preface {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
  .input input {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  p {
    line-height: 1.6rem;
    font-size: 1.2rem;
    padding: 0rem 0rem 1.6rem;
  }
  .column.column-primary .content ul,
  .column.column-secondary .content ul,
  .column.column-tertiary .content ul {
    padding: 0rem 0rem 0.8rem 3rem;
  }
  .column.column-primary .content ul li,
  .column.column-secondary .content ul li,
  .column.column-tertiary .content ul li {
    padding: 0rem 0rem 0.8rem 0rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  #canvas {
    padding: 0rem 1.4rem;
  }
  .primary-area,
  .modules {
    width: -webkit-calc(1.6rem * 1 + 100% * 1);
    width: calc(1.6rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.7rem;
  }
  .teaser_modules_sidebar {
    margin: 0rem 0rem -1.4rem -0.7rem;
  }
  .column {
    padding: 0rem 0.7rem;
  }
  .column.column-primary {
    width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .column.column-secondary,
  .column.column-tertiary,
  .frontpage .column.column-secondary,
  .frontpage .column.column-tertiary {
    width: -webkit-calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .frontpage .column.column-primary {
    float: left;
    left: -webkit-calc(0px * 0.33333333333333 + 100% * 0.33333333333333);
    left: calc(0px * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .frontpage .column.column-secondary {
    float: none;
  }
  .frontpage .column.column-secondary,
  .frontpage .column.column-tertiary {
    left: -webkit-calc(0px * -0.66666666666667 + 100% * -0.66666666666667);
    left: calc(0px * -0.66666666666667 + 100% * -0.66666666666667);
  }
  .column .content {
    padding: 2.8rem 0rem 1.4rem;
  }
  .frontpage .column .content {
    padding: 1.4rem;
  }
  .column.column-primary .content {
    padding-right: 2.8rem;
  }
  .defaultpage .column.column-secondary .content {
    padding-top: 0;
  }
  #fourth-level-menu-bg {
    height: 2.7rem;
  }
  #featured-image {
    margin: 0rem 0rem 1.4rem;
    height: 31.4rem;
  }
  span.button-link {
    padding: 0.9rem 10rem 0.9rem 1.6rem;
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .button-link a {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .column.column-secondary span.button-link,
  .column.column-tertiary span.button-link {
    padding: 0.9rem 5rem 0.9rem 1.6rem;
  }
  html .calendar_dropdown {
    right: -1.4rem;
  }
  html .addthisevent-drop {
    width: 14rem !important;
  }
  html .addthisevent-drop .addthisevent_dropdown span {
    line-height: 2.2rem;
    font-size: 1.8rem;
  }
  .timeslots {
    margin: 0rem 0rem 1.4rem;
  }
  .timeslots .timeslot {
    height: 11.1rem;
  }
  .timeslots .timeslot .date {
    width: 10.6rem;
  }
  .timeslots .timeslot .date .date-info .day {
    line-height: 6rem;
    font-size: 6rem;
  }
  .timeslots .timeslot .additional_info {
    padding: 0.7rem 1.4rem;
    width: -webkit-calc(-10.6rem * 1 + 100% * 1);
    width: calc(-10.6rem * 1 + 100% * 1);
  }
  .timeslots .timeslot .additional_info1 {
    height: 7rem;
  }
  .timeslots .timeslot .additional_info2 {
    height: -webkit-calc(-70px * 1 + 100% * 1);
    height: calc(-70px * 1 + 100% * 1);
  }
  .timeslots .timeslot .additional_info2 .calendar {
    right: 1.4rem;
  }
  .timeslots .timeslot .additional_info .time .clock {
    top: 0.1rem;
    margin: 0rem 0.3rem 0rem 0rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  #header .logo,
  .mobile-header .logo {
    margin: -1.6rem 0rem 0rem;
  }
  #header .activity-area .login,
  #header .activity-area .thesearchform .search-submit,
  #header nav ul li {
    line-height: 1.8rem;
    font-size: 1.4rem;
    height: 2.4rem;
  }
  #header .activity-area .thesearchform {
    position: relative;
    top: 0rem;
  }
  #header #primary-navigation {
    top: 7.6rem;
  }
  html body.shiftnav-lock.shiftnav-open {
    overflow: auto;
  }
  html .shiftnav-open-target {
    display: none;
  }
  html .shiftnav-open.shiftnav-open-left #shiftnav-toggle-main,
  html .shiftnav-open.shiftnav-open-left .shiftnav-wrap {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #footer {
    width: -webkit-calc(1.4rem * 1 + 100% * 1);
    width: calc(1.4rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.7rem;
    padding: 5.6rem 0rem 0rem;
  }
  #footer .footer-area-sidebar .border {
    margin: 0rem 0rem 0rem 0.7rem;
  }
  #footer .footer-area-sidebar .border1 {
    left: -webkit-calc(0px * 0.33333333333333 + 100% * 0.33333333333333);
    left: calc(0px * 0.33333333333333 + 100% * 0.33333333333333);
  }
  #footer .footer-area-sidebar .border2 {
    left: -webkit-calc(0px * 0.66666666666667 + 100% * 0.66666666666667);
    left: calc(0px * 0.66666666666667 + 100% * 0.66666666666667);
  }
  #footer .footer-area-sidebar .border3 {
    display: none;
  }
  #footer .footer-area-sidebar .widget {
    padding: 0rem 0.7rem 2.8rem;
    width: -webkit-calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  #footer .footer-area-sidebar .widget .content {
    padding: 0rem 1.4rem;
  }
  #footer .footer-area-sidebar .widget .content ul li {
    background-position: 0 4px;
    padding: 0rem 0rem 0.8rem 1.2rem;
  }
}
@media (min-width: 415px) and (max-width: 736px) {
  body {
    line-height: 1.9rem;
    font-size: 1.4rem;
  }
  h1,
  .h1 {
    line-height: 4.2rem;
    font-size: 4.4rem;
    padding: 0rem 0rem 1.9rem;
  }
  h2,
  .h2 {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
  h3,
  .h3 {
    line-height: 2.6rem;
    font-size: 2.2rem;
    padding: 0rem 0rem 0.95rem;
  }
  h4,
  .h4 {
    line-height: 2.2rem;
    font-size: 1.8rem;
    padding: 0rem 0rem 0.95rem;
  }
  h5,
  .h5 {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .preface {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
  .input input {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  p {
    line-height: 1.9rem;
    font-size: 1.4rem;
    padding: 0rem 0rem 1.9rem;
  }
  .column.column-primary .content ul,
  .column.column-secondary .content ul,
  .column.column-tertiary .content ul {
    padding: 0rem 0rem 0.95rem 3rem;
  }
  .column.column-primary .content ul li,
  .column.column-secondary .content ul li,
  .column.column-tertiary .content ul li {
    padding: 0rem 0rem 0.95rem 0rem;
    line-height: 1.9rem;
    font-size: 1.4rem;
  }
  #wrapper {
    background-position: 0px;
  }
  #canvas {
    padding: 0rem 1.4rem;
  }
  .primary-area,
  .modules {
    width: -webkit-calc(1.6rem * 1 + 100% * 1);
    width: calc(1.6rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.7rem;
  }
  .teaser_modules_sidebar {
    margin: 0rem 0rem -1.4rem -0.7rem;
  }
  .column {
    padding: 0rem 0.7rem;
  }
  .column.column-primary,
  .frontpage .column.column-primary,
  .column.column-secondary {
    left: 0;
    width: 100%;
  }
  .frontpage .column.column-secondary,
  .column.column-tertiary,
  .frontpage .column.column-tertiary {
    left: 0;
    float: left;
    width: 50%;
  }
  .column .content {
    padding: 1.4rem 0rem;
  }
  .frontpage .column .content {
    padding: 1.4rem;
  }
  .column.column-primary .content {
    padding-right: 2.8rem;
  }
  .mobile-only {
    display: block !important;
  }
  .desktop-only:not(.ignore-mobile) {
    display: none !important;
  }
  #fourth-level-menu-bg {
    display: none !important;
  }
  #featured-image {
    margin: 0rem 0rem 1.4rem;
    height: 26rem;
  }
  span.button-link {
    padding: 0.9rem 10rem 0.9rem 1.9rem;
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .button-link a {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .approve_guidelines button {
    width: 100%;
  }
  .column.column-secondary span.button-link,
  .column.column-tertiary span.button-link {
    padding: 0.9rem 5rem 0.9rem 1.9rem;
  }
  html .calendar_dropdown {
    right: -1.4rem;
  }
  html .addthisevent-drop {
    width: 14rem !important;
  }
  html .addthisevent-drop .addthisevent_dropdown span {
    line-height: 2.2rem;
    font-size: 1.8rem;
  }
  .timeslots {
    margin: 0rem 0rem 1.4rem;
  }
  .timeslots .timeslot {
    height: 11.1rem;
  }
  .timeslots .timeslot .date {
    width: 10.6rem;
  }
  .timeslots .timeslot .date .date-info .day {
    line-height: 6rem;
    font-size: 6rem;
  }
  .timeslots .timeslot .additional_info {
    padding: 0.7rem 1.4rem;
    width: -webkit-calc(-10.6rem * 1 + 100% * 1);
    width: calc(-10.6rem * 1 + 100% * 1);
  }
  .timeslots .timeslot .additional_info1 {
    height: 7rem;
  }
  .timeslots .timeslot .additional_info2 {
    height: -webkit-calc(-70px * 1 + 100% * 1);
    height: calc(-70px * 1 + 100% * 1);
  }
  .timeslots .timeslot .additional_info2 .calendar {
    right: 1.4rem;
  }
  .timeslots .timeslot .additional_info .time .clock {
    top: 0.1rem;
    margin: 0rem 0.3rem 0rem 0rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .error404 .primary-area .thesearchform .input-field {
    width: 30rem;
  }
  .error404 .primary-area .thesearchform .search-submit {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
  .error404 .primary-area .thesearchform .search-submit.desktop-only {
    display: inline-block !important;
  }
  .error404 .primary-area .thesearchform .search-submit.mobile-only {
    display: none !important;
  }
  #header {
    height: 12rem;
  }
  #header .logo,
  .mobile-header .logo {
    margin: -2.7rem 0rem 0rem;
  }
  #footer {
    width: -webkit-calc(1.4rem * 1 + 100% * 1);
    width: calc(1.4rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.7rem;
    padding: 5.6rem 0rem 0rem;
  }
  #footer .footer-area-sidebar .border {
    margin: 0rem 0rem 0rem 0.7rem;
  }
  #footer .footer-area-sidebar .border1 {
    left: 50%;
  }
  #footer .footer-area-sidebar .border2,
  #footer .footer-area-sidebar .border3 {
    display: none;
  }
  #footer .footer-area-sidebar .widget {
    padding: 0rem 0.7rem 2.8rem;
    width: 50%;
  }
  #footer .footer-area-sidebar .widget .content {
    padding: 0rem 1.4rem;
  }
}
@media (min-width: 1px) and (max-width: 414px) {
  body {
    line-height: 2rem;
    font-size: 1.4rem;
  }
  h1,
  .h1 {
    line-height: 4.2rem;
    font-size: 4.4rem;
    padding: 0rem 0rem 2rem;
  }
  h2,
  .h2 {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
  h3,
  .h3 {
    line-height: 2.7rem;
    font-size: 2.3rem;
    padding: 0rem 0rem 1rem;
  }
  h4,
  .h4 {
    line-height: 2.4rem;
    font-size: 2rem;
    padding: 0rem 0rem 1rem;
  }
  h5,
  .h5 {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .preface {
    line-height: 2.4rem;
    font-size: 2rem;
  }
  .input input {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  p {
    line-height: 2rem;
    font-size: 1.4rem;
    padding: 0rem 0rem 2rem;
  }
  .column.column-primary .content ul,
  .column.column-secondary .content ul,
  .column.column-tertiary .content ul {
    padding: 0rem 0rem 1rem 3rem;
  }
  .column.column-primary .content ul li,
  .column.column-secondary .content ul li,
  .column.column-tertiary .content ul li {
    padding: 0rem 0rem 1rem 0rem;
    line-height: 2rem;
    font-size: 1.4rem;
  }
  #wrapper {
    background-position: 0px;
  }
  #canvas {
    padding: 0rem 1.4rem;
  }
  .primary-area,
  .modules {
    width: -webkit-calc(1.6rem * 1 + 100% * 1);
    width: calc(1.6rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.7rem;
  }
  .teaser_modules_sidebar {
    margin: 0rem 0rem -1.4rem -0.7rem;
  }
  .column {
    padding: 0rem 0.7rem;
  }
  .column.column-primary,
  .frontpage .column.column-primary,
  .column.column-secondary,
  .frontpage .column.column-secondary,
  .column.column-tertiary,
  .frontpage .column.column-tertiary {
    float: none;
    left: 0;
    width: 100%;
  }
  .column .content {
    padding: 1.4rem 0rem;
  }
  .frontpage .column .content {
    padding: 1.4rem;
  }
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  #fourth-level-menu-bg {
    display: none !important;
  }
  #featured-image {
    margin: 0rem 0rem 1.4rem;
    height: 30rem;
  }
  .button-link,
  .approve_guidelines button {
    width: 100%;
  }
  html .calendar_dropdown {
    right: 0;
  }
  html .addthisevent-drop {
    width: 14rem !important;
  }
  html .addthisevent-drop .addthisevent_dropdown span {
    line-height: 2.4rem;
    font-size: 2rem;
  }
  .timeslots {
    margin: 0rem 0rem 1.4rem;
  }
  .timeslots .timeslot {
    height: auto;
  }
  .timeslots .timeslot .date {
    position: absolute;
    top: 3rem;
    border: none;
    width: 8.6rem;
  }
  .timeslots .timeslot .date .date-info {
    position: static;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .timeslots .timeslot .date .date-info .day {
    line-height: 5rem;
    font-size: 5rem;
  }
  .timeslots .timeslot .additional_info {
    border-left: 0.1rem solid #e6e6e6;
    padding: 1rem 0rem 1rem 2rem;
    width: -webkit-calc(-8.6rem * 1 + 100% * 1);
    width: calc(-8.6rem * 1 + 100% * 1);
  }
  .timeslots .timeslot .additional_info1 {
    padding-bottom: 4rem;
    height: auto;
  }
  .timeslots .timeslot .additional_info2 {
    height: auto;
  }
  .timeslots .timeslot .additional_info .time .clock {
    top: 0.1rem;
    margin: 0rem 0.3rem 0rem 0rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .timeslots .timeslot .additional_info2 .ticket,
  .timeslots .timeslot .additional_info2 .calendar {
    position: relative;
    top: 0;
    right: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .timeslots .timeslot .additional_info2 .ticket {
    float: left;
    width: 40%;
  }
  .timeslots .timeslot .additional_info2 .calendar {
    float: right;
    width: 60%;
    text-align: right;
  }
  .error404 .sorry {
    top: 0.8rem;
  }
  .error404 .primary-area .thesearchform .input-field {
    width: 20rem;
  }
  .error404 .primary-area .thesearchform .search-submit {
    line-height: 2.4rem;
    font-size: 2rem;
  }
  .error404 .primary-area .thesearchform .search-submit.desktop-only {
    display: inline-block !important;
  }
  .error404 .primary-area .thesearchform .search-submit.mobile-only {
    display: none !important;
  }
  #header {
    height: 12rem;
  }
  #header .logo,
  .mobile-header .logo {
    margin: -1.7rem 0rem 0rem;
  }
  #footer {
    width: -webkit-calc(1.4rem * 1 + 100% * 1);
    width: calc(1.4rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.7rem;
    padding: 5.6rem 0rem 0rem;
  }
  #footer .footer-area-sidebar .border {
    display: none;
  }
  #footer .footer-area-sidebar .widget {
    padding: 0rem 0.7rem 2.8rem;
    width: 100%;
  }
  #footer .footer-area-sidebar .widget .content {
    padding: 0rem 2rem;
  }
}
@media (max-width: 1px) {
  body {
    line-height: 2rem;
    font-size: 1.4rem;
  }
  h1,
  .h1 {
    line-height: 4.2rem;
    font-size: 4.4rem;
    padding: 0rem 0rem 2rem;
  }
  h2,
  .h2 {
    line-height: 3.2rem;
    font-size: 3.2rem;
  }
  h3,
  .h3 {
    line-height: 2.6rem;
    font-size: 2.2rem;
    padding: 0rem 0rem 1rem;
  }
  h4,
  .h4 {
    line-height: 2.2rem;
    font-size: 1.8rem;
    padding: 0rem 0rem 1rem;
  }
  h5,
  .h5 {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
  .preface {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
  .input input {
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
  p {
    line-height: 2rem;
    font-size: 1.4rem;
    padding: 0rem 0rem 2rem;
  }
  .column.column-primary .content ul,
  .column.column-secondary .content ul,
  .column.column-tertiary .content ul {
    padding: 0rem 0rem 1rem 3rem;
  }
  .column.column-primary .content ul li,
  .column.column-secondary .content ul li,
  .column.column-tertiary .content ul li {
    padding: 0rem 0rem 1rem 0rem;
    line-height: 2rem;
    font-size: 1.4rem;
  }
  #canvas {
    padding: 0rem 1.4rem;
  }
  .primary-area,
  .modules {
    width: -webkit-calc(1.6rem * 1 + 100% * 1);
    width: calc(1.6rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.7rem;
  }
  .teaser_modules_sidebar {
    margin: 0rem 0rem -1.4rem -0.7rem;
  }
  .column {
    padding: 0rem 0.7rem;
  }
  .column.column-primary {
    width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .column.column-secondary,
  .column.column-tertiary {
    width: -webkit-calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .frontpage .column.column-primary,
  .frontpage .column.column-secondary,
  .frontpage .column.column-tertiary {
    float: none;
    left: 0;
    width: 100%;
  }
  .column .content {
    padding: 1.4rem 0rem;
  }
  .frontpage .column .content {
    padding: 1.4rem;
  }
  .column.column-primary .content {
    padding-right: 2.8rem;
  }
  html .calendar_dropdown {
    right: 0;
  }
  html .addthisevent-drop {
    width: 14rem !important;
  }
  html .addthisevent-drop .addthisevent_dropdown span {
    line-height: 2.4rem;
    font-size: 2rem;
  }
  .timeslots {
    margin: 0rem 0rem 1.4rem;
  }
  .timeslots .timeslot {
    height: auto;
  }
  .timeslots .timeslot .date {
    position: absolute;
    top: 2rem;
    border: none;
    width: 8.6rem;
  }
  .timeslots .timeslot .date .date-info {
    position: static;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .timeslots .timeslot .date .date-info .day {
    line-height: 5rem;
    font-size: 5rem;
  }
  .timeslots .timeslot .additional_info {
    border-left: 0.1rem solid #e6e6e6;
    padding: 0.7rem 0rem 0.7rem 1.4rem;
    width: -webkit-calc(-8.6rem * 1 + 100% * 1);
    width: calc(-8.6rem * 1 + 100% * 1);
  }
  .timeslots .timeslot .additional_info1 {
    padding-bottom: 3.5rem;
    height: auto;
  }
  .timeslots .timeslot .additional_info2 {
    height: auto;
  }
  .timeslots .timeslot .additional_info2 .ticket,
  .timeslots .timeslot .additional_info2 .calendar {
    position: relative;
    top: 0;
    right: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .timeslots .timeslot .additional_info2 .ticket {
    float: left;
    width: 40%;
  }
  .timeslots .timeslot .additional_info2 .calendar {
    float: right;
    width: 60%;
    text-align: right;
  }
  html #shiftnav-toggle-main {
    padding: 1.4rem;
  }
  html #dummy-shiftnav-toggler {
    top: 4.2rem !important;
  }
  #featured-image {
    margin: 0rem 0rem 1.4rem;
    height: 24.4rem;
  }
  .button-link,
  .column.column-secondary span.button-link,
  .column.column-tertiary span.button-link {
    padding: 0.9rem 10rem 0.9rem 1.8rem;
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .button-link a {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  #footer {
    width: -webkit-calc(1.4rem * 1 + 100% * 1);
    width: calc(1.4rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.7rem;
    padding: 5.6rem 0rem 0rem;
  }
  #footer .footer-area-sidebar .border {
    margin: 0rem 0rem 0rem 0.7rem;
  }
  #footer .footer-area-sidebar .widget {
    padding: 0rem 0.7rem 2.8rem;
  }
  #footer .footer-area-sidebar .widget .content {
    padding: 0rem 1.4rem;
  }
}
@media (max-width: 1px) {
  body {
    line-height: 2rem;
    font-size: 1.4rem;
  }
  h1,
  .h1 {
    line-height: 3.8rem;
    font-size: 4rem;
    padding: 0rem 0rem 2rem;
  }
  h2,
  .h2 {
    line-height: 2.8rem;
    font-size: 2.8rem;
  }
  h3,
  .h3 {
    line-height: 2.4rem;
    font-size: 2rem;
    padding: 0rem 0rem 1rem;
  }
  h4,
  .h4 {
    line-height: 2rem;
    font-size: 1.6rem;
    padding: 0rem 0rem 1rem;
  }
  h5,
  .h5 {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .preface {
    line-height: 1.9rem;
    font-size: 1.6rem;
  }
  .input input {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  p {
    line-height: 2rem;
    font-size: 1.4rem;
    padding: 0rem 0rem 2rem;
  }
  .column.column-primary .content ul,
  .column.column-secondary .content ul
	.column.column-tertiary .content ul {
    padding: 0rem 0rem 1rem 3rem;
  }
  .column.column-primary .content ul li,
  .column.column-secondary .content ul li,
  .column.column-tertiary .content ul li {
    padding: 0rem 0rem 1rem 0rem;
    line-height: 2rem;
    font-size: 1.4rem;
  }
  #canvas {
    padding: 0rem 1rem;
  }
  .primary-area,
  .modules {
    width: -webkit-calc(1.2rem * 1 + 100% * 1);
    width: calc(1.2rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.5rem;
  }
  .teaser_modules_sidebar {
    margin: 0rem 0rem -1rem -0.5rem;
  }
  .column {
    padding: 0rem 0.5rem;
  }
  .column .content {
    padding: 1rem 0rem;
  }
  .frontpage .column .content {
    padding: 1rem;
  }
  html #shiftnav-toggle-main {
    padding: 1rem;
  }
  #featured-image {
    margin: 0rem 0rem 1rem;
    height: 21rem;
  }
  span.button-link {
    padding: 0.9rem 10rem 0.9rem 2rem;
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .button-link a {
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .column.column-secondary span.button-link,
  .column.column-tertiary span.button-link {
    padding: 0.9rem 5rem 0.9rem 2rem;
  }
  html .calendar_dropdown {
    right: -1rem;
  }
  .timeslots {
    margin: 0rem 0rem 1rem;
  }
  #footer {
    width: -webkit-calc(1rem * 1 + 100% * 1);
    width: calc(1rem * 1 + 100% * 1);
    margin: 0rem 0rem 0rem -0.5rem;
    padding: 4rem 0rem 0rem;
  }
  #footer .footer-area-sidebar .widget {
    padding: 0rem 0.5rem 2rem;
  }
  #footer .footer-area-sidebar .widget .content {
    padding: 0rem 1rem;
  }
}
html #header .logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 1.6rem 0 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-flex-pack: end;
  align-items: center;
  -ms-flex-align: center;
  height: 12rem;
  z-index: 999;
}
html #header .logo a img {
  max-width: 320px;
  max-height: 120px;
}
html #header .logo a img:not(.svg) {
  width: auto;
}
html .mobile-header {
  width: 100%;
  height: 12rem;
  transform: translateX(0px) translate3d(0,0,0);
  background: #fff;
  transition: transform .5s, height .5s;
  box-shadow: none;
  z-index: 999999;
}
@media (max-width: 736px) {
  html .mobile-header .logo {
    height: 7rem;
  }
  html .mobile-header .logo a img {
    max-width: 220px;
    max-height: 70px;
  }
  html .mobile-header .logo a img:not(.svg) {
    width: auto;
  }
}
@media (min-width: 737px) {
  html .mobile-header {
    display: none;
  }
}
html .mobile-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.15);
}
html .mobile-header.compress {
  height: 9.4rem;
}
html .mobile-header #dummy-shiftnav-toggler,
html .mobile-header .logo {
  top: 50% !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
}
html .mobile-header #dummy-shiftnav-toggler {
  margin-top: -4px !important;
}
html .mobile-header .logo {
  position: absolute;
  right: -0.2rem;
  z-index: 222;
  margin: -1.1rem 0rem 0rem;
  width: auto !important;
}
@media (min-width: 737px) {
  html .mobile-header .logo {
    position: static;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 360px;
    height: auto;
    transform: translateY(0px) !important;
  }
  html .mobile-header .logo a.logo-mobile {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  html .mobile-header .logo a.logo-desktop {
    display: none;
  }
  html .mobile-header .logo a.logo-mobile {
    display: block;
  }
}
@media (min-width: 1366px) {
  html .mobile-header #dummy-shiftnav-toggler {
    left: 60px !important;
  }
  html .mobile-header .logo {
    right: 60px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  html .mobile-header #dummy-shiftnav-toggler {
    left: 50px !important;
  }
  html .mobile-header .logo {
    right: 50px !important;
  }
}
@media (min-width: 950px) and (max-width: 1279px) {
  html .mobile-header #dummy-shiftnav-toggler {
    left: 40px !important;
  }
  html .mobile-header .logo {
    right: 40px !important;
  }
}
@media (min-width: 737px) and (max-width: 949px) {
  html .mobile-header #dummy-shiftnav-toggler {
    left: 14px !important;
  }
  html .mobile-header .logo {
    right: 40px !important;
  }
}
@media (min-width: 415px) and (max-width: 736px) {
  html .mobile-header #dummy-shiftnav-toggler {
    left: 14px !important;
  }
  html .mobile-header .logo {
    right: 14px !important;
  }
}
@media (min-width: 1px) and (max-width: 414px) {
  html .mobile-header #dummy-shiftnav-toggler {
    left: 14px !important;
  }
  html .mobile-header .logo {
    right: 14px !important;
  }
}
@media (max-width: 1px) {
  html .mobile-header #dummy-shiftnav-toggler {
    left: 14px !important;
  }
  html .mobile-header .logo {
    right: 14px !important;
  }
}
@media (max-width: 1px) {
  html .mobile-header #dummy-shiftnav-toggler {
    left: 10px !important;
  }
  html .mobile-header .logo {
    right: 10px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 736px) {
  html body.shiftnav-open.shiftnav-open-left .mobile-header {
    transform: translateX(290px);
  }
}
@media only screen and (max-width: 479px) {
  html body.shiftnav-open.shiftnav-open-left .mobile-header {
    transform: translateX(320px);
  }
}
@media only screen and (max-width: 374px) {
  html body.shiftnav-open.shiftnav-open-left .mobile-header {
    transform: translateX(305px);
  }
}
@media only screen and (max-width: 359px) {
  html body.shiftnav-open.shiftnav-open-left .mobile-header {
    transform: translateX(265px);
  }
}
@media only screen and (max-width: 319px) {
  html body.shiftnav-open.shiftnav-open-left .mobile-header {
    transform: translateX(230px);
  }
}
#shiftnav-toggle-main.shiftnav-toggle-main-align-left {
  display: none;
}
@media only screen and (max-width: 736px) {
  #header {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  body.shiftnav-disable-shift-body {
    padding-top: 0 !important;
  }
}
html .hero-teaser {
  padding: 0;
}
@media (max-width: 736px) {
  html section .primary-area {
    display: -ms-flexbox;
    display: flex;
    float: none !important;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media (max-width: 736px) {
  html section .primary-area .column {
    width: 100%;
  }
  html section .primary-area .column.column-primary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  html section .primary-area .column.column-secondary {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  html section .primary-area .column.column-secondary .content {
    padding-top: 0;
  }
  html section .primary-area .column.column-tertiary {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 737px) {
  html section .primary-area .column.secondary-no-featured-img .content {
    padding-top: 0;
  }
  html section .primary-area .column.no-btm-padding .content {
    padding-bottom: 0;
  }
  html section .primary-area .column.column-tertiary.no-top-padding .content {
    padding-top: 0;
  }
}
.modules .filmlist .body .custom-label-link {
  margin: 1rem 0 0;
}
.modules .filmlist .body .custom-label-link a {
  position: relative;
  z-index: 9999;
  font-family: 'Lato', serif;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.8rem;
  font-size: 1.6rem;
  padding: 10px;
  margin-left: -10px;
}
@media (min-width: 950px) and (max-width: 1279px) {
  .modules .filmlist .body .custom-label-link a {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 737px) and (max-width: 949px) {
  .modules .filmlist .body .custom-label-link a {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 415px) and (max-width: 736px) {
  .modules .filmlist .body .custom-label-link a {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1px) and (max-width: 414px) {
  .modules .filmlist .body .custom-label-link a {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 1px) {
  .modules .filmlist .body .custom-label-link a {
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 1px) {
  .modules .filmlist .body .custom-label-link a {
    line-height: 1.4rem;
    font-size: 1.4rem;
  }
}
section.schedule-lists.activities header .content {
  min-height: 34px;
}
section.schedule-lists .details.details2 .content {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  -ms-flex-align: center;
  font-family: 'Lato', serif;
  font-weight: 300;
}
section.schedule-lists .details.details2 .content .clear {
  display: none !important;
}
section.schedule-lists .details.details2 .content .detail.venue {
  flex-grow: 1;
  -ms-flex-positive: 1;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
section.schedule-lists .details.details2 .content .ticket {
  flex-grow: 3;
  -ms-flex-positive: 3;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  align-items: center;
  -ms-flex-align: center;
  text-align: right;
}
section.schedule-lists .details.details2 .content .ticket a {
  display: inline-block;
  font-family: inherit;
  text-decoration: none;
  margin-right: 20px;
}
section.modules.lists.schedule-lists.activities {
  width: 100%;
  margin-left: 0;
}
.teaser_module {
  overflow: hidden;
}
.teaser_module .teaser {
  float: left;
  height: 100%;
  overflow: hidden;
}
.teaser_module .teaser .post-edit-link {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background: #000;
  color: #FFF;
  padding: 0.9rem 1.8rem;
  text-decoration: none;
}
.teaser_module .teaser:hover .post-edit-link {
  display: block;
}
.teaser_module .teaser_1_column {
  width: 25%;
}
.module_1_1 .teaser_1_column,
.teaser_module .teaser_2_column {
  width: 50%;
}
.teaser_module .teaser_3_column {
  width: 75%;
}
.module_2_0 .teaser_2_column {
  width: 100%;
}
.module_3_3_2 .vertical_teaser_row {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
}
.module_3_3_2 .vertical_teaser_row .teaser {
  width: 100%;
  height: 100%;
}
.module_3_3_2 .horizontal_teaser_row {
  width: 75%;
}
.module_3_3_2[data-align="right"] .horizontal_teaser_row,
.module_3_3_2[data-align="left"] .vertical_teaser_row {
  left: 0;
}
.module_3_3_2[data-align="left"] .horizontal_teaser_row {
  left: 25%;
}
.module_3_3_2[data-align="left"] .horizontal_teaser_row,
.module_3_3_2[data-align="right"] .vertical_teaser_row {
  right: 0;
}
.module_3_3_2 .horizontal_teaser_row .teaser_1_column {
  width: -webkit-calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
  width: calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
}
.module_3_3_2 .horizontal_teaser_row .teaser_2_column {
  width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
}
.module_3_3_2 .horizontal_teaser_row .teaser_3_column {
  width: 100%;
}
.teaser_module .teaser .teaser_content {
  background: #b6baa7;
  color: #2c2c2c;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.teaser_module .teaser .teaser_content h3 {
  color: #FFF;
  padding: 0rem 0rem 0.4rem;
}
.teaser_module .teaser[data-color_theme="a"] .teaser_content {
  background: #e94622;
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="a"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="a"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="b"] .teaser_content {
  background: #e6b411;
  color: #2c2c2c;
}
.teaser_module .teaser[data-color_theme="b"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="b"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="c"] .teaser_content {
  background: #6f605a;
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="c"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="c"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="d"] .teaser_content {
  background: #f7f1db;
  color: #2c2c2c;
}
.teaser_module .teaser[data-color_theme="d"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="d"] .teaser_content_e p {
  color: #2c2c2c;
}
.teaser_module .teaser[data-color_theme="e"] .teaser_content {
  background: #d69899;
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="e"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="e"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="f"] .teaser_content {
  background: #85aa84;
  color: #2c2c2c;
}
.teaser_module .teaser[data-color_theme="f"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="f"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="g"] .teaser_content {
  background: #002649;
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="g"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="g"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="h"] .teaser_content {
  background: #623580;
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="h"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="h"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="i"] .teaser_content {
  background: #5e6167;
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="i"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="i"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser[data-color_theme="j"] .teaser_content {
  background: #bbbfc2;
  color: #2c2c2c;
}
.teaser_module .teaser[data-color_theme="j"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="j"] .teaser_content_e p {
  color: #2c2c2c;
}
.teaser_module .teaser[data-color_theme="k"] .teaser_content {
  background: #17b0e6;
  color: #2c2c2c;
}
.teaser_module .teaser[data-color_theme="k"] .teaser_content h3,
.teaser_module .teaser[data-color_theme="k"] .teaser_content_e p {
  color: #FFF;
}
.teaser_module .teaser .teaser_content_d {
  background: transparent;
}
.teaser_module .teaser .teaser_content_e {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.teaser_module .teaser .teaser_content .clickarea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  height: 100%;
}
.teaser_module .teaser .teaser_content_e .figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  float: right;
  right: 0;
  z-index: 888;
  height: auto;
}
.teaser_module .teaser_2_column .teaser_content_e .figure,
.teaser_module .teaser_3_column .teaser_content_e .figure {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.teaser_module .teaser .teaser_content .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.teaser_module .teaser .teaser_content .copy .the-copy {
  height: 100%;
  overflow: hidden;
}
.teaser_module .teaser_1_column .teaser_content_b .copy {
  background-color: rgba(0,0,0,0);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  color: #FFF;
}
.teaser_module .teaser .teaser_content_c .copy {
  left: 0;
  right: auto;
}
.teaser_module .teaser .teaser_content_d .copy {
  height: auto;
  bottom: 0;
  width: 100% !important;
}
.teaser_module .teaser .teaser_content_d .copy,
.teaser_module .teaser .teaser_content_e .copy {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 0;
  right: auto;
}
.teaser_module .teaser .teaser_content_e .copy {
  height: 100%;
}
html .teaser_module .teaser .teaser_content_f .copy {
  position: relative;
}
.teaser_module .teaser .teaser_content .copy * {
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.teaser_module .teaser .teaser_content .copy h3 {
  max-height: 5.2rem;
}
.teaser_module .teaser .teaser_content_c .copy h3 {
  max-height: 7.8rem;
}
html .teaser_module .teaser .teaser_content_d .copy h3 {
  color: #e94622;
  padding: 0rem 0rem 0.9rem;
  max-height: 100%;
}
html .teaser_module .teaser[data-has_image="false"] .teaser_content_a .copy h3 {
  text-transform: uppercase;
  font-family: 'Lato', serif;
  font-weight: 900;
}
.teaser_module .teaser .teaser_content .copy p {
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  padding: 0;
  max-height: 5.4rem;
}
html .teaser_module .teaser .teaser_content_d .copy p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 0rem;
  max-height: 100%;
}
html .teaser_module .teaser_1_column .teaser_content_e .copy p,
html .teaser_module .teaser_2_column .teaser_content_e .copy p,
html .teaser_module .teaser_3_column .teaser_content_e .copy p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0rem;
  line-height: 2.5rem;
  font-size: 2.2rem;
  max-height: 100%;
}
.teaser_module .teaser .teaser_content_d .copy .arrow_more {
  color: #2c2c2c;
}
@media (min-width: 1366px) {
  .teaser_module .teaser {
    padding: 0rem 1.1rem 2.2rem;
    height: 37.4rem;
  }
  .teaser_module .teaser .teaser_content .figure,
  .teaser_module .teaser .teaser_content .copy {
    padding: 2.2rem;
  }
  .teaser_module .teaser_1_column .teaser_content_a .figure,
  .teaser_module .teaser_2_column .teaser_content_a .figure {
    height: 20.2rem;
  }
  .teaser_module .teaser .teaser_content_e .figure {
    width: 10rem;
  }
  .teaser_module .teaser_3_column .teaser_content_e .figure {
    width: -webkit-calc(-4.4rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-4.4rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .teaser_module .teaser_2_column .teaser_content_b .figure {
    width: -webkit-calc(2.2rem * 0.5 + 100% * 0.5);
    width: calc(2.2rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_2_column .teaser_content_e .figure {
    width: -webkit-calc(-2.2rem * 0.5 + 100% * 0.5);
    width: calc(-2.2rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_a .figure {
    width: -webkit-calc(2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .teaser_module .teaser .teaser_content_b .copy {
    padding: 8.8rem 2.2rem 2.2rem;
  }
  .teaser_module .teaser_3_column .teaser_content_a .copy {
    width: -webkit-calc(-4.4rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-4.4rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .teaser_module .teaser_2_column .teaser_content_a .copy,
  .teaser_module .teaser_2_column .teaser_content_b .copy {
    width: -webkit-calc(-2.2rem * 0.5 + 100% * 0.5);
    width: calc(-2.2rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_2_column .teaser_content_e .copy {
    width: -webkit-calc(2.2rem * 0.5 + 100% * 0.5);
    width: calc(2.2rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_e .copy {
    width: -webkit-calc(2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .teaser_module .teaser {
    padding: 0rem 1.1rem 2.2rem;
    height: 35.6rem;
  }
  .teaser_module .teaser .teaser_content .figure,
  .teaser_module .teaser .teaser_content .copy {
    padding: 2.2rem;
  }
  .teaser_module .teaser_1_column .teaser_content_a .figure,
  .teaser_module .teaser_2_column .teaser_content_a .figure {
    height: 19.2rem;
  }
  .teaser_module .teaser .teaser_content_e .figure {
    width: 10rem;
  }
  .teaser_module .teaser_3_column .teaser_content_e .figure {
    width: -webkit-calc(-4.4rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-4.4rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .teaser_module .teaser_2_column .teaser_content_b .figure {
    width: -webkit-calc(2.2rem * 0.5 + 100% * 0.5);
    width: calc(2.2rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_2_column .teaser_content_e .figure {
    width: -webkit-calc(-2.2rem * 0.5 + 100% * 0.5);
    width: calc(-2.2rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_a .figure {
    width: -webkit-calc(2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .teaser_module .teaser .teaser_content_b .copy {
    padding: 8.8rem 2.2rem 2.2rem;
  }
  .teaser_module .teaser_3_column .teaser_content_a .copy {
    width: -webkit-calc(-4.4rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-4.4rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .teaser_module .teaser_2_column .teaser_content_a .copy,
  .teaser_module .teaser_2_column .teaser_content_b .copy {
    width: -webkit-calc(-2.2rem * 0.5 + 100% * 0.5);
    width: calc(-2.2rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_2_column .teaser_content_e .copy {
    width: -webkit-calc(2.2rem * 0.5 + 100% * 0.5);
    width: calc(2.2rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_e .copy {
    width: -webkit-calc(2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
}
@media (min-width: 950px) and (max-width: 1279px) {
  .teaser_module .teaser {
    padding: 0rem 0.9rem 1.8rem;
    height: 28.2rem;
  }
  .teaser_module .teaser .teaser_content .figure,
  .teaser_module .teaser .teaser_content .copy {
    padding: 1.6rem;
  }
  .teaser_module .teaser_1_column .teaser_content_a .figure,
  .teaser_module .teaser_2_column .teaser_content_a .figure {
    height: 14.2rem;
  }
  .teaser_module .teaser .teaser_content_e .figure {
    width: 7.4rem;
  }
  .teaser_module .teaser_3_column .teaser_content_e .figure {
    width: -webkit-calc(-3.6rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-3.6rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .teaser_module .teaser_2_column .teaser_content_b .figure {
    width: -webkit-calc(1.8rem * 0.5 + 100% * 0.5);
    width: calc(1.8rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_2_column .teaser_content_e .figure {
    width: -webkit-calc(-1.8rem * 0.5 + 100% * 0.5);
    width: calc(-1.8rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_a .figure {
    width: -webkit-calc(1.8rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(1.8rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .teaser_module .teaser .teaser_content_b .copy {
    padding: 6.4rem 1.6rem 1.6rem;
  }
  .teaser_module .teaser_3_column .teaser_content_a .copy {
    width: -webkit-calc(-3.6rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-3.6rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .teaser_module .teaser_2_column .teaser_content_a .copy,
  .teaser_module .teaser_2_column .teaser_content_b .copy {
    width: -webkit-calc(-1.8rem * 0.5 + 100% * 0.5);
    width: calc(-1.8rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_2_column .teaser_content_e .copy {
    width: -webkit-calc(1.8rem * 0.5 + 100% * 0.5);
    width: calc(1.8rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_e .copy {
    width: -webkit-calc(1.8rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(1.8rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .teaser_module .teaser .teaser_content .copy h3 {
    max-height: 5.2rem;
  }
  .teaser_module .teaser .teaser_content_c .copy h3 {
    max-height: 7.7rem;
  }
  html .teaser_module .teaser .teaser_content_d .copy h3 {
    padding: 0rem 0rem 0.8rem;
  }
  .teaser_module .teaser .teaser_content .copy p {
    max-height: 4.8rem;
  }
  html .teaser_module .teaser_1_column .teaser_content_e .copy p,
  html .teaser_module .teaser_2_column .teaser_content_e .copy p,
  html .teaser_module .teaser_3_column .teaser_content_e .copy p {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 737px) and (max-width: 949px) {
  .teaser_module .teaser {
    padding: 0rem 0.7rem 1.4rem;
    height: 32.8rem;
  }
  .teaser_module .teaser .teaser_content .figure,
  .teaser_module .teaser .teaser_content .copy {
    padding: 1.4rem;
  }
  .module_1_1_1_1 .teaser_1_column,
  .module_2_1_1 .teaser_1_column,
  .module_2_1_1 .teaser_2_column,
  .module_2_2 .teaser_2_column,
  .module_3_1 .teaser_1_column,
  .module_3_3_2 .vertical_teaser_row {
    width: -webkit-calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .module_3_3_2 .module_1_1_1:first-child .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .horizontal_teaser_row .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_2_1"] .module_2_1 .teaser {
    width: 50%;
  }
  .module_1_1_1_1 .teaser_1_column:nth-child(2),
  .module_1_1_1_1 .teaser_1_column:nth-child(3),
  .module_2_2 .teaser_2_column:first-child,
  .module_3_1 .teaser_3_column,
  .module_3_3_2 .horizontal_teaser_row:first-child,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .horizontal_teaser_row,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .horizontal_teaser_row,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .horizontal_teaser_row,
  .module_3_3_2[data-hrows="module_3_0-module_2_1"] .horizontal_teaser_row,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .horizontal_teaser_row {
    width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .module_1_1 .teaser_1_column,
  .module_3_3_2 .horizontal_teaser_row,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child {
    width: 100%;
  }
  .module_3_3_2[data-align="left"] .horizontal_teaser_row,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_3_0:first-child {
    left: 0;
  }
  .module_3_3_2[data-align="left"] .horizontal_teaser_row:first-child,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_2_1"] .horizontal_teaser_row,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_3_0"] .horizontal_teaser_row,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_1_1_1,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_2_1"] .module_2_1,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_3_0"] .module_3_0 {
    left: -webkit-calc(0px * 0.33333333333333 + 100% * 0.33333333333333);
    left: calc(0px * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .module_3_3_2 .vertical_teaser_row {
    height: 65.6rem;
  }
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .vertical_teaser_row {
    top: 32.8rem;
  }
  .teaser_module .teaser .teaser_content_a .figure {
    height: 19.8rem;
  }
  .teaser_module .teaser .teaser_content_e .figure {
    width: 7.4rem;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_e .figure {
    width: -webkit-calc(-2.8rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-2.8rem * 0.33333333333333 + 100% * 0.33333333333333);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content_b .figure,
  .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content_b .figure,
  .module_2_2 .teaser_2_column:first-child .teaser_content_b .figure,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_b .figure {
    width: -webkit-calc(1.4rem * 0.5 + 100% * 0.5);
    width: calc(1.4rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_e .figure,
  .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content_e .figure,
  .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content_e .figure,
  .module_2_2 .teaser_2_column:first-child .teaser_content_e .figure,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_e .figure {
    width: -webkit-calc(-1.4rem * 0.5 + 100% * 0.5);
    width: calc(-1.4rem * 0.5 + 100% * 0.5);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_a .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_a .figure {
    width: -webkit-calc(1.4rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(1.4rem * 0.66666666666667 + 100% * 0.66666666666667);
    height: 100%;
  }
  .teaser_module .teaser .teaser_content_b .copy {
    background-color: rgba(0,0,0,0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    color: #FFF;
    padding: 5.6rem 1.4rem 1.4rem;
  }
  .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_a .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_a .copy {
    width: -webkit-calc(-2.8rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-2.8rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .teaser_module .teaser_3_column .teaser_content_a .copy,
  .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content .copy,
  .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content .copy,
  .module_2_2 .teaser_2_column:first-child .teaser_content .copy,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content .copy,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content .copy,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content .copy {
    background: none;
    width: -webkit-calc(-1.4rem * 0.5 + 100% * 0.5);
    width: calc(-1.4rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_e .copy,
  .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content_e .copy,
  .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content_e .copy,
  .module_2_2 .teaser_2_column:first-child .teaser_content_e .copy,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_e .copy {
    width: -webkit-calc(1.4rem * 0.5 + 100% * 0.5);
    width: calc(1.4rem * 0.5 + 100% * 0.5);
  }
  .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_e .copy {
    width: -webkit-calc(1.4rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(1.4rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .teaser_module .teaser .teaser_content .copy h3 {
    max-height: 5.2rem;
  }
  .teaser_module .teaser .teaser_content_c .copy h3 {
    max-height: 7.7rem;
  }
  html .teaser_module .teaser .teaser_content_d .copy h3 {
    padding: 0rem 0rem 0.8rem;
  }
  .teaser_module .teaser .teaser_content .copy p {
    max-height: 4.8rem;
  }
  html .teaser_module .teaser_1_column .teaser_content_e .copy p,
  html .teaser_module .teaser_2_column .teaser_content_e .copy p,
  html .teaser_module .teaser_3_column .teaser_content_e .copy p {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 415px) and (max-width: 736px) {
  .teaser_module .teaser {
    padding: 0rem 0.7rem 1.4rem;
    width: 50%;
    height: 27.4rem;
  }
  .teaser_module .teaser .teaser_content .figure,
  .teaser_module .teaser .teaser_content .copy {
    padding: 1.4rem;
  }
  .module_2_1_1,
  .module_3_3_2 .vertical_teaser_row {
    height: 54.8rem;
  }
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .vertical_teaser_row,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .vertical_teaser_row,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .vertical_teaser_row,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .vertical_teaser_row {
    top: 0;
  }
  .module_2_1_1 .teaser_1_column,
  .module_3_3_2 .vertical_teaser_row {
    top: 27.4rem;
  }
  .module_3_3_2[data-align="left"] .horizontal_teaser_row,
  .module_3_3_2[data-align="left"] .module_1_1_1:first-child .teaser:first-child {
    left: 0;
  }
  .module_3_3_2[data-align="left"] .module_1_1_1:first-child .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_2_1"] .module_2_1:first-child .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_3_0"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(1),
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(2),
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_2_1"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_3_0"] .module_3_0 {
    left: 50%;
  }
  .module_2_1_1 .teaser_2_column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .module_3_3_2 .vertical_teaser_row,
  .module_3_3_2 .module_1_1_1 .teaser,
  .module_3_3_2 .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 {
    width: 50%;
  }
  .module_2_0 .teaser,
  .module_3_3_2 .horizontal_teaser_row,
  .module_3_3_2 .module_1_1_1 .teaser:first-child,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) {
    width: 100%;
  }
  .module_3_3_2 .module_1_1_1:first-child .teaser:nth-child(3),
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .module_2_1:first-child .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_2_1"] .module_2_1 .teaser {
    clear: both;
  }
  .teaser_module .teaser .teaser_content_a .figure {
    height: 13.8rem;
  }
  .module_2_0 .teaser .teaser_content_b .figure,
  .module_2_1_1 .teaser_2_column .teaser_content_b .figure,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_b .figure {
    width: -webkit-calc(1.4rem * 0.5 + 100% * 0.5);
    width: calc(1.4rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content_e .figure {
    width: 7.4rem;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .module_2_0 .teaser .teaser_content_e .figure,
  .module_2_1_1 .teaser_2_column .teaser_content_e .figure,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_e .figure,
  .module_3_3_2 .module_3_0 .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_e .figure {
    width: -webkit-calc(-1.4rem * 0.5 + 100% * 0.5);
    width: calc(-1.4rem * 0.5 + 100% * 0.5);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser .teaser_content_b .figure {
    width: 100%;
  }
  .teaser_module .teaser .teaser_content_b .copy {
    padding: 5.6rem 1.4rem 1.4rem;
  }
  .module_2_0 .teaser .teaser_content .copy,
  .module_2_1_1 .teaser_2_column .teaser_content .copy,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content .copy,
  .module_3_3_2 .module_3_0 .teaser .teaser_content .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content .copy {
    background: none;
    width: -webkit-calc(-1.4rem * 0.5 + 100% * 0.5);
    width: calc(-1.4rem * 0.5 + 100% * 0.5);
  }
  .module_2_2 .teaser_2_column .teaser_content_b .copy,
  .module_3_3_2 .module_2_1 .teaser .teaser_content_b .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser .teaser_content_b .copy {
    background-color: rgba(0,0,0,0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    color: #FFF;
  }
  .module_2_0 .teaser .teaser_content_e .copy,
  .module_2_1_1 .teaser_2_column .teaser_content_e .copy,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_e .copy,
  .module_3_3_2 .module_3_0 .teaser .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_e .copy {
    width: -webkit-calc(1.4rem * 0.5 + 100% * 0.5);
    width: calc(1.4rem * 0.5 + 100% * 0.5);
  }
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content .copy,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content .copy {
    width: 100%;
  }
  .teaser_module .teaser .teaser_content .copy h3 {
    max-height: 5.2rem;
  }
  .teaser_module .teaser .teaser_content_c .copy h3 {
    max-height: 7.8rem;
  }
  html .teaser_module .teaser .teaser_content_d .copy h3 {
    padding: 0rem 0rem 0.95rem;
  }
  .teaser_module .teaser .teaser_content .copy p {
    max-height: 5.7rem;
  }
  html .teaser_module .teaser_1_column .teaser_content_e .copy p,
  html .teaser_module .teaser_2_column .teaser_content_e .copy p,
  html .teaser_module .teaser_3_column .teaser_content_e .copy p {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1px) and (max-width: 414px) {
  .teaser_module .teaser {
    padding: 0rem 0.7rem 1.4rem;
    width: 100%;
    height: 31.4rem;
  }
  .teaser_module .teaser .teaser_content .figure,
  .teaser_module .teaser .teaser_content .copy {
    padding: 2rem;
    width: 100%;
  }
  .teaser_module .teaser[data-display_type="d"] {
    height: auto;
  }
  .module_3_3_2[data-align="left"] .horizontal_teaser_row {
    left: 0;
  }
  .module_3_3_2 .vertical_teaser_row {
    position: relative;
    width: 100%;
    height: auto;
  }
  .module_3_3_2 .horizontal_teaser_row,
  .module_3_3_2 .horizontal_teaser_row .teaser_1_column,
  .module_3_3_2 .horizontal_teaser_row .teaser_2_column,
  .module_3_3_2 .horizontal_teaser_row .teaser_3_column {
    width: 100%;
  }
  .teaser_module .teaser .teaser_content_a .figure {
    height: 16rem;
  }
  .teaser_module .teaser .teaser_content_e .figure {
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 9rem;
  }
  .teaser_module .teaser .teaser_content_b .copy {
    background-color: rgba(0,0,0,0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    color: #FFF;
    padding: 8rem 2rem 2rem;
  }
  .teaser_module .teaser[data-display_type="d"] .teaser_content .copy {
    position: relative;
  }
}
@media (max-width: 1px) {
  .teaser_module .teaser {
    padding: 0rem 0.7rem 1.4rem;
    height: 25.8rem;
  }
  .teaser_module .teaser .teaser_content .figure,
  .teaser_module .teaser .teaser_content .copy {
    padding: 1.4rem;
  }
  .module_2_1_1 {
    height: auto;
  }
  .module_2_1_1 .teaser_1_column,
  .module_2_1_1 .teaser_2_column {
    position: relative;
    top: 0;
    left: 0;
  }
  .module_3_3_2 .vertical_teaser_row {
    top: 0;
  }
  .module_3_3_2 .module_1_1_1:first-child .teaser:nth-child(3),
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .module_2_1:first-child .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_2_1"] .module_2_1 .teaser {
    clear: none;
  }
  .module_1_1_1_1 .teaser_1_column,
  .module_2_1_1 .teaser_1_column,
  .module_2_1_1 .teaser_2_column,
  .module_2_2 .teaser_2_column,
  .module_3_1 .teaser_1_column,
  .module_3_3_2 .vertical_teaser_row,
  .module_3_3_2[data-hrows="module_1_1_1-module_1_1_1"] .module_1_1_1 .teaser,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_1_column,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_1_1_1 .teaser {
    width: -webkit-calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .module_3_3_2 .module_1_1_1:first-child .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .horizontal_teaser_row .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3),
  .module_3_3_2[data-hrows="module_3_0-module_2_1"] .module_2_1 .teaser {
    width: 50%;
  }
  .module_1_1_1_1 .teaser_1_column:nth-child(2),
  .module_1_1_1_1 .teaser_1_column:nth-child(3),
  .module_2_2 .teaser_2_column:first-child,
  .module_3_1 .teaser_3_column,
  .module_3_3_2 .horizontal_teaser_row:first-child,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .horizontal_teaser_row,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .horizontal_teaser_row,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .horizontal_teaser_row,
  .module_3_3_2[data-hrows="module_3_0-module_2_1"] .horizontal_teaser_row,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .horizontal_teaser_row {
    width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .module_1_1 .teaser_1_column,
  .module_3_3_2 .horizontal_teaser_row,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child {
    width: 100%;
  }
  .module_3_3_2[data-align="left"] .horizontal_teaser_row,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_3_0:first-child,
  .module_3_3_2[data-align="left"] .module_1_1_1:first-child .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_2_1"] .module_2_1:first-child .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_3_0"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(1),
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(2),
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_2_1"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_3_0"] .module_3_0 {
    left: 0;
  }
  .module_3_3_2[data-align="left"] .horizontal_teaser_row:first-child,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_2_1"] .horizontal_teaser_row,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_3_0"] .horizontal_teaser_row,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_1_1_1,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_2_1"] .module_2_1,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_3_0"] .module_3_0 {
    left: -webkit-calc(0px * 0.33333333333333 + 100% * 0.33333333333333);
    left: calc(0px * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .module_3_3_2 .vertical_teaser_row {
    height: 51.6rem;
  }
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .vertical_teaser_row {
    top: 25.8rem;
  }
  .teaser_module .teaser .teaser_content_a .figure {
    height: 12.4rem;
  }
  .teaser_module .teaser .teaser_content_e .figure,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_e .figure {
    width: 6rem;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_e .figure {
    width: -webkit-calc(-2.8rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-2.8rem * 0.33333333333333 + 100% * 0.33333333333333);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content_b .figure,
  .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content_b .figure,
  .module_2_2 .teaser_2_column:first-child .teaser_content_b .figure,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_b .figure {
    width: -webkit-calc(1.4rem * 0.5 + 100% * 0.5);
    width: calc(1.4rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_e .figure,
  .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content_e .figure,
  .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content_e .figure,
  .module_2_2 .teaser_2_column:first-child .teaser_content_e .figure,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content_e .figure {
    width: -webkit-calc(-1.4rem * 0.5 + 100% * 0.5);
    width: calc(-1.4rem * 0.5 + 100% * 0.5);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_a .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_a .figure {
    width: -webkit-calc(1.4rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(1.4rem * 0.66666666666667 + 100% * 0.66666666666667);
    height: 100%;
  }
  .module_2_0 .teaser .teaser_content_b .figure,
  .module_2_1_1 .teaser_2_column .teaser_content_b .figure,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_b .figure {
    width: 100%;
  }
  .teaser_module .teaser .teaser_content_b .copy {
    background-color: rgba(0,0,0,0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    color: #FFF;
    padding: 5.6rem 1.4rem 1.4rem;
  }
  .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_a .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_a .copy {
    width: -webkit-calc(-2.8rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(-2.8rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .teaser_module .teaser_3_column .teaser_content_a .copy,
  .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content .copy,
  .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content .copy,
  .module_2_2 .teaser_2_column:first-child .teaser_content .copy,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content .copy,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content .copy,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content .copy,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content .copy {
    background: none;
    width: -webkit-calc(-1.4rem * 0.5 + 100% * 0.5);
    width: calc(-1.4rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser_3_column .teaser_content_e .copy,
  .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content_e .copy,
  .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content_e .copy,
  .module_2_2 .teaser_2_column:first-child .teaser_content_e .copy,
  .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content_e .copy {
    width: -webkit-calc(1.4rem * 0.5 + 100% * 0.5);
    width: calc(1.4rem * 0.5 + 100% * 0.5);
  }
  .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_e .copy {
    width: -webkit-calc(1.4rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(1.4rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .module_2_0 .teaser .teaser_content .copy,
  .module_2_1_1 .teaser_2_column .teaser_content .copy,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content .copy {
    width: 100%;
  }
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_b .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_b .copy {
    background-color: rgba(0,0,0,0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    color: #FFF;
  }
  .teaser_module .teaser .teaser_content .copy h3 {
    max-height: 5.2rem;
  }
  .teaser_module .teaser .teaser_content_c .copy h3 {
    max-height: 7.7rem;
  }
  html .teaser_module .teaser .teaser_content_d .copy h3 {
    padding: 0rem 0rem 1rem;
  }
  .teaser_module .teaser .teaser_content .copy p {
    max-height: 6rem;
  }
  html .teaser_module .teaser_1_column .teaser_content_e .copy p,
  html .teaser_module .teaser_2_column .teaser_content_e .copy p,
  html .teaser_module .teaser_3_column .teaser_content_e .copy p {
    line-height: 1.8rem;
    font-size: 1.5rem;
  }
  html .teaser_module .teaser_3_column .teaser_content_e .copy p,
  html .module_1_1_1_1 .teaser_1_column:nth-child(2) .teaser_content_e .copy p,
  html .module_1_1_1_1 .teaser_1_column:nth-child(3) .teaser_content_e .copy p,
  html .module_2_2 .teaser_2_column:first-child .teaser_content_e .copy p,
  html .module_3_3_2 .module_1_1_1:first-child .teaser:first-child .teaser_content_e .copy p,
  html .module_3_3_2[data-hrows="module_1_1_1-module_2_1"] .module_2_1 .teaser_2_column .teaser_content_e .copy p,
  html .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser .teaser_content_e .copy p,
  html .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_e .copy p,
  html .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content_e .copy p,
  html .module_3_3_2[data-hrows="module_1_1_1-module_3_0"] .module_3_0 .teaser_content_e .copy p,
  html .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_3_0 .teaser_content_e .copy p {
    line-height: 2.1rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 1px) {
  .teaser_module .teaser {
    padding: 0rem 0.5rem 1rem;
    width: 50%;
    height: 22rem;
  }
  .teaser_module .teaser .teaser_content .figure,
  .teaser_module .teaser .teaser_content .copy {
    padding: 1rem;
  }
  .module_3_3_2 .vertical_teaser_row {
    position: absolute;
  }
  .teaser_module .teaser[data-display_type="d"] {
    height: 22rem;
  }
  .module_2_1_1,
  .module_3_3_2 .vertical_teaser_row {
    height: 44rem;
  }
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .vertical_teaser_row,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .vertical_teaser_row,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .vertical_teaser_row,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .vertical_teaser_row {
    top: 0;
  }
  .module_2_1_1 .teaser_1_column,
  .module_3_3_2 .vertical_teaser_row {
    top: 22rem;
  }
  .module_3_3_2[data-align="left"] .horizontal_teaser_row,
  .module_3_3_2[data-align="left"] .module_1_1_1:first-child .teaser:first-child {
    left: 0;
  }
  .module_3_3_2[data-align="left"] .module_1_1_1:first-child .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_2_1"] .module_2_1:first-child .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_2_1-module_3_0"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(1),
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(2),
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_2_1"] .module_2_1 .teaser,
  .module_3_3_2[data-align="left"][data-hrows="module_3_0-module_3_0"] .module_3_0 {
    left: 50%;
  }
  .module_2_1_1 .teaser_2_column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .module_3_3_2 .vertical_teaser_row,
  .module_3_3_2 .module_1_1_1 .teaser,
  .module_3_3_2 .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 {
    width: 50%;
  }
  .module_2_0 .teaser,
  .module_3_3_2 .horizontal_teaser_row,
  .module_3_3_2 .module_1_1_1 .teaser:first-child,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) {
    width: 100%;
  }
  .module_3_3_2 .module_1_1_1:first-child .teaser:nth-child(3),
  .module_3_3_2[data-hrows="module_2_1-module_1_1_1"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_2_1"] .module_2_1:first-child .teaser,
  .module_3_3_2[data-hrows="module_2_1-module_3_0"] .module_2_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser,
  .module_3_3_2[data-hrows="module_3_0-module_2_1"] .module_2_1 .teaser {
    clear: both;
  }
  .teaser_module .teaser .teaser_content_a .figure {
    height: 9.6rem;
  }
  .module_2_0 .teaser .teaser_content_b .figure,
  .module_2_1_1 .teaser_2_column .teaser_content_b .figure,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_b .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_b .figure {
    width: -webkit-calc(1rem * 0.5 + 100% * 0.5);
    width: calc(1rem * 0.5 + 100% * 0.5);
  }
  .teaser_module .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content_e .figure {
    width: 5.6rem;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .module_2_0 .teaser .teaser_content_e .figure,
  .module_2_1_1 .teaser_2_column .teaser_content_e .figure,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_e .figure,
  .module_3_3_2 .module_3_0 .teaser .teaser_content_e .figure,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_e .figure {
    width: -webkit-calc(-1rem * 0.5 + 100% * 0.5);
    width: calc(-1rem * 0.5 + 100% * 0.5);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser .teaser_content_b .figure {
    width: 100%;
  }
  .teaser_module .teaser[data-display_type="d"] .teaser_content .copy {
    position: absolute;
  }
  .teaser_module .teaser .teaser_content_b .copy {
    padding: 4rem 1rem 1rem;
  }
  .module_2_0 .teaser .teaser_content .copy,
  .module_2_1_1 .teaser_2_column .teaser_content .copy,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content .copy,
  .module_3_3_2 .module_3_0 .teaser .teaser_content .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content .copy {
    background: none;
    width: -webkit-calc(-1rem * 0.5 + 100% * 0.5);
    width: calc(-1rem * 0.5 + 100% * 0.5);
  }
  .module_2_2 .teaser_2_column .teaser_content_b .copy,
  .module_3_3_2 .module_2_1 .teaser .teaser_content_b .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser .teaser_content_b .copy {
    background-color: rgba(0,0,0,0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    color: #FFF;
  }
  .module_2_0 .teaser .teaser_content_e .copy,
  .module_2_1_1 .teaser_2_column .teaser_content_e .copy,
  .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_e .copy,
  .module_3_3_2 .module_3_0 .teaser .teaser_content_e .copy,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_e .copy {
    width: -webkit-calc(1rem * 0.5 + 100% * 0.5);
    width: calc(1rem * 0.5 + 100% * 0.5);
  }
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content .copy,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content .copy {
    width: 100%;
  }
  .teaser_module .teaser .teaser_content .copy h3 {
    max-height: 4.7rem;
  }
  .teaser_module .teaser .teaser_content_c .copy h3 {
    max-height: 7.1rem;
  }
  html .teaser_module .teaser .teaser_content_d .copy h3 {
    padding: 0rem 0rem 1rem;
  }
  .teaser_module .teaser .teaser_content .copy p {
    max-height: 6rem;
  }
  html .teaser_module .teaser_1_column .teaser_content_e .copy p,
  html .teaser_module .teaser_2_column .teaser_content_e .copy p,
  html .teaser_module .teaser_3_column .teaser_content_e .copy p,
  .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:first-child .teaser_content_e .copy p,
  .module_3_3_2[data-hrows="module_3_0-module_3_0"] .module_3_0 .teaser .teaser_content_e .copy p {
    line-height: 1.7rem;
    font-size: 1.4rem;
  }
  html .module_2_0 .teaser .teaser_content_e .copy p,
  html .module_2_1_1 .teaser_2_column .teaser_content_e .copy p,
  html .module_3_3_2 .module_1_1_1 .teaser:first-child .teaser_content_e .copy p,
  html .module_3_3_2 .module_3_0 .teaser .teaser_content_e .copy p,
  html .module_3_3_2[data-hrows="module_3_0-module_1_1_1"] .module_1_1_1 .teaser:nth-child(3) .teaser_content_e .copy p {
    line-height: 1.9rem;
    font-size: 1.6rem;
  }
}
.list-add {
  width: 2.2rem;
  height: 2.5rem;
  background-position: -11.8rem -3.2rem;
}
.list-arrow {
  width: 3rem;
  height: 3rem;
  background-position: -11.8rem -0.1rem;
}
.list-checkmark {
  width: 2.2rem;
  height: 2.5rem;
  background-position: -14.1rem -3.2rem;
}
.list-clock {
  width: 2.2rem;
  height: 2.2rem;
  background-position: -11.8rem -8.4rem;
}
.list-date {
  width: 11.6rem;
  height: 11.6rem;
  background-position: -0.1rem -0.1rem;
}
.list-list {
  width: 2.2rem;
  height: 2.5rem;
  background-position: -11.6rem -5.8rem;
}
.list-seen {
  width: 2.2rem;
  height: 2.5rem;
  background-position: -14.1rem -5.8rem;
}
.list .list-sprite {
  display: inline-block;
  overflow: hidden;
  background: url(../images/list/spritesheet.png) no-repeat;
  background-size: 16.4rem 11.8rem;
}
#total-search-results {
  display: none;
}
.list header .content {
  position: relative;
  border-bottom: 0.1rem solid #e6e6e6;
}
.list header .content h2 {
  padding: 0 !important;
  width: 48%;
}
.list header .sort-by {
  position: absolute;
  bottom: 0;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  right: 0;
  text-align: right;
}
.list header .sort-by li {
  display: inline-block;
  color: #666;
  font-family: 'Lato', serif;
  font-weight: 300;
}
.list header .sort-by li.separator {
  padding: 0rem 1rem 0rem 2rem;
}
.list header .sort-by li a {
  color: #666;
  text-decoration: none;
}
.list header .sort-by li a.active,
.list header .sort-by li a:hover {
  color: #e94622;
}
.list header .sort-by li a:before {
  display: inline-block;
  visibility: hidden;
  content: '<';
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.list header .sort-by li a.active:before {
  visibility: visible;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.list header .sort-by li a[data-sort_order="asc"]:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.list header .sort-by li a span {
  display: inline-block;
  position: relative;
  top: -0.1rem;
  padding: 0rem 0rem 0rem 0.4rem;
}
.list header .date-wrapper {
  float: left;
  background: #FFF;
  min-width: -webkit-calc(0rem * .125 + 100% * .125);
  min-width: calc(0rem * .125 + 100% * .125);
}
.list header .date {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  overflow: hidden;
  background: url(../images/list/spritesheet.png) no-repeat;
  background-size: 16.4rem 11.8rem;
  width: 11.6rem;
  height: 11.6rem;
  background-position: -0.1rem -0.1rem;
  color: #FFF;
}
.list header .date .date-info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 2.2rem;
  font-size: 1.8rem;
  font-family: 'Lato', serif;
  font-weight: 300;
  text-align: center;
}
.list header .date .date-info > * {
  display: block;
  margin: 0rem 0rem -0.2rem;
}
.list header .date .date-info .day {
  margin: 0rem 0rem -0.5rem;
  line-height: 4.6rem;
  font-size: 4.8rem;
}
.list header .date .date-info .weekday,
.list header .date .date-info .month {
  text-transform: lowercase;
}
.list header .date .date-info .month:after {
  content: '.';
}
.list .item {
  position: relative;
}
.list .item .gotolink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list .item .element {
  float: left;
  width: 25%;
}
.list .item .element .content {
  width: 100%;
  height: 100%;
}
.list .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  background: #FFF;
  height: -webkit-calc(1px * 1 + 100% * 1);
  height: calc(1px * 1 + 100% * 1);
}
.list .item .cover:first-child {
  left: auto;
  right: 0;
}
.list .item .border {
  position: absolute;
  bottom: 0;
  z-index: 111;
  background: #e6e6e6;
  overflow: hidden;
}
.list .item .border-bottom {
  z-index: 111;
  left: 25%;
  width: 75%;
  height: 0.1rem;
}
.list .item .arrow {
  display: inline-block;
  overflow: hidden;
  background: url(../images/list/spritesheet.png) no-repeat;
  background-size: 16.4rem 11.8rem;
  width: 3rem;
  height: 3rem;
  background-position: -11.8rem -0.1rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.list .item .featured-image {
  height: 100%;
}
.list .item .featured-image .figure {
  background-color: #ebeee9;
}
.list .item .copy {
  width: 75%;
  background: #ebeee9;
}
.list .item .copy .border {
  width: 0.1rem;
  height: 100%;
}
.list .item .copy .headings,
.list .item .copy .body {
  padding: 0 !important;
}
.list .item .copy .headings .border {
  right: -0.1rem;
}
.list .item .copy .headings h2 {
  color: #e94622;
  padding: 0;
}
.list .item .copy .headings h3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  padding: 0;
  color: #939393;
}
.list .item .copy .body h6 {
  padding-bottom: 0.9rem;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.list .item .copy .body .arrow_more {
  position: relative;
  color: #ebeee9;
  content: '';
}
.list .item .copy .body .arrow_more:before {
  color: #2c2c2c;
  content: '...';
}
.list .item .details1 {
  float: right;
  z-index: 222;
}
.list .item .time .clock {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: url(../images/list/spritesheet.png) no-repeat;
  background-size: 16.4rem 11.8rem;
  width: 2.2rem;
  height: 2.2rem;
  background-position: -11.8rem -8.4rem;
  top: 0.1rem;
  margin: 0rem 0.6rem 0rem 0rem;
}
.list .item .time h3 {
  display: inline-block;
  padding: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.list .item .actions .content {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.list .item .actions .action {
  display: inline-block;
  top: 0.1rem;
  color: #666;
}
.list .item .actions .action.download {
  color: #e94622;
}
.list .item .actions .action.hidden {
  visibility: hidden;
}
.list .item .actions .action.seen,
.list .item .actions .action.video {
  float: left;
}
.list .item .actions .action.add {
  float: right;
}
.list .item .actions .action .icon {
  float: left;
}
.list .item .actions .action .label {
  display: inline-block;
  padding: 0.5rem 0rem 0rem 0.4rem;
  font-family: 'Lato', serif;
  font-weight: 300;
}
.list .item .actions .action.seen .icon {
  width: 2.2rem;
  height: 2.5rem;
  background-position: -14.1rem -5.8rem;
}
.list .item .actions .action.add .icon {
  width: 2.2rem;
  height: 2.5rem;
  background-position: -11.8rem -3.2rem;
}
.list .item .actions .action.list .icon {
  width: 2.2rem;
  height: 2.5rem;
  background-position: -11.6rem -5.8rem;
}
.list .item .actions .action.video .icon {
  width: 2.2rem;
  height: 2.5rem;
  background-position: -14.1rem -3.2rem;
}
.list .item .details2 {
  z-index: 222;
  width: 50%;
  float: right;
}
.list .item .details2 .detail {
  position: relative;
  float: left;
  width: 15%;
  margin: 0rem 0rem 0.8rem;
  text-align: left;
  font-family: 'Lato', serif;
  font-weight: 300;
}
.list .item .details2 .detail:nth-child(1),
.list .item .details2 .detail:nth-child(2) {
  width: 35%;
}
.list .item .details2 .detail:nth-child(4) {
  padding-right: 0 !important;
  text-align: right;
}
.list .item .details2 .detail a {
  text-decoration: none;
}
.list footer .content {
  position: relative;
  border-top: 0.1rem solid #e6e6e6;
  text-align: right;
}
.list footer .content a,
.list footer .content span {
  display: inline-block;
  color: #666;
  padding: 0rem 0.3rem;
  text-decoration: none;
  font-family: 'Lato', serif;
  font-weight: 400;
}
.list footer .content .current,
.list footer a.active,
.list footer a:hover {
  color: #e94622;
}
@media (min-width: 1366px) {
  .list header {
    margin: 0rem 0rem 2.2rem;
    padding: 0rem 1.1rem;
  }
  .list header .content {
    padding: 1.1rem 0rem;
  }
  .list header .date-wrapper {
    margin: 0rem 0rem -1.2rem;
    padding-left: 1.1rem;
  }
  .list header .sort-by {
    padding: 0rem 2.2rem 1.1rem 0rem;
  }
  .list .item {
    margin: 0rem 0rem 2.2rem;
  }
  .list .item .element {
    padding: 0rem 1.1rem;
  }
  .list .item .element .content {
    padding: 2.2rem;
  }
  .list .item .cover {
    width: 1.1rem;
  }
  .list .item .arrow {
    right: 3.3rem;
  }
  .list .item .featured-image .figure {
    min-height: 15.3rem;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    height: 20.2rem;
  }
  .list .item .copy .headings,
  .list .item .copy .body {
    min-height: 15.3rem;
  }
  .list .item .copy .headings {
    width: -webkit-calc(2.2rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(2.2rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .list .item .copy .body {
    width: -webkit-calc(-2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(-2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .list .item .copy .body .content {
    padding-right: 6.6rem;
  }
  .list .item .details .content {
    padding: 1.1rem 2.2rem;
  }
  .list .item .details2 .detail {
    top: 0.4rem;
  }
  .list .item .actions .action .label {
    padding-top: 0.3rem;
  }
  .list footer {
    margin: 0rem 0rem 2.2rem;
    padding: 0rem 1.1rem;
  }
  .list footer .content {
    padding: 1.1rem 2.2rem;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .list header {
    margin: 0rem 0rem 2.2rem;
    padding: 0rem 1.1rem;
  }
  .list header .content {
    padding: 1.1rem 0rem;
  }
  .list header .date-wrapper {
    margin: 0rem 0rem -1.2rem;
    padding-left: 1.1rem;
  }
  .list header .sort-by {
    padding: 0rem 2.2rem 1.1rem 0rem;
  }
  .list .item {
    margin: 0rem 0rem 2.2rem;
  }
  .list .item .element {
    padding: 0rem 1.1rem;
  }
  .list .item .element .content {
    padding: 2.2rem;
  }
  .list .item .cover {
    width: 1.1rem;
  }
  .list .item .arrow {
    right: 3.3rem;
  }
  .list .item .featured-image .figure {
    min-height: 14.3rem;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    height: 19.2rem;
  }
  .list .item .copy .headings,
  .list .item .copy .body {
    min-height: 14.3rem;
  }
  .list .item .copy .headings {
    width: -webkit-calc(2.2rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(2.2rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .list .item .copy .body {
    width: -webkit-calc(-2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(-2.2rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .list .item .copy .body .content {
    padding-right: 6.6rem;
  }
  .list .item .details .content {
    padding: 1.1rem 2.2rem;
  }
  .list .item .details2 .detail {
    top: 0.4rem;
  }
  .list .item .actions .action .label {
    padding-top: 0.3rem;
  }
  .list footer {
    margin: 2.2rem 0rem;
    padding: 0rem 1.1rem;
  }
  .list footer .content {
    padding: 1.1rem 2.2rem;
  }
}
@media (min-width: 950px) and (max-width: 1279px) {
  .list header {
    margin: 0rem 0rem 1.8rem;
    padding: 0rem 0.8rem;
  }
  .list header .content {
    padding: 0.8rem 0rem;
  }
  .list header .date-wrapper {
    margin: 0rem 0rem -0.9rem;
    padding-left: 0.8rem;
  }
  .list header .sort-by {
    padding: 0rem 1.6rem 0.8rem 0rem;
  }
  .list header .sort-by li a span {
    top: 0rem;
  }
  .list .item {
    margin: 0rem 0rem 1.8rem;
  }
  .list .item .element {
    padding: 0rem 0.8rem;
  }
  .list .item .element .content {
    padding: 1.6rem;
  }
  .list .item .cover {
    width: 0.8rem;
  }
  .list .item .arrow {
    right: 2.4rem;
  }
  .list .item .featured-image .figure {
    min-height: 13rem;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    height: 17.2rem;
  }
  .list .item .copy .headings,
  .list .item .copy .body {
    min-height: 13rem;
  }
  .list .item .copy .headings {
    width: -webkit-calc(1.6rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(1.6rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .list .item .copy .body {
    width: -webkit-calc(-1.6rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(-1.6rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .list .item .copy .body .content {
    padding-right: 4.8rem;
  }
  .list .item .details .content {
    padding: 0.8rem 1.6rem;
  }
  .list .item .details2 .detail {
    top: 0.4rem;
  }
  .list .item .time .clock {
    top: 0.2rem;
  }
  .list footer {
    margin: 1.8rem 0rem;
    padding: 0rem 0.8rem;
  }
  .list footer .content {
    padding: 0.8rem 1.6rem;
  }
}
@media (min-width: 737px) and (max-width: 949px) {
  .list header {
    margin: 0rem 0rem 1.4rem;
    padding: 0rem 0.7rem;
  }
  .list header .content {
    padding: 0.7rem 0rem;
  }
  .list header .date-wrapper {
    margin: 0rem 0rem -0.8rem;
    padding-left: 0.7rem;
  }
  .list header .sort-by {
    padding: 0rem 1.4rem 0.7rem 0rem;
  }
  .list header .sort-by li.separator {
    padding: 0rem 0rem 0rem 0.8rem;
  }
  .list header .sort-by li a span {
    top: 0rem;
  }
  .list .item {
    margin: 0rem 0rem 2.8rem;
  }
  .list .item .element {
    padding: 0rem 0.7rem;
    width: -webkit-calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .list .item .element .content {
    padding: 1.4rem;
  }
  .list .item .cover {
    width: 0.7rem;
  }
  .list .item .arrow {
    right: 2.1rem;
  }
  .list .item .border-bottom {
    left: 0;
    width: 100%;
  }
  .list .item .featured-image .figure {
    min-height: 16.5rem;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    height: 16.5rem;
  }
  .list .item .copy {
    width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
    min-height: 16.5rem;
  }
  .list .item .copy .headings,
  .list .item .copy .body {
    width: 100%;
  }
  .list .item .copy .headings .border,
  .list .item .copy .body .border {
    display: none;
  }
  .list .item .copy .headings .content {
    padding-bottom: 0;
  }
  .list .item .copy .body .content {
    padding-right: 5.6rem;
  }
  .list .item .details1 {
    width: -webkit-calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
    width: calc(0rem * 0.33333333333333 + 100% * 0.33333333333333);
  }
  .list .item .details2 {
    width: -webkit-calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
    width: calc(0rem * 0.66666666666667 + 100% * 0.66666666666667);
  }
  .list .item .details .content {
    padding: 0.7rem 1.4rem;
  }
  .list .item .details2 .detail {
    top: 0.4rem;
  }
  .list .item[data-logged_in="true"] .details2 .detail {
    top: 0.6rem;
  }
  .list .item .time .clock {
    top: 0.2rem;
  }
  .list .item .actions .content {
    padding-right: 1.4rem !important;
  }
  .list footer {
    margin: 1.4rem 0rem;
    padding: 0rem 0.7rem;
  }
  .list footer .content {
    padding: 0.7rem 1.4rem;
  }
}
@media (min-width: 415px) and (max-width: 736px) {
  .list header {
    margin: 0rem 0rem 1.4rem;
    padding: 0rem 0.7rem;
  }
  .list header .content {
    padding: 0.7rem 0rem;
  }
  .list header .content h2 {
    padding-bottom: 2.8rem !important;
    width: 100%;
  }
  .list header .date-wrapper {
    margin: 0rem 0rem -0.8rem;
    padding-left: 0.7rem;
  }
  .list header .sort-by {
    padding: 0rem 1.4rem 0.7rem 0rem;
    width: 100%;
    text-align: left;
  }
  .list header .sort-by li.separator {
    padding: 0rem 0rem 0rem 0.8rem;
  }
  .list header .sort-by li a span {
    top: 0rem;
  }
  .list .item {
    margin: 0rem 0rem 4.2rem;
  }
  .list .item .element {
    padding: 0rem 0.7rem;
    width: 50%;
  }
  .list .item .element .content {
    padding: 1.4rem;
  }
  .list .item .element .content.ignore-padding {
    padding-top: 0;
  }
  .list .item .cover {
    width: 0.7rem;
  }
  .list .item .border-bottom {
    left: 0;
    width: 100%;
  }
  .list .item .arrow {
    right: 1.4rem;
  }
  .list .item .featured-image .figure {
    min-height: 18rem;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    height: 18rem;
  }
  .list .item .copy {
    min-height: 18rem;
  }
  .list .item .copy .arrow {
    display: none;
  }
  .list .item .copy .headings {
    width: 100%;
  }
  .list .item .copy .headings:not(.ignore-padding) {
    padding-bottom: 4.2rem !important;
  }
  .list .item .copy .headings .border {
    display: none;
  }
  .list .item .body.project-forum-results {
    background: #ebeee9;
    width: 90%;
  }
  .list .item .body:not(.project-forum-results) {
    background: #ebeee9;
    left: 0.7rem;
    margin: 1.4rem 0rem 0rem;
    width: -webkit-calc(-1.4rem * 1 + 100% * 1);
    width: calc(-1.4rem * 1 + 100% * 1);
  }
  .list .item .body:not(.project-forum-results) .content {
    padding-right: 5.6rem;
  }
  .list .item .details1 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFF;
    width: 100%;
  }
  .list .item .details2 {
    width: 100%;
  }
  .list .item .details2 .detail {
    margin: 0rem 0rem 0.2rem;
  }
  .list .item .details1 .content {
    border-bottom: 0.1rem solid #e6e6e6;
  }
  .list .item .details .content {
    padding: 0.7rem 1.4rem;
  }
  .list .item .time .clock {
    top: 0.2rem;
  }
  .list .item .actions .action {
    top: 0.2rem;
  }
  .list .item .actions .content {
    padding-right: 1.4rem !important;
  }
  .list footer {
    margin: 1.4rem 0rem;
    padding: 0rem 0.7rem;
  }
  .list footer .content {
    padding: 0.7rem 1.4rem;
  }
}
@media (min-width: 1px) and (max-width: 414px) {
  .list header {
    margin: 0rem 0rem 1.4rem;
    padding: 0rem 1rem;
  }
  .list header .content {
    padding: 1rem 0rem;
  }
  .list header .content h2 {
    padding-bottom: 4rem !important;
    width: 100%;
  }
  .list header .date-wrapper {
    margin: 0rem 0rem -1.1rem;
    padding-left: 1rem;
  }
  .list header .sort-by {
    padding: 0rem 2rem 1rem 0rem;
    width: 100%;
    text-align: left;
  }
  .list header .sort-by li.separator {
    padding: 0rem 0rem 0rem 0.8rem;
  }
  .list header .sort-by li a span {
    top: 0rem;
  }
  .list .item {
    margin: 0rem 0rem 4.2rem;
  }
  .list .item .element {
    float: none;
    padding: 0rem 1rem;
    width: 100%;
  }
  .list .item .element .content {
    padding: 1rem 2rem;
  }
  .list .item .cover {
    width: 1rem;
  }
  .list .item .border-bottom {
    left: 0;
    width: 100%;
  }
  .list .item .arrow {
    right: 3rem;
    margin: -2.8rem 0rem 0rem;
  }
  .list .item .featured-image {
    height: auto;
  }
  .list .item .featured-image .figure {
    display: none;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    display: block;
    height: 16rem;
  }
  .list .item .copy {
    min-height: 0rem;
  }
  .list .item .copy .body.desktop-only,
  .list .item .copy .details1 {
    display: block !important;
  }
  .list .item .copy .headings .content {
    padding: 1rem 6rem 0rem 2rem;
  }
  .list .item .copy .headings .border {
    display: none;
  }
  .list .item .body.mobile-only {
    display: none !important;
  }
  .list .item .copy .body .content {
    padding: 1rem 6rem 2rem 2rem;
  }
  .list .item .details1 {
    background: #FFF;
    border-bottom: 0.1rem solid #e6e6e6;
    padding: 1rem 2rem;
  }
  .list .item .details1 .content {
    padding: 0;
  }
  .list .item .time .clock {
    top: 0.2rem;
  }
  .list .item .details2 {
    position: relative;
  }
  .list .item .details2 .detail:nth-child(1),
  .list .item .details2 .detail:nth-child(2),
  .list .item .details2 .detail:nth-child(3),
  .list .item .details2 .detail:nth-child(4) {
    padding: 1rem 0rem;
    width: 50% !important;
    text-align: left;
  }
  .list .item .details2 .detail:nth-child(2),
  .list .item .details2 .detail:nth-child(4) {
    text-align: right;
  }
  .list .item .details2 .content {
    padding: 0rem 2rem;
  }
  .list .item .actions .content {
    padding-top: 1rem;
  }
  .list footer {
    margin: 1.4rem 0rem;
    padding: 0rem 1rem;
  }
  .list footer .content {
    padding: 1rem 2rem;
  }
}
@media (max-width: 1px) {
  .list header {
    margin: 0rem 0rem 1.4rem;
    padding: 0rem 0.7rem;
  }
  .list header .content {
    padding: 0.7rem 0rem;
  }
  .list header .content h2 {
    padding-bottom: 2.8rem !important;
  }
  .list header .date-wrapper {
    margin: 0rem 0rem -0.8rem;
    padding-left: 0.7rem;
  }
  .list header .sort-by {
    padding: 0rem 1.4rem 0.7rem 0rem;
  }
  .list .item {
    margin: 0rem 0rem 4.2rem;
  }
  .list .item .element {
    padding: 0rem 0.7rem;
  }
  .list .item .element .content {
    padding: 1.4rem;
  }
  .list .item .cover {
    width: 0.7rem;
  }
  .list .item .arrow {
    right: 1.4rem;
  }
  .list .item .featured-image .figure {
    min-height: 17rem;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    height: 17rem;
  }
  .list .item .copy {
    min-height: 17rem;
  }
  .list .item .copy .headings:not(.ignore-padding) {
    padding-bottom: 4.2rem !important;
  }
  .list .item .body {
    left: 0.7rem;
    margin: 1.4rem 0rem 0rem;
    width: -webkit-calc(-1.4rem * 1 + 100% * 1);
    width: calc(-1.4rem * 1 + 100% * 1);
  }
  .list .item .body .content {
    padding-right: 5.6rem;
  }
  .list .item .details .content {
    padding: 0.7rem 1.4rem;
  }
  .list .item .actions .content {
    padding-right: 1.4rem !important;
    padding-bottom: 0.7rem !important;
  }
  .list .item .actions .action {
    top: 0rem;
  }
  .list footer {
    margin: 1.4rem 0rem;
    padding: 0rem 0.7rem;
  }
  .list footer .content {
    padding: 0.7rem 1.4rem;
  }
}
@media (max-width: 1px) {
  .list header {
    margin: 0rem 0rem 1rem;
    padding: 0rem 0.5rem;
  }
  .list header .content {
    padding: 0.5rem 0rem;
  }
  .list header .content h2 {
    padding-bottom: 4rem !important;
  }
  .list header .date-wrapper {
    margin: 0rem 0rem -0.6rem;
    padding-left: 0.5rem;
  }
  .list header .sort-by {
    padding: 0rem 1rem 0.5rem 0rem;
  }
  .list header .sort-by li.separator {
    padding: 0rem 0rem 0rem 0.2rem;
  }
  .list .item {
    margin: 0rem 0rem 3rem;
  }
  .list .item .element {
    padding: 0rem 0.5rem;
  }
  .list .item .element .content {
    padding: 0.5rem 1rem;
  }
  .list .item .cover {
    width: 0.5rem;
  }
  .list .item .arrow {
    right: 1.5rem;
    margin: -2rem 0rem 0rem;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    height: 9.6rem;
  }
  .list .item .featured-image .figure[data-has_image="true"] {
    height: 18rem;
  }
  .list .item .copy .headings .content {
    padding: 0.5rem 3rem 0rem 1rem;
  }
  .list .item .copy .body .content {
    padding: 0.5rem 3rem 1rem 1rem;
  }
  .list .item .details1 {
    border-bottom: 0.1rem solid #e6e6e6;
    padding: 0.5rem 1rem;
  }
  .list .item .details1 .content {
    padding: 0;
  }
  .list .item .time .clock {
    top: 0.2rem;
  }
  .list .item .details2 .detail:nth-child(1),
  .list .item .details2 .detail:nth-child(2),
  .list .item .details2 .detail:nth-child(3),
  .list .item .details2 .detail:nth-child(4) {
    padding: 0.5rem 0rem;
  }
  .list .item .details2 .content {
    padding: 0rem 1rem;
  }
  .list .item .actions .content {
    padding-top: 0.5rem;
  }
  .list .item .actions .action {
    top: -0.2rem;
  }
  .list footer {
    margin: 1rem 0rem;
    padding: 0rem 0.5rem;
  }
  .list footer .content {
    padding: 0.5rem 1rem;
  }
}
body.page-template-page_mynotes .modules.teaser_modules_header section.list:first-of-type {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  top: -38px;
}
@media (min-width: 415px) and (max-width: 736px) {
  body.page-template-page_mynotes .modules.teaser_modules_header section.list:first-of-type {
    top: -34px;
  }
}
@media (max-width: 470px) {
  body.page-template-page_mynotes .modules.teaser_modules_header section.list:first-of-type {
    position: static;
    margin: 20px 0 20px;
    justify-content: flex-start;
  }
}
body.page-template-page_mynotes .modules.teaser_modules_header section.list:first-of-type header {
  margin-bottom: 0px;
}
body.page-template-page_mynotes .modules.teaser_modules_header section.list:first-of-type header a {
  background: #E94622 url(../images/list/download-icon.png) no-repeat 100% 50%;
  background-size: auto 74%;
  color: #fff;
}
body.page-template-page_mynotes .modules.teaser_modules_header {
  overflow: visible;
}
body.page-template-page_mynotes .primary-area .content {
  padding-bottom: 0;
}
body.page-template-page_mynotes .primary-area .content h1:first-of-type {
  margin-bottom: 10px;
  padding-bottom: 0;
}
