.contact-us-wrapper{border:1px solid #ddd}
.contact-us-wrapper .contact-row{display:flex;flex-wrap:nowrap;column-gap:1.25rem}
.contact-us-wrapper .contact-row:nth-child(odd){background-color:#fff}
.contact-us-wrapper .contact-row:nth-child(even){background-color:#f9f9f9}
.contact-us-wrapper .contact-row .contact-item{padding:1rem;flex-basis:60%;display:flex;flex-direction:column;justify-content:center}
.contact-us-wrapper .contact-row .contact-item:first-child{flex-basis:40%}
@media screen and (max-width:767px){.contact-us-wrapper .contact-row .contact-item:first-child{padding-bottom:0}
}
.contact-us-wrapper .contact-row .contact-item .site-link{font-size:1.75rem;color:#333}
.contact-us-wrapper .contact-row .contact-item .email-link{font-size:1.25rem;color:#005aa4;line-height:150%;overflow-wrap:anywhere}
.contact-us-wrapper .contact-row .contact-item .site-link,.contact-us-wrapper .contact-row .contact-item .email-link{display:block;font-weight:500}
.contact-us-wrapper .contact-row .contact-item .site-link:hover,.contact-us-wrapper .contact-row .contact-item .email-link:hover{text-decoration:underline}
.contact-us-wrapper .contact-row .contact-item p{margin:0}
@media screen and (max-width:767px){.contact-us-wrapper .contact-row{display:block}
.contact-us-wrapper .contact-row p,.contact-us-wrapper .contact-row a{margin-bottom:0}
}