@font-face {
  font-family: 'HelveticaNeue-Heavy';
  src: url(../fonts/HelveticaNeue-Heavy.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Bold';
  src: url(../fonts/HelveticaNeueLTPro-Bd.woff2) format("woff2"),
    url(../fonts/HelveticaNeueLTPro-Bd.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Medium';
  src: url(../fonts/HelveticaNeueLTPro-Md.woff2) format("woff2"),
    url(../fonts/HelveticaNeueLTPro-Md.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Light';
  src: url(../fonts/HelveticaNeueLTPro-Lt.woff2) format("woff2"),
    url(../fonts/HelveticaNeueLTPro-Lt.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.woff2') format('woff2'),
    url('../fonts/Didot.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Times-italic';
  src: url('../fonts/Times-Italic.woff2') format('woff2'),
    url('../fonts/Times-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body .wrap {
  margin: 0 auto;
  font-size: 1.1rem;
  background: #173557;
  font-family: 'HelveticaNeue-Roman';
}

.grid-container-fluid {
  max-width: 95rem;
  margin: 0 auto;
  padding: 0
}

/* Navbar section */
.nav {
  width: 100%;
  height: 110px;
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav .grid-container {
  padding: 0
}

.nav .logo {
  padding-top: 40px
}

.nav div.main_list {
  float: right;
}

.nav div.main_list ul {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding-top: 60px
}

.nav div.main_list ul li {
  width: auto;
  margin: 0 auto;
  padding-left: 30px;
  text-align: center;
  line-height: 1.6
}

.nav div.main_list ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: 'HelveticaNeueLTPro-Medium';
}

.nav div.main_list ul li a img {
  width: 40px;
  vertical-align: text-bottom;

}

.nav div.main_list ul li a:hover {
  text-decoration: underline;
}

.navTrigger.active i {
  background-color: #fff
}

.navTrigger {
  display: none;
}

/* .show_logo {
  display: none;
  position: relative;
  z-index: 9;

} */
.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 20px;
  bottom: 0;
  z-index: 9
}

.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(9px) rotate(0deg);
  }

  100% {
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(9px) rotate(0deg);
  }

  100% {
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-9px) rotate(0deg);
  }

  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

.affix {
  padding: 0;
  background-color: rgba(23, 53, 87, 1);
  opacity: 1;
  z-index: 9999;
  height: 120px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
  transition: all 0.3s ease;
}

.logo img {
  width: 200px
}

/* Home section */
#landing {
  position: relative;
  height: 852px;
  min-height: 852px;
  max-width: 2000px;
  margin: 0 auto
}

#landing .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.2) 35%, rgba(255, 255, 255, 0) 75%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.2) 35%, rgba(255, 255, 255, 0) 75%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.2) 35%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.2) 35%, rgba(255, 255, 255, 0) 75%);
}

/* Main Content section */
.committee-bar {
  height: 20px;
}

#yellow.committee-bar {
  background: #ECBC02
}

#red.committee-bar {
  background: #D11317
}

#pink.committee-bar {
  background: #E5067E
}

#disputes-blue.committee-bar {
  background: #1C9CD9
}

#green.committee-bar {
  background: #6BA439
}

#feature-block {
  position: relative;
  z-index: 9;
  margin-top: -250px;
  padding-bottom: 80px
}

#feature-block .grid-container {
  background: #173557;
  padding: 0
}

#feature-block .feature-event {
  padding: 40px;
  color: #fff;
}

#feature-block .feature-event h2, #experience .blue-details-box .box-text h2, #communities .box-text h2, #event-gallery .blue-details-box .box-text h2 {
  color: #fff;
  font-family: 'Didot';
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1
}

#feature-block .feature-event p, #experience .blue-details-box .box-text p {
  line-height: 1.4;
  font-size: 20px;
  color: #fff
}

/* buttons */
.view-more {
  border: .5px solid #fff;
  max-width: 250px;
  margin-top: 50px;
  text-align: center;
  padding: 12px 10px 8px;
  transition: all 0.3s ease;
}

