  /**
 * Custom

 * Any custom styles implemented in the OmniUpdate environment
 * should go here
 */

/* Apply styles for screens wider than 1025px */

.program-highlights-new .highlights__content {
	justify-content: left;
}
.program-highlights-new .highlights__list {
	
	flex-shrink: 1;
}

.program-highlights-new .highlights__list::before {
	
}

@media (min-width: 1025px) {
	.program-highlights-new .highlights__content {
		justify-content: space-between;
	}
	.program-highlights-new .highlights__list {
		min-width: 320px;
	}
}

.highlights__content.grid-row {
	gap: 0rem;
}



/* ==== GRID SYSTEM ==== */

.grid-container .full-width {
	width: 100%;
}

.grid-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-row {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.grid-row [class^="col-"], .grid-row [class*=" col-"]  {
/*   float: left; */
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.grid-row [class^="col-"].card, .grid-row [class*=" col-"].card {
	margin-bottom: 2em;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

.faculty-card {
	background-color: #f8f6f0;
    border-left: 5px solid #f0ede1;
}
.faculty-card figcaption{
	border:none;
}

.faculty-image, .card-image {
  background-size: cover;
  background-position: top;
  width: 100%;

  /* Modern aspect-ratio support */
/*   aspect-ratio: 16 / 9; */

  /* Fallback for older browsers using padding hack */
  height: 0;
  padding-top: 75%; /* 9 / 16 = 0.5625 = 56.25% */
  position: relative;
}

.card-image.vertical-image, .faculty-image.vertical-image {
	padding-top: 125%;
}

/* Faculty Card Breaks 
-----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 540px) {  
.faculty-card.col-3 {
    width: 96%;
  }
}

@media only screen and (min-width: 720px) {  
.faculty-card.col-3 {
    width: 46%;
  }

.faculty-card.col-4 {
    width: 46%;
  }
}

@media only screen and (min-width: 1025px) {  
.faculty-card.col-3 {
	width: 29.33%;
  }

.faculty-card.col-4 {
    width: 29.33%;
  }
}

@media only screen and (min-width: 1400px) {  
.faculty-card.col-3 {
    width: 21%;
  }
}


/**
 * @file
 * Highlights and thesis
 *
 * Contains styles for highlights-and-thesis component.
 */
.program-highlights.program-highlights-additional .highlights {
  padding-bottom: 12.5rem;
}
@media (min-width: 700px) {
  .program-highlights.program-highlights-additional .highlights {
    padding-bottom: 15rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights.program-highlights-additional .highlights {
    padding-bottom: 17rem;
  }
}
.program-highlights .highlights {
  position: relative;
  padding: 3rem 0;
  width: calc(100vw - var(--scrollbar-width));
  margin-left: calc((100vw - 100%) / 2 * -1 + var(--scrollbar-width) / 2);
  background-color: #002554;
  background-image: url("/_resources/assets/img/highlights-bg-sm.svg");
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  .program-highlights .highlights {
    padding: 4rem 0;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights {
    padding: 8rem 0 4.5rem;
  }
}
.program-highlights .highlights::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/_resources/assets/img/highlights-bg-right.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  display: none;
	  
}
@media (min-width: 1025px) {
  .program-highlights .highlights::before {
    display: block;
	z-index: 1;
  }
}
.program-highlights .highlights .grid-container {
  position: relative;
  z-index: 2; 
  max-width: 1800px;
}

 .program-highlights .highlights .grid-container > .cta {
/*     display: inline-block; */
  }

@media (min-width: 1025px) {
  .program-highlights .highlights .cta {
    display: none;
  }
}
.program-highlights .highlights__intro {
  margin-bottom: 3rem;
  color: #ffffff;
}
@media (min-width: 700px) {
  .program-highlights .highlights__intro {
    /* margin: -2.5rem 0 4rem; */
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights__intro {
    margin-bottom: 4rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.program-highlights .highlights__header {
  /* margin: 0 0 2.1rem; */
}
@media (min-width: 700px) {
  .program-highlights .highlights__header {
    /* margin: 0 0 4.1rem; */
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    vertical-align: middle;
    gap: 5rem;
  } 
}
.program-highlights .highlights__header-title {
  margin: 0;
  color: #ffffff;
}
.program-highlights .highlights__header .cta {
  display: none;
}
@media (min-width: 1025px) {
  .program-highlights .highlights__header .cta {
    display: inline-block;
  }
}
.program-highlights .highlights__title {
  margin: 0 0 .6rem;
  font-size: 2rem;
}
@media (min-width: 700px) {
  .program-highlights .highlights__title {
    margin: 0 0 1.3rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights__title {
    margin: 0 0 1.2rem;
    font-size: 3.2rem;
  }
}
.program-highlights .highlights__content {
  color: #ffffff;
}
@media (min-width: 700px) {
  .program-highlights .highlights__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
   
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights__content {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  
  }
}
.program-highlights .highlights__content ul {
  margin: 0;
  padding-left: 1.1rem;
  padding-right: 5rem;
}
.program-highlights .highlights__content li {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .program-highlights .highlights__content li {
    margin: 0 0 0.8rem;
    font-size: 2rem;
  }
}
.program-highlights .highlights__content li::before {
  background-color: #cedc00;
}
.program-highlights .highlights__card {
  /* margin: 0 0 2.1rem; */
	margin-top: 2.1rem;
}
@media (min-width: 700px) {
  .program-highlights .highlights__card {
    /* margin: 0 0 2rem; */
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    /* width: calc(50% - 0.9rem); */
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights__card {
    /* width: 33.3333333333%; */
    position: relative;
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights__card::before {
    content: "";
    position: absolute;
    right: -30px;
    width: 1px;
    height: calc(100% - 1rem);
    background-color: #385e9d;
  }
}
.program-highlights .highlights__card:last-child::before {
  display: none;
}
.program-highlights .highlights__card a {
  color: #ffffff;
}
.program-highlights .highlights__card a:focus {
  outline: solid 1px #ffffff;
  outline-offset: 2px;
}
.program-highlights .highlights__card a:hover {
  color: #002554;
}


/* Quote Section 
-----------------------------------------------------------------------------------------*/

.program-highlights .featured-quote {
  margin: 3rem 0;
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (min-width: 700px) {
  .program-highlights .featured-quote {
    margin: 4rem 0;
  }
}
@media (min-width: 1025px) {
  .program-highlights .featured-quote {
    margin: 8rem 0;
  }
}
.program-highlights .featured-quote:not(:only-child) {
  margin-top: -8.4rem;
}
@media (min-width: 700px) {
  .program-highlights .featured-quote:not(:only-child) {
    margin-top: -10.8rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .featured-quote:not(:only-child) {
    margin-top: -13.8rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .featured-quote .quote {
    padding-bottom: 3.8rem;
  }
}
@media (min-width: 700px) {
  .program-highlights .featured-quote .quote__copy {
    margin: 2.4rem 0 1.4rem 2.3rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .featured-quote .quote__copy {
    margin: 3rem 0 0;
  }
}



/* Thesis Section 
-----------------------------------------------------------------------------------------*/


.program-highlights .highlights-subsection {
  margin: 3rem 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 700px) {
  .program-highlights .highlights-subsection {
    margin: 4rem 0;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection {
    margin: 8rem 0;
  }
}
.program-highlights .highlights-subsection:not(:only-child) {
  margin-top: -8.4rem;
}
@media (min-width: 700px) {
  .program-highlights .highlights-subsection:not(:only-child) {
    margin-top: -10.8rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection:not(:only-child) {
    margin-top: -14.2rem;
  }
}
@media (min-width: 720px) {
	.program-highlights .highlights-subsection__card.col-6{
		width:96%;
	}
}
@media (min-width: 1400px) {
	.program-highlights .highlights-subsection__card.col-6{
		width:46%;
	}
}
.program-highlights .highlights-subsection__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.program-highlights .highlights-subsection__card {
  padding: 2rem;
  background-color: #f8f6f0;
}
@media (min-width: 700px) {
  .program-highlights .highlights-subsection__card {
    padding: 3rem 3rem 1.8rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection__card {
    padding: 4.4rem 5rem 4.4rem;
    /* max-width: 75%; */
  }
}
.program-highlights .highlights-subsection__card:nth-child(2n) {
  background-color: #f0ede1;
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection__card:nth-child(2n) {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* width: 50%; */
  }
}
.program-highlights .highlights-subsection__header {
  padding: 0 0 2.8rem;
  margin: 0 0 3.1rem;
  border-bottom: 1px solid #b3a369;
}
@media (min-width: 700px) {
  .program-highlights .highlights-subsection__header {
    padding: 0 0 2rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection__header {
    padding: 0 0 2.3rem;
    margin: 0 0 2.6rem;
  }
}
.program-highlights .highlights-subsection__header--title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
}
@media (min-width: 700px) {
  .program-highlights .highlights-subsection__header--title {
    margin: 0 0 0.2rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection__header--title {
    font-size: 3.2rem;
    margin: 0 0 1.5rem;
  }
}
.program-highlights .highlights-subsection__header--description {
  font-size: 1.4rem;
  line-height: 1.45;
}
@media (min-width: 700px) {
  .program-highlights .highlights-subsection__header--description {
    font-size: 1.6rem;
  }
}
@media (min-width: 700px) {
  .program-highlights .highlights-subsection__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection__list {
    gap: 2.2rem 2rem;
  }
}

.program-highlights .highlights-subsection__title {
  font-family: "articulat-cf", sans-serif;
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .program-highlights .highlights-subsection__title {
    margin: 0 0 1.2rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection__title {
    font-size: 2rem;
    margin: 0 0 0.8rem;
  }
}
.program-highlights .highlights-subsection__line {
  margin: 0 0 0.6rem;
}
@media (min-width: 1025px) {
  .program-highlights .highlights-subsection__line {
    margin: 0 0 0.1rem;
  }
}
.program-highlights .highlights-subsection .bold {
  margin-right: 6px;
  display: inline-block;
  font-weight: 700;
}

/* Card Structure
------------------------------------------------------------------------------------------------- */

.card-wrapper.center-justify {
	justify-content:center;
}
.card-wrapper.left-justify {
	justify-content:left;
}

.card__title {
	font-size: 2.3rem;
	padding: .5em 0em;
	line-height:1.25em;
	font-weight: 700;
}

.card{
	padding-bottom: .5em;
}
.card .column__subtitle{
	font-weight: 400;
	text-transform: none;
}

/* .card.nested-columns {
	margin:0px;
} */

.single-col-image {
	width:100%;
}

.figure-title-wrapper {
	margin: 0;
    padding: 9px 12px 10px 7px;
    font-family: "articulat-cf", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    background-color: #f8f6f0;
    border-left: 5px solid #f0ede1;
}



/* Temporary Inauguration CSS: TO BE REMOVED
------------------------------------------------------------------------------------------------- */

.hero-static.hero--has-image-static {
	position: relative;
}

.hero__title-static {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1800px;
  width: 100%;
  padding: 0 40px; /* optional side padding */
  text-align: left; /* or left, as you prefer */
  z-index: 2;
}

.org-filters {
	display: flex;
}
.org-filters button {
  all: unset;
}
button.filter-button{
	margin:5px;
	padding:0px 20px;
	font-size: 1.2em;
	background-color: #f8f6f0;
	cursor: pointer;
}
button.filter-button:hover, button.category-active {
	background-color: #385e9d;
    color: #fff;
}


.column__title a:before {
	display:none;
}

.card-image + .column__title {
	padding-top:2rem;
}

[id] {
  scroll-margin-top: 225px; /* Adjust to match your fixed header height */
}

.accordion {
	overflow-y: hidden;
    overflow-x: hidden;
}

.contain-image-style {
	background-size:contain;
	background-repeat:no-repeat;
}

.bottom-border {
	padding: 1em 0em;
    border-bottom: 1px solid beige;
}

.contact-callout__description a, .accordion__intro a {
	color:white;
}

.contact-callout__description a:hover, .accordion__intro a:hover {
	color:#002554;
}


.button-spacer{
	padding-left: 10px;
}


.cta__inner-alt {
  display: block;
  padding: 8px 20px 10px 14px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #cedc00));
  background-image: -o-linear-gradient(left, #ffffff 50%, #cedc00 50%);
  background-image: linear-gradient(to right, #ffffff 50%, #cedc00 50%);
  background-size: 200% 100%;
  -webkit-transition: color 0.3s, background-position 0.3s;
  -o-transition: color 0.3s, background-position 0.3s;
  transition: color 0.3s, background-position 0.3s;
  -webkit-clip-path: polygon(8.5px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 8.5px), calc(100% - 8.5px) calc(100% - 1px), 1px calc(100% - 1px), 1px 8.5px);
          clip-path: polygon(8.5px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 8.5px), calc(100% - 8.5px) calc(100% - 1px), 1px calc(100% - 1px), 1px 8.5px);
}
@media screen and (min-width: 700px) {
.cta__inner-alt {
    padding: 9px 17px 9px 16px;
    -webkit-clip-path: polygon(11px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 12px), calc(100% - 12.5px) calc(100% - 1px), 1px calc(100% - 1px), 1px 11px);
            clip-path: polygon(11px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 12px), calc(100% - 12.5px) calc(100% - 1px), 1px calc(100% - 1px), 1px 11px);
  }
}
@media screen and (min-width: 1025px) {
.cta__inner-alt {
    padding: 8px 18px 9px 21px;
    -webkit-clip-path: polygon(12.5px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 12px), calc(100% - 12.5px) calc(100% - 1px), 1px calc(100% - 1px), 1px 12.5px);
            clip-path: polygon(12.5px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 12px), calc(100% - 12.5px) calc(100% - 1px), 1px calc(100% - 1px), 1px 12.5px);
  }
}
.cta--button:hover .cta__inner-alt {
  background-position: -100% 0;
}


.calendar-date-card {
width: 180px;
height: 180px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: column;
background-color: white;
flex-shrink: 0; 
}

.calendar-date-card .month {
background-color: #002366;
color: white;
width: 100%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex: 0 0 34%;
font-size: 2.5rem;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.calendar-date-card .day {
color: #002366;
font-size: 6.5rem;
font-weight: bold;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex: 0 0 66%;
width: 100%;
}




.flex-center {
	display: flex;
	justify-content: center;
}

.flex-stacked {
	flex-direction: column;
}


.instruction-box {
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 6px;
}
details.instruction-box summary {
  font-weight: bold;
  cursor: pointer;
  color: #003366;
}
details.instruction-box[open] summary {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
}



.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;     /* caps the width */
  aspect-ratio: 16 / 9; /* ✅ keeps consistent shape automatically */
  margin: 0 auto;       /* centers it */
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Student Connect */

.student-connect-wrapper {
		max-width:500px;
		text-align:center;
		padding: 2em 0em;
	}

.student-connect-wrapper h4 {
	margin-top: 0px;
}

.student-connect-content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.student-connect-content > div, .student-connect-content > img {
	padding:20px;
}

.round {
	width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    max-width: 350px;
}

@media screen and (min-width: 1400px) {
	.student-connect-wrapper {
		max-width:1200px;
		text-align: left;
	}
	.student-connect-content {
		flex-wrap:unset;
	}
}



.header:not(.js-is-on-top) .header__wrapper:after {
    border-bottom: none !important;  
}

.content-loaded .hero picture img {
  -webkit-animation: none !important;
          animation: none !important;
}

/* Cta Button Card 
	*/
	
.cta--button-card {
	width:100%;
	margin-bottom:20px;
}

.cta--button-card .cta__inner-alt {
	height: 100%;
	padding:20px;
}


.card-date-inner {
	display: flex;
	padding-bottom: 3em;
}

.card-date-inner .calendar-date-card {
	margin-right: 2em;
}

.card-date-inner-stacked {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-bottom: 3em;
}

.card-date-inner-stacked .calendar-date-card {
	margin-bottom: 2em;
}

.hidden { display: none !important; }