h1, h12, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 5px 0;
}
h1 {
    font-size: 39px;
    font-weight: bold;
    margin-top: 3px;
    line-height: 1.2em;
}
h2 {
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 5px;
    line-height: 1.2em;
}
h3 {
    color: #3AB1BE;
    font-size: 15px;
    margin: 15px 0px 5px 0px;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 1px;
}
h4 {
    font-size: 20px;
    border: 0px;
    color: #000;
    margin: 20px 0px 10px 0px;
    letter-spacing: 1px;
    line-height: 140%;
}
h5 {
    color: #333333;
    font-size: 17px;
    line-height: 130%;
    margin-top: 16px;
    margin-bottom: 16px;
}
h6 {
    color: #3AB1BE;
    font-size: 11px;
    margin-top: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
td,
th {
  padding: 8px;
}
.map-box {
    background-color: #FFF;
    border: 1px solid #3AB1BE;
    width: 150px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    padding: 5px;
}
a {
  scroll-margin-top: 250px;
}



