
.parent-services-page .new-line h2 {
    font-family:"Futura Book BT"; 
    color:#f2f2f2!important; 
}

.parent-services-page .new-line .bar {
    background-color:#f2f2f2!important; 
}

a {
    color:#E9E4CC; 
}
/* BANNERS START */




/* BANNERS END */

.services-page-banner {
    height:740px; 
	background-size:cover!important; 
    position:relative;  
    background:linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    background-position:50% 50%!important; 
    
}

.services-banner-image {   
    position:absolute; 
    top:0;
    left:0; 
    height:100%; 
    width:100%; 
    object-fit: cover;
    object-position: 50%;
    z-index:1; 
}

.services-banner-gradient {
    position:absolute;
    height:100%; 
    width:100%; 
    top:0;
    left:0; 
    z-index:2;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
}

.services-banner-content {
    position:relative; 
    z-index:3; 
}

.services-page-banner .headline {
    position:absolute; 
    text-align: center;
}




.services-page-banner .headline h2 {
    font-family: 'Futura Book BT';
    color: #E9E4CC;
    font-size: 2rem; 
    margin-bottom: 30px;
    margin-top: 100px;
    letter-spacing: 8px;
}

.services-page-banner .headline h1 {
    color:#f2f2f2;
    font-size:3.8rem; 
    line-height:4.2rem; 
	font-family: 'DM Serif Display', serif;
}

@media (max-width: 576px) { 




    .services-page-banner {
        height:420px; 
        width:100%; 
        background-size:cover!important; 
        position:absolute;  
        background-position:50% 50%!important; 
    }

    .services-page-banner  .headline {
        padding-left:15px;
        padding-right:15px;  

    }

    .services-page-banner .headline h2 {
        margin-top:0; 
        font-size: 1.6rem; 

    }
    
    .services-page-banner .headline h1 {

        font-size:2.4rem; 
        line-height:3rem; 

    }
    
}


