.homepage .header .container {
    width: 100%;
    max-width: 1200px;
}
.content>.container {
    min-height: auto;
    background-color: #fff;
    width: 100%
}
#hp-banner {
    width: 100%;
    max-height: 550px;
    overflow: hidden;
    position: relative;
}
#hp-banner h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 240px;
    color: #fff;
    font-size: 70px;
    line-height: 1;
}
#hp-banner img {
    width: 100%;
    display: block;
    margin-top: -100px;
}
#title-bar {
    background: #e07c02;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#title-bar .title-content {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    text-align: center;
    flex-direction: column;
}
#title-bar h2 {
    font-size: 45px;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: center;
}
#title-bar p {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    margin: 0;
    font-family: adelle, serif;
}
#title-bar .title-btn {
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#title-bar .btn-yellow {
    background: #f4b136;
    color: #fff;
    line-height: 1;
    padding: 13px 25px 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: none;
    font-size: 15px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 25px;
    font-family: "azo-sans-web", sans-serif;
    cursor: pointer;
    margin: 0 20px;
}
#title-bar .btn-yellow:hover {
    background: #f7c466;
}
.section-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-row .steps-row {
    width: 100%;
    max-width: 1125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-row .step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.section-row .step-item img {
    margin: 15px 0;
    max-width: 40px;
}
.section-row .steps-row .step-title {
    margin: 14px 0;
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
    color: #827e7e;
    font-family: "adelle", Georgia, serif;
}
.section-row .steps-row .step-text {
    color: #827e7e;
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 0 15px;
    font-family: "adelle", Georgia, serif;
}
.section-row .section-hold {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: border-box;
}
.section-hold.landing {
    font-size: 18px;
    line-height: 1.5;
}
.text-section-row {
    width: 100%;
    padding: 30px 15px;
    background: #f9f9f9;
    box-sizing: border-box;
}
.text-section-row .text-section-block {
    width: 100%;
    max-width: 1200px;
    padding: 20px 0;
    margin: auto;
    text-align: center;
}
.text-section-row .text-section-block h3 {
    color: #68ab4d;
    font-size: 40px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
.text-section-row .btn-green,
.reg-block .btn-green {
    background: #68ab4d;
    color: #fff;
    line-height: 1;
    padding: 13px 25px 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: none;
    font-size: 15px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 25px;
    font-family: "azo-sans-web", sans-serif;
    cursor: pointer;
    margin: 0 20px;
}
.text-section-row .btn-green:hover,
.reg-block .btn-green:hover {
    background: #84bd6e;
}
.text-section-hold .title-btn {
    margin-top: 60px;
}
.text-section-row .text-section-hold {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: border-box;
}
.text-section-hold.landing {
    font-size: 18px;
    line-height: 1.5;
}
.text-section-hold.landing p {
    font-family: "adelle", Georgia, serif;
    font-size: 16px;
    line-height: 28px;
}
.contact-row {
    width: 100%;
    padding: 30px 15px;
    background: #f9f9f9;
    box-sizing: border-box;
}
.contact-row .contact-block {
    width: 100%;
    max-width: 1200px;
    padding: 40px 0 40px;
    margin: auto;
    text-align: center;
}
.contact-row .contact-block h3 {
    color: #68ab4d;
    font-size: 40px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
.search-row {
    width: 100%;
    padding: 30px 15px;
    background: #f4b136;
    box-sizing: border-box;
}
.search-row .search-block {
    width: 100%;
    max-width: 530px;
    padding: 60px 0 40px;
    margin: auto;
}
.search-row .search-block h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
}
#reg-options {
    padding: 0 15px;
    width: 100%;
    max-width: 1125px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#reg-options .reg-block {
    width: 33.333%;
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.text-section-row #reg-intro {
    width: 100%;
    margin: 20px auto 0;
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: border-box;
}
.text-section-row #reg-intro p {
    font-size: 20px;
    font-family: adelle, serif;
}
.reg-block img {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
    z-index: 10;
}
#reg-options .reg-block h2 {
    margin: 14px 0;
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
    color: #827e7e;
    font-family: "adelle", Georgia, serif;
}
#reg-options .reg-block span {
    color: #827e7e;
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 0 15px;
    font-family: "adelle", Georgia, serif;
    display: block;
}
.reg-block .reg-types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}
.reg-block .reg-cta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
}
.reg-block .btn-green {
    margin: 10px 0 15px;
}
.widget-search-landing {
    width: 100%;
    position: relative;
}
#searchButtonMain {
    width: 100%;
    border: 0;
    height: 42px;
    padding: 0 49px 0 20px;
    box-sizing: border-box;
    border-radius: 120px;
}
.search-row .search-block {
    width: 100%;
    max-width: 530px;
    padding: 20px 0 40px;
    margin: auto;
}
.search-row .img-seach {
    width: 38px;
    right: 14px;
}
#top-lists {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 100px;
    padding: 0 15px;
    box-sizing: border-box;
}
.individual.lists {
    width: 100%;
    max-width: 550px;
    padding-bottom: 25px;
}
#top-lists .lbd-header {
    font-size: 36px!important;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
    font-family: "adelle", Georgia, serif;
    font-weight: 400;
}
.lbd-type6 .lbd-text {
    margin-left: 0;
}
.lbd-type6 .lbd-index {
    display: none;
}
.lbd-type6 .lbd-raised {
    font-size: 100%;
}
@media only screen and (max-width: 1660px) {
    #hp-banner h1 {
        top: 50%;
        margin-top: -35px;
    }
}
@media only screen and (max-width: 1230px) {
    #title-bar .title-content {
        padding: 40px 20px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1151px) {
    #title-bar .btn-yellow,
    .text-section-row .btn-green,
    .reg-block .btn-green {
        padding: 13px 25px;
        font-size: 14px;
    }
    #title-bar h2 {
        font-size: 36px;
    }
    #title-bar p {
        font-size: 22px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 1130px) {
    #hp-banner img {
        margin-top: 0;
    }
}
@media only screen and (max-width: 800px) {
    #hp-banner h1 {
        font-size: 47px;
        top: 50%;
        margin-top: -22.5px;
    }
    #title-bar h2 {
        font-size: 30px;
    }
    #title-bar p {
        font-size: 20px;
        line-height: 28px;
    }
    .section-row .step-item img {
        margin: 10px 0;
    }
    .step-text {
        font-size: 18px;
    }
    #reg-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }
    #reg-options .reg-block {
        width: 100%;
        max-width: 380px;
    }
}
@media only screen and (max-width: 710px) {
    #title-bar p {
        font-size: 22px;
    }
    #title-bar .btn-yellow {
        margin: 0 5px;
    }
    .section-row {
        padding: 30px 0;
    }
    .section-row .steps-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-row .step-item {
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 710px) {
    #title-bar .title-content {
        padding: 20px 20px;
    }
}
@media only screen and (max-width: 610px) {
    #title-bar .title-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #title-bar .title-btn .btn-yellow:first-child {
        margin-bottom: 10px;
    }
}
