.body-content h1.contact-us-header
{
    margin-bottom: 0;
    padding-bottom: 10px;
}


.contact-paragraph
{
    border-bottom: solid 1px #c89c39;
    margin-bottom: 20px;
}

.tilesHeader
{
    margin-bottom: 20px;
}

.tile-container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-section
{
    width: 31%;
    min-width: 300px;
    margin-bottom: 20px;
    
}

@media (max-width: 1285px)
{
    .contact-section
    {
        width: 47%;
    }
}

@media (max-width: 800px)
{
    .contact-section
    {
        width: 100%;
    }
}


.contact-section-header
{
    background-color: #284167;
    padding: 10px;
    color: #fff;
    margin: 0;
}


@media (max-width: 1075px)
{
    .contact-section-header
    {
        font-size: 18px;
    }
}


.contact-section-inner
{
    border: solid 1px #dedede;
    padding: 10px;
    height: calc(100% - 51px);
}

.contact-section-inner ul
{
    margin: 0;
    padding: 0;
}

.contact-section-inner ul li
{
    list-style: none;
    margin-bottom: 10px;
}

.contact-section-inner ul li a,
.body-content a,
.body-content ul > li > a
{
    color: #5383ad;
}

.body-content a.contrastLink
{
    color: #c89c39;
}

.contact-section-inner ul li a:hover,
.body-content a:hover,
.body-content ul > li > a:hover
{
    color: #c89c39;
}


.sectionBreaker
{
    clear: both;
    height: 0;
    border-bottom: solid 1px #c89c39;
    margin-bottom: 20px;
}

.phoneWrap
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.extraInfoWrap
{
    display:flex;
    flex-direction:row;
    /*height: 270px;*/
    
}

.globalContactsWrap
{
    margin-right: 30px;
    padding-right: 30px;
    border-right: solid 1px #dedede;
    width: 315px;
}

.hailMaryContact
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.extraInfoWrap h2
{
    margin-bottom: 20px;
}

.locationsWrap
{
    /*height: 270px;*/
}

.locationsWrap ul
{
    height: 180px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content:flex-start;
    padding-left:0;
}

.locationsWrap ul li
{
    list-style:none;
    max-width: 350px;
    margin-right: 50px;
}


@media (max-width: 1275px)
{
    .locationsWrap ul
    {
        height: 250px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content:flex-start;
        padding-left:0;
    }

    .locationsWrap ul li
    {
        list-style:none;
        max-width: 350px;
        margin-right: 50px;
    }
}

@media (max-width: 1070px)
{
    .extraInfoWrap
    {
        display:block;
        height:inherit;
    }

    .globalContactsWrap
    {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: solid 1px #c89c39;
        width: 100%;
    }

    .locationsWrap
    {
        height: inherit;
        display: block;
        
    }

    .locationsWrap ul
    {
        height: inherit;
        display: block;
    }
}
