<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Global CSS */
h4, .h4 {
  font-size: .8rem;
}
.sub-head-medium {
  letter-spacing: 1px;
}

/* Add styles to body copy link since bold is not enough - Jeremy 05/13/2022 */
.full-width-text-inner.the-content p a,
.full-width-text-inner.the-content li a,
.two-col-text-row p a,
.image-text-row p a {
  text-decoration: underline;
}

/* Speakers widget - added because custom font does not accept special chars and bold custom font is too thin for fallback bold font */
.speaker-text h3 {
  font-weight: 400;
}

/* The font family chosen is already bold and does not contain the apostraphe character so by bolding the font it made the apostraphe a very bold sans-serif default */
.interior-hero-text h1 {
  font-weight: normal;
}

.interior-hero-text .sub-head {
  line-height: 1.1em;
}

/* Hide "Join Us" bar in the footer until registration is live */
/* .footer-top {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
} */

/* Force space for social sharing for when content is short but sidebar is tall - Jeremy */
/* .program-single-row .sidebar-program {
  padding-bottom: 65px;
} */

/* Muunuu asked this to be hidden 08/03/2021 - Jeremy */
.line-sidebar {
  display: none;
}

/* Updated HR styles to accommodate a request by Laura 05//14/2021 - Jeremy */
.program-single-content section hr {
  display: none;
}
@media all and (min-width: 768px){
  .program-single-content section hr {
    display: block;
    border-bottom: 1px solid rgba(0, 3, 2, 0.15) !important;
    width: calc(100% + 95px);
    margin: 15px 0 0 -30px;
    padding-top: 20px;
  }
}

/* Added to accommodate a schedule table for ACM SIGGRAPH Frontiers Landing Page 05/13/2021 - Jeremy */
.schedule-table tr td {
  vertical-align: top;
  padding: 0 20px 20px 0;
  min-width: 150px;
}
.schedule-table tr td:first-child {
  font-weight: bold;
}

/* Client (Laura Ludka) requested larger subheads 03/10/2021 */
.section-image-text .sub-head-medium {
  font-size: .9rem;
}

/* Fixes the program and event share buttons to bottom of the sidebar */
/* @media all and (min-width: 768px){
  .sidebar-program .widget.widget-share {
    position: absolute;
    bottom: 0px;
  }
} */

/* Button disable class, was made for footer but can be used other places */
li.disable > a {
  opacity: .25;
  pointer-events: none;
}
.disabled-link-notice {
  font-size: 8px;
}

/* This override fixes the shapes overlapping hero text when a sidebar option is chosen 04/20/2021 */
.interior-hero-media img.bg-anim-front {
  margin-left: -390px;
  display: block;
}

@media all and (max-width: 1200px) {
  .interior-hero-media img.bg-anim-front {
	display: none;
  }
}

/* 
 * Program/Event Pages 
 */
.widget.widget-chair .chair-entry {
  background: white;
  
}

.accordion-body-inner p b {
  font-weight: 600;
}
.accordion-body-inner a {
  color: #0099ce;
}
.sidebar-vert-spacer {
  display: none;
}
.widget-white-box a:not(.btn), .widget-white-box a:not(.button) {
  font-size: .75rem;
}
@media all and (min-width: 850px) {
	.sidebar-vert-spacer {
      display:  block;
    } 
}

/*
 * Featured Speakers
 */
.postid-533 .program-single-content .section-image-text:nth-child(6),
.postid-533 .program-single-content .section-image-text:nth-child(7) {
  display: none;
  visibility: hidden;
}

/*
 * Student Volunteers
 */
@media all and (min-width: 900px) {
  .height-spacer {
	height: 150px;
  }
}

/* 
 * Registration Page
 */
@media all and (min-width: 1200px) {
  .addons-grid .addon-col {
    flex-grow: 1;
    flex-basis: 0;
  }
}

.section-registration-level-nav {display: none;}

/* BEGIN - Temporary fix for the Technical papers page to allow for there to be no gaps in the content because of a very long sidebar, Can delete once more content has been added to the page. */
@media only screen and (min-width: 768px) {
  .single.single-program.postid-506 section.section-interior-hero {
/*     padding-bottom: 375px; */
  }
}

