.atlas-breadcrumbs {
    padding-left: 1rem;
}
/**Button Styles**/
.atlas_button {
    background-color: #0a6bff;
    border-radius: 4px;
    border: 0;
    box-shadow: rgba(1,60,136,.5) 0 -1px 3px 0 inset,rgba(0,44,97,.1) 0 3px 6px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inherit;
    font-family: "Space Grotesk",-apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    min-height: 56px;
    min-width: 120px;
    padding: 16px 20px;
    position: relative;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}
.atlas_button:hover {
    background-color: #065dd8;
    transform: translateY(-2px);
}
/*Atlas Geo Pages General Style*/
h1 {
    padding-left: 1rem;
}
.override-contain {
    padding: 1rem;
}

/*Atlas Geo Pages Hero*/

.geo-hero__cta p {
    margin-bottom: 0
}

.geo-hero {
    max-width: 960px;
    margin: 0 auto;
    padding: 1.25rem 1rem;
}
.geo-hero__cta {
    border:1px solid rgba(0,0,0,.12);
    border-radius:12px;
    padding:1rem;
    background:rgba(0,0,0,.02);
    margin-bottom:1rem
}
.geo-hero__cta p.geo-hero__kicker {
    margin:0 0 .25rem;
    font-size:1rem;
    line-height:1.4;
}
.geo-hero__cta p.geo-hero__subcopy {
    margin:0 0 .75rem;
    font-size:.98rem;
    line-height:1.55;
}
.geo-hero__button {
    display:inline-block;
    border:1px solid rgba(0,0,0,.18);
    border-radius:10px;padding:.65rem .9rem;
    font-size:.98rem;
    font-weight:600;
    cursor:pointer;
    background: rgba(31, 111, 235, 0.9);
}
.geo-hero__button:hover,.geo-hero__button:focus {
    background:rgba(31, 111, 235, 1);
}
.geo-hero__headline {
    margin:.75rem 0 .5rem;
    font-size:1.4rem;
    line-height:1.25;
}
.geo-hero__intro {
    margin:0 0 .75rem;
    font-size:1rem;
    line-height:1.65;
}
.geo-hero__bullets {
    margin:0 0 0 1rem;
    padding-left:1.15rem
}
.geo-hero__bullets li {
    margin:.35rem 0;
    line-height:1.5;
}

.entry-content {
    padding-bottom: 2rem;
}

.wp-block-group {
    padding-left: 1rem;
    padding-right: 1rem;
}

.entry-content > p {
    padding-left: 1rem;
    padding-right: 1rem;
}

.geo-section {
    margin: 0 auto;
    padding: 1.25rem 1rem;
}

.top-bar {
    display: none;
}

/***
 * GREEN FORM UPDATES
 ***/
a.leform-button.leform-button-zoom-out.leform-button-full.leform-button-medium {
    background: rgba(0, 172, 91, 0.85);
    border-color: rgba(0, 172, 91, 1);
    border-radius: 8px;
}
a.leform-button.leform-button-zoom-out.leform-button-full.leform-button-medium:hover {
    background: rgba(0, 172, 91, 1);
}
@media (min-width: 768px) {
    .atlas_button {
        padding: 16px 44px;
        min-width: 150px;
    }
}

@media (max-width:480px){
    .geo-hero__headline {
        font-size:1.25rem;
    }
    .geo-hero__button {
        width:100%;
        text-align:center;
    }
}
