@import url('https://www.uh.edu/css/fonts.css');
/* @import url('https://www.uh.edu/css/bootstrap-3.3.5.css'); */
@import url('https://www.uh.edu/css/refresh/bootstrap.css');
@import url('https://www.uh.edu/css/refresh/headers-footers.css');
@import url('https://www.uh.edu/css/refresh/landing-page.css');

html {
    scroll-behavior: smooth;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

.uh-header-secondary-red {
    background-color: #c8102e;
}

.uh-header-secondary .site-name {
    padding: 0;
}

/* ********** OVERALL STYLES ********** */
p.intro {
    font-size: 2rem;
    line-height: 1.3;
    font-weight:100
}
/* section headings */
section#virtual-education .cover-image-container,
section#student-success .cover-image-container,
section#safe-return-to-campus .cover-image-container,
section#university-accomplishments .cover-image-container,
section#research-faculty .cover-image-container,
section#facilities .cover-image-container,
section#giving .cover-image-container,
section#athletics .cover-image-container,
section#social-justice .cover-image-container {
  min-height: 100vh;
  max-height: 100vh;
}
.page-section hr {
  border-color: #f2f2f2;
}
.no-wrap {
  white-space: nowrap;
}

/* ********** TITLE COVER ********** */
#cover {
    background-color: #c8102e;
}
#cover .full-header h1 {
  background-color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem 0 1rem 0;
  color: #c8102e;
  letter-spacing: .75px;
  font-size: 5.5rem;
}
#cover .overlay-title.full-header {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
#cover .overlay-title.full-header img {
  border-bottom: .5rem solid #fff;
}

@media (max-width:1024px) {
  #cover .full-header {
    display: none;
  }
  #cover .mobile-header {
    display: block;
    height: 100vh;
    padding-top: 0;
  }
  #cover .cover-image-container {
    background-image: url('../_img/resilience-wall-mobile.jpg');
    background-position: bottom center;
    height: 100vh;
  }
  .overlay-title.mobile-header h1 span {
    background-color: #fff;
    max-width: max-content;
    color: #c8102e;
    margin: .5rem auto;
    text-transform: uppercase;
    letter-spacing: .75px;
    display: block;
    padding: .5rem;
    font-size: 3.5rem;
  }
}

  @media (min-width:768px) and (max-width:1024px) {
    .overlay-title.mobile-header h1 {
      padding: 5rem 0 0 0;
    }
  }

  @media (max-height:550px) {
    #cover .mobile-header {
      height: revert;
      min-height: 550px;
    }
    #cover .cover-image-container {
      height: revert;
    }
    .overlay-title.mobile-header h1 {
      padding: 1rem 0 0 0;
    }
  }


/* ********** STICKY NAV ********** */
#report-nav .navbar {
    border-radius: 0;
    margin-bottom: 0;
}

#report-nav .navbar-inverse {
    background-color: #640817;
    border: none;
}
#report-nav ul.nav-pills {
    float: left;
}
#report-nav img {
    height: 1.5rem;
    display: inline-block;
    margin-top: 20px;
}

#report-nav .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1920px;
    z-index: 1000;
}

#report-nav .container {
    max-width: 1600px;
}

#report-nav .navbar-header {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0;
}

#report-nav .navbar-brand {
    float: none;
    margin-left: -22px;
}

#report-nav .dropdown-toggle {
    display: block;
    border: 0;
    border-radius: 0;
    float: left;
    margin: 0;
    padding: 1rem;
}

#report-nav .navbar-toggle {
    float: right;
    border-radius: 50%;
    display: block;
    border: .5px solid #640817;
    margin: .5rem 0;
    padding: .5rem;
}

#report-nav .navbar-toggle svg,
#report-nav .dropdown-toggle svg {
    vertical-align: middle;
}

#report-nav .navbar-collapse.collapse {
    display: none !important;
}
#report-nav .navbar-nav {
    float: none !important;
}

