:root {
    --benton-bold:'Benton Sans Bd';
    --benton-light:'Benton Sans Lt';
    --benton-normal:'Benton Sans Bk';
    --benton-regular: 'Benton Sans Reg';
    --dark-blue: #002b54;
    --gray:#999999;
    --light-blue: #009ade;
    --med-blue:#006cb5;
    --purple:#901a9d;
    --ada-purple:#712F7E;
    --copy-52:52px;
    --copy-42:42px;
    --copy-35:35px;
    --copy-34:34px;
    --copy-30:30px;
    --copy-32:32px;
    --copy-21:21px;
    --copy-20:20px;
    --copy-16:16px;
    --skew:skew(23deg);
    --negative-skew:skew(-23deg);
}

body {
    margin: 0;
    padding: 0;
}

img{
    max-width: 100%;
}

/* .alg21 .container {
    margin: auto;
} */

.alg21 {
    background-image: url(/AlgerImages/Alger-Gray-Gradient.svg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
}

.alg21 p {
    font-size: var(--copy-21);
    color: #333333;
    line-height: 26.3px;
}

.alg21 p > * {
    font-size: inherit;
}

.skewed-btn {
    display: flex;
    align-items: center;
    height: 50px;
    width: fit-content;
    background-color: var(--purple);
    text-decoration: none;
    padding: 1rem 4rem;
    transition: all 0.2s;
    -webkit-transform: var(--negative-skew);
    -moz-transform: var(--negative-skew);
    -ms-transform: var(--negative-skew);
    -o-transform: var(--negative-skew);
    transform: var(--negative-skew);
}

.skewed-btn span {
    display: inline-block;
    -webkit-transform: var(--skew);
    -moz-transform: var(--skew);
    -ms-transform: var(--skew);
    -o-transform: var(--skew);
    transform: var(--skew);
    color: #fff;
    font-family: var(--benton-bold);
    text-transform: uppercase;
    font-size: var(--copy-16);
}

/*.intro-copy,
.announcement,
*/
.at-a-glance,
.get-in-touch {
    padding: 100px 0;
}

.intro-copy{
    padding: 70px 0 90px; /* 100px padding between text and next section */
}

.announcement{
    padding: 0 0 70px;
}

.intro-copy .img-wrapper img{
    width: 100%;
    height: auto;
    max-width: 100%;
}

.hero-slider {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.hero-slider-wrapper {
    height: 100%;
    position: relative;
}

.hero-slider-item {
    position: relative;
    height: 600px;
    background-color: var(--dark-blue);
    overflow: hidden;
}

.hero-slider-item > img {
    position: absolute;
    z-index: 0;
    right: -60%;
    width: 100%;
    transform: scale(1.5);
    bottom:0;
}

.hero-slider-box {
    z-index: 5;
    position: relative;
    background-color: var(--dark-blue);
    height: 100%;
    width: 50%;
    -webkit-transform: var(--negative-skew);
    -moz-transform: var(--negative-skew);
    -ms-transform: var(--negative-skew);
    -o-transform: var(--negative-skew);
    transform: var(--negative-skew);
}

.hero-highlight-box {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50px;
    -webkit-transform: var(--negative-skew);
    -moz-transform: var(--negative-skew);
    -ms-transform: var(--negative-skew);
    -o-transform: var(--negative-skew);
    transform: var(--negative-skew);
    background-color: rgba(255, 255, 255, .15);
}

.hero-slider-box-inner {
    -webkit-transform: var(--skew);
    -moz-transform: var(--skew);
    -ms-transform: var(--skew);
    -o-transform: var(--skew);
    transform: var(--skew);
    padding: 20px 5rem 20px 15rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-slider-label {
    font-size: 19px;
    margin-bottom: 3rem;
    color: var(--light-blue);
    display: block;
    font-family: var(--benton-light);
}

.hero-slider-label .bold {
    font-family: var(--benton-bold);
}

.hero-slider-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    font-size: var(--copy-52);
    line-height: var(--copy-52);
    color: #fff;
    font-family: var(--benton-normal);
}

.hero-slider-content p {
    color: #fff;
    margin: 3rem 0;
    font-size: 18px;
    line-height: 23px;
}

.hero-slider-prev {
    background: url(https://www.alger.com/Style%20Library/Alger/img/arleft.png) center center no-repeat;
}
.hero-slider-next {
    background: url(https://www.alger.com/Style%20Library/Alger/img/arright.png) center center no-repeat;
    right: 0;
}

.hero-slider-prev,
.hero-slider-next {
    position: absolute;
    width: 26px;
    height: 56px;
    z-index: 100;
    cursor: pointer;
    top: 50%;
    margin: 0 20px;
}

/* ========= HERO SLIDER RESTYLING 2024 ========== */

.hero-box {
    background-image: none!important;
    color: #fff!important;
    left: 0!important;
}

.hero-item-content-wrapper {
    -webkit-transform: var(--negative-skew);
    -moz-transform: var(--negative-skew);
    -ms-transform: var(--negative-skew);
    -o-transform: var(--negative-skew);
    transform: var(--negative-skew);
    height: inherit;
    /* width: 900px; */
    width: 50%;
    background-color: var(--dark-blue);
    position: relative;
    z-index: 10;
}

.hero-label {
    font-size: 19px;
    margin-bottom: 3rem;
    color: var(--light-blue)!important;
    display: block;
    font-family: var(--benton-light);
}

.hero-label .bold {
    font-family: var(--benton-bold);
}

.hero-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    font-size: var(--copy-52) !important;
    line-height: var(--copy-52) !important;
    /* color: #fff!important; */
    font-family: var(--benton-bold) !important;
    text-transform: none!important;
}

.hero-content p {
    color: #fff;
    margin: 3rem 0;
    font-size: 21px;
    line-height: 26.3px;
    max-width: 540px;
    margin-bottom: 70px;
}

.hero-box {
    height: 100%!important;
    padding: 2rem 5rem 2rem 20rem!important;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 5!important;
    -webkit-transform: var(--skew);
    -moz-transform: var(--skew);
    -ms-transform: var(--skew);
    -o-transform: var(--skew);
    transform: var(--skew);
}

.hero-title span.s4, .hero-box a {
    margin-left: 0!important;
}

.hero-prev {
    margin-left: 0!important;
    left: 3%!important;
}

.hero-next {
    margin-left: 0!important;
    right: 3% !important;
    left: 97%!important;
}
  
.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #aaa;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #fff;
}

.hero-label{
    font-size: 20px !important;
    line-height: 21px !important;
}

.hero-item .hero-box{
    height: auto !important;
    padding-top: 90px !important;
}

.slider-dots{
  padding: 10px;
  position: relative;
  text-align: left;
  padding-left: 20rem;
}

.slider-dots-container{
    position: absolute;
    bottom: 2%;
    z-index: 1000;
    width: 100%;
    left: 0;
}


/* Start Hero Slider Replacement */

.home-hero-slider {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #002b57;
}

.home-hero-slider .flexslider {
    height: 100%;
    border: 0;
}

.home-hero-slider .flexslider .slides {
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-hero-slider .flexslider .flex-viewport {
    height: 100%;
}

.home-hero-slider .flexslider .slides li {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    background-color: #002b57;
}

.home-hero-slider .flexslider .slides img {
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    z-index: 0;
    transform: scale(1);
    left: 40%;
    width: 100%;
    object-fit: cover;
}

.home-hero-slider .hero-item-content-wrapper {
    height: 100%;
    width: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: var(--dark-blue);
}

.home-hero-slider .hero-box {
    color: #fff;
    padding: 20px;
    opacity: 1;
}

.home-hero-slider .hero-label {
    font-size: 19px;
    color: var(--light-blue) !important;
}

.home-hero-slider .hero-label .bold {
    font-weight: bold;
}

.home-hero-slider .hero-title {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.home-hero-slider .hero-title span {
    display: block;
}

.home-hero-slider .hero-box .hero-details {
    color: #fff;
    margin: 3rem 0;
    font-size: 21px;
    line-height: 26.3px;
    max-width: 540px;
    margin-bottom: 70px;
    font-family: 'Benton Sans Reg';
}

.home-hero-slider .skewed-btn {
    display: flex;
    align-items: center;
    height: 50px;
    width: fit-content;
    background-color: var(--purple);
    text-decoration: none;
    padding: 1rem 4rem;
    transition: all 0.2s;
    -webkit-transform: var(--negative-skew);
    -moz-transform: var(--negative-skew);
    -ms-transform: var(--negative-skew);
    -o-transform: var(--negative-skew);
    transform: var(--negative-skew);
    margin-left: 10px !important;
}

.home-hero-slider .flex-control-nav li:hover{
    cursor: pointer;
}

.home-hero-slider .flex-active:focus{
    outline: none;
}

/* Flexslider Navigation Arrows */
.home-hero-slider .flexslider .flex-prev,
.home-hero-slider .flexslider .flex-next {
    width: 26px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    cursor: pointer;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.9;
}

.home-hero-slider .flexslider .flex-prev {
    left: 10px;
    background: url('https://www.alger.com/Style%20Library/Alger/img/arleft.png') no-repeat center center;
    margin-left: 0 !important;
    left: 3% !important;
}

.home-hero-slider .flexslider .flex-next {
    right: 10px;
    background: url('https://www.alger.com/Style%20Library/Alger/img/arright.png') no-repeat center center;
    margin-left: 0 !important;
    right: 3% !important;
}

/* Slider Dots */
.home-hero-slider .flex-control-nav {
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 2%;
    left: 12%;
    transform: translateX(-50%);
    left: 0;
    margin-left: 24rem;
}

.home-hero-slider .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}

.home-hero-slider .flex-control-nav a {
    display: block;
    width: 15px;
    height: 15px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 50%;
    transition: background-color 0.6s ease;
}

.home-hero-slider .flex-control-nav a.flex-active {
    background-color: #fff;
}

.flex-direction-nav a:before {
    display: none;
}

.flex-direction-nav .flex-prev, 
.flex-direction-nav .flex-next {
    text-indent: 9999px !important;
    overflow: hidden;
}

.home-hero-slider .flex-direction-nav{
    //width: 100vw !important;
    //position: absolute;
    height: 100%;
    top: 0;
}

.home-hero-slider .flex-control-paging li a:hover{
    background: rgba(255, 255, 255, 0.7);
}

/* End Hero Slider Replacement */


/* ========= HOMEPAGE SECTION STYLES ========== */

.intro-copy .intro-copy-title {
    font-family: var(--benton-regular);
    color: #002b57;
    font-size: var(--copy-52);
    line-height: var(--copy-52);
    line-height: 62px;
    margin-bottom: 4rem;
}

.intro-copy .intro-copy-inner-wrapper {
    display: flex;
    /* gap: 2rem; adjustment */
    align-items: center;
    justify-content: space-between;
}

.intro-copy-content span {
    color: var(--light-blue);
    font-family: var(--benton-bold);
}

.intro-copy .intro-copy-title sup{
    font-size: 25px;
    top: -0.7em;
}

.announcement .outer-box {
    background-image: url(/AlgerImages/gray-bg.svg);
    background-position: right bottom;
    background-size: 70%;
    background-repeat: no-repeat;
    padding-right: 5rem;
    padding-bottom: 5rem;

}

.announcement .inner-box {
    background-image: url(/AlgerImages/announcement-box-image.jpg);
    background-position: -95%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--light-blue);
    overflow: hidden;
    position: relative;
}

.announcement .copy-block-outer {
    background-color: var(--light-blue);
    color: #fff;
    padding: 3rem 9rem;
    max-width: 70%;
    margin-right: 0;
    margin-left: auto;
    -webkit-transform: var(--negative-skew);
    -moz-transform: var(--negative-skew);
    -o-transform: var(--negative-skew);
}

.announcement .copy-block-inner {
    -webkit-transform: var(--skew);
    -moz-transform: var(--skew);
    -o-transform: var(--skew);
}

.copy-block-inner .skewed-btn {
    margin-left: 2rem;
}

.announcement .copy-block-inner span, 
.announcement .copy-block-inner h2,
.announcement .copy-block-inner p,
.announcement .copy-block-inner a{
    padding-left: 2rem;
}

.announcement .copy-block-outer .subheading {
    font-family: var(--benton-bold);
    font-size: var(--copy-20);
    text-transform: uppercase;
    margin-bottom: 3.4rem;
    display: block;
}

.announcement .copy-block-outer h2 {
    font-family: var(--benton-regular);
    color: #002b57;
    font-size: var(--copy-42);
    line-height: 55px;
    margin-bottom: 2rem;
}

.announcement .copy-block-outer p {
    color: #fff;
    margin-bottom: 3rem;
}

.spotlight-box {
    border: 1px solid #136CAF;
    background-color: #fff;
    padding: 3rem;
}

.spotlight-box h2 {
    text-align: center;
    font-size: var(--copy-20);
    font-family: var(--benton-bold);
    color: #136caf;
    text-transform: uppercase;
}

.spotlight-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 4rem;
}

.spotlight-row > * {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-start;
    position: relative;
}

.spotlight:first-of-type:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #28a4e5;
    right: -3%;
    top: 0;
    border: 0;
}

