/* The site will inherit css from tamhsc.edu. Only put css specific to this site here */

/* Typography */
main h1, main h2, main h3, main h4, main h5, main h6 {
    /*font-family: 'Oswald', sans-serif;*/
    text-transform: uppercase;
    font-weight: 500;
    color: #332c2c;
}

main p, main li, main a {
    /*font-family: 'Open Sans', sans-serif;*/
}

main a {
    color: #500000;
}

main h2 {
    /*font-size: 42px;*/
    /*color: #500000;*/
}

main h3 {
    /*font-size: 32px;*/
}

.person-wrapper h3 {
    text-transform: inherit;
    /*font-weight: 300;*/
}

main p {
    max-width: 100% !important;
    /*font-size: 18px;*/
    /*line-height: 27px;*/
    /*font-weight: 400;*/
    /*margin-bottom: 30px;*/
    /*color: #707373;*/
}

 main ul, main ol {
	 padding-left: 1.2rem;
}
 @media (max-width: 576px) {
	 main h1 {
		 font-size: 2.4rem;
	}
	 main h2 {
		 font-size: 30px;
	}
	 main h3 {
		 font-size: 28px;
	}
	 main h4 {
		 font-size: 26px;
	}
	 main h5 {
		 font-size: 22px;
	}
}
.text-white {
    color: #fff;
}

.tamu-headline-maroon {
    color: #500000;
}

/* Logo */
#header-logo {
    height: 60px;
}

.bio-page-academic .hero-top-section-internal .parallax-short-fg > div {
    height: 35vw;
    padding-bottom: 0!important;
    padding-top: 9vw;
}
@media (max-width: 920px) {
    .bio-page-academic .hero-top-section-internal .parallax-short-fg > div {
        padding-top: 1vw;
    }
    .bio-page-academic .hero-top-section-internal .parallax-short-fg h1 {
        font-size: 7vw!important;
    }

}
@media (max-width: 576px) {
    .bio-page-academic .hero-top-section-internal .parallax-short-fg > div {
        padding-top: 8vw;
    }
    #header-logo {
        height: 34px;
    }    
    .hero-top-section-internal h1 {
        font-size: 35px !important;
        margin-top: 3rem !important;
    }
    
    .hero-top-section-internal #maincontent {
        padding-bottom: 1rem!important;
    }
    
    #breadcrumb li {
        font-size:15px;
        padding-left: 0;
        width: 100%!important;
        position: relative;
        padding-left: 25px;
    }
    
    #breadcrumb li:before {
        position:absolute;
        left:0;
    }
    .banner-content-medium-bg {
        min-height: 200px;
    }
}


/* Main Menu */
#page-header .header-top-button, #page-header .header-top-button a, #page-header a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
#page-header {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#global-nav .show .dropdown-toggle::after {
    bottom:-2px;
}
@media (max-width: 480px) {
    .hamburger-label, .search-toggle-label {
        display:none;
    }
    #page-header #main-menu-button, #page-header #site-search-toggle {
        min-width:0;
        width:auto;
        padding-left: 15px;
    }
    #page-header #site-search-toggle {
        padding: 11px 5px 0;
    }
}
#search-wrapper.show-form {
    width: auto;
}
@media (max-width: 768px){
    #search-wrapper.show-form {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        height: 65px;
        margin: 10px 0 0 15px;
        background: #FFF;
        width: 90%;
    }
    #search-wrapper.show-form #search-cancel, #search-wrapper.show-form #search-submit {
        width:60px;
    }
    #search-wrapper span {
        display:none;
    }
}

@media (min-width: 1200px) {
    #page-header #give-button, #page-header #site-search-toggle {
        border:0;
    }
}

.mm-listview>li>a {
    color: #707373;
}

.mm-listview>li>a:active, .mm-listview>li>a:focus, .mm-listview>li>a:hover {
    color: #fff;
    background-color: #500000;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
}

.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after, .mm-menu.mm-theme-white .mm-listview {
    border-color: #500000;
}

.mm-navbar {
    background-color: #f5f5f5;
    border-color: #500000;
}
/*
#global-nav .dropdown-menu {
    margin-left: -375px;
}
*/
#global-nav .dropdown-menu-content {
    padding-left: 382px;
    background-color: rgba(80,0,0,1) !important;
}
 @media (max-width: 1330px) {
	 #global-nav .dropdown-menu-content {
		 padding-left: 265px;
	}
}

#global-nav a {
    padding: 4px 24px;
}
@media (max-width: 1330px){
    #global-nav a {
        padding: 4px 14px;
    }
}

@media (max-width: 767px) {
.mm-listview li {
    width: 100%!important;
}
}

#global-nav .dropdown-menu a {
    font-weight: 400;
}

