/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/*colors*/

:root {
--sjsuo-blue-1: 0, 56, 168;
--sjsuo-blue-2: 0, 58, 111;
--sjsuo-blue-3: 25, 50, 73;
--sjsuo-gold-1: 251, 184, 26;
--sjsuo-gold-2: 244, 217, 158;
--sjsuo-teal-1: 20, 163, 130;
--sjsuo-teal-2: 16, 132, 105;
--sjsuo-grey-1: 89, 89, 89;
--sjsuo-grey-2: 204, 204, 204;
--black: 0,0,0;
--white: 255,255,255;
}

/*type size*/

:root {
--sjsuo-typesize-9: 4rem;
--sjsuo-typesize-8: 3rem;
--sjsuo-typesize-7: 2.5rem;
--sjsuo-typesize-6: 2rem;
--sjsuo-typesize-5: 1.75rem;
--sjsuo-typesize-4: 1.5rem;
--sjsuo-typesize-3: 1.25rem;
--sjsuo-typesize-2: 1.125rem;
--sjsuo-typesize-1: 1rem;
}

/*type weight*/
:root {
--sjsuo-weight-blk: 800;
--sjsuo-weight-eb: 700;
--sjsuo-weight-bold: 600;
--sjsuo-weight-reg: 300;
}

/*alert*/

.announcement .alert {
background-color: rgba(var(--white), 1);
}

.announcement .alert .fa {
color: rgba(var(--sjsuo-blue-1), 1);
}

.fa-bullhorn:before {
content: "\f0a1";
}

/*billboard*/

.billboard-container-left {
flex-direction: row;
}

.billboard-container-right {
flex-direction: row-reverse;
}

.billboard-container {
display: flex;
flex-wrap: wrap-reverse;
align-items: center;
height: 70vh
}

@media print, screen and (max-width: 875px) {
.billboard-container {
	justify-content: center;
}
}

img.billboard-media-right-gradient, .billboard-media-right-gradient img,.billboard-media-right-gradient {
object-fit: cover;
object-position: center;
height: 70vh;
width: 75%;
position: absolute;
left: 0;
}

img.billboard-image-left-gradient, .billboard-media-left-gradient img,.billboard-media-left-gradient{
object-fit: cover;
object-position: center;
height: 70vh;
width: 95%;
position: absolute;
right: 0;
}


.billboard-media-left-gradient::before {
content: "";
background: linear-gradient(90deg, rgba(0,58,111,0) 25%, rgba(0,58,111,0.75) 55%);
position: absolute;
width: 100%;
height: 70vh;
display: block;
z-index: 1;
left: 0;
}

.billboard-media-right-gradient::before {
content: "";
background: linear-gradient(90deg, rgba(0,58,111,0.75) 45%, rgba(0,58,111,0) 75%);
position: absolute;
width: 100%;
height: 70vh;
display: block;
z-index: 1;
right: 0;
}

.billboard-content {
max-width: 45%;
background: rgba(var(--white), 1);
z-index: 2;
padding: 1rem;
position: relative;
margin-bottom: 1rem;
margin-top: 1rem;
-webkit-box-shadow: 1px 1px 8px rgba(63, 63, 63, 0.25);
box-shadow: 1px 1px 8px rgba(63, 63, 63, 0.25);
}

@media print, screen and (max-width: 875px) {
.billboard-content {
	max-width: none;
}
}
@media print, screen and (max-width: 875px) {
.billboard-container {
	height: auto;
}
}
@media print, screen and (max-width: 875px) {
img.billboard-image-left-gradient, .billboard-media-left-gradient img,.billboard-media-left-gradient{
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	position: relative;
}
}
@media print, screen and (max-width: 875px) {
.billboard-media-left-gradient::before {
	display: none;
}
}
/* blue section homepage*/


.differentiators__lower .global-spacing .global-spacing--xlarge {
position: relative;
z-index: 1;
}

.differentiators {
position: relative;
z-index: 1;
}

.blue-section {
padding-top: 28rem;
/* padding-bottom: 200px; */
background: rgba(var(--sjsuo-blue-2), 1);
-webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
height: 100%;
width: 100vw;
margin-top: -20rem;
}

.blue-section .chapter-title {
color: #fff;
}

.home-promo-row {
display: flex;
flex-direction: row;
gap: 1rem;
align-items: center;
padding: 100px 0px;
}

.home-promo-image {
width: 50%;
}

.home-promo-content {
width: 50%;
height: 100%;
display: flex;
flex-direction: column;
padding: 2rem 2rem;
background: rgba(var(--white), 1);
box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.15);
justify-content: center;
}

.home-promo {
position: relative;
}

.home-promo-content ul.btn-group  {
padding: 1rem 0;
}

ul.btn-group  {
padding: 1rem 0;
}

p.home-promo-content {
margin: 0;
}

@media print, screen and (max-width: 48.0625em) {
.home-promo-row {
	flex-direction: column;
}
.home-promo-image {
	width:100%;
}
.home-promo-content {
	width:100%;
}
}


/*tabs*/
.programs-tab-bar-section {
border-bottom: 1px solid rgba(var(--sjsuo-grey-2), 1);
width: 100%;
}

.program-overview .components .component.component--tsp:first-child, .program-overview .components .component.component--tsp-top:first-child {
margin-top: 2rem;
}

.programs-tab-bar-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: 80rem;
margin: auto;
}


.programs-tab-bar a {
text-decoration: none;
}

/* Style the buttons that are used to open the tab content */
button.tab {
border: none;
outline: 1px solid rgb(0, 56, 168, 0);
cursor: pointer;
transition: outline 0.5s ease;
}


button.tab:hover  {
background: inherit;
color: var(--sjsu-blue-01), 1;
outline: 1px solid rgb(0, 56, 168, 1);
}

.tab, .programs-tab-bar button:focus  {
background: inherit;
color: inherit;
}

/* Style the tab */
.tab {
overflow: hidden;
text-align: center;
padding: 1rem 1.5rem;
}

/* Style the buttons that are used to open the tab content 
.tab button {
background-color: #fff;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s ease-in-out;
color: #373737;
border-bottom: 1px solid rgba(var(--sjsuo-blue-1), 1);
}*/

/* Change background color of buttons on hover */
button.tab:hover  {
background: inherit;
color: rgba(var(--sjsuo-blue-1), 1);
}

button.tab:focus {
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
transition: 0.3s ease-in-out;
color: inherit;}

/* Create an active/current tablink class */


/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}

@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}

/*apply modal*/

html, body {
margin: 0;
width: 100vw; 
overflow-x: hidden;
}

.apply-modal-content {
padding: 25px;
border: none;
background: #fff;
}

#applyModal {
top: -300px;
border: none;
background: none;
width: 30%;
}

#applyModal::backdrop {
background-color: rgba(0,0,0,0.75);
width: 100vw;
height: 100%;
}

#mobileApplyModal {
border: none;
}

#mobileApplyModal::backdrop {
background-color: rgba(0,0,0,0.75);
width: 100vw;
height: 100%;
}


.apply-close, button.apply-close, .apply-close button {
color: #000;
float: right;
font-size: var(--sjsuo-typesize-8);
font-weight: bold;
text-decoration: none;
background: none;
}

button.apply-close:focus:not(:disabled), [type='submit']:focus:not(:disabled), .apply-close button:focus:not(:disabled), [type='submit']:focus:not(:disabled) {
background: none;
color: #000;
}

