<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Homepage Banner */
#scene {
    display: block;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.we-dare {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.we-dare-row {
    position:relative;
}

.subtitles {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.we-dare-cta {
    margin-top: 60px;
}


.banner-btn-svg, .triangle-1, .triangle-2, .triangle-3, .triangle-4, .triangle-5, .triangle-6, .triangle-7, .triangle-8 {
     position: absolute;
}


.triangle-1 {
    top: -20px;
    left: -20px;
    width: 150px;
}



 .triangle-2 {
    top: 0px;
    right: -50px;
    width: 100px;
}

 .triangle-3 {
     left: -40px;
     bottom: -15px;
     width: 120px;
}
 .triangle-4 {
    right: -100px;
    bottom: -270px;
    width: 450px;
}


 .triangle-5 {
    display:none;
}

 .triangle-6 {
     right: 400px;
     bottom: -20px;
     width: 60px;
}

.triangle-7 {
    display:none;
}

 .triangle-8 {
    top: -30px;
    left: 5%;
    width: 300px;
}


.subtitles {
    color: white;
    font-size: 1.5rem;
    margin-left: 42%;
    margin-bottom: 60px;
    padding: 15px;
    display: block;
    width: 200px;
    line-height: 1.5;
    background-color: #c8102e;
    position: relative;
}

.btn-svg-col {
    text-align:center;
}
    
    
.we-dare-row:before {
    content: "";
    display: block;
    border-left: 10px dotted #FFF;
    position: absolute;
    width: calc(50% - 2.5rem);
    left: 50%;
    margin-left:-5px;
    height: 100%;
    transform: translateY(-30px);
    border-image-source: url(https://uh.edu/marcom/_images/_svg/dots.svg);
    border-image-slice: 20% 20%;
    border-image-repeat: repeat;
    border-top: none;
    border-right: none;
    border-bottom:none;
}


@media (min-width:992px){
    
    .triangle-5 {
        display:block;
        left: 20%;
        bottom: -20px;
        width: 400px;
    }
    
    .triangle-7 {
        display:block;
        top: -30px;
        right: 25%;
        width: 400px;
    }
    
     .we-dare-row {
        padding-top: 6rem;
        padding-bottom: 6rem;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .we-dare-row:before {
    content: "";
    display: block;
    border-bottom: 10px dotted #FFF;
    border-left: 10px dotted #FFF;
    width: 50%;
    left: 1.25rem;
    margin-left: auto;
    height: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-image-source: url(https://uh.edu/marcom/_images/_svg/dots.svg);
    border-image-slice: 20% 20%;
    border-image-repeat: repeat;
    border-top: 0;
    border-right: 0;
    }
    
    .we-dare-cta {
        margin-top: 0;
    }
    
    .we-dare-cta-wrapper {
        display: inline-block;
        background-color:#c8102e;
        padding-left: 10px;
    }
    
    .btn-svg-col {
        text-align:right;
    }
    
    .subtitles {
        color: white;
        font-size: 1.625rem;
        margin-left: 10%;
        width: auto;
        display: inline-block;
        padding: 0 0 0 30px;
        line-height: 1.5;
        background-color: #c8102e;
        position: relative;
        margin-bottom: 1.25rem;
    }

    
}

.bottom-right {
position:absolute;
bottom:0;
right:0;
}


.top-right {
position:absolute;
top:0;
right:0;
transform: rotate(270deg);
}

.top-left {
position:absolute;
top:0;
left:0;
transform: rotate(180deg);
}

.bottom-left {
position:absolute;
bottom:0;
left:0;
transform: rotate(90deg);
}

 .banner-btn-svg {
	 width: 60px;
	 height: 60px;
	 border-radius: 50%;
	 background-image: url(https://uh.edu/marcom/_images/_svg/banner-button.svg);
}
 .banner-btn-svg::before {
     content: "";
        display: block;
        border-bottom: 10px dotted #FFF;
        border-left: 10px dotted #FFF;
        width: calc(50% - 2rem);
        left: 1.25rem;
        margin-left: 45%;
        height: 80%;
        -webkit-transform: translateY(-120%);
            -ms-transform: translateY(-120%);
                transform: translateY(-120%);
        border-image-source: url(https://uh.edu/_ssi/_banners/_2022/we-dare/_svg/dots.svg);
        border-image-slice: 20% 20%;
        border-image-repeat: repeat;
        border-top: 0;
        border-right: 0;
	/* content: "";
	 display: block;
	 position: absolute;
	 top: -70px;
	 left: 50%;
	 transform: translateX(-50%);
	 height: 60px;
	 border-left: 5px dotted;
	 color: #FFF;*/
}
 #home-banner {
	 background-color:#C8102E;
	 position: relative;
	 overflow: visible;
}
 .banner-btn-svg {
	 left: 50%;
	 transform:translate(-50%);
	 bottom: -25px;
	 width: 60px;
}
 .banner-btn-svg, .triangle-1, .triangle-2, .triangle-3, .triangle-4, .triangle-5, .triangle-6 {
	 position: absolute;
}
/*
.we-dare {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    background-color: #c8102e;
    position: relative;
    z-index: 2;
}

.we-dare-row {
    margin-bottom:3.75rem;
}

.banner-btn-svg {
width: 60px;
height: 60px;
border-radius: 50%;
background-image: url(https://uh.edu/marcom/_images/_svg/banner-button.svg);
}

.banner-btn-svg::before {
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    border-left: 5px dotted;
    color: #FFF;
}

#home-banner {
    background-color:#C8102E;
    position: relative;
    overflow: visible;
    }
    
.banner-btn-svg {
    left: 50%;
    transform:translate(-50%);
    bottom: -25px;
    width: 60px;
    }
   
    
    .banner-btn-svg, .triangle-1, .triangle-2, .triangle-3, .triangle-4, .triangle-5, .triangle-6 { position: absolute;}
    
/*    
    
    .banner-btn-svg {
    left: 50%;
    transform:translate(-50%);
    bottom: -25px;
    width: 60px;
    }
    
    .triangle-1 {
    top: -40px;
    left: -60px;
    width: 80px;
    }
    
.triangle-2 {   
    top: 100px;
    right: -75px;
    width: 100px;
}   
    
@media (min-width:768px)  {  
    .triangle-2 {
    top: 50px;
    right: -50px;
    width: 100px;
    }
}  
    
    
    
    
    .triangle-3 {
    left: -60px;
    bottom: -15px;
    width: 120px;
    }
    .triangle-4 {
    right: -60px;
    bottom: -20px;
    width: 120px;
    }
    .triangle-5 {
    left: 30%;
    bottom: -50px;
    width: 300px;
    }
    .triangle-6 {
    right: 400px;
    bottom: -20px;
    width: 60px;
    }

.subtitle-col::before {
content: "";
display: block;
position: absolute;
border-left: 5px dotted #FFF;
height: 160%;
width: 5px;
top: auto;
bottom: -38px;
left: 50%;
}


.subtitles {
color: white;
font-size: 1.5rem;
margin-left: 42%;
margin-bottom: 60px;
padding: 15px;
display: block;
width: 200px;
line-height: 1.5;
background-color: #c8102e;
position: relative;
}


@media (min-width:992px){  

.we-dare-row {
    margin-top:3.75rem;
    margin-bottom:3.75rem;
}

.subtitles {
color: white;
font-size: 1.5rem;
margin-left: 16%;
width:auto;
display: inline-block;
padding: 0 0 0 30px;
line-height: 1.5;
background-color: #c8102e;
position: relative;
margin-bottom: 1.25rem;
}
  
.subtitle-col::before {
content: "";
display: block;
position: absolute;
border-left: 5px dotted #FFF;
border-bottom: 5px dotted #FFF;
height: 100%;
width: calc(100% + 2.5rem);
bottom:0;
top: -50%;
left:1.25rem;
}
}*/
/* End of Homepgae Banner */

#media-relations {
    overflow:visible;
}

#business-services {
    margin-top: 3.375rem;
    padding-bottom: 12.5rem;
}

#digital-strategy {
    overflow:visible;
    margin-bottom: 3.375rem;
    margin-top: 3.375rem;
}


#umc-leadership .section-heading {
    margin: 30px 0 auto 0;
    }
    
@media (min-width:768px){
    
    #umc-leadership .section-heading {
    font-size: 4.5rem;
    }
    
}
    
    
    #digital-strategy, #brand-management, #university-marketing {
    position: relative;
    padding-top: 5.625rem;
    }
    
    #external-internal {
    padding-top: 7.5rem;
    }
    
    #external-internal, #academic, #business-services {
    overflow: visible;
    }
    
    
    #umc-leadership, #brand-management {
    padding-bottom: 90px;
    }
    

