/**************************************************
* HEADER
***************************************************/
/* TOOL LINKS */
.dept-header .dept-row.utility .tool-links ul li,
.dept-header .dept-row.utility .tool-links .util-search-trigger {
    margin: 0;
}
.dept-header .dept-row.utility .tool-links ul li button,
.dept-header .dept-row.utility .tool-links ul li a,
.dept-header .dept-row.utility .tool-links .util-search-trigger .search-toggle {
    --bs-btn-color: #990000;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #990000;
    --bs-btn-hover-bg: #f5f5f5;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #990000;
    --bs-btn-active-bg: #f5f5f5;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    
	padding: 0.375rem 0.75rem;
	background: var(--bs-btn-bg);
	background-color: var(--bs-btn-bg);
	color: var(--bs-btn-color);
    font-size: 1.125rem;
    font-weight: 500;
	gap: 0;
	border: 1px solid transparent;
}
.dept-header .dept-row.utility .tool-links ul li button:hover,
.dept-header .dept-row.utility .tool-links ul li a:hover,
.dept-header .dept-row.utility .tool-links .util-search-trigger .search-toggle:hover {
	background: var(--bs-btn-hover-bg);
	background-color: var(--bs-btn-hover-bg);
	color: var(--bs-btn-hover-color);
	border-color: var(--bs-btn-hover-bg);
}
.dept-header .dept-row.utility .tool-links ul li button:focus:not(:focus-visible),
.dept-header .dept-row.utility .tool-links ul li a:focus:not(:focus-visible),
.dept-header .dept-row.utility .tool-links .util-search-trigger .search-toggle:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: !important;
}
.dept-header .dept-row.utility .tool-links ul li button svg,
.dept-header .dept-row.utility .tool-links ul li a svg,
.dept-header .dept-row.utility .tool-links .util-search-trigger .search-toggle svg {
    width: 1em;
    height: 1em;
    margin-right: 0.5rem;
}

/* TRANSLATE */
#sbu-uga-google-translate {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.375rem 0.75rem;
	margin: 0;
    margin-left: 0.75rem;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.375rem;
}
#sbu-uga-google-translate:empty {
	display: none !important;
}
#sbu-uga-google-translate:focus-within {
    outline: 3px solid #005ea6 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 1px #ffffff !important;
}
#sbu-uga-google-translate::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%23990000'%3E%3Cpath d='M160 0c17.7 0 32 14.3 32 32l0 32 128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-9.6 0-8.4 23.1c-16.4 45.2-41.1 86.5-72.2 122 14.2 8.8 29 16.6 44.4 23.5l50.4 22.4 62.2-140c5.1-11.6 16.6-19 29.2-19s24.1 7.4 29.2 19l128 288c7.2 16.2-.1 35.1-16.2 42.2s-35.1-.1-42.2-16.2l-20-45-157.5 0-20 45c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l39.8-89.5-50.4-22.4c-23-10.2-45-22.4-65.8-36.4-21.3 17.2-44.6 32.2-69.5 44.7L78.3 380.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l34.5-17.3c16.3-8.2 31.8-17.7 46.4-28.3-13.8-12.7-26.8-26.4-38.9-40.9L81.6 224.7c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l10.2 12.2c11.5 13.9 24.1 26.8 37.4 38.7 27.5-30.4 49.2-66.1 63.5-105.4l.5-1.2-210.3 0C14.3 128 0 113.7 0 96S14.3 64 32 64l96 0 0-32c0-17.7 14.3-32 32-32zM416 270.8L365.7 384 466.3 384 416 270.8z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#sbu-uga-google-translate::after {
    content: "";
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23990000'%3E%3Cpath d='M140.3 376.8c12.6 10.2 31.1 9.5 42.8-2.2l128-128c9.2-9.2 11.9-22.9 6.9-34.9S301.4 192 288.5 192l-256 0c-12.9 0-24.6 7.8-29.6 19.8S.7 237.5 9.9 246.6l128 128 2.4 2.2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#sbu-uga-google-translate .goog-te-gadget {
    visibility: hidden;
    font-size: 0;
}
#sbu-uga-google-translate .goog-te-gadget > span {
    display: none !important;
}
#sbu-uga-google-translate .goog-te-gadget > div:first-of-type {
    visibility: visible;
}
#sbu-uga-google-translate .goog-te-gadget .goog-te-combo {
    display: inline-block;
    padding: 0;
    padding: 0 0.5rem;
    margin: 0;
    appearance: none !important;
    background: transparent;
    color: #990000;
    border: none;
    font-family: "Barlow", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    outline: none;
    box-shadow: none;
}
#sbu-uga-google-translate .goog-te-gadget .goog-te-combo:focus {
    outline: none !important;
}