/* Temporary fix for content space issues */
@media only screen and (max-width: 767px) {
  .interior-hero-spacer {
    display: none;
    visibility: hidden;
    height: 0 !important;
  }
}

/* Homepage - specific request by Muunuu 08/05/21 - Jeremy Freeman
 * ATTENTION: This must be removed when more content is added
 */
/* .home #main > section:nth-child(2) {
  background-color: white;
} */
/* @media only screen and (min-width: 762px){
  .home .homepage-hero-row .homepage-hero-content .hero-content-inner {
    max-width: 630px;
  }
} */

/* SIGGRAPH Committee Page */
.page-id-571 .speaker-col.view-more {
  display: none;
  visibility: none;
}

/*
 * Technical Papers
 */
.tech-papers-graphic {
  overflow: hidden;
  margin-bottom: 20px;
}
.tech-papers-graphic .tpg-graphic-header {
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  border: 1px solid white;
  width: 100%;
}
.tech-papers-graphic .tpg-column {
  /* background-color: white; */
  padding-bottom: 1px;
  border: 1px solid white;
}
.tech-papers-graphic .tpg-column p {
/*   padding: 25px 35px; */
    padding: 0 35px;
}
.tech-papers-graphic .tpg-column .tpg-column-header {
  display: block;
  background: #e54341;
  background-image: -webkit-linear-gradient(90deg, #e54341 10%, #f5e633 30%, #e5e6e6 50%, #40bde8 60%, #2c3885 90%);
  background-image: linear-gradient(90deg, #e54341 10%, #f5e633 30%, #e5e6e6 50%, #40bde8 60%, #2c3885 90%);
  text-transform: uppercase;
  color: #040404;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid white;
}
.tech-papers-graphic.tpg-desktop {
    display: none;
}
.tech-papers-graphic .tpg-row {
  display: flex;
}
.tech-papers-graphic .tpg-row .tpg-column {
  width: 50%;
  padding-top: 20px;
}
.tech-papers-graphic .tpg-row.top-row .tpg-column,
.tech-papers-graphic .tpg-row.top-row .tpg-column p {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .tech-papers-graphic.tpg-mobile {
    display: none;
  }
  .tech-papers-graphic.tpg-desktop {
    display: block;
  }
}



/* BEGIN -- SABA - Courses "table" graphic */
.courses-graphic {
  overflow: hidden;
  margin-bottom: 20px;
}

.courses-graphic .cg-row {
  display: flex;
}
.courses-graphic .cg-row {
  display: flex;
  margin-bottom: 15px
}
.courses-graphic .cg-row.cg-header-row-2 {
  margin-top: 30px;
}
.courses-graphic .cg-row .cg-column {
  width: 50%;
  padding: 15px;
  border: 1px solid #040404;
}
.courses-graphic .cg-row .cg-column p,
.courses-graphic .cg-row .cg-column:not(.cg-column-header) ul {
  font-size: 85%;
}
.courses-graphic .cg-row .cg-column p strong {
  font-family: 'articulat_cfbold', sans-serif;
}
.courses-graphic .cg-row .cg-column-right {
  border-left: 0;
}

.courses-graphic .cg-column.cg-column-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #e54341;
  background-image: -webkit-linear-gradient(90deg, #e54341 10%, #f5e633 30%, #e5e6e6 50%, #40bde8 60%, #2c3885 90%);
  background-image: linear-gradient(90deg, #e54341 10%, #f5e633 30%, #e5e6e6 50%, #40bde8 60%, #2c3885 90%);
  text-transform: uppercase;
  color: #040404;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #040404;
}
.courses-graphic .cg-column.cg-column-header p {
  margin: 0.6875em 0;
}
.courses-graphic .cg-column.cg-column-header p strong {
  font-family: 'articulat_cfbold', sans-serif;
}


@media only screen and (min-width: 1024px) {
  .courses-graphic {
    border: 1px solid #040404;
  }
  .courses-graphic .cg-row.cg-header-row-2 {
    margin-top: 0;
  }
  .courses-graphic .cg-row {
    margin-bottom: 0;
  }
  .courses-graphic .cg-row .cg-column-right {
    border-left: 1px solid #040404;
  }
}
/* END -- SABA - Courses "table" graphic */






/*
 * Submit Page
 */
/* .page-id-187 .cfs-grid .cfs-col:nth-child(24),
.page-id-187 .cfs-grid .cfs-col:nth-child(26) {
  display: none;
  visibility: hidden;
} */

/*
 * Interior Hero styles
 */
.interior-hero-secondary-content {
  padding: 35px 0 0;
  margin-left: 0;
}

/* Rules for the Red Border in the inclusion table on the Register Single Pages */
@media all and (min-width: 1201px) {
  /* Full Conference & Full Conference Supporter Pages */
  .page-id-2634 .pricing-table--dynamic thead th:nth-child(2),
  .page-id-2638 .pricing-table--dynamic thead th:nth-child(2) {
      border-width: 2px 2px 0 2px;
      border-color: #e1645a;
  }
  .page-id-2634 .pricing-table--dynamic tbody > tr > td:nth-child(2),
  .page-id-2638 .pricing-table--dynamic tbody > tr > td:nth-child(2) {
      border-width: 1px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
  }
  .page-id-2634 .pricing-table--dynamic tbody > tr:last-child > td:nth-child(2), 
  .page-id-2638 .pricing-table--dynamic tbody > tr:last-child > td:nth-child(2) {
      border-width: 1px 2px 2px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
      border-bottom-color: #e1645a;
  }
  
  
  /* Exhibits Only Page */
  .page-id-2602 .pricing-table--dynamic thead th:nth-child(6){
      border-width: 2px 2px 0 2px;
      border-color: #e1645a;
  }
  .page-id-2602 .pricing-table--dynamic tbody > tr > td:nth-child(6) {
      border-width: 1px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
  }
  .page-id-2602 .pricing-table--dynamic tbody > tr:last-child > td:nth-child(6) {
      border-width: 1px 2px 2px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
      border-bottom-color: #e1645a;
  }
  
  /* Virtual Only Page */
  .page-id-2644 .pricing-table--dynamic thead th:nth-child(3),
  .page-id-2641 .pricing-table--dynamic thead th:nth-child(3) {
      border-width: 2px 2px 0 2px;
      border-color: #e1645a;
  }
  .page-id-2644 .pricing-table--dynamic tbody > tr > td:nth-child(3), 
  .page-id-2641 .pricing-table--dynamic tbody > tr > td:nth-child(3) {
      border-width: 1px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
  }
  .page-id-2644 .pricing-table--dynamic tbody > tr:last-child > td:nth-child(3),
  .page-id-2641 .pricing-table--dynamic tbody > tr:last-child > td:nth-child(3) {
      border-width: 1px 2px 2px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
      border-bottom-color: #e1645a;
  }
  
  /* Experience Page */
  .page-id-2628 .pricing-table--dynamic thead th:nth-child(5) {
      border-width: 2px 2px 0 2px;
      border-color: #e1645a;
  }
  .page-id-2628 .pricing-table--dynamic tbody > tr > td:nth-child(5) {
      border-width: 1px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
  }
  .page-id-2628 .pricing-table--dynamic tbody > tr:last-child > td:nth-child(5) {
      border-width: 1px 2px 2px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
      border-bottom-color: #e1645a;
  }
  
  /* Experience Plus Page */
  .page-id-2631 .pricing-table--dynamic thead th:nth-child(4) {
      border-width: 2px 2px 0 2px;
      border-color: #e1645a;
  }
  .page-id-2631 .pricing-table--dynamic tbody > tr > td:nth-child(4) {
      border-width: 1px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
  }
  .page-id-2631 .pricing-table--dynamic tbody > tr:last-child > td:nth-child(4) {
      border-width: 1px 2px 2px 2px;
      border-right-color: #e1645a;
      border-left-color: #e1645a;
      border-bottom-color: #e1645a;
  }
}

.registration-lv-content a {
  color: #e6af57;
}
.registration-lv-content a:hover {
  color: #e1645a;
}

/* BEGIN - SABA (2022-04-07) - Adjusting Column count for names on Reviewers Page && Adjusting hero image sizing at larger viewport sizes */
.page-id-2008 .full-width-text-inner p {
  column-count: 1;
}  
@media only screen and (min-width: 480px) {
  .page-id-2008 .full-width-text-inner p {
    column-count: 2;
  }  
}
@media only screen and (min-width: 762px) {
  .page-id-2008 .full-width-text-inner p {
    column-count: 3;
  }  
}
@media only screen and (min-width: 992px) {
  .page-id-2008 .full-width-text-inner p {
    column-count: 4;
  }
  .page-id-2008 section.section-interior-hero .interior-hero-media .hero-media-inner img {
 	 max-width: 70%;
  }
}
/* END - SABA (2022-04-07) - Adjusting Column count for names on Reviewers Page && Adjusting hero image sizing at larger viewport sizes */

.page-id-1977 figcaption, .page-id-1977 .wp-caption p.wp-caption-text { background: none; }


/* START - SABA (2022-06-14) - Linklings date selector button quick fix. Added to stylesheet already, can be removed during next live style push to prod. */
/* .large-date-sels div, .small_date_sel_container div {
  display: inline-block !important;
} */
.linklings-wp-plugin-contents .date-sels .large-date-sels div, .linklings-wp-plugin-contents .date-sels .small_date_sel_container div {
  margin: 0 0 10px 10px !important;
}
/* END - SABA (2022-06-14) - Linklings date selector button quick fix. Added to stylesheet already, can be removed during next live style push to prod. */

/* Linklings full-program page - Jeremy 06/29/2022 */
.recording.tag-group-list.tag_group108 > div {
	padding: 0 0 10px 0;
	font-style: italic;
}
.recording.tag-group-list.tag_group108 > div::before {
	content: "Note: ";
}
/* END Linklings full-program page - Jeremy 06/29/2022 */

/* Added because Jason was OOO and I had to push the speakers section live 06/29/2022 */
/* .home #main > section:nth-child(2) {
	background: #e0e0df;
} */
/* END Added because Jason was OOO and I had to push the speakers section live 06/29/2022 */

/* two-column on program/event pages was not styled so I made the background white - Jeremy - 07/06/2022 */
/* .single-program section.section-two-column-text {
	background: white;
} */
/* END two-column on program/event pages was not styled so I made the background white - Jeremy - 07/06/2022 */

/* Job Fair Page, linklinglings shortcode - Jeremy 07/06/2022 */
.event-type-jobposting.linklings-wp-plugin-contents.presentation-details-program .presentation-title,
.event-type-jobposting.linklings-wp-plugin-contents.presentation-details-program .job-posting.divider,
.event-type-jobposting.linklings-wp-plugin-contents.presentation-details-program .job-posting.company,
.event-type-jobposting.linklings-wp-plugin-contents.presentation-details-program .job-posting.location {
  display: inline;
  background: none;
  padding: 0;
}
.event-type-jobposting.linklings-wp-plugin-contents.presentation-details-program .presentation-display {
  border-color: black;
  padding-top: 1rem;
  margin: 0;
}
.event-type-jobposting.linklings-wp-plugin-contents .event-type-sect.info-section,
.event-type-jobposting.linklings-wp-plugin-contents .main-page-links,
.event-type-jobposting.linklings-wp-plugin-contents .right-col {
  display: none;
  visibility: hidden;
}
.event-type-jobposting.linklings-wp-plugin-contents .left-col {
  width: 100%;
}

@media all and (max-width: 600px){
  .event-type-jobposting.linklings-wp-plugin-contents .left-col .info-section.presentation-title {
	font-size: 1rem;
  }
}
/* END Job Fair Page, linklinglings shortcode - Jeremy 07/06/2022 */

/* START (SABA - 2022-07-21) Editing Conference - Media Policies Widget styles to allow for centering of two columns instead of three */
.page-id-460 .policies-grid {
  justify-content: center;
}
/* Also throwing in some width adjustments for the accordion to allow for it to stretch so that the policies grid doesn't look of-center */
.page-id-460 .accordion {
  max-width: 100%;
}
/* END (SABA - 2022-07-21) Editing Conference - Media Policies Widget styles to allow for centering of two columns instead of three */

/* TEMPORARY /contributor-resources/ to hide unecessary sections for launch - Jeremy 09/15/2022 */
.page-id-2183 #main section:nth-child(2),
.page-id-2183 #main section:nth-child(3),
.page-id-2183 #main section:nth-child(4) {
  display: none;
  visibility: hidden;
}
/* END TEMPORARY /contributor-resources/ to hide unecessary sections for launch - Jeremy 09/15/2022 */

/* Icon Fix for Call for Submissionns Grid */
.cfs-col .event-entry-icon svg {
  width: 100%;
  height: 100%;
}

/* BEGIN - Styles for the attributions list on the attributions page - SABA - (2022-11-01) */
.attributions-list li h3,
.attributions-list li p {
  margin-bottom: 0;
}
.attributions-list li a {
  color: #f17d46;
}
.attributions-list li a:hover {
  color: #ffb0a4;
}
/* END - Styles for the attributions list on the attributions page - SABA - (2022-11-01) */


/* .cfs-closed .event-entry-icon, .cfs-closed .event-entry-title {
  opacity: 1 !important;
} */

/* BEGIN - Adding custom link colors to hero sidebar upon client request. (Saba - 2023-04-11) */
.interior-hero-sidebar .widget-white-box a {
  color: #f17d46;
}
/* END - Adding custom link colors to hero sidebar upon client request. (Saba - 2023-04-11) */

/* Electronic Theater Session page - Jeremy 06-09-2023 */
.electronictheater.linklings-wp-plugin-contents.session-display .info-section .creator .info-label {
  display: inline;
  padding-right: 15px;
  position: relative;
}
.electronictheater.linklings-wp-plugin-contents.session-display .info-section .creator .info-label::after {
  content: ":";
  display: block;
  position: absolute;
  top: 3px;
  right: 8px;
  visibility: visible;
}
/* END Electronic Theater Session page */

/*
 * Linklings Presentations page styles
 * Jeremy 06-13-2023
 */
.linklings-wp-plugin-contents .right-col {
  padding: 16px 14px !important;
  border-radius: .625rem;
  background: white;
  float: right;
}
#ll_vimeo_video_wrapper {
  margin-bottom: 30px;
}
#ll_vimeo_video_wrapper #main_video {width: 66% !important;}
#ll_vimeo_video_wrapper #slido_frame {width: 33% !important;}

/* Vertically center presenter pic and presenter name/info */
.session-display .presenter-details-sect img.presenter-pic,
.presentation-display .presenter-details-sect img.presenter-pic,
.presentation-display .presenter-details-list img.presenter-pic,
.presentation-display .presenter-details-list .empty.presenter-pic {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
}
.linklings-wp-plugin-contents.presentation-display .info-section.presenter-details-sect .presenter-details-list .presenter-details {
  position: relative;
  padding: 40px 0 40px 120px;
}
/* END Linklings Presentations page styles - Jeremy 06-13-2023 */

/*
 * Added CSS for primarily the full-program by client request
 * Jeremy 06-15-2023 
 */
.linklings-wp-plugin-contents .agenda-item .info-label {
  font-weight: normal;
}
@media screen and (max-width: 680px) {
  .linklings-wp-plugin-contents .agenda-item a {
    text-decoration: underline;
  }
  .tablesched tr.odd td {
    background-color: #f5ede3 !important;
  }

  .page-id-1838 main .container {
    padding: 0;
    margin: 0;
  }

  .page-id-1838 main .container h2 {
    padding: 0 20px;
  }

  .linklings-wp-plugin-contents .filters {
    padding: 20px;
  }
}

/* END Added CSS for primarily the full-program by client request - Jeremy 06-15-2023 */

/*
 * Registration Level Legend for full-conference schedule
 */
.page-id-1838 .schedule-at-a-glance-legend.reg-legend li::before {
    content: "";
}
.page-id-1838 .schedule-at-a-glance-legend.reg-legend li li {
	float: left;
}
.page-id-1838 .schedule-at-a-glance-legend.reg-legend ul {
	overflow: hidden;
}
/* END Registration Level Legend */

/*
 * Custom callout for Keynote presentation page
 * Jeremy 06-28-2023
 */
.content-callout-header {
  font-size: 1.5rem;
}
.content-callout-header span {
  display: block;
  background-image: -webkit-linear-gradient(90deg, #e54341 10%, #f5e633 30%, #e5e6e6 50%, #40bde8 60%, #2c3885 90%);
  background-image: linear-gradient(90deg, #e54341 10%, #f5e633 30%, #e5e6e6 50%, #40bde8 60%, #2c3885 90%);
  padding: 5px;
  font-size: 1.94rem;
  color: #040404;
}
/* END Custom callout for Keynote speaker page */

/* BEGIN Quick fix for the Linklings Shortcode in the alert bar, when they're ready for this feature we just need to remove this bit of CSS (SABA 2023-07-17) */
.alert-bar .alert-bar-inner {
  text-align: center;
}
.alert-bar .alert-bar-inner .shortcode {
  display: none;
}
/* END Quick fix for the Linklings Shortcode in the alert bar, when they're ready for this feature we just need to remove this bit of CSS (SABA 2023-07-17) */

/*
 * Alert bar
 */
.alert-bar .login_reg_status > span {
  display: inline-block;
}
/* END Alert bar */

/* Linklings: Map Page
 * Jeremy 07-19-2023
 */
.linklings-wp-plugin-contents.map-page {
  width: 100%;
}
/* END Linklings: Map Page */

/* Linklings: Program Grid
 * Jeremy 07-21-2023
 */
.agenda-item.presentation-row.primary-session .presentation-time > span:nth-child(3) {
  display: block;
}
.linklings-wp-plugin-contents .tablesched table thead tr th {
  padding: .9375rem 1.25rem .9375rem .3em;
}
.linklings-wp-plugin-contents .tablesched table tbody tr td:nth-child(2) {
  min-width: 8.4rem;
}
@media only screen and (min-width: 601px){
  .linklings-wp-plugin-contents .tablesched table tbody tr td:nth-child(2) {
  	min-width: 9.5rem;
  } 
}
@media only screen and (min-width: 992px) {
  .linklings-wp-plugin-contents .tablesched table thead tr th.header.time-header {
    width: 9.5rem !important;
  }
}
.linklings-wp-plugin-contents .tablesched table tbody tr td {
  vertical-align: top;
}
.linklings-wp-plugin-contents .tablesched table tbody tr td.calendar-td {
  vertical-align: middle;
}

/* END Linklings: Program Grid */

/* 
 * Linklings: Organization single
 */
.linklings-wp-plugin-contents.organization-display .info-section.institution-name {
  background: none;
}
.linklings-wp-plugin-contents.organization-display .institution-presentations .presentation-list .agenda-item,
.linklings-wp-plugin-contents.organization-display .institution-sessions .session-list .agenda-item,
.linklings-wp-plugin-contents.presenter-display .presentation-list .agenda-item {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.linklings-wp-plugin-contents.organization-display .info-section .session-header {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}
.linklings-wp-plugin-contents.organization-display .institution-people .presenter-list {
  display: flex;
  flex-wrap: wrap;
/*   justify-content: space-between; */
}
.linklings-wp-plugin-contents.organization-display .institution-people  .presenter {
  flex-basis: 50%; /* Adjust this value to control the width of each column */
}
@media screen and (min-width: 600px) {
  .linklings-wp-plugin-contents.organization-display .institution-people  .presenter {
    flex-basis: 30%; /* Adjust this value to control the width of each column */
  }
}
@media screen and (min-width: 1000px) {
  .linklings-wp-plugin-contents.organization-display .institution-people  .presenter {
    flex-basis: 25%; /* Adjust this value to control the width of each column */
  }
}
/*  END Linklings: Organization single */







/* BEGIN: SABA - 2024 SPECIFIC STYLE RULES EVERYTHING ELSE ABOVE WAS FROM PREVIOUS YEARS */
body.single-program .footer:before,
body.single-program .footer:after,
body.single-event .footer:before,
body.single-event .footer:after,
body.page-id-4490 .footer:before,
body.page-id-4490 .footer:after,
body.page-id-633 .footer:before,
body.page-id-633 .footer:after {
  display: none !important;
  visibility: hidden !important;
}

/* Hiding Keynote Speakers Widget on homepage for launch - CAN REMOVE LATER (2023-10-10) */
/* body.home .section-homepage-hero .hero-content-inner .feat-speak-header,
body.home .section-homepage-hero .hero-content-inner .featured-speakers {
  display: none !important;
  visibility: hidden !important;
} */
/* END: SABA - 2024 SPECIFIC STYLE RULES EVERYTHING ELSE ABOVE WAS FROM PREVIOUS YEARS */

/* This is titles on rainbow backgrounds to make them more readable */
.widget-white-box h3:not(.widget-title), /* standard page sidebar titles */
.pe-grid-entry .event-entry, /* P&E grid box titles */
.cfs-grid .cfs-col /* submissions grid */ {
	box-shadow: inset 0 0 0 500px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 1200px){
  .page-id-448 .interior-hero-text h1 {
    font-size: 2.6rem;
    overflow-wrap: break-word;
  }
}

/* BEGIN - 2023-11-17 SABA - Adding some space to the bottom of the nested lists in accordions so that the submissions content isn't weirdly spaced */
.accordion .the-content ul ul, .accordion .the-content ol ol, .accordion .the-content ul ol, .accordion .the-content ol ul {
  margin-bottom: 1.375em;
}
/* END - 2023-11-17 SABA - Adding some space to the bottom of the nested lists in accordions so that the submissions content isn't weirdly spaced */

/* Hide hero image on Register thank you page */
.page-id-1781 .interior-hero-media {
  display: none;
  visibility: none;
}
/* END Hide hero image on Register thank you page */


/* BEGIN - 2024-02-21 - Adding space above the header on the Dynamic Pricing Table Widget on the Exhibition Opportunities Page */
.page-id-2590 .section-pricing-table .the-content {
  padding-top: 40px;
}

.page-id-2590 .pricing-table tbody td, .page-id-2590 .pricing-table tbody th {
  color: #040404;
  font-family: 'articulat_cfbold', sans-serif;
}

.page-id-2590 .pricing-table.pricing-table--dynamic thead td:nth-child(5), 
.page-id-2590 .pricing-table.pricing-table--dynamic tbody td:nth-child(5) {
  background: none !important;
}

.page-id-2590 .pricing-table.pricing-table--dynamic thead td:nth-child(6), 
.page-id-2590 .pricing-table.pricing-table--dynamic tbody td:nth-child(6) {
  background: rgba(255,255,255,.4) !important;
}
/* END - 2024-02-21 - Adding space above the header on the Dynamic Pricing Table Widget on the Exhibition Opportunities Page */

.site strong {
  font-family: 'articulat_cfbold', sans-serif !important;
}

.page-id-4490 .section-full-width-text a.btn {
  color: white;
}

.logo-col-entry {
  border: 0 !important;
}

/* BEGIN - 2024-07-15 - Styling up the links for the Media Policies Widget for links because they're inheriting wrong (Saba) */
.section-media-policies .policy-group-text ul li a {
  color: #040404;
  text-decoration: underline;
}
.section-media-policies .policy-group-text ul li {
  color: #040404;
}
/* END - 2024-07-15 - Styling up the links for the Media Policies Widget for links because they're inheriting wrong (Saba) */

/* July 19, 2024 - Request from Morgan to make Daniel Cardoso Llach & Theodora Vardouli names work together on overlay and in title box */
@media screen and (min-width:480px) and (max-width: 767px) {
  .section-homepage-hero .hero-content-inner .featured-speakers .featured-speaker:nth-child(5) .image .name {
    font-size: 1rem !important;
  }
}
@media screen and (min-width:768px) and (max-width: 1099px) {
  .section-homepage-hero .hero-content-inner .featured-speakers .featured-speaker:nth-child(5) .image .name {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width:1100px) and (max-width: 1200px)  {
  .section-homepage-hero .hero-content-inner .featured-speakers .featured-speaker:nth-child(5) .image .name {
    font-size: .8rem !important;
  }
}
@media screen and (min-width:1200px)  {
  .section-homepage-hero .hero-content-inner .featured-speakers .featured-speaker:nth-child(5) .image .name {
    font-size: 1rem !important;
  }
}
.section-homepage-hero .hero-content-inner .featured-speakers .featured-speaker .info {
  padding-top: 3.5rem;
}
/* END July 19, 2024 - Request from Morgan to make Daniel Cardoso Llach & Theodora Vardouli names work together on overlay and in title box */</style>
<!-- end Simple Custom CSS and JS -->