button.apply-close:hover:not(:disabled), [type='submit']:focus:not(:disabled) {
color: rgba(var(--sjsuo-blue-1), 1);
background: none;
}

.fade {
transition: opacity .15s linear;
}

.apply-modal.show .modal-dialog {
transform: none;
}

.apply-modal.fade .modal-dialog {
transition: transform .3s ease-out;
transform: translateY(100px);
}


/*vimeo player*/

#modal-1 .close-button {
font-size: var(--sjsuo-typesize-8);
position: absolute;
right: 1rem;
top: 0.5rem;
}

.close-button {
background: none;
}

.close-button:hover {
background: none !important;
color: rgba(var(--sjsuo-gold-1), 1) !important;
}

.vimeo-showcase__item--title p {
font-size: var(--sjsuo-typesize-1) !important;
}

.hide {
display: none !important;
}

p.vimeo-video-reveal__description {
font-size: var(--sjsuo-typesize-1); !important;
}

p.vimeo-video-reveal__title {
font-size: var(--sjsuo-typesize-3) !important;
font-weight: 400px !important;
}

@media screen and (min-width: 1024px) {
.vimeo-showcase__item--graphic {
	width: 70% !important;
}
}

@media print, screen and (max-width: 90em) {

.vimeo-showcase__item img {
	object-fit: contain !important;
}
}


.vimeo-showcase__playlist--nav-btn:hover:not(:disabled),[type='submit']:hover:not(:disabled) {
color: #fff;
background: #e1e1e1;
-webkit-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}

.vimeo-showcase__playlist--nav-btn:focus:not(:disabled), [type='submit']:focus:not(:disabled) {
color: #fff;
background: #d2d2d2;
}



@media print, screen and (max-width: 768px) {
.hero.hero--overlay .hero__media .hero__media__container .video-container__inner:after, .hero.hero--overlay .hero__media .hero__media__container .hero__img__container:after {
	display: none;
}
.hero.hero--overlay.hero--flourish .hero__subtitle p {
	text-shadow: none;
	color: #000;
}
}

.swiper {
overflow: visible !important;
}

.vimeo-showcase__playlist .swiper {
overflow: hidden;
}

/*advertisting header*/

@media print, screen and (min-width: 64.0625em){
.hero+.components>.content-form:first-child .content-form__form {
	/* margin-top: -35rem; */
}
.content-form .content-form__container {
	grid-template-columns: 2fr 1fr;
}
}

@media print, screen and (min-width: 64.0625em) {
.hero.hero--overlay.hero--flourish:after {
	content: none;
}
}


/*process page*/

h3.process-flow__item__heading {
border-bottom: 2px solid transparent;
border-image: linear-gradient(90deg, rgba(var(--sjsuo-teal-1), 1) 0%, rgba(20,163,130,0.3) 100%);
border-image-slice: 1;5.8align-content
width:100%;

}

.process-flow .process-flow__item__heading {
font-family:'Nunito Sans';
font-weight: 700;
}

.process-flow .process-flow__nav ol li.current a {
background: rgba(var(--sjsuo-blue-1), 1);
color: #fff;
padding: 10px;
}


.components .component.component--tsp:first-child, .components .component.component--tsp-top:first-child {
margin-top: 0rem;
padding-top: 2rem;
}

.grid-container {
position: relative;
max-width: 80rem;
padding: 0rem 1rem;
}

.site-footer-direct-edit {
font-weight: 300;
line-height: 1.6;
}

/* Navigation */

@media print, screen and (min-width: 64.0625em) {
.site-header .site-header__logo img {
	max-width: 15.5625rem;
}
}

@media print, screen and (min-width: 64.0625em) {
.site-header:not(.site-header--minimal) {
	min-height: 0;
}
}

@media print, screen and (min-width: 64.0625em) {
.site-header {
	min-height: 0;
}
}
.site-header {
position: relative;
z-index: 10;
min-height: 0;
}

.main-menu li, .main-menu a {
padding-left: 0;
}

.main-menu>ul ul {
display: none;
background: #fff;
border: 1px solid #e6e6e6;
padding: 0 0.625rem;
}

.main-menu>ul ul a {
background-color: #fff;
}


@media print, screen and (min-width: 64.0625em) {
.main-menu>ul ul a {
	background-color: #fff;
}
}

.main-menu a {
}

.site-header .site-header__container {
-webkit-box-shadow: 0px 9px 17px -1px rgb(0 0 0 / 17%);
box-shadow: 0px 9px 17px -1px rgb(0 0 0 / 17%);
}


/*Hero*/

.hero.hero--overlay .hero__media .hero__media__container .video-container__inner:after, .hero.hero--overlay .hero__media .hero__media__container .hero__img__container:after {background: rgba(var(--sjsuo-blue-1), 0.5);background: linear-gradient(0deg,rgba(var(--sjsuo-blue-1), 1) 0%, rgba(var(--sjsuo-blue-1), 0) 100%);}

.hero.hero--overlay.hero--subtitle .hero__content {
background: none;
}



.hero__heading__button {
display: flex;
gap: 1rem;
}

.hero.hero--home .hero__heading__content {
background: rgba(var(--sjsuo-blue-2), 1);
}

@media print, screen and (max-width: 303px) {
.hero__heading__button {
	flex-direction: column;
	width: 100%;
}
}

@media print, screen and (min-width: 48.0625em) {
.hero.hero--overlay.hero--subtitle .hero__content {
	background: none;
}
}
.hero.hero--home .hero__content {
background: none;
}

@media print, screen and (max-width: 768px) {
.hero.hero--overlay .hero__media .hero__media__container .video-container__inner:after, .hero.hero--overlay .hero__media .hero__media__container .hero__img__container:after {
	display: none;
}
.hero.hero--overlay.hero--flourish .hero__subtitle p {
	text-shadow: none;
	color: #000;
}
}

.hero img {position: relative;display: block;width: 100%;max-width: none;height: auto;max-height: 40rem;-o-object-fit: cover;object-fit: cover;}

.hero.hero--overlay.hero--subtitle {
background: #fff;
}

@media print, screen and (min-width: 64.0625em) {
.hero .hero__media.grid-container {
	max-width: none;
	padding: 0;
}
}


@media print, screen and (min-width: 64.0625em){
.hero .hero__media {
	margin-top: 0rem;
}
}

.hero .hero__media {
margin: 2.5rem 0 0;
padding: 0;
}


.hero .hero__img__container .aspect-ratio-frame {
--aspect-ratio: 0.562;
}

.hero__media__container .aspect-ratio-frame iframe {
-o-object-fit: cover;
object-fit: cover;
top: -100px;

}

@media screen and (max-width: 768px){
.hero__media__container .aspect-ratio-frame iframe {
	top: 0;
}
}
.hero.hero--fullwidth .hero__media.grid-container {
max-height: 800px;
overflow: hidden;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
width: 100%;
}

@media print, screen and (max-width: 90em) {
.hero.hero--fullwidth .hero__media.grid-container {
	padding-right: 0 !important;
}
}

/*hero mobile sizes*/
@media screen and (max-width: 64.06125em){
.hero.hero--home .hero__img__container img {
	position: relative;
}
}



@media print, screen and (max-width: 30.188em) {
.hero.hero--home .hero__heading__content {
	padding: 1.3rem 1.0em 3em;
}
}

