#intro {
    overflow:visible;
    padding: 3.375rem 0;
    background-color:#f5f5f5;
}

#intro p {
    color:#181818;
    max-width:600px;
}

#intro a {
    color:#c8102e;
    position:relative;
    font-size: 24px;
    padding:7px 12px;
    margin-right:1rem;
    display:inline-block;
}

#intro a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c8102e;
    transition: 0.15s ease-in-out;
}

#intro h1 {
    margin-top:0;
    color:#181818;
}

#intro h1 span {
    color:#f6be00;
}

@media (min-width:768px) {

   #intro a span {
       position:relative;
       z-index:2;
       transition: 0.15s ease-out;
   }
    
    #intro a:hover span {
        color:#FFF;
    }
    
    #intro a:hover:before {
        height: 100%;
    }   
    
    
}

@media (min-width:841px){
    #intro h1 {
        font-size: 6.5rem;
    }
}

@media (min-width:900px) {
    #intro {
        background: url(https://uh.edu/caps/_images/caps-banner.jpg) left center no-repeat;
        background-size:cover;
        padding: 8rem 0;
}

}		

#contact-info {
    padding:10px 0;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #e9e9e9;
    font-size:16px;
    color:#333;
}
#contact-info a {color:#333;}
#contact-info a:hover {text-decoration:underline;}
#contact-info .fa {color:#333; margin-right:10px;}
#contact-info span {margin-right:30px;display:inline-block;}
--></style>

#feature-list li {
	 display:flex;
	 flex-direction:column;
}
 #feature-list li > a {
	 background-color:#000;
	 border-radius:5px 5px 0 0;
}
 #feature-list img {
	 border-radius:4px 4px 0 0;
	 transition:.2s;
}
 #feature-list img:hover {
	 opacity:.75;
}
 #feature-list h3 {
	 color: #2c2c2c;
	 background-color: #FFF;
	 margin: 0;
	 padding: 2rem 2rem .5rem 2rem;
	 font-family: Milo;
	 font-weight: 400;
	 font-size: 1.4rem;
	 line-height: 1.55rem;
	 border: 1px solid #e9e9e9;
	 border-bottom: none;
	 border-top:none;
}
 #feature-list h3 a {
	 color:inherit;
}
 #feature-list h3 a:hover {
	 text-decoration: underline;
}
 #feature-list p {
	 background-color: #FFF;
	 padding: 0 2rem 2rem 2rem;
	 color: #747474;
	 font-size: 15px;
	 line-height: 1.4rem;
	 border-radius: 0 0 4px 4px;
	 flex:auto;
	 border: 1px solid #e9e9e9;
	 border-top: none;
	 margin-bottom:0;
}

/*NEWSLETTER*/

#news {
    padding:0;
    overflow:visible;
}

#newsletter {
    align-items:center;
    margin: -2rem -1.25rem 0 -1.25rem;
    background-color:#f5f5f5;
    
}

#newsletter li {
    margin-bottom:0;
}

#newsletter .fa {
    margin-right:15px;
    opacity: .5;
}  
#newsletter .latest {
    display: block;
	 text-align: center;
	 background-color: #c8102e;
	 color: #FFF;
	 padding: 1.125rem;
}
 #newsletter .latest:hover {
	 background-color: #640817;
}

#newsletter .subscribe {
    display: block;
    text-align: center;
    background-color: #960c22;
    color: #FFF;
    padding: 1.125rem;
    margin-right: -1px;
    transition:.2s;
}

#newsletter .subscribe:hover {
    background-color: #640817;
}

#newsletter p {
    padding: 15px 0;
}

#news h3 {
    font-size: 1.5em;
    font-weight: 200;
    line-height: 1.25;
    font-family:"Milo";
    font-weight:bold;
    margin-bottom:10px;
}

@media (min-width:767px) {
/*#news {padding-bottom:30px;}*/
}

@media (min-width:1200px) {
    
#news {
    /*padding-bottom:6rem;*/
}

#newsletter .display_archive {
    /*margin-right:1px;*/
}

#newsletter p {
    padding: 0;
}
}

#features .feature-image {
    display:block;
    position:relative;
    border-radius:4px;
    width:100%;
    padding-top:50%;
    background-position:center center;
    background-repeat:no-repeat;
    margin-bottom:15px;
    background-size:cover;
    transition:.2s;}

#features h3 {
    font-size:24px;
    margin-bottom:0px;
}

#features li p {
    font-size: 16px;
    line-height: 1.5em;
}

@media screen and (min-width:992px){
    
#features .feature-image {
    padding-top:175%;
} 
    
#features li {
    position: relative;
    min-height: 1px;
    padding: 15px;
    width: 20%;
    float: left;
    overflow:hidden;
    border-radius:4px;
    transition:.2s;
}


#features .feature-image::before {content:""; display:block; position:absolute; top:0; left:0; height:100%; width:100%; background-color:#111; border-radius:4px; opacity:.4;transition:.2s;}
#features li:hover .feature-image::before {opacity:0;}
}
	

#info .fa {
    font-size:30px;
    opacity:.5;
}


#info h3 {
    color: #2c2c2c;
    font-family: Milo;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.55rem;
}

#info h3 a {
    color:inherit;
}

#info h3 a:hover {
    text-decoration: underline;
}

#info p {
    color: #747474;

}
#information {
    display: none;
}


#promo .section-grid > :not(.col-sm-6) p {
    font: 1.25rem 'Milo', sans-serif;
    margin: 1.125rem 0;
    line-height: calc(1.5em);
}

#promo .section-grid {
    background-color:#f5f5f5;
    align-items: center;
    margin-top: 0;
    margin-bottom:0;
}

#promo .copy {
    margin-bottom:0;
    padding: 2.25rem 1.25rem;
}

#promo .video {
    margin-bottom: 0;
    padding: 0;
    border-left: 4px solid #fff;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:768px){
    
    #promo .copy {
    padding: 2.25rem 5rem;
    margin-bottom: 0;
}
    
}

@media screen and (min-width:1177px){
    
#promo .copy {
    width:40%;
}

#promo .video {
    width:60%;
} 
    
        }


#social {background-color:#222; border-top:1px solid #111; border-bottom:1px solid #111;}

#social h2 {
    color: #FFF;
    font-family: 'League Gothic', sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: .95em;
    letter-spacing: 0;
    margin: 20px 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
	z-index: 0;}

#social #icons {width: 100%; text-align: center;}	
#social #icons .bi {color:#FFF; display: inline-block; text-align: center;font-size: 30px; width:50px; padding:10px;transition:.2s;}

#social #icons .bi:hover {color:#F6BE00}
#social {overflow:hidden;}

.twitter-container {background-color: #FFF; border-radius: 4px; padding: 15px;}

@media (min-width: 992px) {
.instacontainer:after {
    content: "";
    display: block;
    background-color: #333;
    border-radius:4px 4px 0 0;
    width: calc(100% - 2.5rem);
    height: 100%;
    position: absolute;
    top: 100%;
    left: 1.25rem;
    margin-top: 30px;
    }
}
