/*Typekit declares font faces differently than Adobe*/
@font-face {
	font-family: "titling-gothic-fb-extended";
	font-display: swap;
	font-weight: 300;
	font-style: normal;
	
	/*src: url("//cloud.typenetwork.com/projectLicenseWeb/21117/fontfile/eot/?52a9baa72ae0b60bc23e39171ac3011867dd27ca");
        src: url("//cloud.typenetwork.com/projectLicenseWeb/21117/fontfile/eot/?52a9baa72ae0b60bc23e39171ac3011867dd27ca#iefix") format("embedded-opentype"),
             url("//cloud.typenetwork.com/projectLicenseWeb/21117/fontfile/woff2/?52a9baa72ae0b60bc23e39171ac3011867dd27ca") format("woff2"),
             url("//cloud.typenetwork.com/projectLicenseWeb/21117/fontfile/woff/?52a9baa72ae0b60bc23e39171ac3011867dd27ca") format("woff"); */
             src: url("//cloud.typenetwork.com/projectLicenseWeb/21117/fontfile/eot/?e9b76308a15d0ab7770f669be75e1c100bfd438f");
        src: url("//cloud.typenetwork.com/projectLicenseWeb/21117/fontfile/eot/?e9b76308a15d0ab7770f669be75e1c100bfd438f#iefix") format("embedded-opentype"),
             url("//cloud.typenetwork.com/projectLicenseWeb/21117/fontfile/woff2/?e9b76308a15d0ab7770f669be75e1c100bfd438f") format("woff2"),
             url("//cloud.typenetwork.com/projectLicenseWeb/21117/fontfile/woff/?e9b76308a15d0ab7770f669be75e1c100bfd438f") format("woff");

}
	
@font-face {
	font-family: "titling-gothic-fb-extended";
	font-display: swap;
	font-weight: 700;
	font-style: normal;
	
/*	src: url("//cloud.typenetwork.com/projectLicenseWeb/21116/fontfile/eot/?52a9baa72ae0b60bc23e39171ac3011867dd27ca");
        src: url("//cloud.typenetwork.com/projectLicenseWeb/21116/fontfile/eot/?52a9baa72ae0b60bc23e39171ac3011867dd27ca#iefix") format("embedded-opentype"),
             url("//cloud.typenetwork.com/projectLicenseWeb/21116/fontfile/woff2/?52a9baa72ae0b60bc23e39171ac3011867dd27ca") format("woff2"),
             url("//cloud.typenetwork.com/projectLicenseWeb/21116/fontfile/woff/?52a9baa72ae0b60bc23e39171ac3011867dd27ca") format("woff"); */
        src: url("//cloud.typenetwork.com/projectLicenseWeb/21116/fontfile/eot/?e9b76308a15d0ab7770f669be75e1c100bfd438f");
        src: url("//cloud.typenetwork.com/projectLicenseWeb/21116/fontfile/eot/?e9b76308a15d0ab7770f669be75e1c100bfd438f#iefix") format("embedded-opentype"),
             url("//cloud.typenetwork.com/projectLicenseWeb/21116/fontfile/woff2/?e9b76308a15d0ab7770f669be75e1c100bfd438f") format("woff2"),
             url("//cloud.typenetwork.com/projectLicenseWeb/21116/fontfile/woff/?e9b76308a15d0ab7770f669be75e1c100bfd438f") format("woff");     

}
.wysiwyg .wysiwyg__content-upper-copy a {
    font-size: inherit;
    font-weight: 400;
}
.wysiwyg .wysiwyg__content-upper-copy a:visited { color:#D50032;
}
.wysiwyg .wysiwyg__content-upper-copy a:active { color:#D50032;
}

/* ============================================ SCALE VIDEO ================================================ */
 .videoWrapper {
	 position: relative;
	 padding-bottom: 56.25%;
	/* 16:9 */
	 padding-top: 25px;
	 height: 0;
}
 .videoWrapper iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}

/*==============================================
FORMS
================================================*/