@media print, screen and (max-width: 26.25em) {
.hero.hero--home .hero__subtitle p {
	font-weight: 100;
	font-size: var(--sjsuo-typesize-1) !important;
}
}

@media print, screen and (max-width: 27em) {
.hero.hero--overlay.hero--subtitle .hero__heading {
	font-size: var(--sjsuo-typesize-5);
}
}



/*hero heading*/


@media print, screen and (min-width: 64.0625em) {
.hero.hero--home .hero__heading {
	font-size: var(--sjsuo-typesize-8);
}
.hero .hero__heading__content {
	display: flex;
	gap: 1.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
}

.hero .hero__content .hero__heading {font-family: 'Nunito Sans';font-size: var(--sjsuo-typesize-8);font-weight: 800;line-height: 1.2;margin: 0.5rem 0 0;}




@media screen and (max-width: 48.06125em) {
.hero .hero__content .hero__heading {
	font-size: var(--sjsuo-typesize-7);
}
}

@media screen and (max-width: 48.06125em){
.hero.hero--home .hero__img__container img {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}
.hero.hero--overlay.hero--subtitle {
	background: #fff;
}
.hero.hero--home .hero__content {
	background: #fff;
}
.hero .hero__content .hero__heading {
	color: #000;
	text-shadow: none;
}
}

@media screen and (max-width: 48.0613em) {
.hero.hero--overlay.hero--subtitle .hero__content {
padding: 0;
}
}

/* .hero__subtitles*/

.hero.hero--home .hero__subtitle {
margin: 0;
max-width: 50rem;
}

.hero.hero--home .hero__subtitle p {
font-family: 'Nunito Sans';
font-weight: 500;
font-size: var(--sjsuo-typesize-2);
line-height: 150%;
}

.hero.hero--overlay.hero--flourish .hero__subtitle p {
font-family: 'Nunito Sans';
font-size: var(--sjsuo-typesize-4);
line-height: 150%;
}

@media print, screen and (min-width: 64.0625em) {
.hero.hero--overlay.hero--flourish .hero__subtitle p {
	font-size: var(--sjsuo-typesize-3);
	line-height: 1.6;
}
}

@media print, screen and (min-width: 48.0625em) {
.hero .hero__subtitle {
	font-size: var(--sjsuo-typesize-4);
	margin: 0;
}
}


.hero.hero__heading__content {
background: rgba(var(--sjsuo-blue-3),1);
margin-bottom: -2rem;
gap: 0.5rem;
}

html.oho-js .hero.hero--video .video-play-button:after {
display: none;
}
a
/*modify top margins in p tags*/

@media print, screen and (min-width: 64.0625em){
.wysiwyg p {
	margin-top: 1rem;
}
}
@media print, screen and (min-width: 48.0625em){
.wysiwyg p {
	margin-top: 1rem;
}
}

.wysiwyg p {
margin-top: 1rem;
}

/*remove gradients*/

.page-wrapper.gradient-top-down {
background: #fff;
}

.components.gradient-top-down {
background: #fff !important;
}

/*site header*/
.site-header__banner a.external::after {
color: #fff;
}

/*buttons and arrow*/
a {
color: rgba(var(--sjsuo-blue-1), 1);
}
a.link-with-arrow {
display: block;
text-decoration: none;
color: rgba(var(--sjsuo-blue-1), 1);
}
a.link-with-arrow .link__text {
text-decoration: underline;
color: rgba(var(--sjsuo-blue-1), 1);
}
a.link-with-arrow .link__arrow {
font-size: var(--sjsuo-typesize-1);
margin: 0 0 0 0.5rem;
-webkit-transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
transition: -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
transition: transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98), -webkit-transform 150ms cubic-bezier(0.42, 0.08, 0.06, 0.98);
color: rgba(var(--sjsuo-blue-1), 1);
}
a.link-with-arrow:focus .link__arrow,
a.link-with-arrow:hover .link__arrow {
-webkit-transform: translateX(5px);
transform: translateX(5px);
color: rgba(var(--sjsuo-blue-1), 1);
}


button.default {
background: rgba(var(--sjsuo-blue-1), 1);
padding: 1rem 1.5rem;
text-transform: none;
width: 100%;
}

.btn {
background: rgba(var(--sjsuo-blue-1), 1);
padding: 1rem 1.5rem;
text-transform: none;
}

.btn--secondary .btn-advertising {
background: rgba(var(--sjsuo-blue-1), 1);
}

.btn.btn--secondary * {
color: rgba(var(--sjsuo-blue-2),1);
}

@media print, screen and (max-width: 768px){
.btn {
	padding: 1rem 1.5rem;
}
}

.btn:focus,
.btn:hover {
text-decoration: none;
}
.btn:disabled {
cursor: not-allowed;
pointer-events: none;
opacity: 0.6;
}
.btn:after,
.btn:before {
color: #fff;
}
.btn:focus,
.btn:hover {
color: #fff;
background: #001f3c;
}
.btn:focus:after,
.btn:focus:before,
.btn:hover:after,
.btn:hover:before {
color: #fff;
}
.elm-form-step-submit-btn{
border-radius: 0px;
box-shadow: none;
}

button.elm-form-step-submit-btn, .elm-form-step-submit-btn button:focus:not(:disabled), [type='submit']:focus:not(:disabled), button.elm-form-step-submit-btn, .elm-form-step-submit-btn:focus:not(:disabled), [type='submit']:focus:not(:disabled) {
color: #fff;
background: rgba(var(--sjsuo-blue-1), 1);
	-webkit-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}

button.default:before, .elm-form-step-submit-btn:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(var(--sjsuo-blue-1), 1)), to(rgba(var(--sjsuo-teal-2), 1)));
background: linear-gradient(90deg, rgba(var(--sjsuo-blue-1), 1) 0, rgba(var(--sjsuo-teal-2), 1) 100%);
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}

.elm-form-step-submit-btn button:hover:not(:disabled), [type='submit']:hover:not(:disabled) {
-webkit-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
background: rgba(var(--sjsuo-blue-1), 1);

}


button.default:before, .btn:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(var(--sjsuo-blue-1), 1)), to(rgba(var(--sjsuo-teal-2), 1)));
background: linear-gradient(90deg, rgba(var(--sjsuo-blue-1), 1) 0, rgba(var(--sjsuo-teal-2), 1) 100%);
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}

.btn:focus:not(:disabled),
.btn:hover:not(:disabled) {
background: rgba(var(--sjsuo-blue-1), 1);
}

button.default:hover:not(:disabled):before,
.btn:focus:not(:disabled):before,
.btn:hover:not(:disabled):before,
.elm-form-step-submit-btn:hover:not(:disabled):before,
.elm-form-step-submit-btn:focus:not(:disabled):before {
opacity: 1;
}
button.default:hover:not(:disabled), button.default:focus:not(:disabled), [type='submit']:hover:not(:disabled), [type='submit']:focus:not(:disabled) {
color: #fff;
background: rgba(var(--sjsuo-blue-1), 1);
}

