/**************************************************
* GENERAL
***************************************************/
#redbandtitle,
._admithub_embed-container,
#totop,
.sticky_logo,
.ivy-main,
#ivy-bot {
	display: none !important;
}
body > .container,
#fap-page-content .container,
.container.container-width-for-desktop {
    overflow: visible;
}
#hero-img-section {
	background: url(/undergraduate-admissions/_images/events/asd-banner-alt-2.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
    overflow: hidden;
    height: 0;
    padding-top: calc(300 / 1920* 100%);
}
.sticky_navbar {
    position: static !important;
}
*,
.navbar .searchbartop input,
.collapse.navbar-collapse .ugadmtext,
.collapse.navbar-collapse a,
.mobile-navbar .undergradtext {
    font-family: "Barlow Semi Condensed", sans-serif;
}
.collapse.navbar-collapse .ugadmtext {
    font-weight: 600;
}
.collapse.navbar-collapse a {
    font-weight: 500;
}
#righthandcontent {
    padding-top: 3rem;
	padding-bottom: 3rem;
}

/**************************************************
* NAVIGATION
***************************************************/
#sbu-schedule-navigation {
    position: sticky;
    top: 0;
    z-index: 10;
    margin: 3rem 0;
    background-color: #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
#sbu-schedule-navigation #sbu-schedule-navigation-container {
    background: linear-gradient(to right, #00549A, #1791AD, #BCCF9D);
    padding: 0.125rem;
    border-radius: 1.5rem;
    box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.05);
}
#sbu-schedule-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 0.125rem;
    row-gap: 0.125rem;
}
#sbu-schedule-navigation ul:not(:last-of-type) {
    margin-bottom: 0.125rem;
}
#sbu-schedule-navigation ul > li {
    flex: 0 0 calc((100% - 0.25rem) / 3);
}
#sbu-schedule-navigation ul > li > a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 600;
    color: #990000;
    background-color: rgba(255, 255, 255, 1);
    outline: none;
    
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}
#sbu-schedule-navigation ul > li > a > svg {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.35em;
    overflow: visible;
    color: inherit;
    fill: currentcolor;
}
#sbu-schedule-navigation ul > li > a > span {
    display: block;
}
#sbu-schedule-navigation ul:first-of-type > li:first-of-type > a {
    border-top-left-radius: 1.375rem;
}
#sbu-schedule-navigation ul:first-of-type > li:last-of-type > a {
    border-top-right-radius: 1.375rem;
}
#sbu-schedule-navigation ul:last-of-type > li:first-of-type > a {
    border-bottom-left-radius: 1.375rem;
}
#sbu-schedule-navigation ul:last-of-type > li:last-of-type > a {
    border-bottom-right-radius: 1.375rem;
}
#sbu-schedule-navigation ul > li > a:hover,
#sbu-schedule-navigation ul > li > a:focus,
#sbu-schedule-navigation #sbu-schedule-navigation-additional li a:hover,
#sbu-schedule-navigation #sbu-schedule-navigation-additional li a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
}
#sbu-schedule-navigation ul > li > a:hover::before,
#sbu-schedule-navigation ul > li > a:focus::before {
    border-color: rgba(255, 255, 255, 0.5);
}
#sbu-schedule-navigation #sbu-schedule-navigation-additional li a {
	padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.9);
}

/**************************************************
* HEADING
***************************************************/
#sbu-event-schedule-content {
    padding: 3rem 0;
}
#sbu-asd-heading {
    display: table;
    margin: 0 auto 3rem auto;
}
#sbu-asd-heading-text {
	font-family: "Alumni Sans" !important;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 6rem;
	line-height: 0.8;
	background-color: #990000;
	background-image: linear-gradient(to right, #c65245, #9f3d3e, #6a2329);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
#sbu-asd-heading-date {
	position: relative;
	color: rgba(0, 0, 0, 0.5);
	font-size: 2rem;
	line-height: 1;
	margin-top: 0.25rem;
	margin-left: 0;
	text-align: center;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
#sbu-asd-heading-date::before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 4px;
}
#sbu-asd-heading-date > span {
	position: relative;
	font-family: inherit;
	background-color: #ffffff;
	padding: 0 0.75rem;
}
#sbu-asd-heading-btn {
    margin-top: 1.5rem;
    text-align: center;
}
#sbu-asd-heading-btn a {
    font-family: "Barlow", "Barlow Semi Condensed", sans-serif;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 5rem;
    background-color: transparent;
    color: #990000;
    border: 2px solid #990000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-asd-heading-btn a svg {
    box-sizing: content-box;
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.35rem;
    vertical-align: -0.25em;
    color: #990000;
    overflow: visible;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-asd-heading-btn a span {
    display: inline-block;
    font-family: inherit;
    font-weight: 600;
    margin-top: 0.35em;
}
#sbu-asd-heading-btn a:hover,
#sbu-asd-heading-btn a:focus {
    background-color: #990000;
    color: #ffffff;
}
#sbu-asd-heading-btn a:hover svg,
#sbu-asd-heading-btn a:focus svg {
    color: #ffffff;
}

