html {
    overflow-x: hidden;
}
* {
-moz-hyphens:none;
-ms-hyphens:none;
-webkit-hyphens: none;
hyphens:none;
}
.topmail {
   margin-right: 16px;
}
.topmail, .topaddress, .topaddress2 {
    display: block;
    float: left;
    color: white;
    font-size: 12px;
}
a.tx-button {
    margin-top: 20px;
    background-color: #80638f;
    color: white !important;
width: 90%;
}
.topphone:before {
    content: '\f437';
    font: normal 16px/1 Genericons;
    top: 4px;
    position: relative;
}
.topmail:before {
    content: '\f410';
    font: normal 16px/1 Genericons;
    top: 4px;
    position: relative;
}
.topaddress:before {
    content: '\f409';
    font: normal 16px/1 Genericons;
    top: 4px;
    position: relative;
}
@media (max-width: 767px) {

.topphone, .topmail  {
    display: block;
    float: none;
    clear: both;
    line-height: 32px;
}
}
@media (max-width: 467px) {
.topaddress, .topaddress2 {
    display: block;
    float: none;
    clear: both;
    line-height: 32px;
}
.topaddress2 {
    margin-left: 15px;
}
}