.contact-us-outer {
    position: relative;
    width: 99%;
    min-height: 101px;
    background: #E9E4CC;
    clip-path: polygon(0% 15px, 15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 15px, 15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
}


.contact-us-inner {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #222a35;
    clip-path: polygon(0% 15px, 15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 15px, 15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    z-index:-1; 
}

.contact-us-outer p {
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: 'Futura Book BT';
    color: #F2F2F2;
    margin-bottom: 0;
}

.contact-us-outer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background-color: #E9E4CC;
    color: #222a35;
    font-size: 1.1rem;
    line-height: 1.2rem;
    /* text-align: center; */
    font-family: 'Futura Book BT';
    text-decoration: none;
    min-width:150px; 
}

.overview-section {
    padding-bottom:120px; 
}

.overview-section h2 {
    color:#E9E4CC;
    font-size: 48px; 
    font-family: 'DM Serif Display', serif;
    margin-bottom: 0;
}

.flourish.down {
    transform:rotate(180deg);
}



.difference-blurb p {
    font-size: 1.1rem;
    line-height: 1.6rem;
    max-width: 1337px;
    margin: auto;
}

@media (max-width: 576px) { 

.difference-blurb {
    margin-top:40px; 
    margin-bottom: 50px;
}

.difference-blurb p {
    font-size:1.2rem; 
    line-height:2rem; 
    max-width:1337px; 
    margin:auto; 
}

}


.services-list-item {
    height:auto; 
    margin-top:90px; 
    overflow:hidden; 
    padding-bottom:5px; 
}

.services-list-item .service {
    height:100%; 
    clip-path: polygon(
        0% 30px,
        40px 0%,
        100% 0%,
        100% 100%,
        0% 100%,
        0% 100%
    );
    -webkit-clip-path: polygon(
        0% 30px,
        40px 0%,
        100% 0%,
        100% 100%,
        0% 100%,
        0% 100%
    );
}

.services-list-item .service h4 {
    width:fit-content; 
    margin-bottom:30px; 
    margin-left:60px;
    padding-right:0; 
    font-size: 2.3rem;
    line-height: 2.4rem;
    font-family: 'DM Serif Display', serif;
    color:#222a35;
    padding-right:20px; 
}





.services-list-item .service a {
    margin-left:60px; 
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    font-family: 'Futura Book BT';
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
}


@media (max-width:1400px) {
    .services-list-item .service h4 {
        margin-left:60px; 
    }

    .services-list-item .service a { 
        margin-left:60px; 
    }
}



@media ( min-width:992px ) and (max-width:1199px){
    .services-list-item .service h4 {
        margin-left:30px; 
    }

    .services-list-item .service a { 
        margin-left:30px; 
    }
}

@media ( min-width:1200.5px ) and (max-width:1400px){
    .services-list-item .service h4 {
        margin-left:50px; 
    }

    .services-list-item .service a { 
        margin-left:50px; 
    }
}

@media (max-width:768px){
    .services-list-item .service h4 {
        margin-left:30px; 
    }

    .services-list-item .service a { 
        margin-left:30px; 
    }
}


.services-list-item .grey.service a {
    border: 2px solid #f2f2f2;
    color: #E9E4CC;
}

.services-list-item .light.service a {
    border: 2px solid #222a35;
    color: #526682;
}

.services-list-item .yellow.service a {
    border: 2px solid #222a35;
    color: #526682;
}

.services-list-item .blue.service a {
    border: 2px solid #f2f2f2;
    color: #E9E4CC;
}

.services-list-item .grey {
    background-color: #97999b;
}

.services-list-item .light {
    background-color: #F2F2F2;
}


.services-list-item .yellow {
    background-color: #E9E4CC;
}


.services-list-item .blue {
    background-color: #526682;
}


.services-list-item .service-description {
    border:1px solid #E9E4CC;
    margin-left:22px; 
}

.services-list-item .service-description {
    border:1px solid #E9E4CC;
    margin-left:22px; 
}

.services-list-item .service-description ul {
    padding-left:0;  
}

.services-list-item .service-description ul li::marker {
    font-size: 1.4em;
    color:#E9E4CC; 
 }

@media (max-width:991.5px) {
    .services-list-item .service-description {
        margin-left:0; 
    }
}

.services-list-item .service-description p {
    font-family: 'Futura Book BT';
    color: #E9E4CC;
    font-size: 1.1rem;
    line-height: 1.4rem;
    justify-content: start;
    margin-bottom:0; 
    margin: unset;
}


.informed-blurb p {
    font-family: 'Futura Book BT';
    color: #f2f2f2;
    font-size: 1.1rem;
    line-height: 1.6rem;
    max-width: 1337px;
    justify-content: start;
    margin-bottom:0; 
    margin: auto;
}

@media (max-width: 576px) { 
.informed-blurb p {
    font-family: 'Futura Book BT';
    color: #f2f2f2;
    font-size: 1.1rem;
    line-height: 2rem;
    justify-content: start;
    margin-bottom:0; 
    max-width: 1486px;
    margin: auto;
}
}


.informed-blurb a {
    text-decoration:none; 
    
}

.informed-blurb .consultation {
    color:#E9E4CC; 
}



.awards-section {
    margin-top:50px;
    margin-bottom:50px;  
}


.informed-section {
    
}


.experience-section p {
    color:#e9e4cc; 
}

.practice-area p {
    margin-bottom:30px; 
}

.details-button {
    height: 65px;
    border-radius: 32px;
    font-size: 1rem; 
    font-family: 'Futura Book BT';
    padding-top:10px; 
    padding-bottom:10px; 
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content:center;
    width: fit-content; 
    border: 2px solid #f2f2f2;
    color: #E9E4CC;
}

.additional-services .details-button {
    margin-bottom:50px; 
}

.practice-area-list-item:first-of-type {
    margin-top:100px;
}


@media (max-width: 1200px) { 
    .practice-area-list-item:first-of-type {
        margin-top:100px;
    }
}

@media (max-width: 768px) { 
    .practice-area-list-item:first-of-type {
        margin-top:50px;
    }
}

.practice-area-list-item {
    margin-bottom:100px; 
}

.related-content-section {
    min-height:500px; 
}




.proceedings-section {
    margin-top:400px; 
    height:1200px; 
}

.proceedings-section h2 {
    font-size:1.8rem!important;
}

.proceedings-section h3 {
    font-size:1.8rem!important;
}


.proceedings-links {
    max-width:614px;
}

.proceedings-section ul {
    margin-top:40px; 
    padding-left:0; 
    list-style-type:none;
}

.proceedings-section li {
    margin-bottom:25px; 
}

.proceedings-section li a{
    font-family: 'Futura Book BT';
    font-size:1rem;; 
    line-height:29px;
    color:#f2f2f2; 
}

.proceedings-section li a.active{
    font-family: 'Futura Book BT';
    color:#f2f2f2; 
    font-size:1.2rem; 
    line-height:41px; 
    font-weight:800; 
}

.proceedings-tab-content {
    /*margin-top:155px;*/
    margin-top:10px; 
    position:relative;
    width:847px; 
    /*height:1000px;*/
}


#proceedings-carousel {
    position:absolute; 
    height:749px; 
    width:847px; 
    background-color:white; 
   /* bottom:0; */
   top:200px; 

}

