.Hero {
    background-color: #d5d7d1
}

.Hero-container {
    padding-bottom: 2.5rem
}

@media (min-width: 48rem) {
    .Hero-container {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.Hero-imageWrapper {
    margin-bottom: 2.5rem
}

@media (min-width: 48rem) {
    .Hero-imageWrapper {
        margin-bottom: 1.875rem
    }
}

@media (max-width: 47.9375rem) {
    .Hero-imageWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

@media (max-width: 47.9375rem) {
    .Hero-title {
        margin-bottom: 1.25rem
    }
}

.Hero--advisor .Hero-title {
    text-transform: uppercase;
    letter-spacing: 8%
}

.Hero-name {
    font-size: 2.125rem;
    line-height: 1.18;
    display: block;
    padding-bottom: .625rem;
    font-family: "Celeste Pro", Helvetica, serif
}

@media (min-width: 48rem) {
    .Hero-name {
        font-size: 3rem;
        line-height: 1.17
    }
}

.Hero-wealthPartner {
    font-size: 1.875rem;
    line-height: 1;
    font-family: "Partners Script", "WindSong", Helvetica, Arial, sans-serif;
    margin-bottom: .625rem;
    letter-spacing: 0
}

@media (min-width: 48rem) {
    .Hero-wealthPartner {
        font-size: 2.5rem;
        line-height: 1
    }
}

.Hero-certification,
.Hero-subName {
    font-size: .875rem;
    line-height: 1.43;
    font-family: "Celeste Pro", Helvetica, serif;
    letter-spacing: .02em;
    display: block
}

.Hero-certification i,
.Hero-certification em {
    font-style: italic
}

.Hero-certification b,
.Hero-certification strong {
    font-weight: 700
}

.Hero-certification a {
    text-decoration: underline
}

.Hero-certification a:hover {
    text-decoration: none
}

.Hero-certification ol {
    list-style-type: decimal
}

.Hero-certification ul {
    list-style: disc
}

.Hero-certification ol,
.Hero-certification ul {
    list-style-position: inside
}

.Hero-certification li {
    margin-left: 1.5625rem
}

.Hero-certification sup {
    vertical-align: super;
    font-size: smaller
}

.Hero-certification sub {
    vertical-align: sub;
    font-size: smaller
}

.Hero-quote {
    font-size: 1.5rem;
    line-height: 1.33;
    font-family: "Celeste Pro", Helvetica, serif;
    margin-bottom: 1.875rem;
    font-style: italic
}

@media (min-width: 48rem) {
    .Hero-quote {
        margin-bottom: 2.5rem
    }
}

.Hero-ctas {
    margin-bottom: 1.875rem;
    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
}

@media (min-width: 62rem) {
    .Hero-ctas {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1.25rem
    }
}

.Hero-cta {
    display: inline-block;
    margin-bottom: 1.25rem
}

@media (min-width: 48rem) {
    .Hero-cta:first-child {
        margin-right: 2rem
    }
}

.Hero-primaryCta {
    margin-right: 0;
    margin-bottom: 1.25rem
}

@media (min-width: 62rem) {
    .Hero-primaryCta--noPhoto {
        padding: .5rem 3.125rem;
        margin-right: 1.25rem
    }
}

.Hero-videoCta {
    background-color: #8a4828;
    padding: .3125rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.75rem;
    cursor: pointer
}

@media (max-width: 61.9375rem) {
    .Hero-videoCta {
        margin-right: 0;
        margin-bottom: 1.75rem
    }
}

@media (min-width: 48rem) {
    .Hero-addressRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 2.5rem;
        border-top: .0625rem solid rgba(71, 76, 80, .1)
    }
}

@media (min-width: 48rem) {

    .Hero-phoneWrapper,
    .Hero-contactCTA {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 2.5rem
    }
}

.Hero-addressWrapper:first-child,
.Hero-phoneCol:first-child {
    padding-right: 1rem
}

@media (max-width: 47.9375rem) {
    .Hero-addressWrapper {
        width: 100%;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        border-top: .0625rem solid rgba(71, 76, 80, .1);
        padding-right: 0
    }
}

.Hero-contactWrapper {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: .0625rem solid rgba(71, 76, 80, .1)
}

@media (max-width: 61.9375rem) {
    .Hero-contactWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 47.9375rem) {
    .Hero-contactWrapper {
        border: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.Hero-dash {
    width: 1.875rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    height: .125rem;
    background-color: #8a4828
}

.Hero-phone,
.Hero-email,
.Hero-linkedInUrl {
    display: block
}

.Hero-phone:not(:last-child),
.Hero-email:not(:last-child),
.Hero-linkedInUrl:not(:last-child) {
    margin-bottom: 1.25rem
}

.Hero .c-get-directions-button,
.Hero .Phone-link,
.Hero-email,
.Hero-linkedInUrl {
    font-size: 1.125rem;
    line-height: 1.33;
    font-family: "Celeste Pro", Helvetica, serif;
    text-decoration: underline;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.Hero .c-get-directions-button:hover,
.Hero .c-get-directions-button:focus,
.Hero .Phone-link:hover,
.Hero .Phone-link:focus,
.Hero-email:hover,
.Hero-email:focus,
.Hero-linkedInUrl:hover,
.Hero-linkedInUrl:focus {
    text-decoration: none
}

.Hero-linkedInUrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.Hero-linkedInIcon {
    margin-right: .625rem
}

@media (min-width: 48rem) {

    .Hero-left,
    .Hero-right {
        width: 50%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 48rem)and (max-width: 61.9375rem) {

    .Hero-left,
    .Hero-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 62rem)and (max-width: 79.9375rem) {

    .Hero-left,
    .Hero-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 80rem) {

    .Hero-left,
    .Hero-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem) {
    .Hero--advisor .Hero-left {
        width: 41.6666666667%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 48rem)and (max-width: 61.9375rem) {
    .Hero--advisor .Hero-left {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 62rem)and (max-width: 79.9375rem) {
    .Hero--advisor .Hero-left {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 80rem) {
    .Hero--advisor .Hero-left {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem) {
    .Hero--advisor .Hero-right {
        width: 58.3333333333%;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 48rem)and (max-width: 61.9375rem) {
    .Hero--advisor .Hero-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 62rem)and (max-width: 79.9375rem) {
    .Hero--advisor .Hero-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem)and (min-width: 80rem) {
    .Hero--advisor .Hero-right {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media (min-width: 48rem) {
    .Hero--advisor .Hero-image {
        max-width: 18.75rem
    }
}

@media (min-width: 48rem) {
    .Hero--team .Hero-name {
        margin-bottom: 2.5rem
    }
}

.Hero .Phone-label {
    font-size: 1.125rem;
    line-height: 1.33;
    font-family: "Celeste Pro", Helvetica, serif
}

.Hero--advisor .Hero-cta.Link--primary,
.Hero--advisor .Hero-cta.Button--primary {
    font-size: .875rem;
    line-height: 1.57;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.Hero--advisor .Hero-cta.Link--primary:hover {
    color: #703414
}

.Hero--advisor .Hero-cta.Button--primary:hover {
    background-color: #703414
}

.Hero--advisor .Hero-videoCta:hover {
    background-color: #703414
}

.Hero--team .Hero-cta.Link--primary,
.Hero--team .Hero-primaryCta.Button--primary {
    font-size: .875rem;
    line-height: 1.57;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.Hero--team .Hero-cta.Link--primary:hover {
    color: #703414
}

.Hero--team .Hero-primaryCta.Button--primary:hover {
    background-color: #703414
}

.Hero--team .Hero-videoCta:hover {
    background-color: #703414
}

@media (min-width: 62rem) {

    .Hero--team,
    .Hero--advisor {
        padding-top: 6.75rem
    }
}

@media (min-width: 80rem) {

    .Hero--team,
    .Hero--advisor {
        padding-top: 5.875rem
    }
}

.Hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: unset;
    padding: 0;
    margin-top: 6.25rem
}

@media (max-width: 61.9375rem) {
    .Hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
}

.Hero-desktopImage {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

@media (max-width: 61.9375rem) {
    .Hero-desktopImage {
        display: none
    }
}

.Hero-mobileImage {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

@media (min-width: 62rem) {
    .Hero-mobileImage {
        display: none
    }
}

.Hero-contentRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 42rem;
    background-color: #ede5d8
}

@media (max-width: 61.9375rem) {
    .Hero-contentRow {
        height: auto;
        padding: 4rem 2.8125rem 2.5rem
    }
}

.Hero-imageContainer {
    height: 42rem;
    width: 39.0625rem
}

@media (max-width: 61.9375rem) {
    .Hero-imageContainer {
        width: 100%;
        height: 23.4375rem
    }
}

.Hero-content {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22.9375rem
}

@media (min-width: 48rem) {
    .Hero-content {
        min-height: 42rem
    }
}

@media (min-width: 48rem)and (max-width: 61.9375rem) {
    .Hero-content {
        padding-right: 5rem
    }
}

.Hero-title {
    font-size: 2rem;
    line-height: 1.31;
    color: #31373d;
    padding-bottom: 1rem;
    margin-bottom: 0
}

@media (min-width: 48rem) {
    .Hero-title {
        font-size: 3.5rem;
        line-height: 1.14
    }
}

@media (min-width: 48rem) {
    .Hero-title {
        padding-bottom: 1.5rem
    }
}

.Hero-title--custom {
    font-family: "Partners Script", "WindSong", Helvetica, Arial, sans-serif;
    letter-spacing: 0
}

.Hero-subtitle {
    font-size: 1rem;
    line-height: 1.33;
    font-family: "Celeste Pro", Helvetica, serif;
    letter-spacing: .02em;
    color: #31373d;
    font-size: 1.125rem;
    line-height: 1.33;
    color: #31373d;
    font-family: "Celeste Pro", Helvetica, serif
}

.Hero-cta {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5rem 2.6875rem;
    background-color: #8a4828;
    margin-top: 2rem;
    color: #fff;
    width: auto;
    max-width: 17.75rem;
    letter-spacing: .07rem;
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 62rem) {
    .Hero-cta {
        margin-top: 3rem;
        padding: .5rem 3.75rem;
        max-width: 19.875rem
    }
}