/* Hide dates */

.news-date {
    display:none;
}

.news-headline {
	margin-bottom:20px;
}	
 
/* Lead text */

.procoast-introduction {
    text-align:center;
    font-size: 16pt;
    margin:20px 0 0 0
}

/* Logo link table */

.link-image-box {
  display: flex;
  flex-direction: column;
  height: 220px;
  border: 1px solid #83ae53;
}

.link-image-box h4 {
    padding-left:0;
    padding-right:0;
    /*margin-bottom:0;*/
    z-index: 10;
}

.logo-container {
    flex: 1;
    min-height:0; 
    position: relative;
    width:100%;
}

.logo-container img {
    width:100% !important;
    height:auto;
    /*width: auto !important;
    height: 100%; */
    z-index: 0; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1.0) translate(-50%, -50%);
}

.link-image-box p {
    position:relative !important;  
    height:45px;
	font-size:12pt; 
	line-height:45px;
	padding-left:0;
	padding-right:0;
}

@media (min-width: 768px) {
    .logo-container img {
        /*width:100% !important;
        height:auto;*/
    }  
    
    .link-image-box p {
        font-size:16pt;    
    }
}    

@media (min-width: 992px) {
    .logo-container img {
        /*width:100% !important;
        height:auto;*/
    }  
    
    .link-image-box p {
        font-size:13pt;    
    }
}    

@media (min-width: 1200px) {
    .logo-container img {
        /*width:100% !important;
        height:auto;*/
    }  
    
    .link-image-box p {
        font-size:13pt;    
    }
}      

.link-image-box:hover img {
     transform: scale(0.9) translate(-56%, -56%);
}