 /* --------------------------------------------------------
Style Sheet for College of Liberal Arts and Human Sciences Websites Web Elements (Virginia Tech One Theme Modification)
version: 1.0
date created: 10/9/2019 
author: Marketing and Communications Dev Team 
email: clahs@vt.edu
website: https://liberalarts.vt.edu/
----------------------------------------------------------*/ 
/* logo text length*/

#vt_logo .vt-logo-text{
max-width:460px;
}

/* order list style classes*/
@media only screen and (max-width: 600px) {
  .vt-text ul{
    padding-left: 2em;
         margin-left: 0em;
}}

/* color style classes*/


.clahs-white-text{
color:#FFFFFF;  
}

/* common style classes*/



.clahs-box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.clahs-light-grayish-background{
  background-color:#faf9fa;
  padding:20px;
}

@media only screen and (max-width: 600px) {
.clahs-light-grayish-background{
  background-color:#faf9fa;
  padding:5px;
}}
  

.clahs-chicago-maroon-background{
  background-color:#861F41;
  padding:20px;
  color:#FFFFFF;
}

@media only screen and (max-width: 600px) {
.clahs-chicago-maroon-background{
  background-color:#861F41;
  padding:0px;
  color:#FFFFFF;
}}

.clahs-burnt-orange-background{
  background-color:#C64600;
  padding:20px;
  
}
@media only screen and (max-width: 600px) {
.clahs-burnt-orange-background{
  background-color:#C64600;
  padding:5px;
  
}}

.clahs-cadet-blue-background{
  background-color:#003C71;
  padding:20px;
  color:#FFFFFF;
}

.clahs-sustainable-teal-background{
  background-color:#508590;
  padding:20px;
  color:#FFFFFF;
}

.clahs-skipper-smoke-box-border{
border:2px solid #e5e1e6;
padding:20px;
}


@media only screen and (max-width: 600px) {
.clahs-skipper-smoke-box-border {
    border:2px solid #e5e1e6;
    padding:2px;}}

.clahs-black-box-border{
border:2px solid #000000;
padding:20px;
}


@media only screen and (max-width: 600px) {
.clahs-black-box-border {
    border:2px solid #000000;
    padding:2px;}}
  

.clahs-white-gineso-heading-one> p{

font-family: gineso-condensed,sans-serif;
    color: #FFFFFF;
    font-size: 54px;
    line-height: 1;
    margin-bottom:0em;

}


@media only screen and (max-width: 600px) {
.clahs-white-gineso-heading-one> p{

font-family: gineso-condensed,sans-serif;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 1;
    margin-bottom:0em;

}}

.clahs-maroon-gineso-heading-one> p{

font-family: gineso-condensed,sans-serif;
    color: #861F41;
    font-size: 54px;
    line-height: 1;
margin-bottom:0em;
}

@media only screen and (max-width: 600px) {
.clahs-maroon-gineso-heading-one> p{

font-family: gineso-condensed,sans-serif;
    color: #861F41;
    font-size: 34px;
    line-height: 1;
margin-bottom:0em;
}}


















.clahs-dark-cyan-heading-one> p{
  font-family: Acherus,sans-serif;
    color: #576e79;
    font-size: 36px;
    margin-bottom:0em;
}

@media only screen and (max-width: 600px) {

  .clahs-dark-cyan-heading-one> p{
    font-size: 26px;


}}


.clahs-dark-cyan-heading-two> p{
  font-family: Acherus,sans-serif;
    color: #576e79;
    font-size: 32px;
    
}

.clahs-dark-cyan-heading-three> p{
  font-family: Acherus,sans-serif;
    color: #576e79;
    font-size: 28px;
}

.clahs-dark-cyan-heading-four> p{
  font-family: Acherus,sans-serif;
    color: #576e79;
    font-size: 24px;
}


.clahs-chicago-maroon-heading-one> p{
  font-family: Acherus,sans-serif;
    color: #861F41;
    font-size: 36px;
}

.clahs-chicago-maroon-heading-two> p{
  font-family: Acherus,sans-serif;
    color: #861F41;
    font-size: 32px;
}

.clahs-chicago-maroon-heading-three> p{
  font-family: Acherus,sans-serif;
    color: #861F41;
    font-size: 28px;
}

.clahs-chicago-maroon-heading-four> p{
  font-family: Acherus,sans-serif;
    color: #861F41;
    font-size: 24px;
}

.clahs-sustainable-teal-heading-one> p{
  font-family: Acherus,sans-serif;
    color: #508590;
    font-size: 36px;
}

.clahs-sustainable-teal-heading-two> p{
  font-family: Acherus,sans-serif;
    color: #508590;
    font-size: 32px;
}

.clahs-sustainable-teal-heading-three> p{
  font-family: Acherus,sans-serif;
    color: #508590;
    font-size: 28px;
}

.clahs-sustainable-teal-heading-four> p{
  font-family: Acherus,sans-serif;
    color: #508590;
    font-size: 24px;
}

.clahs-cadet-blue-heading-one> p{
  font-family: Acherus,sans-serif;
    color: #003C71;
    font-size: 36px;
}

.clahs-cadet-blue-heading-two> p{
  font-family: Acherus,sans-serif;
    color: #003C71;
    font-size: 32px;
}

.clahs-cadet-blue-heading-three> p{
  font-family: Acherus,sans-serif;
    color: #003C71;
    font-size: 28px;
}

.clahs-cadet-blue-heading-four> p{
  font-family: Acherus,sans-serif;
    color: #003C71;
    font-size: 24px;
}












/* clahs blockquote style*/

.clahs-blockquote{
background-color:#faf9fa;
  border-left: 10px solid #861F41;
  margin:  20px;
  padding: 20px;
  color:#861F41;
font-size: 32px;
line-height:1.25em;

}

