h1, h2, h3, h4 {
    text-transform: uppercase;
}

h1.page-title {
    text-align: center;
}

.site-header {
    background-color: var(--primary);
}

.genesis-nav-menu>li>a {
    color: #fff;
}

nav#genesis-nav-primary ul.menu li.menu-item-has-children>a:after {
    border-color: #ffffffbd;
}

.wp-custom-logo .title-area img {
    max-height: 100px;
}

.button {
    background-color: var(--primaryalt);
}

div#cta {
    background-position: center!important;
}

#cta .row-inner {
    z-index: 10;
    position: relative;
    background-color: #efefefc2;
    padding: 10px 80px;
}

.cta-content .button {
    margin: 0 15px;
}

.nav-transparent div#top-bar {
    background: var(--primary);
}

/* content */
body .row.main-content {
    text-align: justify;
}

.row.main-content .f-text {
    max-width: 100%;
}

a.application-link {
    font-size: 22px;
    width: 300px;
    background-color: var(--cta);
    display: block;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.form-content .f-text {
    text-align: center;
}

/* search results */
.fwpl-row.search-result-container {
    border: 1px solid var(--primary);
    padding: 15px 10px;
    background-color: var(--primaryalt-l-4);
}

.fwpl-item.name {
    font-size: 22px;
    font-weight: 700;
}

.fwpl-item.more-button a {
    color: #fff;
    padding: 15px 20px;
}

.fwpl-item.more-button {
    width: fit-content;
    border-radius: 5px;
}