/*Slate Embeds*/
div.form_p .form_label {
    font-weight: normal;
    font: 1.2em proxima-nova, Geneva, sans-serif;
}

div.form_question .form_label, div.form_question label {
    display: block;
    font: 1.1em proxima-nova, Geneva, sans-serif;
}
div.form_responses {
    white-space: pre-wrap;
    line-height: 2em;
}
div.form_page input, div.form_page label {
    vertical-align: middle;
    padding: 0.5em;
}

div.form_question {
    box-sizing: border-box;
    margin: 0 0 1em 0;
    padding: 0;
    max-width: 400px;
}

.ca-scene-79c9249d-866a-415f-af61-daae4fdb7ff8 div.form_question {
    max-width: 100% !important;
}

div.form_question {
    box-sizing: border-box;
    margin: 0 0 1em 0;
    padding: 0;
    max-width: 400px;
}

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:not([type]), div.form_page select, div.form_page textarea {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0.5em;
    text-align: left;
    font-size: 0.7em;
}

.action {
    display: inline-block;
    padding: 13px 30px;
    overflow: hidden;
    border: 2px solid;
        border-image-slice: 100%;
        border-image-source: none;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg,#470a68 50%,#d50032);
    background-origin: border-box;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#470a68),to(#d50032));
    background-image: linear-gradient(90deg,#470a68 50%,#d50032);
    background-size: 0 100%;
    background-position: top 0 left 0;
    font-family: proxima-nova,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .125rem;
    text-transform: uppercase;
    text-align: center;
    color: #d50032;
    -webkit-transition-property: background-size,color;
    transition-property: background-size,color;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-timing-function: cubic-bezier(0,0,.2,1);
}


/*The rest*/
form {
	margin-top:5px;
	margin-bottom:5px;
}

.form-wrap form {
	margin: 1.0 0 1.0em;
	overflow: visible;
	font: 1em proxima-nova, Geneva, sans-serif;
}


.form-wrap form > fieldset {
	margin: 0.25em 0 0.5em;
	width: 100%;
	border: 0;
	padding: 0 0 0.5em;
}

.form-wrap legend {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size:1.1em;
}

.form-wrap label {
	margin-left:0.5em;
	margin-top:0.5em;
	margin-bottom:0.25em;
	color: #333;
	display:block;
}

.form-wrap .datefield {
	max-width:8em;
}

.form-wrap input[type=text],
input[type=email],
input[type=url],
input[type=password],
select,
textarea {
width: 95%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display:inline-block;
  margin-bottom:0.6em;
}

.form-wrap input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

.form-wrap input[type="image"], input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0em 0.2em 0em 0;
	line-height: normal;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
}
.form-wrap input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
 
}

.form-wrap input[type="submit"] {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	transition: background-color 0.5s ease;
	border-radius: 3px;
	color: #ffffff;
	background-color: #D50032;
	/*background-color: #84754e; HUB Gold*/
	padding: .5em 1em;
	text-decoration: none;
	border: 2px solid #FFF;
	font: 0.8em proxima-nova, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	z-index:15;
	width:40%;
	display:block;
	margin-top:1em;
}

.form-wrap input[type="submit"]:hover {
	background-color:#B42A4A;
}


/*add a little space for the title to not overlap since there is no image*/
.news-events__card-image-container {
	padding-bottom: 50px
}
.card-text__item-wrapper {
    margin-bottom: 20px;
}

.social-share--container {
    max-height: 100%;
}

/*Scale down Voices Thumbs */

.blog-item-story__image {
    width: 70%;
    height: 90%;
   
}

/*Shrink the Cards*/
.card-colors__item .card-colors__item-lockup {
    height: 40%;
}
.card-colors__item.card-colors__item--full-width .card-colors__item-container {
  /* max-height: 600px; */
   height:auto;
   overflow:visible;
}
.app-button {
    overflow:visible;
}

.text-body {
    line-height: 1.565;
}
/*Manage Stat box font explosions*/

