﻿.home_ballButton
{
    height: 306px;
    padding: 20px 12px 20px 12px;
    border: 1px solid #9B9B9B;
    opacity: 1;
}

    .home_ballButton .title
    {
        color: #223678;
        font-family: "Roboto Condensed";
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        padding: 24px 0px 8px 0px;
        margin: 0px;
    }

    .home_ballButton .desc
    {
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 18px;
    }

    .home_ballButton img
    {
        
    }

.padding_b25 a
{
    text-decoration: none;
}

    .home_ballButton:hover, .home_ballButton:focus
    {
        text-decoration:none;
        opacity: 0.9;
    }

.padding_b25
{
    padding-bottom: 25px ;
}

.links_line_2
{
    height: 2px;
    background: #F5F5F5;
    padding: 0px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.center-links-img
{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.row-margins
{
    margin-right: -8px;
    margin-left: -8px;
}

.LinksHP-Padding
{
    padding-right: 8px;
    padding-left: 8px;
}



@media (max-width: 991px)
{
    .home_ballButton .title
    {
        padding: 0px 0px 8px 0px;
        color: #223678;
        font-family: "Roboto Condensed";
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        margin: 0px;
        text-align: center;
    }

    .home_ballButton .desc
    {
        padding: 0px 0px 10px 0px;
        color: #4A4A4A;
        font-family: Roboto;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .home_ballButton
    {
        height: unset;
        padding: 0;
        border: none;
        opacity: 1;
    }
}