/* HEADING */
.dept-header .dept-row.brand .dept-title > a {
	margin-left: -0.05em;
}

/* MAIN NAVIGATION */
.dept-header .dept-row.main-nav {
    
}
.dept-header .dept-row.main-nav .home-link {
    transform: translateY(-0.125rem);
}
.dept-header .dept-row.main-nav .nav-list > li {
    position: relative;
    margin-bottom: 0;
}
.dept-header .dept-row.main-nav .nav-list > li:hover > a,
.dept-header .dept-row.main-nav .nav-list > li:focus-within > a,
.dept-header .dept-row.main-nav .nav-list > li > a:focus,
.dept-header .dept-row.main-nav .nav-list > li > a:focus-visible,
.dept-header .dept-row.main-nav .nav-list > li > a.is-active,
.dept-header .dept-row.main-nav .nav-list > li > a[aria-current=page] {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}
.dept-header .dept-row.main-nav .nav-list > li a::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -0.5rem;
    left: 0.125rem;
    right: 0.125rem;
    z-index: 1;
    width: auto;
    height: 0.125rem;
    background-color: #ffffff;
    border-radius: 0.125rem;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dept-header .dept-row.main-nav .nav-list > li:hover > a::after,
.dept-header .dept-row.main-nav .nav-list > li:focus-within > a::after,
.dept-header .dept-row.main-nav .nav-list > li > a:focus::after,
.dept-header .dept-row.main-nav .nav-list > li > a:focus-visible::after,
.dept-header .dept-row.main-nav .nav-list > li > a.is-active::after,
.dept-header .dept-row.main-nav .nav-list > li > a[aria-current=page]::after {
    transform: scaleX(1);
}
.dept-header .dept-row.main-nav .nav-list > li > a:focus:not(:focus-visible) {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

/**************************************************
* FOOTER
***************************************************/
.dept-footer .footer-bottom .contact > p {
    font-size: 1.125rem;
}
.dept-footer .footer-bottom .contact > p:first-of-type {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.dept-footer .footer-bottom .contact > p:last-of-type {
    display: table;
    padding: 0.125rem 0.5rem 0.25rem 0.5rem;
    margin: 1rem auto 0 auto;
    border: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    font-size: 1rem;
}
.dept-footer .footer-bottom .contact > p:last-of-type strong {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.dept-footer .footer-bottom .contact a {
    text-decoration: none !important;
}
.dept-footer .footer-bottom .contact a:hover,
.dept-footer .footer-bottom .contact a:focus-visible {
    text-decoration: underline !important;
}
.dept-footer .footer-bottom .contact strong {
    font-weight: 600;
}
.dept-footer .footer-bottom .copyright .legal-links li {
    margin-bottom: 0;
}

/**************************************************
* HERO
***************************************************/
#sbu-uga-hero {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
	margin: 1rem;
}
#sbu-uga-hero-left {
    position: relative;
    flex: 0 0 50%;
    height: auto;
}
#sbu-uga-hero-section-link {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 0 1rem 1rem 0;
    text-decoration: none;
    background-color: #ffffff;
    border-bottom-right-radius: 1.25rem;
	cursor: pointer;
	outline: none;
}
#sbu-uga-hero-section-link span#sbu-uga-hero-section-link-back {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 1rem;
    left: 0;
    right: auto;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    background-color: #00549A;
    color: #ebebeb;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-uga-hero-section-link span#sbu-uga-hero-section-link-back svg {
    width: 1.25em;
    height: 1.25em;
}
#sbu-uga-hero-section-link span#sbu-uga-hero-section-link-label {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin: 0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00549A;
    background-color: #ebebeb;
    border-radius: 1.25rem;
    border-bottom-right-radius: 0.625rem;
    z-index: 5;
    transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-uga-hero-section-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 20px;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M 0 0 L 20 0 A 20 20 0 0 0 0 20 Z' fill='white'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