.spotlight-row h3 {
    color: var(--dark-blue);
    font-size: var(--copy-34);
    font-family: var(--benton-regular);
    margin: 0!important;
}

.spotlight-row p{
    margin-bottom: 20px;
}

.spotlight-row a {
    margin-top: auto;
    color: var(--light-blue)!important;
    text-transform: uppercase;
    font-family: var(--benton-bold);
    font-size: 16px;;
}

.investment-solutions {
    padding: 100px 0 100px 0;
}

.investment-solutions h2 {
    font-size: var(--copy-34);
    color: #136caf;
    text-transform: uppercase;
    font-family: var(--benton-bold);
}

.investment-solutions h3 {
    font-size: var(--copy-34);
    color: #333333;
    font-family: var(--benton-regular);
    margin-top: 3rem;
}

#strategy_finder .subtitle{
    color: #333333 !important;
}

.investment-solutions h4.featured-title {
    font-size: var(--copy-34);
    line-height: var(--copy-34);
    font-family: var(--benton-regular);
    color: #333333;
    margin: 3rem 0;
}

.filter-set #filter-btn a:not(.show) {
    /* display: none; */
}

.filter-set #filter-btn a {
    background-color: var(--purple);
    color: #fff;
    font-family: var(--benton-bold);
    font-size: 16px;
    line-height: 1.4;
    padding: .5rem 2rem;
    height: 32px;
}

