  /*header.main div#home-hero div.featured-header .featured-content:before {
    content: url(https://mississippicollege-1ba9f.kxcdn.com/packages/mississippi_college/themes/mississippi_college_v2022/images/quote-mark-white.svg);
    width: 45px;
   display: block;
}*/
header.main div#home-hero div.featured-header .featured-content {
    
}
header.main div#home-hero div.featured-header h1 {
    font-size: 3rem;
}
@media (min-width:1281px) {
    header.main div#home-hero div.featured-header .featured-content {
       /* max-width: 60%;*/
    }
}
@media (min-width: 901px) {
    header.main div#home-hero div.featured-header h1 {
        font-size: 4.75rem;
    }
    header.main div#home-hero div.featured-header .featured-content:before {
       
        position: absolute;
        left: 20px;
    }
  /*  header.main div#home-hero div.featured-header .featured-content {
        padding:40px 40px 80px 75px;
    }*/
    
}
@media (max-height: 640px) {
    header.main div#home-hero div.featured-header h1 {
        font-size: 4.75rem;
    }
    header.main div#home-hero div.featured-header h2 {
        font-size: 1.5rem;
    }

}
/* ============= TEMPORARY FOR HOMECOMING ==============*/
/*
header.main div#home-hero div.featured-header::after {
    background: transparent;
    background: -moz-linear-gradient(top, transparent 18%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, transparent 18%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 18%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorStart', endColorstr='$colorEnd',GradientType=0 );
}
header.main div.nav {
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorStart', endColorstr='$colorEnd', GradientType=0);
}
.featured-content {
    max-width: 100%!important;
    width: 100%!important;
    text-align: center;
}
.header-logo { max-width:250px!important;}
.header-logo-container .container {display: none!important;}
header.main div#home-hero div.featured-header h2 {
font-weight: 700;
}
header.main div#home-hero div.featured-header {
    align-items: center;
}
@media (min-width: 901px) {
header.main div#home-hero div.featured-header h2 {
    font-size: 2.55rem;
    font-weight: 700;
}
.header-logo-container .containter {display: block!important;}

.header-logo { max-width:460px!important;}
}*/