.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-offscreen {
  position: absolute;
  left: -9999px;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f8f8f8;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-autocomplete .ui-menu-item {
  cursor: pointer;
  padding: 2px 3px;
}

.ui-helper-hidden-accessible {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navbar {
  min-height: 20px;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.horizontal-menu .navbar-nav {
  margin-left: 0;
  padding-left: 0;
}

.navbar-nav > li > a {
  display: flex;
  padding: var(--16, 16px);
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.navbar-nav > li + li {
  margin-left: 42px;
}

.navbar-default {
  border: 1px solid #E4E9F1;
  background: linear-gradient(90deg, #C05800 0%, #882432 100%);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.horizontal-menu .container {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-default .navbar-toggle {
  border-color: #D95A37;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #D95A37;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: transparent;
  padding-left: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background: transparent;
}

.navbar-default .navbar-nav > li > a {
  background: transparent;
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.navbar-default .navbar-nav > li > a:focus {
  background: transparent;
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #FCFCFD;
  color: var(--Orange-Orange-800, #944400);
}

/* Navbar active state */
.navbar-default .navbar-nav > li.active > a {
  background-color: #FCFCFD;
  color: var(--Orange-Orange-800, #944400);
}

.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
  background-color: #FCFCFD;
  color: var(--Orange-Orange-800, #944400);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #fff;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #c4e3f3;
}

.navbar-default .navbar-nav > li.dropdown > a.dropdown-toggle, .navbar-default .navbar-nav > .open > a.dropdown-toggle {
  text-transform: none;
}

.form-control {
  color: #333;
  height: auto;
  padding: 6px 5px;
}

div.home .form-control {
  display: inline;
}

div.home input.form-control {
  padding-left: 10px;
}

/* Mobile override for form controls */
@media only screen and (max-width: 767px) {
  div.home input.form-control.home-input,
  div.home select.form-control.home-select {
    display: block !important;
    width: 100% !important;
  }
}
.form_div {
  margin-bottom: 7px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #cccccc;
  outline: 0 none;
}

.select2-container--focus, .formACFocus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
  border: 1px solid #bfbfbf;
  color: #333;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #555;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #595959;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #595959;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #595959;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3b71ca;
  color: #fff;
}

.panel {
  margin: 0.5rem 0 3rem 0;
}

.panel-default {
  border-color: #E4E9F1;
}

.panel-default > .panel-heading {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  border-radius: var(--4, 4px) var(--4, 4px) 0 0;
  background: var(--Red-Red-700, #882432);
  padding: 16px 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
}

.panel-heading-title {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  display: inline;
}

/* Search panel */
.search-panel {
  border-radius: 8px;
  border: 1px solid #E4E9F1;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  margin-top: 48px;
}
.search-panel > .panel-heading {
  border-radius: 8px 8px 0 0;
}
.search-panel > .panel-body {
  padding: 20px 24px;
  background-color: #fff;
}
.search-panel .form-control {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.search-panel .form-control::-moz-placeholder {
  font-style: italic;
  color: #595959;
}
.search-panel .form-control::placeholder {
  font-style: italic;
  color: #595959;
}

.search-form-group {
  margin-bottom: 16px;
}

.search-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 4px;
}

.search-section-header {
  margin-top: 20px;
  margin-bottom: 12px;
}
.search-section-header strong {
  font-size: 16px;
  color: #333;
}
.search-section-header hr {
  margin-top: 8px;
  margin-bottom: 0;
  border-top: 1px solid #E4E9F1;
}

.search-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 8px;
}

.btn-reset {
  background-color: #fff;
  color: #333;
  border: 2px solid #C05800;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.btn-reset:hover, .btn-reset:focus {
  background: var(--gradient-primary, linear-gradient(90deg, var(--Orange-Orange-700, #C05800) 0%, var(--Red-Red-700, #882432) 100%));
  color: #fff;
  border-color: transparent;
}

.btn-search-submit {
  color: #fff;
  border: none;
  border-radius: var(--4, 4px);
  background: var(--gradient-primary, linear-gradient(90deg, var(--Orange-Orange-700, #C05800) 0%, var(--Red-Red-700, #882432) 100%));
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.btn-search-submit:hover, .btn-search-submit:focus {
  opacity: 0.9;
  color: #fff;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 300;
}

.main .table {
  margin-bottom: 6px;
}

.errorpage {
  padding: 30px 3px;
  text-align: center;
}

/* ac */
input.formAutoCompleteInput {
  border: 1px solid #ccc;
}

div.formAcInlineWidget {
  padding: 3px 2px 4px 4px;
  position: relative;
}

div.formAcInlineWidget input.formMultiAutoCompleteInput {
  border: 0 none;
  color: #333333;
  width: 99%;
  padding-left: 1px;
}

.formXmark {
  color: #595959;
  cursor: pointer;
  font-size: 90%;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 3px 2px;
  white-space: nowrap;
}

span.formFieldItem {
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  display: inline-block;
  line-height: 1em;
  margin: 1px 4px 0 0;
  padding: 2px 4px 0 3px;
  white-space: pre;
}

.formElementHidden {
  display: none;
}

.formNoResultsFoundInfo {
  font-size: 90%;
}

/* other */
.clear {
  clear: both;
  padding: 0;
  margin: 0;
}

.groupfix {
  *zoom: 1;
}

.groupfix::before,
.groupfix::after {
  display: block;
  line-height: 0;
  content: " ";
}

.groupfix::after {
  clear: both;
}

.pointer {
  cursor: pointer;
}

.spacer-v {
  margin: 20px 0 5px 0;
}

header {
  background-color: #ffffff;
}

footer {
  border-top: 2px solid #f3f3f3;
}

footer div {
  color: #555555;
  padding: 20px 0;
}

.footer-abstract-archives {
  color: var(--Blue-Blue-500, #039) !important;
}

div.content {
  padding: 1rem 0 3rem 0;
}

.meetings-banner {
  margin-top: 64px;
  background: var(--Red-Red-700, #882432);
  border-radius: var(--4, 4px) var(--4, 4px) 0 0;
  padding: 20px 24px;
}
.meetings-banner .banner-label-caps {
  display: block;
  color: var(--Color-text-Dark-Secondary, #EFF2F7);
  font-size: var(--Size-Label, 11px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Label, 16px);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.meetings-banner h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 8px 0;
}
.meetings-banner p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.meetings-banner p a {
  color: #ffffff;
  text-decoration: underline;
}
.meetings-banner p .view-meeting-details {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.meetings-banner p .view-meeting-details:hover {
  text-decoration: underline;
}

.meetings-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}

.meetings-list-item {
  display: flex;
  padding: 12px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: var(--Neutrals-Neutrals-50, #FCFCFD);
}
.meetings-list-item:nth-child(even) {
  background: var(--Neutrals-Neutrals-200, #EFF2F7);
}
.meetings-list-item a {
  color: var(--Blue-Blue-500, #039);
  text-decoration: none;
  font-size: 14px;
}
.meetings-list-item a:hover {
  text-decoration: none;
  color: var(--Blue-Blue-300, #6B9BD1);
}

.meetings-list-year {
  font-size: 14px;
  white-space: nowrap;
  margin-left: 16px;
}

div.pagelogin {
  padding: 6rem 0;
}

div.management {
  padding: 1rem 0 3rem 0;
}

div#resulttitleline span {
  font-size: 110%;
  line-height: 150%;
  font-style: italic;
}

#searchresult {
  padding: 10px 0;
}

.blueline {
  color: #23527c;
  font-size: 110%;
}

.search-result-item {
  flex-direction: column !important;
  align-items: stretch !important;
  padding: 0 !important;
}

.blueback {
  display: flex;
  padding: var(--12, 12px);
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background: var(--Blue-Blue-50, #E6EBF5);
  border-radius: var(--4, 4px) var(--4, 4px) 0 0;
}

.bluetitle {
  font-weight: 700;
}
.bluetitle a {
  color: var(--Blue-Blue-500, #039);
  text-decoration: none;
  font-size: 14px;
}
.bluetitle a:hover {
  color: var(--Blue-Blue-300, #6B9BD1);
  text-decoration: none;
}

.meetingyear {
  text-align: right;
  white-space: nowrap;
  margin-left: 16px;
  font-size: 14px;
  color: #344054;
}

.search-result-body {
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #344054;
  background: var(--Neutrals-Neutrals-100, #F4F6F9);
  border-bottom: 1px solid #D0D5DD;
}
.search-result-body .view-abstract-details {
  color: var(--Blue-Blue-500, #039);
  cursor: pointer;
}
.search-result-body .view-abstract-details:hover {
  color: var(--Blue-Blue-300, #4D88CC);
  text-decoration: underline;
}

.bluebordertop {
  border-top: 1px solid #DAEBFD;
}

.orangebordertop {
  border-top: 1px solid #E98450;
}

.marginvertical {
  margin: 12px 0 15px 0;
}

.secondarydata {
  padding: 24px 12px 12px 12px;
  font-size: 13px;
  color: var(--Blue-Blue-500, #039);
  background: var(--Neutrals-Neutrals-100, #F4F6F9);
  border-radius: 0 0 var(--4, 4px) var(--4, 4px);
}

.secondarydata label {
  font-weight: 400;
  cursor: pointer;
}

.secondarydata .author_filter,
.secondarydata .keyword_filter {
  cursor: pointer;
  text-decoration: none;
}
.secondarydata .author_filter:hover,
.secondarydata .keyword_filter:hover {
  color: var(--Blue-Blue-300, #4D88CC);
  text-decoration: none;
}

.dohighlight {
  background-color: yellow;
}

label.blue {
  font-weight: normal;
  cursor: pointer;
  color: #166eb1;
  text-decoration: none;
}

#search, .panel-heading {
  position: relative;
}

.searchparamcloud {
  margin: 0 0 1.5rem 0;
}

.tolargeresult {
  text-align: center;
  background-color: #cadac2;
  padding: 6px;
  border-radius: 6px;
}

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

ul.cloudwrapper li {
  font-size: 90%;
  cursor: pointer;
  background-color: #cadac2;
  border: 1px solid #cadac2;
  border-radius: 6px;
  cursor: default;
  float: left;
  margin-right: 8px;
  margin-top: 6px;
  padding: 0 8px;
}

ul.cloudwrapper li.cloudlabel {
  background: transparent;
  border: 0;
}

.cloudremove {
  color: #383838;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
  padding: 1px;
}

.ajaxloaderwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

.ajaxloader {
  background: url(/images/loader.gif) no-repeat center;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-top: 2px;
  z-index: 10000;
  opacity: 1;
  transition: opacity 200ms;
}

.ajaxloaderbody {
  background: #fff url(/images/loader.gif) no-repeat center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  opacity: 0.5;
  transition: opacity 200ms;
}

li.authorordering {
  list-style-type: circle;
  margin-left: 18px;
}

.printfriendlyheader {
  display: none;
}

/** Display resolution related **/
a#homelink {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

div.logoline div.container {
  background: none;
  display: flex;
  align-items: center;
  min-height: 82px;
}

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

.title-abstract {
  font-family: "Open Sans", "Open Sans Hebrew", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.2px;
  background: linear-gradient(90deg, #C05800 0%, #882432 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-archives {
  color: #676C76;
  font-family: "Open Sans", "Open Sans Hebrew", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.2px;
}

div.navline {
  background: url(/images/topmenubg.jpg) top center repeat-y;
}

div.navline a:hover, div.navline a:focus {
  text-decoration: none;
}

div.logoline img {
  display: block;
  margin: 3px 0;
}

div.content, div.contentpower {
  background-image: none;
  background: var(--Neutrals-Neutrals-100, #F4F6F9);
}

div.content.home {
  background: var(--Neutrals-Neutrals-100, #F4F6F9);
  padding-bottom: 0;
  min-height: 610px;
}

div.abstractdetail {
  padding-bottom: 50px;
}

.breadcrumbs {
  font-size: 13px;
  color: #344054;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 64px;
  margin-bottom: 0;
}
.breadcrumbs a {
  color: #475467;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs a:hover {
  color: var(--Blue-Blue-500, #039);
  text-decoration: underline;
}
.breadcrumbs .breadcrumb-separator {
  margin: 0 6px;
  color: #667085;
  flex-shrink: 0;
}
.breadcrumbs .breadcrumb-current {
  color: #344054;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 12px 0;
  }
  .breadcrumbs a {
    white-space: normal;
  }
}
.breadcrumbs + .meetings-banner {
  margin-top: 0;
}

div.abstractdetail .abstract-content-wrapper {
  max-width: 849px;
}

.instructions-content-wrapper {
  max-width: 752px;
}

div.abstractdetail .abstractrelateddata {
  padding-top: 15px;
  font-size: 90%;
  color: #133d55;
}

div.abstractdetail .abstractrelateddata label,
div.abstractdetail .abstractrelateddata .detail-label {
  color: #431368;
  font-size: 110%;
}

div.abstractdetail .abstractrelateddata span {
  padding-left: 3px;
}

div.abstractdetail .personal {
  margin: 10px 0;
}

div.abstractdetail .abstracttable label {
  display: block;
  margin-bottom: 5px;
}

div.abstractdetail .abstracttable th {
  text-align: center;
}

div.abstractdetail .abstractrelatedblockdata {
  padding-top: 15px;
  font-size: 90%;
  color: #23527c;
}

div.abstractdetail .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

div.abstractdetail .imageblock {
  display: inline-block;
}

div.abstractdetail .imagethumbnail {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

div.abstractdetail .session {
  margin-top: 15px;
}

div.abstractdetail .abstractrelatedblockdata label {
  color: #333;
}

div.abstractdetail .session, div.abstractdetail .session label, div.abstractdetail .session .detail-label {
  color: #b3221c;
}

div.abstractdetail td {
  padding: 0 2px;
}

div.borderedblock {
  border: 1px solid rgba(19, 61, 85, 0.3);
}

div.bottominfo {
  color: #555555;
  padding: 30px 0;
}

div.bottominfo h4 {
  color: #DAA26D;
  font-size: 120%;
}

h1 {
  font-size: 150%;
}

h4 {
  font-size: 100%;
  line-height: 110%;
  color: #555555;
}

a.powersearchlink, a.homelink {
  font-size: 110%;
  display: block;
  padding: 7px;
}

a.navigationbutton {
  font-size: 110%;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  background-color: #cc493c;
  width: 250px;
  padding: 1.1rem 2rem;
  border-right: 1px solid #bd3147;
  border-left: 1px solid #bd3147;
  text-transform: uppercase;
  display: none;
}

.moreresults {
  padding: 3px 13px;
  background-color: #eeeeee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.sessionDD {
  display: none;
}

form#powersearch button#reset {
  margin-left: 0;
}

.browsemeetings h4 {
  padding-top: 14px;
}

.footerdesign {
  display: inline;
  float: right;
}

/* meeting list */
.list_date {
  font-weight: 700;
}

div.content .table > tbody > tr > td, div.content .table > tbody > tr > th, div.content .table > tfoot > tr > td, div.content .table > tfoot > tr > th, div.content .table > thead > tr > td, div.content .table > thead > tr > th {
  padding: 0.5rem 0.2rem 0.5rem 0;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0;
}

.table tr td a {
  font-weight: 700;
}

.meetingspage h4 {
  margin-bottom: 15px;
}

.meetingspage h5 {
  color: #000;
  margin-top: 7px;
  letter-spacing: 0.1rem;
}

/* pagination */
.meetingspage .espagination,
.searchpage .espagination {
  margin-top: 16px;
  margin-bottom: 6px;
  display: flex;
  padding: var(--12, 12px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0 0 var(--4, 4px) var(--4, 4px);
  background: var(--Neutrals-Neutrals-50, #FCFCFD);
}
.meetingspage .espagination select,
.searchpage .espagination select {
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  color: #344054;
  background-color: #ffffff;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.meetingspage .espagination label,
.searchpage .espagination label {
  font-size: 14px;
  color: #344054;
  font-weight: 400;
}

.searchpage .espagination {
  display: none;
}

.espagination-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.espagination-sort-group,
.espagination-show-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.espagination-nav-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.espagination {
  background-color: #d6e9c6;
  padding: 2px 0;
}

.espagination select {
  font-size: 90%;
}

.espagination label {
  margin: 0 3px;
}

.steptopage {
  color: var(--Blue-Blue-500, #039);
}
.steptopage:hover {
  color: var(--Blue-Blue-300, #6B9BD1);
}

.espagination .previous {
  margin-left: 2rem;
}

.espagination .listorder {
  margin-right: 1rem;
}

.espagination span.infonumber {
  font-weight: 700;
}

.btn-info {
  color: #333;
  background-color: #d6e9c6;
  border-color: #d6e9c6;
}

.btn-info.focus, .btn-info:focus {
  color: #333;
  background-color: #d6e9c6;
  border-color: #d6e9c6;
}

.btn-info.hover, .btn-info:hover {
  color: #333;
  background-color: #c9dcb9;
  border-color: #c9dcb9;
}

/* ========================================
   Mobile Hamburger Menu
   ======================================== */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 30px;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: linear-gradient(90deg, #C05800 0%, #882432 100%);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  transition: right 0.3s ease, visibility 0.3s ease;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  visibility: hidden;
}

.mobile-menu-overlay.open {
  right: 0;
  visibility: visible;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: linear-gradient(90deg, #C05800 0%, #882432 100%);
}

.mobile-menu-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}

.mobile-menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-links li {
  border-bottom: 1px solid #E4E9F1;
}

.mobile-menu-links li a {
  display: block;
  padding: 16px 20px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: background-color 0.2s ease;
}

.mobile-menu-links li a:hover {
  background-color: #f5f5f5;
}

/* ========================================
   Home Page Styles
   ======================================== */
.home-content-wrapper {
  display: flex;
  gap: 96px;
  align-items: flex-start;
}

.home-main-container {
  width: 679px;
  max-width: 100%;
}

.home-side-container {
  display: flex;
  width: 365px;
  height: 444px;
  padding: 32px;
  flex-direction: column;
  align-items: stretch;
  border-radius: 16px;
  background: var(--Neutrals-Neutrals-200, #E4E9F1);
  overflow: hidden;
  margin-right: 390px;
}

.home-title-wrap {
  width: 488px;
  max-width: 100%;
}

.home-title {
  color: var(--Color-text-Light-Primary, #0C0F15);
  /* font-family: var(--Font-Open-Sans, "Open Sans Hebrew"); */
  font-size: var(--Size-H2, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-H2, 58px);
  letter-spacing: 0.2px;
}

.home-title-iadr {
  color: var(--Blue-Blue-500, #039);
  /* font-family: var(--Font-Open-Sans, "Open Sans Hebrew"); */
  font-size: var(--Size-H2, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-H2, 58px);
  letter-spacing: 0.2px;
}

.home-description {
  color: var(--Color-text-Light-Primary, #0C0F15);
  /* font-family: var(--Font-Open-Sans, "Open Sans Hebrew"); */
  font-size: var(--Size-Subtitle, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Subtitle, 32px);
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

/* Home top section */
.home-top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.home-top-text {
  flex: 1;
}

.home-top-logo {
  display: none;
}

.home-top-logo img {
  max-width: 220px;
  height: auto;
}

/* Home card */
.home-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Neutrals-Neutrals-200, #E4E9F1);
  background: var(--Neutrals-Neutrals-50, #FCFCFD);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

.home-card-section {
  display: flex;
  align-items: flex-start;
  padding: 20px 24px;
}

.home-card-icon {
  flex-shrink: 0;
  margin-right: 16px;
  margin-top: 2px;
}

.home-card-content {
  flex: 1;
  min-width: 0;
}

.home-card-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #003399;
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.4;
}

.home-card-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--Color-text-Light-Primary, #0C0F15);
  margin-bottom: 8px;
}

.home-card-divider {
  height: 1px;
  background-color: #E4E9F1;
  margin: 0 24px;
}

/* Search form */
.home-search-form,
.home-browse-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.home-input {
  width: 471px;
  max-width: 100%;
  padding: 8px 12px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.home-input::-moz-placeholder {
  font-style: italic;
}

.home-input::placeholder {
  font-style: italic;
}

.home-select {
  width: 471px;
  max-width: 100%;
  padding: 8px 12px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Meeting combobox dropdown styling */
/* Default state "browse meetings" on page load - NO icon, just italic */
#meeting_combobox.empty {
  font-style: italic;
  padding-left: 12px !important;
}

/* When user has clicked select - show icon on "browse meetings" */
#meeting_combobox.empty.user-clicked {
  background-image: url("/images/Vector.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
  padding-left: 36px !important;
  font-style: italic;
}

/* When a real meeting is selected - dark background, no icon initially */
#meeting_combobox:not(.empty) {
  background-color: #646463;
  color: #FCFCFD;
  background-image: none;
  padding-left: 12px !important;
  font-style: normal;
}

/* When user has clicked select - show WHITE icon on selected meeting (dark background) */
#meeting_combobox:not(.empty).user-clicked {
  background-image: url("/images/Vector-white.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
  padding-left: 36px !important;
}

/* All options in dropdown */
#meeting_combobox option {
  background-color: #646463;
  color: #FCFCFD;
  padding: 8px 12px;
}

/* Hover/focus states for options */
#meeting_combobox option:hover,
#meeting_combobox option:focus,
#meeting_combobox option:checked {
  background-color: #646463;
  color: var(--Blue-Blue-300, #6B9BD1);
}

.btn-search {
  background: var(--gradient-primary, linear-gradient(90deg, #C05800 0%, #882432 100%));
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  width: 120px;
  text-align: center;
}

.btn-search:hover,
.btn-search:focus {
  opacity: 0.9;
  color: #fff;
}

.btn-go {
  background-color: #333333;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  width: 120px;
  text-align: center;
}

.btn-go:hover,
.btn-go:focus {
  background-color: #1a1a1a;
  color: #fff;
}

/* Logo card (desktop only) */
.home-logo-card {
  display: none;
  padding: 18px;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05) inset;
}

.home-logo-card img {
  max-width: 100%;
  height: auto;
}

/* Separator */
.home-separator {
  height: 6px;
  background-color: #F0F2F5;
  margin: 20px 0;
  border-radius: 3px;
}

/* Bottom info */
.home-bottom-info {
  padding: 64px 0;
  background: var(--Neutrals-Neutrals-50, #FCFCFD);
}

.home-bottom-info .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.home-bottom-info p:first-child {
  align-self: stretch;
  background: var(--gradient-primary, linear-gradient(90deg, var(--Orange-Orange-700, #C05800) 0%, var(--Red-Red-700, #882432) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-bottom-info p:nth-child(2),
.home-bottom-info p:nth-child(3) {
  align-self: stretch;
  width: 664px;
  max-width: 100%;
  color: var(--Color-text-Light-Primary, #0C0F15);
  /* font-family: var(--Font-Open-Sans, "Open Sans Hebrew"); */
  font-size: var(--Size-Body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Body, 26px);
  letter-spacing: 0.2px;
}

/* ========================================
   Media Queries
   ======================================== */
/* media query */
@media only screen and (max-width: 767px) {
  /* Show hamburger, hide navbar */
  .mobile-menu-toggle {
    display: flex;
  }
  .navline {
    display: none;
  }
  /* Home page mobile adjustments */
  div.content.home {
    padding: 16px 0 48px 0;
  }
  .home-content-wrapper {
    display: block;
    gap: 0;
  }
  .home-main-container {
    width: 100%;
  }
  .home-side-container {
    display: none;
  }
  .home-top {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .home-top-text {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .home-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .home-title-iadr {
    font-size: 32px;
    line-height: 40px;
  }
  .home-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .home-top-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 240px;
    margin: 0 auto 24px auto;
    padding: 32px;
    background: var(--Neutrals-Neutrals-200, #E4E9F1);
    border-radius: 16px;
  }
  .home-top-logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
  }
  .home-card {
    width: 100%;
  }
  .home-card-section {
    display: block !important;
    padding: 20px 16px;
    width: 100%;
  }
  .home-card-content {
    width: 100% !important;
    min-width: 100% !important;
  }
  .home-card-divider {
    margin: 0 16px;
  }
  .home-search-form,
  .home-browse-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    width: 100%;
    align-items: stretch;
  }
  div.home .home-search-form .home-input,
  div.home .home-browse-form .home-select,
  div.home .home-input,
  div.home .home-select,
  .home-search-form .home-input,
  .home-browse-form .home-select,
  .home-input,
  .home-select {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    flex: none !important;
  }
  .home-search-form .btn-search,
  .home-browse-form .btn-go,
  .btn-search,
  .btn-go {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 24px !important;
    box-sizing: border-box;
    flex: none !important;
  }
  .home-card-heading {
    font-size: 18px;
  }
  .home-card-label {
    font-size: 14px;
  }
  .title-abstract,
  .title-archives {
    font-size: 22px;
    line-height: 28px;
  }
  div.logoline div.container {
    min-height: 60px;
  }
  .meetingspage .espagination,
  .searchpage .espagination {
    flex-wrap: wrap;
  }
  .meetingspage .espagination .espagination-info,
  .searchpage .espagination .espagination-info {
    width: 100%;
    margin-bottom: 8px;
  }
  .meetingspage .espagination .espagination-controls,
  .searchpage .espagination .espagination-controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-buttons {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .search-buttons .btn-search-submit,
  .search-buttons .btn-reset {
    width: 100%;
    text-align: center;
    padding: 12px 24px;
  }
  .blueback {
    flex-direction: column;
  }
  .meetingyear {
    text-align: left;
    white-space: normal;
    margin-left: 0;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container {
    text-align: center;
  }
  .footer-planet {
    display: block;
    margin-top: 4px;
  }
  .footerdesign {
    display: block;
    float: none;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 592px) {
  .meetingspage .espagination,
  .searchpage .espagination {
    flex-wrap: wrap;
  }
  .meetingspage .espagination .espagination-info,
  .searchpage .espagination .espagination-info {
    width: 100%;
    margin-bottom: 8px;
  }
  .meetingspage .espagination .espagination-controls,
  .searchpage .espagination .espagination-controls {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .meetingspage .espagination .espagination-sort-group,
  .meetingspage .espagination .espagination-show-group,
  .searchpage .espagination .espagination-sort-group,
  .searchpage .espagination .espagination-show-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .meetingspage .espagination .espagination-nav-group,
  .searchpage .espagination .espagination-nav-group {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }
  .meetingspage .meetings-list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .meetingspage .meetings-list-year {
    margin-left: 0;
  }
}
@media only screen and (min-width: 481px) {
  a.powersearchlink, a.homelink {
    display: none;
  }
  a.navigationbutton {
    display: block;
  }
  h1 {
    font-size: 200%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .footerdesign {
    display: block;
    float: none;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  div.home {
    padding-top: 20px;
  }
  .home-top-logo {
    display: block;
    margin-left: 30px;
    flex-shrink: 0;
  }
  .home-top-logo img {
    max-width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 10px 8px;
    font-size: 1.4rem;
  }
  .navbar-nav > li + li {
    margin-left: 10px;
  }
  .title-abstract,
  .title-archives {
    font-size: 24px;
    line-height: 30px;
  }
  /* Home page tablet layout */
  .home .container.main {
    display: flex;
    flex-wrap: wrap;
    background: var(--Neutrals-Neutrals-100, #F4F6F9);
  }
  .home-content-wrapper {
    display: block;
    width: 100%;
  }
  .home-main-container {
    width: 100%;
    max-width: 100%;
  }
  .home-side-container {
    display: none;
  }
  /* Show logo next to text in tablet */
  .home-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
    width: 100%;
  }
  .home-top-text {
    flex: 0 1 auto;
    max-width: calc(100% - 264px);
    padding-right: 24px;
  }
  .home-top-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: var(--Neutrals-Neutrals-200, #E4E9F1);
    border-radius: 12px;
    flex-shrink: 0;
    width: 240px;
    height: 240px;
  }
  .home-top-logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
  }
  .home-title {
    font-size: 36px;
    line-height: 44px;
  }
  .home-title-iadr {
    font-size: 36px;
    line-height: 44px;
  }
  .home-description {
    font-size: 16px;
    line-height: 24px;
  }
  .home-card {
    width: 100%;
  }
  /* Form inputs and buttons on tablet */
  .home-search-form,
  .home-browse-form {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }
  .home-input,
  .home-select {
    flex: 1;
    min-width: 0;
  }
  .btn-search,
  .btn-go {
    width: 120px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 992px) {
  div.logoline div.container {
    background: none;
    height: 88px;
  }
  div.logoline img {
    display: block;
    margin-top: 7px;
  }
  div.secondrow {
    margin-top: 0;
  }
  div.secondrow label.submitposition {
    display: block;
  }
  .table-responsive, #searchresult {
    min-height: 31rem;
  }
  div.bottominfo {
    padding-top: 40px;
  }
  /* Home page desktop: two columns */
  .home .container.main {
    display: flex;
    flex-wrap: wrap;
    background: var(--Neutrals-Neutrals-100, #F4F6F9);
  }
  .home-top {
    flex-direction: column;
    margin-bottom: 0;
  }
  .home-top-logo {
    display: none;
  }
  .home-logo-card {
    display: flex;
  }
  .home-separator {
    width: 100%;
  }
  .home-bottom-info {
    width: 100%;
  }
  .home-top-text .home-description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-content-wrapper {
    gap: 16px;
  }
  .home-main-container {
    max-width: calc(100% - 280px);
    width: auto;
  }
  .home-side-container {
    margin-right: 0;
    width: 250px;
    padding: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .home-content-wrapper {
    gap: 24px;
  }
  .home-side-container {
    margin-right: 0;
    width: 320px;
  }
}
@media only screen and (min-width: 1920px) {
  div.logoline div.container,
  .horizontal-menu .container {
    width: 1920px;
    padding: 0 390px;
  }
}
@media print {
  .noprint {
    display: none;
  }
  form {
    display: none;
  }
  div.home {
    font-size: 120%;
  }
  .panel {
    display: none;
  }
  .logoline {
    display: none;
  }
  .navline {
    display: none;
  }
  .abstractdetail a {
    font-size: 0;
  }
  .search-result-item {
    font-size: 120%;
    border-bottom: 1px solid #adadad;
    padding-bottom: 3pt;
  }
  .abstractdetail div.abstractbody, .abstractdetail div.abstractrelateddata {
    font-size: 120%;
  }
  .abstractdetail h1 {
    font-size: 160%;
    font-weight: bold;
    padding: 0;
    margin: 0 0 1em 0;
  }
  .printfriendlyheader {
    display: block;
    padding: 0;
    margin-bottom: 20pt;
    border-bottom: 2px solid #9BA2AB;
  }
  footer .container {
    font-size: 80%;
    padding: 20pt 0 0 0;
    margin: 0;
  }
  .footerdesign {
    display: none;
  }
  div#topcontrol {
    display: none;
  }
}