.filter-set #filter-btn a.open {
    display: inline-block;
}

#strategy-results-grid-home {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 3rem;
    padding: 0 15px;
}

.cap-item-home {
    flex: 1;
    background-color: var(--dark-blue);
    color: #fff;
    display: flex;
    flex-direction: column;
}

.cap-item-home a:last-child {
    margin-top: auto;
    margin-left: auto;
    background-color: var(--light-blue);
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: end;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    font-family: var(--benton-bold);
    font-size: 16px;
}

.intro-copy-content{
    padding-right: 32px;
}

.cap-item-home{
    opacity: 0; transform: translateY(20px); transition: all 0.3s ease-out;
}

.home-cap-header {
    font-family: var(--benton-normal);
    padding: 20px;
    background-color: #136CAF;
    color: #fff;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}

.home-cap-header:after {
    position: absolute;
    content:"";
    width: 29px;
    height: 28px;
    right: 0;
    background-color: var(--med-blue);
    margin-right: 20px;
    border-radius: 100%;
    font-family: var(--benton-bold);
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    /* Demonstration - Remove Featured Strategy Icons */
    display: none;
}

.home-cap-l .home-cap-header:after {
    content:"L";
    padding-left: 1rem;
}
.home-cap-m .home-cap-header:after {
    content:"M";
    padding-left: .7rem;
}
.home-cap-sm .home-cap-header:after {
    content:"S";
    padding-left: .9rem;
}

.home-cap-inner {
    padding: 2rem;
}

.home-cap-title {
    font-size: var(--copy-30);
    font-family: var(--benton-bold);
    margin: 3rem 0;
}

.cap-item-home p {
    color: #fff;
    /* font-size: 19px;
    line-height: 29px; */
}

.view-all-wrapper {
    display: flex;
    justify-content: center;
}

#caps-grid{
    margin-bottom: 40px !important;
}

