* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.pace {
    display: none !important;
}

.acc_title {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: 100;
    font-family: "Playfair Display";
    letter-spacing: 10px;
    word-break: break-word;
}

a, button, input[type=button], input[type=submit], input[type=reset] {
    margin-bottom: 20px;
    margin-right: 10px;
}

body {
    position: absolute;
    width: 100%;
}

body, p {
    font-family: "Source Sans Pro";
    letter-spacing: 2px;
    font-weight: 300;
}

.help-block {
    background: #f6f9dd;
    margin-bottom: 20px !important;
}

label {
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-family: "Playfair Display";
}

label[for="newsletter"] {
    font-family: "Source Sans Pro" !important;
}