.btn.btn--secondary {
background-color: rgba(var(--sjsuo-gold-1), 1);
color: rgba(var(--sjsuo-blue-2), 1);
position: relative;
}
.btn.btn--secondary:focus,
.btn.btn--secondary:hover {
background-color: #00488a;
color: rgba(var(--sjsuo-blue-2), 1);
}
.btn.btn--secondary, .btn.btn--secondary:after  {
color: rgba(var(--sjsuo-blue-2), 1);
} {
color: rgba(var(--sjsuo-blue-2), 1);
}
.btn.btn--secondary:before {
background: -webkit-gradient(linear, left top, right top, from(rgba(var(--sjsuo-gold-1), 1)), to(rgba(var(--sjsuo-gold-2), 1)));
background: linear-gradient(90deg, rgba(var(--sjsuo-gold-1), 1) 0, rgba(var(--sjsuo-gold-2), 1) 100%);
}
.btn.btn--secondary:focus:not(:disabled),
.btn.btn--secondary:hover:not(:disabled) {
background: rgba(var(--sjsuo-gold-1), 1);
}
.btn.btn--secondary:focus:not(:disabled):before,
.btn.btn--secondary:hover:not(:disabled):before {
opacity: 1;
}

ul.btn-group {
padding-left: 0;
}

ul.btn-group li {
padding-left: 0;
}

@media screen and (max-width: 64.06125em) {
.site-header .site-header__main__cta .btn {
	background-color: rgba(var(--sjsuo-blue-1), 1);
	color: #fff;
}
}

/*table*/ 

thead {
color: #fff;
background: rgba(var(--sjsuo-blue-1), 1);
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
font-size: var(--sjsuo-typesize-2);
}

tbody {
border-top: 0;
border-left: 1px solid #cccccc;
}

td {
padding: 1em 1.25em;
border-right: 1px solid #ccc;
}

tr {
border-bottom: 1px solid #cccccc;
}

/*differentiators*/

.card--differentiator .card__heading {
font-size: var(--sjsuo-typesize-4);
}

.card--differentiator .icon img {
max-width: 10.25rem;
}
.card--differentiator .stat, .card--differentiator .icon {
justify-content: center;
}

a.card--differentiator-link {
margin: 0;
text-decoration: none;
transition: box-shadow 0.2s ease-in-out;
height: 100%;
align-items: flex-start;
}

.differentiator__card__addl__heading {
font-size: var(--sjsuo-typesize-2);
margin: 0;
}

.addl__info__container {
display: flex;
flex-direction: row;
gap: 0.5rem;
align-items: flex-start;
}
.addl__info__content {
display: flex;
flex-direction: column;

}

.card--differentiator-link p, h4 {
margin: 0;
color: #000;
}

.card--differentiator-link h3 {
color: rgba(var(--sjsuo-blue-1), 1);
text-decoration: underline;
}

a.card--differentiator-link:hover {
-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.25); 
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.25);
}

a.card--differentiator-link .link__arrow {
margin: 0 0 0 0.5rem;
}

.card--differentiator-link .link__arrow {
display: inline-block;
transition: transform 0.2s ease-in-out;
}

.card--differentiator-link:hover .link__arrow {
transform: translateX(5px);
}




/*ul margins*/
ul {
margin-top: 0;
}

@media print, screen and (min-width: 48.0625em) {
.wysiwyg ul {
	margin-top: 1rem;
}
}

@media print, screen and (min-width: 64.0625em) {
.wysiwyg ul {
	margin-top: 0.5rem;
}
}

/*li top margin remove*/
.section--wysiwyg li, .wysiwyg li {
margin-top: 0;
font-size: var(--sjsuo-typesize-2);
}

/*change size of body text*/

.request-info-form p {
color: rgba(var(--black),1);
}

p, p.accordion-subtitle {
font-size: var(--sjsuo-typesize-2);
}

@media print, screen and (min-width: 64.0625em) {
.intro-text {
	font-size: var(--sjsuo-typesize-2);
	line-height: 1.6;
	font-weight: 300;
}
}

@media print, screen and (min-width: 48.0625em) {
.intro-text {
	font-size: var(--sjsuo-typesize-2);
	line-height: 1.6;
	font-weight: 300;
}
}

.intro-text {
font-size: var(--sjsuo-typesize-2);
line-height: 1.6;
font-weight: 300;
}

/*changing headers to Nunito*/

h2 {
font-family: Nunito Sans, sans-serif;
font-size: var(--sjsuo-typesize-4);
font-weight: 700;
line-height: 1.2;
margin-bottom: 0;
margin-top: 0;
width: auto;
}

h3, .h3 {
font-family: Nunito Sans,sans-serif;
font-size: var(--sjsuo-typesize-4);
font-weight: 700;
line-height: 1.2;
}

@media print, screen and (min-width: 64.0625em){
h3, .h3, h3.card__heading {
	font-size: var(--sjsuo-typesize-4);
}
h2, .h2 {
	var(--sjsuo-typesize-4));

}
}

h2.spartan-header {
font-family: SJSUSpartan,Times New Roman,serif;
font-size: var(--sjsuo-typesize-8);
font-weight: var(--sjsuo-weight-reg);	
}


.site-footer .site-footer__promo .site-footer__promo__heading {
font-family: Nunito Sans, sans-serif;
font-size: var(--sjsuo-typesize-4);
font-weight: 700;
line-height: 1.2;
margin: 0;
}

.checkerboard .card--checkerboard .card__content h2 {
font-family: Nunito Sans, sans-serif;
font-weight: 700;
font-size: var(--sjsuo-typesize-6);
line-height: 2.1875rem;
margin: 0 0 1rem;
}

.checkerboard .card--checkerboard .card__content ul, .checkerboard .card--checkerboard .card__content li, .date-card-header li, {
list-style: none;
padding: 0;
}
.card--tiny h2,
.card--tiny h3 {
font-family: Nunito Sans, sans-serif;
font-size: var(--sjsuo-typesize-2);
font-weight: 700;
line-height: 1.2;
text-transform: none;
}

/*green dash*/

h2.accordion-heading:after, .checkerboard .card--checkerboard .card__content h2:after,
.wysiwyg h2:after,
.home-promo-content h2:after,
.wysiwyg-feature-container h2:after,
h2.request-info-form__heading:after,
h2.carousel-heading:after,
h2.card-title:after,
h2.section-heading__heading:after, h2.date-cards-header-title:after,
.elm-dynamic-fg-primary-wysiwyg-wrapper h3:after,
.title-wrapper .elm-dynamic-fg-primary-wysiwyg-wrapper .elm-dynamic-wysiwyg-link-color-wrapper .ng-tns-c369-1:after, h3.card-title:after {
content: "";
border-bottom: 0.25rem solid rgba(var(--sjsuo-teal-1), 1);
display: block;
width: 3.75rem;
margin: 0.25rem 0 1rem 0;
}

.accent-header {
color: rgba(var(--sjsuo-grey-1), 1);
font-family: SJSUSpartan,Times New Roman,serif;
font-size: var(--sjsuo-typesize-1);
}


/*promo alert*/

.promo {
background: url("../img/promo/gold_diamond_type_pattern.svg") no-repeat;
color: #000000;
background-size: contain;
padding-top: 3rem;
padding-bottom: 3rem;
}

.promo .promo__img img {
margin: 0;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
width: 100%;
}


@media print, screen and (max-width: 48.0625em) {
.promo .promo__img img {
	width: 100%;
}
}

@media screen and (max-width: 48.06125em) {
.promo {
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
	background-position-x: 100px;
}
}