#footnotes{
    margin-bottom: 0 !important;
}

#disclosures{
    margin-bottom: 20px;
}

.at-a-glance {
    margin-top: 0;
    position: relative;
    background-image: url(/AlgerImages/iStock-1495343273-gray.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.at-a-glance-overlay {
    position: absolute;
    inset: 0;
    /* background-color: rgba(0, 108, 181, .30); */
    background-color: var(--dark-blue);
    filter: opacity(.9);

}

.at-a-glance-wrapper h2 {
    text-align: center;
    font-size: var(--copy-34);
    color: var(--light-blue);
    font-family: var(--benton-bold);
    margin-bottom: 5rem;
    position: relative;
}

.at-a-glance-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 4rem;
}

.at-a-glance-row > * {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    text-align: center;
    position: relative;
}

.figure-item:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #28a4e5;
    right: -3%;
    top: 0;
    border: 0;
}

.figure-item h3 {
    font-size: 90px;
    color: var(--light-blue);
    font-family: var(--benton-bold);
    margin: 0!important;
}

.figure-item h3 sup {
    font-size: 50%!important;
    font-family: var(--benton-normal)!important;
    top: -.8em!important;
}

.figure-item p {
    color: #fff;
}

.get-in-touch-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    text-align: center;
}

.get-in-touch-wrapper h2 {
    font-family: var(--benton-bold);
    font-size: var(--copy-32);
    color: var(--ada-purple);
    margin: 0!important;
    text-transform: uppercase;
}

