.has-cover .site-header-content {
    min-height: 360px;
}

.tre-caps, .post-card-primary-tag {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
}

.post-card-primary-tag {
    font-size: 1.4em;
    letter-spacing: 0.5px;
}

.tre-app-promo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-bottom: 24px;
    padding: 12px;
    font-size: 12pt;
    font-weight: 400;
    border-radius: 12px;
    background-color: #eee;
    color: #444;
    text-decoration: none;
    max-width: 720px;
}

.tre-app-promo .app-icon {
    border-radius: 12px;
}

.hs-main-font-element {
    text-align: center;
}

.hs-main-font-element h3 {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 12px;
}

.hbspt-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 24px;
    font-size: 12pt;
    line-height: 1.1em;
    background-color: #eee;
    border-radius: 0px;
    color: #444;
    max-width: 720px;
}

.hs-form-field, .hs-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 12px;
}

.hs-form-field label {
    font-size: 12pt;
    padding: 4px;
}

.hs-form-field .input input {
    font-size: 12pt;
    min-width: 280px;
    padding: 12px;
    border-width: 0px;
}

.hs-button {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
    background-color: #f34931;
    color: #fff;
    border-radius: 0px;
    border-width: 0px;
}

.footer-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
