<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	 min-width:320px;
}
/* @media only screen and (max-width: 767px) {
	 body{
		 padding-top: 60px;
	}
}
 */
 .heading-lg{
	 font-size:90px;
	 margin-top:60px;
	 margin-bottom:60px;
}
 .heading-explore{
	 margin-bottom:30px;
}
 .heading-explore a{
	 color: #041E42 
}
 .utepHeader .collegeHeading h1{
	 margin:0;
	 font-family: "Tungsten A", "Tungsten B", "Open Sans", sans-serif;
	 font-weight: 600;
	 font-size: 45px;
}
 @media only screen and (max-width: 350px) {
	 .utepHeader .collegeHeading h1{
		/*Fix "The University of Texas at El Paso" going into a new line in mobile.*/
		 font-size: 25px;
	}
}
 @media only screen and (min-width: 350px) and (max-width: 490px) {
	 .utepHeader .collegeHeading h1{
		/*Fix "The University of Texas at El Paso" going into a new line in mobile.*/
		 font-size: 30px;
	}
}
 .headerContainer{
	 width:100%;
}
 .arrow {
	 width: 0;
	 height: 0;
}
 .arrow-down {
	 border-left: solid transparent;
	 border-right: solid transparent;
	 border-top: solid #041E42;
}
 .arrow-left {
	 border-top: solid transparent;
	 border-bottom: solid transparent;
	 border-right: solid #041E42;
}
 .arrow-right {
	 border-top: solid transparent;
	 border-bottom: solid transparent;
	 border-left: solid #FF8200;
}
 .arrow-sm {
	 border-width: 5px;
}
 .arrow-md {
	 border-width: 15px;
}
 .arrow-lg {
	 border-width: 30px;
}
 .absolute-center {
	 position: absolute;
	 margin-left: auto;
	 margin-right: auto;
	 left: 0;
	 right: 0;
}
 .tabs-container {
	 background-color: #f2f2f2;
	 padding: 10px 0;
}
 .nav-tabs &gt; li &gt; a {
	 margin-right: 2px;
	 line-height: 1.42857143;
	 border: 1px solid transparent;
	 border-radius: 4px 4px 0 0;
}
 .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
	 color: #fff;
	 cursor: default;
	 background-color: #041E42;
	 border: 1px solid #041E42;
	 border-bottom-color: transparent;
}
 @media only screen and (min-width: 1366px) {
	 .utep-home-tabs .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus, .utep-home-tabs .nav-tabs &gt; li &gt; a {
		 padding: 7% 0;
	}
}
 .nav.nav-tabs .arrow-down {
	 display: none;
}
 .nav.nav-tabs .active .arrow-down {
	 display: block;
}
 .utep-home-tabs {
	 z-index: 2;
	 padding:0;
}
 .utep-home-tabs &gt; ul {
	 border-bottom: 0;
}
 .utep-home-tabs &gt; ul a {
	 font-weight: bold;
}
 .utep-home-tabs &gt; ul li {
	 padding: 0;
}
 @media only screen and (max-width: 991px) {
	 .utep-home-tabs {
		 background-color:#f2f2f2;
	}
}
 .utep-blue {
	 background-color: #041E42;
}
 .utep-orange {
	 background-color: #FF8200;
}
 .utep-profiles.utep-blue, .utep-profiles.utep-blue h2 {
	 color: white;
}
 .utep-profiles.utep-orange, .utep-profiles.utep-orange h2 {
	 color: #041E42;
}
 .utep-profiles.utep-orange .btn:hover {
	 color: white;
	 background-color: #041E42;
	 text-decoration: none;
}
 .utep-profiles.utep-blue .btn:hover {
	 color: #333;
	 background-color: #f18a00;
	 text-decoration: none;
}
 .utep-profiles {
	 height: auto;
}
 .utep-profiles .btn {
	 background-color: white;
	 color: #041E42;
	 width: 40%;
	 padding-top: 7px;
	 padding-bottom: 7px;
	 font-weight: bold;
	 max-width: 250px;
	 min-width: 130px;
	 margin-top: 10px;
}
 .utep-profiles img {
	 padding: 0;
}
 .utep-profiles .arrow-left {
	 top: 25%;
	 position: absolute;
	 right: 0;
}
 .utep-profiles .arrow-right {
	 top: 25%;
	 position: absolute;
	 left: 0;
}
 .utep-profiles &gt; div {
	 padding: 0;
}
 .no-padding {
	 padding: 0;
}
 .utep-profile {
	 padding: 5% 10% 1% 10%;
}
 @media only screen and (max-width: 991px) {
	 .utep-profile{
		 text-align:left;
		 padding: 1% 2% 5% 5%;
	}
	 .utep-profile div{
		 text-align:center;
		 width:100%;
	}
}
 .slick-dots {
	 position: absolute;
	 left: -120000px;
}
 .img-caption {
	 position: relative;
}
 .caption-msg {
	 background: rgba(29, 30, 35, 0.61);
	 width: 100%;
	 position: absolute;
	 bottom: 0;
	 padding: 2%;
}
 nav.caption-msg {
	 padding: 0;
}
 .orange-line {
	 border: solid thin #FF8200;
	 margin: 0;
}
 .mosaic {
	 border-color: #FF8200;
}
 .mosaic.hr {
	 border-bottom-style: solid;
	 border-width: 2px;
}
 .top-left-mosaic {
	 border-right-width: thin;
	 border-right-style: solid;
	 padding-bottom: 15px;
}
 .top-right-mosaic {
	 border-left-width: thin;
	 border-left-style: solid;
	 padding-bottom: 15px;
}
 .bottom-left-mosaic {
	 border-right-width: thin;
	 border-right-style: solid;
	 padding-top: 15px;
}
 .bottom-right-mosaic {
	 border-left-width: thin;
	 border-left-style: solid;
	 padding-top: 15px;
}
 .utep-explore-tabs &gt; li {
	 list-style-type: none;
}
 .utep-explore-tabs &gt; li.active a {
	 text-decoration:underline;
}
 .utep-explore-tabs a {
	 color: #041E42;
	 font-weight:bold;
	 font-size: 20pt;
}
 .fast-facts &gt; div {
	 background-color: #f4f4f4;
}
 .btn-full-width {
	 width: 100%;
	 padding: 7% 0;
}
 .bold {
	 font-weight: bold;
}
 .utepHeader {
	 width: 100% !important;
}
 .caption-msg.navigation {
	 z-index: 3;
}
 .caption-navigation &gt; li {
	 margin: 0;
}
 .caption-navigation &gt; li &gt; a:hover, .caption-navigation &gt; li &gt; a:focus, a.caption-msg:hover {
	 cursor:pointer;
	 background-color: #FF8200;
	 color: #333;
	 border: none;
	 text-decoration:none;
}
 .caption-navigation &gt; li &gt; a, a.caption-msg {
	 height: 45px;
	 border: none;
	 font-weight: bold;
	 color: white;
}
 .caption-navigation &gt; li &gt; a{
	 height: 50px;
	 padding:15px 22px 15px 22px;
}
 .caption-navigation {
	 border: none;
}
 .desktop-caption-navigation{
	 width:769px;
}
 .caption-navigation &gt; .nav-tabs &gt; li &gt; a:hover {
	 border-color: none;
}
 #tab-carousel-controls a.right {
	 right: 30px;
}
 #tab-carousel-controls a.left {
	 left: 30px;
}
/*@media(min-width:845px) {
	 #tab-carousel-controls .carousel-control {
		 height: 10%;
	}
	 #tab-carousel-controls .carousel-control .glyphicon {
		 top: 40%;
	}
}
 @media(max-width:844px) {
	 #tab-carousel-controls .carousel-control {
		 height: 10%;
	}
	 #tab-carousel-controls .carousel-control .glyphicon {
		 top: 50%;
	}
}
 */
 #tab-carousel-controls .carousel-control {
	 height: 10%;
	 padding: 0;
	 margin: 0;
	 min-width: 30px;
}
 #tab-carousel-controls .carousel-control .glyphicon {
	 top: 40%;
}
 #tab-carousel-controls .carousel-control .glyphicon {
	 position: relative;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 right: unset;
	 left: unset;
}
 .carousel-slide {
	 padding: 10px;
	/*If this changes, make sure it changes on the slick setposition event. (width - padding)*/
}
 .slick-next::before {
	 font-weight: bold;
	 content: "&gt;";
}
 .slick-prev::before {
	 font-weight: bold;
	 content: "&lt;";
}
 .slick-prev:before, .slick-next:before {
	 font-family: 'slick';
	 font-size: 20px;
	 background-color: rgba(0, 0, 0, 0.55);
	 line-height: 1;
	 opacity: .75;
	 color: white;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 padding: 10px;
}
 .slick-next {
	 right: -40px;
}
 @media only screen and (max-width: 350px) {
	 .slick-next{
		 right: -25px;
	}
}
 .slick-prev {
	 left: -40px;
}
 .slick-prev, .slick-next {
	 font-size: 0;
	 line-height: 0;
	 position: absolute;
	 top: 50%;
	 display: block;
	/*width: 20px;
	 height: 20px;
	 */
	 margin-top: -10px;
	 padding: 0;
	 cursor: pointer;
	 color: transparent;
	 border: none;
	 outline: none;
	 background: transparent;
}
 .slick-prev:focus, .slick-next:focus{
	 outline:auto;
}
 @media only screen and (max-width: 768px) {
	 .second-nav {
		 display:none;
	}
}
 @media only screen and (max-width: 768px) {
	 .second-nav-mobile {
		 display:block;
		 background:white;
		 margin-bottom:16px;
	}
	 .second-nav-mobile&gt;div&gt;ul&gt;li&gt;a {
		 font-family: "Tungsten A", "Tungsten B", "Open Sans", sans-serif;
		 font-weight:normal;
		 color:black;
		 padding:0;
	}
	 .second-nav-mobile&gt;div&gt;ul&gt;li&gt;a&gt;img {
		 width: 30px;
	}
	 .second-nav-mobile&gt;div&gt;ul&gt;li {
		 width: 33%;
		 font-size:18px;
		 margin-top: 16px;
	}
	 .second-nav-mobile&gt;div&gt;ul&gt;li:hover{
		 background-color: #f18a00;
	}
}
 @media only screen and (min-width: 769px) {
	 .second-nav-mobile {
		 display:none;
	}
}
 .steps-buttons a {
	 min-width:180px;
}
 .steps-buttons{
	 padding-bottom:60px;
}
 @media only screen and (max-width: 1200px) {
	 .steps-buttons {
		 text-align:center;
	}
	 .steps-buttons a {
		 width: 50%;
		 padding: 20px;
		 margin: 5px;
	}
}
 @media only screen and (max-width: 767px) {
	 .steps-buttons a {
		 min-width: 230px;
	}
}
 @media only screen and (max-width: 767px) {
	 .fast-facts {
		 padding-left: 50px;
		 padding-right: 50px;
		 background-color: #f4f4f4;
	}
	 .fast-facts img{
		 margin-top:30px;
	}
}
 @media only screen and (max-width: 767px) {
	 .utep-explore-tabs li{
		 float: left;
		 width:50%;
	}
	 .utep-explore-tabs{
		 padding:0 
	}
}
 @media only screen and (max-width: 767px) {
	 .utep-explore-tabs li{
		 float:left;
		 width:50%;
	}
}
 @media only screen and (max-width:767px) {
	 .mosaic{
		 border:none;
	}
}
 .mosaic .caption-msg {
	 height: auto;
	 position: relative;
	 margin-top:-65px;
	 height:65px;
}
 .slick-image-container img{
	 max-height:200px;
}
 .carousel-caption h1{
	 font-size:40px;
	 font-weight:600;
}
 .carousel-caption a {
	 font-size:12px;
}
 .carousel-slide a{
	 min-width: 110px;
}
 .slick-slide img {
	 margin:auto;
	 width: auto;
}
 .slick-image-container{
	 height:200px;
	 vertical-align: middle;
	 width: inherit;
	 text-align: center;
}
 .tabs-in-carousel-more-info{
	 font-family: "Tungsten A", "Tungsten B", "Open Sans", sans-serif;
	 font-size: 26px;
	 font-weight:600;
	 color:#041E42;
}
 .profilePics{
	 background-image: url(Images/profiles/johndoe.jpg);
	 background-size: cover;
	 background-position: center;
	 height: 400px;
}
 h1, .h1 {
	 font-size: 50px;
	 font-weight: 700;
}
 @media only screen and (max-width: 470px) {
	 .utep-explore-tabs a{
		 font-size: 16px;
	}
	 .utep-explore-tabs &gt; li:nth-child(3){
		 margin-top: 10px;
	}
	 .utep-explore-tabs &gt; li:nth-child(4){
		 margin-top: 10px;
	}
}
 footer .requiredLinks {
	 background-color: #041E42;
}
 footer .footerLogo {
	 background-color: #fff;
}
 footer{
	 background-color: #041E42;
}
 footer &gt; .container{
	 background-color: #041E42;
}
 @media (max-width: 991px){
	 footer &gt; .container {
		 background-color: #fff;
	}
}
/* [UC-64] Fix for 1px responsive footer [UC-64]*/
 @media (max-width: 768px) {
	 footer .requiredLinks {
		 padding: 24px 0;
	}
}
 @media (max-width: 768px) {
	 .footerLogo {
		 width: 100%;
	}
}
 @media (max-width: 768px) {
	 .requiredLinks {
		 width: 100%;
	}
}
 @media (max-width: 768px) {
	 footer .requiredLinks ul {
		 float: none;
		 text-align: center;
		 margin-bottom: 30px;
		 padding-right: 0;
	}
}
 @media (max-width: 768px) {
	 footer .requiredLinks h2 {
		 font-size: 24px;
	}
}
 @media (max-width: 768px) {
	 footer {
		 text-align: center;
	}
}
/* END: [UC-64] Fix for 1px responsive footer [UC-64] */
 .parallax {
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 background-size: cover;
	 background-position: 50% 0;
	 height: 650px;
}
 @media only screen and (max-device-width : 1024px) {
	 .parallax {
		 background-attachment: scroll;
		 margin-top:-25px;
	}
}
 .no-parallax {
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 background-size: cover;
	 background-position: 50% 0;
	 height: 650px;
}
 @media only screen and (max-device-width : 1024px) {
	 .no-parallax {
		 background-attachment: scroll;
		 margin-top:-25px;
	}
}
 .carousel-inner &gt; .item {
	 -webkit-perspective: initial !important;
	 perspective: initial !important;
	 -webkit-transition: initial;
	 -o-transition: initial;
	 transition: initial;
	 -webkit-transform: initial !important;
	 transform: initial !important;
}
 #bs-example-navbar-collapse-1{
	 z-index:999;
}
 .navbarCollapseContainer ul, .navbarCollapseContainer 