#report-nav .navbar-nav>li {
    float: none;
}

#report-nav .navbar-collapse.collapse.in {
    display: block !important;
}
#report-nav a svg path,
#report-nav a svg rect,
#report-nav .dropdown svg g line {
    stroke: #fff;
    fill: #fff;
}
#report-nav .navbar-inverse .navbar-toggle,
#report-nav .navbar-inverse .dropdown-toggle {
    background-color: #960c22;
}
#report-nav .navbar-inverse .navbar-toggle:hover,
#report-nav .navbar-inverse .dropdown-toggle:hover {
    background-color: rgba(255,255,255,.75);
}

#report-nav a:hover svg path,
#report-nav a:hover svg rect {
    fill: #960c22;
    stroke: #960c22;
}

#report-nav .dropdown:hover svg g line,
#report-nav .dropdown:hover svg g line {
    stroke: #960c22;
}

@media (max-width: 767px) {
    #report-nav .navbar-brand {
        display: none;
    }
}
#report-sticky-nav .dropdown-menu {
  margin-top: 0;
}
#report-sticky-nav .dropdown-menu a {
  color: #c8102e;
  font-size: 1.125rem;
  padding: 7px 20px;
  border-bottom: 1px solid #f2f2f2;
}
#report-sticky-nav .dropdown-menu a:hover {
  color: #960c22;
}

/* ********** PRESIDENT'S MESSAGE ********** */





section#presidents-message {
  padding-bottom: 0;
}
#presidents-message .cover-image-container{
  background-image: url('../_img/khator.jpg');
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:contain;
  background-position: top calc(50px + 2.5rem) center;
}
#presidents-message .col-sm-12:nth-of-type(2) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width:992px) {
  #presidents-message #mobile-message {
    display: none;
  }
}
@media (max-width:991px) {
  #presidents-message .cover-image-container {
    background-image: none;
  }
  #presidents-message #mobile-message {
    display: block;
  }
  #presidents-message .col-sm-12:nth-of-type(2) {
    padding-top: 0;
  }
  #presidents-message #mobile-message img#khator-sm {
    display: inline;
  }
  #presidents-message .cover-image-container {
    position: initial;
  }
  #presidents-message .cover-image-container .container {
    position: initial;
  }
}
@media (max-width:767px) {
  #presidents-message .col-sm-12:nth-of-type(2) {
    padding-top: 0;
  }
  #presidents-message #mobile-message img#khator-sm {
    display: inline;
  }
  #presidents-message .cover-image-container {
    padding-top:0rem;
  }
}
.page-section#presidents-message  {
background-color:rgb(233 233 233 / 100%);
padding-top: 0;
}



#presidents-message .resilience{
padding-top:0;
margin-top:4rem;
}
#section-resilience {
    background-color: #c8102e;
    margin: 0;
    min-width: 100%;
    padding-bottom: 4rem;
    color: #fff;
}
#presidents-message .resilience h2{
font-family:'Milo', sans-serif;

text-align:center;
font-size:6rem;
letter-spacing:.1rem;
font-weight:bold;
padding-top:.75rem;

}

.resilience {
  margin:0 auto;
  width:30rem;
  border-top:#fff solid 1px;
  border-bottom:#fff solid 1px;
  padding:1rem 0;
}

@media (max-width:767px) {
#presidents-message .resilience h2{
font-size:5.7rem;
}
.resilience {
  width:28rem;
}
}

@media (max-width:567px) {
#presidents-message .resilience h2{
font-size:17vw;
}
.resilience {
  width:100%;
}
}


#presidents-message .res-pronounce {
  font-family:'Milo', sans-serif;

  margin:0 auto!important;
text-align:center;
position:relative;
top:-1.5rem;
z-index:999;
background-color:#c8102e;
width:9rem;
font-weight:100;
}

