.module-corefocus a.corefocus-item
{
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    padding: 0 15px;
    color: #717073;
    float: left;
    width: 50%;
}

.module-corefocus a.corefocus-item .image
{
    border: 9px solid #DA1D46;
    background-color: #243A7C;
    vertical-align: baseline;
    margin: 0 auto 10px;
    border-radius: 50%;
    text-align: center;
    display: block;
    height: 96px;
    width: 96px;
}

.module-corefocus a.corefocus-item .image img
{
    margin-top: 19px;
    height: 40px;
}

.module-corefocus a.corefocus-item h3
{
    margin-bottom: 20px;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    color: #DA1D46;
}

.module-corefocus a.corefocus-item h3 span
{
    background-image: url(images/icon-cta-arrow1x.png);
    background-image: -webkit-image-set(
      url(images/icon-cta-arrow1x.png) 1x,
      url(images/icon-cta-arrow2x.png) 2x
    );
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 20px;
    width: 8px;
}

.module-corefocus a.corefocus-item p
{
    display: none;
}

.module-corefocus a.corefocus-item p.read-more
{
    line-height: 20px;
    font-size: 16px;
    color: #243A7C;
}

@media only screen and (min-width: 768px)
{
    .module-corefocus a.corefocus-item
    {
        margin-bottom: 50px;
        position: relative;
        padding: 0 30px;
    }
    
    .module-corefocus a.corefocus-item .image
    {
        border-width: 10px;
        margin: 0 0 20px 0;
        height: 155px;
        width: 155px;
    }
    
    .module-corefocus a.corefocus-item .image img
    {
        margin-top: 35px;
        height: 64px;
    }
    
    .module-corefocus a.corefocus-item h3
    {
        margin-bottom: 10px;
        line-height: 24px;
        text-align: left;
        font-size: 20px;
    }
    
    .module-corefocus a.corefocus-item h3 span
    {
        display: none;
    }
    
    .module-corefocus a.corefocus-item p
    {
        margin-bottom: 40px;
        line-height: 24px;
        font-size: 16px;
        color: #717073;
        display: block;
    }
    
    .module-corefocus a.corefocus-item p.read-more
    {
        font-family: NexaBold, serif;
        margin-bottom: 0px;
        position: absolute;
        color: #243A7C;
        left: 30px;
        bottom: 0;
    }
}

@media only screen and (min-width: 1200px)
{
    .module-corefocus a.corefocus-item
    {
        margin-bottom: 50px;
        padding: 0 10px;
        width: 33%;
    }
    
    .module-corefocus a.corefocus-item .image
    {
        height: 160px;
        width: 160px;
    }
    
    .module-corefocus a.corefocus-item .image img
    {
        margin-top: 38px;
    }
    
    .module-corefocus a.corefocus-item p.read-more
    {
        left: 10px;
    }
}