/********** SITE **********/
.promo-section .wrapper .sbu-columns--column {
    padding: 0 10px !important;
}
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/********** INDEX **********/
/* GENERAL */
.admitted-students-index div.navWrap.sitenav {
	float: none !important;
}
/* TOP SECTION */
.admitted-students-index .container-wrapper {
    background: #f8f8f8;
}
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(1) {
	position: relative;
    padding: 3rem 0;
	background-image: url('https://www.stonybrook.edu/commcms/admitted/_images/homecoming-122.JPG');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
}
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(1) .column-layout-container {
    padding: 0;
    margin: 0;
}
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(1) .column-layout-container .wrapper {
    overflow: visible;
}
.admitted-students-index .admitted-section-top {
	position: relative;
	z-index: 10;
}
.admitted-students-index .admitted-section-top h2 {
	font-family: 'Effra', 'Effra W01', Helvetica, sans-serif !important;
    font-size: 3rem !important;
    line-height: 1.05;
    font-weight: 900 !important;
    color: #990000 !important;
    text-align: center;
    margin: 0 0 1.85rem 0 !important;
}
.admitted-students-index .admitted-section-top .info-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: -1.4rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.admitted-students-index .admitted-section-top .info-cards .info-cards-link {
    display: block;
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 0 0.75rem;
	margin-bottom: 1.4rem;
}
.admitted-students-index .admitted-section-top .info-cards .info-cards_card {
    margin: 0;
    width: auto;
    height: 100%;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 4px 16px;
    overflow: hidden;
    position: relative;
    background: transparent;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 450ms;
	transform: translateY(0);
	transition: transform 450ms;
}
.admitted-students-index .admitted-section-top .info-cards .info-cards-link:hover .info-cards_card {
	-webkit-transform: translateY(-0.375rem);
	transform: translateY(-0.375rem);
}
.admitted-students-index .admitted-section-top .info-cards .info-cards_card::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(23, 23, 23, 0.55), rgba(23, 23, 23, 0.1), rgba(23, 23, 23, 0));
    opacity: 1;
    transition: opacity 450ms;
}
.admitted-students-index .admitted-section-top .info-cards .info-cards-link:hover .info-cards_card::after {
	opacity: 0.35;
}
.admitted-students-index .admitted-section-top .info-cards .info-cards_card img {
    width: 100%;
    height: auto;
    min-height: initial;
    max-height: initial;
}
.admitted-students-index .admitted-section-top .info-cards .info-cards_card p.info-cards_card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1.05rem 1.5rem !important;
    line-height: 1.2;
    min-height: 2.5rem;
    font-size: 1.75rem;
	color: #ffffff;
    font-weight: 500;
    text-align: center;
	z-index: 10;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.admitted-students-index .admitted-section-top .info-cards .info-cards-link,
.admitted-students-index .admitted-section-top .info-cards .info-cards-link:hover,
.admitted-students-index .admitted-section-top .info-cards .info-cards-link:focus {
	outline: none;
}
.admitted-students-index .admitted-section-top .info-cards_card-button {
    display: none !important;
}
	
/* HIGHLIGHTS SECTION */
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(2) {
    padding: 3rem !important;
    color: #212529;
	background: #ffffff;
}
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(2) .column-layout-container {
    padding: 0;
}
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(2) .wrapper {
	width: 100%;
    display: flex;
    justify-content: center;
	margin: 0 !important;
}
.admitted-students-index .admitted-section-highlights {
	display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1920px;
    margin: 0 -0.75rem;
    padding: 0;
}
.admitted-students-index .admitted-section-highlights .sbu-columns--column {
	display: block;
	float: none;
    padding: 0 0.75rem;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-events,
.admitted-students-index .admitted-section-highlights #admitted-highlight-financial-aid {
    text-align: center;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-events h2,
.admitted-students-index .admitted-section-highlights #admitted-highlight-financial-aid h2 {
    font-family: 'Effra', 'Effra W01', Helvetica, sans-serif !important;
    font-size: 2.5rem !important;
    line-height: 1.05;
    font-weight: 900 !important;
    color: #212529 !important;
    margin-bottom: 0.5rem;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-events p:first-of-type,
.admitted-students-index .admitted-section-highlights #admitted-highlight-financial-aid p:first-of-type {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-events p:last-of-type,
.admitted-students-index .admitted-section-highlights #admitted-highlight-financial-aid p:last-of-type {
    margin: 0;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-events p:last-of-type a,
.admitted-students-index .admitted-section-highlights #admitted-highlight-financial-aid p:last-of-type a {
    display: inline-block;
    background-color: #1791AD;
    border: 3px solid #1791AD;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    padding: 0.5rem 0.85rem;
    -webkit-transition: background-color 0.2s cubic-bezier(0.7, 0, 0.2, 1), color 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.7, 0, 0.2, 1), color 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-events p:last-of-type a::after,
.admitted-students-index .admitted-section-highlights #admitted-highlight-financial-aid p:last-of-type a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
    font-size: 1em;
    padding: 0 0 0 9px;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-events p:last-of-type a:hover,