#events .view-more {
  max-width: unset
}

a .view-more {
  color: #fff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 12px;
  letter-spacing: 8px;
}

.view-more:hover {
  background: #fff;
  border: .5px solid #173557;
}

a .view-more:hover {
  color: #173557
}

.view-more.full {
  max-width: unset
}

.view-more.all {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%
}

#feature-block .event-video {
  position: relative;
  height: 250px
}

#feature-block .event-video .play-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 40px;
  margin: 0 auto;
  text-align: center;
  z-index: 9
}

#feature-block .event-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
}

#feature-block .feature-event {
  position: relative;
  padding-bottom: 0
}

#feature-block h4 {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 24px;
  /* position: absolute;
  bottom: 0; */
  margin-bottom: 0.5rem;
  line-height: 1.4
}

#feature-block h5 {
  margin-top: 1rem;
  text-align: center;
}

#feature-block h5 a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 12px;
  letter-spacing: 8px;
}

#experience, #communities {
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  height: 100%
}

.relative {
  position: relative;
}

#experience .grey-box {
  min-height: 500px;
  height: 100%;
}

#experience.quotes .grey-box {
  min-height: 450px;
}

#experience .grid-container-fluid, #communities .grid-container-fluid {
  position: relative;
  height: 100%
}

#experience #eventimg {
  position: absolute;
  z-index: 9;
  max-width: 75rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20px;
  padding: 0
}

#experience img {
  width: 100%
}

#experience .blue-details-box {
  position: relative;
  z-index: 10;
  right: 0;
  top: 0;
  height: 100%
}

#experience .blue-details-box .grid-container {
  padding: 0;
  margin: 0
}

#experience .blue-details-box .box-text {
  padding: 40px;
  background: #173557;
  color: #fff
}

#experience .title-tag {
  height: 70%
}

#event-login .title-tag {
  height: 80%
}

.title-tag {
  background: #fff;
  height: 100%;
  position: relative;
}

.title-tag h3 {
  color: #173557;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 12px;
  letter-spacing: 8px;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  position: absolute;
  height: 100%;
  text-align: center;
  left: 40%;
}

.grey-tag {
  height: 100%;
  background: #555F7D
}

#communities .grey-box {
  height: 100%;
  position: relative;
}

.overlap {
  min-height: 550px;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 7;
}

.communities-group {
  position: relative;
}

.communities-group .community-background {
  height: 100%;
  position: relative;
  min-height: 230px;
  z-index: 9
}

.communities-group .community-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.3);
}

.communities-group .community-background .title {
  position: absolute;
  bottom: 0px;
  padding: 30px;
  z-index: 9
}

.communities-group .community-background h3 {
  color: #fff;
  font-family: 'Didot';
  font-size: 30px;
  line-height: 1;
}

.communities-group .community-background .committee-bar {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%
}

#communities .box-text {
  padding: 0 40px;
  min-height: 500px
}

#communities .box-text .bottom-text {
  position: absolute;
  bottom: 0;
  padding-right: 60px
}

#communities .box-text .bottom-text p {
  line-height: 1.4;
  font-size: 16px;
  color: #fff
}

#communities {
  padding-bottom: 200px
}

#experience.quotes .box-text {
  padding: 0
}

.quotes-slider h4 {
  color: #fff;
  font-family: 'Times-italic';
  font-size: 28px;
  line-height: 1.2;
  padding: 60px
}

#registration {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

#registration .form-group, #registration .box-title, #contact .box-title, #contact .contact-details, #events .events-listing {
  padding-left: 80px;
  padding-right: 80px
}

#registration .box-title h2, #contact .box-title h2 {
  color: #fff;
  font-family: 'Didot';
  font-size: 40px;
  margin-bottom: 1.5em;
  line-height: 1
}

#registration .form-group label, #event-login .client-login .login-form label {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1rem
}

