/* RESET STYLES*/
*, *::before, *::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, label, button, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: 0;
}
img, picture, svg, video, canvas {
  border: 0;
max-width: 100%;
}
a{
  text-decoration: none;
}
img, picture, svg, video, canvas,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* GENERAL STYLES, TEXT FORMATTING AND  TYPOGRAPHY */

html, body {
  width: 100%;
  min-height: 100vh;
  font: normal 16px "colfax-web", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  background-color: #fff;
  line-height: 1;
  scroll-behavior:smooth;
}

.flex {
  display: flex;
  justify-content: center;
}

.mx-auto,
.nav,
.hamburger-menu,
.contact-form__submit-btn {
  margin-left: auto;
}

.mx-auto {
  margin-right: auto;
}

.body-text,
.contact-form__message-display-icon {
  margin-bottom: 1.5rem;
}

.indent {
  margin-left: 4.0625rem;
}

.body-text,
.body-list,
.body-list li::marker,
.past-events-speaker-item__title-company {
  font-size: 1.0625rem;
}

.body-text,
.body-list,
.body-list li::marker,
.contact-form__message-display-content,
.section-title.alt {
  line-height: 1.5
}

.body-list {
  list-style-type: disc;
}

.body-list > li {
  margin: 0.75rem 0;
}

.red-text,
.red-text:active,
.red-text:visited,
.red-text a,
.red-text a:active,
.red-text a:visited,
.body-list li::marker,
.menu > li > a.active,
.menu > li > a:hover {
  color: #ED1C24;
}

.body-title {
  font-size: 1.5rem;
}

strong,
.menu > li > a,
.contact-form__submit-btn {
  font-weight: 700;
}

.extra-bold {
  font-weight: 900;
}