/**************************************************
* CONTENT
***************************************************/
/* SCHEDULE SECTION HEADING */
.sbu-schedule-section-heading {
    display: block;
    position: relative;
	margin-bottom: 1.5rem;
    background-color: #ffffff;
    border-radius: 1.5rem;
	overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.03) 0 4px 16px;
}
.sbu-schedule-section + .sbu-schedule-section-heading {
	margin-top: 3rem;
}
.sbu-schedule-section-heading img {
    display: block;
    width: 100%;
    height: auto;
}
.sbu-schedule-section-heading h2 {
	font-family: Bitter, Garamond, serif;
	padding: 0 1.5rem 0.75rem 1.5rem;
	margin: 0;
	line-height: 1.35;
	color: #990000;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right, #f5f5f5, #ffffff, #f5f5f5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
.sbu-schedule-section-heading h2::before {
	content: "";
    display: block;
    height: 0.375rem;
    background: linear-gradient(to right, #00549A, #1791AD, #BCCF9D);
    width: calc(100% + 3rem);
    margin-bottom: 1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

/* SCHEDULE SECTION */
.sbu-schedule-section {
    margin-bottom: 1.5rem;
    line-height: 1.35;
	box-shadow: rgba(0, 0, 0, 0.03) 0 4px 16px;
	border-radius: 1.5rem;
    overflow: hidden;
}
.sbu-schedule-section .sbu-schedule-heading {
    background: linear-gradient(to right,#990000,#d52027);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
	margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold;
	margin-bottom: 0;
	border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.sbu-schedule-section .sbu-schedule-subheading {
	border: 2px solid #990000;
    border-left: none;
    border-right: none;
	background-color: #ffffff !important;
    color: #990000;
    padding: 0.35rem 1.5rem;
    margin-bottom: 0;
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.sbu-schedule-section .sbu-schedule-heading + .sbu-schedule-content > .sbu-schedule-subheading:first-child {
	border-top: none;
}
.sbu-schedule-section .sbu-schedule-content {
	border: solid 1px rgba(0, 0, 0, 0.1);
    border-top: none;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	overflow: hidden;
}
.sbu-schedule-section.sbu-schedule-gray-section .sbu-schedule-content {
	border-color: #e6e6e6 !important;
}
.sbu-schedule-section .sbu-schedule-event {
    padding: 1.25rem 1.5rem;
}
.sbu-schedule-section .sbu-schedule-content > .sbu-schedule-event:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
/*.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event {
    border-bottom: none !important;
}
.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event:nth-child(2n) {
	background-color: #f2f2f2;
}
.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-stripe-increment {
	display: none !important;
}*/

.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event {
    border-bottom: none !important;
}
.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event.sbu-schedule-striped-row {
	background-color: #f2f2f2;
}

.sbu-schedule-section .sbu-schedule-event .sbu-schedule-title {
    flex: 1;
    font-weight: bold;
	padding-right: 1.35rem;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-title-location {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	font-size: 1.25rem;
}
.sbu-schedule-location a svg {
    height: 1em;
	max-height: 1em;
    width: auto;
    vertical-align: -0.125em;
    margin-left: 0.5em;
    fill: #990000;
    pointer-events: none;
}
/*.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location a::after {
    content: "\f3c5";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 0.5em;
    color: #990000;
}*/
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location a {
    font-weight: normal;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location a:not(:last-of-type) {
	margin-right: 0.35rem;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location a:last-of-type:not(:first-of-type) {
	margin-left: 0.35rem;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location a:hover {
    color: #990000;
    text-decoration: underline;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description {
    font-size: 1rem;
    color: #333333;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description strong {
	font-weight: 600;
}
/*.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event:nth-child(2n) .sbu-schedule-description {
	color: #474a4d;
}*/
.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event.sbu-schedule-striped-row .sbu-schedule-description {
	background-color: #f2f2f2;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description::before {
    content: "";
    display: block;
    padding-top: 1em;
    margin-top: 1rem;
    border-top: 1px solid #e5e5e5;
}
/*.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event:nth-child(2n) .sbu-schedule-description::before {
    border-top-color: #a4a4a4;
}*/
.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event.sbu-schedule-striped-row .sbu-schedule-description::before {
	border-top-color: #a4a4a4;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description > p {
    margin-bottom: 0.5em;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description > p:last-of-type {
    margin-bottom: 0;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description a:hover {
	text-decoration: underline;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-normal-text {
    font-weight: 400;
}
.sbu-schedule-bright-red-text {
    color: #D52027;
}
.sbu-schedule-red-text {
	color: #990000;
}
.sbu-schedule-blue-text {
	color: #00549A;
}
.sbu-schedule-teal-text {
	color: #13778f;
}

/* IMAGE SECTION */
.sbu-schedule-section.sbu-schedule-image-section .sbu-schedule-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 0.5rem 0.5rem 0 0.5rem;
}
.sbu-schedule-section.sbu-schedule-image-section .sbu-schedule-event {
    flex: 0 0 33.33%;
	border: none !important;
	padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-image {
    margin-bottom: 0.5rem;
	border-radius: 6px;
	overflow: hidden;
}
.sbu-schedule-section .sbu-schedule-event .sbu-schedule-image img {
    display: block;
    width: 100%;
    height: auto;
}
.sbu-schedule-section.sbu-schedule-image-section .sbu-schedule-event .sbu-schedule-title-location {
    display: block;
}

/* HORIZONTAL IMAGE SECTION */
.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-horizontal-section .sbu-schedule-event {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: center;
}
.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-horizontal-section .sbu-schedule-event .sbu-schedule-image {
    flex: 0 0 33.33%;
    margin-bottom: 0;
}
.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-horizontal-section .sbu-schedule-event .sbu-schedule-title-location {
    flex: 1;
    padding-left: 1rem;
}
			
/* TWO COLUMN IMAGE SECTION */
.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-content {
    align-items: stretch;
	padding: 1.5rem 1rem 0 1rem;
}
.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event {
    flex: 0 0 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
	padding: 0 0.5rem 1.5rem 0.5rem;
}
.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-image {
    flex: 0 0 35%;
    margin-bottom: 0;
}
.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-title-location {
    flex: 1;
    padding-left: 1rem;
    padding: 0.65rem 0 0.65rem 1rem;
}
			
/* CONTENT SECTION */
.sbu-schedule-section.sbu-schedule-section-content .sbu-schedule-content {
    padding: 1.5rem;
}
.sbu-schedule-section.sbu-schedule-section-content .sbu-schedule-content > *:last-child {
    margin-bottom: 0;
}
.sbu-schedule-section .sbu-schedule-content:first-child {
    border-top: 2px solid #990000;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

/* GAPLESS SECTION */
.sbu-schedule-section.sbu-schedule-gapless-section {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sbu-schedule-section.sbu-schedule-gapless-section .sbu-schedule-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}
.sbu-schedule-section.sbu-schedule-gapless-section.sbu-schedule-image-section .sbu-schedule-content {
	padding: 0.5rem;
}
.sbu-schedule-section.sbu-schedule-gapless-section + .sbu-schedule-section {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.sbu-schedule-section.sbu-schedule-gapless-section + .sbu-schedule-section .sbu-schedule-content:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

/* SECTION ANCHORS */
#sbu-schedule-section-anchors {
	box-shadow: none !important;
}
#sbu-schedule-section-anchors .sbu-schedule-content {
	padding: 0;
    border: none !important;
    overflow: visible;
}
#sbu-schedule-section-anchors ul {
    display: flex;
    list-style: none;
	margin: -0.5rem;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#sbu-schedule-section-anchors ul li {
	display: block;
    flex: 0 0 auto;
    margin: 0.5rem 0.4rem;
}
#sbu-schedule-section-anchors ul li a {
    font-family: "museo-slab", serif;
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    padding: 1.25rem;
    padding-left: 2.6rem;
    font-weight: bold;
    background-color: #f2f2f2;
    border-radius: 40px;
}
#sbu-schedule-section-anchors ul li a:hover {
    text-decoration: underline;
}
#sbu-schedule-section-anchors ul li a em.fa {
    margin-left: 0.4em;
    opacity: 0;
    transform: translatey(-1.5em);
    transition: opacity 0.2s cubic-bezier(0.7, 0, 0.2, 1), transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}
#sbu-schedule-section-anchors ul li a:hover em.fa {
    opacity: 1;
    transform: translatey(0);
}

/* INDIVIDUAL SECTIONS */
#sbu-schedule-tours-section .sbu-schedule-content,
#sbu-schedule-map-section .sbu-schedule-content {
	border-top: solid 2px #990000 !important;
}
.sbu-schedule-map-section .sbu-schedule-print-map {
	display: none;
}
.sbu-schedule-section.sbu-schedule-section-content.sbu-schedule-map-section .sbu-schedule-content {
    padding: 0;
}
#sbu-schedule-map-link {
	display: none;
}
#sbu-schedule-map-link a {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    padding: 1.25rem;
    padding-left: 2.6rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #990000;
}
#sbu-schedule-map-link a:hover {
    text-decoration: underline;
}
#sbu-schedule-map-link a .fa {
    margin-left: 0.25rem;
}

/* ADDITIONAL INFO */
#additional-info .sbu-schedule-event .sbu-schedule-description {
    font-size: 1.125rem;
    color: #212529;
}
#additional-info .sbu-schedule-event .sbu-schedule-description ul {
    padding-left: 1rem;
}

/* DINING */
#dining .sbu-schedule-content {
    align-items: stretch;
}
#dining .sbu-schedule-content > .sbu-schedule-event {
    flex: 0 0 50%;
}
#dining .sbu-schedule-content > .sbu-schedule-event:first-child {
    flex: 0 0 100%;
    padding-bottom: 0.5rem;
}
#dining .sbu-schedule-content > .sbu-schedule-event:first-child .sbu-schedule-image {
    margin-bottom: 0;
}