.uhgo-block {
    text-align:center;
}

.uhgo-block a {
    text-decoration:underline;
}

.uhgo-block li {
    width: 150px;
    height: 150px;
}

@media (min-width:768px){

#digital-strategy {
    margin-bottom: 6rem;
}

.iphones {
    margin-bottom:-10rem;
}
    
    
.uhgo-block {
    max-width: 350px;
    margin-top: 20%;
    text-align:left;
}

.uhgo-block li {
    width: auto;
    height: auto;
}

.uhgo-block p {
    text-align:left;
}

.uhgo-block .staff-container p {
    text-align:center;
}

.uhgo-block .staff-images {
    justify-content: left;
}

.uhgo-block .staff-container:hover,
.uhgo-block .staff-container:focus,
.uhgo-block .staff-container:focus-within {
    transform: translateX(-100px);
}

}

/*PARALLAX SCENE*/

 #scene {
     display:block;
     position: absolute;
     z-index: 0;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     overflow:hidden;
}


h2.section-heading {
width: 100%;
text-align: center;
position: relative;
z-index: 2;
/*padding-top: 6rem;*/
}



#digital-strategy .grey-bg, #university-marketing .grey-bg{
bottom:0;
}

#brand-management .grey-bg {
    height: 100%;
}

.grey-bg
{
background: #F5F5F5;
position: absolute;
width: 100%;
max-width: 1260px;
top: 0%;
bottom: 13%;
left: 50%;
transform: translateX(-50%);
}