@media (min-width: 992px) {
#page-header {
    padding-left: 0;
}

#page-header #header-logo-wrapper {
    transform: translateX(20px);
}
}

/* Page Banner Title */
.hero-top-section-internal h1 {
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}

.lead {
    /*font-size: 18px !important;*/
}


 .button-sidebar-nav-current-page {
	 background-color: #ededed !important;
	 text-decoration: none;
	 border-left: 5px solid #500000 !important;
}
 

/* Row Styles */
.row-full-maroon {
    background-color: #500000;
}

@media (max-width: 992px) {
.reverse-section .row {
    flex-direction: column-reverse;
}    
}



/* Images */
.img-shadow {
    box-shadow: 0px 20px 50px #00000033;
    border-radius: 5px;
}
.image-caption {
    font-size: 14px;
    line-height: 20px;
}

 .img-responsive {
	 width: 100%;
	 height: auto;
}

.bg-img {
    background-position: center center;
}

main section .contentArea img {
    /*height: 100%;*/
    /*width: 100%;*/
}
/* Buttons */
main a:active, main a:focus, main a:hover {
    outline: 1px dotted #500000;
}

.tamu-btn {
	/*font-family: 'Oswald', sans-serif;
	*/
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 text-decoration: none;
	 padding: 20px 30px;
	 display: inline-block;
	 background-color: #500000;
	 color: #fff;
	 transition: all 0.2s;
	 -webkit-transition: all 0.2s;
}
 .tamu-btn:active, .tamu-btn:focus, .tamu-btn:hover {
	 text-decoration: none;
	 color: #300000 !important;
	 color: #fff !important;
}
 .tamu-outline-btn {
	/*font-family: 'Oswald', sans-serif;
	*/
	 font-weight: 500;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 text-decoration: none;
	 padding: 20px 30px;
	 display: inline-block;
	 background-color: transparent;
	 color: #fff;
	 transition: all 0.2s;
	 -webkit-transition: all 0.2s;
	 border: 2px solid #F9E24C;
}
 .tamu-outline-btn:active, .tamu-outline-btn:focus, .tamu-outline-btn:hover {
	 text-decoration: none;
	 background-color: rgba(0,0,0,.8) !important;
	 color: #fff;
}


/* Featured Quotes */
.featured-quote {
   padding-bottom: 3rem !important;
   background-color: #f5f5f5;
}

.featured-quote .quote-box .transparent-quotes-left {
   font-size: 20px;
   font-weight: 400;
   font-style: italic;
   line-height: 30px;
   padding-bottom: 30px;
   color: #707373 !important;
}

.featured-quote .img-fluid {
   max-width: 270px;
   height: auto;
   position: relative;
   border-radius: 50%;
}

.featured-quote .carousel-control-prev {
    left: -100px;
}

.featured-quote .carousel-control-prev-icon {
   background-image: url('https://usacenter.tamu.edu/images/prev-icon.png');
}

.featured-quote .carousel-control-next {
    right: -100px;
}

.featured-quote .carousel-control-next-icon {
   background-image: url('https://usacenter.tamu.edu/images/next-icon.png');
}

.featured-quote .quote-box h3 {
   font-family: 'Oswald', sans-serif;
   text-align: left !important;
   color: #332c2c;
}

.featured-quote .quote-box p {
   font-size: 14px;
   line-height: 21px;
   font-style: normal !important;
   text-align: left !important;
   color: #707373;
}




.bg-light-gray {
    background-color: #EFEFEF;
}

/* VIDEO GRID SECTION */
.video-grid-section {
padding-top: 100px;
padding-bottom: 100px;

}

.video-grid-section .video-grid {
margin-top: -40px;
}

.video-grid-section .video-grid-box {
margin-top: 40px;
    max-width: 450px;
    padding: 20px;
    height: 100%;
}

.video-grid-section .video-grid-box h5 {
    margin-top: 20px;
}


/* adjust space between titles on bio page */
.bio-page-academic .cred {
    margin-bottom: 0 !important;
}