.admitted-students-index .admitted-section-highlights #admitted-highlight-financial-aid p:last-of-type a:hover {
    background-color: #ffffff;
    color: #1791AD;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd {
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom: none;
    padding: 0 1.5rem;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-save-the-date {
    font-family: "museo-slab", "Museo Slab W01";
    background: linear-gradient(to right, #900228, #b60e35);
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 0.35rem;
    margin: 0;
    font-size: 1.25rem;
    letter-spacing: 0.15rem;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1.05rem 0 0 0;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-graphic {
    height: 150px;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-graphic img {
    display: block;
    width: 100%;
    height: 100%;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details {
    flex: 1;
    padding: 1.5rem 0 1.5rem 1.5rem;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details h2 {
    font-family: "museo-slab", "Museo Slab W01";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details p:first-of-type {
    font-family: "museo-slab", "Museo Slab W01";
    font-size: 1.5rem;
    border: 1px solid #990000;
    border-left: none;
    border-right: none;
    padding: 0.65rem 0;
    margin-bottom: 0;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details p:first-of-type span {
    color: #990000;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-button {
    margin: 0;
    text-align: center;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-button a {
    display: inline-block;
    background-color: #990000;
    border: 3px solid #990000;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    padding: 0.5rem 0.85rem;
    -webkit-transition: background-color 0.2s cubic-bezier(0.7, 0, 0.2, 1), color 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    transition: background-color 0.2s cubic-bezier(0.7, 0, 0.2, 1), color 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-button a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
    font-size: 1em;
    padding: 0 0 0 9px;
}
.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-button a:hover {
    background-color: #ffffff;
    color: #990000;
}
	
/* SBUTIFUL SECTION */
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(7) {
	position: relative;
    padding: 3rem 0;
	background: linear-gradient(to right, #6b000d 0%, #990000 25%, #990000 75%, #6b000d 100%);
}
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(7) .column-layout-container {
    padding: 0;
    margin: 0;
}
.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(7) .column-layout-container .wrapper {
    overflow: visible;
}
.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images {
    display: block;
    margin-bottom: 1.5rem;
}
.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images tbody {
    display: block;
}
.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images tbody tr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images tbody tr td {
    display: block;
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 0 0.75rem;
}
.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images tbody tr td img {
    padding: 0.75rem !important;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px !important;
    box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.2);
}
.admitted-students-index .admitted-students-sbutiful-section {
    position: relative;
    z-index: 1;
}
.admitted-students-index .admitted-students-sbutiful-section h2 {
    font-family: 'Effra', 'Effra W01', Helvetica, sans-serif !important;
    font-size: 2.5rem !important;
    line-height: 1.05;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-align: center;
    margin: 0 0 1.85rem 0 !important;
}
.admitted-students-index .admitted-students-sbutiful-section p:last-child {
	margin-bottom: 0;
	text-align: center;
}
.admitted-students-index .admitted-students-sbutiful-section p a {
	display: inline-block;
	background-color: #transparent;
	border: 3px solid #ffffff;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	padding: 0.5rem 0.85rem;

	-webkit-transition: background-color 0.2s cubic-bezier(0.7, 0, 0.2, 1), color 0.2s cubic-bezier(0.7, 0, 0.2, 1);
	transition: background-color 0.2s cubic-bezier(0.7, 0, 0.2, 1), color 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}
.admitted-students-index .admitted-students-sbutiful-section p a::after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	font-size: 1em;
	padding: 0 0 0 9px;
}
.admitted-students-index .admitted-students-sbutiful-section p a:hover {
	background-color: #ffffff;
	color: #990000;
}

/********** STUDENT TYPE **********/
/* GENERAL */
.admitted-students-student-type .container-wrapper .clearfix.responsive-container:nth-child(n + 2) {
	padding: 0;
}
.admitted-students-student-type .container-wrapper .clearfix.responsive-container:nth-child(n + 2) .section-bkg-container.column-layout-container {
	padding: 2rem 0;
	background-color: #ffffff;
}
.admitted-students-student-type .container-wrapper .clearfix.responsive-container h2 {
	margin-top: 1rem;
	margin-bottom: 1.35rem;
	font-size: 2.25rem;
	font-weight: 600;
}
.admitted-students-student-type .container-wrapper .clearfix.responsive-container h3 {
	margin-top: 0.25rem;
	margin-bottom: 1rem;
}
.admitted-students-student-type .container-wrapper .clearfix.responsive-container .content p:last-child,
.admitted-students-student-type .container-wrapper .clearfix.responsive-container .content ul:last-child {
	margin-bottom: 0;
}
.admitted-students-student-type .container-wrapper .clearfix.responsive-container .content .admitted-students-student-type-button {
	text-transform: initial;
    font-weight: 400;
}
/* HEADER BANNER */
.admitted-students-student-type .container-wrapper .clearfix.responsive-container:nth-child(1) {
	background: linear-gradient(to right, #990000, #d52027, #990000);
	color: #ffffff;
	height: auto;
}
.admitted-students-student-type .container-wrapper .clearfix.responsive-container:nth-child(1) h1 {
	color: #ffffff;
	margin: 1.25rem 0;
	font-size: 2.25rem;
	font-weight: 600;
}
/* PRE-DEPOSIT SECTION */
.admitted-students-student-type .container-wrapper .clearfix.responsive-container:nth-child(2) .section-bkg-container.column-layout-container {
	padding-bottom: 0;
}
.admitted-students-student-type .admitted-students-student-type-pre-deposit-section {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 2rem !important;
}
.admitted-students-student-type .admitted-students-student-type-pre-deposit-section ul:first-of-type {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	padding: 0.65rem 2rem;
	border: 1px solid #900;
	border-left: none;
	border-right: none;
}
.admitted-students-student-type .admitted-students-student-type-pre-deposit-section ul:first-of-type li {
	padding: 0;
	margin: 0 1rem;
	font-size: 1.15rem;
	font-weight: 500;
}
.admitted-students-student-type .admitted-students-student-type-pre-deposit-section ul:nth-of-type(2) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	padding: 0 1rem;
	margin-bottom: 1.5rem;
}
.admitted-students-student-type .admitted-students-student-type-pre-deposit-section ul:nth-of-type(2) li {
	padding: 0;
	margin: 0 0.5rem;
	font-size: 1.15rem;
	font-weight: 500;
}
.admitted-students-student-type .admitted-students-student-type-pre-deposit-section ul:nth-of-type(2) li a {
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem 0.75rem;
	background-color: #990000;
	color: #ffffff;
	text-decoration: none;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	border: 3px solid #990000;
	transition: background-color 0.2s cubic-bezier(0.7, 0, 0.2, 1), color 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}
.admitted-students-student-type .admitted-students-student-type-pre-deposit-section ul:nth-of-type(2) li a:hover {
	background-color: #ffffff;
	color: #990000;
}
/* ADDITIONAL INFO */
.admitted-students-student-type .container-wrapper .clearfix.responsive-container:nth-child(7) .section-bkg-container.column-layout-container {
	background-color: #f5f5f5;
}

/********** MEDIA QUERIES **********/
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
	/* INDEX */
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd {
		padding: 0 1.25vw;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-graphic {
		height: 7.85vw;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-content {
	    padding-top: 0.88vw;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details {
		padding: 1.25vw 0 1.25vw 1.25vw;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details h2 {
		font-size: 2.5vw;
		margin-bottom: 0.45vw;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details p:first-of-type {
		font-size: 1.18vw;
	}
}
@media only screen and (max-width: 1399px) {
	/* INDEX */
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-content {
		display: block;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details {
		padding: 1rem 0;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details h2 {
		font-size: 2.5rem;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details p:first-of-type {
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 991px) {
	/* INDEX */
	.admitted-students-index .admitted-section-top .info-cards .info-cards-link {
    	flex: 0 0 50%;
    	width: 50%;
	}
	.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(2) {
		padding: 1.5rem !important;
	}
	.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(2) .wrapper {
		display: block;
	}
	.admitted-students-index .admitted-section-highlights {
		display: block;
		margin: 0;
	}
	.admitted-students-index .admitted-section-highlights .sbu-columns--column {
		width: 100%;
    	padding: 0;
	    text-align: center;
		margin-bottom: 1.5rem;
	}
	.admitted-students-index .admitted-section-highlights .sbu-columns--column:last-child {
		margin-bottom: 0;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd {
		border: 1px solid #990000;
    	padding: 0 0 1rem 0;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details h2,
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-details p:first-of-type {
		padding: 0.5rem;
		margin: 0;
	}
}
@media only screen and (min-width: 961px) {
	.admitted-students-student-type .full_width_splash_gradient .responsive-splash-header-1 .splash-overlay-double-wrapper {
		background: linear-gradient(to right, rgba(153, 0, 0, 0.1), rgba(213, 32, 39, 0.05), rgba(153, 0, 0, 0.1));
	}
}
@media only screen and (max-width: 767px) {
	/* INDEX */
	.admitted-students-index .admitted-section-top .info-cards .info-cards_card {
		transform: none !important;
	}
	.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images tbody tr {
		display: block;
    	margin: 0;
	}
	.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images tbody tr td {
		display: block;
		width: 100%;
		padding: 0;
	}
	.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images tbody tr td:not(:last-of-type) {
		margin-bottom: 1.5rem;
	}
	.admitted-students-index .admitted-students-sbutiful-section .admitted-students-sbutiful-section-images tbody tr td img {
		display: block;
		margin: 0 auto;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-button a {
		margin: 0 auto;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-button a:first-child {
		margin-right: auto !important;
	}
	.admitted-students-index .admitted-section-highlights #admitted-highlight-asd #admitted-highlight-asd-button a:not(:last-child) {
		margin-bottom: 1rem;
	}
}
@media only screen and (max-width: 575px) {
	/* INDEX */
	.admitted-students-index .container-wrapper .clearfix.responsive-container:nth-child(1) {
		padding: 1.35rem 0;
	}
	.admitted-students-index .admitted-section-top .info-cards .info-cards-link {
    	flex: 0 0 100%;
    	width: 100%;
	}
	.admitted-students-index .admitted-section-top .info-cards .info-cards_card {
		width: 100%;
	}
}