.figure-wrapper__number {
    font-size: 1.175rem;
}

/*Style event descriptions*/
.card-events__card-image-container {
    font-family:proxima-nova,sans-serif;
}
/*Tune overlay opacity layer*/
.hero-tertiary__overlay {
    background-color: hsla(0,0%,9%,.3);
}
.hero-secondary .hero-primary__bgImage-overlay {
    background-color: rgba(0,0,0,.2);
}
/*Add background color for heroes to provide contrast compliancy*/
.hero-primary {
    background-color: #470A68;
}
.hero-secondary {
    background-color: #470A68;
}
.hero-tertiary {
    background-color: #470A68;
}
.card-voices__card-container {
    background-color: #470a68;
}
/*Map Modal Window*/
.modal {
    font-weight: normal;
    font: 1.2em proxima-nova, Geneva, sans-serif;
}

.modal a {
    color:#D50032;
    font-weight:bold;
}
/*CTAs gone wild!*/
li.accordion-group__item {
    list-style: none !important;
}
.wysiwyg__content-upper-copy .accordion-group .accordion-group__lockup .app-lockup {
	margin-left: 40px;
	padding-left: 0;
}

.wysiwyg .wysiwyg__content-upper-copy li a {
    border:0;
    padding:0;
    display: inline;

overflow: hidden;
border-image-source: none;
background-image: none;
background-size: 0;
font-size: 1.1rem;
/*font-weight: 400;*/
line-height: 1;
letter-spacing: normal;
text-transform: none;
text-align: left;
color: #d50032;

}

.wysiwyg .wysiwyg__content-upper-copy li a:hover {
    color:#470a68;
    text-decoration:underline;
}

.wysiwyg .wysiwyg__content-upper-copy form a {
	 border:0;
	 padding:0;
	 display: inline;
	 overflow: hidden;
	 border-image-source: none;
	 background-image: none;
	 background-size: 0;
	 font-size: 1rem;
	 font-weight: 600;
	 line-height: 1;
	 letter-spacing: none;
	 text-transform: none;
	 text-align: none;
	 color: #d50032;
}
 .wysiwyg .wysiwyg__content-upper-copy form a:hover {
	 color:#470a68;
	 text-decoration:underline;
}

.wysiwyg .wysiwyg__content-upper-copy td a {
    border:0;
    padding:0;
    display: inline;

overflow: hidden;
border-image-source: none;
background-image: none;
background-size: 0;
font-size: 1rem;
font-weight: 600;
line-height: 1;
letter-spacing: none;
text-transform: none;
text-align: none;
color: #d50032;

}

.wysiwyg .wysiwyg__content-upper-copy td a:hover {
    color:#470a68;
    text-decoration:underline;
}
.wysiwyg .wysiwyg__content-upper-copy p a {
    border:0;
    padding:0;
    display: inline;

overflow: hidden;
border-image-source: none;
background-image: none;
background-size: 0;
/*font-size: 1.125rem;*/
/*font-weight: 400;*/
line-height: 1.625;
letter-spacing: normal;
text-transform: none;
text-align: none;
color: #d50032;

}

.wysiwyg .wysiwyg__content-upper-copy p a:hover {
    color:#470a68;
    text-decoration:underline;
}



.wysiwyg .wysiwyg__content-upper-copy .staffstoryemail a {
	 border:0;
	 padding:0;
	 display: inline;
	 overflow: hidden;
	 border-image-source: none;
	 background-image: none;
	 background-size: 0;
	 font-size: 1rem;
	 font-weight: 600;
	 line-height: 1;
	 letter-spacing: none;
	 text-transform: none;
	 text-align: none;
	 color: #d50032;
}
 .wysiwyg .wysiwyg__content-upper-copy .staffstoryemail:hover {
	 color:#470a68;
	 text-decoration:underline;
}
/*Narrow the gap above wysiwyg rowtype*/

.wysiwyg {
    padding-top:36px;
}