#registration .form-group input[type='text'], #event-login .client-login .login-form input[type='text'] {
  margin-bottom: 2em;
  background: #374768;
  height: 3rem;
  color: #fff;
  border: none;
  box-shadow: none;
}

#registration .form-group button {
  color: #fff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 12px;
  letter-spacing: 8px;
  border: .5px solid #fff;
  max-width: 300px;
  text-align: center;
  margin-top: 30px;
  float: right;
  padding: 16px 60px 12px;
  transition: all 0.3s ease;
}

#registration .form-group button:hover {
  background: #fff;
  border: .5px solid #173557;
  color: #173557
}

#events {
  padding-top: 40px;
  padding-bottom: 80px
}

#events .events-listing .event-details {
  padding-top: 40px
}

#events .events-listing .event-details h6 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 12px;
  letter-spacing: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.4
}

#events .events-listing .event-details h3 {
  color: #fff;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 1em
}

#events .events-listing .event-details h5 {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1.5em
}

#events .events-listing .event-details p {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 16px;
  line-height: 1.4;
}

#event-login {
  padding-bottom: 80px
}

#event-login .grid-container {
  padding-left: 0;
  padding-right: 0
}

#event-login .box-text {
  padding: 0 40px 40px
}

#event-login .box-text p {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 16px;
  line-height: 1.4;
}

#event-login .client-login {
  padding-right: 40px;
}

#event-login h2 {
  color: #fff;
  font-family: 'Didot';
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1
}

#event-login .client-login .login-form button {
  color: #fff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 12px;
  letter-spacing: 8px;
  border: .5px solid #fff;
  max-width: 300px;
  text-align: center;
  padding: 16px 60px 12px;
  transition: all 0.3s ease;
}

#event-login .client-login .login-form button:hover {
  background: #fff;
  border: .5px solid #173557;
  color: #173557
}

#event-login .delegate-box {
  border-bottom: .5px solid #555F7D;
  margin-right: 30px;
  margin-top: 30px
}

#event-login .delegate-box h5 {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 16px;
  line-height: 1.4;
}

#event-login .delegate-box h5.company {
  font-family: 'HelveticaNeueLTPro-Bold';
}

#event-login.agenda .agenda-button {
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 12px;
  letter-spacing: 8px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 40px;
  padding: 10px 20px;
}

#event-login.agenda .flex-timings {
  margin-right: 30px;
  border-bottom: 1px solid #fff;
}

#event-login.agenda .flex-timings .details, #event-login.agenda .information-flex {
  display: flex;
  flex-direction: row;
  padding: 14px 10px 10px;
}

#event-login.agenda .flex-timings .details.grey-bg, #event-login.agenda .information-flex.grey-bg {
  background: #555F7D
}

#event-login.agenda .flex-timings .details .times, #event-login.agenda .information-flex .times {
  width: 23%
}

#event-login.agenda .flex-timings .details .text, #event-login.agenda .information-flex .text {
  width: 77%
}

#event-login.agenda .information-flex.extra-column .text {
  width: 33%
}

#event-login.agenda .information-flex.extra-column .extra {
  width: 44%
}

#event-login.agenda .flex-timings .details .times span,
#event-login.agenda .flex-timings .details .text h5,
#event-login.agenda .flex-timings .details .text p strong,
#event-login.agenda .information-flex .text p strong,
#event-login.agenda .information-flex .times span {
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #fff;
}

#event-login.agenda .flex-timings .details .text p, #event-login.agenda .information-flex .text p, #event-login.agenda .information-flex .text p a {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}

#event-login.agenda .agenda-button:hover, #event-login.agenda .agenda-button.active-agenda {
  transition: all 0.2s;
  background: #fff;
  color: #173557
}

#event-login.agenda .essential-information h2 {
  margin-top: 120px;
}

#event-login.delegates .grid-container, #event-login.agenda .grid-container {
  padding-left: 40px;
  /* padding-right: 40px; */
  color: #fff
}

#experience.event-venue .box-text h2 {
  margin-bottom: .5em
}

