html, body {
    overflow-x: hidden;
}

body {
    background: #fff;
    padding: 0;
}

body {
    font-family: 'Raleway', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11pt;
    color: #666666;
    font-weight: 300;
}

a {
    color: #00756d;
    text-decoration: none;
}

a:hover {
    color: #00756d;
    text-decoration: underline;
}

a:active {
    color: #00756d;
    text-decoration: underline;
}

a:visited {
    color: #00756d;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', Arial, Helvetica Neue, Helvetica, sans-serif;
}

h1 {
    font-size: 30px;
    color: #00756d;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
}

h2 {
    font-weight: 600;
    font-size: 22pt;
    color: #00756d;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 {
    margin-top: 0;
    font-size: 24px;
    color: #00756d;
    font-weight: 300;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    margin-top: 26px;
    color: #000;
    font-weight: 500;
    line-height: 1.1;
}

h5 {
    font-size: 18px;
    margin-top: 0;
    color: #000;
}

a, .btn, a *, .btn * {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a {
    outline: 0;
    cursor: pointer;
}

a:active, a:focus {
    outline-style: none;
}

dl {
    width: 100%;
    overflow: hidden;
}

dt {
    float: left;
    width: 30%;
    /* adjust the width; make sure the total of both is 100% */
    padding-bottom: 5px;
}

dd {
    float: left;
    width: 60%;
    /* adjust the width; make sure the total of both is 100% */
    padding-bottom: 5px;
}

h2 {
    margin-top: 20px;
}