.get-in-touch-wrapper .skewed-btn{
    padding: 4rem;
}

.get-in-touch-wrapper .skewed-btn span{
    font-size: var(--copy-32);
    line-height: 1.15;
}

@media (max-width:1500px){
    
    .home-hero-slider .flexslider .flex-next{
        left: auto !important;
    }

    .hero-box{
        padding: 2rem 5rem 2rem 10rem !important;
    }

    .home-hero-slider .flex-control-nav{
        margin-left: 14rem;
    }

    .hero-slider-item > img {
        right: -80%;
        height: 100%;
    }

    .hero-slider-box {
        width: 75%;
    }

    .hero-highlight-box {
        left: 75%;
    }

    .home-hero-slider .hero-item-content-wrapper{
        width: 60vw;
    }

}

@media (max-width: 1200px){
    .home-hero-slider .hero-item-content-wrapper{
        width: 75vw;
    }
}


@media screen and (max-width: 1023px) {

    .hero-title {
        margin-left: 0!important;
        /* New */
        font-size: 7vw !important;
        line-height: 1.2em !important;
        font-weight: normal !important;
        font-family: var(--benton-normal) !important;
        display: flex;
        gap: 0;
    }

    .hero-item-content-wrapper {
        width: 100vw!important;
    }

    .hero-item-content-wrapper {
        -webkit-transform: skew(-0deg);
        -moz-transform: skew(-0deg);
        -ms-transform: skew(-0deg);
        -o-transform: skew(-0deg);
        transform: skew(-0deg);
    }

    .hero-box {
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
    }
    .hero-slider, #hero .hero-content, .hero-wrapper{
        height: 550px;
    }

    .hero-box{
        padding: 2rem 7rem 6rem 10rem !important;
        width: 100vw!important;
    }

    .home-hero-slider .hero-box p{
        max-width: 100%;
    }

    .home-hero-slider .flex-control-nav{
        margin-left: 14rem;
    }

    #strategy_finder #client-type{
        height: 100% !important;
    }

    .hero-label .bold{
        font-size: var(--copy-20);
    }
}


