<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* UC */
/* Small Header */
 .sticky-wrapper {
	 display:none;
}
 #container {
	 height: 0;
}
 .container + .fw-section {
	 background-position: 25% 100px !important;
	 background-attachment: unset !important;
}
 @media screen and (max-width: 991px){
	 #container + .fw-section {
		 background-position: 25% 100px !important;
		 background-attachment: unset !important;
	}
}
 @media screen and (max-width: 768px){
	 #container + .fw-section {
		 background-position: 25% 100px !important;
		 background-attachment: unset !important;
	}
}
 @media only screen and (max-width: 576px) {
	 #container + .fw-section {
		 background-position: 15% 120px !important;
		 background-attachment: unset !important;
	}
}
/* General styles */
 #sidr-container &gt; .fw-section {
	 padding-bottom: 0px;
	 padding-top: 0px;
}
 .fw-section h2 {
	 font-size: 42px;
	 font-weight: 800;
	 line-height: 1.2;
	 margin: 0px 0px 20px 0px;
	 font-family: "Open Sans", sans-serif;
}
 .fw-section h3 {
	 font-family: "Open Sans", sans-serif;
	 letter-spacing: 1px;
	 line-height: 1.2;
	 text-align: left;
	 font-size:24px;
	 font-weight: 800;
}
 @media only screen and (max-width: 991px) {
	 .fw-section h2 {
		 font-size: 36px;
	}
	 .fw-section h3 {
		 font-size: 22px;
	}
}
 @media only screen and (max-width: 576px) {
	 #sidr-container &gt; .fw-section {
		 padding-bottom: 20px;
		 padding-top: 10px;
	}
	 .fw-section h2 {
		 font-size: 28px;
		 line-height: 1.4;
	}
	 .fw-section .btn-primary-orange {
		 display:block;
		 margin-left: 15px;
		 margin-right: 15px;
	}
}
 .fw-section p {
	 font-size: 18px;
}
 .fw-section .line {
	 border-top: 3px solid #041E42;
	 margin: 0 auto;
}
 .fw-section .btn-primary, .fw-section a.btn-primary {
	 color: #ffffff !important;
	 background-color: #041e42 !important;
	 padding: 15px 30px;
	 font-size: 16px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-weight: 800 !important;
}
 .fw-section .btn-primary:hover, .fw-section a.btn-primary:hover, .fw-section .btn-primary:active, .fw-section a.btn-primary:active {
	 color: #041e42 !important;
	 background-color: #ff8200 !important;
	 text-decoration:none !important;
}
 .fw-section .btn-primary-orange {
	 color: #041e42;
	 background-color: #ff8200 !important;
	 padding: 15px 30px;
	 font-size: 16px;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-weight: 800;
}
 .fw-section .btn-primary-orange:hover {
	 background-color: #ffffff;
	 color: #041E42!important;
	 text-decoration:none!important;
}
 small {
	 font-size: 90%;
}
 .fw-section a {
	 color: #337ab7;
	 text-decoration: none;
}
 .fw-section a:hover {
	 color: #333;
	 text-decoration: underline;
}
 .noppading {
	 margin: 0;
	 padding: 0;
}
 p.hb-button {
	 margin-top: 30px;
	 margin-bottom: 30px;
}
 p.big-txt {
	 font-size: 20px;
	 line-height: 1.25;
}
 p.bigger {
	 font-size: 28px;
	 font-weight: 600;
	 line-height: 1.7;
	 margin: 15px 0;
}
 p.deadline {
	 font-size: 17px;
	 font-weight: 700;
	 line-height: 1.5;
	 color: #333;
}
/* Hero Banner */
 #heroB {
	 height: 600px;
	 background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 100%);
}
 #heroB .stripe {
	 border-top: 6px solid #ff8200;
}
 #heroB .container {
	 width: 100%;
	 max-width: 100% !important;
}
 #heroB .phs-card {
	 display: flex;
	 justify-content: flex-end;
	 flex-direction: column;
	 align-items:flex-end;
}
 #heroB .phs-card-mobile {
	 display:none;
}
 .nav-hero-wr {
	 position: relative;
}
 .navigation {
	 position: absolute;
	 left: 0%;
	 top: -15px;
	 right: 0%;
	 bottom: auto;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
	 background-color: transparent;
}
 .w-nav {
	 position: relative;
	 z-index: 1000;
}
 .navigation-items {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -webkit-justify-content: center;
	 -ms-flex-pack: justify;
	 justify-content: center;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .logo-link {
	 z-index: 1;
}
 .logo-link:active {
	 opacity: 0.7;
}
 .logo-link:hover {
	 opacity: 0.8;
}
 .w-nav-brand {
	 position: relative;
	 text-decoration: none;
	 color: #333333;
}
 .logo-image {
	 display: block;
	 width: 100px;
	 height: 100px;
}
 .ph-h1 {
	 margin: 0px 0px 10px;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 75px;
	 line-height: 70px;
	 font-weight: 600;
	 color: #ffffff;
	 padding-right:30px;
	 text-transform: uppercase;
}
 .herob-container {
	 padding: 2px 0 0 0;
	 color: #fff;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 1365px;
}
 @media only screen and (max-width: 1364px){
	 .herob-container {
		 width: 1170px;
	}
}
 @media only screen and (max-width: 1249px){
	 .herob-container {
		 width: 970px;
	}
	 .ph-h1 {
		 font-family: "BebasNeue", "Open Sans", sans-serif;
		 font-size: 70px;
		 line-height: 70px;
		 font-weight: 600;
		 color: #ffffff;
		 padding-right: 15px;
	}
}
 @media screen and (max-width: 991px){
	 #heroB {
		 height: 600px;
	}
	 .herob-container {
		 width: 750px;
	}
	 .logo-image {
		 width: 80px;
		 height: 80px;
	}
	 .ph-h1 {
		 font-size: 60px;
		 line-height: 60px;
		 padding-right:15px;
	}
}
 @media screen and (max-width: 768px) {
	 .herob-container {
		 width: 100%;
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 .w-inline-block {
		 max-width: 100%;
		 display: inline-block;
	}
	 #heroB {
		 height: 450px;
		 margin-bottom: 40px;
		 background: transparent;
	}
	 .herob-container {
		 width: 100%;
		 padding-left: 0;
		 padding-right: 0;
		 bottom: 0;
		 padding-top: 210px;
	}
	 #heroB .phs-card-mobile h1.ph-h1 {
		 font-size: 40px;
		 line-height: 40px;
		 text-align: center;
		 margin:0;
		 padding: 0;
	}
	 #heroB .phs-card {
		 display: none;
	}
	 #heroB .phs-card-mobile {
		 display:block;
		 background-color: #041e42;
		 margin: 0;
		 padding: 15px;
	}
}
 @media only screen and (max-width: 576px) {
	 .navigation {
		 position: absolute;
		 left: 0%;
		 top: 0%;
		 right: 0%;
		 bottom: auto;
		 display: -webkit-box;
		 display: -webkit-flex;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-align: center;
		 -webkit-align-items: center;
		 -ms-flex-align: center;
		 align-items: center;
		 background-color: transparent;
	}
	 .logo-image {
		 display: block;
		 width: 80px !important;
		 height: 80px !important;
		 margin-top: -1px !important;
	}
	 .herob-container {
		 width: 100%;
		 padding-left: 0;
		 padding-right: 0;
		 bottom: 0;
		 padding-top: 300px;
	}
	 #heroB {
		 height: 450px;
		 margin-bottom: 90px;
		 background: transparent;
	}
}
 @media only screen and (max-width: 320px) {
	 #heroB {
		 height: 450px;
		 margin-bottom: 120px;
		 background: transparent;
	}
}
/*Hero Banner info*/
 #heroBanner h1 {
	 line-height: 1;
	 text-align: left;
	 color: #ffffff;
	 letter-spacing: 2px;
	 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	 font-size:80px;
	 font-weight:600;
	 margin-bottom:0;
	 margin-top: -10px;
}
 #heroBanner h3 {
	 color: #ffffff;
	 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	 margin-top: 10px;
}
 #heroBanner span.hb-dot {
	 color: #ff8200;
}
 #heroBanner p.hb-content {
	 font-size: 17px;
	 line-height: 1.8;
	 text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	 text-align: left;
}
 #heroBanner small a {
	 color: #ffffff;
	 text-decoration: underline;
	 font-weight: bold;
}
 #heroBanner small a:hover, #heroBanner small a:focus {
	 text-decoration: none;
}
 @media only screen and (max-width: 1249px) {
	 #heroBanner .optionalblock {
		 flex-direction: column;
		 justify-content: center;
	}
	 #heroBanner h1 {
		 margin-bottom: 15px;
		 text-align: center;
	}
	 #heroBanner p.hb-content {
		 text-align: center;
	}
}
 @media only screen and (max-width: 991px) {
	 #container ~ .fw-section {
		 background-attachment:unset !important;
	}
}
 @media only screen and (max-width: 576px) {
	 #heroBanner h1 {
		 font-size: 42px;
		 line-height: 44px;
		 margin-top: 0;
		 margin-bottom: 15px;
	}
	 .fw-section h3 {
		 line-height: 1.7;
	}
}
/*Regular Section*/
 #contentInfo h2 {
	 text-align: left;
}
 @media only screen and (max-width: 768px){
	 #contentInfo {
		 margin-left: 15px;
		 margin-right: 15px;
	}
	 #contentInvite {
		 margin-left: 15px;
		 margin-right: 15px;
	}
}
/*Cards Info*/
 #cardsInfo {
	 padding: 0 !important;
	 margin: 0 !important;
	 border-bottom: 10px solid #f2f2f2;
}
 #cardsInfo-nobor {
	 padding: 0 !important;
	 margin: 0 !important;
	 border-bottom: 0;
}
 #cardsInfo .stroke, #cardsInfo-nobor .stroke {
	 border-top: 4px solid #ff8200;
	 margin-bottom: 30px;
	 width: 150px;
}
 #cardsInfo .crd-wrapper, #cardsInfo-nobor .crd-wrapper {
	 display:flex;
	 align-items: center;
}
 #cardsInfo .crd-wrapper div:nth-child(2), #cardsInfo-nobor .crd-wrapper div:nth-child(2) {
	 padding-left:0;
}
 #cardsInfo .crd-wrapper-img {
	 width: 350px;
	 height: 440px;
	 object-fit: cover;
	 object-position: 75% 
}
 #cardsInfo .crd-wrapper-img-2 {
	 width: 350px;
	 height: 350px;
	 object-fit: cover;
	 object-position: 61% 
}
 #cardsInfo .crd-wrapper-img-3 {
	 width: 350px;
	 height: 350px;
	 object-fit: cover;
	 object-position: 40% 
}
 #cardsInfo .crd-wrapper-img-31 {
	 width: 350px;
	 height: 440px;
	 object-fit: cover;
	 object-position: 50% 
}
 #cardsInfo .crd-wrapper-img-4 {
	 width: 350px;
	 height: 440px;
	 object-fit: cover;
	 object-position: 50% 
}
 #cardsInfo .crd-wrapper-img-5, #cardsInfo-nobor .crd-wrapper-img-3 {
	 width: 350px;
	 height: 350px;
	 object-fit: cover;
	 object-position: 50% 
}
 #cardsInfo .crd-wrapper-img-6 {
	 width: 350px;
	 height: 350px;
	 object-fit: cover;
	 object-position: 73% 
}
 #cardsInfo .crd-wrapper-img-7 {
	 width: 350px;
	 height: 350px;
	 object-fit: cover;
	 object-position: 58% 
}
 #cardsInfo .crd-wrapper-img-8 {
	 width: 440px;
	 height: 350px;
	 object-fit: cover;
	 object-position: 52% 
}
 @media only screen and (max-width: 991px){
	 #cardsInfo .crd-wrapper, #cardsInfo-nobor .crd-wrapper {
		 flex-direction: column;
	}
	 #cardsInfo .crd-wrapper div:nth-child(1), #cardsInfo-nobor .crd-wrapper div:nth-child(1) {
		 padding-left:0;
		 padding-right:0;
	}
	 #cardsInfo .crd-wrapper div:nth-child(2), #cardsInfo-nobor .crd-wrapper div:nth-child(2) {
		 padding: 15px;
	}
	 #cardsInfo .crd-wrapper-img, #cardsInfo .crd-wrapper-img-2, #cardsInfo .crd-wrapper-img-3,#cardsInfo .crd-wrapper-img-31, #cardsInfo .crd-wrapper-img-4, #cardsInfo .crd-wrapper-img-5, #cardsInfo-nobor .crd-wrapper-img-3, #cardsInfo .crd-wrapper-img-6, #cardsInfo .crd-wrapper-img-7, #cardsInfo .crd-wrapper-img-8 {
		 object-fit: initial;
		 max-width: 100%;
		 width: 100%;
		 height: auto;
	}
}
 #contentInvite div {
	 padding-top: 10px;
	 padding-bottom: 5px;
}
 #contentInvite p.gr-btn {
	 margin-top: 20px;
	 margin-bottom:15px;
}
/* Form Styles */
 #formInfo .form-wrapper {
	 display:flex;
	 align-items: center;
}
 #formInfo .form-wrapper div:nth-child(1) {
	 background-color: #f2f2f2;
	 padding: 60px 60px 0 60px;
}
 #formInfo .form-wrapper div:nth-child(1) h2 {
	 text-align: center;
}
 #formInfo h3 {
	 margin-top: 0;
}
 @media only screen and (max-width: 1024px){
	 #formInfo .form-wrapper h2 {
		 padding-left: 15px;
	}
}
 @media only screen and (max-width: 991px){
	 #formInfo .form-wrapper div:nth-child(1) {
		 padding: 30px 30px 0 30px;
	}
	 #formInfo .form-wrapper h2 {
		 padding-left: 15px;
	}
}
 @media only screen and (max-width: 768px){
	 #formInfo .form-wrapper {
		 flex-direction: column;
	}
	 #formInfo .form-wrapper div:nth-child(1) {
		 padding-left: 15px;
		 padding-right: 15px;
	}
}
 @media only screen and (max-width: 636px){
	 #formInfo .form-wrapper div:nth-child(1) {
		 padding-bottom: 0;
		 padding-top: 15px;
	}
	 #formInfo .form-wrapper div:nth-child(2) {
		 padding-top: 15px;
		 padding-bottom: 15px;
	}
}
/*Form Info*/
 #formInfo .btn-primary {
	 display:block;
	 margin: 15px 0;
}

