.static-pages h1 {
    font-size: 23px;
    line-height: 35px;
    font-family: Edmondsans-Bold;
    letter-spacing: 2px;
    padding-bottom: 25px;
}

.static-pages h2 {
    font-size: 13px;
    font-family: Avenir-Heavy;
    line-height: 33px;
    margin: 0;
    margin-top: 30px;
}

.static-pages p {
    font-size: 14px;
    font-family: Avenir-Medium;
    line-height: 22px;
    margin: 0;
}

.affiliates-title {
    margin-bottom: 0;
}

.press-table {
    width: 100%;
}

.press-table tr + tr td {
    padding-top: 60px;
}

.press-table td {
    width: 33.33333%;
    text-align: left;
    vertical-align: bottom;
}

.static-pages textarea {
    height: 170px;
    resize: none;
    padding: 11px 10px;
    display: block;
}

.faq-list .faq-info {
    display: none;
}

.faq-list h3, .faq-list h3 a {
    margin: 0;
    display: block;
    font-size: 15px;
    font-family: Avenir-Heavy;
    line-height: 39px;
    color: #000;
}

.static-table {
    padding-top: 90px;
    padding-bottom: 70px;
}

.faq-list h3 a {
    background: url("../dist/icons/plus-icon.png") right center no-repeat;
    background-size: 24px;
}

.faq-list h3 a.opened {
    background: url("../dist/icons/minus-icon.png") right center no-repeat;
    background-size: 24px;
}

.faq-list > li {
    border: 2px solid #000;
    border-width: 2px 0;
}

.faq-list > li + li {
    border-top: none;
}

.faq-info p strong {
    font-size: 13px;
    font-family: Avenir-Heavy;
    display: block;
    line-height: 19px;
    text-transform: uppercase;
}

.faq-info p {
    padding-bottom: 40px;
}

.faq-info p,
.faq-info ol li {
    font-size: 14px;
    line-height: 22px;
}

.faq-info p a {
    color: #000;
    text-decoration: underline;
    font-family: Avenir-Medium;
}

.privacy-container {
    padding-top: 40px;
}

.static-pages .contact-page .submit-button {
    margin-top: 45px;
}
