.wrapper, .wrap, .content-sidebar-wrap{
    width: 1272px;
}
.internal-header.custom-header.landing-page-header.wrapper {
    height: 554px;
    max-height: 100%;
    text-align: center;
    width: 1376px;
}
.internal-header.landing-page-header .wrapper.title-container {
    padding-left: 50px;
    padding-right: 50px;
}
.point-list p {
    display: none !important;
}
/* Journey Infographic */
.journey-infographic {
    margin: 100px auto 50px;
    width: 600px;
    max-width: 100%;
    position: relative;
    display: inline-block;
}
.landing-page-header .internal-header-left {
    width: 100%;
}

.landing-page-header .internal-header-right {
    display: none;
    width: 0% !important;
}
.post-type-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.internal-header.landing-page-header .page-title {

    text-transform: uppercase;
}

.staff-carousel  .slick-next, .staff-carousel  .slick-prev{
    top: -14% !important;
}

.staff-carousel .slick-prev {
    right: 50px !important;
    left: inherit;
}
.staff-carousel .slick-next {
    right: 10px !important;
}

.journey-infographic:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    height: calc(100% - 10px);
    background: #f7403a;
    position: absolute;
    left: 50%;
    margin-left: -.5px;
    top: 0;
}

.block-padding-1 .max-w-719 .widget-title {
    color: #082543;
    font-family: 'Montserrat';
    font-size: 30px;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 37px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.journey-label {
    font-size:14px;
    font-weight: 600;
    color:#082543;
    letter-spacing:2px;
    line-height:19px;
    margin-bottom: 77px;
    position: relative;
}

.journey-label span {
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0;
}

.journey-label:last-child {
    margin-bottom: 0;
}

.journey-label.left {
    padding-right: 50%;
    padding-right: calc(50% + 30px);
    text-align: right;
}

.journey-label.right {
    padding-left: 50%;
    padding-left: calc(50% + 30px);
    text-align: left;
}

.journey-label:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #f7403a;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -8.5px;
}

.journey-label:last-child:before {
    bottom: 0;
}

.journey-label:hover:before {
    background: #f7403a;
    transform: scale(1.1);
}

.journey-label:hover span {
    color: #f7403a;
}

.journey-infographics-container {
    position: relative;
}

.journey-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center ;
    align-items: center ;
    align-content: center ;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
}

.journey-slides.active {
    opacity: 1;
    visibility: visible;
}

.journey-slides .journey-slide-container {
    background: #fff;
    width: 1060px;
    max-width: 100%;
    margin: 40px auto;
    padding: 0 0 115px;
    position: relative;
    min-height: 400px;
    transform: translateX(100px);
    box-shadow: 0 0 34px 0 rgba(26,39,50,0.16);
}

.journey-slides.active .journey-slide-container {
    transform: translateX(0);
}

.journey-slides.inactive .journey-slide-container {
    transform: translateX(-100px);
}

.journey-slides .journey-slide {
    text-align: center;
    display: none;
}

.journey-slides .journey-slide.active {
    display: block;
}

.journey-slide-close {
    font-size: 14px;
    color: #fff;
    width: 46px;
    height: 46px;
    border: 1px solid #f7403a;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 23px;
}
.journey-slide-close:hover {
    background: #f7403a;
    color: #fff;
}

