.bg-gray {
    background-color: #f0f0f0;
}
.bg-white {
    background-color: #ffffff;
}
.caption-txt {
    color: #555555;
}
.d-flex {
    display: flex;
}
.justify-content-around {
    justify-content: space-around;
}
.justify-content-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.m-top-none {
    margin-top: 0px;
}
.align-items-start {
    align-items: flex-start;
}
.align-items-center {
    align-items: center;
}
.w-30 {
    width: 30%;
}
.w-100 {
    width: 100%;
}
.margin-none {
    margin: 0;
}
.padding-16 {
    padding: 16px;
}
.m-btm-24 {
    margin-bottom: 24px;
}
.content-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
}
.m-top-16, p.mt-16 {
    margin-top: 16px;
}
p.mt-16 {
    margin-bottom: 0px;
}
.ml-24 {
    margin-left: 24px;
}
.txt-dec-none {
    text-decoration: none;
}
#simply-smarter #hero {
    /*  background-image:url(/portals/0/images/legal-hero-section.png), url(/portals/0/images/globe.png), linear-gradient(270deg, rgba(112, 3, 9, 1) 0%, rgba(112, 3, 9, 1) 47%, rgba(206, 17, 43, 1) 100%);*/
    background-image: url(/portals/0/images/legal-hero-section.png);
    background-color: #FBFAF1;
    background-position: right center;
    background-size: 66%;
}
#simply-smarter #hero h1 {
    color: #9D4815;
}
.callout-txt {
    color: #59574C;
    font-style: italic;
    padding: 0;
}
.divider {
    height: 230px;
    width: 16px;
    background-color: #E6000D;
}
.card {
    height: 200px;
}
.card-header {
    height: 75px;
}
.legal-img {
    width: 100%;
    height: 273px;
    object-fit: cover;
}
.legal-img-btm {
    height: 250px;
    object-fit: contain;
}
.legal-landing .lead {
    font-family: "Montserrat", arial, sans-serif;
}
.legal-landing .panels .card-header {
    background-color: #ffffff;
}
.legal-landing .panels .card-text {padding: 16px 35px;}
.how-2-help img {max-height: 200px;}
.how-2-help a h3 {color: inherit;}
.how-2-help a {display: block; padding: 10px;}
.how-2-help a:hover, .how-2-help a:focus {background-color: #ffffff; border-radius: 4px; border: 1px solid #333; display: block;}
@media only screen and (max-width: 1199px) {
    .card {
        height: 220px;
    }
    .card-header {
        height: 72px;
    }
    .btn {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 992px) {
    .card {
        width: 95%;
        height: 200px;
        margin-bottom: 16px;
    }
    .divider {
        display: none;
    }
    .ml-24 {
        margin-left: 0;
    }
    .card-container {
        flex-direction: column;
        align-items: center;
    }
    #simply-smarter #hero {
        background-size: 90%, 25%, auto;
    }
}
@media only screen and (max-width: 767px) {
    #simply-smarter #hero {
        background-image: none;
    }
    .section-title {
        text-align: center;
    }
    .align-items-start {
        align-items: center;
    }
    .body-text {
        padding: 16px;
    }
    .card {
        width: 70%;
    }
}
@media only screen and (max-width: 423px) {
    .card {
        height: 220px;
    }
}

/*-----FORM----*/

.legal-landing#simply-smarter #request-info {
margin-top: 36px;
}
#request-info iframe {
height: 1350px;
}

@media handheld, only screen and (min-width: 1142px) {
  #request-info iframe {
height: 1390px;
}
}

