/* contact-page.css */

#content .module_contact {
    /*background-color: #f9f9f9;
    margin: 20px 0;
    padding: 10px 0;
    font-family: Arial, sans-serif;*/
}

#content .module_contact h2,
#content .module_contact h3 {
    /*color: #333333;
    text-transform: uppercase;*/
    text-align: center;
}

#content .module_contact a {
    color: #004DD1;
    /*text-decoration: none;*/
}

#content .module_contact a:hover {
    color: #154973;
    /*text-decoration: underline;*/
}

/*#content .module_contact a:visited {
    color: #990000;
}*/

#content .module_contact .box h3 {
    margin: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #cccccc;
    padding: 1em 1em 0.8em 1em;
    line-height: 1;
}

#content .module_contact .c_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: auto;
}

#content .module_contact .container {
    /*max-width: 85%;*/
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#content .module_contact .c_col {
    display: flex;
    flex-direction: column;
    flex: auto;
}

#content .module_contact .c_col-2 {
    width: 50%;
}

#content .module_contact .c_col-3 {
    width: 33.333%;
}

#content .module_contact .c_col-4 {
    width: 25%;
}

#content .module_contact .c_col-5 {
    width: 20%;
}

#content .module_contact .contact-header,
#content .module_contact .contact-footer {
    padding: 0 0.5em;
    /*display: flex;*/
    flex: auto;
    justify-content: center;
}

#content .module_contact .contact-header {
    font-size: 1.25em;
}

#content .module_contact .contact-footer p {
    display: block;
    /*font-weight: bold;*/
    text-align: left;
}

#content .module_contact .contact-footer p.center {
    text-align: center;
}

#content .module_contact .box {
    background-color: #ffffff;
    margin: 0.5em;
    padding: 0;
    flex: auto;
    box-shadow: 0px 0px 10px 1px #dddddd;
    /*min-height: 250px;*/
    min-height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #cccccc;
}

#content .module_contact .box .header {
    /* overrides */
    margin: 0;
    padding: 0;
    /* /overrides */
}

#content .module_contact .box .content {
    flex: auto;
}

#content .module_contact .box .footer {
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    font-size: 0.75em;
    margin: 0;
    padding: 0 1em;
    border-top: 1px solid #cccccc;
    line-height: 1;
    /* overrides */
    clear: none;
    width: auto;
    position: static;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    /* /overrides */
}

#content .module_contact .box .footer p,
#content .module_contact .box .footer a {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5em 0;
    padding: 0;
}

#content .module_contact .box .footer a {
    color: #004DD1;
}

#content .module_contact .box .footer a:hover {
    color: #154973;
}

#content .module_contact .box .footer img {
    display: inline-block;
    vertical-align: middle;
}

#content .module_contact .inner-box {
    padding: 0.25em 1em;
}

#content .module_contact .inner-box.center {
    text-align: center;
}

/* _alt */

#content .module_contact._alt {
    background-color: #ffffff;
    display: none;
}

#content .module_contact._alt .box {
    min-height: 0;
}

#content .module_contact._alt .c_col.c_col-4 {
    width: 25%;
}

#content .module_contact table {
    border: 1px solid #cccccc;
    margin: 0.5em;
    box-shadow: 0px 0px 10px 1px #dddddd;
    background-color: #ffffff;
}

#content .module_contact table th {
    font-size: 1.125em;
    text-align: left;
}

#content .module_contact table th,
#content .module_contact table td {
    padding: 1em;
}

#content .module_contact table td ul li {
	margin: 0;
}

/*#content .module_contact .bureau-name,
#content .module_contact .contact-email,*/
#content .module_contact .contact-number {
    white-space: nowrap;
}

#content .module_contact .contact-number ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content .module_contact span.contextual-label {
    display: none;
}

#content .module_contact span.chunk {
    display: inline;
}

#content .module_contact a span.chunk {
    text-decoration: underline;
}

/* /_alt */


#content .module_contact thead tr, tfoot tr {
    background: transparent;
}

#content .module_contact thead, tfoot {
    background: #f8f8f8;
}

#content .module_contact tbody tr:nth-child(2n) {
    background-color: #f1f1f1;
}