#proceedings-carousel .slide-container {
    

}

#proceedings-carousel .carousel-indicators {
    flex-direction: column;
    left:0; 
    /*top:-130px;*/
    top:-90px; 
    width:515px; 
}

.carousel-header h5  {
    font-size:28px; 
    line-height:34px;
    font-family: 'Futura Book BT'; 
    color:#E9E4CC; 

}

#proceedings-carousel .carousel-indicators button {   
    margin-left:0; 
    margin-bottom:0; 
    width:515px; 
    height:34px;
    text-indent: 0;
    text-align:left; 
    font-size:28px; 
    line-height:34px;
    font-family: 'Futura Book BT'; 
    color:#E9E4CC; 
    background:transparent; 
    opacity:1; 
  }

#proceedings-carousel h3 {
    font-size:60px; 
    line-height:82px; 
    color:#222A35; 
    margin-bottom:30px; 
}

#proceedings-carousel p {
    font-size:28px; 
    line-height:34px;
    font-family: 'Futura Book BT'; 
    color:#222A35; 
}

#proceedings-carousel .slide-content {
    height:616px; 
    width:609px;
}

#proceedings-carousel .carousel-control-prev {
    width:49px;
    height:25px; 
    right:37px;
    bottom:107px; 
    top:auto;
    left:auto;
}

#proceedings-carousel .carousel-control-next {
    width:49px;
    height:25px;  
    right:37px; 
    bottom:60px; 
    top:auto;
    left:auto;    
}

#proceedings-carousel .carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="49" height="25" viewBox="0 0 49 25"><path id="Polygon_21" data-name="Polygon 21" d="M24.5,0,49,25H0Z" fill="%23222a35"/></svg>'); 
    opacity:1; 
    width:49px; 
    height:25px; 
}

#proceedings-carousel .carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="49" height="23" viewBox="0 0 49 23"><path id="Polygon_22" data-name="Polygon 22" d="M24.5,0,49,23H0Z" transform="translate(49 23) rotate(180)"/></svg>'); 
    opacity:1; 
    width:49px; 
    height:25px; 
}


.vertical.carousel .carousel-control {
    bottom: auto;
    width: 100%;
    height: 15%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}