/* QUESTIONS */
#questions .sbu-schedule-heading {
    text-align: center;
}
#questions .sbu-schedule-content {
    text-align: center;
    font-size: 1.25rem;
}
#questions .sbu-schedule-content span {
    display: inline-block;
    font-weight: bold;
    color: #000000;
    background-color: rgb(128, 255, 64);
    padding: 0.25rem 0.75rem;
    margin: 0 0.25rem;
    border-radius: 1.25rem;
}
#questions .sbu-schedule-content a:hover {
	text-decoration: underline;
}
			
/* SCHEDULE STATUS */
.sbu-schedule-section .sbu-schedule-heading {
    position: relative;
}
.sbu-schedule-section .sbu-schedule-heading .sbu-schedule-status {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	right: 3px;
    top: 3px;
    bottom: 3px;
    border-top-right-radius: 1.375rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 1rem;
    color: #4b5563;
    background-color: #f9fafb;
    border-left: 7px solid #e5e7eb;
}
.sbu-schedule-section .sbu-schedule-heading .sbu-schedule-status > * {
    margin-left: 0.25em;
}
.sbu-schedule-section .sbu-schedule-heading .sbu-schedule-status.sbu-schedule-section-present {
    color: #15803d;
    background-color: #f0fdf4;
    border-left-color: #15803d;
}
.sbu-schedule-section .sbu-schedule-heading .sbu-schedule-status.sbu-schedule-section-future {
    border-left-color: #38bdf8;
    background-color: #f0f9ff;
    color: #082f49;
}
@keyframes presentBorderBlink {
    0% {
        border-left-color: #15803d;
    }
    50% {
        border-left-color: #cfead5;
    }
    100% {
        border-left-color: #15803d;
    }
}
.sbu-schedule-section .sbu-schedule-heading .sbu-schedule-status.sbu-schedule-section-present {
    border-left-width: 7px;
    border-left-style: solid;
    animation: presentBorderBlink 1.5s infinite;
}

