body,
html {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: rgb(36, 41, 46);
  background-color: #f4f6fa;
}

body {
  display: inline;
}

button {
  border: none;
  border-style: none;
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.information-text ul {
  list-style: initial;
  margin: 0 0 1rem 2.5rem;
}

.program__button {
  background-color: #204c81;
  background-color: var(--mdc-theme-primary, #345a8b);
  color: white;
  font-weight: 600;
  padding: 0.8rem 1rem 0.75rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}

.program__button:hover {
  color: white;
}

.program__button:disabled {
  background-color: #cbcaca;
  color: #555;
}

.program__button--capitalise {
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: 0.9rem;
}

.program__button--transparent {
  background-color: transparent;
  color: #204c81;
  color: var(--mdc-theme-primary, #345a8b);
}

.program__button--icon-text {
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.program__button-text {
  padding-top: 0.1rem;
  padding-left: 0.5rem;
}

.program__button--transparent:hover,
.program__button--transparent:focus {
  background-color: #eee;
  color: #204c81;
  color: var(--mdc-theme-primary, #345a8b);
}

.program__button--transparent:active {
  background-color: #bdbdbd;
}

.program__button--disabled {
  background-color: #bdbdbd;
}

.program__button--icon {
  display: flex;
  align-items: center;
  padding: 1.3rem;
}

.program__button--small-icon {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.program__button--icon-image {
  line-height: 0.1;
}

.program__input {
  border: none;
  padding: 1rem 0.7rem 0.8rem 1rem;
  color: #042246;
  color: var(--mdc-theme-primary, #345a8b);
  width: 100%;

  transition: box-shadow 0.15s ease;

  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 7px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 7px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 7px 0px rgba(0, 0, 0, 0);
}

.program__input--chair {
  margin-top: 1rem;
}

.manage-program__field {
  justify-content: center;
  margin-right: 1rem;
}
.manage-program__field--small {
  justify-content: center;
  width: 15%;
  margin-right: 1rem;
}

.program__input--text-area {
  resize: vertical;
  min-height: 6rem;
  line-height: 1.5;
}

.header {
  background-color: white;
  width: 100%;
  border-bottom: 1px solid rgb(218, 220, 224);
}

.mobile-menu {
  display: none;
}

.header__logo {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 13rem;
}

.header__title {
  text-align: center;
  max-width: 50rem;
  margin: 0rem auto;
  padding: 1rem 1rem 1rem;
  font-weight: 400;
  color: #333;
}

.header__title--no-logo {
  max-width: 50rem;
  margin: auto;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0;
  font-weight: 400;
  color: #333;
}

.nav__wrap {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  justify-content: center;
}

.nav__bar {
  display: flex;
  background-color: white;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.nav__tab {
  background-color: transparent;
  color: #042246;
  color: var(--mdc-theme-primary, #345a8b);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 1.5rem 0.9rem;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0.08rem;
  box-sizing: border-box;
  white-space: nowrap;
}

.nav__tab:hover,
.nav__tab:focus {
  background-color: #eee;
}

.nav__tab:active {
  background-color: #ccc;
}

.nav__tab--current {
  border-bottom: 0.25rem solid #204c81;
}

.nav__direction-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  padding: 0 0.6rem;
  outline: none;
  color: #555;
}

.nav__direction-button:hover,
.nav__direction-button:focus {
  color: #000;
}

.nav__direction-button:active {
  color: #000;
}

.results {
  background-color: #f4f6fa;
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}

.results--information {
  margin-top: 2rem;
}

.results__page-title {
  font-weight: 700;
  padding: 1rem 0 0.2rem;
  margin: 0 auto;
  font-size: 1.5rem;
  max-width: 55rem;
  width: 100%;
}

.results__controls {
  max-width: 55rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.results__controls--toggle-bar {
  padding: 0;
  justify-content: flex-start;
  overflow: hidden;
}

.results__controls--right {
  flex-flow: row-reverse;
}

.results__count {
  padding: 0 1rem;
}

.results__filter-controls {
  display: flex;
}

.results__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.results__search-input-label {
  position: absolute;
  margin-left: 0.3rem;
  padding-top: 0.18rem;
  color: #204c81;
  color: var(--mdc-theme-primary, #345a8b);
}

.results__search-input-icon {
  font-weight: 600;
}

.results__search-input {
  border: none;
  padding: 0.7rem 0.7rem 0.7rem 2rem;
  color: #042246;
  color: var(--mdc-theme-primary, #345a8b);

  transition: box-shadow 0.15s ease;

  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 7px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 7px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 7px 0px rgba(0, 0, 0, 0);
}

.results__search-input:active,
.results__search-input:focus {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3), inset 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3), inset 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3), inset 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.results__result {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.1),
    0 1px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  max-width: 55rem;
  width: 100%;
  border-radius: 0.25rem;
  margin: 0 auto 0.5rem auto;
  overflow: hidden;
}

.results__result--single-page {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  margin-top: 2rem;
  min-height: 5rem;
  overflow: hidden;
}

.results__single-result-frame {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: -1.5rem;
  transition: height 0.2s ease, opacity 0.2s ease;
  height: 180px;
  opacity: 0;
}

.results__title-box {
  background-color: #fff;
  flex-grow: 1;
}

.results__title--with-profile-img {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.authors-image {
  width: 6rem;
  height: 6rem;
  margin: 0.5rem;
  background-color: white;
  border: 3px solid #eff2f6;
  border-radius: 50%;
}

.hidden {
  display: none;
}

.results__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.results__title-row--topic {
  background-color: #204c81;
  background-color: var(--mdc-theme-primary, #345a8b);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.results__title {
  font-weight: 400;
  padding: 1rem 2.5rem 0.5rem 1rem;
  margin: 0;
  font-size: 1.3rem;
  word-break: break-word;
  line-height: 1.2;
  color: #031d39;
}

.results__title--link {
  display: block;
  text-decoration: none;
}

.results__title--information {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1.5rem 2rem;
}

.results__title--topic {
  color: white;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.results__title-no-subtitle {
  padding: 1rem;
}

.results__title--no-results {
  font-weight: 400;
  padding: 2rem;
  margin: 0;
  font-size: 1.3rem;
  text-align: center;
}

.results__minimal-title {
  max-width: 55rem;
  width: 100%;
  border-radius: 0.25rem;
  margin: 0 auto 0.25rem auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2;
  word-wrap: break-word;
}

.results__minimal-title--link {
  display: block;
  text-decoration: none;
}

.results__minimal-title--sub {
  color: #71869f;
}

.results__details-toggle {
  cursor: pointer;
  background-color: transparent;
  color: #204c81;
  color: var(--mdc-theme-primary, #345a8b);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  position: relative;
}

.results__details-icon {
  height: 1.6rem;
  width: 2rem;
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}

.results__details-icon--white {
  color: white;
  padding: 0;
  position: inherit;
  top: auto;
  right: auto;
}

.results__program-code {
  font-weight: 400;
  color: #71869f;
  padding: 0.5rem 1rem 1rem 1rem;
  margin: 0;
  font-size: 1.3rem;
}

.results__program-code--information {
  padding: 0rem 2rem 2rem 2rem;
  font-size: 1rem;
  color: inherit;
}

.results__program-code--information ol,
.results__program-code--information ul {
  padding: inherit;
}
.results__program-code--information a {
  color: #003790;
}
.results__program-code--information ul {
  list-style: initial;
}

.results__details {
  background-color: #eff2f6;
  padding: 1.5rem 1rem;
}

.results__session-link {
  display: block;
  color: #003790;
}

.results__symposium-link {
  color: #003790;
}

.results__session-link--suffix {
  text-decoration: none;
  color: rgb(65, 84, 106);
  margin-bottom: 0.25rem;
  display: block;
}

.results__session-link--person {
  margin-top: 0.5rem;
  font-style: italic;
}

.results__details-helper-icon {
  position: absolute;
  top: -0.15rem;
  left: 0;
  color: #909ba9;
}

.results__details-section {
  padding: 0rem;
  padding-left: 2.1rem;
  margin: 0rem 0rem 1.5rem 0rem;
  position: relative;
}

.results__details-section--information {
  display: flex;
  justify-content: center;
}

.results__details-section:last-child {
  margin: 0;
}

.secure-modal-background {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 25;
}

.secure-program {
  background-color: #fff;
  border-top: 0.5rem solid #073366;
  border-radius: 3px;
  margin: 2rem auto 1rem;
  max-width: 40rem;
  width: 90%;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 10rem;
}

.secure-program__basic-view {
  position: fixed;
  bottom: 0;
  background-color: #204c81;
  background-color: var(--mdc-theme-primary, #345a8b);
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  z-index: 25;
  cursor: pointer;
}

.secure-program__title {
  padding: 1rem 1.8rem 1.5rem;
  font-size: 1.3rem;
}

.secure-program__form {
  display: flex;
  flex-direction: column;
}

.secure-program__label {
  margin: 0 1.8rem 0.5rem;
}

.secure-program__input {
  margin: 0 1.8rem;
  border: none;
  background-color: #edf1f4;
  padding: 0.5rem;
}

.secure-program__controls {
  margin: 1.5rem 1.8rem 1.75rem;
}

.secure-program__button {
  background-color: #48b97b;
  color: white;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
}

.secure-program__button--transparent {
  color: #073366;
  color: var(--mdc-theme-primary, #345a8b);
  background-color: transparent;
}

.secure-program__failed-text {
  margin: 0.5rem 1.8rem -0.5rem;
  color: #ff3d00;
}

.secure-program__warning {
  border-left: 0.5rem solid #ffae00;
  background-color: #edf1f4;
  padding: 1rem;
  line-height: 1.3;
}

.secure-program__warning-text {
  color: #000000;
}

.secure-program__warning-text:last-child {
  padding: 0;
  margin: 0;
}

.secure-program__warning-link {
  color: #073366;
}

/* SPINNER */

.spinner__wrap {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 2rem auto 0rem;
}

.spinner__bounce1,
.spinner__bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #204c81;
  background-color: var(--mdc-theme-primary, #345a8b);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.spinner__bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.poweredByFooter {
  display: flex;
  align-items: center;
  margin-top: -6.3rem;
  margin-bottom: 3rem;
  max-width: 55rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.poweredByFooterCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 55rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* mobile */

@media screen and (max-width: 900px) {
  .results__filter-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 680px) {
  .results__filter-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .results__pagination {
    width: 100%;
  }

  .results__search {
    width: 100%;
  }

  .results__search-input {
    width: 100%;
  }

  .results__pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .nav__tab {
    font-size: 0.85rem;
    padding: 1rem 0.6rem 0.9rem;
  }

  .nav__direction-button {
    padding: 0 0.3rem;
  }

  .poweredByFooter {
    margin-top: -2rem;
    justify-content: center;
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
}

.manage-program__row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}

.manage-program__row--information {
  align-items: center;
  margin-top: 1rem;
  margin-left: 3rem;
}

.manage-program__row--text-field {
  align-items: flex-start;
}

.manage-program__add-button {
  display: flex;
  margin: 1rem auto;
  align-items: center;
  border-radius: 50%;
  padding: 0.5rem;
  background-color: #204c81;
  background-color: var(--mdc-theme-primary, #345a8b);
  cursor: pointer;
}

.manage-program__add-button-icon {
  color: #fff;
  font-size: 2rem;
}

.manage-program__button {
  padding: 0.9rem 1rem 0.9rem;
  margin-right: 0.5rem;
}

.manage-program__button--file {
  padding: 0.7rem 1rem;
  background-color: #bbb;
}

.manage-program__save-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.manage-program__label {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.manage-program__chair-list {
  max-height: 32rem;
  overflow: auto;
}
.manage-program__label--information-title {
  width: 30%;
}
.manage-program__label--information-description {
  width: 70%;
}

.manage-program__label--small {
  flex-grow: inherit;
}

.manage-program__label-text {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #042246;
  color: var(--mdc-theme-primary, #345a8b);
}

.manage-program__label-text-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.manage-program__button-transparent {
  color: #042246;
  color: var(--mdc-theme-primary, #345a8b);
  background-color: transparent;
  box-shadow: none;
}

.manage-program__button-transparent:hover {
  color: #042246;
  color: var(--mdc-theme-primary, #345a8b);
}

.manage-program__button-transparent--delete {
  color: #ff3d00;
}

.manage-program__button-transparent--delete:hover {
  color: #ff3d00;
}

.manage-program__button-transparent:disabled {
  color: #b7b7b7;
  background-color: transparent;
}

.manage-chairs__button {
  text-align: left;
  display: block;
  height: 2.625rem;
  width: 100%;
  background-color: #fcfcfc; /* Stage 3 - White colour */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #042246;
  color: var(--mdc-theme-primary, #345a8b);
  font-size: 0.95rem;
  border: 1px solid rgba(14, 11, 15, 0.5); /* Stage 3 - Black colour */
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0;
}

.manage-chairs__list {
  background-color: #fcfcfc;
  position: absolute;
  width: 95%;
  height: auto;
  overflow: auto;
  max-height: 15rem;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.manage-chairs__chair {
  padding: 0.5rem;
  display: block;
  cursor: pointer;
}
.manage-chairs__chair:hover {
  background-color: #f7f3f3;
}

.sessionGrowInAnimation {
  animation: sessionGrowIn 0.15s ease;
  transform-origin: center;
}

.hover-grey:hover {
  background-color: #eee;
  transition: 0.3s background-color ease-out;
}

@keyframes sessionGrowIn {
  from {
    transform: scale(0.75) translateY(-50%);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}

.loadingSpinnerAnimation {
  animation: spinner 1.2s ease infinite;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@media only screen and (max-width: 1100px) {
  .invisible1110 {
    display: none !important;
  }
}

@media only screen and (min-width: 1100px) {
  .visibleUntil1110 {
    display: none !important;
  }
}

#oa-drawer-mobile-closer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.05;
  z-index: 5;
  transition: 0.2s opacity ease-out;
}

@media only screen and (min-width: 550px) {
  #oa-drawer-mobile-closer {
    display: none !important;
  }
}

.program-results-mobile-margin {
  margin: 2rem 0;
}

@media only screen and (max-width: 549px) {
  .mdc-drawer-app-content {
    margin-left: 0 !important;
    box-shadow: none !important;
  }
  .program-results-mobile-no-shadow {
    box-shadow: none !important;
  }
  .program-results-mobile-margin {
    margin: 0;
  }
  .mdc-top-app-bar--fixed {
    z-index: 199 !important;
  }
  .mobile-menu {
    display: block;
  }
  .header {
    display: none !important;
    visibility: visible !important;
  }
  .header-fixed {
    display: none !important;
  }
  .program-notifications-icon {
    position: fixed;
    margin-top: 0.25rem !important;
    margin-right: -0.25rem !important;
    z-index: 200 !important;
  }
  .program-notifications-icon > div {
    background-color: #345a8b !important;
  }
  .program-notifications-icon > div > button {
    color: white !important;
  }
  .session-modal {
    border-radius: 0 !important;
    z-index: 201 !important;
  }
  .session-modal > div > div {
    box-shadow: none !important;
  }
  .results__search {
    margin-left: 0;
  }
}
