.ppr-header, .ppr-content-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    color: inherit;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.ppr-content-header {
    top: 73px;    
}
.ppr-hero-section {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),url('/images/homeBanner.png');
    background-position: top center;
    background-size: cover;
    position: relative;
    margin-top:143px;
}

.ppr-content-header {
    height: 70px;
    border-bottom: #ddd 1px solid;
}
.ppr-content-header nav {
    width: 100%;
    overflow-x: hidden;
}

    .ppr-content-header nav ul {
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
        list-style-type: none;
    }
.ppr-content-header nav a.selected {
       font-weight: 700;
}
    .ppr-content-header nav ul::-webkit-scrollbar {
        display: none;
    }
.ppr-content-title {
    font-size:22px;
}
.ppr-form-section {
    padding-top: 50px;
    max-width: 854px;
    margin: 0 auto;
}


.recaptcha {
    margin: 15px 0 30px 0;
}

@media (min-width: 1200px) {
    #contact .recaptcha {
        margin-bottom: 0;
    }
}

.recaptcha-errors {
    color: #B70F0F;
    font: 500 12px/16px pelago, sans-serif;
}