@media (max-width:991px) {

    .home-hero-slider .flexslider .flex-next{
        left: auto !important;
    }

    .hero-slider-item > img {
        right: -80%;
        height: 100%;
    }

    .hero-slider-box {
        width: 75%;
    }

    .hero-highlight-box {
        left: 75%;
    }

    .intro-copy {
        padding-bottom: 0;
    }

    .intro-copy-inner-wrapper {
        flex-direction: column;
    }

    .announcement .outer-box {
        padding-bottom: 0;
        padding-right: 0;
    }

    .announcement .copy-block-outer {
        max-width: 100%;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
    }

    .announcement .copy-block-inner {
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
    }

    .spotlight-row {
        flex-direction: column;
    }

    .spotlight:first-of-type:after {
        content: none;
    }
    .spotlight:nth-of-type(2):before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: var(--light-blue);
        top: -18px;
    }

    #client-type .radio-item:last-child{
        display: none;
    }

    #strategy-results-grid-home {
        flex-direction: column;
    }

    .at-a-glance-row {
        flex-direction: column;
    }

    .figure-item:not(:last-child):after {
        content:none;
    }

    .figure-item:not(:first-child):before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #28a4e5;
        top: -25px;
    }
    .intro-copy-inner-wrapper .img-wrapper{
        padding-bottom: 40px;
    }
    .intro-copy-content{
        padding-right: 0;
    }
    .announcement .copy-block-inner span, 
    .announcement .copy-block-inner h2,
    .announcement .copy-block-inner p{
        padding-left: 0;
    }
    .announcement .copy-block-inner a{
        padding-left: 3rem;
    }
    .copy-block-inner .skewed-btn{
        margin-left: 1rem;
    }
    .mobileHide{
        display: none;
    }
}

@media (max-width:750px) {
    .hero-slider-box-inner {
        padding: 20px 5rem 20px 5rem;
    }
    .announcement .copy-block-outer {
        padding: 3rem 2rem;
    }

    .client-type {
        margin-bottom: 30px!important;
        overflow: visible!important;
    }
}
@media screen and (max-width:700px) {
    .hero-box {
        padding-left: 7rem!important;
    }

    .hero-next {
        left: 90%!important;
        right: 10%!important;
    }
    .slider-dots{
        display: none;
    }
    .home-hero-slider .flex-control-nav{
        margin-left: 11.5rem;
    }
}
@media (max-width:600px) {
    .hero-slider-box {
        width: 100%;
    }

    .hero-slider-item > img {
        display: none;
    }

    .hero-slider-title {
        font-size: var(--copy-42);
        line-height: var(--copy-42);
    }
}

@media screen and (max-width: 425px){
    .hero-box {
        padding-left: 6rem!important;
    }
    .home-hero-slider .flex-control-nav{
        margin-left: 10rem;
    }
    .home-hero-slider{
        height: 600px;
        min-height: 100%;
    }
}

@media screen and (max-width: 400px){
    .hero-box {
        padding-left: 6rem!important;
    }
    .home-hero-slider .flex-control-nav{
        margin-left: 10rem;
    }
    .home-hero-slider{
        height: 650px;
        min-height: 100%;
    }
}

.scaled_btn {
    transition: all .5s ease;
}
.scaled_btn:hover {
    scale: 1.05;
}

#strategy_finder #client-type {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.radio-item {
    display: flex !important;
    align-items: center;
    padding: 10px 5px 10px 47px !important;
}
#filter-set-1{
    display: flex;
    align-items: center;
}

#filter-btn{
    display: flex;
    justify-content: center;
    min-width: 105px;
    margin-left: 1%;
}

#filter-search{
    margin-bottom: 40px;
}
.search-row{
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    #filter-set-1 {
        flex-direction: column;
        align-items: flex-start;
        display: none;
    }

    #strategy_finder #client-type {
        flex-direction: column;
        margin-bottom: 15px;
    }
    #filter-btn{
        margin-left: 40px;
        justify-content: center;
    }
    #filter-search{
        margin-bottom: 20px;
        padding-left: 0px !important;
    }
}

.home-cap-header-link:hover {
    text-decoration: none;
}
.home-cap-title {
    color:#fff;
    line-height: normal;
}
.cap-item-learn {
    margin-top: auto;
}
.home-cap-description {
    color: #fff;
}


@media screen and (min-width:1775px) {
    .hero-item-content-wrapper {
        width:50%!important;
    }
}

@media screen and (min-width:2200px) {
    .hero-item-content-wrapper {
        width:40%!important;
    }
}

@media screen and (min-width:4000px) {
    .hero-item.current .hero-box {
        left: 40%!important;
    }
}