/*Fix crazy big images in faculty row type on mobile */

.card-image-3up__card {
	    max-width:450px;
	}

/*Give table headers a little love*/
th { 
    text-align:left;
    vertical-align:top;
}

td {
    vertical-align:top;
}

/*Shrink Heading 1 on mobile*/
.hero-primary .smaller-h1 {
    font-size: 2rem;
}

/*Tweak headings margin to make some visual sense*/
.wysiwyg .wysiwyg__content-upper-copy h2 {
    margin-top:25px;
    color:#470A68;
}

h2 .text-h1 {
    font-size:1.4rem;
}

/* bring the settings contact block copy into the right font family */
.blog-sidebar__contact--wrapper p {
    
    font-family:proxima-nova,sans-serif;
 font-size:0.9rem;
 font-weight:400;
 line-height:1.625;
}

/*Turing test for forms*/
.hideme {
    visibility:hidden;
    display:block;
}

/*Optional column hack*/
.leftcontent {
	float:none;
	width:95%;
	
	margin-top: 0;
	margin-bottom: 1em;
	
}
.rightcontent {
	float: none;
	width: 95%;
	margin:0;
	padding:0;
	border-left: 0px solid #bbaa77; 
	
}

/*Image Floats for custom html*/
.rightfloat {
	 float:none;
	 padding:10px;
	 font-size:80%;
	 clear:both;
	 display:block;
}

 .rightfloat img {
	 display:block;
	 width:100%;
	 height:auto;
}
 .leftfloat {
	 float:none;
	 padding:10px;
	 clear:both;
	 font-size:0.7em;
	 display:block;
}

 .leftfloat img {
	 display:block;
	 width:100%;
	 height:auto;
}

.wysiwyg__content-upper-copy .campusmap a {
    border:0;
	 padding:0;
	 display: inline;
	 overflow: hidden;
	 border-image-source: none;
	 background-image: none;
	 background-size: 0;

}

/*******************
Flexbox
********************/

.boxdisplay {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: column;
	justify-content: space-around;
	align-items: stretch;
}

.boximage {
	text-align: center;
	vertical-align: middle;
	margin-top: 2em;
	
	padding: 1em;
}

.box-item {
	padding: 0.5em;
	border: 1px solid #ccc;
	margin: 5px;
	max-width:100%;
	font-family: proxima-nova,sans-serif;
}

.box-item a {
    color:#D50032;
}

.box-item p {
    padding:5px;
}
 .box-item img {
	 width:auto;
	 padding-bottom:10px;
	 margin-left:auto;
	margin-right:auto;
}
 .name-item {
	 font-size:1.1em;
	 font-family: titling-gothic-fb-extended,sans-serif;
	 color:#470A68;
	 text-align:center;
   text-decoration: uppercase;
}
 .title-item {
	 font-size:1.1em;
	 font-family: titling-gothic-fb-extended,sans-serif;
	 color:#470A68;
	 text-align:center;
}

.title-item p {
    padding:5px;
}
.contact-item {
    text-align:center;
}

/*Language Button Styles*/
.app-language {
    padding: 5px;
}
.new-lang.the-header__language {
  /*margin-bottom: -2.2rem;*/
  margin-bottom: 0;
}
.new-lang .app-language {
  color: black;
  font-size: 1.5rem;
}
.new-lang .app-language__item {
    border-color: black;
}

/*Tweak margin on stepper boxes*/
.app-button--block {
   margin: 10px;
  
}
@media only screen and (min-width: 500px) {
    /* Style adjustments for viewports that meet the condition @500px*/
   .leftcontent {
	float:left;
	width:45%;
	
}
.rightcontent {
	float: right;
	width: 45%;
	margin-left: 10px;
	padding-left:30px;

	
}

.figure-wrapper {
    width:70%;
    margin:20px;
}

.figure-group__row {
    justify-content:center;
}
.hero-primary .smaller-h1 {
    font-size: 2.75rem;
}

}