@media only screen and (max-width: 1600px) {
    /* _alt */
    #content .module_contact .contact-email {
        white-space: normal;
        /*word-break: break-all;*/
        /*word-break: break-word;*/
    }
    
    #content .module_contact span.chunk {
        display: inline-block;
    }
    
    /*#content .module_contact span.chunk.area-code {
        display: inline;
    }*/
    /* /_alt */
}

@media only screen and (max-width: 1280px) {
    #content .module_contact {
        padding: 0; 
    }
    
    #content .module_contact .container {
        max-width: 100%;
        flex-wrap: wrap;
    }
    
    #content .module_contact .c_col-4 {
        width: 50%;
    }
    
    /* _alt */
    #content .module_contact .bureau-name {
        white-space: normal;
    }
    /* /_alt */
}

@media only screen and (max-width: 1024px) {
    #content .module_contact .c_col-3 {
        width: 100%;
    }
    
    #content .module_contact .c_col-3 .box {
        min-height: auto;
    }
    
    #content .module_contact table th,
    #content .module_contact table td {
        padding: 1em 0.5em;
    }
    
    #content .module_contact table td {
        font-size: 0.875em;
    }
    
    /* _alt */
    /*#content .module_contact span.chunk.area-code {
        display: block;
        padding-bottom: 0.25em;
    }*/
    /* /_alt */
}
    
@media only screen and (max-width: 768px) {
    #content .module_contact .container {
        flex-direction: column;
    }
    
    #content .module_contact .c_col-2,
    #content .module_contact .c_col-3,
    #content .module_contact .c_col-4 {
        width: 100%;
    }
    
    #content .module_contact .box {
        min-height: auto;
        margin: 0.5em 0;
    }
    
    #content .module_contact table {
        margin: 0.5em 0;
    }
    
    /* _alt */
    #content .module_contact table thead {
        display: none;
    }
    
    #content .module_contact table tr {
        display: block;
        padding: 0.5em 1em;
    }
    
    #content .module_contact table td strong {
        font-size: 1.125em;
    }
    
    #content .module_contact table td {
        display: block;
        padding: 0.5em 0;
        overflow: hidden;
    }
    
    #content .module_contact table td {
        font-size: 1em;
    }
    
    #content .module_contact table td.empty {
        display: none;
    }
    
    #content .module_contact span.contextual-label {
        display: inline;
    }
    
    #content .module_contact span.chunk {
        display: inline-block;
    }
    
    /*#content .module_contact span.chunk.area-code {
        display: inline;
        padding-bottom: 0;
    }*/
    /* /_alt */
}

#content .location {
    /*padding: 0 1em;
    max-width: 85%;
    margin: 0 auto;*/
    font-size: 1.25em;
    text-align: center;
}

#content .location .location-info {
    line-height: 1.2;
}

#content .location .location-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

#content .location .location-info ul li {
    display: inline-block;
    margin: 0.5em 0.75em;
}

#content .location .location-info ul li ul {
    display: inline-block;
}

#content .location .location-info ul li ul li {
    margin: 0;
}

#content .location .location-info ul li ul li.location-social-info {
    margin: 0 0.25em;
}

.location .location-info ul li ul li.location-social-info .custom-icon {
    font-size: 1.25em;
    color: #007481;
}

#content .location .location-info ul li ul li.location-social-info a {
    color: #07383D;
}

#content .location .location-info ul li ul li.location-social-info a:hover {
    color: #07383D;
    text-decoration: none;
}

#content .location .location-info ul li ul li.location-social-info a span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
}

.location .location-info ul li ul li.location-social-info a span:hover {
    text-decoration: underline;
}

.location .location-info ul li ul li.location-social-info span.location-social-icon {
    vertical-align: middle;
}

.location .location-info ul li ul li.location-social-info span.location-social-icon:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1280px) {
    #content .module_banner .header,
    #content .module_banner .topMenuHR {
        max-width: 100%;
    }
    
    #content .module_banner img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #content .location .location-info ul li {
        display: block;
        margin: 0 0 1em 0;
    }
    
    #content .location .location-info ul li span.location-label {
        display: block;
        margin-bottom: 0.25em;
    }
    
    #content .location .location-info ul li ul li.location-social-info {
        margin: 0 0 0.25em 0;
    }
    
    #content .location .location-info ul li ul li.location-social-info.last {
        margin: 0;
    }
}