header {
    padding-top: 40px;
}

main {
    overflow: hidden;
    padding-top: 50px;
    margin-top: -50px;
}

body {
    overflow: hidden;
    overflow-y: scroll;
}

h1 {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h2 {
    color: #232323;
    font-size: 39px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h2.wp-block-heading {
    margin-top: 50px;
}

h2.wp-block-heading:first-of-type {
    margin-top: 0;
}

h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.subhead {
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    color: #80c242;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

p, li {
    color: #232323;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

::marker {
    color: #80c242;
}

a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #232323;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
}

a:hover {
    color: #646464;
}

a.logo-link {
    width: auto;
}

a span {
    padding-top: 10px;
    display: block;
}

label, legend {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
}

input {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

section {
    padding: 50px 0;
}

.content-section {
    padding: 50px 15px;
}

.page-list .col-6 {
    align-self: start;
    margin-bottom: 24px;
}

.row > nav {
    max-width: 100%;
    margin-bottom: -7px;
    margin-top: 20px;
    text-align: right;
    display: none;
}

.row > nav.active {
    display: block;
}

.row > nav a {
    padding: 0px 10px;
    font-size: 18.5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
}

.row > nav a:hover {
    color: #80c242;
    text-decoration: underline;
}

.mobile-menu-button {
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
}

.mobile-menu-button.active path {
    fill: #80c242;
}

.btn {    
    font-size: 20px;
    font-weight: 500;
    border-radius: 25px !important;
    padding: 5px 30px;
    min-width: 250px;
    width: auto;
    margin-top: 15px;
    transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
    font-family: "Barlow Condensed", sans-serif;
}

.btn.btn-default, .btn.btn-cta, div.wpforms-container-full button[type=submit] {
    background-color: #80c242 !important;
    color: #000 !important;
    border: 4px solid #80c242 !important;
}
                        
.btn.btn-default:hover, .btn.btn-cta:hover, div.wpforms-container-full button[type=submit]:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 4px solid #80c242 !important;
}

.btn.btn-secondary {
    background-color: #fff;
    color: #000;
    border: 4px solid #fff;
}

.btn.btn-secondary:hover {
    background-color: #80c242;
    color: #000;
    border: 4px solid #000;
}

.quote-block {
    position: relative;
    padding-left: 60px;
    margin-bottom: 16px;
    left: 15px;
    padding-right: 45px;
} 

.quote-block .quote {
    width: 50px;
    position: absolute;
    left: 0;
    padding-left: 8px;
}

.quote-block p {
    margin-bottom: 0;
}

.footer div.links {
    width: auto;
    margin-left: 50px;
}

.footer span, .footer a{
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: inline;
    width: auto;
    margin: 0;
    padding: 0px 3px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}

.footer a  {
    margin-top: 5px;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 28px;
}

.footer span {
    display: block;
}

.footer a{ 
    margin-top: 5px;
}

.footer p {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    top: 60px;
    left: 15px;
}

.footer img {
    width: 24px;
}
.footer img.logo {
    width: 140px;
    height: 39px;
}

img {
    max-width: 100%;
    height: auto;
}

img.logo {
    max-width: 200px;
}

.homepage-hero {
    margin-top: 20px;
}

.circle-container {
    position: relative;
    height: 500px;
}

.circle {
    z-index: 10;
    position: absolute;
    border-radius: 100%;
    border: 4px solid #fff;
}

.circle-1 {
    z-index: 10;
    max-width: 530px;
    height: 310px;
    top: -20px;
    left: 120px;
    position: relative;
}
.circle-2 {
    z-index: 50;
    max-width: 220px;
    top: 90px;
    left: 20px;
}
.circle-3 {
    z-index: 100;
    max-width: 260px;
    top: 218px;
    left: 90px;
}
.inline-circle {
    max-width: 260px;
    margin: 0 auto 30px;
}
.inline-circle img {
    border: 4px solid #80c242;
}

.page-list a > div {
    border: 4px solid #fff;
    border-radius: 14px;
    overflow: hidden;
    max-height: 115px;
}

.page-list img {
    max-width: 100%;
    transition: max-width 0.4s ease, margin-left 0.4s ease, margin-top 0.4s ease;
    margin-left: 0;
    margin-top: 0;
}

.page-list a:hover img {
    max-width: 120%;
    margin-left: -10%;
    margin-top: -5%;
}

.page-list a {
    padding: 0 10px;
    display: block;
    font-family: "Barlow Condensed", sans-serif;
}

.bg-green {
    background-color: #80c242;
}

.bg-gray {
    background-color: #646464;
}

.bg-green h2, .bg-green p, .bg-green a, .bg-green li,
.bg-gray h2, .bg-gray p, .bg-gray a, .bg-gray li {
    color: #fff;
}

.hero {
    position: relative;
    background-color: #80c242;
    margin-top: 20px;
}

.hero h1 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    margin-top: 60px;
}

.hero .subhead {
    color: #232323;
    font-size: 45px;
    line-height: 45px;
}

.hero .right-col {
    height: 200px;
}

.hero .bg-image {
    height: 100%;
    width: 100%;
    max-width: none;
    border-radius: 350px 0 0 350px;
    border: 4px solid #fff;
    margin-left: 20px;
    margin-top: 0;
    background-size: cover;
    background-position: bottom;
}

section.homepage-mixedcontent .container {
    position: relative;
}

.homepage-mixedcontent img {
    margin-bottom: -158px;
    margin-top: 40px;
}

section.homepage-mixedcontent + section {
    padding-top: 130px;
}

.left-column {
    padding-right: 0;
}

.service {
    position: relative;
}


.service img {
    border-radius: 100%;
    border: 4px solid #80c242;
    max-width: 320px;
    display: block;
    margin: 0 auto 30px;
}

.service h2 {
    display: block;
    float: left;
    margin-bottom: 10px;
    text-transform: none;
}

.bg-gray .service h2 {
    color: #80c242;
}


.service h3 {
    display: block;
    float: left;
    color: #80c242;
    font-weight: 500;
}

.service ul {
    display: block;
    float: left;
}

.service li {
    
}

.service p {
    display: block;
    float: left;
}

.page-id-61 .cta {
    width: 100%;
    top:0;
}

/* .page-id-61 .cta * {
    color: #000;
} */

.cta h2 {
    margin-bottom: 10px;
    text-transform: none;
    color: #80c242;
}

.cta .container {
    padding: 0;
}

.bg-gray .cta h2 {
    color: #fff;
}

.wpforms-container .wpforms-field {
    clear: unset;
    float: left;
    width: 50%;
    padding: 0 20px 20px 0;
}

.wpforms-container .wpforms-field.wpforms-field-name {
    width: 100%;
}

.wpforms-container .wpforms-field.wpforms-field-text.wp-address-2 {
    padding: 30px 20px 21px 0;
}
.wpforms-container .wpforms-field.wpforms-field-select-style-classic {
    width: 50%;
}
.wpforms-container .wpforms-field.wpforms-field-textarea {
    clear: left;
}

.wpforms-container .wpforms-field input, .wpforms-container .wpforms-field textarea, .wpforms-container .wpforms-field select {
    background: #fcfcfc;
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 5px 10px;
}

.wpforms-container .wpforms-field textarea {
    padding: 10px;
}

::placeholder{
    color: #121212!important;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}

::-ms-input-placeholder {
    color: #121212!important;
    font-weight: 500;
    text-transform: capitalize;  
    font-family: "Roboto", sans-serif;
}

.show-desktop {
    display: none;
}

.show-mobile {
    display: block;
}

@media (min-width: 576px) {

    .hero .bg-image {
        margin-left: 120px;
    }

    h1 {
        font-size: 48px;
        line-height: 48px;
    }

    h2 {
        font-size: 39px;
    }

    h3 {
    }
    
    .subhead {
        font-size: 34px;
        line-height: 34px;
    }

    .row > nav {
        max-width: 62%;
        margin-top: 0;
        text-align: right;
        padding-right: 0;
        display: block;
    }

    a.logo-link {
        max-width: 38%;
    }

    p, li {
        font-size: 18px;
    }

    a {
        font-size: 20px;
        line-height: 24px;
    }

    section.homepage-mixedcontent + section {
        padding-top: 50px;
    }

    .quote-block {
        padding-left: 60px;
    }

    .quote-block .quote {
        width: 50px;
        left: 0;
    }
    
    .btn {    
        font-size: 20px;
    }

    .page-list a > div {
        max-height: 115px;
    }
    
    .mobile-menu-button {
        display: none;
    }
}

@media (min-width: 768px) {
    .hero .right-col {
        height: 200px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
    }

    .hero .bg-image {
        margin-left: 20px;
        margin-top: 0;
    }

    .hero h1 {
        margin-top: 0;
    }

    h1 {
        font-size: 48px;
        line-height: 48px;
    }

    h2 {
        font-size: 39px;
    }

    h3 {
    }
    
    .left-column {
        padding-right: 60px;
    }

    .inline-circle {
        float: right;
        margin: 0 50px 30px 0;
    }

    .subhead {
        font-size: 34px;
        line-height: 34px;
    }

    .page-id-61 .cta.fixed-position {
        position: fixed;
    }
    
    .page-id-61 .cta {
        width: 166px;
    }

    .row > nav {
        max-width: 50%;
        text-align: left;
        margin-left: 60px;
    }

    a.logo-link {
        max-width: 50%
    }


    p, li {
        font-size: 18px;
    }

    a {
        font-size: 20px;
        line-height: 24px;
    }

    .homepage-mixedcontent img {
        position: absolute;
        right: -147px;
        bottom: -151px;
        width: auto;
        height: 110%;
        margin: unset;
    }

    .quote-block {
        padding-left: 60px;
        margin-bottom: 0;
        left: 0;
    }

    .quote-block .quote {
        width: 50px;
        left: 0;
        padding-right: 15px;
    }
    
    .btn {    
        font-size: 20px;
    }

    .circle-1 {
        max-width: 530px;
        height: 430px;
        top: -80px;
        left: 120px;
    }
    .circle-2 {
        max-width: 220px;
        top: 90px;
        left: 20px;
    }
    .circle-3 {
        max-width: 260px;
        top: 220px;
        left: 120px;
    }

    .page-list a > div {
        max-height: 165px;
    }

    .footer p {
        right: 0;
        bottom: 0;
        top: unset;
        left: unset;
    }

    .service img {
        margin: 0 0 30px 0;
    }

    .show-desktop {
        display: block;
    }
    
    .show-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .hero .bg-image {
        margin-left: 90px;
    }
    h1 {
        font-size: 52px;
        line-height: 52px;
    }

    h2 {
        font-size: 39px;
    }

    h3 {
    }

    .subhead {
        font-size: 38px;
        line-height: 38px;
    }
    
    .page-id-61 .cta {
        width: 226px;
    }

    p, li {
        font-size: 18px;
    }

    a {
        font-size: 20px;
        line-height: 24px;
    }

    .homepage-mixedcontent img {
        position: absolute;
        right: -60px;
        bottom: -160px;
        width: auto;
        height: 140%;
    }

    .quote-block {
        padding-left: 60px;
    }

    .quote-block .quote {
        width: 50px;
        left: 0;
    }
    
    .btn {    
        font-size: 20px;
    }

    .page-list .col-6 {
        margin-bottom: 0;
    }

    .circle-1 {
        max-width: 530px;
        height: 530px;
        top: -120px;
        left: 220px;
    }
    .circle-2 {
        max-width: 320px;
        top: 0px;
        left: 40px;
    }
    .circle-3 {
        max-width: 260px;
        top: 210px;
        left: 230px;
    }

    .page-list a > div {
        max-height: 100px;
    }
    
    .service {
        padding-left: 350px;
        padding-right: 30px;
    }

    .service img {
        margin-bottom: 0;
        float: left;
        position: absolute;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .hero .bg-image {
        margin-left: 120px;
    }
    
    h1 {
        font-size: 64px;
        line-height: 70px;
    }

    h2 {
        font-size: 39px;
    }

    h3 {
    }

    .subhead {
        font-size: 47px;
        line-height: 50px;
    }

    a {
        font-size: 24px;
        line-height: 28px;
    }

    .homepage-mixedcontent img {
        position: absolute;
        right: 0;
        bottom: -160px;
        width: auto;
        height: 152%;
    }

    .quote-block {
        padding-left: 80px;
    }

    .quote-block .quote {
        width: 70px;
        left: 0;
    }
    
    .page-id-61 .cta {
        width: 271px;
    }

    .btn {    
        font-size: 24px;
    }

    .circle-1 {
        max-width: 530px;
        height: 530px;
        top: -120px;
        left: 290px;
    }
    .circle-2 {
        max-width: 320px;
        top: 0px;
        left: 40px;
    }
    .circle-3 {
        max-width: 260px;
        top: 210px;
        left: 230px;
    }

    .page-list a > div {
        max-height: 125px;
    }
}

@media (min-width: 1400px) {
    .homepage-mixedcontent img {
        position: absolute;
        right: 40px;
        bottom: -160px;
        width: auto;
        height: 167%;
    }

    .page-list a > div {
        max-height: 160px;
    }
}

@media (min-width: 1500px) {
    .hero .bg-image {
        margin-left: 120px;
    }
    
    .page-id-61 .cta {
        width: 316px;
    }

    .homepage-mixedcontent img {
        position: absolute;
        right: 0;
        bottom: -160px;
        width: auto;
        height: 167%;
    }
}

@media (min-width: 2000px) {
    .hero .bg-image {
        margin-left: 150px;
    }
}


/* cleanup from WP injected classes */
.wp-block-columns {
    margin-bottom: 0;
}