.vertical.carousel .carousel-control.right {
  top: auto;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.vertical.carousel .carousel-control .glyphicon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.vertical.carousel .carousel-indicators {
  bottom: auto;
  top: 50%;
  left: auto;
  right: 10px;
  width: 14px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vertical.carousel .carousel-inner > .item {
  left: 0;
  top: 0;
}
.vertical.carousel .carousel-inner > .item > img {
  width: 100%;
}
.vertical.carousel .carousel-inner > .item.next,
.vertical.carousel .carousel-inner > .item.active.right {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  top: 0;
}
.vertical.carousel .carousel-inner > .item.prev,
.vertical.carousel .carousel-inner > .item.active.left {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  top: 0;
}
.vertical.carousel .carousel-inner > .item.next.left,
.vertical.carousel .carousel-inner > .item.prev.right,
.vertical.carousel .carousel-inner > .item.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 0;
}
.vertical.carousel .carousel-inner > .active,
.vertical.carousel .carousel-inner > .next.left,
.vertical.carousel .carousel-inner .prev.right {
  top: 0;
}
.vertical.carousel .carousel-inner > .next,
.vertical.carousel .carousel-inner > .active.right {
  top: 100%;
  left: 0;
}
.vertical.carousel .carousel-inner > .prev,
.vertical.carousel .carousel-inner > .active.left {
  top: -100%;
  left: 0;
}


.practice-area {
    width:100%; 
}

.additional-services .practice-area {
    padding-left:40px;
    padding-right:40px; 
}

.corporate-law-placeholder {
    background-image:url('../images/services/gavel.jpg'); 
    background-size:cover; 
    background-repeat:no-repeat;
    background-position:50%;
    height:100%; 
    width:100%; 
}

@media (min-width:992px){
    .practice-area-list-item .col-12.col-lg-6.order-1.order-lg-2 {
        padding-left: 40px;
    }

    .practice-area-list-item .col-12.col-lg-6.order-1.order-lg-1 {
        padding-right: 40px;
    }
}

.services-image { 
    background-size:cover; 
    background-repeat:no-repeat;
    background-position:50%;
    height:100%; 
    width:100%; 
    clip-path: polygon( 0% 70px, 50px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100% );
    -webkit-clip-path:polygon( 0% 70px, 50px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100% );
}

.services-image.corporate-finance {
    background-image:url('../images/services/corporate-finance.jpg'); 

}


.services-image.mergers-acquisitions {
    background-image:url('../images/services/mergers-acquisitions.jpg'); 
   
}

.services-image.listed-public-companies {
    background-image:url('../images/services/listed-public-companies.jpg');    
}


.services-image.insolvency-restructuring {
    background-image:url('../images/services/insolvency-restructuring.jpg');  
}

.services-image.investment-funds {
    background-image:url('../images/services/corporate-finance.jpg');  
}


.services-image.taxation-private-equity  {
    background-image:url('../images/services/taxation-private-equity.jpg');    
}

.services-image.taxation-hedge-funds  {
    background-image:url('../images/services/taxation-hedge-funds.jpg');   
}

.services-image.general-tax-planning  {
    background-image:url('../images/services/general-tax-planning.jpg'); 
}

.services-image.sfc-licensing  {
    background-image:url('../images/services/sfc-licensing.jpg'); 
}


.services-image.sfc-inspections  {
    background-image:url('../images/services/sfc-inspections.jpg'); 
}

.services-image.financial-institutions-ma  {
    background-image:url('../images/services/financial-institutions-ma.jpg'); 
}

.services-image.aml  {
    background-image:url('../images/services/aml.jpg'); 
}

.services-image.commercial-litigation  {
    background-image:url('../images/services/commercial-litigation.jpg'); 
}

.services-image.fraud-asset-recovery  {
    background-image:url('../images/services/fraud-asset-recovery.jpg'); 
}

.services-image.white-collar  {
    background-image:url('../images/services/white-collar.jpg'); 
}

.services-image.sfc-investigations  {
    background-image:url('../images/services/sfc-investigations.jpg'); 
}

.services-image.sfc-appellate  {
    background-image:url('../images/services/sfc-appellate.jpg'); 
}

.services-image.market-misconduct-tribunal  {
    background-image:url('../images/services/market-misconduct-tribunal.jpg'); 
}

.services-image.employment-litigation  {
    background-image:url('../images/services/employment-litigation.jpg'); 
}

.services-image.trading  {
    background-image:url('../images/services/trading.jpg'); 
}


.services-image.banks  {
    background-image:url('../images/services/banks.jpg'); 
}


.services-image.insurance-companies  {
    background-image:url('../images/services/insurance-companies.jpg'); 
}


.services-image.trust-creation  {
    background-image:url('../images/services/trust-creation.jpg'); 
}

.services-image.trustee-duties  {
    background-image:url('../images/services/trustee-duties.jpg'); 
}

.services-image.trust-appointment  {
    background-image:url('../images/services/trust-appointment.jpg'); 
}
.services-image.beneficiaries-rights {
    background-image:url('../images/services/beneficiaries-rights.jpg'); 
}


/*EXPERIENCE */ 


.experience-carousel {
    margin-top:80px; 
}


#small-experience-carousel {
    width:100%; 
    height:850px; 
}