@media print, screen and (min-width: 48.0625em) {
.promo .promo__heading {
	font-size: var(--sjsuo-typesize-6);
}
}

.promo .promo__heading {
font-family: Nunito Sans, sans-serif;
font-size: var(--sjsuo-typesize-6);
font-weight: 700;
line-height: 1.2;
margin-bottom: 0;
}

/*card carousel*/

.cards-carousel-section {
background: url("../img/patterns/triangle-carousel-background.png");
background-size: 50%;
background-repeat: repeat-x;
background-position: 50% 70%;
overflow-x: hidden;
}

@media print, screen and (min-width: 64.0625em) {
.cards-carousel-section {
	padding-bottom: 7.5rem;
}
}

/*contact*/
.contact::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url("../img/patterns/circle_type_pattern_grey.png") no-repeat;
background-size: cover;
z-index: -1;
}
.contact .contact__heading {
font-family: Nunito Sans, sans-serif;
font-size: var(--sjsuo-typesize-4);
font-weight: 700;
line-height: 1.2;
color: #252525;
margin: 0 0 1rem;
}

.contact {
position: relative;
z-index: 0;
padding-bottom: 3rem;
padding-top: 4rem;
background: #fff;
}

.contact .contact__container {
background-color: #fff;
padding: 25px;
padding-top: 50px;
padding-bottom: 50px;
-webkit-box-shadow: 5px 5px 13px -3px rgb(0 0 0 / 47%);
box-shadow: 5px 5px 13px -3px rgb(0 0 0 / 47%);
width: auto;
}

.contact__content {
width: 75%;
}

.contact .contact__img {
min-width: 350px;
}

.contact .contact__subheading {
margin: 0;
}

/*social icons*/

.social-media li {
padding-left:0;
}

/* RFI Form*/

div.form_question.required {
background: none;
}

.form_question[data-required="1"] .form_label::after {
color: red;
content: " *";
}

div.form_page input[type=password], div.form_page input[type=text], div.form_page input[type=email], div.form_page input[type=tel], div.form_page input[type=date], div.form_page input[type=time], div.form_page input:not([type]), div.form_page select, div.form_page textarea
{font-size: var(--sjsuo-typesize-2);line-height: 160%;font-weight: var(--sjsuo-weight-reg);padding: 0.5rem;border: none;border-bottom: 1px solid rgba(var(--sjsuo-grey-1),1)!important;}

.request-info-form {
max-width: 40rem;
display: block;
margin-bottom: -50px;
margin: auto;
padding: 3rem;
}

.rfi-bg {background-color: #000;-webkit-clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);z-index: 0;height: 100%;object-fit: cover;margin-bottom: -10px;width: 100%;max-height: 80vh;}

.program-rfi-content {
max-width: 70%;
}

@media print, screen and (max-width: 480px) {
.rfi-bg {
	height: 190vh;
}
}


.rfi-container{background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../img/patterns/circle_type_pattern_grey.png") repeat;background-color: rgba(var(--white));background-size: contain;position: relative;url("../img/patterns/circle_type_pattern_grey.png") background: no-repeat;z-index: 1;width: 100%;align-items: center;}

.program-rfi-container .request-info-form {
margin: 0;
}

/*rfi js */

/*edits for padding errors found on 10/16/2024*/

.mktoForm .mdc-radio__background {
bottom: 10px;
}

[_nghost-ng-c18956582] .mat-mdc-card-content[_ngcontent-ng-c18956582]{
padding: 0;
}

/*10/16/24 edits resolved*/

.title-wrapper h3 {
padding: 0 !important;
}

.mat-card-header {
background: #fff !important;
padding: 0 !important;

}

.mat-card {
border-top: none !important;
box-shadow: none !important;
}

.mat-mdc-card-header {

background: #fff !important;
padding: 0 !important;
}

.mat-mdc-card {
border-top: none !important;
box-shadow: none !important;
padding-left: 20px !important;
}


.mdt .mdc-text-field--filled:not(.mdc-text-field--disabled) {
background-color: #fff !important;
}

.elm-embed-forms-root p {
font-size: 16px !important;
}

.mat-mdc-raised-button .mdc-button__label {
font-size: 1em !important;
font-weight: 600 !important;
bottom: 0;
}



.mdt .mat-mdc-raised-button.mat-mdc-button-base {
height: 50px !important;
border-radius: 0px !important;
box-shadow: none !important;

}

.mat-mdc-option .mdc-list-item__primary-text {
font-family: 'Nunito Sans' !important;
white-space: inherit !important;
}

.mat-mdc-card-header {
background: #fff !important;
}


.mat-option {
color: rgba(0, 0, 0, 1) !important;
font-family: Nunito Sans, sans-serif !important;
font-size: 16px !important;
}


.mat-card-header-text {
margin: 0 16px;
}


.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
background: rgba(0, 0, 0, 0.08) !important;
}


.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
color: rgba(var(--sjsuo-blue-1), 1) !important;
font-weight: 400;
}

.lum-df-select .mat-form-field {
padding: 0 !important;
}
.mat-card:not([class*='mat-elevation-z']) {
webkit-box-shadow: 1px 1px 8px rgb(63 63 63 / 65%) !important;
box-shadow: 1px 1px 8px rgb(63 63 63 / 65%) !important;
}
.mat-button-wrapper span {
color: #fff;
}

.mat-card-title {
font-size: 24px !important;
font-weight: 700 !important;
}

.elm-dynamic-fg-primary-wysiwyg-wrapper h3 {
color: #000 !important;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
color: rgba(0, 0, 0, 0.54);
font-family: Nunito Sans,sans-serif;
}

.elm-embed-forms-root .lum-df-group-title {
font-family: Nunito Sans,sans-serif;
margin-bottom: 0 !important;
}

.mdt .mat-flat-button.mat-primary, .mdt .mat-raised-button.mat-primary, .mdt .mat-fab.mat-primary, .mdt .mat-mini-fab.mat-primary {
color: #fff;
font-family: Nunito Sans,sans-serif;
text-transform: none;
font-size: 0.875rem;
font-weight: 700;
margin-top: 15px;
background-color: rgba(var(--sjsuo-blue-1), 1);
border-radius: 0;
}


form.mktoForm input[type=text], form.mktoForm input[type=email], form.mktoForm select, form input[type=tel], {
font-size: 1.125rem;
line-height: 160%!important;
font-weight: 400;
border: 1px solid #939597;
padding: 0.25rem !important;
}

input, select  {
width: 100%;
}

div.form_p .form_label {
font-weight: normal;
color: rgba(var(--black), 1);
}

.hero.hero--flourish > .hero__content {bottom: 5rem!important;}

.rfi-container .program-overview__form {
padding: 1rem;
}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
font-family: Nunito Sans,sans-serif;
line-height: 1.6;
padding: 1rem;
/* bottom: -10px; */
}

.form_text, .form_select {
padding: .25rem 0rem !important;
}

div.action.form_action_submit.form_action {
padding: 1.5rem 0 0 0;
width: 70%;
margin: auto;
}


.lum-df-form .lum-df-field-half {
padding-left: 12px;
padding-right: 12px;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
padding: 0.5625em 0 !important;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
bottom: 0.55em;
}


.mat-card-subtitle {
color: rgb(0 0 0) !important;
}