#sbu-uga-hero-section-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M 0 0 L 20 0 A 20 20 0 0 0 0 20 Z' fill='white'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
#sbu-uga-hero-section-link:hover span#sbu-uga-hero-section-link-label,
#sbu-uga-hero-section-link:focus-visible span#sbu-uga-hero-section-link-label {
    margin-left: 4.5rem;
}
#sbu-uga-hero-section-link:focus-visible span#sbu-uga-hero-section-link-label {
	outline-color: rgb(0, 95, 204);
	outline-offset: 1px;
	outline-style: auto;
	outline-width: 1px;
}
#sbu-uga-hero-section-link:hover span#sbu-uga-hero-section-link-back,
#sbu-uga-hero-section-link:focus-visible span#sbu-uga-hero-section-link-back {
    opacity: 1;
}
#sbu-uga-hero-content {
    width: calc(100% + 1px);
    height: auto;
    aspect-ratio: 21 / 9;
    background: linear-gradient(to bottom right, #002244, #00549A);
	border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
    color: #ffffff;
    padding: 1.5rem;
	z-index: 1;
}
#sbu-uga-hero-title {
    font-family: 'Alumni Sans' !important;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-transform: uppercase;
	font-size: 4.75vw;
    line-height: 0.8;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
#sbu-uga-hero-right {
    flex: 0 0 50%;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    overflow: hidden;
}

/**************************************************
* LAYOUT
***************************************************/
/* WRAPPER */
.section-content-wrapper {
    /* max-width: 1536px; */
    padding: 0 1.5rem;
}
.section-content-wrapper > .row.sbu-dept-layout {
    margin-top: 0;
}

/* BREADCRUMBS */
.sbu-dept-breadcrumb {
    padding: 0;
    margin: 1rem 0;
}
#sbu-uga-hero + .section-content-wrapper .sbu-dept-breadcrumb {
    margin: 0;
}
.sbu-dept-breadcrumb .breadcrumb {
    line-height: 1;
}
.sbu-dept-breadcrumb .breadcrumb > li {
    line-height: 1.6;
}
.sbu-dept-breadcrumb .breadcrumb > li > a {
    display: inline-block;
}

/* LEFT SIDEBAR */
.sbu-dept-sidenav {
	padding-left: 0;
	top: 7.5rem;
}
.sbu-dept-sidenav .sbu-dept-sidenav-card {
    position: relative;
	border: 1px solid #e5e5e5;
}
.sbu-dept-sidenav .sbu-dept-sidenav-card::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: auto;
    width: 5px;
    background-color: #1791ad;
}
.sbu-dept-sidenav .sbu-dept-sidenav-row::before {
	content: "";
    left: -1px;
}
.sbu-dept-sidenav .sbu-dept-sidenav-heading {
	padding-right: 2.25rem;
	font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.sbu-dept-sidenav .sbu-dept-sidenav-heading a::after {
	width: 100%;
}

/* MAIN CONTENT */
.sbu-dept-main {
	/* padding: 0; */
}
.sbu-dept-main.sbu-dept-stack h1 {
	margin-top: -0.1em;
    font-size: 4.125rem;
    color: #990000;
}
.sbu-dept-main.sbu-dept-stack h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.125rem;
    font-size: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sbu-dept-main.sbu-dept-stack h3 {
    margin-top: 2rem;
    font-size: 1.5rem;
}
.sbu-dept-main.sbu-dept-stack h2 + h3 {
    margin-top: 1rem;
}
.sbu-dept-main.sbu-dept-stack h4 {
    font-size: 1.375rem;
}
.sbu-dept-main.sbu-dept-stack h5 {
    font-size: 1.25rem;
}
.sbu-dept-main.sbu-dept-stack h6 {
    font-size: 1.125rem;
}
.sbu-dept-main.sbu-dept-stack h4,
.sbu-dept-main.sbu-dept-stack h5,
.sbu-dept-main.sbu-dept-stack h6 {
    margin-top: 1rem;
}
.sbu-dept-main.sbu-dept-stack ul {
    margin-top: 1rem;
}
.sbu-dept-main.sbu-dept-stack p {
    margin-bottom: 1rem;
}
.sbu-dept-main.sbu-dept-stack .footnote {
    color: #5f5f5f;
}

/* RIGHT SIDEBAR */
.sbu-dept-pagenav {
    position: sticky;
    top: 7.5rem;
    align-self: flex-start;
    padding-right: 0;
}
.sbu-dept-pagenav .sbu-dept-pagenav-card {
    position: relative;
    padding: 0;
    margin: 0 0 1.5rem 0;
    border: none;
    background: #ffffff;
}
.sbu-dept-pagenav .sbu-dept-pagenav-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.sbu-dept-pagenav .sbu-dept-pagenav-heading {
	position: relative;
    display: inline-block;
    padding: 0.4375rem 0 0 calc(1rem - 1px);
    margin: 0 0 1.25rem 0;
    font-family: "Barlow", sans-serif, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--bs-body-color);
}
.sbu-dept-pagenav .sbu-dept-pagenav-heading::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -0.4375rem;
    left: 1rem;
    right: 0;
    width: auto;
    height: 3px;
    background: #1791AD;
}
.sbu-dept-pagenav ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}
.sbu-dept-pagenav li {
    list-style-type: none;
    margin: 0;
}
.sbu-dept-pagenav li::marker {
    content: "";
    display: none;
}
.sbu-dept-pagenav a {
    display: block;
    padding: 0.4375rem 1.5rem 0.4375rem calc(1rem - 3px);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none !important;
    color: #333333;
    outline: none;
    border-radius: 0;
    border-left: 3px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}