@media (max-width:1399.98px){
    #small-experience-carousel {
        width: 100%;
        height: 650px;
    }
}


.experience-carousel-item {
    position:relative; 
    clip-path: polygon(
        0% 100px,
        100px 0%,
        100% 0%,
        100% 100%,
        0% 100%,
        0% 100%
    );
    background-image:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 48%), url('../images/services/experience-slide-1.jpg');
    background-size:cover; 
    background-position:50%; 
}

@media (max-width:576px){

    .slide-container {
        display: flex;
        height: 100%;
        padding-left: 100px;
        justify-content: end;
        flex-direction: column;
    }

    .experience-carousel-item {
        position:relative; 
        clip-path:none; 
        background-image:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 48%), url('../images/services/experience-slide-1.jpg');
        background-size:cover; 
        background-position:50%; 
    }

}





.experience-carousel-item .headline {
    position: absolute;
    bottom: 120px;
    border-right: 1px solid #E9E4CC;
    padding-right: 90px;
}


.experience-carousel-item .headline h2 {
    color:#E9E4CC; 
}

.experience-carousel-item .headline h3 {
    color:#f2f2f2; 
}





#small-experience-carousel .carousel-indicators { 
    width:fit-content;  
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); 
    bottom:40px!important; 
    margin:0; 
}



    .experience-carousel-item p {
        position:absolute; 
        bottom:130px; 
        max-width:750px; 
        margin-bottom:10px; 
        color:#f2f2f2; 
        font-size:1rem; 
        line-height:1.3rem; 
    
    }

    .experience-carousel-item .headline {
        position: relative; 
        padding-right: 90px;
        bottom:unset; 
        border:none!important;  
        padding-right:0px; 
        margin-bottom:30px; 
    } 

    .experience-carousel-item p {
        position:relative;
        bottom:unset;
        max-width:unset;
        margin-bottom: 130px;
        color: #f2f2f2;
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .slide-container {
        display:flex; 
        height:100%; 
        padding-left:100px; 
        justify-content: flex-end; 
        flex-direction: column;
    }


@media (min-width:992px) and (max-width:1199.98px) {
    .slide-container {
        padding-left:60px; 
        padding-right:50px; 
    }

}

@media (max-width:992px) {
    .slide-container {
        padding-left:30px; 
        padding-right:20px; 
    }

}

.experience-carousel .carousel-indicators button {
    width: 12px!important;
    height: 12px!important;
    border-radius: 100%;
    border: 2px solid #ffffff!important;  
    margin-right:10px!important; 
    background-color:#000000!important; 


}

.experience-carousel .carousel-indicators button.active {
   background-color:#ffffff!important; 

}
.types-of-clients-section {
    padding-top:200px; 
}


@media (min-width:1200px) { 

    .experience-carousel-item .headline {
        padding-right:60px; 
    } 

    .experience-carousel-item p {
       padding-right:60px; 
    }

}



.award {
    display:flex; 
    flex-direction:column;
    align-items:center;
    width:216px;
    margin-left:0;
    margin-right:0; 
    margin-bottom:30px; 
}

.award > div {
    margin-bottom:30px; 
     
}

.award-img-container {
    height:60px; 
    display:flex; 
    justify-content:center; 
    align-items:center; 
}

.award p {
    text-align: center;
}

.award-wwl {
    width: 181px;
    height: 41px; 
    background-size:contain!important; 
    background-repeat:no-repeat!important; 
    background:url('../images/our-awards/WWL_logo_y.png');  
}

.award-asialaw {
    width: 140px;
    height: 54px; 
    background-size:contain!important; 
    background-repeat:no-repeat!important; 
    background:url('../images/our-awards/ASIALAW_logo_y.png');  
}


.award-iflr1000 {
    width: 216px;
    height: 37px;
    background-size:contain!important; 
    background-repeat:no-repeat!important; 
    background:url('../images/our-awards/IFLR1000_logo_y.png');  
}

.award-legal500 {
    width: 89px;
    height: 92px; 
    background-size:contain!important; 
    background-repeat:no-repeat!important; 
    background:url('../images/our-awards/LEGAL500_logo_y.png');  
}


.award-leaders {
    width: 133px;
    height: 90px; 
    background-size:contain!important; 
    background-repeat:no-repeat!important; 
    background:url('../images/our-awards/LEADERS_logo_y.png');  
}


.award-chambers {
    width: 181px;
    height: 53px; 
    background-size:contain!important; 
    background-repeat:no-repeat!important; 
    background:url('../images/our-awards/CHAMBERSANDPARTNERS_logo_y.png');  
}


.banner-header {
    align-items:center; 
    padding-bottom:40px; 
}

.banner-header p {
    font-family: 'Futura Book BT';
    font-size: 1rem;
    line-height: 1.2rem;
    text-align:right; 
    margin-bottom:0; 
    
}

.parent-link {
    position: absolute;
    bottom: 40px;
    width: fit-content;
    right: 0;
}

@media (max-width:576px){
    .parent-link {
        position: absolute;
        bottom: 10px;
        width: fit-content;
        right: 0;
    }
    
}


.parent-link a {
    color:#f2f2f2; 
    text-decoration:none; 
}

.parent-link img {
    height: 20px;
    width: 12px;
    margin-left: 15px;
    margin-top: 3px;

}

@media (min-width:576px){
.gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}

}

