/* The site will inherit css from health.tamu.edu. Only put css specific to this site here */
.button-primary {
    width: 100%;
}

#sph-student-upper h2 {
    padding-top: 0;
    margin-bottom: .8rem;
}
#sph-student-upper .red {
    border-top: 1px solid #E4002B;
    max-width: 75%;
    margin-left: 0;
}

table tbody tr:nth-child(odd) td {
    border-right: 1px solid #ffffff;
}

/* Slider component */



.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: .6;
}

.carousel-control-next, .carousel-control-prev {
text-decoration: none;
font-size: 3.5rem;
color: #000;
    opacity: .3;
    position: absolute;
}

#carouselExampleIndicators {
  width: 100%;
  min-height: 400px; }

.quote-block {
padding-right: 2%;
padding-left: 2%;
}


.name-block {
background-color: rgba(255,255,255,.7);
width: 125%;
}

.name-left {
padding: 1rem;
}
.name-right {
padding: 1rem;
border-left: 1px solid #e4002b;
}

.carousel-item h3 {
  color: #000;
  font-weight: 300;
text-align: right;
margin-bottom: 0;
}

.hometown {
text-align: right;
font-style: italic;
margin-bottom: 0;
}
.degree {
text-align: left;
position: absolute;
bottom: 0;
}

.quote-block p {
text-align: left;
}



.carousel-caption {
    position: absolute;
    top: 0;
    left: inherit;
    right: -80%;
    z-index: 1;
    padding-top: 5vh;
    padding-bottom: 20px;
    color: #000;
    width:80%;
    max-height: 250px;
}

.carousel-buttons .button-primary {
    width: 100%;
    padding: 15px;
    z-index: 2;
}


.carousel-indicators {
  position: relative;
  width: 100%;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-left: 8.5rem;
  list-style: none; 
}
  .carousel-indicators li {
    width: auto;
    height: 2rem;
    text-indent: 0;
    background-color: transparent;
    padding: 5px 8px 5px 12px;
    margin-bottom: 12px;
    border: none;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    display: inline-block; 
  }
    .carousel-indicators li:hover, .carousel-indicators li:focus, .carousel-indicators li:active, .carousel-indicators li.active {
      background-color: transparent;
      cursor: pointer;
      font-weight: 600;
      letter-spacing: 2px;
      border-bottom: 1px dotted;
      border-bottom-color: rgba(255, 255, 255, 0.5); 
    }


.p-max-width p {
    max-width: 100%;
}

.img-responsive {
    width: 100% !important;
    height: auto !important;
}


/* xl screens (desktop) */
@media (min-width: 1200px){
.carousel-control-next, .carousel-control-prev {    
    top: 0;
    bottom: auto;
    padding-top: 9vh;
} 
.carousel-item h3 {
  font-size: 2.3rem; 
}
    .quote-block {
    position: absolute;
    top: 45%;
}
.quote-block p {
    font-size: 1.1rem;
}
    .carousel-buttons {
    position: absolute;
    bottom: 0;
    }
    .carousel-buttons {
    width: 100%;
}
}
@media (max-width: 1350px) and (min-width: 1200px) {
.carousel-caption {
  padding-top: 3vh;
}
.carousel-item h3 {
  font-size: 2rem; 
}
.quote-block p {
    font-size: 1rem;
}
}

/* large screens (laptop) */
@media (max-width: 1199px) and (min-width: 992px) {
.name-block {
    width: 90%;
    margin: 0;
    }

 .quote-block {
    top: 5%;
    position: absolute;
}  
.quote-block p {
    font-size: 1rem;
}
.carousel-buttons {
    position: absolute;
    bottom: 0;
}
.carousel-caption {
    left: 0;
    top: inherit;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    }
 .carousel-control-next, .carousel-control-prev {    
    top: auto;
    bottom: 7rem;
}    
 .carousel-control-prev {
     justify-content: flex-start;
     padding-left: 5px;
 }
  .carousel-control-next {
     justify-content: flex-end;
 }
 .carousel-buttons .button-primary {
     padding: 8px;
 }
}
/* med and small screens */
@media (max-width: 991px) {
.name-block {
    width: 100%;
    margin-left: 0;
    }
.carousel-item h3 {
  font-size: 2.3rem; 
}
.carousel-caption {
    bottom: 0;
    left: 0;
    top: inherit;
padding-bottom: 0;
width: 100%;
    }
.quote-block {
    position: relative;
    top: 0;
}
}
@media (max-width: 991px) and (min-width: 681px) {

.carousel-buttons {
    position: relative;
    justify-content: center;
}
 .carousel-control-next, .carousel-control-prev {    
    top: 35vh;
    bottom: auto;
}    
 .carousel-control-prev {
     justify-content: flex-start;
     padding-left: 1rem;
 }
  .carousel-control-next {
     justify-content: flex-end;
     padding-right: 1rem;
 }
}
@media (max-width: 680px) {
 .carousel-control-next, .carousel-control-prev {    
    top: 20vh;
    bottom: auto;
} 

    main .parallax-med-fg h1 {
        font-size: 3rem;
    }
    
    main h2 {
      font-size: 2rem;
   }

   .section-heading {
      font-size: 2rem;
   }    
}


/* Emergency Alert Carousel */
.emergency-alert-bar .carousel-indicators {
   justify-content: flex-start;
}

.emergency-alert-bar .carousel-indicators li {
    width: 30px;
    height: 3px;
    padding: inherit;
    margin: 0 3px 0;
    background: #fff;
}


/* footer */

.footer-logo img {
    width: initial !important;
}

.footer-logos-container {
    width: 100%;
    align-items: center;
}

.footer-logos-container .footer-logos {
   /*height: 100px; */
   width: auto !important; 
   min-width: auto !important; 
   margin: 10px;
}

@media (max-width: 1200px) {
    .footer-logos-container {
    
    /*max-width: 200px;*/
    
}

.footer-logos-container .footer-logos {
    /*height: 50px;*/
}
}