em {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.text-align-center {
  text-align: center;
}

.blue-text,
.blue-text:active,
.blue-text:visited,
.blue-text a,
.blue-text a:active,
.blue-text a:visited {
  color: #005785
}

.white-text,
.white-text:active,
.white-text:visited,
.white-text a,
.white-text a:active,
.white-text a:visited {
  color: #fff
}

.bg-blue {
  background-color: #005785;
}

.bg-grey {
  background-color: #EBECED;
}

.header {
  height: 636px;
  padding-top: 35px;
  background: #fff url(../img/hero-home.jpg) no-repeat center top;
  background-size: cover;
}

.wrapper,
.contact-content {
  width: 95%;
}

.wrapper {
  max-width: 845px;
}

.wrapper.bordered-left {
  padding-left: 1.625rem;
  border-left: 0.8125rem solid red;
}

.chimney-section .wrapper {
  max-width: 38.75rem;
}

.nav,
.contact-container,
.form-loader {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nav,
.contact-container {
  position: fixed;
}

.nav,
.section.sponsor-logos,
.past-events-sponsor-logos,
.past-events-sponsor-logos-container {
  align-items: center;
}

.nav {
  overflow: hidden;
  height: 0;

  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav.open {
  height: 100%;
  padding-top: 42px;
  z-index: 9999;
}

.hamburger-menu {
  margin-right: 35px;
  margin-bottom: 20px;
}

.hamburger-menu,
.menu-close-btn {
  width: 30px;
}

.menu-close-btn {
  top: 35px;
  right: 35px;
}

.hamburger-menu,
.menu-close-btn,
.contact-form__submit-btn,
.contact-form__message-display-close-btn,
.contact-content__close-btn {
  cursor: pointer;
}

.block,
.hamburger-menu,
.menu,
.menu > li > a,
.contact-form__submit-btn,
.contact-form__message-display-icon,
.contact-form__message-display-close-btn,
.contact-form__message-display.show,
.contact-container.show,
.btn-buy-tickets {
  display: block;
}

.hamburger-menu.open {
  transform: rotate(90deg);
}

.menu,
.contact-content,
.form-loader,
.contact-form__message-display,
.contact-content__close-btn,
.btn-buy-tickets::after,
.menu-close-btn,
.slick-arrow {
  position: absolute;
}

.menu > li > a {
  padding: 15px 0 8px 35px;
  border-bottom: 2px solid #fff;
  font-size: 13px;
}

.menu > li > a.active,
.menu > li > a:hover {
  border-color:#ED1C24;
}

.menu > li > a,
.contact-form__field-label {
  text-align: right;
}

.header-text-container {
  height: 85%;
  align-items: flex-end;
  justify-content: flex-end;
}

.header-text,
.btn-buy-tickets,
.speaker-bio__text,
.past-events-speaker-item__name {
  font-size: 1.1875rem;
}

.header-text,
.btn-buy-tickets,
.speaker-bio__text,
.speaker-item__speaker-name,
.speaker-item__speaker-title,
.speaker-item__speaker-link,
.agenda-text__speaker,
.past-events-speaker-item__name,
.past-events-speaker-item__title-company {
  line-height: 1.3;
}

.header-text {
  align-self: flex-end;
}

.header-text .bigger {
  font-size: 1.5em;
}

.btn-buy-tickets {
  position: relative;
  width: 10.5625rem;
  width: fit-content;
  padding: 0.75rem;
  letter-spacing: 2px;
  line-height: 1 !important
}

.btn-buy-tickets::after {
  content: " ";
  top: 0;
  right: -2.125rem;
  width: 1.75rem;
  height: 100%;
  background: #ED1C24 url(../img/icon-right-arrow.svg) no-repeat center center;
  background-size: auto 1.1875rem;
}

.logo-rec {
  width: 75%;
  max-width: 456px;
  margin-bottom: 3rem;
}

.chimney-section,
.speakers {
  background: #fff url(../img/bg-body-shapes-home-lg.svg) no-repeat center top;
  background-size: 120rem auto;
}

.chimney-section {
  padding-top: 2rem;
  padding-bottom: 6.25rem;
  background-position-y: -78rem
}

.chimney,
.agenda-text,
.speaker-item__speaker-name,
.speaker-item__speaker-title {
  font-size: 1.125rem;
}

.chimney {
  width: 7rem;
  height: 10.625rem;
  padding: 1.125rem;
  margin-bottom: 6rem;
  background: transparent url(../img/bg-chimney-red.svg) no-repeat center top;
  background-size: 100%;
  color: #fff;
}

.chimney-section .body-title {
  padding-left: 85px;
  margin-bottom: 3.5625rem;
}

.who-should-attent-reasons .body-list {
  margin: 0 2rem;
}

.presented-by__title-container {
  padding: 3.125rem 0;
}

.logo-card-container {
  padding: 4.6875rem 0;
}

.logo-card {
  align-items: flex-start;
  max-width: 850px;
  margin-bottom: 2rem;
}

.logo-card__logo {
  width: 31.5%;
  max-width: 288px;
  margin-right: 4.5%;
}

.logo-card__content {
  width: 64%;
}

.footer {
  height: 345px;
  background: #fff url(../img/bg-footer.jpg) no-repeat center top;
}

.contact-container {
  z-index: 9997;
  background-color: #fff;
  overflow: auto;
}

.form-loader,
.contact-form__message-display,
.success .contact-form__message-display-icon.error,
.error .contact-form__message-display-icon.success,
.contact-container {
  display: none;
}

.form-loader {
  background: rgba(255, 255, 255, 0.5) url(../img/ajax-spinner.svg) no-repeat center center;
  background-size: 100px auto;
  z-index: 9998;
}

.contact-content,
.contact-form__message-display {
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.contact-content {
  padding: 6.25rem 0;
  max-width: 739px;
  background: transparent url(../img/bg-contact.jpg) no-repeat center top;
}

.contact-content__close-btn {
  top: -8px;
  right: -8px;
  padding: 8px;
  border-radius: 100%;
  font-size: 16px;
  background-color: #000;
}

.contact-form {
  width: 90%;
  max-width: 535px;
}

.contact-form__field-group {
  margin-bottom: 12px;
}

.contact-form__field-label,
.contact-form__field-input,
.contact-form__submit-btn,
.contact-form__message-display-content,
.contact-form__message-display-close-btn {
  font-size: 1rem;
}

.contact-form__field-label,
.contact-form__field-input {
  display: inline-block;
  vertical-align: middle;
}

.contact-form__field-label {
  width: 22%;
  padding-right: 2.25%;
}

.contact-form__field-input {
  width: 77%;
  padding: 0 10px;
  height: 3.75rem;
}

textarea.contact-form__field-input {
  height: 15.375rem;
  resize: none;
}

.contact-form__submit-btn {
  width: 6.5rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background: transparent url(../img/bg-form-submit-btn.svg) no-repeat right center;
  background-size: cover;
}

.contact-form__message-display {
  width: 70%;
  padding: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  z-index: 9998;
}

.contact-form__message-display-icon {
  width: 3rem;
}

.contact-form__message-display-close-btn,
.btn-buy-tickets {
  background-color: #ED1C24;
}

.contact-form__message-display-close-btn {
  padding: 0.75rem;
  margin-top: 25px;
  border-radius: 8px;
}

.section.sponsor-logos {
  padding: 85px 5.208333333333333% 35px 5.208333333333333%;
}

.section.sponsor-logos.alt {
  padding-bottom: 0;
}

.section.sponsor-logos + .section.sponsor-logos {
  padding-top: 35px;
}

.sponsor-logos > img,
.agenda-text__speaker {
  margin-left: 15px;
}

.sponsor-logos > img {
  margin-right: 15px;
}

.section-title {
  font-size: 1.875rem;
  letter-spacing: 0.75em;
  line-height: 1.2;
  margin-bottom: 2.8125rem;
}

.section-title.mb-0 {
  margin-bottom: 0;
}

/* AGENDA */

.main.agenda {
  padding-bottom: 7%;
  background: #FFF url(../img/bg-body-shapes-agenda.svg) no-repeat center top;
  background-size: cover;
}

.agenda-topics,
.sponsor-logos,
.past-events-speakers-container,
.past-events-sponsor-logos-container {
  flex-wrap: wrap;
}

.agenda-topics,
.agenda-item {
  justify-content: flex-start;
}

.agenda-text__time {
  margin-right: 15px;
}

.agenda-text__topic {
  margin-bottom: 8px;
}

.agenda-text__speaker {
  margin-left: 15px;
}

.agenda-text__speaker > li {
  margin-bottom: 4px;
}

.speaker-item {
  width: 50%;
}

.agenda-item {
  width: 100%;
  margin-bottom: 3.75rem;
}

/* SPEAKERS */
.speakers {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-position-y: -15rem;
}

.speakers-container {
  justify-content: space-between;
}

.speaker-item {
  justify-content: flex-start;
  width: 50%;
  margin: 20px 0;
  padding-left: 13px;
  background: transparent url(../img/speaker-red-tab.svg) no-repeat left top;
  background-size: 13px auto;
}

.speaker-item__img {
  margin-right: 13px;
}

.speaker-item__speaker-info,
.agenda-item {
  align-items: flex-start;
}

.speaker-item__speaker-info {
  flex-direction: column;
  justify-content: flex-end;
}

.speaker-item__speaker-name,
.speaker-item__speaker-title,
.speaker-item__speaker-link {
  margin-bottom: 5px;
}

.speaker-bio__text {
  margin-bottom: 1.25rem;
}

.speaker-bio-container,
.speaker-bio-item {
  height: 0;
  overflow: hidden;
}

.speaker-bio-container.open,
.speaker-bio-item.open {
  height: auto;
}

.speaker-bio-container.open {
  padding: 20px;
  background-color: rgba(230, 231, 232, 0.5);
}

/* PAST EVENTS */
.slider-container {
  padding: 65px 0;
}

.slider {
  width: 88.80%;
  max-width: 1600px;
}

.slider__slide {
  max-width: 502px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.slick-prev {
  left: -44px;
  background-image: url(../img/icon-arrow-red-left.svg);
}

.slick-next {
  right: -44px;
  background-image: url(../img/icon-arrow-red-right.svg);
}

.slick-arrow {
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 34px;
  height: 46px;

  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;

  cursor: pointer;

  font-size: 0;
}

.past-events-speakers-section {
  background: #fff url(../img/bg-past-events-speakers.svg) no-repeat center bottom;
  background-size: 1920px auto;
}

.past-events-speakers-container {
  max-width: 1200px;
}

.past-events-speaker-item {
  width: 18.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 6.25rem;
  background: transparent url(../img/speaker-red-tab.svg) no-repeat left top;
  background-size: 0.9375rem;
}

.past-events-speaker-item__img {
  margin-bottom: 1.25rem;
}

.past-events-speaker-item__name {
  margin-bottom: 5px;
}

.past-events-sponsor-logos-container img {
  margin: 0 1.5rem 1.75rem 1.5rem;
}

.past-events-sponsor-logos-container {
  max-width: 1100px;
}

@media (max-width: 995px) {
  html, body {
    font-size: 14px;
  }

  .header {
    height: 450px;
    background-size: 1100px;
  }

  .logo-card {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .logo-card__logo {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .logo-pmpr {
    width: 40%;
  }

  .logo-card__content {
    width: 100%;
  }

  .logo-rec {
    transform: none;
  }

  .footer {
    background-position-x: 70%;
  }

  .presented-by .logo-card__content .body-text br {
    display: none;
  }

  .slick-arrow {
    width: 24px;
    height: 34px;
  }

  .slick-prev {
    left: -34px;
  }
  
  .slick-next {
    right: -34px;
  }
}

@media (max-width: 768px) {
  .header {
    height: 350px;
    background-size: 800px;
  }

  .header-text-container {
    height: 100%;
  }

  .btn-buy-tickets,
  .logo-rec {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-buy-tickets {
    transform: translateX(-1.75rem);
  }

  .logo-rec {
    margin-top: 25px;
  }

  .header-text,
  .contact-form__field-label,
  .contact-form__field-input {
    width: 100%;
    transform: none;
  }

  .header-text,
  .chimney-section .body-title,
  .contact-form__field-label {
    text-align: center;
  }

  .menu > li > a {
    padding: 10px 0 8px 25px;
  }

  .main {
    padding-top: 100px;
  }

  .body-text br {
    display: none;
  }
  
  .indent {
    margin-left: 0;
  }

  .who-should-attent-reasons,
  .sponsor-logos,
  .speakers-container {
    align-items: center;
  }

  .who-should-attent-reasons,
  .sponsor-logos,
  .speakers-container,
  .agenda-item {
    flex-direction: column;
  }

  .chimney,
  .chimney-section .body-title {
    margin-bottom: 1.5rem;
  }

  .chimney-section .body-title {
    padding-left: 0;
  }

  .contact-content {
    padding: 25px 10px;
  }

  .contact-form__field-label {
    padding-right: 0;
  }

  .section-title {
    font-size: 1.25rem;
    letter-spacing: 0.35em;
  }

  .speakers {
    background-position-y: bottom;
  }

  .speaker-item {
    width: 100%;
  }

  .section.sponsor-logos {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sponsor-logos > img {
    margin-left: 0;
    margin-right: 0;
  }

  .agenda-text__time {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .slick-arrow {
    width: 16px;
    height: 21px;
  }

  .slick-prev {
    left: -22px;
  }
  
  .slick-next {
    right: -22px;
  }

  .past-events-sponsor-logos-container {
    flex-direction: column;
  }
}