/**************************************************
* MEDIA QUERIES
***************************************************/
@media only screen and (min-width: 1921px) {
    #hero-img-section {
        height: 380px;
        padding-top: 0;
    }
}
@media only screen and (min-width: 1400px) {
    #fap-page-content .container {
        width: 100%;
        max-width: 1320px !important;
    }
}
@media only screen and (max-width: 1399px) {
	.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event {
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 1199px) {
	#mobile-sidebarCollapse {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	.fixed-top.mobile-navbar-wrapper {
		position: absolute !important;
	}
	.scroller,
	.scroller-inner {
		position: static;
		overflow: visible !important;
    }
	body > .container,
	#fap-page-content .container {
		overflow: visible !important;
		position: static;
	}
	#mp-menu,
	#mobile-sidebarCollapse,
	.mobile-navbar .searchformmobile,
	#redbandtitle-mobile {
		display: none !important;
	}
	#mp-pusher {
		position: static !important;
	}
	.mobile-navbar .undergradtext {
		padding: 12px;
		margin: 0 !important;
	}
	#sbu-schedule-navigation ul > li > a {
		font-size: 1.125rem;
		font-weight: 600;
		padding: 0.75rem 1rem;
	}
	.mobile-image-wrapper {
		display: block;
		margin-top: 115px;
		height: auto !important;
		position: static !important;
		bottom: auto !important;
	}
	#righthandcontent {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	#sbu-asd-heading {
        display: block;
        margin: 1rem auto 2rem auto;
    }
	#sbu-asd-heading-text {
		font-size: 4rem;
		text-align: center;
	}
	#sbu-asd-heading-date {
		font-size: 1.25rem;
		line-height: 1;
		margin-top: 0.25rem;
		margin-left: 0;
		letter-spacing: 0.04em;
	}
	#sbu-asd-heading-date::before {
		display: none !important;
	}
	#sbu-asd-heading-date > span {
        padding: 0;
    }
	#sbu-asd-heading-text-1,
	#sbu-asd-heading-text-2 {
		font-size: 8.5vw;
	}
	#sbu-asd-heading-graphic {
		height: 1.5vw;
		margin-top: 0.5vw;
	}
	#sbu-asd-heading-text-date {
		font-size: 2.8vw;
	}
	#sbu-schedule-section-anchors ul li a {
		font-size: 1rem;
		padding: 1rem;
		padding-left: 2.25rem;
	}
	.sbu-schedule-section-heading h2 {
		font-size: 2rem;
	}
	.sbu-schedule-section .sbu-schedule-heading {
		font-size: 2.25rem;
	}
}
@media only screen and (max-width: 767px) {
	#redbandtitle-mobile {
		display: none !important;
	}
	/*#sbu-schedule-navigation #sbu-schedule-navigation-container {
		position: relative;
		left: -15px;
		right: -15px;
		width: calc(100% + 30px);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#sbu-schedule-navigation ul:first-of-type > li:first-of-type > a {
		border-top-left-radius: 0;
	}
	#sbu-schedule-navigation ul:first-of-type > li:last-of-type > a {
		border-top-right-radius: 0;
	}*/
	#sbu-schedule-navigation {
		top: 15px;
		border-radius: 1.5rem;
	}
	#sbu-schedule-navigation ul > li > a {
		font-size: 1rem;
		font-weight: 500;
		padding: 0.5rem 1rem;
	}
	#sbu-schedule-navigation ul > li > a > span {
		text-align: center;
	}
	#sbu-asd-heading {
		margin: 1rem auto 2rem auto;
	}
	#sbu-schedule-section-anchors ul li a {
		font-size: 1rem;
		padding: 0.75rem 1rem;
	}
	#sbu-schedule-section-anchors li a {
		padding: 1rem;
	}
	#sbu-schedule-section-anchors li a em.fa {
		display: none;
	}
	.sbu-schedule-section-heading h2 {
		font-size: 1.5rem;
    	font-weight: bold;
	}
    .sbu-schedule-section {
        margin-bottom: 1rem;
    }
	.sbu-schedule-section + .sbu-schedule-section-heading {
		margin-top: 2rem;
	}
    .sbu-schedule-section .sbu-schedule-heading {
        text-align: center;
		font-size: 2rem;
    }
	.sbu-schedule-section .sbu-schedule-subheading {
		font-size: 1rem;
	}
    .sbu-schedule-section .sbu-schedule-event .sbu-schedule-title-location {
        font-size: 1rem;
    }
	.sbu-schedule-section.sbu-schedule-image-section .sbu-schedule-event {
	    flex: 0 0 50%;
	}
	.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event {
        flex: 0 0 50%;
        display: block;
    }
    .sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-image {
        display: block;
    }
    .sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-image img {
        object-fit: fill;
        width: 100%;
        height: auto;
    }
    .sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-title-location {
        flex: 0 0 100%;
		padding: 0.65rem 1rem 0.65rem 1rem;
    }
    .sbu-schedule-section .sbu-schedule-heading .sbu-schedule-status {
        position: static;
        display: table;
        border-radius: 6px;
        padding: 0.5rem 0.75rem;
        margin: 0.75rem auto 0 auto;
    }
	#sbu-schedule-map-link {
		display: block !important;
	}
}	
@media only screen and (max-width: 575px) {
	#sbu-schedule-navigation ul > li > a,
	#sbu-schedule-navigation #sbu-schedule-navigation-additional li a {
		font-size: 0.875rem;
		font-weight: 500;
		padding: 0.35rem 0.5rem;
	}
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-title {
		flex: 0 0 100%;
	}
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location {
		flex: 1;
	}
	#sbu-schedule-section-anchors {
		margin-bottom: -0.5rem;
	}
	#sbu-schedule-section-anchors ul {
		display: block;
		border: 2px solid #e5e5e5;
		margin: 0;
		border-radius: 12px;
		overflow: hidden;
	}
	#sbu-schedule-section-anchors ul li {
		margin: 0;
	}
	#sbu-schedule-section-anchors ul li a {
		background-color: #ffffff;
    	border-radius: 0;
	}
	#sbu-schedule-section-anchors ul li:not(:last-child) a {
		border-bottom: 1px solid #e5e5e5;
	}
	#sbu-asd-heading-text {
		font-size: 3rem;
	}
	.sbu-schedule-section .sbu-schedule-heading {
		font-size: 1.5rem;
	}
	.sbu-schedule-section.sbu-schedule-image-section .sbu-schedule-content,
	.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-horizontal-section .sbu-schedule-event {
		display: block;
	}
	.sbu-schedule-section.sbu-schedule-image-section .sbu-schedule-event {
		flex: 0 0 100%;
	}
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description::before {
		padding-top: 0.5rem;
		margin-top: 0.5rem;
	}
	.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-horizontal-section .sbu-schedule-event .sbu-schedule-title-location {
		padding-top: 1rem;
		padding-left: 0;
	}
	.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event {
        flex: 0 0 100%;
        display: block;
    }
	#sbu-schedule-map-link a {
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 375px) {
	#sbu-schedule-navigation ul > li > a,
	#sbu-schedule-navigation #sbu-schedule-navigation-additional li a {
		text-align: center;
	}
	#sbu-schedule-navigation ul > li > a > svg {
		display: none !important;
	}
}

