<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Campaign maroon #8c002c */
 body {
     font-family: 'Lato', sans-serif;
     padding-top: 60px;
     color: #000;
}
 a {
     color: #1f66b2;
     font-weight: 400;
    /* color: #007bff;
     color: #660012;
     font-weight: bold;
     */
}
 a: hover {
     color: #007bff;
     text-decoration: underline;
}
/* --- Cotnent Page --- */
 main.content-page {
     margin: 50px 0;
     min-height: 1000px;
}
/* --- Landing Page --- */
 main.landing-page {
     min-height: 1000px;
}
 .landing-padding {
     padding: 2rem 5rem;
}
/* --- Typography --- */
 h1 {
     color: #660012;
     font-size: 2rem;
     text-transform: uppercase;
     letter-spacing: 2.5px;
     padding-bottom: .5rem;
     border-bottom: 1px solid #660012;
     margin: 1rem 0 2rem;
}
 h2 {
     color: #660012;
    /* letter-spacing: 1px;
     */
     padding-bottom: .5rem;
     margin: 2rem 0 .5rem 0;
}
 .text-maroon {
     color: #590012;
}
 strong {
     color: #660012;
     font-weight: bold;
}
 h3 {
     margin: 0 0 1rem 0;
}
 h3.subhead {
     font-size: 3rem;
     color: #590012;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin: 0 0 2rem 0;
}
 h4.subhead {
     font-size: 2.5rem;
     color: #333;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin: 2rem 0;
}
 p, li {
     font-size: 1.2rem;
     font-weight: 300;
}
 .opps-give {
     background-color: #f2f2f2;
     padding: .2rem 2rem 1rem 2rem;
     border-top: 1px solid #590012;
     margin-bottom: 2rem;
}
 .opps-give h3 {
     color: #590012;
     font-size: 1.5rem;
     text-transform: uppercase;
     margin: 2rem 0 0;
}
 .opps-give p {
     font-size: 1rem;
}
 .need {
     font-size: 1.5rem;
     text-align: center;
     padding: 1rem;
     border: 1px solid #590012;
     margin: 2rem 0;
}
 .need span {
     color: #590012;
     font-weight: bold;
     font-style: italic;
}
/* --- Buttons --- */
 .btn-maroon {
     text-transform: uppercase;
     color: #fff;
     background-color: #590012;
     border-color: #590012;
}
 .btn-maroon:hover {
     color: #fff;
     background-color: #8c002c;
     border-color: #8c002c;
}
 .btn-blue {
     text-transform: uppercase;
     color: #fff;
     background-color: #0078a3;
     border-color: #0078a3;
}
 .btn-blue:hover {
     color: #fff;
     background-color: #666;
     border-color: #666;
}
 .btn-gray {
     text-transform: uppercase;
     color: #fff;
     background-color: #999;
     border-color: #999;
}
 .btn-gray:hover {
     color: #fff;
     background-color: #333;
     border-color: #333;
}
 .btn-white {
     text-transform: uppercase;
     color: #999;
     background-color: #fff;
     border-color: #ccc;
}
 .btn-white:hover {
     color: #590012;
     background-color: #fff;
     border-color: #590012;
}
 .btn-white-maroon {
     text-transform: uppercase;
     color: #666;
     background-color: #fff;
     border-color: #ccc;
}
 .btn-white-maroon:hover {
     color: #fff;
     background-color: #590012;
     border-color: #590012;
}
 .btn-overlay {
     color: #fff;
     background-color: rgba(255,255,255,.2);
     border-color: #fff;
     text-transform: uppercase;
}
 .btn-overlay:hover {
     color: #bf2235;
     background-color: rgba(255,255,255,.6);
     border-color: #fff;
     text-transform: uppercase;
}
 .btn-panhandlegives {
     color: #fff;
     background-color: #25aae1;
     border-color: #fff;
     text-transform: uppercase;
}
 .btn-panhandlegives:hover {
     color: #ff0033;
     background-color: #25aae1;
     border-color: #ff0033;
     text-transform: uppercase;
}
/* --- Accordion --- */
 .accordion .btn-link {
     color: #660012!important;
     font-weight: bold;
     font-size: 1.3rem;
}
/* --- Navbar --- */
 .navbar {
     border-bottom: 1px solid #ccc;
}
 .bg-light {
     background-color: #fff!important;
}
 .navbar-brand img {
     max-width: 250px;
}
 .navbar-light .navbar-nav .nav-link {
     color: #590012;
     text-transform: uppercase;
     padding-right: 1.5rem;
     padding-left: 1.5rem;
}
/* --- Hero Gradient --- */
 .hero-gradient {
     background-image: url("../images/one-west/gradient-oldmain-aerial.webp");
     background-size: cover;
}
 #gradient-logo-cta {
     padding: 15% 7%;
}
/* --- Tagline Slab --- */
 .tagline-slab p {
     font-size: 1.3rem;
     font-weight: 300;
}
/* ---------- *** PROGRESS *** ---------- */
 .progress-row1 {
     display: flex;
     overflow: hidden;
     font-size: 1rem;
     font-weight: 600;
}
 .progress1 {
     display: flex;
     justify-content: end;
     width: 30%;
     color: #8c002c;
     overflow: visible;
}
 .progress2 {
     display: flex;
     justify-content: end;
     width: 50%;
     color: #c5003f;
     overflow: visible;
}
 .progress3 {
     display: flex;
     justify-content: end;
     width: 20%;
     color: #666;
     overflow: visible;
}
 .progress-row2 {
     display: flex;
     height: 30px;
     overflow: hidden;
}
 .progress4 {
     display: flex;
     justify-content: end;
     width: 30%;
     background-image: linear-gradient(to right, #ffa545, #8c002c);
     overflow: visible;
}
 .progress5 {
     display: flex;
     justify-content: end;
     width: 50%;
     background-image: linear-gradient(to right, #9c002c, #c5003f);
     overflow: visible;
}
 .progress6 {
     display: flex;
     justify-content: end;
     width: 20%;
     background-color: #f2f2f2;
     overflow: visible;
}
 .progress-row3 {
     display: flex;
     overflow: visible;
     font-size: 0.7rem;
     text-transform: uppercase;
     font-weight: 600;
}
 .progress7 {
     display: flex;
     justify-content: end;
     width: 30%;
     color: #666;
     overflow: visible;
     padding: 0.5rem 0.5rem 0;
     border-right: 2px solid #ccc;
}
 .progress8 {
     display: flex;
     justify-content: end;
     width: 50%;
     color: #666;
     overflow: visible;
     padding: 0.5rem 0.5rem 0;
     border-right: 2px solid #ccc;
}
 .progress9 {
     display: flex;
     justify-content: end;
     width: 20%;
     color: #666;
     overflow: visible;
     padding: 0.5rem 0.5rem 0;
     border-right: 2px solid #f2f2f2;
}
/* --- Priorities --- */
 .priorities {
     background-image: linear-gradient(to bottom, #e5e5e5, #fff);
}
 .priorities .card {
     text-align: center;
     color: #fff;
}
 .priorities .card-body {
     background-image: linear-gradient(to bottom, #450012, #660012);
}
 .priorities .card h4 {
     text-transform: uppercase;
     font-weight: 700;
     letter-spacing: 2px;
}
/* --- Academics --- */
 .academics .card {
     color: #590012;
}
 .academics .card h4 {
     font-size: 1.1rem;
}
/* --- Legacy Gradient --- */
 .legacy-gradient {
     background-image: url("../images/one-west/gradient-students-buffbranding.jpg");
     background-position: center;
     background-size: cover;
     color: #fff;
     text-align: center;
     padding: 5% 10%;
}
 .legacy-gradient .legacy-text {
     font-size: 3rem;
     line-height: 1.5;
     text-align: center;
     margin-bottom: 3rem;
}
 .legacy-gradient .legacy-button {
     margin-bottom: 3rem;
}
/* --- Donors --- .donors {
     min-height: 1020px;
}
 .donor-slider h3 {
     color: #590012;
     font-weight: 600;
}
 .donors .card {
     background-image: linear-gradient(to bottom, #f2f2f2, #fff);
}
 .donors .card-body {
     min-height: 50px;
     text-align: center;
}
 --- */
/* --- Footer / Pulled from Cascade Factory styles.css --- */
 footer{
     background-image: linear-gradient(to bottom, #450012, #660012);
     padding:20px 0 
}
 @media (min-width:48rem){
     footer{
         padding:60px 0 
    }
}
 footer .inner{
     max-width:90rem;
     margin-left:auto;
     margin-right:auto;
     padding:0 15px 
}
 @media (min-width:91.875rem){
     footer .inner{
         padding:0 
    }
}
 footer .inner .links ul{
     column-count:1;
     list-style:none;
     padding:0;
     margin:0 
}
 @media (min-width:30rem){
     footer .inner .links ul{
         column-count:2 
    }
}
 @media (min-width:62rem){
     footer .inner .links ul{
         column-count:3 
    }
}
 @media (min-width:75rem){
     footer .inner .links ul{
         column-count:5 
    }
}
 footer .inner .links ul li{
     display:block;
     -webkit-column-break-inside:avoid;
     page-break-inside:avoid;
     break-inside:avoid 
}
 footer .inner .links ul li a{
     display:block;
     color:#fff;
     text-decoration:none;
     padding:5px 10px;
     font-size:.8125rem;
     line-height:1rem;
     border:2px solid transparent 
}
 footer .inner .links ul li a:focus,footer .inner .links ul li a:hover{
     border-color:#fff 
}
 footer .inner .links ul li a:focus{
     outline:0!important 
}
 footer .inner .bottom{
     margin-top:20px;
     padding-top:20px;
     border-top:1px dotted #757575 
}
 @media (min-width:62rem){
     footer .inner .bottom{
         display:flex;
         justify-content:space-between 
    }
}
 footer .inner .bottom .logo{
     text-align:center 
}
 @media (min-width:62rem){
     footer .inner .bottom .logo{
         text-align:left;
         flex:0 0 33%;
         width:33% 
    }
}
 footer .inner .bottom .logo img{
     width:300px;
     max-width:100% 
}
 footer .inner .bottom .location{
     color:#fff;
     text-align:center;
     margin-top:20px 
}
 @media (min-width:62rem){
     footer .inner .bottom .location{
         margin-top:0;
         flex:0 0 33%;
         width:33%;
         display:flex;
         align-items:center;
         justify-content:center 
    }
}
 footer .inner .bottom .social-icons{
     margin-top:20px;
     text-align:center 
}
 @media (min-width:62rem){
     footer .inner .bottom .social-icons{
         margin-top:0;
         flex:0 0 33%;
         width:33%;
         display:flex;
         align-items:center 
    }
}
 footer .inner .bottom .social-icons ul{
     list-style:none;
     padding:0;
     margin:0;
     display:inline-block 
}
 @media (min-width:62rem){
     footer .inner .bottom .social-icons ul{
         text-align:right;
         width:100% 
    }
}
 footer .inner .bottom .social-icons ul li{
     display:inline-block;
     text-align:center 
}
 footer .inner .bottom .social-icons ul li a{
     display:inline-block;
     text-align:center;
     color:#fff;
     font-size:16px;
     width:36px;
     height:36px;
     padding-top:4px;
     border:2px solid #fff;
     border-radius:100%;
     text-decoration:none 
}
 footer .inner .bottom .social-icons ul li a:hover{
     color:#450012;
     background-color:#fff 
}
 footer .inner .bottom .social-icons ul li a:focus{
     border:2px dotted red;
     outline:0!important 
}
 .subfooter{
     color:#fff;
     background-color:#450012;
     padding-bottom:30px 
}
 .subfooter .accreditation{
     background-color:#fff;
     padding-top:30px;
     padding-bottom:30px 
}
 .subfooter .accreditation .inner{
     padding-top:0!important;
     max-width:90rem;
     margin-left:auto;
     margin-right:auto;
     padding:0 15px;
     display:flex;
     justify-content:center;
     flex-wrap:wrap;
     max-width:90rem;
     margin-left:auto;
     margin-right:auto;
     padding:0 15px 
}
 @media (min-width:91.875rem){
     .subfooter .accreditation .inner{
         padding:0 
    }
}
 @media (min-width:91.875rem){
     .subfooter .accreditation .inner{
         padding:0 
    }
}
 .subfooter .accreditation .inner .item{
     width:250px;
     display:flex;
     flex-direction:column;
     justify-content:center 
}
 .subfooter .accreditation .inner .item a{
     display:block;
     text-align:center;
     margin:0 5px 
}
 .subfooter .accreditation .inner .item a img{
     margin:0 auto 
}
 .subfooter .accreditation .inner.alt .item{
     width:120px 
}
 .subfooter .inner{
     max-width:90rem;
     margin-left:auto;
     margin-right:auto;
     padding:0 15px;
     padding-top:30px!important 
}
 @media (min-width:91.875rem){
     .subfooter .inner{
         padding:0 
    }
}
 @media (min-width:48rem){
     .subfooter .inner{
         display:flex;
         justify-content:space-between 
    }
}
 .subfooter .inner .logo{
     text-align:center 
}
 .subfooter .inner .logo img{
     width:300px;
     max-width:100%;
     margin:0 auto 
}
 @media (min-width:48rem){
     .subfooter .inner .logo{
         flex:0 0 360px;
         width:360px 
    }
     .subfooter .inner .logo img{
         width:100%;
         max-width:100% 
    }
}
 .subfooter .inner .address{
     text-align:center;
     margin-top:20px 
}
 @media (min-width:48rem){
     .subfooter .inner .address{
         display:flex;
         flex-direction:column;
         justify-content:center;
         align-content:center;
         padding:0 20px;
         margin-top:0 
    }
}
 @media (min-width:90rem){
     .subfooter .inner .address{
         padding:0 
    }
}
 .subfooter .inner .social-icons{
     margin-top:20px;
     text-align:center;
     min-width:200px 
}
 @media (min-width:62rem){
     .subfooter .inner .social-icons{
         margin-top:0;
         display:flex;
         align-items:center 
    }
}
 .subfooter .inner .social-icons ul{
     list-style:none;
     padding:0;
     margin:0;
     display:inline-block 
}
 @media (min-width:62rem){
     .subfooter .inner .social-icons ul{
         text-align:right;
         width:100% 
    }
}
 .subfooter .inner .social-icons ul li{
     display:inline-block;
     text-align:center 
}
 .subfooter .inner .social-icons ul li a{
     display:inline-block;
     text-align:center;
     color:#fff;
     font-size:16px;
     width:36px;
     height:36px;
     padding-top:4px;
     border:2px solid #fff;
     border-radius:100%;
     text-decoration:none 
}
 .subfooter .inner .social-icons ul li a:hover{
     color:#450012;
     background-color:#fff 
}
 .subfooter .inner .social-icons ul li a:focus{
     outline:0!important;
     border:2px dotted red 
}
/* ---------- Responsive Breakpoints ---------- */
/* Small devices (576px and below) */
 @media (max-width: 576px) {
     h3.subhead {
         font-size: 2rem;
    }
     h4.subhead {
         font-size: 1.5rem;
    }
     .legacy-gradient .legacy-text {
         font-size: 2rem;
         line-height: 2.5rem;
    }
     .landing-padding {
         padding: 2rem;
    }
}
/* Small devices (576px and up) */
 @media (min-width: 576px) {
}
/* Small devices (576px to 768opx) */
 @media (min-width: 576px) and (max-width: 768px) {
     .legacy-gradient .legacy-text {
         font-size: 2.5rem;
         line-height: 3rem;
    }
}
/* Medium devices (tablets, 768px and up) */
 @media (min-width: 768px) {
    .progress-row1 {
         font-size: 1.5rem;
    }
    /*
    .progress1 {
         width: 60%;
    }
     .progress2 {
         width: 30%;
    }
     .progress3 {
         width: 10%;
    }
     .progress-row2 {
         height: 50px;
    }
     .progress4 {
         width: 60%;
    }
     .progress5 {
         width: 30%;
    }
     .progress6 {
         width: 10%;
    }
     .progress-row3 {
         height: 50px;
         font-size: 1rem;
    }
     .progress7 {
         width: 60%;
    }
     .progress8 {
         width: 30%;
    }
     .progress9 {
         width: 10%;
    }
     */
}
/* Large devices (desktops, 992px and up) */
 @media (min-width: 992px) {
    /* h1 {
         font-size: 2.5rem;
    }
     .progress1 {
         width: 60%;
    }
     .progress2 {
         width: 30%;
    }
     .progress3 {
         width: 10%;
    }
     .progress-row2 {
         height: 50px;
    }
     .progress4 {
         width: 60%;
    }
     .progress5 {
         width: 30%;
    }
     .progress6 {
         width: 10%;
    }
     .progress-row3 {
         height: 50px;
    }
     .progress7 {
         width: 60%;
    }
     .progress8 {
         width: 30%;
    }
     .progress9 {
         width: 10%;
    }
     */
}
/* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
     .progress-row1 {
         font-size: 1.8rem;
    }
}
 </pre></body></html>