#presidents-message .body-content {
  text-align:center;
  font-family:'Milo', sans-serif;
}
#presidents-message p {
  font-weight:100;
}
#presidents-message .col-md-6:nth-of-type(2) p {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#presidents-message .body-content p{
font-family:'Milo', sans-serif;
padding:0;
margin:0;
font-weight:100;
}

.stat-boxes{
/* text-align:center;
align-items: center;
justify-content: center; */
margin-left:0rem;
margin-right:0rem;
}
.stat-boxes > h3 {
    margin: 0px 12px 0px 12px;
    vertical-align:middle;
}
.row.stat-boxes .col-md-6 h2{
  font-size: 11rem;
}
.row.stat-boxes .col-md-6 h2 span{
    font-size: 6vmin;
    line-height: 1em;
    justify-content: center;
    display:inline-block;
    vertical-align:middle;
    margin-top:-2rem;
}
.row.stat-boxes .col-md-4:nth-of-type(1) {
    padding-left: 0;
    padding-right: .5rem;
}
.row.stat-boxes .col-md-4:nth-of-type(2) {
    padding-right: .5rem;
    padding-left: .5rem;
}
.row.stat-boxes .col-md-4:last-of-type {
    padding-right: 0;
    padding-left: .5rem;
}
.stat-boxes .col-md-4 .stat-container p {
  font-size: 1rem;
  line-height: 1;
}
.stat-container.row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  /* height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem; */
}
.stat-text.col-xs-6 {
  margin-top: auto;
  margin-bottom: auto;
}
.stat-container {
    border: 1px solid #f2f2f2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.stat-container svg {
    /* position: absolute;
    right: 2rem;
    top: 1.5rem;
    width: 33%; */
}
.stat-icon svg {
    width: 100%;
    padding-top: 5px;
}
.stat-text, .stat-icon {
  display: inline-block;
}
#giving .stat-text h2 {
  font-size: 2.5rem;
}
@media (max-width:991px) {
    .stat-container svg {
        width: initial;
    }
    /* .row.stat-boxes .col-md-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    } */
    .row.stat-boxes .col-md-4:nth-of-type(1),
    .row.stat-boxes .col-md-4:nth-of-type(2) {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .row.stat-boxes .col-md-4:last-of-type {
        padding-right: 0;
        padding-left: 0;
    }
}

.row.stat-boxes div h2{
margin-bottom:0;
}
.stat-boxes .col-md-6 p {
  line-height:1.5rem;
}
.stat-text h2 {
  margin-top: 0;
}
@media (min-width:992px) and (max-width:1250px) {
  .stat-text h2 {
    font-size: 2.75rem;
  }
  .stat-container {
    padding: 0;
  }
}
@media (max-width:991px) {
  .stat-boxes .col-md-4 {
    margin-left: 0;
    margin-right: 0;
  }
  .stat-icon {
    text-align: right;
  }
  #giving .stat-text h2 {
    font-size: 2.75rem;
  }
}
.stat-text p {
  margin-bottom: 0;
}
h2.red-center {
  font-family:'Milo', sans-serif;
  font-weight:100;
  font-size: 3.5rem;
  line-height: 1.2;
  color:#c8102e;
  text-align:center;
  z-index:999!important;
  margin:0 auto;
  width:75%;
  padding:2rem 0 3rem 0;

}
@media (max-width:1024px) {
h2.red-center {
    width:100%;
}
}
@media (max-width:767px) {
h2.red-center {
  padding:0;
  margin-top:1.75rem;
  margin-bottom:1.75rem;
  font-size:2.5rem;
  }
}

h2.red-center-quote {
  font-family:'Milo', sans-serif;
  font-weight:100;
  font-size: 3.5rem;
  line-height: 1.2;
  color:#c8102e;
  text-align:center;
  z-index:999!important;
  margin: 2rem 2rem;
  width:70rem;
}

@media (max-width:767px) {
h2.red-center-quote {
  padding:0;
  margin-top:1.75rem;
margin-bottom:1.75rem;
font-size:2.5rem;
}
}