#formInfo .ellucian-inquiry-form{
    display: flex;
    justify-content: center;
}

#formInfo .ellucian-inquiry-form iframe{
    max-width:770px;
}

@media (in-width: 991px){
    #formInfo .col-md-4 {
        width:100%;
    }
}

@media (in-width: 991px){
    #formInfo .headline h3{
        width:100%;
        padding:0px 20px;
    }
}


/*Form Info*/
 #formInfo .btn-primary {
	 display:block;
	 margin: 15px 0;
}
/* Footer */
 @media (max-width: 991px){
	 footer .footerLogo img {
		 max-width:150px;
	}
}
/*programs form*/
 .ellucian-inquiry-form iframe {
	 height:900px !important;
}
/*programs form*/
 @media screen and (max-width: 1364px) {
	 .ellucian-inquiry-form iframe {
		 height:900px !important;
	}
}
 @media screen and (max-width: 993px) {
	 .ellucian-inquiry-form iframe {
		 height:1200px !important;
	}
}
 @media screen and (max-width: 831px) {
	 .ellucian-inquiry-form iframe {
		 height:1300px !important;
	}
}

@media (max-width: 768px) {
    #contentInfo .container {
        padding-top:210px !important;
    }
}
@media (max-width: 388px) {
    #contentInfo .container {
        padding-top: 300px !important;
    }
}

#heroB .bullet-points{
    margin-right: 250px;
}
 @media only screen and (max-width: 1249px){
    #heroB .bullet-points{
        margin-right: 180px;
    }
}
  @media only screen and (max-width: 991px){
    #heroB .bullet-points{
        margin-right: 90px;
    }
}
 </pre></body></html>