﻿body {
}

p {
    color: var(--wtw-dark-gray);
    line-height: 1.33;
    margin-bottom: 1rem;
    margin-top: 0;
    box-sizing: border-box;
    display: block;
}

.title {
    color: #012D5C;
    font-size: 58px;
    font-weight: 700;
    text-transform: none;
}

.link {
    color: #0054A5;
    font-size: 24px;
    text-decoration: none;
    font-family: Hind;
    font-weight: 500;
    line-height: 1.42;
    text-transform: uppercase;
    flex-shrink: 0;
    padding-right: 10px;
}

.back_button {
    margin-top: -3px;
    margin-right: 13px;
    max-height: 21px;
}



.hero-breadcrumb {
    display: flex;
    margin-top: 50px;
}

#break_div {
    display: block;
}

.blue_text_color {
    color: var(--wtw-blue);
}

#reduced_vertical_margin {
    margin-bottom: .25em;
}

.subtitle_text {
    font-size: 22px;
    margin-bottom: 45px;
}
.paragraph_outline {
    padding-bottom: 0px;
    padding-top: 3%;
    max-width: 900px;
    margin: 0px auto;
    margin-bottom: 2%;
}

hr {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 2px;
    background: var(--wtw-light-cool-gray);
    opacity: 1;
    margin: 14px 0px;
    border: none;
}

.hESgxc .hero-container {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-top: 1px;
}


@media only screen and (min-width: 992px) {
    .hESgxc {
        /*
        margin-top: 0px;
        margin-bottom: 45px;
            */
    }
    .hero-content {
        gap: 20px;
        padding: 30px 0px 8px;
    }
   
    #title {
        min-width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
    }

    #back_button_text {
        font-size: 24px;
    }
}

/*
@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
}
*/

@media only screen and (max-width: 991px) {
    .title {
        color: #012D5C;
        font-size: 30px;
        font-weight: 700;
        text-transform: none;
    }
    .subtitle_text {
        font-size: 18px;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    #title {
        min-width: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 2%;
    }

    #back_button_text {
        font-size: 18px;
    }
}