.quote-top, .quote-bottom{
  border-top:#ccc solid 1px;
width:45rem;
text-align:center;
vertical-align: center;
margin:0 auto;
background-color:#ccc;
margin-bottom:3rem;
}

@media (max-width:767px) {
  .quote-top, .quote-bottom{
width:94%;
}
}
.quote-top {
  padding-bottom:0rem;
}
.quote-bottom {
  margin-top:0rem;
}
.quotes {
  text-align:center;
  vertical-align: center;
  margin:0 auto;
  position:relative;
  top:2rem;
  background-color:#fff;
  width:10rem;
  z-index:1;
}

.quotes-author {
  text-align:center;
  vertical-align: center;
  margin:0 auto;
  position:relative;
  top:-4rem;
  background-color:#fff;
  font-size:16px;
  width:22rem;
  z-index:1;
  font-weight: 100;
  font-style: italic;
}

.quotes svg {
  z-index:-999;
}

@media (max-width:767px) {
.quotes-author {
width:10rem;
}
}


/********** Virtual Learning ********/
.page-section {
  /* font-weight:100; */
}

.page-section h3{
  font-weight:500;
  font-family:'Milo', sans-serif;
  font-size: 2.75rem;
  padding-top: 2rem;
}

@media (max-width:767px) {
.page-section h3 {
  font-size: 2.25rem;
}

.red-circle-white-line {
  margin:0!important;
  padding:0;
}

.red-circle-white-line svg {
    padding-top:0rem!important;
}

.red-circle-text h4 {
  margin-top:0;
}
}
#research-faculty .red-circle-white-line {
  margin-top: 0;
  margin-bottom: 0;
}

#research-faculty hr {
  margin: 0;
}
#research-faculty .col-lg-offset-2 > .row {
  margin-left: 0;
  margin-right: 0;
}
#research-faculty > .row .col-md-12,
#facilities > .row .col-md-12
 {
  padding: 0;
}
#research-faculty > .row,
#facilities > .row {
  max-width: 1520px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page-section#virtual-education {
  padding-top:0;
}
/* circle charts */
#virtual-education hr:first-of-type {
  margin-top: 0;
}
#virtual-education #enrollment-container, #virtual-education #hours-container {
	max-width: 400px;
	margin: 0 auto;
}
#virtual-education #enrollment-container svg, #virtual-education #hours-container svg {
  width: 100%;
  height: 100%;
}

    #social-justice .cover-image-container {
    background-position:bottom left;}
@media (max-width:768px) {
#virtual-education .cover-image-container {
  background-position: top left 65%;
    }

#student-success .cover-image-container {
  background-image: url('../_img/student-success-mobile.jpg')!important;
  background-position: top left 65%;
}

#safe-return-to-campus .cover-image-container {
  background-position: top left 78%;
  }

#research-faculty .cover-image-container {
  background-image: url('../_img/research-faculty-mobile.jpg')!important;
  background-position: top left;
  }

#facilities .cover-image-container {
  background-position: top left 54%;
  }

  #giving .cover-image-container {
    background-position: top left 70%;
    }
    #social-justice .cover-image-container {
      background-image: url('../_img/social-justice-mobile.jpg')!important;
      background-position: bottom center;
      }
    #social-justice .mobile-header {
      margin-top:7rem;
    }
}

#virtual-education .highcharts-figure {
	margin: 0 auto;
}

#virtual-education .highcharts-credits {
  display: none;
}

.circle-chart-caption {
  font-family: 'League Gothic';
  text-align: center;
  font-size: 1.5rem;
}

.circle-chart-container {
  position: relative;
}

