/* The site will inherit css from tamhsc.edu. Only put css specific to this site here */

/* Typography */

main a {
    color: #500000;
}


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;
    }
}

.tamu-headline-maroon {
    color: #500000;
}


/* Logo */
#header-logo {
    height: 40px;
}

@media (min-width: 576px) {
    #header-logo {
        height: 50px;
    }    
}


/* Max-Width */
.mw-300px {
    max-width: 300px;
}


/* Fly-In */
a.news-fly-in {
    background-color: rgba(255,255,255,.7);
    border-left: 8px solid #E3032B;
    top: 120px;
}

a.news-fly-in h2, 
a.news-fly-in h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-shadow: none;
    color: #500000;
    margin-bottom: 0;
}

a.news-fly-in:hover h2,
a.news-fly-in:hover h3 {
    color: #500000;
}

a.news-fly-in p, 
a.news-fly-in span {
    color: #000;
}

a.news-fly-in:hover p, 
a.news-fly-in:hover span {
    color: #000;
}
a.news-fly-in .more-link {
    padding-right: 14px;
}


/* 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 a {
    padding: 18px 24px 4px 24px;
}
@media (max-width: 1330px){
    #global-nav a {
        padding: 18px 14px 4px 14px;
    }
}
#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){
    #give-button {
        display: none!important;
    }
    #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;
    }
}
.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: 275px;
    background-color: rgba(80,0,0,1) !important;
}
@media (max-width: 1330px) {
    #global-nav .dropdown-menu-content {
        padding-left: 265px;
    }
}

@media (max-width: 767px) {
.mm-listview li {
    width: 100%!important;
}
}

.mm-menu.mm-keyboardfocus a:focus {
    background-color: #500000;
}

#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);
}
}


/* Sections */
section.bg-light-gray {
    background-color: #efefef;
}


/* Page Banner */
.hero-top-section-internal .hero-section {
    /*background-size: cover;*/
    /*background-position: center center;*/
}

.hero-top-section-internal .parallax-med-fg.container {
    /*max-width: 100%;*/
}

.hero-top-section-internal h1 {
    /*font-family: 'Oswald', sans-serif;*/
    /*font-weight: 400 !important;*/
    /*font-size: 56px !important;*/
    /*text-transform: uppercase;*/
}

.hero-top-section-internal p:last-child {
    margin-bottom:0!important;
}

@media (max-width: 576px) {
    .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: 450px !important;
}

.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: 767px) {
/*section{
    padding-left: 20px;
    padding-right: 20px;
}*/
section.hero-top-section-internal, section.tamhsc-sidebar-nav{
    padding-left: 0;
    padding-right: 0;
}
}
@media (max-width: 992px) {
section.tamhsc-sidebar-nav nav{
    padding-left: 15px;
    padding-right: 15px;
}
.tamhsc-sidebar-nav nav li {
    width:100%!important;
    
}
}




/* Images */
.img-shadow {
    box-shadow: 0px 20px 50px #00000033;
    border-radius: 5px;
}
.image-caption {
    font-size: 14px;
    line-height: 20px;
}
main section .contentArea img {
    /*height: 100%;*/
    /*width: 100%;*/
}
main section .contentArea img.img-responsive {
    height: auto;
    width: 100%;
}

main section .contentArea a, main .bio-content .tab-content a {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
}

/* Buttons */
main a:active, main a:focus, main a:hover {
    outline: 1px dotted #500000;
}

.btn-primary {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    background-color: #500000;
    color: #fff;
    border: 2px solid #500000;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #fff;
    color: #500000;
    border: 2px solid #500000;
}
.btn-primary .fa-external-link-alt {
    display:none;
}

/* Sidebar */
.tamhsc-sidebar-nav nav ul li a:active,
.tamhsc-sidebar-nav nav ul li a:focus,
.tamhsc-sidebar-nav nav ul li a:hover {
    color: #500000 !important;
}


/* Bio Blocks */
.person-wrapper h3 {
    text-transform: inherit;
    font-weight: 300;
}

.person-wrapper .person-info .title {
    font-weight: 600;
}

@media (max-width: 576px) {
    .person-wrapper {
        flex-direction: column!important;
    }
    .person-wrapper img {
        width: 100%;
        height: 100%!important;
        max-height: 340px;
        object-fit: cover;
        object-position: 10% 30%;
        
    }
}

/* 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;
}


/* TWO COLUMN SECTION for interior page templates */
.gray-background {
    background-color: #F5F5F5;
}


/* 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;
}

.contentAreaImageRow > div {
   margin-top: 1rem;
   margin-bottom: 1rem;
}

 .contentAreaImageRow .contentAreaImage {
	 max-width: 600px;
}
 .contentAreaImageRow .contentAreaImage img {
	 width: 100%;
	 height: 100%;
}
 .contentAreaImageRow .contentAreaImage.round {
	 background-position: center center;
	 background-size: cover;
	 width: 100%;
	 height: 100%;
	 border-radius: 50%;
	 height: 160px;
	 width: 160px;
	 margin: auto;
}

 .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;
	}
}

 a.arrow-link {
	 color: #003C71;
	 text-decoration: none;
}
 a.arrow-link:hover {
	 text-decoration: underline;
}
 a.arrow-link::after {
	 content: " \25B8";
}
 

/* Hover Cards */
.hover-card,
a.card.hover-card {
    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:hover,
a.card.hover-card:hover {
    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,
a.card.hover-card .card-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 1rem 2rem;
}
 
.hover-card .card-title,
a.card.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,
a.card.hover-card .show-title {
    opacity: 1;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}
 
.hover-card:hover .show-title,
a.card.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;
}

a.card.hover-card:active .card-title,
a.card.hover-card .card-subhead {
    font-style: normal;
    background-color: transparent;
}
 
.hover-card .card-content,
a.card.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: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: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 .card-content a:hover {
    color: #fff;
}


@media only screen and (max-width: 991px) {
   .hover-card,
   a.card.hover-card {
       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,
   a.card.hover-card .card-title,
   .hover-card .hover-title,
    a.card.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;
    }
}

/* footer */

footer a:active, footer a:focus, footer a:hover, #social a {
    outline: none;
}

footer li {
    width:100%!important;
}

.footer-logo {
    max-width: 200px;
}


@media (max-width: 768px) {
    .footer-logos {
        margin: auto;
    }
}
.footer-logos a {
    display: inline-block;
    margin: 0 2px 4px 2px;
}
/*

.logo-tamus, .logo-txsact, .logo-tmc  {
    height: 66px; 
    width:auto;
}

.logo-jdgc {
    width: 356px;
    height:auto;
}
*/

.logo-tamus, .logo-txsact, .logo-tmc  {
    height: 77px; 
    width:auto;
}

.logo-jdgc {
    width: 410px;
    height:auto;
}

@media (max-width: 992px) {
    .logo-jdgc {
        width: 414px;
    }
}

@media (max-width: 479px) {
    .logo-tamus, .logo-txsact, .logo-tmc  {
        height: 52px; 
    }
    
    .logo-jdgc {
        width: 282px;
    }
}


/*  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;
    }
}

.bio-page-academic #full-name {
    line-height: initial;
}

@media (max-width: 500px) {
.bio-page-academic #additionalContent a {
 word-break: break-all;   
}

.bio-page-academic .tab-content {
    padding: 0;
}

}