/**************************************************
* PRINT
***************************************************/
@media print {
	#totop,
	#sbu-schedule-section-anchors,
	._admithub_embed-container,
	#footersection,
	#redfooter,
	.sbu-schedule-section .sbu-schedule-image-event .sbu-schedule-image,
	.mobile-overlay,
	.mobile-navbar-wrapper,
	#footersectionmobile, 
	#redfootermobile,
	#redbandtitle-mobile,
	.mobile-image-wrapper,
	.search-form-wrapper,
	.navbar,
	#hero-img-section,
	.sbu-schedule-section-heading img,
	.sbu-schedule-section-heading h2::before,
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-image,
	.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-horizontal-section .sbu-schedule-event .sbu-schedule-image,
	.sbu-schedule-section .sbu-schedule-heading .sbu-schedule-status,
	#sbu-asd-heading-btn,
	#sbu-schedule-navigation,
	.sbu-schedule-location a svg {
		display: none !important;
	}
	body > .container,
	#redbandtitle > .container,
	> .container,
	.container.container-width-for-desktop {
		max-width: none !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#righthandcontent {
		padding-top: 0;
	}
	#sbu-asd-heading-text-1,
	#sbu-asd-heading-text-2,
	.sbu-schedule-section-heading h2,
	.sbu-schedule-section .sbu-schedule-heading {
		color: #990000 !important;
	}
	#sbu-asd-heading-text-date,
	.sbu-schedule-section .sbu-schedule-subheading,
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description,
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location a,
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location a::after {
		color: #000000 !important;
	}
	#sbu-asd-heading-text-1,
	#sbu-asd-heading-text-2 {
		background-color: transparent !important;
		background-image: none !important;
		background: none !important;
		-webkit-background-clip: initial;
		-webkit-text-fill-color: initial;
		-moz-background-clip: initial;
		-moz-text-fill-color: initial;
	}
	.sbu-schedule-section-heading,
	.sbu-schedule-section {
		box-shadow: none !important;
	}
	.sbu-schedule-section .sbu-schedule-heading,
	.sbu-schedule-section .sbu-schedule-subheading,
	.sbu-schedule-section .sbu-schedule-event {
		page-break-inside: avoid;
	}
	.sbu-schedule-section-heading h2 {
		padding: 0.75rem 1.5rem 0.5rem 1.5rem;
		background-color: transparent !important;
	}
	.sbu-schedule-section .sbu-schedule-heading {
		background: none;
		border: 2px solid #000000;
	}
	.sbu-schedule-section .sbu-schedule-subheading {
		border-width: 1px !important;
	}
	.sbu-schedule-section .sbu-schedule-event + .sbu-schedule-subheading {
		border-top: none !important;
	}
	.sbu-schedule-section .sbu-schedule-subheading
	.sbu-schedule-section-heading h2,
	.sbu-schedule-section .sbu-schedule-event {
		background-color: transparent !important;
		background: none !important;
	}
	.sbu-schedule-section .sbu-schedule-event:not(:last-child) {
		border-bottom: 1px solid #000000 !important;
	}
	.sbu-schedule-section.sbu-schedule-image-section .sbu-schedule-event {
		border: none !important;
	}
	.sbu-schedule-section .sbu-schedule-content,
	.sbu-schedule-section.sbu-schedule-gray-section .sbu-schedule-content,
	.sbu-schedule-section .sbu-schedule-subheading,
	.sbu-schedule-section .sbu-schedule-content > .sbu-schedule-event,
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-description::before {
		border-color: #000000 !important;
	}
	.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-horizontal-section .sbu-schedule-event .sbu-schedule-title-location {
		padding-left: 0;
	}
	.sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event {
        flex: 0 0 100%;
        display: block;
    }
    .sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-image {
        display: block;
    }
    .sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-image img {
        object-fit: fill;
        width: 100%;
        height: auto;
    }
    .sbu-schedule-section.sbu-schedule-image-section.sbu-schedule-image-two-column-section .sbu-schedule-event .sbu-schedule-title-location {
        flex: 0 0 100%;
    }
	
	/* PRINT MAP */
	.sbu-schedule-map-section .sbu-schedule-content {
		border: none !important;
	}
	.sbu-schedule-map-section .sbu-schedule-map {
		display: none !important;
	}
	.sbu-schedule-map-section .sbu-schedule-print-map {
		display: block !important;
	}
	#sbu-schedule-map-section .sbu-schedule-print-map img {
		width: 100%;
		max-width: none;
	}
	
	/* 2026 */
	.sbu-schedule-section-heading h2 {
		padding: 0.75rem 1.5rem 0.5rem 1.5rem;
		background: transparent !important;
		border: none !important;
	}
	.sbu-schedule-section .sbu-schedule-heading {
		background: none;
		border: 1px solid #000000;
	}
	.sbu-schedule-section.sbu-schedule-striped-section .sbu-schedule-event.sbu-schedule-striped-row .sbu-schedule-description {
		background-color: #ffffff;
	}
	.sbu-schedule-section .sbu-schedule-event .sbu-schedule-location a {
		color: #990000 !important;
	}
	.sbu-schedule-map-section .sbu-schedule-print-map img {
		width: 100%;
		height: auto;
	}
	#questions .sbu-schedule-content {
		font-size: 1.125rem;
	}

}