/*.card-voices__right-top-spacer {
    background-image: url(/assets/images/backgrounds/repeatLetter_3.png);
    background-repeat: no-repeat;
    background-position: center top;
}
*/
/* access accent image for secondary hero because the bgimg in index.css can't be changed without changing sass */
.hero-secondary .hero-secondary__accent {
    background-image: url(../images/backgrounds/duotone-long.png) !important;
}

.wysiwyg .wysiwyg__content-upper-copy ul, .wysiwyg .wysiwyg__content-upper-copy ol, .image-grid__disclosure-inner ul, .image-grid__disclosure-inner ol {
    margin-left: 40px;
}

.wysiwyg .wysiwyg__content-upper-copy ul li, .image-grid__disclosure-inner ul li {
    list-style: square outside none;
}

 .wysiwyg .wysiwyg__content-upper-copy ol > li, .image-grid__disclosure-inner ol > li {
	 list-style: decimal outside none;
}

/*Why is h3 larger than h2? Whyyy? */
.wysiwyg .wysiwyg__content-upper-copy h3 {
    font-size:1.75rem;
    padding-top: 17px;
}

.wysiwyg .wysiwyg__content-upper-copy p {
    margin-bottom: 8px;
    margin-top: 10px;
}

.wysiwyg__content-upper-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}


/*  Allow left align headers */
.wysiwyg__heading-row-inner{
		 margin-left: auto !important;
	}
	

@media print,screen and (min-width:40em){
	.wysiwyg__heading-row-inner{
		margin-left: 4.35rem;
	}
	
	.card-colors__item .card-colors__item-lockup {
    height: 100%;
}
.card-colors__item.card-colors__item--full-width .card-colors__item-container {
    height: 700px;
}

 .figure-wrapper {
	    width:40%;
	}
	
.stepper-quiz__responses {
    flex-wrap:wrap;
    margin:10px;
    width:100%;
}

.text-h1 {
    font-size: 2.375rem;
}

}
@media print,screen and (min-width:64em){
    
    .figure-group__row {
        justify-content:space-around;
    }
    
    .figure-wrapper {
        width:30%;
        margin:0;
        
    }
    
    .text-h1 {
    font-size: 1.4rem;
}

	.wysiwyg__heading-row-inner{
		margin-left: 4.35rem;
	}
	
	.rightfloat {
		 float: right;
		 padding: 0px 0px 10px 10px;
		 max-width: 50%;
		 overflow: hidden;
		 font-size:0.8em;
		 background-color: #fff;
	}
	
	 .rightfloat img {
		 max-width:100%;
		 height:auto;
		 padding-bottom:5px;
	}

	 .leftfloat {
		 float: left;
		 padding-top: 0px;
		 padding-right: 10px;
		 padding-left: 0px;
		 padding-bottom: 10px;
		 font-size: 0.8em;
		 max-width: 40%;
		 overflow: hidden;
		 background-color: #fff;
	}

	 .leftfloat img {
		 max-width:90%;
		 height:auto;
	}
	 .boxdisplay {
		 flex-direction: row;
		 flex-wrap: wrap;
		 margin-left:auto;
		 margin-right:auto;
		 margin-top:1.5em;
		 margin-bottom:1.5em;
	}
	 .box-item {
		 flex: 1;
	}
	
	.card-image-3up__card {
	    flex-basis:33%;
	    max-width:100%;
	}
	}

@media print,screen and (min-width:40em)and (min-width:40em){
	.wysiwyg__heading-row-inner{
		margin-left: 2.35rem;
	}
	.card-image-3up__card {
	    
	    max-width:65%;
	}
	
	
}
@media print,screen and (min-width:40em)and (min-width:64em){
	.wysiwyg__heading-row-inner{
		margin-left: 4.35rem;
	}
}
@media print,screen and (min-width:64em)and (min-width:40em){
	.wysiwyg__heading-row-inner{
		margin-left: 4.35rem;
	}
}
@media print,screen and (min-width:64em)and (min-width:64em){
	.wysiwyg__heading-row-inner{
		margin-left: 4.35rem;
	}
	
	.text-display {
    font-size: 2.75rem;
}
}


