.hero-shot__layover {
    background-color: transparent !important;
    height: 100%;
}

h1, h2 {
	color: black !important;
}

body.page-template iframe {
	max-width: 100%;
    width: 100%;
}

/*
Theme Name: BccN 2018
Author: Jordi A. Sintes - Web Developer
Version: 1.0
*/
/********************** FONT *************************/
@font-face {
    font-family: 'Akzidenz-Grotesk';
    src: url('fonts/AkzidenzGroteskBQ-Reg.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskBQ-Reg.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk';
    src: url('fonts/AkzidenzGroteskBQ-Bold.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskBQ-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk';
    src: url('fonts/AkzidenzGroteskBQ-Medium.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskBQ-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
/****************************************************/
/******************** PRESETS **********************/
* { margin:0; padding:0; max-height:100000px; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset { margin:0 0 14px; }
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,video { border:0; background:none; }
body {font:18px/21px 'Akzidenz-Grotesk', helveticaroman, Arial, sans-serif; margin:0; color:#1d1d1b; background:#fff; min-width:320px; -webkit-text-size-adjust:100%; -ms-text-size-adjust:none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;}
input[type=text], input[type=password], input[type=email], input[type=search], input[type=file], textarea { -webkit-appearance:none;-webkit-border-radius:0; }
input[type=submit] { -webkit-border-radius:0; -webkit-appearance:none; }
input[type=submit] { font:18px/21px 'Akzidenz-Grotesk', Arial, Helvetica, sans-serif; text-transform:uppercase; border-radius:0; text-shadow:none; -webkit-box-shadow:none; box-shadow:none; background:#a2a2a0; outline:none; background:#618aa6; /*padding:4px 7px*/; color:#fff; border:0; margin:0; font-weight: 300; }
.img img { max-width:100%; }
img { border-style:none; }
a { text-decoration:none; color:#1d1d1b; outline:none; }
a:hover { text-decoration:underline; }
form, fieldset { margin:0; padding:0; border-style:none; }
header, footer, article, section, nav, figure, aside, main { display:block; }
figure { margin:0; padding:0; }
input, textarea, select { font:100% arial,sans-serif; vertical-align:middle; color:#1d1d1b; overflow:auto; }
input::-moz-focus-inner { border:0; padding:0; }
label { vertical-align:middle; }
button, input { width:auto; overflow:visible; }
button::-moz-focus-inner { padding:0; border:0; }
h1, h2, h3, h4, h5, h6, b, strong, th { font-weight:bold; }
h1 { font-size:200%; }
h2 { font-size:150%; }
h3 { font-size:120%; }
h4 { font-size:110%; }
h5 { font-size:100%; }
h6 { font-size:90%; }
i, cite, em, var, dfn, address { font-style:italic; }
u, ins { text-decoration:underline; }
s, strike, del { text-decoration:line-through; }
blockquote p q{font-size:1.3em; color: #1d1d1b;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; display:inherit; }
blockquote { border:0; padding-left:0; margin-left:0; font:italic 18px/22px 'Times New Roman', Times, serif; color:#1d1d1b; }
blockquote cite { display:block; text-align:right; padding:5px 0 0; font-weight:bold; }
table, caption, tbody, tfoot, thead, tr, th, td { border-collapse:collapse; border-spacing:0; }
th, td { border:1px solid #ccc; padding:3px 7px; text-align:left; vertical-align:top; }
th { border-color:#999; text-align:center; vertical-align:middle; }
.odd td { background:#efefef; }
ul { margin-left:1px; }
ul ul,
ul ol,
ol ul,
ol ol { padding-left:18px; margin:0; }
ul li, ol li { list-style-position:inside; }
ul>li { list-style-type:disc; }
dl dt { float:left; clear:left; padding-right:4px; font-weight:bold; }
p { font-size:18px; line-height:30px; color: #1d1d1b; font-weight: 300;}
p a {text-decoration: underline;}
strong{font-weight: 700;}

/* Slider */
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
  float: right;
}
.slick-slide img{
  display: block;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-slide.dragging img{
  pointer-events: none;
}
.slick-initialized .slick-slide{
  display: block;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
 .slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  display: none !important;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
 .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
 .slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 .slick-prev {
  left: 100px;
  z-index: 1000;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
 .slick-prev:before {
  content: '←';
}
 [dir='rtl'] .slick-prev:before {
  content: '→';
}
 .slick-next {
  right: 100px;
  z-index: 1000;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
 .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/** -- GENERAL -- **/
.container{
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}
.container--100{
  width: 100%;
}
.flex-row{
	display: flex;
}
.flex-row--space{
	justify-content:space-between;
}
.flex-row--center{
	justify-content:center;
}
.flex-row--right{
  justify-content:flex-end;
}
.flex-row--vcenter{
	align-items:center;
}
.flex-row--wrap{
  flex-wrap:wrap;
}
.flex-column{
	display: flex;
	flex-direction:column;
}
.flex-column--left{
  align-items:flex-start;
}
.col-100{
  width: 100%;
}
.col-65{
  width: 64%;
}
.col-50{
  width: 48.5%;
}
.col-35{
  width: 34%;
}
.col-30{
  width: 32%;
}
.col-20{
  width: 19%;
}
.button {
  padding: 15px 40px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}
.button--transparent {
  border: 2px solid;
}
.button:hover {
  text-decoration: none;
}
.title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}
.subtitle {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 40px;
}
@media (max-width: 960px){
	.flex-row--xs-row{
		flex-wrap:wrap;
	}
}

.header {
  padding: 20px 0px;
}
.header__corporate {
  align-items: flex-start;
}
.header__logo {
    margin-top: 3px;
}
.header__logo-text,
.header__date{
  margin: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding-left:25px;
}
.header__main-menu {
  margin: 0px;
  display: flex;
  align-items: center;
  z-index: 9999;
  position: relative;
}
.header__main-menu li {
  list-style: none;
  margin-right: 20px;
}
.header__main-menu li:last-child{
  margin-right: 0px;
}
.header__language-switcher {
  padding-left: 40px;
}
.header__language-switcher .wpml-ls-statics-shortcode_actions {
  padding: 0px;
}
.header__language-switcher ul {
  display: flex;
  flex-direction: column;
}
.header__language-switcher ul li {
  font-weight: 300;
  font-size: 16px;
}
.header__language-switcher ul li a {
  padding: 1px 0px;
}
.header__language-switcher ul li span {
  vertical-align: baseline;
}

.footer {
  background-color: #1d1d1b;
  padding: 30px 0px 15px;
}
.footer__organizer-title {
  font-size: 12px;
  margin-bottom: 5px;
}
.footer__organizer-logo {
  margin-bottom: 30px;
}
.footer__menu {
  margin-bottom: 50px;
}
.footer__menu li {
  list-style: none;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.footer__other-menus {
  display: flex;
  align-items: flex-end;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.footer__last-editions-menu-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.footer__last-editions li,
.footer__social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
  font-weight: 300;
}
.footer__social-media li::after {
  content: "·";
  position: relative;
  right: -8px;
}
.footer__social-media li:last-child::after{
  content: "";
}
.footer__privacy {
  margin: 0px;
  font-size: 12px;
}

.hero-shot {
  height: 90vh;
  background-size: cover;
  margin-bottom: 60px;
}
.hero-shot__layover {
  background-color: rgba(29,29,27,0.2);
  height: 100%;
}
.hero-shot__title {
  font-size: 64px;
  line-height: 33px;
  margin-bottom: 20px;
}
.hero-shot__subtitle {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 30px;
}

.logos {
  padding: 40px 0px 5px;
}
.logos__title {
  font-size: 12px;
  font-weight: 300;
}
.logos__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

}
.logos__logo {
  width: 13%;
  display: flex;
  justify-content: center;
  padding: 0px 10px 35px;
  align-items:center;
}
.logos__logo-image {
  max-width: 150px;
}

.festival-header {
  padding-top: 60px;
  border-top: 2px solid #1d1d1b;
  margin-bottom: 40px;
}
.festival-header__menu {
    display: flex;
    flex-wrap:wrap;
}
.festival-header__menu li {
  list-style: none;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.festival-header__menu li.current-menu-item {
  text-decoration: underline;
}
.two-columns{
  margin-top: 40px;
  padding-bottom: 60px;
  border-bottom: 2px solid #1d1d1b;
}
.two-columns__column {
  width: 48%;
}
.two-columns__column-images,
.two-columns__column-content {
  margin-top: 40px;
}
.two-columns__column-content h2{
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 40px;
}
.two-columns__column-content h3{
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 40px;
}
.two-columns__column-image {
  width: 100%;
  margin-bottom: 20px;
}
.two-columns__column-image:last-child {
  margin-bottom: 0px;
}

.two-columns__column-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.form__row {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  overflow: hidden;
}
.form__row-field,
.form__row-button {
  width: 100%;
}
.form__row-field.form__row-field--50 {
    width: 45%;
}
.form__row-field.form__row-field--30 {
    width: 25%;
}
.form__field {
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 5px;
  display: inline-block;
}
.form__row-field input,
.form__row-field textarea{
  background-color: #1d1d1b;
  border: 0px;
  width: 94%;
  color: #fff;
  padding: 15px 15px;
}
.form__row-field select{
  background-color: #1d1d1b;
  border: 0px;
  padding: 14px;
  position: relative;
  top: -1px;
  width: 100%;
  background-image:none;
  appareance:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.form__row-field input[type="checkbox"] {
  width: auto;
}
.form__select-wrapper{
  position: relative;
}
.form__select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 21px;
  right: 15px;
}
.form__row-button .wpcf7-submit {
  width: 100%;
  text-transform: initial;
  padding: 20px 0px;
  font-size: 24px;
  background-color: #1d1d1b;
  font-weight: 500;
  cursor: pointer;
}
.form__row-field .wpcf7-list-item{
  margin:0px;
}
.form__row-field .wpcf7-list-item-label{
  font-weight: 300;
  padding-left: 10px;
}

.header__responsive-menu-button{
  cursor: pointer;
  display: none;
}
.header__responsive-menu-button-line{
  display: block;
  height: 4px;
  width: 30px;
  background-color: #000;
  margin-bottom: 5px;
}
.header__responsive-menu-button-line:last-child{
  margin: 0px;
}

.event {
  padding: 60px 0px;
  border-top:2px solid #1d1d1b;
  border-bottom: 2px solid #1d1d1b;
}
.video_embed{
  /*padding: 60px 0px;*/
}
.video_embed iframe{
  width: 100%;
  margin-top: 10px;
  height: 360px;
}
.event__info {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event__info-general {
  display: flex;
  align-items: flex-end;
}
.event__info-text{
  font-weight: 300;
  font-size: 24px;
  margin-right: 60px;
}
.event__info-location:before{
  content: "";
  display: inline-block;
  position: relative;
  left: -10px;
  background-image: url(images/location.svg);
  width: 17px;
  height: 23px;
}
.home .schedule{
  border-top: 0px;
}
.schedule {
  padding: 60px 0px;
  border-top: 2px solid #1d1d1b;
  border-bottom: 2px solid #1d1d1b;
}
.schedule__tab-featured {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.schedule__featured-event {
  width: 30%;
  border: 2px solid;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.schedule__featured-event-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.schedule__featured-event-categories a {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: navajowhite;
  font-weight: 500;
}
.schedule__featured-event-categories {
  margin-bottom: 10px;
  line-height: 12px;
}
.schedule__featured-event-title {
  font-size: 18px;
  flex-grow: 1;
  font-weight: 500;
}
.schedule__featured-event-info {
  padding: 15px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  flex-grow: 10;
}
.schedule__featured-event-info--footer {
  padding: 15px;
  padding-top: 5px;
}
.schedule__featured-event--flex-break{margin-right: calc(35% - 3px);}
.schedule__featured-event-date, .schedule__featured-event-location {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 21px;
}
.schedule__tab-container {
  padding: 40px 0px;
  display: none;
}
.schedule__tab-days {
  display: flex;
  justify-content: space-between;
}
.schedule__tab-days-column {
  display: flex;
  flex-direction: column;
  width: 19%;
}
.schedule__byday-info {
  margin-bottom: 20px;
  padding: 10px 10px;
}
.schedule__byday-info:hover {
  background-color: #1D1D1B;
}
.schedule__tab-day-title {
  font-size: 20px;
  font-weight: 500;
}
.schedule__byday-date {
  font-size: 14px;
  margin: 0px;
  line-height: 24px;
}
.schedule__byday-categories a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: navajowhite;
}
.schedule__byday-categories {
  margin: 0px;
  line-height: 24px;
  font-weight: 500;
}
.schedule__byday-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}
.schedule__byday-location {
  font-size: 14px;
  margin: 0px;
  line-height: 24px;
}
.schedule__byday-location svg{
  width: 11px;
  height: 15px;
  margin-right: 5px;
}
.schedule__tab-type-link {
  font-size: 22px;
  font-weight: 300;
  text-decoration: underline;
  display: inline-block;
  margin-right: 50px;
}
.schedule__tab-type-links-row {
  margin-bottom: 40px;
}
.schedule__tab-type-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.schedule__tab-type-posts-row {
  display: flex;
  flex-wrap: wrap;
}
.schedule__bytype-info:last-child {
    width: 20%;
    padding-right: 0px;
}
.schedule__bytype-info {
    width: 23%;
    padding-right: 20px;
	padding-bottom: 30px;
}
.schedule__bytype-title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: 500;
}
.schedule__bytype-date {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}
.schedule__bytype-location {
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}
.schedule__bytype-location svg {
  width: 11px;
  height: 15px;
  margin-right: 5px;
}
.schedule__tab-type-row {
  padding: 40px 0px;
  border-bottom: 1px solid #1d1d1b;
}
.schedule__tab-type-name {
  position: relative;
  top: -50px;
}
.schedule__subline {
  font-weight: 300;
}
.schedule__tabs {
  margin-top: 60px;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.schedule__tab {
  border: 2px solid #1d1d1b;
  padding: 14px 25px;
  font-size: 20px;
  width: 180px;
  display: block;
  text-align: center;
  margin-right: 50px;
  cursor: pointer;
}
.schedule__tab:hover {
    text-decoration: none;
    background-color: #1d1d1b;
}
.schedule__tab--active{
  background-color:#1d1d1b;
}
.hero-shot-slideshow__arrow{
  display: block;
  position: relative;
  background-image: url(images/arrow-down.svg);
  width: 41px;
  height: 23px;
  margin: 0 auto;
}
.hero-shot-slideshow__arrow-container{
  margin-top: -40px;
}
/**** MEDIA QUERYS ****/
@media (max-width: 1200px){
   .slick-prev{
    left:20px;
  }
  .slick-next{
    right:20px;
  }
}
@media (max-width: 960px){
  .header__responsive-menu-button{
    display: block;
  }
  .header__menus {
    display: none;
    position: absolute;
    top: 97px;
    left: 0px;
    width: 100%;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    z-index: 9999;
  }
  .header__main-menu{
    flex-direction:column;
  }
  .header__main-menu li {
    border-bottom: 3px solid #000;
    width: 100%;
    margin-right: 0px;
  }
  .header__main-menu li a{
    padding: 15px 20px;
    display: block;
  }
  .header__language-switcher {
    padding: 15px 20px;
    z-index: 9999;
    position: relative;
  }
  .header__language-switcher ul li {
    margin-right: 25px !important;
    position: relative;
  }
  .header__language-switcher ul {
    flex-direction: row;
  }
  .header__language-switcher ul li:after {
    content: "-";
    position: absolute;
    right: -15px;
    top: -1px;
  }
  .header__language-switcher ul li:last-child:after {
    display: none;
  }
  .hero-shot__title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
  }
  .footer__social-media{
    margin-top: 10px;
  }
  .logos__container{
    flex-wrap:wrap;
  }
  .logos__logo{
    width: 25%;
    margin: 10px 0px;
  }
  .header__corporate {
    align-items: center;
  }
  .two-columns__column{
    width: 100%;
  }
  .two-columns__column:last-child {
    margin-top: 35px;
  }
  .event__info-general {
    align-items: flex-start;
    flex-direction: column;
  }
  .event__info-text{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .event__info-location {
    margin-left: 10px;
  }
  .event__info {
    flex-direction: column;
    align-items: flex-start;
  }
  .event__info-button{
    margin-top: 10px;
  }
  .schedule__featured-event {
    width: 47%;
  }
  .schedule__bytype-info,
  .schedule__bytype-info:last-child {
    width: 43%;
    padding-right: 0px;
    margin-bottom: 25px;
  }
  .schedule__tab-type-posts-row {
    justify-content: space-between;
  }
  .schedule__tab-type-link {
    margin-bottom: 20px;
  }
  .schedule__tab-type-links-row {
    margin-bottom: 0px;
  }
  .schedule__tab{
    margin-bottom: 20px;
  }
  .schedule__tab:last-child{
    margin-bottom: 0px;
  }
  .schedule__tab-days-column{
    flex-direction:row;
    width: 100%;
    flex-wrap:wrap;
  }
  .schedule__tab-days {
    flex-wrap: wrap;
  }
  .schedule__tab-day-title{
    width: 100%;
  }
}
@media (max-width: 600px){
  .header__menus{
    top: 115px;
  }
  .header__date {
    display: none;
  }
  .header__logo-text{
    padding-left: 20px;
  }
  .logos__logo {
    width: 40%;
    margin: 25px 10px;
    padding: 0px;
  }
  .form__row{
    flex-wrap:wrap;
    margin-bottom: 0px;
  }
  .form__row-field {
    margin-bottom: 20px;
  }
  .form__row-field.form__row-field--50,
  .form__row-field.form__row-field--30{
    width: 100%;
  }
  .two-columns__column-title{
    margin-bottom: 30px;
  }
  .schedule__featured-event {
    width: 100%;
  }
  .schedule__bytype-info{
    margin-bottom: 30px;
  }
  .schedule__bytype-info:last-child {
    margin-bottom: 0px;
  }
  .schedule__bytype-info, .schedule__bytype-info:last-child {
    width: 100%;
  }
  .schedule__byday-info {
    width: 100%;
  }
  .two-columns__column-images, .two-columns__column-content{
    margin-top: 0px;
  }
}