.ubermenu-item-level-1 .sprite,
.journey-slides .sprite {
    background-image: url(../images/sprites/journey-sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-balloon-1,
.sprite-cloud-1,
.sprite-cloud-2,
.sprite-cloud-3,
.sprite-flat-town {
    background-image: url(../images/sprites/journey-sprite.png);
    background-repeat: no-repeat;
}

.journey-slides .sprite-balloon-1,
.journey-slides .sprite-cloud-1,
.journey-slides .sprite-cloud-2,
.journey-slides .sprite-cloud-3,
.journey-slides .sprite-flat-town {
    position: absolute;
}

.sprite-balloon-1 {
    width: 88px;
    height: 140px;
    background-position: -5px -5px;
}

.journey-slides .sprite-balloon-1 {
    right: 103px;
    top: -28px;
    transform: translateX(40px);
}

.journey-slides.active .sprite-balloon-1 {
    transform: translateX(0);
    transition-delay: .5s;
}

.sprite-cloud-1 {
    width: 109px;
    height: 71px;
    background-position: -103px -5px;
}

.journey-slides .sprite-cloud-1 {
    left: 60px;
    top: -16px;
    transform: translateX(-30px);
}

.journey-slides.active .sprite-cloud-1 {
    transform: translateX(0);
    transition-delay: .3s;
}

.sprite-cloud-2 {
    width: 83px;
    height: 54px;
    background-position: -222px -5px;
}

.journey-slides .sprite-cloud-2 {
    left: 197px;
    top: 30px;
    transform: translateX(-30px);
}

.journey-slides.active .sprite-cloud-2 {
    transform: translateX(0);
    transition-delay: .5s;
}

.sprite-cloud-3 {
    width: 75px;
    height: 49px;
    background-position: -315px -5px;
}

.journey-slides .sprite-cloud-3 {
    right: 0;
    top: 88px;
    transform: translateX(40px);
}

.journey-slides.active .sprite-cloud-3 {
    transform: translateX(0);
    transition-delay: .3s;
}

.journey-slides .sprite.sprite-flat-town {
    bottom: 0;
    left: 50%;
    margin-left: -114px;
    background-image: url(../images/landing-pop-graphic1.svg);
    width: 229px;
    height: 111px;
}

.journey-slide .slide-header {
    background: #1F2E3B;
    text-align: left;
    padding: 15px 100px 15px 45px;
}

.journey-slide .heading {
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
}

.journey-slide .sub-heading-style {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.4;
}

.journey-slide .breadcrumbs {
    text-align: left;
    font-size: 12px;
    color: #667d91;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.journey-slide .breadcrumbs span.parent {
    font-weight: 600;
}

.journey-slide .breadcrumbs .sep {
    margin: 0 8px;
}

.journey-slide .slide-content {
    padding: 30px 45px 45px;
}

.journey-slide-container .bottom-text {
    font-size:12px;
    color:#667d91;
    letter-spacing:0.4px;
}

.interactive-link {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #1a2732;
    display: block;
    text-align: left;
    border: 1px solid #b2c3d1;
    margin-bottom: 5px;
    padding: 12.5px 50px 12.5px 30px;
    line-height: 1;
    line-height: 1.4;
    transition: all .2s ease;
    text-decoration: none;
}

.interactive-link:visited,
.interactive-link:focus {
    color: #1a2732;
}

.interactive-link:hover {
    background: #f7403a;
    border-color: #f7403a;
    color: #fff;
}

.interactive-link:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 17px;
    font-weight: 400;
    position: absolute;
    right: 27px;
    line-height: 1;
    top: 50%;
    margin-top: -8px;
}

.journey-infographic.animate-this:before {
    height: 0;
    transition: all 2.5s cubic-bezier(0.500, 0.500, 0.500, .500);
    transition-timing-function: cubic-bezier(0.500, 0.500, 0.500, .500);
}
.journey-infographic.animate-this.start-animate:before {
    height: calc(100% - 10px);
}
.journey-infographic.animate-this .journey-label:before {
    opacity: 0;
    transition-property: opacity, left, right;
    transition-duration: .3s;
    transition-timing-function: ease;
}
.journey-infographic.animate-this .journey-label span {
    display: inline-block;
    opacity: 0;
    transition: all .3s ease;
}
.journey-infographic.animate-this.start-animate .journey-label span,
.journey-infographic.animate-this.start-animate .journey-label:before {
    opacity: 1;
}
.journey-infographic.animate-this .journey-label.left span {
    transform: translateX(30px);
}
.journey-infographic.animate-this.start-animate .journey-label.left span {
    transform: translateX(0px);
}
.journey-infographic.animate-this .journey-label.right span {
    transform: translateX(-30px);
}
.journey-infographic.animate-this.start-animate .journey-label.right span {
    transform: translateX(0px);
}
.journey-infographic.animate-this.start-animate .journey-label:nth-child(1) span,
.journey-infographic.animate-this.start-animate .journey-label:nth-child(1):before {
    transition-delay: 0s;
}
.journey-infographic.animate-this.start-animate .journey-label:nth-child(2) span,
.journey-infographic.animate-this.start-animate .journey-label:nth-child(2):before {
    transition-delay: .5s;
}
.journey-infographic.animate-this.start-animate .journey-label:nth-child(3) span,
.journey-infographic.animate-this.start-animate .journey-label:nth-child(3):before {
    transition-delay: 1s;
}
.journey-infographic.animate-this.start-animate .journey-label:nth-child(4) span,
.journey-infographic.animate-this.start-animate .journey-label:nth-child(4):before {
    transition-delay: 1.5s;
}
.journey-infographic.animate-this.start-animate .journey-label:nth-child(5) span,
.journey-infographic.animate-this.start-animate .journey-label:nth-child(5):before {
    transition-delay: 2s;
}
.journey-infographic.animate-this.start-animate .journey-label:nth-child(6) span,
.journey-infographic.animate-this.start-animate .journey-label:nth-child(6):before {
    transition-delay: 2.5s;
}

.journey-infographic.animate-this .journey-label:hover span {
    transition-delay: 0s!important;
    transition-duration: .3s;
}

.for-you-journey-infographic,
.for-business-journey-infographic {
    background-color: #FAFBFB;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 841px;
    
}
.for-you-journey-infographic {
    background-image:url(../images/for-you-journey-graphic.svg);
}
.for-business-journey-infographic {
    background-image:url(../images/for-business-journey-graphic.svg);
}

.for-you-journey-infographic .journey-infographic,
.for-business-journey-infographic .journey-infographic {
    margin-top: 180px;
}
 .custom-tabs.custom-tabs-1 .tabs-content {
    width: 70%;
}
.custom-tabs.custom-tabs-1 {
    box-shadow: 0px 20px 33px 0px #02061317;
    max-height: 500px;
    border: 1px solid #EDEFEE;
    display: flex;
}
.max-w-719 {
    max-width: 719px;
    margin: 60px auto;
    text-align: center;
}
.max-w-719 .widget-title:after{
  background: #f7403a00 !important;  
}

.why-choose-stacks .widget .textwidget p * {
    color: #082543;
    font-family: 'Montserrat';
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}
/* Custom Tabs */
.custom-tabs ul.tabs-nav {
    margin-left: 0;
    text-align: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    display: grid;
    width: 30%;
    float: left;
    background: url(/wp-content/uploads/2024/01/personal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    padding: 40px 10px 150px 10px;
    grid-row-gap: 0px;
    margin: 0;
}
.custom-tabs ul.tabs-nav li.active:before {
    content: "\f107";
    display: flex;
    /* margin-right: revert; */
    /* height: 22px; */
    /* width: 22px; */
    transition: color 0.3s ease, background 0.3s ease;
    padding: 0 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 23px;
    transform: rotate(270deg);
}
.custom-tabs ul.tabs-nav li .nav-item.active {
  padding: 10px 15px 10px 0px !important;
}
.custom-tabs ul.tabs-nav li .nav-item {
    border: none !important;
    padding: 10px 15px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    text-align: left;
    display: flex;
    text-transform: uppercase;
}
.custom-tabs ul.tabs-nav li.active{
    background-color: #00000024;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
      /* Firefox */
    -moz-transition: all 0.2s ease-in, all 1s ease-out;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in, all 1s ease-out;
    /* Opera */
    -o-transition: all 0.2s ease-in, all 1s ease-out;
    /* Standard */
    transition: all 0.2s ease-in, all 1s ease-out;
}
.bg-grey.block-padding-1 {
    background: none;
}
.block-padding-1{
    padding-top: 40px;
    padding-bottom: 40px;
}
.block-padding-1 .max-w-370 .widget-title {
    color: #F7403A;
    font-family: 'Montserrat';
    font-size: 28px;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 37px;
    font-weight: 500;
}
.block-padding-1 .max-w-370 .widget-title:after {
    display: none;
}
.block-padding-1 .panel-last-child .textwidget p,
.block-padding-1 .panel-last-child .textwidget p a {
    color: #082543;
    font-family: 'Montserrat';
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
}


.tabs-content .tab-content.active .content-title {
     color: #082543;
    font-family: 'Montserrat';
    font-size: 28px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 37px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0;

}
.tabs-content .tab-content.active .content-title:after {
    display: none;
}
.tabs-content .tab-content.active .content-sub-title.text-style-1 {
    color: #082543;
    font-family: 'Montserrat';
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 30px;
}
.tabs-content .tab-content.active .content-sub-title.text-style-1:after {
    content: "...";
}
.single-service .custom-tabs-1 ul.content-list li a:after{
    content: url(/wp-content/themes/stack-law/images/hico-read-full-story.svg);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: auto;
    background: none;
    margin-top: 0px;
}

.tabs-content .tab-content.active .s2.right {
    color: #082543;
    font-family: 'Montserrat';
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
}
.custom-tabs ul.tabs-nav li {
    list-style: none!important;
    display: inline-block;
    margin: 0;
}
.custom-tabs ul.tabs-nav li a {
    border: 1px solid #1A2732;
    background: #00000000;
    display: inline-block;
    color: #1A2732;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 22px;

}
.custom-tabs ul.tabs-nav li {
    background: #1a273200;
    color: #fff;
    display: flex;
    transition: all 0.2s ease-in, all 1s ease-out;
}
@keyframes slideaway {
  from { display: block; }
  to { transform: translateY(40px); opacity: 0;}
}
.custom-tabs .tab-content {
  animation: slideaway 500ms;
  display: none;
}
/*.custom-tabs .tab-content.active {
    display: block;
}*/


.custom-tabs-1 .tab-content.active {
    display: flex;
    padding: 30px;
}
.custom-tabs-1 .tab-content .s1 {
    min-width: 370px;
    width: 100%; 
}
.custom-tabs-1 ul.content-list {
    margin-left: 0;
    padding-left: 0;
    width: 50%;
    -moz-column-width: 50%;
    -webkit-column-width: 50%;
    column-width: 200px;
    height: 320px;

}
.custom-tabs-1 ul.content-list li:first-child {
    margin-top: 0;
}
.custom-tabs-1 ul.content-list li {
    list-style: none!important;
    margin: 5px 0;
    border: 1px solid #6EE0DB;
    padding: 0px;
}
.custom-tabs-1 ul.content-list li:hover {
    border: 1px solid #6ee0db00;
}
.point-list {
    max-height: 650px;
}

.custom-tabs-1 ul.content-list li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 15px 40px 15px 20px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    transition: 0.3s padding ease-out, 0.3s margin ease-out, 0.3s border ease-out;
    text-transform: none;
}
.custom-tabs-1 ul.content-list li a:hover {
    color: #000;
    background-color: #EEEFF1;
    padding-left: 30px;
}
.custom-tabs-1 ul.content-list li a:after {
    content: '\f0c1';
    font-family: 'FontAwesome';
    font-size: 17px;
    display: inline-block;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 3px;
}

.journey-label .journey-slide {
    display: none;
}

.journey-infographic-mobile {
    display: none;
}

.custom-tabs .tabs-nav-mobile {
    display: none;
}



@media only screen and ( max-width: 1023px ) {
    .custom-tabs-1 .tab-content.active {
        display: block;
    }
    .custom-tabs-1 .tab-content .s1 {
        width: 100%;
        min-width: initial;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .custom-tabs-1 ul.content-list li a{
        font-size: 11px;
    }
}

@media only screen and ( max-width: 767px ) {
    .staff-carousel .slick-next {
    right: 33px !important;
}
 .why-choose-stacks .widget .textwidget p {
    display: block !important;
}
.why-choose-stacks .widget .textwidget p .btn{
    display: block !important;
}
    .why-choose-stacks .panel-grid-cell{
        width: 100% !important;
    }
    .custom-tabs.custom-tabs-1{
        overflow: hidden;
    }
    .custom-tabs-1 ul.content-list li a{
        font-size: 12px;
    }
    .custom-tabs ul.tabs-nav{
        display: none;
    }
    .custom-tabs {
        height: 750px;
    }
    .custom-tabs-1 ul.content-list{
        width: 100% !important;
        -moz-column-width: 100% !important;
        -webkit-column-width: 100% !important;
        column-width: 100% !important;
        column-width: auto !important;
    }
    .internal-header {
        display: block;
       /* background: #F7403A!important;*/
       height: auto !important; 
    }

    .postid-534 .internal-header {
       /* background: #384959!important;*/
    }
    
    .for-you-journey-infographic,
    .for-business-journey-infographic {
        background: #082543 !important;
        min-height: initial;
        color: #fff;
    }
    
    .journey-infographic {
        display: none;
    }
    .journey-infographic-mobile {
        display: block;
    }
    .journey-infographic-mobile .label {
        display: block;
        text-align: left;
        font-size: 15px;
        font-weight: 700;
        padding: 18px 40px 18px 15px;
        position: relative;
    }
    .journey-infographic-mobile .label:after {
        content: '\f107';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 16px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 400;
    }
    .journey-infographic-mobile .active .label:after {
        content: '\f106';
    }

    .journey-infographic-mobile .content {
        display: none;
        text-align: left;
    }
    .journey-infographic-mobile .active .content {
        display: block;
        padding: 0 30px 20px;
    }
    .journey-infographic-mobile .content a {
        display: block;
        color: #fff!important;
        opacity: .8;
        padding: 5px 0px;
        text-decoration: none;
    }
    .journey-infographic-mobile .content a:hover {
        text-decoration: underline;
    }

    .journey-infographic-mobile .item {
        border-bottom: 1px solid #384A5A;
    }
    .journey-infographic-mobile .item:last-child {
        border: none;
    }
    
    .custom-tabs .tabs-nav {
        display: none;
    }
    .custom-tabs .tabs-nav-mobile {
        display: block;
        position: relative;
        margin-bottom: 30px;
    }
    .custom-tabs .tabs-nav-trigger {
        color: #fff;
        background: #082543;
        position: relative;
        padding: 15px 35px 15px 25px;
        font-size: 14px;
        font-weight: 600;
    }
    .custom-tabs .tabs-nav-trigger:after {
        content: '\f107';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 16px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 400;
    }
    
    .tabs-nav-mobile-dropdown {
        display: none;
        background: #082543f5;
        padding: 10px 0 20px;
    }
    .tabs-nav-mobile.show .tabs-nav-mobile-dropdown {
        display: block;
    }
    
    .tabs-nav-mobile-dropdown a {
        display: block;
        color: #fff!important;
        padding: 8px 25px;
        text-decoration: none;
        opacity: .8;
    }
    
}

@media only screen and (max-width: 420px) {
    
}