.cover-image-container{
    background-position:top;
    background-attachment:scroll;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:60vh;
 	  display: flex;
    align-items: center;
    text-align:left;
}
@media (min-width:768px) {
  .overlay-title.full-header {
    display:block;
    width: initial;
    min-width: initial;
  }
  .overlay-title.mobile-header {
    display: none;
  }
}
@media (max-width:767px) {
  .overlay-title.full-header {
    display: none;
  }
  .overlay-title.mobile-header {
    display: block;
    }
  .page-section .cover-image-container {
    position: relative;
  }
  .page-section .cover-image-container .container {
    position: absolute;
    bottom: 6rem;
  }
  #social-justice .cover-image-container .container {
    position: absolute;
    top: 40%;
  }
}
.centered-title {
  text-align: center;
}


  /**** MAIN SECTION - FACILITIES ******/

 /*** CONSTRUCTION SECTION ***/


.construction {
 display: flex;
 align-items: center;
 justify-content: center;
}

@media (max-width:768px) {
  .construction {
    display: inline-block!important;
}
}
.construction h4 {
font-family:'Milo', sans-serif;
font-weight:bold;
font-size:1.5rem;
display:block!important;
}

.construction img {
  border-bottom:#fff solid 1.25rem;
}

/* **** RED CIRCLES WITH WHITE LINES ****  */
.red-circle-white-line {
position:relative;
margin:0 auto;
text-align:center;
border:#f2f2f2 solid 1px;
padding:1.5rem;
margin:2rem auto;
}

.red-circle-white-line svg{
padding-top:1.25rem;
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
  .red-circle-white-line svg{
    max-width: 70%;
  }
  .red-circle-white-line {
    padding-bottom: 0;
  }
  .red-circle-white-line:last-of-type {
    padding-bottom: 1.5rem;
  }
}
.red-circle-white-line .red-circle-text h4 {
font-family:'League Gothic', sans-serif;
font-weight:bold;
text-transform:capitalize;
font-size:2rem;
}

.red-circle-white-line .red-circle-text p {
color:#54585A;
}
#university-accomplishments hr {
  margin-bottom: 0;
  margin-top: 0;
}
#university-accomplishments .red-circle-white-line {
  margin-top: 0;
  margin-bottom: 0;
}
#university-accomplishments .body-content .row:nth-of-type(2) {
  margin: 0;
}

.tenure-graph {
position:relative;
border-top:#f2f2f2 solid 1px;
border-bottom:#f2f2f2 solid 1px;
background-color:none;
padding:1.25rem 0;
display:block;
background: none

}
@media (max-width:1199px) {
.tenure-graph {
}
}

@media (max-width:1199px) {
.tenure-graph {
  background-image:none;
}
}
.first-year-graph {
position:relative;
border-top:#f2f2f2 solid 1px;
border-bottom:#f2f2f2 solid 1px;
background-color:none;
padding:1.25rem 0;
display:block;
background:none;
margin-left: 0;
margin-right: 0;
}

.graph-body .col-xs-1 svg{
margin-top:56px;
margin-left:-15px;
z-index:0;
position:relative;
}

.tenure-graph .col-lg-3 {
text-align:center;
display:block;
}

@media (max-width:1199px) {
  .graph-body .col-xs-1 svg{
    margin-top:57px;
max-width:193%!important;
  z-index:0;
  position:relative;
  }


.graph-body .col-xs-1 {
  padding:0;
  margin-left:20px;
  margin-right:20px;
}
.graph-body .col-xs-1.hide-lines {
display:none;
}
}

@media (max-width:767px) {

  .tenure-graph {
background:none;
}

  .graph-body svg{
    max-width: 70%;
    }
}


.graph-body .col-lg-2 svg{
background-color:#fff;
}


.tenure-graph svg rect{
display:block;
}
.tenure-graph .col-lg-2 {
text-align:center;

padding:0;
}
@media (max-width:767px) {
  .tenure-graph .col-lg-2 {
padding:inherit;
margin-left:-10px;
}
}
.tenure-graph h2 {
font-family:'Milo', sans-serif;
font-size:1.75rem;
text-align:left;
font-weight:400;
margin-top:0px;
margin-bottom:0;

}


