.coalbrush {
    font-family: 'coalbrush-italic';
    font-weight: 400;
}
.chco-shop-by {
    text-transform: uppercase;
    text-align: center;
    background-color: #f0f0ee;
}
.chco-shop-by h2 {
    margin-top: 0;
    padding-top: 30px;
}
.chco-sec-quicklinks {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.chco-sec-quicklinks li {
    margin: 0 3px;
    vertical-align: top;
}
.chco-sec-quicklinks li a {
   display: inline-block;
   transition: all .3s;
}
.secondary-ql-img {
    width: 100%;
    height: auto;
}
.secondary-ql-img.sandals {
    margin-top: 22px;
}
.secondary-ql-img.flips {
    margin-top: 46px;
}
.secondary-ql-img.shoes-boots {
    margin-top: 17px;
}
.secondary-ql-img.kids {
    margin-top: 27px;
}
.secondary-ql-img.bags {
    margin-top: 0;
}
.secondary-ql-img.acc {
    margin-top: 16px;
}
.ql-name {
    font-weight: bold;
}
.chco-full-width-inner {
    max-width: 2760px;
}
.chco-secondary-cta {
    color: #fff;
    background-color: #004c59;
    padding: 17px 23px;
    text-align: center;
    font-family: 'futura-pt',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 12px;
    font-size: .85vw;
    display: block;
    width: 210px;
    width: 12.5vw;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.chco-secondary-cta:hover {
    background-color: #f65024;
    color: #fff;
}
.secondary-home-heading, .chco-home-tertiary h1, .chco-home-quaternary h1 {
    font-size: 70px;
    font-size: 7.15vw;
    line-height: .8;
    letter-spacing: 0;
    margin: 0;
}
.secondary-home-subheading, .chco-home-tertiary h2, .chco-home-quaternary h2 {
    font-size: 41px;
    font-size: 3vw;
    color: black;
    letter-spacing: .05em;
    line-height: .8;
    margin: 0 0 22px;
    position: relative;
    left: 11%;
}
.secondary-home-subheading {
    left: -7%;
}
.chco-home-secondary p, .chco-home-tertiary p, .chco-home-quaternary p {
    color: #004c59;
    margin: 0 0 22px;
    font-size: 14px;
    font-size: 1vw;
    line-height: 1.7;
    text-align:;
}
.secondary-home-img {
    width: 100%;
}
.chco-home-secondary {
    position: relative;
}
.chco-home-secondary .overlay-content {
    position: absolute;
    top: 35.7%;
    right: 52%;
}
.chco-home-secondary .secondary-home-heading {
    padding-left: 15px;
    color: #ffa024;
}
.chco-home-secondary .secondary-home-p {
    padding-left: 20px;
}
.chco-home-secondary .chco-secondary-cta {
    margin-left: 20px;
}
.chco-home-tertiary .chco-secondary-cta {
    margin-top: 60px;
}
.chco-home-tertiary, .chco-home-quaternary {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 80px;
    display: flex;
}
.chco-home-tertiary {
    position: relative;
}
.tertiary-img {
    width: 66%;
}
.quaternary-img {
    width: 66%;
}
.tertiary-content, .quaternary-content {
    width: 34%;
    position: relative;
}
.tertiary-content-inner {
    position: absolute;
    top: 45px;
    padding-left: 14%;
}
.tertiary-content-inner .ag-cta-button {
    min-width: 7vw;
}
.quaternary-content-inner {
    position: absolute;
    top: 4%;
    left: 0;
}
.chco-home-tertiary h1 {
    color: #fce534;
    position: relative;
    left: -45%;
}
.chco-home-tertiary h2 {
    left: -9%;
}
.chco-home-tertiary p, .chco-home-tertiary .chco-secondary-cta {
    /* margin-left: 35px; */
}
.chco-home-tertiary .chco-secondary-cta:first-of-type, .chco-home-quaternary .chco-secondary-cta:first-of-type {
    margin-bottom: 10px;
}
.chco-home-quaternary h1 {
    color: #fde633;
    white-space: nowrap;
}
.chco-home-quaternary p {
    margin-top: 50px;
    margin-bottom: 40px;
}
.chco-home-quaternary p, .chco-home-quaternary .chco-secondary-cta {
    /* margin-left: 75px; */
}
.chco-new-arrivals {
    background: rgb(236,248,255);
    background: radial-gradient(circle, rgba(236,248,255,1) 8%, rgba(219,241,255,1) 42%);
}
.chco-new-arrivals-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.chco-new-arrivals h1 {
    color: #f65024;
    font-size: 100px;
    font-size: 7.5vw;
    margin: 0;
    line-height: .9;
    position: relative;
    z-index: 1;
}
.chco-new-arrivals .coalbrush {
    font-size: 3vw;
    color: #444645;
    position: relative;
    z-index: 2;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin-right: 33%;
    width: 39%;
    margin: auto;
    text-align: left;
}
.chco-new-arrivals-products {
    display: flex;
    justify-content: space-evenly;
}
.chco-new-arrivals-product {
    width: 30%;
}
.chco-new-arrivals-product h4 {
    color: #004c59;
    text-transform: uppercase;
}
.chco-new-arrivals-product:hover h4 {
    color: #f65024;
    transition: all .3s;
}
.chco-new-arrivals .chco-secondary-cta {
    display: inline-block;
    margin-top: 15px;
}

@media (min-width: 1600px) {
    .chco-home-quaternary p, .chco-home-quaternary .chco-secondary-cta {
        /* margin-left: 30px; */
    }
    .chco-home-tertiary h1, .chco-home-quaternary h1 {
        font-size: 110px;
    }
    .chco-new-arrivals h1 {
        font-size: 120px;
    }
    .chco-new-arrivals .coalbrush {
        font-size: 48px;
    }
    .chco-home-tertiary h2, .chco-home-quaternary h2 {
        font-size: 45px;
    }
    .chco-home-tertiary p, .chco-home-quaternary p {
        font-size: 20px;
    }
    .chco-home-tertiary .chco-secondary-cta, .chco-home-quaternary .chco-secondary-cta {
        font-size: 14px;
        width: 240px;
    }
}
@media (min-width: 2760px) {
    .secondary-home-heading {
        font-size: 175px;
    }
    .secondary-home-subheading {
        font-size: 70px;
    }
    .secondary-home-p {
        font-size: 30px;
    }
    .chco-home-secondary .chco-secondary-cta {
        width: 290px;
        font-size: 23px;
    }
}