@media (max-width:992px){

    .services-image {
        min-height:300px; 
        margin-bottom:10px; 
    }

    .practice-area-list-item {
        margin-bottom:50px; 
    }

    .practice-area {
        padding-top:20px; 
        margin-bottom:30px; 
        width:100%; 
    }

}


.article-container {
    padding-right:30px; 
}

.practice-area-list-item .services-image {
    height: 398px!important; 
}



.parent-services-page .heavy-lifting-section {
    padding-top:0!important; 
}

.question-question {
    margin-bottom:50px; 
}



.contact-us-outer {
    position: relative;
    width: 99%;
    min-height: 100px;
    background: #E9E4CC;
    clip-path: polygon(0% 15px, 15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 15px, 15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
}


.contact-us-inner {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #222a35;
    clip-path: polygon(0% 15px, 15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 15px, 15px 0%, 100% 0%, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    z-index:-1; 
}

.contact-us-outer p {
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: 'Futura Book BT';
    color: #F2F2F2;
    margin-bottom: 0;
}

.contact-us-outer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background-color: #E9E4CC;
    color: #222a35;
    font-size: 1.1rem;
    line-height: 1.2rem;
    /* text-align: center; */
    font-family: 'Futura Book BT';
    text-decoration: none;
    min-width:150px; 
}

/* FAQ */

.faq-content-section h5 {
    font-family: 'Futura Book BT';
    font-size:1.16rem; 
    margin-bottom:1.2rem; 
    color:#E9E4CC; 
}


.faq-section h5:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
    padding-right:15px; 
}

.faq-content-section h5:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
    padding-right:15px; 
}
.faq-content-section h6 {
    font-family: 'Futura Book BT';
    font-size:1.1rem; 
    margin-bottom:1.2rem; 
    color:#E9E4CC;
}


.informed-blurb .contact-us {
	text-decoration: underline;
}