#experience.event-venue .box-text h6 {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 40px
}

#experience.event-venue .box-text p {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 16px;
  line-height: 1.4;
}

#event-gallery {
  /* padding-top: 60px; */
  padding-bottom: 120px;
  position: relative;
}

#event-gallery .blue-details-box {
  padding-left: 40px;
  position: relative;
  z-index: 9
}

#event-gallery .blue-details-box .blue-details-box {
  padding-left: 0
}

#event-gallery .blue-details-box .box-text {
  padding-top: 0
}

#event-gallery .relative-box {
  position: relative;
  min-height: 300px;
  height: 100%;
  width: 100%
}

#event-gallery .grey-box {
  position: absolute;
  width: 83.33%;
  min-height: 160px;
  bottom: 55px
}

#event-gallery .box-text {
  padding-top: 0
}

#event-gallery .slick-slider {
  margin: 0 -8px;
}

#event-gallery .slide-wrap .arrow img {
  width: 10px
}

#event-gallery .blue-details-box .slide-wrap {
  position: relative;
  padding-right: 40px
}

#event-gallery .slide-wrap .arrow {
  position: absolute;
  right: 0;
  bottom: -45px;
  z-index: 9;
  cursor: pointer;
}

#event-gallery .slide-wrap .arrow-right {
  right: 50px;
}

#event-gallery .slide-wrap .arrow-left {
  right: 75px;
}

#event-gallery .slick-slide {
  padding: 0 8px;
  text-align: center;
  margin-right: 8px;
  margin-left: 8px;
}

#event-gallery .slick-dots {
  text-align: left;
  margin-left: 8px;
  bottom: -45px
}

#contact {
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}

#contact .details-text {
  margin-top: 1em;
  padding-bottom: 40px
}

#contact .details-text h5 {
  color: #fff;
  font-family: 'HelveticaNeueLTPro-Bold';
  font-size: 26px;
  line-height: 1;
  margin-bottom: 1rem
}

#contact .details-text p, #contact .details-text p a {
  color: #fff;
  font-family: 'HelveticaNeue-Roman';
  font-size: 18px;
  line-height: 1.4;
}

#contact .details-text p strong {
  font-family: 'HelveticaNeueLTPro-Bold';
}

#contact.event-contact .box-title, #contact.event-contact .contact-details {
  padding-left: 40px;
  padding-right: 40px;
}

#contact.event-contact .details-text {
  margin-top: 30px;
  padding-bottom: 0;
  border-bottom: .5px solid #555F7D;
  margin-right: 30px;
}

#communities.event-location {
  padding-bottom: 40px;
  padding-top: 0;
  position: relative;
}

#communities.event-location .grid-container-fluid {
  position: relative;
}

#communities.event-location .top-layer {
  position: relative;
  z-index: 8
}

#communities.event-location .grey-box {
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 7;
  height: 670px;
  top: 80px
}

#communities.event-location .box-text {
  min-height: unset
}

#communities.event-location .map {
  padding-left: 40px;
  min-height: 600px
}

@media screen and (min-width: 1024px) and (max-width: 1250px) {
  nav .grid-container, #feature-block, #experience #eventimg {
    padding-left: 4em !important;
    padding-right: 4em !important
  }
}

@media screen and (max-width: 1023px) {
#feature-block, #experience #eventimg,
#communities .grid-container-fluid,
#registration .grid-container-fluid,
#contact .grid-container-fluid,
#event-login .grid-container-fluid,
#event-gallery .grid-container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important
  }

  #feature-block {
    padding-bottom: 0
  }
