﻿/*
 * ⚠️ WARNING: DO NOT EDIT THIS FILE! ⚠️
 * 
 * This giant CSS file with long selectors and repetitive styles is unacceptable 
 * for maintainable code. Instead of editing this file:
 * 
 * 1. Use the SCSS files in the /scss/ directory
 * 2. Leverage Bootstrap variable overrides and mixins in the styles.scss file
 * 3. Use proper SCSS nesting for specific styling beyond Bootstrap
 * 4. Compile your SCSS to CSS using 'npm run build' or 'npm run watch'
 * 5. Use the custom-built Boostrap to style your components
 * 
 * The SCSS approach allows us to work in harmony with Boostrap, rather than
 * fighting against it with long selectors and repetitive styles.
 * 
 * Please refactor this into modular SCSS files!
 */

.transform-sub-nav {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.events-banner__flex li p {
  margin: 0;
}

.event_form .event_listing .item .category {
  display: inline-block;
  font-weight: 400;
}

.form__flex {
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 500px) {
  .form__flex {
    margin: 0;
    flex-wrap: wrap;
  }
}

.form__label.form__label--required:after {
  content: "*";
  display: inline-block;
  margin-left: 3px;
}

.form__input {
  width: 100%;
  /*padding: 0 15px 15px*/
}

.col-12.form__input {
  width: 100%;
  padding: 0 15px 15px;
}

@media (max-width: 500px) {
  .form__input {
    /*padding: 0 0 15px 0*/
  }
}

.form__input h4,
.form__input .form__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  color: #000;
}

.form__input .form__helptext {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  color: #888;
}

.form__input input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 16px;
  color: #000;
  padding: 12.5px 10px;
}

.form__input input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form__input input:active,
.form__input input:focus {
  border: 3px solid var(--iema-purple);
  padding: 10.5px 8px;
}

.form__input .choices {
  margin-bottom: 0;
}

.form__input .choices .choices__inner {
  padding: 12.5px 10px;
}

.form__input .choices .choices__list {
  padding: 0;
}

.form__input .choices .choices__item {
  line-height: normal;
}

.form__input--inactive input,
.form__input--inactive textarea {
  opacity: 0.4;
  cursor: default;
}

.form__input--error h4,
.form__input--error .form__label {
  color: #e80000;
}

/* input-validation-error from jquery.validation.unobtrusive */
.form__input--error input,
.input-validation-error {
  border-color: #e80000 !important;
}

/* field-validation-error from jquery.validation.unobtrusive */
.form__input--error .form__error-span,
.field-validation-error {
  font-size: 16px;
  font-weight: 700;
  color: #e80000;
  line-height: 24px;
  margin-top: 10px;
  display: block;
}

/* field-validation-valid from jquery.validation.unobtrusive */
.field-validation-valid {
  font-size: 16px;
  font-weight: 700;
  color: var(--iema-pink);
  line-height: 24px;
  margin-top: 10px;
  display: block;
}

.form__radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}

.form__radio label span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  display: block;
  position: relative;
  margin-right: 10px;
}

.form__radio label span:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--iema-purple);
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.form__radio label p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.form__radio label.inactive {
  cursor: no-drop;
}

.form__radio label.inactive span {
  opacity: 0.3;
}

.form__radio label:focus span,
.form__radio label:active span {
  border: 2px solid var(--iema-purple);
}

.form__radio label input {
  display: none;
}

.form__radio label input:checked ~ span:after {
  opacity: 1;
}

.form__checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.form__checkbox label span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #000;
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
}

.form__checkbox label span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.312' height='10.312' viewBox='0 0 12.312 10.312'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0.914 1.398)'%3E%3Cpath id='Line_18' data-name='Line 18' d='M.5.5l4,4' transform='translate(0 3)' fill='none' stroke='%239c288f' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Line_18-2' data-name='Line 18' d='M6,0,.5,7.5' transform='translate(4)' fill='none' stroke='%239c288f' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  opacity: 0;
}

.form__checkbox label:focus span,
.form__checkbox label:active span {
  border: 2px solid var(--iema-purple);
}

.form__checkbox label.inactive {
  cursor: no-drop;
}

.form__checkbox label.inactive span {
  opacity: 0.3;
}