.lum-df-form .lum-df-hint-wrapper *, .lum-df-form .mat-hint.lum-df-mat-hint * {
color: rgb(0 0 0) !important;
}

.lum-df-form .lum-mat-component {
padding: 0;
bottom: -20px;
}



/*overriding 10px padding in .mktoForm in screens max-width 480px*/


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {

.mat-card {
	border-top-style: none !important;
	padding: 0 !important;
}

.mat-card-header {
	background-color: #fff !important;
	padding: 0 !important;
}


.lum-df-form {
	padding: 0 !important;
}
.elm-embed-forms-root .mdt {
	padding: 0 !important;
}
.lum-df-select-panel.mat-select-panel .mat-option {
	padding: 8px 16px !important;
}

.lum-df-select .mat-form-field {
	padding: 0 !important;
}

.lum-df-form .lum-df-field-half {
	padding: 0 10px !important;
}

.lum-df-select {
	padding: 0 !important;
}

.mat-hint {
	padding: 0 !important;
}

.ng-star-inserted {
	padding: 0 !important; 
}

.request-info-form {
	display: block;
	webkit-box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
	box-shadow: 1px 1px 8px rgb(63 63 63 / 65%);
	background: #fff;
}

.rfi-container {
	padding: 0 20px;
}

.lum-df-form .lum-df-layout-row {
	margin: 0;
}

.lum-df-select {
	display: block;
	margin: 0em 1em 1.25em 0em;
}

[_nghost-fbv-c369] .mat-card[_ngcontent-fbv-c369] {
	box-shadow: none !important;
}
.mat-card:not([class*='mat-elevation-z']) {
	box-shadow: none !important;
}
.lum-df-form .lum-mat-component {
	padding: 0;
	bottom: -20px;
}
.mat-form-field {
	padding: 0 !important;
}
[_nghost-fim-c369] .content[_ngcontent-fim-c369] {
	padding: 0;
}

.title-wrapper[_ngcontent-flg-c369] h3, [_nghost-flg-c369] .title-wrapper[_ngcontent-flg-c369] p {
	margin: 0;
	padding: 0 !important;
}

.title-wrapper .elm-dynamic-fg-primary-wysiwyg-wrapper .elm-dynamic-wysiwyg-link-color-wrapper .ng-tns-c369-1 p {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

}

/*site footer colors*/
.site-footer .site-footer__contact__item .site-footer__contact__i {
color: rgba(var(--sjsuo-gold-1), 1);
}

.site-footer .site-footer__copy .social-media .fab {
color: rgba(var(--sjsuo-gold-1), 1);
}

.site-footer .site-footer__links.site-footer__links--arrow * {
color: rgba(var(--sjsuo-gold-1), 1);
}

/* mkto form*/

.mktoForm .mktoFormRow { 
display: none !important;
}

form.mktoForm .mktoFormRow+.mktoButtonRow {
display: none;
}


/*program summary*/

.program-overview .program-overview__info .program-overview__info__heading {
font-size: var(--sjsuo-typesize-4);
}


.program-overview .program-overview__info, .content-form__form .program-overview__info {
background: #fff;
color: #000;
padding: 1.5rem;
-webkit-box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
}

.program-overview .program-overview__info .program-overview__info__subheading,
.content-form .program-overview__info .program-overview__info__subheading {
font-family: Nunito Sans,sans-serif;
font-size: 1.3rem;
font-weight: 300;
line-height: 1.6;
font-weight: 600;
margin: 0;
}


.content-form .program-overview__info .program-overview__info__heading {
font-family: Nunito Sans,sans-serif;
font-size: var(--sjsuo-typesize-4);
font-weight: 700;
line-height: 1.2;
text-transform: none;
position: relative;
padding: 0 0 1rem;
margin: 0 0 1rem;
}

h3.program-overview__info__subheading {
margin-bottom: 0;
}

.content-form .program-overview__info__section p {
margin: 0 0 1rem 0;
}

h2.program-overview__info__heading {
font-weight: 700;
line-height: 1.2;
}

.content-form .program-overview__info .program-overview__info__heading:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #0055A2;
}

/*Btest*/
.program-overview-B-test .program-overview__container {
display: flex;
flex-direction: row-reverse;
gap: 6rem;
color: #fff;
}

.program-overview-B-test .program-overview__info .program-overview__info__heading {
font-size: var(--sjsuo-typesize-4);
}

.program-overview-B-test .program-overview__info .program-overview__info__subheading, .content-form .program-overview__info .program-overview__info__subheading {
font-family: Nunito Sans, sans-serif;
font-size: 1.3rem;
font-weight: 300;
line-height: 1.6;
font-weight: 600;
margin: 0;
}
.program-overview-B-test .program-overview__info .program-overview__info__heading:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #0055A2;
}

.program-overview-B-test .program-overview__info p {
margin: 0;
}

.program-overview-B-test .program-overview__info .program-overview__info__sections {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1rem;
}
.program-overview-B-test .program-overview__info .program-overview__info__heading {
font-family: Nunito Sans, sans-serif;
font-weight: 700;
line-height: 1.2;
text-transform: none;
position: relative;
padding: 0 0 1rem;
margin: 0 0 1rem;
}
.program-overview-B-test .program-overview__info, .content-form__form .program-overview__info {
background: #fff;
color: #000;
padding: 1.5rem;
-webkit-box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
}

.program-overview__aside, .program-overview__content {
width: 100%;
}

.program-overview-B-test {
background: rgba(var(--sjsuo-blue-2), 1);
padding-bottom: 5rem;
}


.program-overview-B-test h2 {
font-family: 'SJSUSpartan', serif;
font-size: var(--sjsuo-typesize-7);
font-weight: var(--sjsuo-weight-reg);
}

@media print, screen and (min-width: 48.0625em) {
.program-overview-B-test .program-overview__info .program-overview__info__heading {
	font-size: var(--sjsuo-typesize-4);
}
.hero + .components > .program-overview-B-test:first-child .program-overview__aside {
	margin-top: 0rem;
	z-index: 1;
}
}

@media print, screen and (max-width: 48.0613em ) {
.program-overview-B-test .program-overview__container {
	flex-direction: column;
}

.program-overview-B-test .program-overview__content {
	margin: 0;
}
.request-info-form {
	max-width: none;
	margin: 0;
}
}
/*body callout*/

section.body-callout .body-callout {
background: #fff;
padding: 1.5rem;
border: none;
-webkit-box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
}

/*accordion*/

.accordion--open {
background: #FFF;
border: 1px solid lightgrey;
}

.accordions .grid-container {
max-width: 80rem;
}

/*site search*/
.site-search {
background: #fff;
}

@media print, screen and (min-width: 64.0625em) {
.search-panel-open .site-header .site-search .site-search-toggle {
	top: 0;
}
}
@media print, screen and (min-width: 64.0625em) {
.search-panel-open .site-header .site-search {
	width: 100%;
	right: 0;
	left: 0;	}
}
.search-form input {
border: 2px solid #e1e1e1;
}

.search-form .search-form__container {
border: none;
}

.search-form button {
background: rgba(var(--sjsuo-blue-1), 1);
}


/*dates sheet*/
.sheet-date-row {
display: flex;
border-bottom: 1px solid #e1e1e1;
width: auto;
padding: 20px 0px;
font-size: var(--sjsuo-typesize-2);
}