.graph-body.row {
margin-left:6%;
}

@media (max-width:1199px) {
  .graph-body.row {
  margin-left:inherit;

  }
}

.tenure-graph h3 {
font-family:'League Gothic', sans-serif;
font-size:1.4rem;
padding-top:0;
margin-top:0;
height:4rem;
display:block;
background: url(../_img/bar-graph-bg.svg) no-repeat top center;
}

@media (max-width:1475px) { /* FIXES BACKGROUND OF THE REPEATED BOTTOM GRAPH SECTIONS */
.tenure-graph h3 {
background: url(../_img/bar-graph-bg.svg) no-repeat top center;

}
}
@media (max-width:1199px) {
.tenure-graph h3 {
max-width:100%;
margin:0 auto;
margin-bottom:3rem;
}
}
@media (max-width:470px) {
  .graph-body svg{
height:50%;
    }
    .tenure-graph h3 {
    background-size:70%;
        }
}

@media screen and (max-width: 1382px) and (min-width: 1200px) {
    .tenure-graph h3.graph-h3-fix {
width:8.5rem;    }
}
.tenure-graph .dot {
height: 25px;
width: 25px;
background-color: #888B8D;
top:4px;
position:relative;
border-radius: 50%;
display: inline-block;
margin-right:1rem;
}
.dot-container {

  text-align: right;
}
.dot-text{
display:inline-block;

top:-4px;
}

h3.percentage {
font-family:'Milo', sans-serif;
font-size:1.5rem;
background:none;
font-weight:bold;
padding-bottom:0;
margin-bottom:0;
}
@media (max-width:375px) {
h3.percentage{

  }
}
.graph-head {
height:6rem;
padding:0 0rem;
margin-bottom:1rem;
display:flex;
vertical-align: center;
align-items:center;
}
@media (max-width:767px) {
.graph-head {
  margin-left:-.5rem;
  padding-left:0rem;
  display:block;

}
.graph-head h2{
  text-align:center;

}
.dot-container {
  margin-top:1rem;
margin-left:0rem;
margin-right:0rem;
margin-bottom:3rem;
text-align:center;
padding:0;

}
}



h4.graph-percent {
position:absolute;
left:5rem;
font-weight:bold;
color:#fff;
font-family:'Milo', sans-serif;
top:25rem;
}

.president-seal-container {
  background-color: #c8102e;
  border-bottom:#fff solid 1px;
  padding:5rem;
  margin:0 auto;
  text-align:center;
}
img.president-seal{
max-width:20rem;
}

@media (max-width:767px) {
  img.president-seal{
  max-width:14rem!important;
  }

  section.page-section{
    padding-top:0;
  }
}

img.khator-sig{
  padding-bottom:4rem;
}

p.photo-caption {
  text-align:center;
  font-style: italic;
  font-size:80%;
  line-height:1.25;
margin-top:.5rem;
padding-bottom:.65rem;
border-bottom:#f2f2f2 solid 1px;
margin-bottom:.25rem;
}

/* iPAD 2 Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    #presidents-message .cover-image-container {
      background-image: none;
    }
    #presidents-message #mobile-message {
      display: block;
    }
    #presidents-message .col-sm-12:nth-of-type(2) {
      padding-top: 0;
    }
    #presidents-message #mobile-message img#khator-sm {
      display: inline;
    }
    #presidents-message .cover-image-container {
      position: initial;
    }
    #presidents-message .cover-image-container .container {
      position: initial;
    }

}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    #presidents-message .cover-image-container {
      background-image: none;
    }
    #presidents-message #mobile-message {
      display: block;
    }
    #presidents-message .col-sm-12:nth-of-type(2) {
      padding-top: 0;
    }
    #presidents-message #mobile-message img#khator-sm {
      display: inline;
    }
    #presidents-message .cover-image-container {
      position: initial;
    }
    #presidents-message .cover-image-container .container {
      position: initial;
    }

}
