body {
    font-family: "Roboto", sans-serif;
}

.layout-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Page Header */
.page-header {
    margin: 0;
    padding: 0;
}

.page-title {
    background-color: #001F54;
    color: white;
    padding: 10px 30px;
    margin: 0;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.thin-font {
    font-weight: 300;
}

.banner-sect {
    position: relative;
    width: 100%;
    /* height: 940px; */
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0;
}

.desk-banner {
    width: 100%;
    object-fit: contain;
}

.tablet-banner {
    display: none;
}

.hero-content-container {
    display: flex;
    margin-top: -15%;
}

.hero-text {
    flex: 1;
}

.hero-text h2 {
    color: white;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    margin: 20px;
    display: none;
}

.hero-link {
    margin-right: 14%;
    justify-self: center;
}

.hero-vid-img {
    width: 100%;
    max-width: 28vw;
    height: auto;
    border-radius: 8px;
    border-width: 10px;
    justify-self: center;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.57);
    padding: 12px;
    background-color: #f7f9f9;
    position: relative;
    align-self: center;
}

.crumb-sect {
    margin-top: 30px;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.breadcrumb .crumb {
    display: inline;
    color: #1a4587;
}

.breadcrumb .crumb:not(:last-child)::after {
    /* content: " > "; */
    margin: 0 5px;
}

.crumb-link {
    color: #1a4587;
    text-decoration: none;
}

.crumb-link:hover {
    text-decoration: underline;
}

.cont-list-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.cont-list {
    margin: 20px 0;
    padding-left: 20px;
    color: #34404b;
    /* color: #017cdA; */
}

.cont-list li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.miscon-bg {
    background-image: url(/probate/assets/img/body-images/common-misc-blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.miscon-bg h2 {
    color: #f7f9f9 !important;
    padding-top: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.miscon-sect {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6vw;
    padding-bottom: 36px;
}

.miscon-sect p {
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 6px;
}

.miscon-card {
    background-color: #f7f9f9;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.57);
    padding: 12px 20px;
    max-width: 400px;
}

.miscon-card h4 {
    margin-top: 12px;
    color: #017CDA;
    ;
}

.freq-container {
    background-color: #001F54;
}

.freq-content {
    padding: 30px 0;
}

.freq-content h5,
.freq-content p {
    color: #f7f9f9;
    line-height: 1.6;
}

.freq-content h5 {
    margin: 6px;
}

.mobile-banner {
    display: none;
}

.learn-more-wrap {
    width: 80%;
    margin: 0 auto;
}

.learn-container {
    display: flex;
    flex-direction: column;
}

.learn-content {
    display: flex;
    border-top: solid 3px #7393B3;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.learn-img {
    max-width: 116px;
    height: auto;
    margin: 20px 0 20px 34px;
}

.learn-title {
    color: #7393B3 !important;
}

.learn-text {
    font-size: 1.65rem;
}

.valid-sect {
    display: flex;
    /* align-items: center; */
}

/* .valid-sect div {
    flex: 1;
} */

.valid-adj {
    margin-left: 10%;
}

.ol-sect-list {
    list-style-type: auto !important;
}

.ol-sect-list li::marker {
    color: #34404b !important;
}

.int-proc {
    margin-bottom: 5%;
}

.steps-sect {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-around;
    align-content: center;
}

.blue-box {
    background-color: #A5BACE;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    max-width: 465px;
    padding: 20px 40px;
}

/* .blue-box p {
    color: #f7f9f9;
} */

.blue-box h3 {
    margin-bottom: 0;
    color: #191616;
}

.step {
    font-weight: 400;
    text-decoration: underline;
    font-style: italic;
    margin-bottom: 0;
}

.update-lists {
    display: flex;
    margin-top: 2%;
    justify-content: center;
}

.update-lists ul {
    flex: 1;
    text-align: left;
    max-width: 40%;
}

.sect-list li {
    padding-bottom: 8px;
}

/* .update-lists ul:last-child {
    margin-left: -10%;
} */

.lwt-table {
    border: solid 6px #7393B3;
    border-spacing: 0;
    width: 100%;
    max-width: 1360px;
}

.lwt-table tr:nth-child(even) {
    background-color: rgba(143, 199, 236, 0.4);
}

td:first-child {
    font-weight: 600;
}

/* .lwt-table tr:nth-child(odd) {
    
} */

th,
td {
    padding: 5px 2%;
    border-right: 1px solid #7393B3;
    border-left: 1px solid #7393B3;
    text-align: left;
}

th {
    padding-top: 8px;
    font-weight: 600;
    background-color: #214996;
    color: #f7f9f9;
}

td:last-child {
    padding-bottom: 8px;
}

.mag-float {
    display: none;
}

.table-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.types-bg {
    background-color: #A5BACE;
    display: flex;
}

.pot-draw-sect {
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.pot-draw {
    margin-left: 11%;
    align-items: center;
}

.pot-draw img {
    float: right;
    width: 55%;
    margin-top: -8%;
    max-height: 1200px;
}

.drawbacks-sect {
    padding-right: 7%;
}

/* .drawbacks-sect img {
    
} */

.consider-bg {
    background-color: #017CDA;
    color: #f7f9f9;
    padding: 2%;
}

.consider-bg h2,
.consider-bg p,
.consider-bg ul {
    color: #f7f9f9 !important;
}

.consider-bg h2 {
    margin-top: 0;
    display: flex;
}
.irlt-img-desk {
    display: flex;
    align-items: flex-end;
}
.irlt-img-desk img {
    width: auto;
    margin-top: -12rem;
    max-width: 500px;
    height: fit-content;
}

.irlt-img-mob {
    display: none;
}

.irlt-img-mob img {
    width: auto;
    max-width: 500px;
    height: fit-content;
}

.types-head {
    margin: 2% 7% 2% 18%;
}

.puzz-mob {
    display: none;
}

.drawbacks-sect h3 {
    color: #34404b;
}

@media screen and (min-width:2200px) {
    .crumb-sect {
        margin-top: 60px;
    }

    .int-proc {
        margin-top: -5%;
    }
}

@media screen and (max-width:2560px) {
    .layout-wrapper {
        max-width: 1800px;
    }

    .page-title {
        font-size: 3.5rem;
    }

    p {
        font-size: 1.35rem;
    }

    .crumb,
    .crumb-link {
        font-size: 1.25rem;
    }

    .table-wrap {
        max-width: 1800px;
    }
}

@media screen and (max-width:1921px) {
    p {
        font-size: 1.125rem;
    }

    .crumb,
    .crumb-link {
        font-size: 16px;
    }

    .crossbanner-left-text h4 {
        font-size: 1.8rem;
    }

    .page-title {
        font-size: 2.8rem;
        padding: 15px 40px;
    }

    .int-proc {
        margin-top: -5%;
    }
}

@media screen and (max-width:1800px) {
    .int-proc {
        margin-top: 0;
    }
}

@media screen and (max-width:1660px) {
    .valid-adj {
        margin-left: 6%;
    }

    .irlt-img-desk img {
        margin-top: -9rem;
    }

    .update-lists ul {
        max-width: 45%;
    }
}

@media screen and (min-width:1650px) {
    .table-wrap {
        width: 80%;
    }
}

@media screen and (min-width:1600px) {
    .learn-more-wrap {
        width: 85%
    }
}

@media screen and (max-width:1440px) {

    .valid-sect {
        align-items: center;
    }

    /* .valid-adj {
        margin-right: 8%;
    } */

    .miscon-sect {
        flex-wrap: wrap;
    }

    .irlt-img-desk img {
        margin-top: -6rem;
    }

    .update-lists ul {
        max-width: 45%;
    }
}

@media screen and (max-width:1199px) {
    .breadcrumb {
        margin-top: 5em;
    }

    .desk-banner {
        display: none;
    }

    .hero-text h2 {
        display: block;
    }

    .hero-content-container {
        flex-direction: column;
    }

    .tablet-banner {
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .hero-content-container {
        flex-direction: column;
        position: relative;
        margin-top: -45%;
        gap: 4vw;
    }

    .hero-link {
        max-width: none;
        margin: auto;
    }

    .hero-vid-img {
        max-width: none;
    }

    .valid-sect {
        display: block;
    }

    .magnify-glass-desk {
        display: none;
    }

    .mag-float {
        display: block;
        float: right;
    }

    .types-head {
        margin: 2% 7% 2% 7%;
    }

    .irlt-img-desk {
        display: none;
    }

    .irlt-img-mob {
        display: flex;
        align-items: flex-end;
    }

    .types-head-mob {
        margin: 2% 7%;
    }
    .types-head {
        margin: 0;
    }

    .update-lists {
        margin-bottom: 2%;
    }

}

@media screen and (max-width:1024px) {
    .page-title {
        padding: 20px 25px;
        font-size: 2.3rem;
    }

    .hero-content-container {
        flex-direction: column;
        position: relative;
        margin-top: -45%;
        gap: 4vw;
    }

    .hero-link {
        max-width: none;
        margin: auto;
    }

    .hero-vid-img {
        max-width: none;
    }

    .breadcrumb {
        margin-top: 4vw;
    }

    .valid-wrap {
        width: 80%;
        margin: 0 auto
    }

    .judge-adj {
        margin-top: -10%;
        margin-bottom: -10%;
    }

    .miscon-card {
        max-width: none;
    }

    .pot-draw {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width:840px) {

    .blue-box {
        max-width: 540px;
    }

    .mag-float {
        display: none;
    }

    .magnify-glass-desk {
        display: flex;
        justify-content: end;
    }

    .valid-sect {
        display: flex;
        flex-direction: column-reverse;
        align-items: normal;
    }
}

@media screen and (min-width:767px) {
    .booklet-img {
        width: 75%;
    }
}

@media screen and (max-width:767px) {
    .page-title {
        padding: 25px 20px;
        font-size: 2rem;
    }

    .hero-text h2 {
        font-size: 1.2rem;
    }

    .mobile-list-bg {
        background-color: #7393B3;
        margin-top: -5%;
    }

    a {
        font-size: 1rem !important;
    }

    .mag-desk {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
}

@media screen and (max-width:580px) {
    p {
        font-size: 1.1rem;
    }

    .page-title {
        font-size: 1.8rem;
        padding: 20px 15px;
    }

    .layout-wrapper {
        margin-top: 10%;
    }

    .breadcrumb {
        margin-top: 50px;
    }

    .tablet-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .hero-content-container {
        padding: 0 24px;
        margin-top: -50%;
    }

    .hero-text h2 {
        font-size: 1rem;
    }

    .learn-img {
        max-width: 80px;
    }

    .learn-text {
        font-size: 1rem;
    }

    .miscon-bg {
        background-image: url(/probate/assets/img/body-images/common-misc-blue-bg-mobile.png);
        background-position: top;
    }

    .miscon-bg h2 {
        padding-top: 20%;
        padding-bottom: 30%;
        font-size: 28px;
    }

    .table-wrap {
        width: 98%;
        padding: 0;
    }

    .irlt-img-mob img {
        width: 100%;
        max-width: 300px;
    }

    .update-lists {
        justify-content: initial;
    }

    .puzz-desk {
        display: none;
    }

    .puzz-mob {
        display: block;
        width: 100%;
        max-width: 580px;
    }

    .drawbacks-sect {
        margin-left: 11%;
    }

    .pot-draw {
        margin-left: 0;
        display: flex;
    }

    .pot-draw img {
        width: 100%;
    }

    .update-lists {
        margin-top: 5%;
        margin-bottom: 5%;
    }
}