.sbu-dept-pagenav .sbu-dept-pagenav-nav > ul > li:last-of-type a {
    border-bottom: none;
}
.sbu-dept-pagenav a:hover,
.sbu-dept-pagenav a:focus-visible {
    color: #1791AD;
    border-left-color: #1791AD;
}
.sbu-dept-pagenav ul ul a {
	padding-left: calc(2rem - 3px);
    color: #5f5f5f;
    font-size: 0.875rem;
    font-weight: 400;
}

/* BOXED LAYOUT */
.section-content-wrapper.layout--boxed {
	padding-bottom: 1.5rem;
}
.section-content-wrapper.layout--boxed .sbu-dept-breadcrumb,
#sbu-uga-hero + .section-content-wrapper.layout--boxed .sbu-dept-breadcrumb {
    margin: 1rem 0 1.5rem 0;
}
.section-content-wrapper.layout--boxed .sbu-dept-main.sbu-dept-stack h1 {
	margin-top: 1.5rem;
}

/**************************************************
* COMPONENTS
***************************************************/
/* ACCORDION */
.sbu-dept-main .dept-accordion {
    margin-bottom: var(--sbu-dept-gap-y);
}
.sbu-dept-main .dept-accordion .accordion-button {
    position: relative;
    padding: 0.75em 1em 0.75em 1.25em;
}
.sbu-dept-main .dept-accordion .accordion-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1em;
    right: auto;
    display: block;
    width: 0.5rem;
    height: 100%;
}
.sbu-dept-main .dept-accordion .accordion-header {
    margin-top: 0;
}
.sbu-dept-main .dept-accordion h2.accordion-header {
    margin: 0;
    padding: 0;
    border: none;
}

/* TABLE FILTER */
.dept-table-filters {
	width: 100%;
}
.dept-table-filters .dept-filter-bar {
	max-width: none;
}