.feature-box {
background: white;
padding-bottom: 30px;
min-height: 715px;
}

h3 {
font-family: "Source Sans Pro", sans-serif;
font-weight: bold;
}

.feature-box h3 {
margin: 1rem 2rem 0.5rem !important;
font: 1.5rem "Source Sans Pro", san-serif;
line-height: 1.4 !important;
text-decoration: underline;
font-weight: bold;
}

.feature-box p {
margin: 1rem 2rem 0.5rem !important;
font: 1.875rem "Source Sans Pro", san-serif;
}

.teaser { 
padding: 1rem 2rem 0.5rem;
font: 30px "Source Sans Pro", sans-serif;
}

.digital-graphic { position: relative; }


/* Staff images*/

#overflow {overflow:visible;}

.staff-container a {
text-decoration:underline;
}

.staff-photo {
background-color: #e9e9e9;
border: 3px solid #FFF;
width: 150px;
height: 150px;
border-radius: 50%;
margin: 0 auto;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
font-size: 0;
}

.staff-container:hover .staff-photo,
.staff-container:focus .staff-photo,
.staff-container:focus-within .staff-photo {
border-color:#c8102e;
}

.staff-block ul li {
width:150px;
height:150px;
}

.staff-block {
max-width:1120px;
padding:0 60px;
margin:0 auto;
}

.staff-container {
position:relative;
background-color:#f5f5f5;
width:150px;
height:150px;
border-radius:50%;
}

.staff-container:hover,
.staff-container:focus,
.staff-container:focus-within {
width: 350px;
height: 375px;
border-radius: 0;
background-color:#FFF;
border:1px solid #e9e9e9;
z-index: 101;
padding: 30px;
margin-top:-31px;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
outline:none;
}

.staff-container p {
width: 100%;
padding: 0 30px 30px 30px;
position: absolute;
top: 195px;
left: 50%;
transform: translateX(-50%);
display: none;
}

.staff-container:hover p, .staff-container:focus p, .staff-container:focus-within p {
display:block;
}


.staff-images li img {
border:3px solid #FFF;
}

.staff-images li:hover img, .staff-images li:focus img, .staff-images li:focus-within img {
border:3px solid #c8102e;
}



.staff-images {
justify-content: center;
flex-wrap: wrap;
}

.staff-images li {
margin: 20px;
position: relative;
}

.ptext{ 
text-align: center;
max-width: 740px;
margin-left: auto;
margin-right: auto;
position: relative;
}

.goals {
max-width: 445px;
padding-top: 100px;
 margin-left: auto;
margin-right: auto;
position: relative;
}

.goals h3 {
text-align: left;
padding-left: 110px;
}
.goals ul {
list-style: none;
text-align: left;
padding: 0;
}

.goals li {
display: flex;
align-items: center;
margin: 10px 0;
line-height: 30px;
list-style: none;
}

.goals li:before {
display: block;
flex-shrink: 0;
width: 70px;
height: 70px;
margin-right: 40px;
vertical-align: middle;
background: url('/marcom/_images/circle-check-solid.svg') no-repeat left center;
background-size: contain;
content: '';
}


@media (min-width:768px){
 #traits {
     max-width:1000px;
     margin-left:auto;
     margin-right:auto;
}
 #traits h2 {
     margin-bottom:4rem;
     text-align:center;
}
 #traits h3 {
     text-align:right;
     margin-top:5px;
     padding-right: calc(3.75rem + 8.33333333%);
     text-decoration:underline;
}
 .trait-dash {
     display: block;
     width: calc(2.5rem + 8.33333333%);
     height: 1px;
     border-top: 1px solid #111;
     position: absolute;
     right: 1.25rem;
     top: 10px;
}
 .trait-dash::before, .trait-dash::after {
     content: "";
     display: block;
     position: absolute;
     left:0;
     top: -2px;
     height: 3px;
     width: 3px;
     background-color: #111;
}
 .trait-dash::after {
     left: auto;
     right: 0;
}
}
</pre></body></html>