.sheet-date-right {
float: right;
width: 25%;
text-align: right;
font-weight: 700;
color: rgba(var(--sjsuo-blue-1), 1);
}

.sheet-date-left {
float: left;
width: 75%;
}

.sheet-special-notes {
padding-top: 20px;
font-style: italic;

}
.sheet-dates-container {
max-width: 800px;
background: white;
box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.15);
padding: 50px;
}
/*date cards*/

.date-card-month {
color: #494949;
font-family: 'SJSU Spartan';
font-weight: 400;
font-size: 2.2rem;
text-align: center;
padding: 50px 0px 0px 0px;
margin: 0;

}
.date-card-day {
color: black;
font-size: var(--sjsuo-typesize-9);
text-align: center;
margin: 0;
font-weight: 900;
}

.date-card-title {
text-align: center;
color: rgba(var(--sjsuo-blue-1), 1);
font-size: var(--sjsuo-typesize-4);
margin: 0;
border-bottom: 1px solid #e1e1e1;
padding: 20px 0px;
}

.date-card {
width: 33%;
height: 330px;
padding: 10px;
flex-direction: column;
gap: 0.25rem;
background: white;
box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.15);
}

.checkerboard__links ul {
list-style: none;
padding-left: 0;
font-weight: 600;
}

li.checkerboard__link {
padding-left: 0;
font-weight: 600;
font-size: var(--sjsuo-typesize-2);
}

.dates-cards-container{
display: flex;
flex-direction: row;
gap: 1rem;
align-items: center;
width: 100%;
margin: 50px 0px;
}

@media print, screen and (max-width: 920px) {
.dates-cards-container {
	flex-direction: column;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	column-gap: 0.5rem;
}
.date-card {
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.center-heading, .center-link {
	text-align: center;
}
}

/*calendar*/

@media print, screen and (min-width: 64.0625em) {
.dates-deadlines .dte_ddl__table .dte_ddl__date {
	font-size: var(--sjsuo-typesize-2);
}
}

@media print, screen and (min-width: 48.0625em) {
.dates-deadlines .dte_ddl__table .dte_ddl__date {
	font-size: var(--sjsuo-typesize-2);
}
}


.dates-deadlines .dte_ddl__table .dte_ddl__label {
background: rgba(var(--sjsuo-gold-1), 1);
color: #000;
font-weight: 600;
}

.dates-deadlines {
background: #fff;
}

.dates-deadlines .section-heading__heading {
font-family: 'Nunito Sans';
font-weight: 700;
font-size: var(--sjsuo-typesize-5);

}

.dates-deadlines .dte_ddl__table .dte_ddl__rsvp {
display: inline-block;
font-weight: 600;
}

@media print, screen and (min-width: 64.0625em) {

.dates-deadlines .section-heading__heading {
	font-size: 1.6875rem;
}
}

/*chapter title*/

.chapter-break-container {
padding: 0rem 1rem;
display: flex;
flex-direction: row;
width: 100%;
gap: 2rem;
margin-bottom: 5px;
flex-wrap: nowrap;
align-items: center;
}

.vertical-line {
border-right: 0.125rem solid rgba(var(--sjsuo-teal-1), 1);
height: 7rem;
}

.chapter-title {
font-family: 'SJSUSpartan';
font-size: var(--sjsuo-typesize-9);
width: 50%;
font-weight: var(--sjsuo-weight-reg);
}

.chapter-text {
width: 50%;	
}

@media print, screen and (max-width: 1220px) {
.chapter-break-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	gap: 0.5rem;
}
.chapter-text {
	width: 100%;
}

.vertical-line {
	display: none;
}
.chapter-title{
	width: 100%;
	font-size: var(--sjsuo-typesize-6);
	;
}
}


/*feature*/


.feature-container{
box-sizing: border-box;
display: grid;
grid-template-columns: fit-content(50%) 1fr;
grid-template-rows: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0rem;
margin-bottom: 50px;
}

@media print, screen and (max-width: 48.0625em) {
.feature-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	gap: 2rem;
}
}
@media print, screen and (max-width: 48.0625em) {
.wysiwyg-feature-container {
	z-index: 0;

}
}

@media print, screen and (min-width: 48.0626em) {
.wysiwyg-feature-container {
	width: 110%;
	padding: 3rem 7rem 3rem 3rem;
	grid-row-start: 1;
	background: linear-gradient(rgba(var(--white), 1), rgba(var(--white), 1)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
		linear-gradient(308deg, transparent 0%, #e1e1e1 100%);
	border-radius: 0px;
	z-index: 0;
}
}


.photo-feature-container {
margin-bottom: 0;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
}

.feature-image {
width: 100%;
height: 100%;
position: relative;
padding-bottom: 2rem;
object-fit: cover;
top: 0;
left: 0;

}

@media print, screen and (max-width: 48.0625em) {
.feature-image {
	padding-bottom: 0;

}
}

.video-feature-container {
position: relative;
overflow: hidden;
width: 100%;
z-index: 1;
}

iframe.video-feature {
aspect-ratio: 16/9;
height: 100%;
width: 100%;
}


/*centered callout snippet*/

.cc-container {
position: relative;
max-width: 900px;
padding: 2rem;
background: rgba(var(--white), 1);
box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.15);
align-items: center;
margin-top: -4rem;
margin-bottom: 50px;
z-index: 2;
}

.cc-image-container {
max-height: 75vh;
margin: auto;
max-width: 80rem;
overflow: hidden;
justify-content: center;
display: flex;
padding: 1rem;
}

@media print, screen and (max-width: 48.0625em) {
.cc-image-container {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 1rem;
	margin-left: 0;
	margin-right: 0;
	justify-content: center;
	display: flex;
}
}

.cc-wysiwyg {
margin-top: 1rem;
}

.cc-image {
object-fit: cover;
width: 100%;
object-position: 50% 20%;
}

.dynamic-cc-image-container {
margin: auto;
max-height: 700px;
position: relative;
max-width: 80rem;
padding: 0rem 1rem;
justify-content: center;
display: flex;
}
}

img.cc-image, img.dynamic-cc {
object-fit: cover;
width: 100%;
}

.cc-heading, .accordion-heading {
font-weight: 700;
}

@media print, screen and (max-width: 990px) {
.cc-image-container {
	max-height: none;
}
.cc-container {
	margin-top: 0;
	box-shadow: none;
	padding: 1rem 1rem;
}
}

/*tall cards*/
.tall-cards {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 1.75rem;
margin-bottom: 100px;
}


.tall-card-container {
display: inline-block;
position: relative;
float: left;
z-index: 2;
align-content: center;
width: 100%;
height: 650px;
}

.tall-card-container:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
background: -webkit-linear-gradient(0deg,hsl(0deg 0% 0% / 90%) 40%, hsl(0deg 0% 0% / 0%) 75%);
background: -webkit-linear-gradient(
90deg, hsl(90deg 0% 0% / 90%) 41%, hsl(90deg 0% 0% / 0%) 60%);
background: linear-gradient(0deg,hsl(90deg 0% 0% / 90%) 40%, hsl(0deg 0% 0% / 0%) 75%));
}


.card-image {
object-fit: cover;
width: 100%;
height: 100%;
}

.card-image img {
transition: 1s ease;
}

.card-image img:hover {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}

.card-content {
position: absolute;
bottom: 0;
padding: 20px;
z-index: 2;
color: white;
}