@media print, screen and (max-width: 64em) {

.wysiwyg__content-upper-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media print, screen and (min-width: 64em) {
.ProgramFinderModal {
    top: 150px;
}

.app-lockup__heading {
    z-index: 9;
    font-size:1.5rem;
}

.infowindowTabs h2 {
    color: #470a68;
    font-size:1rem;
    font-weight: 600;
    margin-bottom: 7px;
}

.getDirections {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.getDirections:hover {
    text-decoration: underline;
}
}
@media print, screen and (min-width: 40em) {
.ProgramFinderModal {top: 150px;}

}

.course-description {
    font-size: 12px;
    margin-left: 50px;
}

.accordion-group__panel-item > .wysiwyg {
    padding: 0;
}
.app-link-white, .app-link-white:hover, .app-link-white:active, .app-link-white:visited {
    color: #fff;
    fill: #fff;
}
.app-link-white:after, .app-link-white:before {
    background-color: #fff;
    background-image: none;
}

.second-word .app-lockup__heading {
    line-height: 2.6rem;
}

.search-results {
    width: 100%;
}

.program-finder__card__college {
    margin-bottom: 10px;
}
.program-finder__card__college:last-of-type {
    margin-bottom: 40px;
}

/*Giving Day Countdown Timer*/

@keyframes bgcolor {
    0% {
        background-color: #441166
    }

    100% {
        background-color: #dd1144
    }

}

#mast {
    -webkit-animation: bgcolor 20s infinite;
    animation: bgcolor 10s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#mast img {
	
	display:block;

}

.subcount {
font-weight:bold;
font-size: 125%;
padding-top:30px;
}

#count {

    border-style: solid;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
border-width: 0px;
    border-color: #fff;  /* change color of the border using the hexadecimal color codes for HTML */
    padding: 20px;           /* change the spacing between the timer and the border */
   text-align:center;
    font-family: Arial;
    font-size: 150%;      
    font-weight: bold; 
    font-style: normal;     
    color: #441166;    /* change color using the hexadecimal color codes for HTML */
   /* background-color: #fff;    change the background color using the hex color codes for HTML */
    margin-left:autopx;
margin-top:40px;
    width: 100%;
    height: auto;
}
/* @media only screen and (min-width: 500px) {
#mast img {
width:100%;
}
} */

@media only screen and (min-width: 768px) {

#count { font-size:350%;
}
}