/* DEADLINES WIDGET */
.uga-widget-application-deadlines {
    display: block;
    padding: 0;
    margin-bottom: 1rem;
    color: #ffffff;
    background-color: #1791AD;
    background: url('/undergraduate-admissions/_images/backgrounds/sbu-uga-background-deadlines-widget.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    font-family: "Barlow", sans-serif, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
    font-size: 1.125rem;
    line-height: 1.35;
    overflow: hidden;
}
.uga-widget-application-deadlines.uga-widget-application-deadlines-horizontal {
	background-image: url('/undergraduate-admissions/_images/backgrounds/sbu-uga-background-deadlines-widget-horizontal-alt.jpg');
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-head {
    padding: 1rem 1.25rem 0.875rem 1.25rem;
    margin: 0;
	text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Alumni Sans", "Barlow Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-title svg {
	flex: 0 0 1em;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-body {
	padding: 1.5rem 2rem;
    font-size: 1.125rem;
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-list {
	list-style: none;
    padding: 0;
    margin: 0 !important;
    text-align: center;
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-list-item {
    padding: 0;
    margin: 0;
	font-size: inherit;
    line-height: 1.35;
    list-style-type: none;
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-list-item:not(:last-of-type) {
    padding-bottom: 1.125rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-list-item-title {
    margin-bottom: 0.875rem;
    text-transform: uppercase;
	font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-list-item-date {
	font-size: 1.125rem;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-list-item-date:not(:last-of-type) {
    margin-bottom: 0.375rem;
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-list-item-date span {
    font-weight: 600;
}
.uga-widget-application-deadlines .uga-widget-application-deadlines-footnote {
    padding: 0.875rem 1.375rem;
    margin: 0;
	text-align: center;
	font-family: "Barlow Semi Condensed";
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    /* background-color: rgba(255, 255, 255, 0.1); */
	background-color: rgba(23, 145, 173, 0.15);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

/* RFI FORM */
.sbu-uga-rfi-form {
    font-family: "Barlow Semi Condensed";
	font-size: 1.125rem;
}
.sbu-uga-rfi-form .error,
.sbu-uga-rfi-form .success,
.sbu-uga-rfi-form .alert {
	margin-bottom: 1rem;
}
.sbu-uga-rfi-form div.form_question.form_p > .form_label > span {
    font-size: 1.15rem !important;
    font-weight: normal;
}
.sbu-uga-rfi-form div.form_question.form_p br {
    display: none;
}
.sbu-uga-rfi-form div.form_question input[type="text"],
.sbu-uga-rfi-form div.form_question input[type="email"],
.sbu-uga-rfi-form div.form_question input[type="tel"],
.sbu-uga-rfi-form div.form_question textarea,
.sbu-uga-rfi-form div.form_question.form_select select,
.sbu-uga-rfi-form div.form_question.form_address select {
    width: 100%;
}
.sbu-uga-rfi-form div.form_question input[type="text"],
.sbu-uga-rfi-form div.form_question input[type="email"],
.sbu-uga-rfi-form div.form_question input[type="tel"],
.sbu-uga-rfi-form div.form_question textarea,
.sbu-uga-rfi-form div.form_question select {
    border: solid 1px #d1d5db;
    border-radius: 6px;
	padding: 0.375rem 0.75rem;
    line-height: 1.5rem;
}
.sbu-uga-rfi-form div.form_question select {
	padding: 0.375rem;
}
.sbu-uga-rfi-form div.form_question input[type="text"]:focus,
.sbu-uga-rfi-form div.form_question input[type="email"]:focus,
.sbu-uga-rfi-form div.form_question input[type="tel"]:focus,
.sbu-uga-rfi-form div.form_question textarea:focus,
.sbu-uga-rfi-form div.form_question select:focus {
    outline: solid 1px #990000;
    border-color: #990000;
}
.sbu-uga-rfi-form div.form_question > .form_label,
.sbu-uga-rfi-form div.form_question > fieldset > .form_label {
    font-weight: 500;
    margin-bottom: 0.15em;
    font-size: 1.125rem;
    color: #111827;
}
.sbu-uga-rfi-form div.form_question > fieldset .form_label {
    margin-bottom: 0.15em;
}
.sbu-uga-rfi-form div.form_question > .form_label strong > span,
.sbu-uga-rfi-form div.form_question > fieldset > .form_label strong > span {
    font-weight: 400;
}
.sbu-uga-rfi-form div.form_question.form_address .form_responses {
    margin-bottom: 0.5rem;
}
.sbu-uga-rfi-form .action button.form_button_submit {
    width: auto;
    border-radius: 0.75rem;
    font-size: 1.125rem;
    padding: 0.375em 0.75rem;
	margin-top: 0.25rem;
    background-color: #990000;
    color: #ffffff;
    font-weight: 500;
    border: solid 2px #990000;
    outline: none;
	transition: background-color 0.2s cubic-bezier(0.7, 0, 0.2, 1), color 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}
.sbu-uga-rfi-form .action button.form_button_submit:hover,
.sbu-uga-rfi-form .action button.form_button_submit:focus {
    background-color: #ffffff;
    color: #990000;
}

/**************************************************
* MEDIA QUERIES
***************************************************/
@media (min-width: 992px) {
	/* RIGHT SIDEBAR */
    .sbu-dept-pagenav {
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    }
}
@media (min-width: 1200px) {
	/* RIGHT SIDEBAR */
    .sbu-dept-pagenav {
        padding-left: var(--bs-gutter-x, 1.5rem);
    }
}
@media (min-width: 1920px) {
    #sbu-uga-hero {
        height: 405px;
    }
    #sbu-uga-hero-content {
        height: 100%;
        aspect-ratio: auto;
    }
}
@media (max-width: 991px) {
	/* LEFT SIDEBAR */
	.sbu-dept-sidenav {
		position: static;
		top: auto;
		padding: 0;
	}
	
	/* RIGHT SIDEBAR */
	.sbu-dept-pagenav {
		position: static;
		top: auto;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	/* LEFT SIDEBAR LAYOUT */
	.section-content-wrapper.layout--sidebar {
        /* max-width: 1228px; */
		max-width: 1536px;
    }
	.section-content-wrapper.layout--sidebar .sbu-dept-sidenav {
        width: 308px;
    }
	.section-content-wrapper.layout--sidebar .sbu-dept-main {
        width: calc(100% - 308px);
    }
	
	/* DUAL SIDEBAR LAYOUT */
	.section-content-wrapper.layout--sidebars {
		max-width: 1536px;
	}
    .section-content-wrapper.layout--sidebars .sbu-dept-sidenav,
    .section-content-wrapper.layout--sidebars .sbu-dept-pagenav {
        width: 308px;
    }
    .section-content-wrapper.layout--sidebars .sbu-dept-main {
        width: calc(100% - 616px);
    }
}
@media (min-width: 1792px) {
	/* LEFT SIDEBAR LAYOUT */
	.section-content-wrapper.layout--sidebar {
        /* max-width: 1484px; */
		/* max-width: 1792px; */
    }
	
	/* DUAL SIDEBAR LAYOUT */
	.section-content-wrapper.layout--sidebars {
		/* max-width: 1792px; */
	}
}

/**************************************************
* TO ORGANIZE - NEW HERO
***************************************************/
#sbu-uga-hero {
    position: relative;
    height: 400px !important;
    margin: 0 !important;
    overflow: hidden;
}
#sbu-uga-hero-left {
    flex: 0 0 calc(100% / 3);
    width: calc(100% / 3);
    height: 100%;
}
#sbu-uga-hero-content {
    width: 100%;
    height: 100%;
    aspect-ratio: auto !important;
    background: #002245 !important;
    border-radius: 0 !important;
}
#sbu-uga-hero-divider {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: calc((100% / 3) - 72px);
    right: auto;
    width: auto;
    height: auto;
    z-index: 1;
}
#sbu-uga-hero-divider img {
    display: block;
    width: auto;
    height: 100%;
}
#sbu-uga-hero-right {
    flex: 1 0 auto;
    width: auto;
    border-radius: 0 !important;
}
#sbu-uga-hero-title {
    position: relative;
    font-family: "Alumni Sans", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(5rem, 5vw, 4rem) !important;
    font-weight: 600;
    line-height: 0.8 !important;
    color: #FFFFFF;
    text-transform: none;
    z-index: 5;
}
@media (max-width: 1536px) {
    #sbu-uga-hero {
        height: 360px !important;
    }
    #sbu-uga-hero-left {
        flex: 0 0 40%;
        width: 40%;
    }
    #sbu-uga-hero-divider {
        left: calc(40% - 65px);
    }
}
@media (max-width: 1399px) {
    #sbu-uga-hero {
        height: 326px !important;
    }
    #sbu-uga-hero-left {
        flex: 0 0 40%;
        width: 40%;
    }
    #sbu-uga-hero-divider {
        left: calc(40% - 60px);
    }
    #sbu-uga-hero-title {
        font-size: 4.75rem !important;
    }
}
@media (max-width: 1199px) {
    #sbu-uga-hero {
        height: 288px !important;
    }
    #sbu-uga-hero-left {
        flex: 0 0 40%;
        width: 40%;
    }
    #sbu-uga-hero-divider {
        left: calc(40% - 52px);
    }
    #sbu-uga-hero-title {
        font-size: 4rem !important;
    }
}
@media (max-width: 991px) {
    #sbu-uga-hero {
        height: 250px !important;
    }
    #sbu-uga-hero-left {
        flex: 0 0 50%;
        width: 50%;
    }
    #sbu-uga-hero-divider {
        left: calc(50% - 45px);
    }
    #sbu-uga-hero-title {
        font-size: 4rem !important;
    }
}
@media (max-width: 767px) {
    #sbu-uga-hero {
        display: block !important;
        height: auto !important;
    }
    #sbu-uga-hero-left {
        position: relative;
        flex: 1;
        width: 100%;
    }
    #sbu-uga-hero-left::after {
        content: "";
        position: static;
        display: block;
        width: 100%;
        height: 0.75rem;
        background: linear-gradient(to right, #00549A, #1791AD);
    }
    #sbu-uga-hero-divider {
        display: none !important;
    }
    #sbu-uga-hero-title {
        font-size: 4rem !important;
    }
    #sbu-uga-hero-right {
        display: block;
        flex: 1;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 5;
    }
}
@media (max-width: 575px) {
    #sbu-uga-hero-title {
        font-size: 3.5rem !important;
    }
}