.form__checkbox label p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.form__checkbox label input {
  display: none;
}

.form__checkbox label input:checked ~ span:after {
  opacity: 1;
}

.form__textarea {
  padding: 0 0 15px 0;
}

.form__textarea textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 12.5px 10px;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  color: #000;
  min-height: 255px;
}

.form__textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form__textarea textarea:active,
.form__textarea textarea:focus {
  border: 3px solid var(--iema-purple);
  padding: 10.5px 8px;
}

.form__file input {
  display: none;
}

.form__file label {
  width: 100%;
}

.form__file div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  padding: 1px;
  cursor: pointer;
}

.form__file div:focus {
  border: 2px solid var(--iema-purple);
}

.form__file div span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 100px);
}

.form__file div p {
  background-color: var(--iema-pink);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  padding: 9px 20px;
  transition: 0.3s ease;
  cursor: pointer;
}

.form__file div p:hover {
  background-color: var(--iema-purple);
}

.form__inputs .inputs {
  display: flex;
}

.form__inputs .inputs input {
  width: 20%;
  margin-right: 5px;
  text-align: center;
}

.form button {
  margin: 15px 0 0 auto;
  background-color: transparent;
}

.small-cwc__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-top: 1px solid var(--isep-blue);
  border-bottom: 1px solid var(--isep-blue);
  padding: 15px 0;
}

@media (max-width: 450px) {
  .small-cwc__flex {
    flex-wrap: wrap;
  }
}

.small-cwc__flex + .small-cwc__flex {
  border-top: none;
}

.small-cwc__flex h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 20px;
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .small-cwc__flex h2 {
    margin-bottom: 20px;
    width: 100%;
  }
}

.small-cwc__flex p {
  margin-bottom: 0;
}

.small-cwc__flex .btn {
  min-width: 125px;
  margin-left: 20px;
}

.event_listing .item__image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  display: block;
  overflow: hidden;
}

.event_listing .item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1.3s ease;
}

.event_listing .item__image .red_info {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 21px;
  background-color: #9e007e;
  display: table;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
}

.event_listing .item__image .date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 5px 15px;
  background-color: #9e007e;
  box-sizing: border-box;
  display: table;
}

.event_listing .item__image .date h4,
.event_listing .item__image .date .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.event_listing .item__image .date h3,
.event_listing .item__image .date .h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.event_listing .item__image:hover img {
  transform: scale(1.3);
}

.event_listing .item .category {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #9e007e;
  transition: 0.3s ease;
  text-decoration: none;
  margin-bottom: 10px;
  display: table;
  margin-top: 5px;
}

.event_listing .item .empty {
  height: 24px;
}

.event_listing .item {
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.form-control {
  display: block;
  box-sizing: border-box;
  padding: 13.5px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
}

.delegate-information__content .box__input .input {
  width: 100%;
}

.ticket-section__content {
  overflow: revert;
}

.footer__flex .menu p {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  text-decoration: none;
}

button.log-out {
  font-weight: 400;
}

button.log-out:hover {
  color: #fff;
}

p {
  margin-bottom: 1rem;
}

label {
  margin-bottom: 0.5rem;
}

iframe {
  max-width: 100%;
}

.video iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.mceNonEditable {
  height: 100%;
}

.switch_list__grid .box--50 {
  width: 50%;
}

.switch_list__grid .box--25 {
  width: 25%;
}

.switch_list__grid .box--100 {
  width: 100%;
}

@media (max-width: 767px) {
  .switch_list__grid .box--50,
  .switch_list__grid .box--25 {
    width: 100%;
  }
}

.highlight-info {
  flex: 1 1 60%;
  padding: 0 !important;
  justify-content: center;
}

.highlight-info .info_box__content {
  height: 100% !important;
}

.highlight-info .info {
  margin: auto;
}

.highlight-image img {
  height: auto;
  width: auto;
}

@media (min-width: 767px) {
  .info_box.mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .highlight-info,
  .highlight-image5 {
    flex: 1 1 100%;
  }

  .highlight-info .switch_list__grid .info_box__content {
    height: auto;
  }

  .switch_list__grid {
    display: block;
  }

  .info_box.desktop {
    display: none !important;
  }
}