@media only screen and (max-width: 600px) {

  .clahs-blockquote{
font-size: 20px;


}}

.clahs-blockquote p{
  font-weight:500;
}
.clahs-blockquote:before{
  content: "\201C";
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #861F41;
  font-size: 4em;
}





/* clahs maroon stat box style*/


.clahs-maroon-stat-box-container{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 text-align: center;
 border: 10px solid #861f41;
 border-radius: 4px;
 }

.clahs-maroon-stat-box-number{
  font-size: 18px;
  color: #fff;
  top:40px;
}
.clahs-maroon-stat-box-number p{
 margin-bottom:1em;
}


.clahs-maroon-stat-box-text{
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    background: rgba(134, 31, 65, 0.9); 
}

/* clahs Virginia Sunset stat box style*/


.clahs-virginia-sunset-stat-box-container{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 text-align: center;
 border: 10px solid #ED8B00;
 border-radius: 4px;
 }

.clahs-virginia-sunset-stat-box-number{
  font-size: 18px;
  color: #fff;
  top:40px;
}
.clahs-virginia-sunset-stat-box-number p{
 margin-bottom:1em;
}


.clahs-virginia-sunset-stat-box-text{
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    background: rgba(237, 139, 0, 0.9); 
}


/* clahs Sustainable Teal stat box style*/


.clahs-sustainable-teal-stat-box-container{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 text-align: center;
 border: 10px solid #508590;
 border-radius: 4px;
 }

.clahs-sustainable-teal-stat-box-number{
  font-size: 18px;
  color: #fff;
  top:40px;
}
.clahs-sustainable-teal-stat-box-number p{
 margin-bottom:1em;
}


.clahs-sustainable-teal-stat-box-text{
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    background: rgba(80, 133, 144, 0.9); 
}





.clahs-landing-page{
  background-color:#861F41;
}


.clahs-landing-background-image{

    -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}



.clahs-landing-image-overlay{
background-color: rgba(255,255,255,.85);
padding: 150px;
}



@media only screen and (max-width: 1400px) and (min-width:600px){
.clahs-landing-image-overlay{
padding: 50px;

    }
  }

  @media only screen and (max-width: 600px) {
.clahs-landing-image-overlay{
padding: 0px;
    }
  }

.clahs-major-landing-page .header{
  display:none;
  }

  .clahs-major-landing-page .vt-footer-row{
  display:none;
  }

.clahs-major-landing-page .vt-callToAction {
  display:none;
  }

.clahs-landing-page .vt-one-preHeader{
  display:none;
  }

.clahs-landing-page .vt-wordMark {
  display:none;
  }

.clahs-landing-page .vt-nav-toggle{
  display:none;
  }

.clahs-landing-page .vt-search-toggle{
  display:none;
  }

  .clahs-landing-page .vt-footer-row{
  display:none;
  }

.clahs-landing-page .vt-callToAction {
  display:none;
  }

.clahs-landing-page .vt-page-path{
  display:none;
  }
  
.clahs-landing-page .vt-one-headerRow{
  border-bottom:5px solid #861F41;
}


.clahs-landing-maroon-gineso-heading-one> p {
    font-family: gineso-condensed,sans-serif;
    color: #861F41;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 0em;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
.clahs-landing-maroon-gineso-heading-one> p {
    font-family: gineso-condensed,sans-serif;
    color: #861F41;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 0em;
    font-weight: 600;
    padding-top:15px;
}}




.clahs-landing-dark-cyan-heading-two> p{
  font-family: Acherus,sans-serif;
    color: #576e79;
    font-size: 32px;
    
}

@media only screen and (max-width: 600px) {
.clahs-landing-dark-cyan-heading-two> p{
  font-family: Acherus,sans-serif;
    color: #576e79;
    font-size: 32px;
    
}}







/* news and features top page styling*/


.clahs-main-news-page-background-image{

    -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}



.clahs-main-news-page-image-overlay{
background-color: rgba(255,255,255,.9);
padding:50px 150px 0px 150px;
}



@media only screen and (max-width: 1400px) and (min-width:600px){
.clahs-main-news-page-image-overlay{
padding: 50px;

    }
  }

  @media only screen and (max-width: 600px) {
.clahs-main-news-page-image-overlay{
padding: 0px;
    }
  }






.clahs-research .vt-callToAction {
  display:none;
  }


/* bookshelf v1 styling*/

@media screen and (min-width: 1024px){

.clahs-biopage-books .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img{height:15.03vw;}
}


@media screen and (max-width: 1024px){
.clahs-biopage-books .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 195vw;
}
}

@media screen and (min-width: 1024px){

.clahs-bookshelf-v1 .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img{height:15.03vw;}
}


@media screen and (max-width: 1024px){
.clahs-bookshelf-v1 .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 195vw;
}
}


@media screen and (min-width: 1024px){

.clahs-research-books .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img{height:15.03vw;}
}


@media screen and (max-width: 1024px){
.clahs-research-books .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 195vw;
}
}


 

.clahs-research-books .vt-list .vt-num-col-6 .item>ul>li:last-child {
  display:none;

}



.clahs-research .vt-list .vt-num-col-1 .item>ul>li:last-child{
    padding:0.5em;
        margin-bottom: 0em;
            font-size: 0.9em;
}

.clahs-research .vt-list .vt-num-col-1 .item>ul>li .vt-list-title{
     font-weight: 600;
    color:#c64600;
}

.clahs-research .vt-list .vt-num-col-1 .item>ul>li .vt-list-title a{

    color:#c64600;
}


.clahs-admission-contact-card {

border:10px solid #fff;
padding: 10px;
background: #faf9fa


}
