/* Adjsut z-index of sections that are overlaped by the sticky nav */
.section-featuredblocks, .section-breadcrumbs, .section-pagecontent {
    z-index: 5 !important;
}


/* Fix size of nav menu on mobile view */
.mm-menu {
    min-width: 265px;
}


/* Attorney banner immages */
.banner__attorneys {
    display: flex;
    gap: 1rem;
}
.banner__attorneys--photos {
  max-width: 25rem;  
  width: 25rem;
  height: auto;
  display: flex;
  gap: 1rem;
}
.banner__attorneys--photos-atty {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1rem 1rem .2rem rgba(0, 0, 0, .2);
}
.banner__attorneys--photos-atty img {
  display: block;
  width: 100%;
}
.banner__attorneys--msg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}
.banner__attorneys--msg h3 {
    font-family: "barlow-condensed", Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
}
.banner__attorneys--msg p {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #f5c242;
    font-size: 1.75rem;
    line-height: 2.25rem;
}



@media only screen and (min-width: 991px) {
    .banner__text-wrapper {
        display: none !important;
    }
}


/* Banner on tablet view */
@media only screen and (max-width: 991px){
    .banner__attorneys {
        display: flex;
        gap: 1rem;
        flex-direction: column;
        align-items: center
    }
    .banner__attorneys--photos {
        width: 25rem;  
    }
    .banner__attorneys--msg {
        display: none;
    }
}


/* Banner on mobile view */
@media only screen and (max-width: 700px) {
    .banner__attorneys--photos {  
      width: 14rem;
    }
}



/* Adjust size of Handouts drop down menu */
.navigation__list .navigation__item:nth-child(4) {
    position: relative;
}
.navigation__list .navigation__item:nth-child(4) > .navigation__list {
    position: absolute;
    max-width: 50rem;
    width: 24rem;
    left: -17rem;
}
.navigation__list .navigation__item:nth-child(4) > .navigation__list li {
    margin-bottom: -5px;
    margin-top: -5px;
}

/* Increase font weight of QCF and MQF */
.contactform__title {
    font-weight: 600;
}


/* images on lawyers house page gallery */
.lawyers-house-gallery {
    display: flex;
    gap: 1.2rem;
}
.lawyers-house-gallery img {
    height: 200px;
}
@media only screen and (max-width: 768px){
    .lawyers-house-gallery {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .lawyers-house-gallery img {
        width: 19.05rem !important;
        height: auto;
    }
}


/* Change color of theme in tablet and mobile view */
@media only screen and (max-width: 992px){
    .mobileHeader-container,
    .slides .banner__item, 
    .alias-banner, 
    .cta-horizontal::before,
    .alias-partial-footer-c,
    .alias-copyright,
    .mm-menu,
    .alias-staff1 {
        background-color: #660330 !important;
        /*background-color: #800020 !important;*/
    }
}


.blade1__home {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.blade1_home__container, .blade1_home__container--inner {
    height: 100% !important;
}