@media print, screen and (max-width: 920px) {
.tall-cards {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	align-content: center;
	width: 60%;
}
.tall-card-container {
	width: 100%;
}
}
@media print, screen and (max-width: 787px) {
.tall-cards {
	width: 70%;	
}
}
@media print, screen and (max-width: 629px) {
.tall-cards {
	width: 85%;	
}
}

@media print, screen and (max-width: 490px) {
.tall-cards {
	width: 100%;	
}
}

/*breadcrumb hide*/
.breadcrumbs ol li:first-child {
display: none;
}

/*badges homepage only*/

.badges-homepage-section {
margin-bottom: 8rem;
margin-top: 8rem;
text-align: center;
}

.badges-homepage-section:after {
content: '';
position: absolute;
width: 100%;
height: 2px;
left: 0;
background: rgb(225,225,225);
background: -webkit-linear-gradient(left, rgba(225,225,225,0) 0%, rgba(225,225,225,1) 50%, rgba(225,225,225,0) 100%);
background: -o-linear-gradient(left, rgba(225,225,225,0) 0%, rgba(225,225,225,1) 50%, rgba(225,225,225,0) 100%);
background: linear-gradient(to right, rgba(225,225,225,0) 0%, rgba(225,225,225,1) 50%, rgba(225,225,225,0) 100%);
}

p.header-callout {
display: block;
font-family: SJSUSpartan,Times New Roman,serif;
margin-bottom: 0;
color: rgba(var(--sjsuo-grey-1), 1);
}

h2.badges-header {
position: relative;
display: block;
margin: 0;
background: #fff;
z-index: 1;
}

h2.badges-header:before {
content: '';
position: absolute;
width: 75%;
height: 2px;
left: -450px;
background: rgb(225,225,225);
background: -webkit-linear-gradient(left, rgba(225,225,225,0) 0%, rgba(225,225,225,1) 100%);
background: -o-linear-gradient(left, rgba(225,225,225,0) 0%, rgba(225,225,225,1) 100%);
background: linear-gradient(to right, rgba(225,225,225,0) 0%, rgba(225,225,225,1) 100%);
z-index: -1;
}
h2.badges-header:after {
content: '';
position: absolute;
width: 75%;
height: 2px;
right: -450px;
background: rgb(225,225,225);
background: -webkit-linear-gradient(left, rgba(225,225,225,1) 0%, rgba(225,225,225,0) 100%);
background: -o-linear-gradient(left, rgba(225,225,225,1) 0%, rgba(225,225,225,0) 100%);
background: linear-gradient(to right, rgba(225,225,225,1) 0%, rgba(225,225,225,0) 100%);
z-index: -1;
}	


.badges-title {
margin: 0 auto;
max-width: 850px;
text-align: center;
}

.stat-number {
font-size: var(--sjsuo-typesize-9);
color: rgba(var(--sjsuo-blue-1), 1);
font-weight: 900;
}

.stat-label {
font-family: 'SJSU Spartan';
font-weight: 300;
font-size: var(--sjsuo-typesize-1);
margin: 0;
}

.stat-source {
margin: 0;
font-size: var(--sjsuo-typesize-1);
}


.badges-grid-container {
display: flex;
flex-direction: row;
column-gap: 1rem;
margin: 1em 0;
flex-wrap: wrap;
justify-content: center;
}
@media print, screen and (max-width: 920px) {

.badge .mobile-hidden-badge {
	display: none;
}

}

.badge {
padding: 0 15px;
justify-content: flex-start;
display: flex;
flex-direction: column;
align-items: center;
}

.badge-label {
text-align: center;
font-size: var(--sjsuo-typesize-1);;
font-weight: 400;
max-width: 150px;
}

img.badge-icon {
max-width: 150px;

}

@media print, screen and (max-width: 920px) {
img.badge-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

/*font awesome icons*/

.fa-flag-checkered:before {
content: "\f11e;"
}

.fa-calendar-days:before {
content: "\f073";
}




/*news	
.o-wrap--rack {
background: #ededed;
padding: 5rem;
}

.o-rack {
margin-bottom:1rem;
margin-top: 1rem;
}

.o-rack .o-media {
background: #fff;
-webkit-box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
box-shadow: 1px 1px 8px rgb(63 63 63 / 25%);
margin: 1rem 0;
display: flex;
flex-flow: row nowrap;
align-items: stretch;
}

.o-rack :not(.o-media--featured) .o-media__graphic {
flex: 0 0 33.33%;
width: 33.33%;
}

.o-rack .o-media__copy {
flex: 0 1 100%;
flex-direction:column;
padding: 1rem;
background-color:rgba(var(--white), 1);
}

.o-rack .o-media__link, .o-rack .o-media__link:link {
color:#0055a2;
}

.o-rack .o-media__link:hover {
color:#1c88f4
}

.o-rack .o-media__date {
color:#000000;
}

.o-rack .o-media--featured {
flex-flow: row wrap;
}

.o-media__img {
display: block;
}

.o-media__heading {
font-size: 25px;
color: rgba(var(--sjsuo-blue-1), 1);
font-weight: 600;
}
*/

/* Desktop Layout | o-classes

@media (min-width: 768px) {


.o-rack {
display: grid;
grid-template-columns: repeat(2, 50%);
grid-template-rows: auto;
}

.o-rack .o-media {
grid-column: 2/3;
flex-flow: row nowrap;
}

.o-rack .o-media.o-media--featured {
flex-flow: column;
}

.o-rack .o-media:nth-child(2n) {
grid-row: 1/2;
margin: 0 0 .5rem .5rem;
}

.o-rack .o-media:nth-child(3n) {
grid-row: 2/3;
margin: .5rem 0 .5rem .5rem;
}

.o-rack .o-media:nth-child(4n) {
grid-row: 3/4;
margin: .5rem 0 0 .5rem;
}

.o-rack .o-media--featured {
grid-column: 1/2;
grid-row: 1/4;
margin: 0 .5rem 0 0;
}

.o-rack .o-media__copy {
flex: 0 1 auto;
}
*/

.o-wrap {
padding-top:2rem;
padding-bottom:2rem;
}

.o-page--content .o-wrap {
padding:0;
}

@media screen and (min-width:1024px) {
.o-wrap {	
	padding-top:4rem;
	padding-bottom:4rem;
}		
}

.o-wrap--content {
max-width:1280px;
margin:0 auto;
z-index:2;
padding-left:1rem;
padding-right:1rem;
}

@media screen and (min-width:1350px) {
.o-wrap--content {
	padding-left:0;
	padding-right:0;
}
}

.o-region--contact .o-wrap--content {
display:flex;
flex-direction: column;
}
}
/*
@media screen and (max-width: 1023px) {
.o-wrap--globalnav .o-wrap--content {
padding-left:0;
padding-right:0;
}
}		

@media screen and (min-width:1024px) {
.o-wrap--media-type1 .o-wrap--content {
max-width:inherit;
margin:inherit;
}
}

@media screen and (min-width:1024px) {
.o-wrap--media-type3 .o-wrap--content {
display: flex;
flex-wrap:wrap;
}
}


.o-wrap--sitenav .o-wrap--content {
padding-left:0;
padding-right:0;
}
}


@media screen and (max-width: 1023px) {
.o-wrap--sitenav .o-wrap--content {
border-bottom:1px solid #cacaca;
}
}	
*/