.nav .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  padding-top: 0;
  z-index: 99
}

  .navTrigger {
    display: block;
    right: 40px
  }

  .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
  }

  .nav div.show_list {
    height: auto;
    display: none;
    position: fixed;
  }

  .nav div.main_list ul {
    flex-direction: column;
    width: 100%;
    height: 550px;
    min-height: 550px;
    background-color: rgba(23, 53, 87, 1);
    padding-top: 150px;
    padding-bottom: 150px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
  }

  .nav div.main_list ul li {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding: .65em 0
  }

  .nav div.main_list ul li a {
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
  }

  #feature-block .feature-event {
    padding-bottom: 40px;
  }

  #feature-block .event-video {
    height: 400px
  }

  .title-tag {
    height: unset !important;
    padding: 20px 0;
  }

  .title-tag h3 {
    writing-mode: horizontal-tb;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: rnone;
    transform: none;
    white-space: nowrap;
    position: unset;
    left: unset;
    margin-bottom: 0
  }

  #experience .box-text.small h2 {
    color: #fff;
    font-family: 'Didot';
    font-size: 36px;
    margin-bottom: 1em;
    line-height: 1
  }

  #experience .box-text.small p {
    line-height: 1.4;
    font-size: 18px;
    color: #fff
  }

  #experience {
    padding-top: 60px
  }

  #experience .box-text.small {
    margin-top: 40px
  }

  #experience #eventimg {
    top: unset;
    position: relative;
    z-index: 9
  }

  #experience .grey-box.small {
    position: absolute;
    top: 117px;
    left: 0;
    width: 100%;
    z-index: 8;
    height: unset;
  }

  #communities {
    padding-bottom: 120px
  }

  #communities .box-text {
    padding: 40px 0;
    min-height: unset
  }

  #communities .box-text .bottom-text {
    position: unset;
    bottom: unset;
    padding-right: 0;
  }

  .communities-group .community-background h3 {
    font-size: 24px
  }

  #experience.quotes .slick-dots {
    bottom: unset
  }

  .grey-tag {
    height: 56px;
  }

  #registration .box-title, #contact .box-title {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px
  }

  #registration .box-title h2, #contact .box-title h2 {
    margin-bottom: 0
  }

  #contact .contact-details, #event-login .box-text{
    padding: 40px 0;
  }

  #registration .form-group {
    padding: 40px 0 80px;
  }

  #registration .form-group button {
    float: left;
    margin-top: 60px;
  }

  #contact {
    padding-top: 0
  }
  #contact .details-text {
    padding-bottom: unset
  }

  #events .events-listing {
    padding-left: 30px!important;
    padding-right: 30px!important
  }
  #events, #event-login, #communities.event-location {
    padding-bottom: 60px
  }

  #feature-block h4 {
    position: unset;
    bottom: unset
  }
  #event-login .client-login {
    padding-right: 0;
    padding-top: 40px
  }
  #event-gallery .blue-details-box {
    padding-left: 0
  }
  #event-login.delegates .grid-container, #event-login.agenda .grid-container {
    padding-left: 0;
    padding-top: 60px
  }
  #contact.event-contact .box-title, #contact.event-contact .contact-details {
    padding-left: 0;
    padding-right: 0
  }
  #communities.event-location .map {
    padding-left: 0;
    height: 100%
  }
  #experience .grey-box, #experience.quotes .grey-box {
    min-height: 460px;
  }
}

@media screen and (max-width: 916px) {
  #experience .grey-box, #experience.quotes .grey-box {
    min-height: 320px;
  }
}