/*&gt;.navbar-collapse in*/
 {
	 z-index:999;
	/* max-height:540px;
	/*[UC-47] - Fix mobile navigation menu by properly displaying the footer.*/
}
 .carousel-learn-more{
	 text-align:left;
}
 .read-more{
	 font-size:15px;
	 font-weight:700;
}
 .carousel-control:focus{
	 outline:auto;
}
 .navbar-default.utep-nav .navbar-nav &gt; li &gt; a:focus, .navbar-header button:focus{
	 outline: 1px dotted #3b73cf;
	 outline-offset: -2px;
}
/* Notice */
 .banner-notice {
	 padding-top: 12px !important;
	 padding-bottom: 12px !important;
	 background-color: #eee !important;
	 font-family: "Tungsten A", "Tungsten B", "Open Sans", sans-serif;
	 padding: 33px 0;
	 color: #041E42;
	 font-size: 24px;
	 line-height: 1;
}
 @media only screen and (min-width:768px) {
	 .banner-notice &gt; div {
		 min-width: 625px;
	}
}
 .notice-icon {
	 height: 110px;
	 margin-top: -15px;
	 position: absolute;
	 left:-37px;
}
 .info-icon img {
	 width: 120px;
	 height: 120px;
}
 .notice-content {
	 position:relative;
	 left:58px;
}
 .banner-notice p {
	 padding: 3px 0;
}
 .banner-notice p, .banner-notice .title {
	 font-size: 36px;
	 letter-spacing: 1px;
}
 .banner-notice p, .banner-notice a {
	 color: #041E42;
	 margin: 0 !important;
	 font-size: 14px;
	 font-family: "Open Sans", sans-serif;
}
 .banner-notice .strong {
	 font-weight: 700;
}
 .banner-notice .lean {
	 font-weight: 400;
}
 .banner-notice-wrapper {
	 padding: 33px 0;
}
 .banner-notice&gt;div {
	 float: none;
	 margin: 0 auto;
}
 @media only screen and (max-width:767px) {
	 .banner-notice {
		 padding-left: 50px;
	}
	 .notice-content {
		 left:40px 
	}
	 .banner-notice .title {
		 font-size: 24px;
	}
	 .banner-notice p {
		 padding: 0;
	}
	 .notice-icon {
		 margin-top: -13px;
	}
	 .banner-notice &gt; div {
		 left:-45px;
	}
}
 @media only screen and (max-width:767px) and (min-width:510px) {
	 .notice-content {
		 padding-right: 130px;
	}
}
 @media only screen and (max-width:383px) {
	 .notice-icon {
		 margin-top:unset;
	}
}
/* /Notice */
 .social-heading {
	 font-family: "Tungsten A", "Tungsten B", "Open Sans", sans-serif;
	 line-height:initial;
	 font-size: 36px;
	 font-weight: 500;
	 letter-spacing: 2px;
}
 .social-icons {
	 padding-top:30px;
	 font-size:0;
	/*UC-187*/
}
 .social-icon {
	 display: inline-block;
	 max-width: 36px;
}
 .social-icon:not(:first-child) {
	 margin-left:36px;
}
 .social-media {
	 padding-top: 60px;
	 padding-bottom: 60px;
	 background-color:#f4f4f4;
}
</pre></body></html>