/*************************************************
* GENERAL
*************************************************/
#main-site-content {

}
#main-site-content .breadcrumb-wrapper {
	padding: 15px 0;
}
#main-site-content #container {
	display: none;
}

/*************************************************
* HERO
*************************************************/
.business-gpf-hero {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.business-gpf-hero-segment {
	flex: 0 0 50%;
}
.business-gpf-hero-left {
	padding: 3.75rem 4rem;
	background-image: url('/commcms/business/_images/graduate-program-finder/business-graduate-program-finder-hero-left.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
}
.business-gpf-hero .business-gpf-hero-left:first-child:last-child {
    flex: 0 0 100%;
}
.business-gpf-hero-right {
	background-image: url('/commcms/business/_images/graduate-program-finder/business-graduate-program-finder-hero-right.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.business-gpf-hero h1 {
	margin-top: 0 !important;
	margin-bottom: 2.5rem !important;
	color: #ffffff !important;
}
.business-gpf-hero h2 {
	color: #ffffff !important;
}
.business-gpf-hero .business-gpf-hero-text p {
	font-size: 1.1rem;
	color: #ffffff !important;
	margin-top: 0;
}
.business-gpf-hero-filter-btn {
	display: block;
}
.business-gpf-hero-filter-btn a {
	display: inline-block;
	padding: 0.6rem 1.2rem;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.125rem;
	font-weight: bold;
	border: 2px solid #000000;
	text-decoration: none;
}
.business-gpf-hero-filter-btn a:hover {
}

/*************************************************
* HERO FILTERS
*************************************************/
.business-gpf-hero-filters {
	margin: 2.5rem 0;
}
.business-gpf-hero-filters .business-gpf-hero-filter:not(:last-child) {
    margin-bottom: 1.25rem;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-label {
	font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-right: 0.75rem;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-selection {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.25em 0.75em 0.25em 0.75em;
	border-bottom: 2px solid #ffffff;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-dropdown {
    position: relative;
	cursor: pointer;
}
#business-gpf-filter-field-of-interest .business-gpf-hero-filter-field-dropdown {
    min-width: 210px;
}
#business-gpf-filter-modality .business-gpf-hero-filter-field-dropdown {
    min-width: 150px;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-dropdown ul {
    display: none !important;
	position: absolute;
	list-style: none;
	bottom: auto;
	left: 0;
	/*right: auto;*/
	right: 0;
	top: calc(100% - 3px);
	width: auto;
	height: auto;
	z-index: 10;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 0.875rem;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-dropdown.open ul {
    display: block !important;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-dropdown li {
	padding: 0;
    margin: 0;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-dropdown a {
    display: block;
    font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
}
.business-gpf-hero-filters .business-gpf-hero-filter-field-dropdown a:hover,
.business-gpf-hero-filters .business-gpf-hero-filter-field-dropdown a:focus {
    background-color: #f5f5f5;
}

/*************************************************
* PROGRAM CARDS
*************************************************/
.business-gpf-programs {

}
.business-gpf-programs .business-gpf-program-cards-container > h2 {
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
    font-weight: bold;
	margin-top: 6rem;
}
.business-gpf-program-cards-container {
    width: 100%;
    margin: 0 auto;
}
.business-gpf-program-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5rem 0 4.5rem 0;
    margin-left: 0;
    margin-right: 0;
    column-gap: 3rem;
    row-gap: 3rem;
	align-items: stretch;
}
.business-gpf-program-cards .sbu-cob-program-card {
    display: block;
    flex: 0 0 calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
	height: auto;
    padding: 0;
}
.business-gpf-program-cards .sbu-cob-program-card.filter-hide {
	display: none !important;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
	height: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(107, 0, 13, 0.15);
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-graphic {
    flex: 0 0 45%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-body .sbu-cob-program-card-top {
    padding: 1.25rem 1.5rem 1.5rem 1.5rem;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-family: "Effra", "Effra W01", Helvetica, sans-serif;
    font-weight: 500;
    color: #990000;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-title a {
    color: #990000;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-title a:hover,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-title a:focus {
    color: #990000;
    text-decoration: underline;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-subtitle {
    font-size: 1rem;
    color: #737373;
    margin-top: 0;
    margin-bottom: 1rem;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-description {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #404040;
    margin-top: 0;
    margin-bottom: 1rem;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-link {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-link a {
    font-weight: 500;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-link svg {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    height: 0.875rem;
    margin-left: 0.35rem;
    fill: #990000;
    transform: translatex(0);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-link a:hover svg,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-link a:focus svg {
    transform: translatex(0.35rem);
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-bottom {}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs {
    padding: 0 1.5rem;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul {
    list-style: none;
    display: flex;
    width: 100%;
    margin-bottom: -1px;
	padding-left: 0;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li {
    display: block;
    flex: 1;
    margin: 0;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a {
    display: block;
    text-decoration: none;
    padding: 0 0.5rem 0.65rem 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #737373;
    border-bottom: 2px solid transparent;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li.active a,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a:hover,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a:focus,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a:active {
    color: #990000;
    border-color: #990000;
    outline: none !important;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a svg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 1.125rem;
    margin-right: 0.65rem;
    fill: #737373;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a span {
    vertical-align: middle;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li.active a svg,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a:hover svg,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a:focus svg,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs ul li a:active svg {
    fill: #990000;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tab-content {
	position: relative;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list {
    list-style: none;
    padding: 1.5rem;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list.active {

}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list .sbu-cob-program-highlights-list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list li.sbu-cob-program-highlights-list-item:not(:last-of-type) {
    margin-bottom: 0.75rem;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list .sbu-cob-program-highlights-list-item .sbu-cob-program-highlights-list-item-icon {
    flex: 0 0 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-right: 0.75rem;
    background: linear-gradient(to top right, #1a8099, #1791AD);
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list .sbu-cob-program-highlights-list-item .sbu-cob-program-highlights-list-item-icon svg,
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list .sbu-cob-program-highlights-list-item .sbu-cob-program-highlights-list-item-icon img {
    display: block;
    width: auto;
    height: auto;
    max-width: 24px;
    max-height: 24px;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list .sbu-cob-program-highlights-list-item .sbu-cob-program-highlights-list-item-text {
    color: #525252;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-summary {
    display: none;
    height: 292px;
    padding: 1.75rem 2rem;
    color: #525252;
    font-size: 0.875rem;
    line-height: 1.5;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-summary.active {
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    background-color: #ffffff;
    overflow: auto;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-summary * {
	margin-top: 0;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-summary *:last-of-type {
    margin-bottom: 0;
}
.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-summary p {
    font-size: 0.875rem;
    line-height: 1.5;
}

/*************************************************
* FILTER RESULTS
*************************************************/
#business-gpf-filter-no-results,
#business-gpf-filter-no-results-no-alternatives {
	display: none !important;
}
#business-gpf-filter-no-results.active,
#business-gpf-filter-no-results-no-alternatives.active {
	display: block !important;
}

/*************************************************
* PROGRAM PAGE HIGHLIGHTS WIDGET
*************************************************/
.sbu-cob-program-highlights {
	background-color: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 1.5rem;
	margin: 0 auto 1.5rem auto;
}
.sbu-cob-program-highlights-columns .sbu-cob-program-highlights {
	margin-bottom: 0;
}
.sbu-cob-program-highlights-list {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.sbu-cob-program-highlights-list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.sbu-cob-program-highlights-list-item:not(:last-of-type) {
	margin-bottom: 1rem;
}
.sbu-cob-program-highlights-list-item-icon {
	flex: 0 0 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	margin-right: 1rem;
	background: linear-gradient(to top right, #1a8099, #1791AD);
}
.sbu-cob-program-highlights-list-item-icon svg,
.sbu-cob-program-highlights-list-item-icon img {
	display: block;
	width: auto;
	height: auto;
	max-width: 32px;
	max-height: 32px;
}
.sbu-cob-program-highlights-list-item-text {
	color: #525252;
	font-size: 1rem;
	line-height: 1.15;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.075em;
}
.sbu-cob-program-highlights-notes,
.content-wrapper .black-text ul.sbu-cob-program-highlights-notes {
	border-top: 1px solid #e5e5e5;
	border-color: #e5e5e5 !important;
	padding: 1.15rem 1.5rem 0;
	margin: 1.5rem -1.5rem -0.35rem;
}
.sbu-cob-program-highlights-note {
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #373737;
	list-style: none;
}
.sbu-cob-program-highlights-note:not(:last-of-type) {
	margin-bottom: 0.5rem;
}
.sbu-cob-program-highlights-note.note-bullet-point {
	list-style: disc;
	margin-left: 1.15rem;
}
.sbu-cob-program-highlights-note.note-bold {
	font-weight: bold;
}
.sbu-cob-program-highlights-note.note-italicize {
	font-style: italic;
}
.sbu-cob-program-highlights-notes li::marker {
	color: #1791AD;
}

/* INSIDE OF COLUMNS SNIPPET */
.sbu-cob-program-highlights-columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	width: calc(100% + 60px);
	margin: 1rem -30px 1rem !important;
	overflow: visible;
}
.sbu-cob-program-highlights-columns .sbu-columns--column,
.sbu-cob-program-highlights-columns .sbu-columns--column.one-half {
	flex: 0 0 50%;
	width: 50%;
	padding: 0 30px;
	overflow: visible;
}
.sbu-cob-program-highlights-columns .sbu-columns--column:not(:last-of-type) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.sbu-cob-program-highlights-columns .sbu-columns--column p:first-of-type {
	margin-top: 0;
}

/* HORIZONTAL FORMAT */
.sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal {
	max-width: none;
	margin: 1.5rem;
}
.responsive-container .whole.section-bkg-container.column-layout-container .wrapper .whole.content .sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal,
.responsive-container .whole.clearfix.section-bkg-container.column-layout-container .wrapper .sbu-columns .sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal {
	margin: 1.5rem auto;
}
.sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal .sbu-cob-program-highlights-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal .sbu-cob-program-highlights-list .sbu-cob-program-highlights-list-item {
	flex: 0 0 calc((100% - 4.5rem) / 4);
	margin-bottom: 0;
}
.sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal .sbu-cob-program-highlights-notes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal .sbu-cob-program-highlights-notes li {
	margin-bottom: 0;
	color: #373737;
}

/* HORIZONTAL FORMAT INSIDE OF COLUMNS SNIPPET FIX */
.responsive-container .whole.clearfix.section-bkg-container.column-layout-container .wrapper .sbu-columns .sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal {
	margin-top: 0;
}
.responsive-container .whole.clearfix.section-bkg-container.column-layout-container .wrapper .sbu-columns .sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal .sbu-cob-program-highlights-list .sbu-cob-program-highlights-list-item {
	flex: 0 0 100%;
}
.responsive-container .whole.clearfix.section-bkg-container.column-layout-container .wrapper .sbu-columns .sbu-cob-program-highlights.sbu-cob-program-highlights-horizontal .sbu-cob-program-highlights-notes {
	justify-content: flex-start;
}

/*************************************************
* ANIMATIONS
*************************************************/

/*************************************************
* MEDIA QUERIES
*************************************************/
@media (max-width: 1599px) {
	
}
@media (max-width: 1399px) {
	.business-gpf-program-cards {
		column-gap: 1.5rem;
		row-gap: 1.5rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card {
		flex: 0 0 calc(50% - 0.75rem);
		width: calc(50% - 0.75rem);
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-graphic {
		flex: 0 0 50%;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-body .sbu-cob-program-card-top {
		padding: 1.25rem 1.5rem 1.5rem 1.5rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs {
		padding: 0 1.5rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list {
		padding: 1.5rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-summary {
		padding: 1.25rem 1.5rem;
	}
}
@media (max-width: 1199px) {
	#main-site-content .breadcrumb-wrapper {
		width: 100%;
		background-color: #fafafa;
		text-align: left;
		padding: 1rem;
		float: none;
		clear: both;
	}
	.business-gpf-hero {
		display: block;
		width: 100%;
	}
	.business-gpf-hero-left {
		flex: 0 0 100%;
	}
	.business-gpf-hero-right {
		display: none;
	}
	.business-gpf-programs .business-gpf-program-cards-container > h2 {
		margin-top: 3.5rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card {
		flex: 0 0 100%;
		width: 100%;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-graphic {
		flex: 0 0 40%;
	}
}
@media (max-width: 991px) {}
@media (min-width: 768px) and (max-width: 1199px) {
	
}
@media (min-width: 768px) {
	/* PROGRAM PAGE HIGHLIGHTS WIDGET */
	.sbu-cob-program-highlights {
		max-width: 570px;
	}
}
@media (max-width: 767px) {
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-body {
		flex-direction: column;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-graphic {
		flex: 0 0 auto;
		/* aspect-ratio: 3 / 2; */
		aspect-ratio: 1 / 1;
	}
	.business-gpf-program-cards {
        column-gap: 3rem;
        row-gap: 3rem;
    }
	
	/* PROGRAM PAGE HIGHLIGHTS WIDGET */
	.responsive-container .whole.clearfix.section-bkg-container.column-layout-container .wrapper .whole.clearfix.section-bkg-container.column-layout-container .wrapper {
		width: 100%;
		margin: 0;
	}
	.sbu-cob-program-highlights-columns {
		display: block;
		width: 100%;
		margin: 1rem 0 0 !important;
	}
	.sbu-cob-program-highlights-columns .sbu-columns--column,
	.sbu-cob-program-highlights-columns .sbu-columns--column.one-half {
		flex: 0 0 100%;
		width: 100%;
		padding: 0;
		overflow: visible;
	}
	.sbu-cob-program-highlights-columns .sbu-columns--column:not(:last-of-type) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-right: none;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.business-gpf-program-cards-container {
		padding: 0 1.5rem;
	}
	.business-gpf-program-cards {
        column-gap: 1.5rem;
        row-gap: 1.5rem;
    }
	.business-gpf-hero h1,
	.business-gpf-hero h2,
	.business-gpf-hero-text,
	.business-gpf-programs .business-gpf-program-cards-container > h2 {
		text-align: center;
	}
	.business-gpf-hero-filters .business-gpf-hero-filter-field {
		flex-direction: column;
	}
	.business-gpf-hero-filter-btn {
		text-align: center;
	}
}
@media (min-width: 576px) {
    .business-gpf-program-cards-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .business-gpf-program-cards-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .business-gpf-program-cards-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .business-gpf-program-cards-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .business-gpf-program-cards-container {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .business-gpf-program-cards-container {
        max-width: 1540px;
    }
	.business-gpf-program-cards {
		column-gap: 3rem;
		row-gap: 3rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-body .sbu-cob-program-card-top {
		padding: 1.75rem 2rem 2rem 2rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-tabs {
		padding: 0 2rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-highlights-list {
		padding: 2rem;
	}
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-summary {
		padding: 1.75rem 2rem;
	}
}
@media (min-width: 1800px) {
	.business-gpf-program-cards-container {
        max-width: 1720px;
    }
	.business-gpf-program-cards .sbu-cob-program-card .sbu-cob-program-card-graphic {
		flex: 0 0 50%;
	}
}

/*************************************************
* PRINT
*************************************************/
@media print {}