

.contact-control
{
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #5c7f90;
    padding-left: 0;
    border-radius: 0;
    font-size: 18px;
    color: #5c7f90;
    font-family: 'roboto_condensedlight', sans-serif;
    box-shadow: inset 0 0 0;
    -webkit-box-shadow: inset 0 0 0;
}

.control-label
{
    padding-top: 3px !important;
    font-size: 18px;
    color: #7a0050;
}

.contact-control:focus
{
    border-color: #7a0050;
    box-shadow: inset 0 0 0;
    -webkit-box-shadow: inset 0 0 0;
}

.activity-label
{
    color: #000000;
    font-family: 'roboto_condensedregular', sans-serif;
    font-size: 18px;
}

input[type="radio"],
input[type="checkbox"]
{
    margin-top: 7px;
}

.btn-contact
{
    background: #7a0050;
    color: #ffffff;
}

.btn-contact:hover
{
    color: #ffffff;
}

#address h1
{
    font-family: "nunitoregular", sans-serif;
    font-size: 32px;
    padding-bottom: 0;
}

#address
{
    color: #fff;
    vertical-align: top;
    background-color: #7a0050;
    margin-bottom: 15px;
}

#address p
{
    font-size: 18px;
}

.agency
{
    border-top: 2px dotted #ffffff;
    padding-top: 10px;
}

@media (min-width:480px) and (max-width:767px)
{
    #form
    {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px)
{
    #address
    {
        display: table-cell;
        float: none;
        border-radius: 10px;
    }
    #contact
    {
        padding-top: 25px;
        padding-bottom: 15px;
        display: table;
    }
    #form
    {
        display: table-cell;
        float: none;
    }
    #contact-text
    {
        display: table-row;
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    #address p
    {
        font-size: 16px;
    }
    .control-label
    {
        font-size: 16px;
    }
    .activity-label
    {
        font-size: 16px;
    }
    .contact-control
    {
        font-size: 16px;
    }
}

@media (min-width: 1200px)
{
    #address p
    {
        font-size: 18px;
    }
    #address h1
    {
        font-size: 30px;
    }
}

.agency a
{
    color: #ffffff;
}

