body #wrapper .fourcolumn .container {
    max-width: 100%;
}
.cta-subheading {
    line-height: 1.2;
    font-size: 20px;
	font-family: proxima-nova, Helvetica, Arial, _sans-serif;
	margin-bottom: 40px;
}
.list_hldr {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    column-gap: 1%;
}
.list_hldr > div {
    width: 24%;
    position: relative;
    margin-bottom: 1%;
}
.list_hldr .cta-label {
    position: absolute;
    bottom: 0;
    width: 80%;
    text-align: center;
    color: #FFFF;
    border-top: 2px solid #9c8200;
    margin: 0 10%;
    padding: 15px 0;
    font-weight: bold;
    font-size: 26px;
    font-family: 'minion-pro-display';
    line-height: 1;
}
.cta-sublabel {
    font-family: proxima-nova, Helvetica, Arial, _sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-top: 20px;
}
.list_hldr a::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(to top, #000000, #ffffff00);
}
.list_hldr a:hover::before {
    height: 100%;
    background: #0000007a;
}
.list_hldr a:hover::after {
    content: 'LEARN MORE';
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 15px;
}
.list_hldr a:hover .cta-label {
    border: 0;
    bottom: 50%;
    font-size: 36px;
    padding: 0 0 10px;
}
.list_hldr a:hover .cta-label::after {
    content: '';
    background: #9c8200;
    height: 5vw;
    width: 2px;
    position: absolute;
    bottom: -5vw;
    right: 50%;
}