.program-hr { 
    background: linear-gradient(to left, #ededed, #ddd 25%, #ddd 75%, #ededed 100%);
    width: 100%;
    height: 20px; 
    border-bottom: none;
}


/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  color: black;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.modal__footer a.modal__btn {
    color: white;
}

.page-last .program-finder__card__inner {
  border: 1px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient( 90deg,#470a68 50%,#d50032);
  color: #fff;
  background-size: 100% 100%;
}

.page-last .program-finder__card__title
,.page-last .program-finder__card__college
,.page-last .program-finder__card__degree
,.page-last .program-finder__card__format {
  color: white;
}
.page-last .program-finder__card-hr {
  background: white;
}

.ApplyFilter {
    right: 150px;
}
@media print,screen and (max-width:1320px){
	.ClearFilter{
		left:200px;
	}
}
@media print, screen and (max-width: 1320px) {
  .ApplyFilter {
      left: 70px;
  }
}
.ProgramFilterPanelClose  {
    display:none;
}

 /*  set consistent H2 font-size */
 .text-h2, .wysiwyg .wysiwyg__content-upper-copy h2 {
     font-size: 1.5rem;
 }
 
 /* bold button text for WYSIWYG */
 .bold-button-text {
     font-weight: 600;
 }
 
.slab.charts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.slab.charts .chart {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.slab.charts .wysiwyg__content-row {
    width: 80%;
}

.slab.charts .wysiwyg__heading-row {
    width: 80%;
}

/* adjust map layout to fix footer display */
.map-adjust {
    float: left;
    width: 100%;
}

.heading-layout {
    padding: 40px 20px;
}

/*.interior .wysiwyg.two-columns {
    margin-left: 5%;
}*/
/*.wysiwyg.two-columns .wysiwyg__content-upper-copy {
    padding-left: 0;
    margin-left: 0;
}*/
.wysiwyg.two-columns.Gray {
  background-color: #f0f0f0;
}
.wysiwyg.two-columns.Purple {
  background-color: #470a68;
  color: white;
}
.wysiwyg.two-columns.Purple .wysiwyg__content-upper-copy h2 {
  color: #fff;
}
.wysiwyg.two-columns .rightcontent.Gray {
  background-color: #f0f0f0;
  color: #171717;
}
.wysiwyg.two-columns .rightcontent.Purple {
  background-color: #470a68;
  color: white;
}

.wysiwyg.Gray {
  background-color: #f0f0f0;
}
.wysiwyg.Purple, .wysiwyg.Purple .wysiwyg__content-upper-copy h2 {
  background-color: #470a68;
  color: white;
}

/*.slab-color6, .slab-color6 .wysiwyg {
    background-color: #f0f0f0;
}*/

.the-footer__copy a {
    text-decoration: underline;
}


.news-events__lockup-row {
  flex-direction: column;
}

.news-events__cta-container {
  display: block;
  margin-top: 10px;
}

@media print, screen and (min-width: 64em) {
  .news-events__lockup-row {
    flex-direction: row;
  }

  .news-events__cta-container {
    margin-top: 0px;
  }
}
figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}
figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}
figure.image img {
    margin: 8px 8px 0 8px;
}
figure.image.leftfloat {
  padding-right: 0;
  margin-right: 15px;
}
figure.image.leftfloat img {
  max-width: 95%;
}
figure.image.rightfloat {
  margin-left: 15px;
}
figure.image.rightfloat img {
  max-width: 95%;
}

.wysiwyg .wysiwyg__content-upper-copy .contact-item p {
  margin: 0;
  padding: 0;
}

div#winery_map_1 a {
    border: none;
}
/*=============================
   Search Results
  =============================*/
.gs-title a {
    background-image: none !important;
    border: none !important;
    padding-left: 0 !important;
    text-decoration: none !important;
}

.gs-title a:hover {
    text-decoration: underline !important;
}

/*******************************
    Image CTA auto crop
 ******************************/
.center-crop {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

/*  Link accessibility modifications */

.blog-item-story__copy-container, .blog-item-story__copy-container p, .blog-item-story__copy-container span,
.card-image-2up__card-copy-container, .card-image-2up__card-copy-container p, 
.card-image-2up__card-body, .card-image-2up__card-body p {
    text-decoration: none !important;
}
a:hover .blog-item-story__copy-container {
    text-decoration: underline !important;
}

a :not(h2) {
    text-decoration: underline !important;
}
a:hover {
    text-decoration: none !important;
}


#main .the-header-utility {
    display: block;
}
@media screen and (min-width: 91em) {
  #main .the-header-utility {
      display: none;
  }
}

.tmp-new-header.ca-header-pf {
    width: calc(100% - 84px);
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
@media screen and (min-width: 40em) {
  /*.tmp-new-header*/.ca-header-pf {
      width: calc(100% - 104px);
  }
}
@media screen and (min-width: 91em) {
  /*.tmp-new-header*/.ca-header-pf {
      width: 50%;
  }
}
.wysiwyg .wysiwyg__content-upper-copy ol > li > ol > li, 
.image-grid__disclosure-inner ol > li > ol > li {
  list-style: inherit;
}
.wysiwyg .wysiwyg__content-upper-copy ol > li > ol > li > ol > li, .image-grid__disclosure-inner ol > li > ol > li > ol > li {
    list-style: lower-roman;
}