/**
 *
 * Block - Content Section
 *
*/
.content-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .content-section {
        padding-top: 150px;
        padding-bottom: 150px;
   }
}
.content-section.rpt {
    padding-top: 0;
}
.content-section.rpb {
    padding-bottom: 0;
}
.content-section p {
    margin-bottom: 20px;
}
.content-section ul li:not(:last-child) {
    margin-bottom: 10px;
}
.content-section.bg-dred a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: white!important;
}
.content-section.bg-dred a:hover {
    color: #ccc!important;
}
.content-section.bg-dred {
    color: white;
}
.content-section figure {
    margin: 0;
}
h2.heading {
    font-size: 75px;
}
@media (min-width: 576px) and (max-width: 991px) {
    h2.heading {
        font-size: 40px;
    }
    .two-col h2 {
        font-size: 38px;
    }
}
.two-col h2.small {
    font-size: 42px;
}
@media (max-width: 575px) {
    h2.heading, .two-col h2.small {
        font-size: 36px;
    }
}
@media (min-width: 600px) and (max-width: 781px) {
    .content-section.break-md .wp-block-columns {
        display: block;
   }
    .content-section.break-md .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: 0;
   }
}
@media (min-width: 600px) and (max-width: 991px) {
    .content-section.break-lg .wp-block-columns {
        display: block;
   }
    .content-section.break-lg .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: 0;
   }
}
@media (min-width: 600px) and (max-width: 1259px) {
    .content-section.break-xl .wp-block-columns {
        display: block;
   }
    .content-section.break-xl .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: 0;
   }
}
@media (min-width: 600px) and (max-width: 1399px) {
    .content-section.break-xxl .wp-block-columns {
        display: block;
   }
    .content-section.break-xxl .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: 0;
   }
}
.wp-block-columns {
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .wp-block-column:not(:last-child), .wp-block-column:nth-child(odd) {
        margin-right: 0;
   }
    .wp-block-column:not(:first-child), .wp-block-column:nth-child(even) {
        margin-left: 0;
   }
}
/**
 *
 * Block - Practice Area Cards
 *
*/
.practice-area-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.practice-area-cards .practice-area {
    flex-basis: 336px;
}
.practice-area-cards .practice-area:hover .pa-title {
    background-color: #610000;
}
.practice-area-cards .practice-area img {
    display: block;
    position: relative;
}
.practice-area-cards .practice-area .img {
    position: relative;
}
.practice-area-cards .practice-area .img::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.practice-area-cards .practice-area h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.practice-area-cards .practice-area .pa-title {
    background-color: #750000;
    text-align: center;
    padding: 20px 30px;
    transition: background-color .2s ease-in-out;
}

/**
 *
 * Utility Classes
 *
*/
.color-white {
    color: white!important;
}
.rm {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.hidden {
    height: 0;
}
.rm.show {
    height: auto;
}
.rm-btn {
    padding: 20px 30px;
    background-color: #750000;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: white;
}
.rm-btn:hover {
    background-color: #610000;
}
.rm p:first-child {
    margin-top: 0;
}
@media (min-width: 992px) {
    .img-banner {
        min-height: 600px;
    }
    .img-banner-col {
        min-height: 765px;
    }
}
@media (max-width: 575px) {
    .img-banner {
        min-height: 300px;
    }
}
.bg-dred {
    background-color: #2E0000!important;
}
.ml-1 {
    margin-left: 10px!important;
}
.ml-3 {
    margin-left: 30px!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-4 {
    margin-bottom: 40px!important;
}
.my-25 {
    margin-top: 250px!important;
    margin-bottom: 250px!important;
}
.my-16 {
    margin-top: 160px!important;
    margin-bottom: 160px!important;
}
@media (max-width: 575px) {
    .my-sm-6 {
        margin-top: 60px!important;
        margin-bottom: 60px!important;
    }
    .ml-sm-2 {
        margin-left: 20px!important;
    }
}
.h-100 {
    height: 100%!important;
}

@media (min-width: 992px) {
    .two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.img-col {
    height: 100%;
    position: relative;
}
.img-col .banner-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.img-col::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,.35);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cont-wrap {
    padding: 150px 60px;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .cont-wrap {
        padding: 60px 20px;
    }   
}