<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General Styles*/
blockquote {
	border-left: 0;
	font-family: "BebasNeue", "Open Sans", sans-serif;
	font-size: 36px;
	font-weight: 500;
	padding: 20px 20px 20px 40px;
	position: relative;
}
blockquote p:before {
	content: "â€œ";
	color:#FF8200;
	font-size: 96px;
	line-height: 96px;
	position: absolute;
	left: 0; top: 10px;
}
.fw-section {
    font-size: 16px !important;
}
.fw-section blockquote p {
	color: #041E42;
	font-size: 36px !important;
	line-height: 1.4;
}
/*Header*/
.utepHeader .collegeHeading h1 {
    font-size:26px;
    margin-top:12px;
}
@media(max-width: 1249px){
	.utepHeader .collegeHeading h1 {
		margin-top: 0;
	}
}
@media(max-width: 600px){
	.utepHeader .collegeHeading h1 {
		font-size: 20px;
	}
}
/* Intro */
#theIntro h1 {
	 font-size: 60px;
	 text-align:left;
	 margin-bottom: 30px;
}
 #theIntro h2 {
	 text-align:left;
}
 #theIntro p {
	 font-size:16px 
}
 #theIntro a {
	 color: #337ab7;
}
 #theIntro a:hover {
	 text-decoration:underline;
}
 #theContent .col-md-6 {
	 margin-bottom: 30px;
	 font-size:16px;
}
 #theWriters .col-md-6 {
	 margin-bottom: 30px;
	 font-size:16px;
}
 @media (max-width: 991px) {
	 #theContent .col-md-6 {
		 margin-bottom: 15px;
	}
	 #theWriters .col-md-6 {
		 margin-bottom: 15px;
	}
}
/*Strategic Advantages*/
.chapter-sa img {
    width: 252px;
}
/*Strategic Initiatives*/
 .chapter {
	 margin-bottom: 36px;
}
 .chapter img {
	 width: 180px;
}
 .goal-level {
	 margin: 0;
}
 .goal-title {
	 margin: 0 0 30px;
	 text-align: left !important;
}
 #theIntro .goal-title a, #theIntro .goal-level a {
	 color:#041E42;
}
 .ini-level {
	 color: #808285;
	 font-family: 'Open Sans', sans-serif;
	 font-size: 18px;
	 font-weight: 700;
	 margin: 0;
}
 .ini-title {
	 margin: 0;
	 font-size: 36px !important;
	 font-weight: 500;
	 letter-spacing: 2px;
}
/*Highlights*/
 .highligtsWrapper .col-md-4:nth-last-child(1) {
	 margin-bottom: 30px;
}
.highligtsBody .btn-primary {
	 display:block; 
	 text-align:center;
	 text-transform: uppercase;
	 font-weight: 700;
	 bottom: 15px ;
	 position: absolute;
	 left:30px;
	 right:30px;
}
 .highligtsWrapper .highligtsBody p:nth-last-child(2) {
	 margin-bottom: 60px;
}
/*Previous Next Nav*/
.pn-nav-item {
	font-weight: 700;
}
#prevNextNav a:hover {
	text-decoration: none;
}
.next-col {
	text-align: right;
}
.pn-nav-label {
	background-color: #041E42;
	display: inline-block;
    color: #fff;
    letter-spacing: 3px;
    padding: 3px 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: padding .125s ease-in;
}
.pn-nav-body {
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
}
#prevNextNav a {
	display: block;
}
#prevNextNav a:hover .pn-nav-label {
	background-color: #FF8200;
	color: #041E42;
}
#prevNextNav .pn-nav-prev a:hover .pn-nav-label {
	padding-right: 124px;
}
#prevNextNav .pn-nav-next a:hover .pn-nav-label {
	padding-left: 124px;
}
/* Footer Logo */
@media (max-width: 991px) {
	.footerLogo img {
		max-width: 180px;
	}
}
 </pre></body></html>