﻿
.contactMapContainer {
    /*border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;*/
    height: 380px;
}

.contactInfoContainer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contactItemContainer {
    padding-bottom: 20px;
}

.contactItemIcon {
    font-size: 20px;
    text-align: right;
    color: #888;
    padding-bottom: 10px;
}

.contactItemTitle {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-left: 7px;
    color: #FA9E25;
    white-space: nowrap;
}

.contactItemContent {
    font-family: Arial, sans-serif;
    color: #888;
    /*white-space: nowrap;*/
}

    .contactItemContent a {
        text-decoration: none;
        color: #888;
    }

.contactItemSocial {
    font-size: 25px;
    white-space: nowrap;
}

    .contactItemSocial a {
        color: #888;
    }

        .contactItemSocial a:hover {
            text-decoration: none;
            color: #FA9E25;
        }
