.mobile-content .header {
  position: relative;
}

.iap_doj_logo {
  position: absolute;
  top: calc(3vw);
  left: calc(3vw);
  width: 20%;
}
@media (min-width: 600px) {
  .iap_doj_logo {
    top: calc(3 * 600px / 100);
  }
}
@media (min-width: 600px) {
  .iap_doj_logo {
    left: calc(3 * 600px / 100);
  }
}

.tourism_board_logo {
  position: absolute;
  top: calc(3vw);
  right: calc(3vw);
  width: 10%;
}
@media (min-width: 600px) {
  .tourism_board_logo {
    top: calc(3 * 600px / 100);
  }
}
@media (min-width: 600px) {
  .tourism_board_logo {
    right: calc(3 * 600px / 100);
  }
}

.iap_logo {
  position: absolute;
  top: calc(10vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(50vw);
}
@media (min-width: 600px) {
  .iap_logo {
    top: calc(10 * 600px / 100);
  }
}
@media (min-width: 600px) {
  .iap_logo {
    width: calc(50 * 600px / 100);
  }
}

.header_title_image {
  position: absolute;
  top: calc(40vw);
  right: 0;
  width: calc(80vw);
}
@media (min-width: 600px) {
  .header_title_image {
    top: calc(40 * 600px / 100);
  }
}
@media (min-width: 600px) {
  .header_title_image {
    width: calc(80 * 600px / 100);
  }
}

.footer {
  width: calc(100vw);
  position: fixed;
  bottom: 0;
  text-align: right;
  background-color: #fff;
}
@media (min-width: 600px) {
  .footer {
    width: calc(100 * 600px / 100);
  }
}
.footer .footer_tourism_board_logo {
  width: calc(33vw);
  max-width: 198px;
  padding: 20px;
}
@media (min-width: 600px) {
  .footer .footer_tourism_board_logo {
    width: calc(33 * 600px / 100);
  }
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 0.9375rem;
  background-color: #d8d8d8;
}

.desktop-message {
  display: none;
  font-size: 24px;
  margin-top: 50px;
}

.mobile-content {
  max-width: 600px;
  margin: 0 auto;
  min-height: 100vh;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 126px;
  background-color: #fff;
}
@media (min-width: 600px) {
  .mobile-content {
    background-size: unset;
  }
}

.action_container {
  display: flex;
  width: 100%;
  position: relative;
  top: calc(-5vw);
  height: calc(10vw);
}
@media (min-width: 600px) {
  .action_container {
    top: calc(-5 * 600px / 100);
  }
}
@media (min-width: 600px) {
  .action_container {
    height: calc(10 * 600px / 100);
  }
}
.action_container a {
  color: #fff;
  text-decoration: none;
}
.action_container .polygon_button {
  position: relative;
}
.action_container .polygon_button a {
  position: relative;
  width: 100%;
  bottom: 0;
}
.action_container .polygon_button_left img {
  height: calc(10vw);
}
@media (min-width: 600px) {
  .action_container .polygon_button_left img {
    height: calc(10 * 600px / 100);
  }
}
.action_container .polygon_button_right {
  width: 100%;
}
.action_container .polygon_button_right a {
  display: inline-block;
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.action_container .polygon_button_right img {
  width: 100%;
  height: auto;
}

.button_download {
  display: block;
  width: 50%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.button_download img {
  width: 100%;
}

button {
  background-color: #007d8f;
  border: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  cursor: pointer;
}

.rows {
  margin: 20px 0;
  padding: 0 20px;
}
.rows .row {
  font-size: 20px;
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #4588c2;
}
.rows .row_header {
  position: relative;
  text-transform: uppercase;
  color: #0e316e;
  font-size: 1.125rem;
  font-weight: bold;
}
.rows .row_header span {
  color: #007d8f;
  font-size: 1.125rem;
  font-weight: bold;
}
.rows .row_content {
  padding: 15px 0;
}
.rows .row_content .item {
  padding-bottom: 10px;
}
.rows .row_content .item div {
  padding-bottom: 8px;
}
.rows .row_content .item .time {
  font-weight: bold;
  font-size: 1.6875rem;
  color: #0e316e;
}
.rows .row_content .item .title {
  font-weight: bold;
  font-size: 0.9375rem;
  color: black;
}
.rows .row_content .item .venue {
  font-size: 0.9375rem;
  color: black;
}
.rows .icon_arrow {
  width: 16px;
  height: 16px;
  /* background-color: red; */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rows .row_active .icon_arrow {
  transform: rotate(90deg) translateX(-50%); /* Rotates the element 90 degrees clockwise */
}
.rows .icon_location_pin {
  width: 12px;
  height: auto;
}
.rows .row_content {
  display: none;
}
.rows .row_active .row_content {
  display: block;
}
.rows .icon_shuttle_pin {
  width: auto;
  height: 15px;
  margin-right: 8px;
}
.rows .icon_camera_pin {
  width: auto;
  height: 15px;
  margin-right: 8px;
}
.rows .icon_si_pin {
  width: auto;
  height: 15px;
  margin-right: 8px;
}

.actions {
  padding: 0 15px;
  display: flex;
  gap: 20px;
}
.actions > div, .actions > a {
  width: 50vw;
}
.actions > div > a, .actions > a > a {
  width: 100%;
}
.actions > div > a.button_download, .actions > a > a.button_download {
  margin: 0;
}
.actions > div.action_left a.button_download:first-child {
  margin: 0 auto 10px;
}
.actions > div.action_right {
  display: flex;
  align-items: center;
}

/**
 * events
 */
body.events .row_header {
  text-transform: unset;
}
body.events .row_content {
  padding: 15px 0;
}
body.events .row_content .item {
  padding-bottom: 10px;
}
body.events .row_content .item div {
  padding-bottom: 8px;
}
body.events .row_content .item label {
  font-weight: normal;
  font-size: 0.9375rem;
  color: black;
}
body.events .row_content .item .title {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #007d8f;
}
body.events .row_content .item .time, body.events .row_content .item .venue, body.events .row_content .item .location {
  font-weight: bold;
  font-size: 0.9375rem;
  color: black;
}
body.events .row_content .item .table_no {
  font-weight: bold;
  font-size: 1.6875rem;
  color: #ff7200;
}
body.events .image_container {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
body.events .image_container img {
  width: 50%;
  object-fit: cover;
}
body.events .contact_container {
  /* margin: 20px 0; */
  /* padding: 40px; */
  max-width: 600px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
body.events .contact {
  text-align: left;
  padding: 20px;
}
body.events .contact .title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #0e316e;
  padding-bottom: 20px;
}
body.events .contact .name {
  font-weight: bold;
  font-size: 1.6875rem;
  color: black;
  padding-bottom: 10px;
}
body.events .contact .mobile {
  font-weight: normal;
  font-size: 1.8675rem;
  color: #007d8f;
}
body.events .rows {
  /* background-color: red; */
  margin-bottom: 100px;
}
body.events .event_title {
  display: flex;
}
body.events .event_title span {
  margin-right: 5px;
}
body.events .event_title div {
  display: inline-block;
}

/**
 * rundown
 */
body.rundown .row_content {
  padding-bottom: unset;
}
body.rundown .row_content .item:not(:last-child) {
  padding-bottom: 7px;
  border-bottom: 1px solid #4588c2;
  margin-bottom: 15px;
}
body.rundown .row_content .item .extra {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #0e316e;
  line-height: 1.2;
}
body.rundown .row_content .item .extra span {
  font-size: 0.8125rem;
  display: inline-block;
  color: black;
  width: calc(100% - 20px);
}
body.rundown .row_content .item .extra label {
  font-size: 0.8125rem;
  display: inline-block;
  width: calc(100% - 20px);
  margin-right: 4px;
}
body.rundown .row_content .item .extra label.exception {
  width: unset;
}
body.rundown .row_content .item .extra .bio {
  margin-top: 13px;
}
body.rundown .row_content .item .extra p {
  margin-top: 0;
  font-size: 0.8125rem;
  display: inline-block;
  color: black;
  width: 100%;
  font-weight: 400;
}

ol {
  padding-left: 17px;
}
ol > br {
  display: none;
}
ol li {
  margin-bottom: 10px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul > br {
  display: none;
}
ul li {
  margin-bottom: 10px;
}
ul li > br {
  display: none;
}

li.speaker {
  position: relative;
}
li.speaker:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
li.speaker p:last-child {
  margin-bottom: 0 !important;
}
li.speaker div.bio {
  display: none;
}
li.speaker.active:after {
  top: 16px;
  transform: rotate(90deg) translateX(-50%);
}
li.speaker.active div.bio {
  display: block;
  text-align: justify;
}
li.speaker.nobio:after {
  display: none;
}
li.speaker.nobio div.bio {
  display: none !important;
}/*# sourceMappingURL=main.css.map */