main {
    padding: 0;
    background: #F6F7FB;
}
header {
    height: auto;
    position: inherit;
    width: 100%;
    text-align: center;
    background: transparent;
    border-bottom: none;
    position: relative;
    z-index: 10;
}
header a {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
}
header a .logo {
    border-bottom: 0;
}
.content-banner {
    background-size: cover;
    background-position: center;
    height: 90vh;
    max-height: 1200px;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: -150px;
}
.content-banner h3 {
    color: #fff;
    font-weight: 600;
}
.content-banner .button {
    background: #231F20;
    box-shadow: none;
    margin-top: 15px;
}
.content-banner-bg {
    background: rgb(242,122,33);
    background: linear-gradient(45deg, rgba(242,122,33,1) 0%, rgba(242,122,33,1) 50%, rgba(224,145,68,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 1;
}
.content-banner-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(2px);
}
.content-banner .row {
    position: relative;
    max-width: 400px;
    padding-top: 60px;
    z-index: 2;
}
.content-banner .row {
    font-weight: 500;
}
.hero-banner {
    height: 80vh;
    max-height: 1200px;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    margin-top: -110px;
    margin-bottom: -90px;
    position: relative;
}
.content-builder {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    background: #fff;
    padding: 90px 90px 0 90px;
    position: relative;
    z-index: 10;
}
.content-builder h2:before {
    display: none;
}
h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 20px;
}
h2 {
    font-weight: 500;
    color: #555555;
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
}
h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
section.columns .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.columns .column .inner-column {
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    section.columns .column .inner-column p {
        text-align: left !important;
    }
}

.content-item p.large {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .content-item p.large {
        font-size: 30px;
    }
}

.align-desktop-right {
    text-align: right;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    .align-desktop-right {
        text-align: left;
        width: 100%;
    }
}
a.button.black {
    background: #231F20;
    box-shadow: none;
}
hr.divider {
    width: 80px;
    border: 2px solid #E09144;
}
.column-background {
    padding: 40px 0;
    margin-left: -105px;
    margin-right: -105px;
    margin-bottom: 40px;
    background: rgb(242,122,33);
    background: linear-gradient(45deg, rgba(242,122,33,1) 0%, rgba(224,145,68,1) 100%);
    color: #fff;
    padding-left:  90px;
    padding-right:  90px;
}
.column-background h1, .column-background h2, .column-background h3 { 
    color: #fff;
}
/* Content Boxes */
.content-item {
    border: 1px solid #ECEDF1;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 30px 20px;
    width: 100%;
}

.content-boxes {
    padding-bottom: 45px;
}
.content-boxes .row .medium-6 {
    display: flex;
}
/* Image content block */
.image-content-blocks {
    margin: 45px -90px;
}
.image-content-block-introduction {
    margin-bottom: 50px;
}
.image-content-block-content {
    padding: 110px 90px;
}


.image-content-blocks .row:not(:last-of-type) {
    margin-bottom: 30px;
}
.image-content-block-image {
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width: 600px) {
    .image-content-blocks .row:nth-child(even) .image-content-block-image {
        order: 1;
    }
    .image-content-blocks .row:nth-child(even) .image-content-block-content {
        order: 2;
    }
}
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 640px) {
    .content-builder {
        padding: 50px 50px 0 50px;
    }
    .column-background { 
        margin-left: -65px;
        margin-right: -65px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .image-content-blocks {
        margin: 45px -50px;
    }
    .image-content-block-content {
        padding: 55px 45px;
    }
}
@media only screen and (max-width: 639px) {
    .image-content-blocks .image-content-block-content {
        order: 2;
    }
    .image-content-blocks .row:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .image-content-block-image {
        height: 0;
        padding-top: 60%;
    }
    .content-builder {
        padding: 25px 25px 0 25px;
    }
    .content-builder {
        width: calc(100% - 30px);
    }
    .image-content-block-content {
        padding: 30px 25px;
    }
    .column-background { 
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .image-content-blocks {
        margin: 15px -25px 45px -25px;
    }
    .content-boxes {
        padding-bottom: 15px;
    }
    .content-item {
        padding: 20px 10px;
    }
    .content-boxes .row .medium-6:last-of-type .content-item {
        margin-bottom: 0;
    }
}