@media screen and (max-width: 639px) {
  #experience .grey-box, #experience.quotes .grey-box {
    min-height: 270px;
  }
  .logo img {
    width: 150px
  }
  #landing {
    height: 600px;
    min-height: 600px
  }
  #feature-block .feature-event h2, #experience .blue-details-box .box-text h2, #communities .box-text h2,
  #event-gallery .blue-details-box .box-text h2, #experience .box-text.small h2,
  #registration .box-title h2, #contact .box-title h2,
  #event-login h2 {
    font-size: 32px
  }
  #feature-block .feature-event p, #experience .blue-details-box .box-text p,
  #experience .box-text.small p,
  #contact .details-text p, #contact .details-text p a,
  #events .events-listing .event-details p {
    font-size: 16px
  }
  #event-login.agenda .flex-timings .details .times span, #event-login.agenda .flex-timings .details .text h5, #event-login.agenda .flex-timings .details .text p strong,
  #event-login.agenda .information-flex .text p strong, #event-login.agenda .information-flex .times span,
  #event-login.agenda .flex-timings .details .text p, #event-login.agenda .information-flex .text p, #event-login.agenda .information-flex .text p a,
  #event-login.agenda .information-flex.extra-column .extra p {
    font-size: 14px
  }

    #experience, #communities{
      padding-bottom: 40px;
    }
    .communities-group .community-background {
      min-height: 280px
    }
    .quotes-slider h4{
      padding: 40px;
      font-size: 22px
    }

    #contact .details-text h5 {

      font-size: 20px
    }
    #registration, #events, #event-login {
      padding-bottom: 40px
    }
    #events .events-listing .event-details h3 {
      font-size: 24px;

    }
    #events .events-listing .event-details h5,
    #experience.event-venue .box-text h6 {
      font-size: 18px;

    }
    #feature-block h4 {
      font-size: 20px
    }
    #event-gallery .grey-box {
      width: 75%
    }
    #event-login.agenda .essential-information h2 {
      margin-top: 60px;
    }
    #event-login.agenda .agenda-button, #event-login.agenda .flex-timings {
      margin-right: 0
    }
    #communities.event-location .box-text h2 {
      margin-bottom: 0
    }
    #communities.event-location .grey-box {
      height: 632px
    }
    #event-login .delegate-box {
      margin-right: 0
    }

    .nav div.main_list ul li a {
      font-size: 20px;
    }
    #contact.event-contact .details-text {
      margin-right: 0;
      margin-top: 20px
    }


}

@media screen and (max-width: 500px) {
  #feature-block, #experience #eventimg,
  #communities .grid-container-fluid,
  #registration .grid-container-fluid,
  #contact .grid-container-fluid,
  #event-login .grid-container-fluid,
  #event-gallery .grid-container-fluid {
      padding-left: 20px !important;
      padding-right: 20px !important
    }
  .nav .logo {
    left: 20px;

  }
  .navTrigger {
    top:10px;
    right: 20px;

  }

  #events .events-listing {
    padding-left: 20px!important;
    padding-right: 20px!important
  }
#event-login.agenda .flex-timings .details .times, #event-login.agenda .information-flex .times {
  width: 30%;
}
#event-login.agenda .flex-timings .details .text, #event-login.agenda .information-flex .text {
  width: 70%
}
#event-login.agenda .flex-timings .details .times span, #event-login.agenda .flex-timings .details .text h5,
#event-login.agenda .flex-timings .details .text p strong, #event-login.agenda .information-flex .text p strong,
#event-login.agenda .information-flex .times span, #event-login.agenda .flex-timings .details .text p,
#event-login.agenda .information-flex .text p, #event-login.agenda .information-flex .text p a,
#event-login.agenda .information-flex.extra-column .extra p {
  font-size: 13px
}
#feature-block .feature-event h2, #experience .blue-details-box .box-text h2, #communities .box-text h2, #event-gallery .blue-details-box .box-text h2, #experience .box-text.small h2, #registration .box-title h2, #contact .box-title h2, #event-login h2 {
    font-size: 28px;
}
#feature-block h4 {
  font-size: 18px
}
#feature-block .feature-event {
  padding: 30px;
}
#feature-block .event-video {
  height: 200px
}
#event-login.agenda .agenda-button {
  font-size: 11px
}

#events .events-listing .event-details h3 {
  font-size: 20px;
}
#events .events-listing .event-details h5, #experience.event-venue .box-text h6 {
  font-size: 17px
}

#communities.event-location .map {
  min-height: 400px;
}
#communities.event-location .grey-box {
    height: 430px;
}
#experience .grey-box, #experience.quotes .grey-box {
  min-height: 200px;
}
#event-gallery .grey-box {
  width: 65%
}
}
.gated {
  display: none;
}