/* * CSS for the custom component Content Area plus Image * added by Christina Harder 1/28/2021 */

 .contentAreaImageRow {
	 padding: 0 0 20px;
	 margin-bottom: 40px;
}
 
 .contentAreaImageRow .contentArea {
     padding-left: 1rem;
     padding-right: 1rem;
 }
 
 .contentAreaImageRow .contentAreaImage {
	 max-width: 600px;
}
 .contentAreaImageRow .contentAreaImage img {
	 width: 100%;
	 height: auto;
}
 .contentAreaImageRow .contentAreaImage.round {
	 background-position: center center;
	 background-size: cover;
	 width: 100%;
	 height: 100%;
	 border-radius: 50%;
	 height: 160px;
	 width: 160px;
}
 .contentAreaImageRow .contentAreaImage.standard {
	 max-width: 100%;
}
 @media (min-width: 993px) and (max-width: 1200px) {
	 .contentAreaImageRow .contentAreaImage.round {
		 width: 130px;
		 height: 130px;
	}
}
 @media (max-width: 762px) {
	 .contentAreaImageRow {
		 margin-top: 1rem;
	}
	 .contentAreaImageRow .contentArea {
		 margin-top: 2rem;
	}
	 .contentAreaImageRow.contentAreaImageRight {
		 flex-direction: column-reverse;
	}
}
 @media (max-width: 576px) {
	 .person-wrapper img {
		 width:100%;
		 height:auto;
	}
}
 a.arrow-link {
	 color: #003C71;
	 text-decoration: none;
}
 a.arrow-link:hover {
	 text-decoration: underline;
}
 a.arrow-link::after {
	 content: " \25B8";
}
/* footer */
footer {
	color:#FFF;
	font-size: 14px;
}
footer a:active, footer a:focus, footer a:hover, #social a {
    outline: none;
}
footer li {
    width:100%!important;
    margin-bottom: 0.2rem;
}
.footer-logo {
    max-width: 200px;
}
.footer-logos a {
    display: inline-block;
    margin: 0 2px 4px 2px;
}
.footer-logos img {
	height: 65px;
	width: auto;
}
@media (max-width: 768px) {
  .footer-logos {
      margin: auto;
  }
}
@media (max-width: 992px) {
    #sidebar-layout .tab-content {
        padding:0;
    }
    
}
/*Events calendar*/
.lwcw .event {
    display: block;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    background: #F5F5F5;
}
.lwcw .event h3 {
	font-size: 28px;
}
.lwcw .event sup {
	text-transform: none;
}
.lwcw .lw_item_thumb {
    position: absolute;
    right: 20px;
    top: 20px;
}
.lwcw .lw_item_thumb img {
    width:auto;
    height: 80px;
}
@media (max-width: 666px) {
	.lwcw .lw_item_thumb {
		display:none;
	}
}
@media (min-width: 667px) {
	.lwcw .lw_events_title, .lwcw .lw_events_summary {
		max-width: 85%;
        display: block;
	}
}
/*  accordion styles */

.accordion {
    padding-bottom: 60px;
}

.accordion .contentArea {
    max-width: 600px;
}

.accordion .card-header {
    background: #fff;
}

.accordion .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 15px #0000001A;
    margin-top: 30px;
}

.accordion .card-header button {
    font-weight: 300;
    font-size: 1.2rem;
    text-align:left;
}

.accordion .btn-link {
    color: inherit;
}

.accordion .btn-link:hover {
    text-decoration: none;
}

@media (max-width: 767px) {

    .accordion h2,
    .accordion .contentArea {
        text-align: center;
    }
}

/* Hover Cards */
.hover-card a {
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 400px;
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,.4);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.hover-card a:hover-card {
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
} 

.hover-card .card-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 1rem 2rem;
}
 
.hover-card .card-title,
 {
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    padding: 20px;
    background-color: transparent;
    color: #fff;
}

.hover-card .show-title,
 {
    opacity: 1;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}
 
.hover-card:hover .show-title,
 {
    opacity: 0;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}
 
.hover-card .hover-title,
a.card.hover-card .hover-title {
    opacity: 0;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}
 
.hover-card:hover .hover-title,
a.card.hover-card:hover .hover-title {
    opacity: 1;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}
 
.hover-card .card-subhead,
a.card.hover-card .card-subhead {
    font-family: 'Oswald';
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 6px;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

hover-card a:active .card-title,
.hover-card .card-subhead {
    font-style: normal;
    background-color: transparent;
}
 
.hover-card .card-content {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.hover-card a:hover .card-subhead,
a.card.hover-card:hover .card-subhead {
    opacity: 1;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.hover-card a:hover .card-content,
a.card.hover-card:hover .card-content {
    opacity: 1;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

    
main .hover-card .card-content a,
main .hover-card a:hover {
    color: #fff;
}


@media only screen and (max-width: 991px) {
   .hover-card,
   .hover-card a {
       width: 100%;
       margin-top: 15px;
       margin-bottom: 15px;
       margin-left: 0%;
       height: 90%;
       background-color: rgba(0,0,0,0.7);
   }  
   
   .hover-card .card-title,
   .hover-card .hover-title {
        opacity: 0;    
    }
    
    .hover-card .card-subhead,
    a.card.hover-card .card-subhead {
        opacity: 1;    
    }
    
    .hover-card .card-content,
    a.card.hover-card .card-content {
        opacity: 1;
    }
}
