/*default*/
.default-content {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: 'Gotham', sans-serif;
}

@media (min-width: 1024px) {
    .default-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.default-content h1 {
    font-weight: 800;
    color: #00217F;
    font-size: 24px;
    line-height: 32px;
}

.default-content.dark h1 {
    color: white;
}

.default-content h2 {
    font-weight: 800;
    color: #00217F;
    font-size: 24px;
    line-height: 32px;
}

.default-content.dark h2 {
    color: white;
}

@media (min-width: 640px) {
    .default-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.default-content p {
    color: #01113A;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
}

.default-content.dark p {
    color: white;
}

@media (min-width: 1024px) {
    margin-top: 40px;
}

.default-content ul {
    list-style-type: disc;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    color: #01113A;
}

.default-content.dark ul {
    color: white;
}

.default-content ol {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    color: #01113A;
}


.default-content.dark ol {
    color: white;
}

.default-content a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/*contact*/
.page-template-page-contact main h1, .page-template-page-contact main h2 {
    font-family: 'Gotham', sans-serif;
    color: white;
    font-size: 32px;
    line-height: 120%;
    font-weight: 800;
}

.page-template-page-contact main h1 strong, .page-template-page-contact main h2 strong {
    font-weight: 500;
    color: rgb(255 159 0 / 1);
}

@media (min-width: 1024px) {
    .page-template-page-contact main h1 {
        font-size: 42px;
    }
}

.page-template-page-contact main p {
    font-family: 'Gotham', sans-serif;
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin-top: 1.25rem;
}

/*.page-template-page-contact main p br {
    display: none;
}*/

@media (min-width: 1024px) {
    .page-template-page-contact main p {
        font-size: 16px;
        line-height: 180%;
        font-weight: 400;
    }
}

/*@media (min-width: 1280px) {
    .page-template-page-contact main p br {
        display: block;
    }
}*/

/*Residential*/

.page-template-page-residential .default-content {
    padding-top:125px;
    padding-bottom: inherit;
    margin-bottom: 0;
}
.page-template-page-residential h1 strong {
    color: rgb(255 159 0 / 1);
}

.page-template-page-residential #heroSection h2 {
    line-height: 40px;
    font-size: 32px;
    font-weight: 500;
    margin-top: 1.25rem;
}

/*Home*/

.page-template-page-home .background-cover {
    z-index: 0;
}
@media (min-width: 1024px) {
    section#heroSection {
        height: calc(100vh - 135px);
        min-height: 810px;
    }
}

/*Blog*/
body.blog {
    background-color: rgb(247 247 247 / 1);
}

body.single p{
    margin-bottom: 1rem;
}

body.single ul, body.blog ol{
    margin-bottom: 1rem;
}

select#selectID:focus, select#selectID2:focus {
    background-color: white;
    color: #00217F;
}