/******* Variables *********/
$imgw! {
    if (css.vars.w()>1600) "1920";
    else if (css.vars.w()>1280) "1600";
    else if (css.vars.w()>980) "1280";
    else if (css.vars.w()>"767") "980";
    else "767";
}

$bfont! {
    if (css.vars.w()>980) "16px";
    else "14px";
}

$centerAll {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

$maxWidth {
    max-width: 1220px;
    margin: 0 auto;
}

$innerWidth {
    max-width: 1066px;
    margin: 0 auto;
}

$teamMaxWidth {
    width: calc(100% - 3rem);
    max-width: 1075px;
    margin: 0 auto;
}

/******* Fonts *********/
$primaryUltraLight {font-family: sofia-pro, sans-serif; font-weight: 100; font-style: normal;}
$primaryExtraLight {font-family: sofia-pro, sans-serif; font-weight: 200; font-style: normal;}
$primaryLight {font-family: sofia-pro, sans-serif; font-weight: 300; font-style: normal;}
$primaryRegular {font-family: sofia-pro, sans-serif; font-weight: 400; font-style: normal;}
$primaryMedium {font-family: sofia-pro, sans-serif; font-weight: 500; font-style: normal;}
$primarySemiBold {font-family: sofia-pro, sans-serif; font-weight: 600; font-style: normal;}
$primaryBold {font-family: sofia-pro, sans-serif; font-weight: 700; font-style: normal;}
$primaryBlack {font-family: sofia-pro, sans-serif; font-weight: 900; font-style: normal;}

/******* Colors *********/
$base {#083b95;}
$blue {#0077bb;}
$lightBlue {#0097d7;}
$green {#00ae95;}
$accent {#9dca69;}
$bg {#f3f4f5;}

/**** Flex Auto Prefix *****/
$flex {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
}
$flexCenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
$flexContentEnd {
    -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end
}
$flexContentStart {
    -webkit-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start
}
$flexItemStart {
    -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start
}
$flexItemEnd {
    -webkit-box-align: end;
       -ms-flex-align: end;
           align-items: flex-end
}
$flexContentCenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
$flexItemCenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
$flexColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
$flexRowR {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
$flexColumnR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
$flexContentSpaceBetween {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/**** Grid Auto Prefix *****/
$grid {
    display: -ms-grid;
    display: grid;
}
$gridOneCol {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
$gridTwoCol {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
$gridThreeCol {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
$gridFourCol {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

/************************* GLOBAL *************************/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}
body,
html {
    $primaryRegular;
    font-size: $bfont!;
    overflow-x: hidden !important;
}
p {
    $primaryLight;
    font-size: $bfont!;
    font-size: 1rem;
    line-height: 2rem;
    color: $base;
    text-align: center;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    $primaryLight;
    color: $base;
}
div {-webkit-tap-highlight-color: transparent;}

.sec-title {
    $primaryRegular;
    font-size: 1.5625rem;
    line-height: ;
    letter-spacing: 0.1em;
    color: $base;
    text-align: center;
}
.sec-title::after {
    content: '';
    width: 63px;
    height: 2px;
    background: $accent;
    display: block;
    margin: 0 auto;
    margin-top: 1.25rem;
}

.hero {
    & {
        height: 100vh;
        max-height: 480px;
        position: relative;
        margin-top: 120px;
    }
    h1 {
        $primaryRegular;
        font-size: 5.5rem;
        color: #fff;
        $centerAll;
        width: 100%;
        text-align: center;
        padding: 0 1.5rem;
    }
}

#about #container {
    /* .hero {background: url(/i/about_hero_$[imgw!].jpg) no-repeat center/cover;} */
    .hero {background: url(/i/About_hero_$[imgw!].jpg) no-repeat center/cover;}
}
#contact #container {
    .hero {background: url(/i/Contact_theater2_$[imgw!].jpg) no-repeat center/cover;}
    /* .hero {background: url(/i/contact_hero_$[imgw!].jpg) no-repeat center/cover;} */
}
#strategies #container {
    .hero {background: url(/i/Strategies_hero_$[imgw!].jpg) no-repeat center/cover;}
}

#philosophy #container {
    .hero {background: url(/i/Philosophy_hero_$[imgw!].jpg) no-repeat center/cover;}
}

#team #container {
    .hero {display: none;}
}

#media #container {
    .hero {background: url(/i/mediaHero_$[imgw!].jpg) left center/cover no-repeat;}
}

/************************* HEADER *************************/
header {
    & {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
        /* transition: padding .2s ease; */
        padding: 1.8rem 1.5rem;
    }
    .container {
        $maxWidth;
        $flex;
        $flexContentSpaceBetween;
        align-items: center;
        position: relative;
    }
    .logo {
        width: 248px;
        height: 68px;
    }
    .nav {
        ul {
            list-style: none;
            $flex;
        }
        li {margin-left: 32px;}
        a {
            $primaryRegular;
            font-size: 16px;
            line-height: 30px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: $base;
            display: block;
            position: relative;
        }
        .linkedin::before {display: none;}
        a::before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 7px solid $base;
            position: absolute;
            top: -16px;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
        }
        a.current {
            &::before {opacity: 1;}
        }
        img {
            width: 15px;
        }
    }
}

header.scroll {
    & {
        box-shadow: 1px 0px 2px 0px rgba(0,0,0,.2);
    }
}

/************************* HOME *************************/
.top-space {
    margin-top: 100px;
}
#home #container {
   .banner {
       & {position: relative;}
        #imgSlider {
            .fx-slides > div > div {
                width: 100%;
                /* height: 880px; */
                height: 90vh;
                position: relative;
            }
            .fx-slides > div > div:nth-child(1) {background: url(i/homeHero_1_comp.jpg) no-repeat center/cover;}
            .fx-slides > div > div:nth-child(2) {background: url(i/homeHero_2_comp.jpg) no-repeat center/cover;}
            .fx-slides > div > div:nth-child(3) {background: url(i/homeHero_3_comp.jpg) no-repeat center/cover;}
            .fx-slides > div > div {
                h1 {
                    $primaryRegular;
                    /* font-size: 5.625rem; */
                    font-size: 4.625rem;
                    /* line-height: 5.75rem; */
                    line-height: 4.74rem;
                    letter-spacing: 0.02em;
                    text-align: center;
                    color: #fff;
                    width: calc(100% - 3rem);
                    $centerAll;
                }
                span {$primaryExtraLight;}
            }
            .fx-list {
                position: absolute !important;
                width: 135px;
                left: 50%;
                bottom: 105px;
                transform: translateX(-50%);
                z-index: 10;
            }
            .fx-list .fx-nav {
                width: 20px !important;
                height: 20px;
                background: transparent;
                border: solid 1px #fff;
                margin: 12px;
                font-size: 0;
                position: relative;
                transform: rotate(45deg);
            }
            .fx-list .fx-nav::after {
                content: '';
                width: 6px !important;
                height: 6px;
                $centerAll;
                background: #fff;
                border-radius: 50%;
                opacity: 0;
            }
            .fx-list .fx-nav:nth-child(3) {margin-right: 0;}
            .fx-list .fx-nav.fx-on {
                &::after {opacity: 1;}
            }
        }
        .scroll-down {
            $primaryLight;
            font-size: 14px;
            color: #fff;
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .who-we-are {
        & {padding: 10.75rem 1.5rem;}
        > div {
            max-width: 740px;
            margin: 0 auto
        }
        h3 {
            $primaryRegular;
            font-size: 2.25rem;
            line-height: 3rem;
            color: $base;
            text-align: center;
            margin: 2.125rem 0 4.3125rem 0;
        }
        h3 span {color: $lightBlue}
        p {
            max-width: 620px;
            margin: 0 auto;
            font-size: 1.3125rem;
        }
    }
}

/************************* NUMBERS *************************/
#home #container {
    .numb-top {
        background-color: #f3f4f5;
        padding: 6.25rem 0 3.5rem 0;
    }
    .numb-bottom {
        background-color: #f3f4f5;
        padding-top: 10.75rem;
    }
    .numbers {
        & {
            background: #f3f4f5;
            /* height: 1285px; */
            height: 905px;
            position: relative;
            background-image: url(/i/home_BTN_parallax_image.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        .sec-title {
            position: absolute;
            top: 90px;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .wrap {
            & {
                position: absolute;
                width: 100%;
                min-width: 1920px;
                left: 50%;
                transform: translate(-50%,-50%);
                top: 50%;
                /* background-image: url(/i/home_BTN_parallax_image.jpg);
                background-repeat: no-repeat;
                background-attachment: fixed; */
                /* background-size: 110%;
                background-position: -310% -196%; */
            }
            svg {
                /* background-image: url(/i/home_BTN_parallax_image.jpg);
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: 110%;
                background-position: -310% -196%; */
            }
            > div {
                & {
                    max-width: 240px;
                    text-align: center;
                }
                a {
                    $primaryExtraLight;
                    /* font-size: 60px; */
                    font-size: 3.75rem;
                    color: #fff;
                    cursor: context-menu;
                }
                p {
                    /* font-size: 21px; */
                    font-size: 1.3125rem;
                    line-height: 1.8rem;
                    color: #fff;
                    /* display: none; */
                    cursor: context-menu;
                    visibility: hidden;
                    opacity: 0;
                    transition: opacity .5s ease;
                    width: 0;
                    height: 0;
                }
                img {
                    width: 20px;
                    display: block;
                    margin: 15px auto 0 auto;
                }
            }
            /* .right.active {
                right: 27%;
            } */
            > div.active {
                p {visibility: visible; opacity: 1; width: auto; height: auto;}
                a {$primaryRegular;}
                img {display: none;}
            }
            .top {
                position: absolute;
                top: 28%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            .left {
                position: absolute;
                top: 50%;
                left: 40%;
                transform: translate(-50%, -50%);
            }
            .right {
                position: absolute;
                top: 50%;
                /* right: 32%; */
                left: 61%;
                transform: translate(-50%, -50%);
            }
            .bottom {
                position: absolute;
                top: 71%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        }
    }

}

/************************* Home Strategies *************************/
#home #container {
    .strategies {
        & {
            /* background: rgb(0,127,195);
            background: linear-gradient(90deg, rgba(0,127,195,1) 40%, rgba(2,148,180,1) 70%);     */
            background: rgb(2,148,180);
            background: linear-gradient(90deg, rgba(2,148,180,1) 40%, rgba(0,127,195,1) 70%);
            padding: 10.75rem 1.5rem;
            height: 850px;
        }
        .sec-title {
            color: #fff;
            margin-bottom: 5.8rem;
        }
        .mobile {display: none;}
        .desktop {
            & {
                max-width: 905px;
                margin: 0 auto;
            }
            .slider-nav {
                & {
                    $flex;
                    justify-content: space-between;
                }
                a {
                    $primaryLight;
                    color: #ffffff80;
                    font-size: 2.625rem;
                    line-height: 2.9rem;
                    cursor: pointer;
                    transition: color .3s ease;
                }
            }
            .slider-nav > div.sel {
                a {color: #fff;}
            }
            .h-line {
                & {
                    width: 100%;
                    max-width: 610px;
                    margin: 53px auto;
                    position: relative;
                }
                .line {
                    display: block;
                    width: 100%;
                    height: 1px;
                    background: #fff;
                }
                .circle {
                    position: absolute;
                    width: 7px;
                    height: 7px;
                    background: #fff;
                    border-radius: 100%;
                    transform: translateY(-50%);
                    cursor: pointer;
                }
                .circle.sel {
                    &{background: $accent;}
                }
                .circle.sel {
                    &::after {opacity: 1;}
                }
                .left {top: 50%; left: 0;}
                .right {top: 50%; right: 0;}

                .circle::after {
                    content: '';
                    width: 25px;
                    height: 25px;
                    border: solid 1px #fff;
                    position: absolute;
                    border-radius: 50%;
                    top: -10px;
                    left: -10px;
                    opacity: 0;
                }
            }
            .slider-content {
                & {
                    position: relative;
                }
                > div {
                    position: absolute;
                    width: 100%;
                    opacity: 0;
                }
                > div.sel {opacity: 1; z-index: 1;}
                .content-wrap {
                    $flex;
                    justify-content: space-between;
                }
                p {
                    $primaryLight;
                    color: #fff;
                    font-size: 1.3125rem;
                    max-width: 335px;
                    transition: opacity .3s ease;
                }
                .img-wrap {
                    & {
                        width: 240px;
                    }
                    .tech {width: 100%; max-width: 180px; display: block; margin-left: auto;}
                    .credit {width: 100%; max-width: 240px; padding-top: 15px;}
                }
                a {
                    $primaryBold;
                    font-size: 1rem;
                    letter-spacing: 0.3em;
                    text-transform: uppercase;
                    color: $accent;
                    display: block;
                    margin-top: 5rem;
                }
            }
        }
        /* Mobile */
        .mobile {
            .nav {
                padding: 30px 0;
                position: relative;
                background: url(/i/Plus.svg) 100% center/ 20px no-repeat;
            }
            .nav a {
                $primaryLight;
                font-size: 1.625rem;
                line-height: 1.9rem;
                cursor: pointer;
                color: #fff;
                text-align: center;
            }
            .slider {
                p {
                    font-size: 1.3125rem;
                    color: #fff;
                    padding: 30px 0;
                }
                a {
                    $primaryBold;
                    font-size: 1rem;
                    letter-spacing: 0.3em;
                    text-transform: uppercase;
                    color: $accent;
                    display: block;
                    margin-top: 50px;
                }
                img {
                    display: block;
                    width: 100%;
                    max-width: 123px;
                    margin: 30px  auto 0 auto;
                }
                .credit {max-width: 160px;}
            }
            .fx-nav.fx-on {
                & {
                    background: url(/i/Minus.svg) 100% center/ 20px no-repeat;
                }
                a {color: $accent;}
            }
        }
    }
    .strategies.color {
        background: rgb(0,127,195);
        background: linear-gradient(90deg, rgba(0,127,195,1) 40%, rgba(2,148,180,1) 70%);
    }
}


/************************* ABOUT *************************/
#about #container {
    .sec-heading {
        $primaryLight;
        font-size: 2.25rem;
        line-height: 3rem;
        color: $base;
        text-align: center;
    }
    .sec-heading::after {
        content: '';
        width: 63px;
        height: 2px;
        background: #9dca69;
        display: block;
        margin: 1.9rem auto 0 auto;
        margin-bottom: 26px;
								
    }
    .intro {
        & {padding: 8.875rem 1.5rem 10rem 1.5rem;}
        > div {
            max-width: 590px;
            margin: 0 auto;
        }
        p {
            font-size: 1.3125rem;
            line-height: 1.6875rem;
        }
    }
    .edge {
        & {
            padding: 6rem 1.5rem;
            background-color: $bg;
        }
        .wrap {
            & {
                max-width: 1060px;
                margin: 0 auto;
                $grid;
                $gridTwoCol;
                margin-top: 49px;
            }
            > div {
                & {
                    height: 339px;
                    $flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    align-content: center;
                    position: relative;
                    padding: 20px 45px;
                }
                img {
                    display: block;
                    width: 126px;
                    height: 117px;
                    margin: 0 auto;
                }
                h4 {
                    $primaryMedium;
                    font-size: 1.6875rem;
                    line-height: 2rem;
                    color: $base;
                    text-align: center;
                    margin-top: 33px;
                    margin-bottom: 1.25rem;
                }
                p {
                    font-size: 1.2rem;
                    line-height: 1.6rem;
                    opacity: 0;
                    max-height: 0;
                    /* transform: translate(0,70px); */
                    max-height: 0;
                    margin-bottom: 0.5rem;
                    /* transition: opacity 0.5s ease-out; */
                    /* transition: transform 0.5s ease-out; */
                }
            }
            > div:nth-child(1), > div:nth-child(3) {border-right: solid 1px #b8bdc3;}
            > div:nth-child(3), > div:nth-child(4) {border-top: solid 1px #b8bdc3;}
            > div:nth-child(3)::after,  > div:nth-child(4)::after  {
                content: '';
                display: block;
                width: 35px;
                height: 35px;
                position: absolute;
                right: 0;
                top: -17px;
                background: $bg;
            }
            > div:nth-child(4)::after {
                left: 0 !important;
            }
            > div:hover {
                & {
                    justify-content: flex-start;
                }
                img {display: none;}
                h4 {margin-top: 0;}
                p {
                    opacity: 1;
                    max-height: 400px;
                    /* transform: translate(0,0); */
                }
            }
        }
    }

    /********** TIMELINE **********/
    .s4 {
        & {
            /* background: url('/i/history_bg.jpg') center/cover no-repeat; */
            background: url('/i/timeline_bg2.jpg') center/cover no-repeat;
            background-attachment: fixed;
            position: relative;
            padding-bottom: 170px;
        }
        .sec-heading {
            color: #fff;
            position: relative;
            top: 143px;
        }
        p {
            color: white;
            text-align: left;
            max-width: 254px;
        }
        h3 {
            font-size: 48px;
            margin-bottom: 50px;
            position: relative;
            text-transform: uppercase;
            font-weight: 300;
            letter-spacing: .1em;
        }
        h3:before {
            content: '';
            display: inline-block;
            position: absolute;
            height: 65px;
            width: 1px;
            background: #fff;
            left: 50%;
            bottom: -74px;
        }
        .timeline_nav {
            & {
                position: relative;
                left: 57px;
                top: 0;
                display: flex;
                flex-direction: column;
                transition: all .4s ease;
            }
            a {
                $primaryLight;
                font-size: 2.25rem;
                line-height: 3.5rem;
                position: relative;
                color: #fff;
                cursor: pointer;
            }
            .line {
                display: block;
                width: 0px;
                height: 2px;
                background: $accent;
                position: absolute;
                left: -80px;
                top: 50%;
                opacity: 0;
                transition: width 0.4s ease;
            }
            .line::after {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background: $accent;
                position: absolute;
                top: -3px;
                right: -8px;
            }
            a.sel .line {
                width: 60px;
                opacity: 1;
            }
            /* a.sel:before {
                content: "";
                display: block;
                width: 60px;
                height: 2px;
                background: $accent;
                position: absolute;
                left: -80px;
                top: 50%;
            }
            a.sel::after {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background: $accent;
                position: absolute;
                left: -21px;
                top: 45%;

            } */
        }
        .timeline_nav.sel {
            position: fixed !important;;
            top: 200px;
        }
        .timeline_nav.bottom-fix {
            position: absolute !important;;
            bottom: 100px;
            top: initial;
        }
        .timeline_container {
            & {
                top: 170px;
                position: relative;
                overflow: hidden;
                padding: 0 1.5rem;
            }
            #timeline-line-inactive {
                position: relative;
                transform: translate(-24%);
                top: 0px;
                left: 50%;
            }
            #timeline-line {
                position: relative;
                transform: translate(-24%);
                top: 0px;
                left: 50%;
            }
            .left, .right {
                & {
                    width: 100%;
                    max-width: 780px;
                    margin: 0 auto;
                    display: flex;
                    align-items: center;
                    min-height: 250px;
                    max-height: 250px;
                }
            }

            .left > div, .right > div {
                & {
                    width: 50%;
                    position: relative;
                    max-height: 250px;
                    height: 250px;
                }
                .year {
                    $primaryExtraLight;
                    font-size: 4.375rem;
                    line-height: 2.8125rem;
                    margin-bottom: 43px;
                    max-width: none;
                    padding-top: 2px;
                }
                .wrap {
                    & {
                        $flex;
                        max-width: 250px;
                    }
                    .v-logo {
                        width: 85px;
                        height: 85px;
                        margin-right: 20px;
                        transform: translateY(190%);
                        opacity: 0;
                        transition: all 1s cubic-bezier(.13,1.45,.94,1.06);
                    }
                }
                .alt-credit {
                    width: 150px;
                    height: 109px;
                    transform: translateY(190%);
                    opacity: 0;
                    transition: all 1s cubic-bezier(.13,1.45,.94,1.06);
                    margin-left: 100px;
                    display: block;
                    margin-top: 20px;
                }
                p {
                    font-size: 1.3125rem;
                    line-height: 1.6875rem;
                    margin-bottom: 10px;
                    transform: translateY(190%);
                    opacity: 0;
                    transition: all 1s cubic-bezier(.13,1.45,.94,1.06) ;
                }
                p:not(.year) {
                    color: #fff;
                }
                sup {
                    font-size: 10px;
                }
                .footnote {
                    font-size: 12px;
                    position: relative;
                }
                .footnote:before {
                    content: '';
                    display: block;
                    top: 0;
                    left: 0;
                    width: 50%;
                    height: 1px;
                    position: absolute;
                    background: #fff;
                }
            }
            .left {
                & {
                    justify-content: flex-start;
                }
                div:after {
                    content: '';
                    display: inline;
                    content: '';
                    display: block;
                    width: 15px;
                    height: 15px;
                    /* border: solid 2px $blue;
                    background: #0360ad; */
                    border: solid 2px $blue;
                    background: #0092a8;
                    border-radius: 100%;
                    position: absolute;
                    right: -10px;
                    top: 0;
                    transition: border-right .6s ease;
                }
            }
            .right {
                & {
                    justify-content: flex-end;
                }
                p {
                    /* margin-left: auto; */
                    margin-left: 100px;
                }
                div:before {
                    content: '';
                    display: inline;
                    content: '';
                    display: block;
                    width: 15px;
                    height: 15px;
                    /* border: solid 2px $blue;
                    background: #0360ad; */
                    /* border: solid 2px #0092a8; */
                    border: solid 2px $blue;
                    background: #0092a8;
                    border-radius: 100%;
                    position: absolute;
                    transition: border-left .6s ease;
                    top: 0;
                    left: -9px;
                }

            }
            .left.active, .right.active {
                p {
                    transform: translateY(0%);
                    opacity: 1;
                }
                .wrap .v-logo {
                    transform: translateY(0%);
                    opacity: 1;
                }
                .alt-credit {
                    transform: translateY(0%);
                    opacity: 1;
                }
                div:after {
                    border: solid 2px $accent;
                }
                div:before {
                    border: solid 2px $accent;
                }
            }

        }
    }

    /* Timeline Ends */


}

/************************* STRATEGIES *************************/
#strategies #container {
    .nav-links {
        & {
            $flex;
            justify-content: space-between;
            align-items: center;
            padding: 5rem 1.5rem;
        }
        > div {
            width: 50%;
            cursor: pointer;
        }
        img {
            width: 98px;
            height: 98px;
            display: block;
            margin: 0 auto;
        }
        .img-color {display: none;}
        .img-str-color {display: none;}
        h1 {
            $primaryLight;
            font-size: 2.625rem;
            line-height: 2.9rem;
            text-align: center;
            color: $base;
            margin-top: 1.25rem;
        }
        .syndicated {margin-top: 30px;}
        .title-color {color: $base !important;}
        .title-fade {color: #839dca;}
        .left {border-right: solid 1px #c4cfe2;}
        .right {
            img {
                width: 125px;
                height: 77px;
            }
            h1 {color: #839dca;}
        }
        .right:hover {
            .img-color {display: block;}
            .img-fade {display: none;}
        }
        .left:hover {
            .img-str-color {display: block;}
            .img-str-fade {display: none;}
        }
    }
    .intro {
        & {
            padding: 10.75rem 1.5rem;
            background: #f3f4f5;
        }
        > div {max-width: 740px; margin: 0 auto;}
        .sec-line {
            width: 63px;
            height: 2px;
            background: #9dca69;
            display: block;
            margin: 0 auto;
        }
        h3 {
            max-width: 430px;
            $primaryRegular;
            font-size: 2.25rem;
            line-height: 3rem;
            color: $base;
            text-align: center;
            margin: 2.125rem auto 4.3125rem auto;
        }
        h3 span {color: $lightBlue;}
        p {
            max-width: 620px;
            margin: 0 auto;
            font-size: 1.3125rem;
        }
        p:nth-child(2) {margin-bottom: 2rem;}
    }
    /* Graphic */
    .graphic {
        & {
            background-image: url(/i/Strategies_bg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            padding: 0 1.5rem;
        }
        .container {
            position: relative;
            height:width(&self*1)px;
            max-width: 1060px;
            margin: 0 auto;
            text-align: center;
        }
        svg {
            width: 120%;
            position: absolute;
            left: 50%;
            top: 5%;
            transform: translate(-50%,0);
        }
        .st6 {display: none;}
        #Overlay_on {opacity: 0; transition: opacity .7s ease;}
        .Overlay_on {opacity: 0; transition: opacity .7s ease;}

        .dot {fill: $blue;}
        .dot.sel {fill: $accent;}
        .triangle {fill: $blue;}
        .triangle.sel {fill: $accent;}
        .st2 {stroke: $blue;}
        .st2.sel {stroke: $accent;}
        .center {
            & {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            h1 {
                $primaryLight;
                font-size: 2.25rem;
                color: #fff;
                line-height: 3rem;
            }
            h1::after {
                content: '';
                width: 63px;
                height: 2px;
                background: #9dca69;
                display: block;
                margin: 0 auto;
                margin-top: 1.25rem;
            }
            img {
                width: 18px;
                display: block;
                position: absolute;
                top: -208px;
                left: 50%;
                transform: translate(-50%,-50%);
                cursor: pointer;
                display: none;
            }
        }
        .nav {
            > div {
                & {
                    position: absolute;
                }
                a {
                    $primaryLight;
                    font-size: 2.25rem;
                    color: #fff;
                    line-height: 2.5rem;
                    cursor: pointer;
                }
            }
            .left-top {top: 13%; left: 0; text-align: right;}
            .right-top {top: 13%; right: 0; text-align: left;}
            .left-bottom {bottom: 13%; left: 0; text-align: right;}
            .right-bottom {bottom: 13%; right: 0; text-align: left;}
            > div.sel {
                a {$primaryRegular;}
            }
            .top-technology {bottom: 18% !important;}
        }
        .center-text {
            > div {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                text-align: center;
                color: #fff;
                max-width: 317px;
                opacity: 0;
                transition: opacity .7s ease;
            }
            > div.sel {
                & {opacity: 1; z-index: 100;}
            }
            p {
                $primaryLight;
                font-size: 1.3rem;
                color: #fff;
                margin-bottom: 8px;
                line-height: 1.8rem;
            }
        }
        /* Mobile */
        #mobile {
            & {
                padding: 10.75rem 0;
                display: none;
            }
            .nav {
                & {
                    padding: 30px 0;
                    position: relative;
                    background: url(/i/Plus.svg) 100% center/ 20px no-repeat;
                }
                a {
                    $primaryLight;
                    font-size: 1.625rem;
                    color: #fff;
                    line-height: 1.9rem;
                    cursor: pointer;
                }
            }
            .slider {
                & {
                    background: url(/i/Accordion.jpg) no-repeat center/cover;
                    padding: 0 1rem;
                }
                p {color: #fff; text-align: left; margin-bottom: 15px;}
                p:first-child {padding-top: 50px;}
                p:last-child {padding-bottom: 50px;}
            }
            .fx-nav.fx-on {
                & {
                    background: url(/i/Minus.svg) 100% center/ 20px no-repeat;
                }
            }
        }
    }
}


/************************* PHILOSOPHY *************************/
#philosophy #container {
    .intro {
        & {padding: 8.875rem 1.5rem 10rem 1.5rem;}
        > div {
            max-width: 590px;
            margin: 0 auto;
        }
        .sec-heading {
            $primaryRegular;
            font-size: 2.25rem;
            line-height: 3rem;
            color: #083b95;
            text-align: center;
            position: relative;
        }
        .sec-heading::after {
            content: '';
            width: 63px;
            height: 2px;
            background: #9dca69;
            display: block;
            margin: 1.9rem auto 0 auto;
            margin-bottom: 26px;
        }
        .sec-heading span {color: $lightBlue;}
        p {
            font-size: 1.3125rem;
            line-height: 1.6875rem;
        }
    }
        /* home strategies slider */

    .strategies {
            & {
                /* background: rgb(0,127,195);
                background: linear-gradient(90deg, rgba(0,127,195,1) 40%, rgba(2,148,180,1) 70%);     */
                background: rgb(88, 1, 67);
                background: linear-gradient(90deg, rgb(1, 136, 107) 40%, rgb(1, 122, 27) 70%);
                padding: 10.75rem 1.5rem;
                height: 850px;
            }
            .sec-title {
                color: #fff;
                margin-bottom: 5.8rem;
            }
            .mobile {display: none;}
            .desktop {
                & {
                    max-width: 905px;
                    margin: 0 auto;
                }
                .slider-nav {
                    & {
                        $flex;
                        justify-content: space-between;
                    }
                    a {
                        $primaryLight;
                        color: #ffffff80;
                        font-size: 2.625rem;
                        line-height: 2.9rem;
                        cursor: pointer;
                        transition: color .3s ease;
                    }
                }
                .slider-nav > div.sel {
                    a {color: #fff;}
                }
                .h-line {
                    & {
                        width: 100%;
                        max-width: 610px;
                        margin: 53px auto;
                        position: relative;
                    }
                    .line {
                        display: block;
                        width: 100%;
                        height: 1px;
                        background: #fff;
                    }
                    .circle {
                        position: absolute;
                        width: 7px;
                        height: 7px;
                        background: #fff;
                        border-radius: 100%;
                        transform: translateY(-50%);
                        cursor: pointer;
                    }
                    .circle.sel {
                        &{background: $accent;}
                    }
                    .circle.sel {
                        &::after {opacity: 1;}
                    }
                    .left {top: 50%; left: 0;}
                    .right {top: 50%; right: 0;}
    
                    .circle::after {
                        content: '';
                        width: 25px;
                        height: 25px;
                        border: solid 1px #fff;
                        position: absolute;
                        border-radius: 50%;
                        top: -10px;
                        left: -10px;
                        opacity: 0;
                    }
                }
                .slider-content {
                    & {
                        position: relative;
                    }
                    > div {
                        position: absolute;
                        width: 100%;
                        opacity: 0;
                    }
                    > div.sel {opacity: 1; z-index: 1;}
                    .content-wrap {
                        $flex;
                        justify-content: space-between;
                    }
                    p {
                        $primaryLight;
                        color: #fff;
                        font-size: 1.3125rem;
                        max-width: 335px;
                        transition: opacity .3s ease;
                    }
                    .img-wrap {
                        & {
                            width: 240px;
                        }
                        .tech {width: 100%; max-width: 180px; display: block; margin-left: auto;}
                        .credit {width: 100%; max-width: 240px; padding-top: 15px;}
                    }
                    a {
                        $primaryBold;
                        font-size: 1rem;
                        letter-spacing: 0.3em;
                        text-transform: uppercase;
                        color: $accent;
                        display: block;
                        margin-top: 5rem;
                    }
                }
            }       
        }
        /* Mobile */
        .mobile {
            .nav {
                padding: 30px 0;
                position: relative;
                background: url(/i/Plus.svg) 100% center/ 20px no-repeat;
            }
            .nav a {
                $primaryLight;
                font-size: 1.625rem;
                line-height: 1.9rem;
                cursor: pointer;
                color: #fff;
                text-align: center;
            }
            .slider {
                p {
                    font-size: 1.3125rem;
                    color: #fff;
                    padding: 30px 0;
                }
                a {
                    $primaryBold;
                    font-size: 1rem;
                    letter-spacing: 0.3em;
                    text-transform: uppercase;
                    color: $accent;
                    display: block;
                    margin-top: 50px;
                }
                img {
                    display: block;
                    width: 100%;
                    max-width: 123px;
                    margin: 30px  auto 0 auto;
                }
                .credit {max-width: 160px;}
            }
            .fx-nav.fx-on {
                & {
                    background: url(/i/Minus.svg) 100% center/ 20px no-repeat;
                }
                a {color: $accent;}
            }
        }
    .strategies.color {
        background: rgb(0,127,195);
        background: linear-gradient(90deg, rgba(0,127,195,1) 40%, rgba(2,148,180,1) 70%);
    }
}
    /* Graphic */
    .philosophy-graphic {
        & {
            background: url(/i/Philosophy_gradientBG.jpg) no-repeat center/cover;
            padding: 169px 1.5rem;
        }
        .container {
            position: relative;
            height:width(&self*0.71)px;
            max-width: 1150px;
            margin: 0 auto;
            text-align: center;
        }
        svg {
            width: 55%;
            position: absolute;
            left: 50%;
            top: 15%;
            transform: translate(-50%,0);
        }


        .arrow {opacity: 0}
        .arrow.sel {opacity: 1; fill: #9CF536; }

        .dot{fill: #083b95;}
        .dot.sel {fill: #9CF536;}

        .pentagon-close {display: block; }
        .pentagon-open {opacity: 0; transition: opacity .7s ease;}

        .center {
            & {
                position: absolute;
                top: 55%;
                left: 50%;
                transform: translate(-50%,-50%);
            }
            h1 {
                $primaryLight;
                font-size: 2.25rem;
                color: #fff;
                line-height: 3rem;
            }
            h1::after {
                content: '';
                width: 63px;
                height: 2px;
                background: #9dca69;
                display: block;
                margin: 0 auto;
                margin-top: 1.25rem;
            }
            img {
                display: none;
                width: 18px;
                position: absolute;
                top: -140px;
                left: 50%;
                transform: translate(-50%,-50%);
                cursor: pointer;
            }
        }

        .nav {
            > div {position: absolute;}
            > div.sel {
                a {font-weight: 400;}
            }
            > div a {
                $primaryLight;
                font-size: 2.25rem;
                color: #fff;
                line-height: 2.5rem;
                cursor: pointer;
            }
            .top {top: 6%; left: 50%; transform: translate(-50%, -50%);}
            .right-top {top: 38%; right: 0; text-align: left;}
            .right-bottom {bottom: 0; right: 11%; text-align: left;}
            .left-bottom {bottom: 0; left: 11%; text-align: right;}
            .left-top {top:38%; left: 1%; text-align: right;}
        }

        .center-text {
            > div {
                position: absolute;
                top: 57%;
                left: 50%;
                transform: translate(-50%,-50%);
                text-align: center;
                color: #fff;
                max-width: 317px;
                opacity: 0;
                transition: opacity .7s ease;
            }
            > div.sel {
                & {opacity: 1; z-index: 100;}
            }
            p {
                $primaryLight;
                font-size: 1.3rem;
                color: #fff;
                margin-bottom: 8px;
                line-height: 1.8rem;
            }
        }


        /* Mobile */
        #mobile {
            & {display: none;}
            .nav {
                & {
                    padding: 30px 0;
                    position: relative;
                    background: url(/i/Plus.svg) 100% center/ 20px no-repeat;
                }
                a {
                    $primaryLight;
                    font-size: 1.625rem;
                    color: #fff;
                    line-height: 1.9rem;
                    cursor: pointer;
                }
            }
            .slider {
                & {
                    background: url(/i/Accordion.jpg) no-repeat center/cover;
                    padding: 0 1rem;
                }
                p {
                    color: #fff;
                    text-align: left;
                    margin-bottom: 15px;
                }
                p:first-child {
                    padding-top: 50px;
                }
                p:last-child {padding-bottom: 50px;}
            }
            .fx-nav.fx-on {
                background: url(/i/Minus.svg) 100% center/ 20px no-repeat;
            }

        }

    }

}





/************************* CONTACT *************************/
#contact #container {
    .contact-info {
        & {
            padding: 8.75rem 1.5rem 11.875rem 1.5rem;
        }
        span {
            width: 63px;
            height: 2px;
            background: #9dca69;
            display: block;
            margin: 0 auto;
            margin-bottom: 2.3rem;
        }
        h3 {
            $primaryRegular;
            font-size: 2.25rem;
            line-height: 3rem;
            color: $base;
            text-align: center;
            margin-bottom: 1.5rem;
        }
        p {font-size: 1.3125rem;}
        .emails {margin-top: 2rem;}
        a {
            $primaryMedium;
            color: $lightBlue;
            transition: color .3s ease;
        }
        a:hover {
            color: $accent;
        }
    }
    .location {
        & {
            background: url(/i/contact_parallax.jpg) no-repeat center/cover;
            height: 608px;
            position: relative;
            background-attachment: fixed;
        }
        .map-wrap {
            display: inline-block;
			/* overflow: hidden; */
            height: 650px;
            $maxWidth;
            position: absolute;
            top: -98px;
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% - 3rem);
        }

        .map {
            display: block;
            background: url(/i/contact_map3.jpg) no-repeat center/cover;
            height: 524px;
            -webkit-transition: all 0.4s;
        }


        .map:hover {
            -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
            -webkit-transition: all 0.4s;
        }
    }
}

/************************* TEAM *************************/
#team #container {
    .team-banner {
        & {
            height: 100vh;
            max-height: 480px;
            position: relative;
            margin-top: 120px;
            background: url(/i/team_hero_$[imgw!].jpg) no-repeat center/cover;
        }
        > div {
            $centerAll;
            top: 45% !important;
            width: 100%;
        }
        h1 {
            $primaryRegular;
            font-size: 5.5rem;
            color: #fff;
            text-align: center;
            padding: 0 1.5rem;
        }
        /* Old Select !!!! */
        #team_dropdown {display: none;}
        select {
            $primaryRegular;
            display: block;
            width: 100%;
            max-width: 320px;
            margin: 0 auto;
            margin-top: 3.125rem;
            cursor: pointer;
            font-size: 15px;
            line-height: 44px;
            letter-spacing: 0.2em;
            color: $base;
            text-transform: uppercase;
            padding: 0px 20px;
            outline: none;
            border: none;
            background: $bg;
            background-image: linear-gradient(45deg,transparent 50%,#9dca69 50%),linear-gradient(135deg,#9dca69 50%,transparent 50%),linear-gradient(to right,#f3f4f5,#f3f4f5);
            background-position: calc(100% - 22px) calc(1em + 6px),calc(100% - 17px) calc(1em + 6px),calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat;
        }
        select {
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
            text-overflow: '';
        }
        /* NEW SELECT !!! */
          .dropdown {
            & {
                position: relative;
                width: 100%;
                max-width: 320px;
                margin: 0 auto;
                margin-top: 2.125rem;
            }
            .dropbtn {
                width: 100%;
                background-color: $bg;
                color: white;
                padding: 0px 20px;
                font-size: 15px;
                line-height: 44px;
                letter-spacing: 0.2em;
                color: $base;
                border: none;
                cursor: pointer;
                text-align: left;
                text-transform: uppercase;
                $primarySemiBold;

                background-image: linear-gradient(45deg,transparent 50%,#9dca69 50%),linear-gradient(135deg,#9dca69 50%,transparent 50%),linear-gradient(to right,#f3f4f5,#f3f4f5);
                background-position: calc(100% - 22px) calc(1em + 6px),calc(100% - 17px) calc(1em + 6px),calc(100% - 2.5em) 0.5em;
                background-size: 5px 5px,5px 5px,1px 1.5em;
                background-repeat: no-repeat;
            }
            .dropbtn:focus {
                outline: none;
            }
          }
          /* #myDropdown {padding: 28px 0;} */

          .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f1f1f1;
            width: 100%;
            overflow: auto;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
          }

          .dropdown-content a {
            text-align: left;
            text-transform: uppercase;
            $primarySemiBold;
            font-size: 15px;
            line-height: 44px;
            letter-spacing: 0.2em;
            color: $base;
            text-decoration: none;
            display: block;
            padding: 0px 14px;
            cursor: pointer;
            border-left: solid 6px transparent;
          }
          .dropdown-content a:hover {
            & {
                color: $accent;
                border-left: solid 6px $accent;
            }
          }

          .show {display: block;}

    }
    #leadership.active {display: block;}
    #leadership.not-active {display: none;}

    #technology,  #structured, #syndicated, #business, #operations, #finance, #risk {display: none;}
    #technology.active,  #structured.active, #syndicated.active, #business.active,  #operations.active, #finance.active, #risk.active {display: block;}
    #technology.not-active, #structured.not-active, #syndicated.not-active, #business.not-active, #operations.not-active, #finance.not-active, #risk.not-active {display: none;}

    .team {
        & {
            background-color: $bg;
            padding: 4.75rem 0;
        }
        .dep-name {
            & {$teamMaxWidth}
            h2 {
                $primaryLight;
                color: $base;
                font-size: 2.625rem;
                line-height: 2.9rem;
                cursor: pointer;
                transition: color .3s ease;
            }
            h2::after {
                content: '';
                width: 63px;
                height: 2px;
                background: #9dca69;
                display: block;
                margin-top: 1.9rem;
                margin-bottom: 26px;
            }
        }
        .fx-list > div {
            $teamMaxWidth;
            $grid;
            $gridFourCol;
        }
        .fx-nav {
            & {display: block;}
            .img-bg {
                width: 100%;
                max-width: 270px;
                height: 371px;
                position: relative;
            }
            img {
                display: block;
                position: absolute;
                top: 10px;
                left: 10px;
                width: 100%;
                max-width: 250px;
                height: 351px;
            }
            .info {
                &{padding: 34px 10px;}
                .bio-name {
                    $primaryMedium;
                    font-size: 1.6875rem;
                    line-height: 2rem;
                    text-align: left;
                }
                .bio-title {
                    font-size: 1.3125rem;
                    line-height: 1.6875rem;
                    text-align: left;
                    margin-top: 0.5rem;
                }
            }
        }
        .fx-nav:hover {
            .img-bg {
                background: url(/i/team_hover.jpg) no-repeat center/cover;
            }
        }
        .fx-nav.fx-on {
            .img-bg {
                background: url(/i/team_hover.jpg) no-repeat center/cover;
            }
        }
        .fx-slider {
            row-gap: 2.9375rem;
        }
        .slide {
            & {background-color: #fff; margin-bottom: 34px;}
            .contain {
                $teamMaxWidth;
                position: relative;
                padding: 6.25rem 0;
            }
            p {
                $primaryLight;
                color: $base;
                font-size: 1.3125rem;
                text-align: left;
                max-width: 910px;
            }
        }
        .close {
            & {
                display: block;
                position: absolute;
                right: 0;
                top: 64px;
                cursor: pointer;
            }
            img {
                width: 72px;
                height: 72px;
            }
        }
    }

    .contact {
        & {
            background: url(/i/prefooter.jpg) no-repeat center/cover;
            padding: 9rem 0;
        }
        a {
            display: block;
            text-align: center;
            $primaryBold;
            font-size: 1rem;
            letter-spacing: 0.3em;
            text-transform: uppercase;
            color: $accent;
        }
    }
}

/************************* MEDIA PAGE *************************/
#media #container {
    .content {
        position: static !important;
        top: auto;
        left: auto;
        transform: none;
    }
    .s2 {
        .content {
            max-width: 1070px;
            margin: 0 auto;
            border-bottom: solid 1px #083b9533;
            padding: 5.06rem 0 2rem 0;
        }
        .filter {
            max-width: 1070px;
            margin: 0 auto;
            padding-left: 5rem;
        }
        .fx-select {
            width: auto !important;
        }
        select {
            $primarySemiBold;
            font-size: 15px;
            line-height: 44px;
            letter-spacing: 0.2em;
            color: #083b95;
            border: none;
            cursor: pointer;
            text-align: left;
            text-transform: uppercase;
            border: solid 1px #b6babf;
            width: 280px;
            padding: 0 20px;
            background-image: linear-gradient(45deg,transparent 50%,#9dca69 50%),linear-gradient(135deg,#9dca69 50%,transparent 50%),linear-gradient(to right,#ffff,#ffff);
            background-position: calc(100% - 22px) calc(1em + 6px),calc(100% - 17px) calc(1em + 6px),calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
        }

        .year {display: none;}
    }
    .s3 {
        & {
			background: url(/i/Philosophy_gradientBG.jpg) center/cover no-repeat fixed;
            animation: showBg 1.5s; -webkit-animation: showBg 1.5s;
        } 
        .content {
            margin-bottom: 16rem;
        }
        .col {
            & {
                display: block;
                background: #fff;
                text-align: left;
                transition: background .3s ease;
            }
            .box {
                max-width: 1070px;
                margin: 0 auto;
                padding: 4.6rem 1.5rem 4.6rem 5rem;
                border-bottom: solid 1px #083b9533;
                position: relative;
            }
            .arrow {
                display: block;
                width: 4.3rem;
                height: 4.3rem;
                position: absolute;
                bottom: 5rem;
                right: 0;
            }
            h3 {
                $primaryLight;
                font-size: 2.25rem;
                line-height: 2.5rem;
                max-width: 680px;
                margin: 1.375rem 0;
            }
            p {
                font-size: 1.3rem;
                line-height: 2rem;
                max-width: 680px;
                text-align: left;
            }
            .date {
                & {
                    $primaryRegular;
                    font-size: 1rem;
                    letter-spacing: 0.2em;
                }
                .sep {color: #b6babf;}
                span {color: #9dca69;}

            }
        }
        .col:hover {
            & {background: transparent;}
            h3, p {color: #fff;}
        }
        .fx-list {
            & {
                position: absolute !important;
                bottom: -10rem;
                width: 100%;
                max-width: 1070px;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: left;
                padding: 1.25rem 0 1.25rem 5rem;
            }
            .fx-nav {
                font-size: 1.3rem;
                position: relative;
                margin-right: 40px;
            }
            .fx-nav::after {
                content: "";
                width: 3.125rem;
                height: 3.125rem;
                background: #9dca69;
                border-radius: 100%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
                opacity: 0;
            }
            .fx-nav.fx-on {
                color: #fff;
            }
            .fx-nav.fx-on::after {opacity: 1;}
        }
        p.no {background: #fff;}
    }
}


@keyframes showBg {
	0% {background: #FFF;}
	95%{background: #FFF;}
	100% {background: url(/i/media-bg.jpg) center/cover no-repeat fixed;}
}

@-webkit-keyframes showBg {
	0% {background: #FFF;}
	95%{background: #FFF;}
	100% {background: url(/i/media-bg.jpg) center/cover no-repeat fixed;}
}
/************************* FOOTER *************************/
footer {
    & {
        background: $bg;
        padding: 8.3rem 1.5rem 6.4rem 1.5rem;
    }
    .logo {
        display: block;
        width: 248px;
        height: 68px;
        margin: 0 auto;
        /* margin-bottom: 9.875rem; */
        margin-bottom: 3.25rem;
    }
    > div {
        $innerWidth;
        /* padding-top: 3rem; */
        padding-top: 3.25rem;
        border-top: solid 1px #c4cfe2;
        text-align: center;
    }
    > div a::after {
        content: '';
        width: 102px;
        height: 1px;
        background: $base;
        position: absolute;
        bottom: -5px;
        left: 0;
    }
    #terms-modal::after {width: 95px;}
    a {
        cursor: pointer;
        position: relative;
    }

}


/************************* MEDIA *************************/
@media (max-width: 1300px) {
    #about #container .s4 .timeline_nav {display: none;}
}


@media (max-width: 1100px) {
    header {
        .nav {display: none;}
        .menu-icon-toggle {display: block;}
    }
    #home #container {
        .banner {
            #imgSlider .fx-slides > div > div {
                height: 580px;
            }
            #imgSlider .fx-slides > div > div h1 {
                font-size: 2.625rem;
                line-height: 2.75rem;
            }
            #imgSlider .fx-list {bottom: 70px;}
            .scroll-down {bottom: 15px;}
        }
    }

    #team #container {
        .fx-accordion .team-nav  {
            width: 100%;
            max-width: 270px;
            margin: 0 auto;
        }
        .fx-accordion .fx-slide {
            margin-bottom: 34px;
        }
    }
    #team #container .team .close {display: none;}

    #about #container {
        .edge .wrap > div {padding: 17px 1.5rem;}
    }

    #philosophy #container {
        .philosophy-graphic {
            .nav {
                > div a {
                    font-size: 1.7rem;
                    line-height: 2rem;
                }
                .right-bottom {right: 11%;}
                .left-bottom {left: 11%;}
            }

            .center {
                h1 {font-size: 2rem; line-height: 2.5rem;}
                img {width: 15px;top: -85px;}
            }

            .center-text {
                > div {
                    max-width: 215px;
                }
                p {
                    font-size: 1rem;
                    line-height: 1.2rem;
                }
            }

        }
    }

    #media #container {
        .s2 {
            .filter {padding-left: 1.5rem;}
        }
        .s3 {
            .col .box {
                padding: 4.6rem 1.5rem 4.6rem 1.5rem;
            }
            .col .arrow {bottom: 1.5rem; right: 1.5rem;}
            .fx-list {
                padding-left: 3rem;
            }
        }
    }

    footer {
        > div a {
            display: block;
            margin: 15px;
        }
        > div a::after {
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}

@media (max-width: 900px) {
    #strategies #container {
        .graphic {
            .center-text > div {max-width: 215px;}
            .center-text p {font-size: 1rem; line-height: 1.2rem;}
            .nav > div a {font-size: 2rem; line-height: 2rem;}
            .center img {top: -177px;}
            .center h1 {font-size: 2rem; line-height: 2.5rem;}
        }
    }
}


@media (max-width: 800px) {
    .menu-background {height: 540px !important;}
    #home #container {
        .strategies .desktop .slider-content .img-wrap {
            .tech {max-width: 123px; margin-left: 0;}
            .credit {padding-left: 30px; padding-top: 8px;}
        }

        .numbers {
            & {
                height: 821px;
            }
            .wrap {
                & {min-width: 1720px;}
                > div {max-width: 235px;}
            }
        }
    }
}

@media (max-width: 767px) {
    #home #container {
        .strategies {
            & {
                height: auto;
            }
            .desktop {display: none;}
            .mobile {display: block;}
            .sec-title {margin-bottom: 3.8rem;}
        }

        .numbers {
            & {height: 353px; background-attachment: scroll;}
            .wrap {
                & {min-width: 800px; top: 55%;}
                svg {
                    background-attachment: scroll;
                    background-size: cover;
                    background-position: center;
                }
                > div {
                    & {max-width: 117px;}
                    a {font-size: 2rem;}
                    p {
                        font-size: 13px;
                        line-height: 1.2rem;
                    }
                    img {width: 13px; margin: 0 auto;}
                }
                > div.active {
                    a {display: none;}
                }
            }
        }
    }

    #strategies #container {
        .graphic #desktop {display: none;}
        .graphic #mobile {display: block;}

        .nav-links {
            &{flex-direction: column;}
            > div {width: 100%;}
            .left {border-right: none;}
            .left {border-bottom: solid 1px #c4cfe2; padding-bottom: 70px;}
            .right {padding-top: 70px;}
        }
    }

    #about #container {
        .edge .wrap {
            & {$gridOneCol;}
            > div {
                border-right: none !important;
                padding: 17px 0 !important;
																 background-color: #fff
            }
            > div:nth-child(1) {border-bottom: solid 1px #b8bdc3;}
            > div::after {display: none !important;}
        }

        /* TIMELINE */
        .s4 {background-attachment: scroll;}
        .s4 .timeline_container {
            .left > div, .right > div {
                .year {font-size: 48px; line-height: 40px;}
                p {
                    font-size: 15px;
                    margin-bottom: 0;
                    /* opacity: 1;
                    transform: none; */
                }
                .wrap {flex-direction: column-reverse;}
                .wrap .v-logo {width: 55px; height: 55px; margin-top: 20px;}
            }
            .left p {padding-right: 20px;}
            .right p {margin-left: 20px !important;}
            .right > div .alt-credit {
                margin-left: 20px;
                width: 120px;
                height: 80px;
                margin-top: 20px;
            }
        }
    }

    #philosophy #container {
        .philosophy-graphic {
            #desktop {display: none;}
            #mobile {display: block;}
        }
    }

}

@media (max-width: 500px) {
    .hero h1 {font-size: 3.5rem;}
    header {
        .logo {
            width: 158px;
            height: auto;
        }
    }
    #home #container {
        .who-we-are h3 {font-size: 2rem; line-height: 2rem;}
    }
    #team #container .team-banner h1 {font-size: 3.5rem;}
    footer {
        .logo {
            width: 158px;
            height: auto;
        }
    }
    .menu-background {height: 400px !important;}
    #contact #container .location {
        background-attachment: scroll;
    }
}




/************************* MOBILE MENU *************************/
.menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: none;
}
.home .menu-icon-toggle {
    top: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: $base;
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
}
.home:not(.open) .menu-icon-toggle span {
    background-color: $base;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: $base;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
}
.menu-icon-toggle::before {
    top: 6px;
}
.menu-icon-toggle::after {
    bottom: 6px;
}
.open .menu-icon-toggle span {
    opacity: 0;
    transition: opacity 0.3s;
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
    background-color: $base;
}
.open .menu-icon-toggle::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.open .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}

.menu-background {
    visibility: hidden;
    width: 300%;
    height: 630px;
    position: absolute;
    left: -130%;
    background-color: #fff;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
}
.open .menu-background {
    visibility: visible;
    transition: background-position 0.5s, transform 0.5s 0.5s;
}
.menu-background.top {
    transform: rotate(-45deg) translateY(-150%);
    background: linear-gradient(to top, $blue 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: -100% 100%;
}
.open .menu-background.top {
    transform: rotate(-45deg) translateY(-49%);
    background-position: 0 0;
}
.menu-background.middle {
    transform: rotate(-45deg) translateY(50%) scaleY(0);
    background: #fff;
}
.open .menu-background.middle {
    transform: rotate(-45deg) translateY(50%) scaleY(1);
}
.menu-background.bottom {
    transform: rotate(-45deg) translateY(250%);
    background: linear-gradient(to bottom, #fff 50%, $blue 50%);
    background-size: 100% 200%;
    background-position: 0 -100%;
}
.open .menu-background.bottom {
    transform: rotate(-45deg) translateY(149%);
    background-position: 0 0;
}

.menu {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
.open .menu {
    visibility: visible;
}
.menu li {
    opacity: 0;
    margin-bottom: 5px;
    transform: translateX(20px);
    transition: all 0.3s;
}
.menu li:nth-child(6) {
    transition-delay: 0.0s;
}
.menu li:nth-child(6) span {
    transition-delay: 0.0s;
}
.menu li:nth-child(5) {
    transition-delay: 0.1s;
}
.menu li:nth-child(5) span {
    transition-delay: 0.1s;
}
.menu li:nth-child(4) {
    transition-delay: 0.2s;
}
.menu li:nth-child(4) span {
    transition-delay: 0.2s;
}
.menu li:nth-child(3) {
    transition-delay: 0.3s;
}
.menu li:nth-child(3) span {
    transition-delay: 0.3s;
}
.menu li:nth-child(2) {
    transition-delay: 0.4s;
}
.menu li:nth-child(2) span {
    transition-delay: 0.4s;
}
.menu li:nth-child(1) {
    transition-delay: 0.5s;
}
.menu li:nth-child(1) span {
    transition-delay: 0.5s;
}
.open .menu li {
    opacity: 1;
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.open .menu li:nth-child(1) {
    transition-delay: 1.1s;
}
.open .menu li:nth-child(1) span {
    transition-delay: 1.1s;
}
.open .menu li:nth-child(2) {
    transition-delay: 1.2s;
}
.open .menu li:nth-child(2) span {
    transition-delay: 1.2s;
}
.open .menu li:nth-child(3) {
    transition-delay: 1.3s;
}
.open .menu li:nth-child(3) span {
    transition-delay: 1.3s;
}
.open .menu li:nth-child(4) {
    transition-delay: 1.4s;
}
.open .menu li:nth-child(4) span {
    transition-delay: 1.4s;
}
.open .menu li:nth-child(5) {
    transition-delay: 1.5s;
}
.open .menu li:nth-child(5) span {
    transition-delay: 1.5s;
}
.open .menu li:nth-child(6) {
    transition-delay: 1.6s;
}
.open .menu li:nth-child(6) span {
    transition-delay: 1.6s;
}
.open .menu li:nth-child(7) {
    transition-delay: 1.7s;
}
.open .menu li:nth-child(7) span {
    transition-delay: 1.7s;
}
.menu li img {
    width: 18px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.menu a {
    position: relative;
    font-size: 24px;
    text-decoration: none;
    color: $base;
    text-align: center;
}
.menu li {
    text-align: center;
}
.menu a::before {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    left: -30px;
    top: 50%;
    background-color: #6191d1;
    transform: translateY(-50%);
    transition: width 0.3s;
}
.menu a:hover::before {
    width: 15px;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all 0.3s 1s;
}
.open .content {
    opacity: 0;
    transition: all 0.3s;
}

/************************* POP-UP *************************/
.fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
}
.popup {
    & {
        display: none;
        height: 70%;
        overflow-y: scroll;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: #fff;
        color: $base;
        max-width: 1200px;
        width: 90%;
        z-index: 110;
        padding: 50px 24px 24px 24px;
    }
    .btn-close {
        position: fixed;
        top: 10px;
        right: 30px;
        font-size: 30px;
        color: $base;
        cursor: pointer;
        background: transparent;
        border: none;
    }
    .btn-close:hover {
        color: $accent;
    }
    .btn-close:focus {
        outline: none;
    }
    h2 {
        font-size: 2rem;
        text-align: left;
        margin-bottom: 2rem;
        text-align: center;
        letter-spacing: 0;
    }
    p {
        margin-bottom: 1rem;
        text-align: left;
        line-height: 1.5rem;
    }
    ul {
       padding-left: 20px;
    }
    ul li {font-weight: 300; margin-bottom: 10px;}
}



/******************** Password Reset/Update Styles ***************/
#reset_pw .content, #update_pw .content {top: 55%; }
#reset_pw,
#update_pw {
    section {
        padding: 1em 0 3em 0;
    }
    header {
        position: static;
    }
    h1 {
        font-size: 1.5em;
        font-weight: 300;
        margin-bottom: 1em;
        color: $base;
    }
    .fx-input {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.4);
        border-radius: 4px;
    }
    .fx-field label {
        transform: translate(0, -50%);
        left: .5%;
        top: 50%;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.4);
        background: white;
        transition: .2s color ease, .2s transform ease;
    }
    .fx-field .fx-input:focus ~ label, .fx-field .fx-input.hasData ~ label {
        top: 50% !important;
        transform: translate(0, -119%) scale(.8);
        color: black;
        padding: 0 1% !important;
    }
    .fx-msg span {
        color: rgb(222, 0, 57);
    }
    form a {
        background: $base;
        margin-right: 10px;
        border: 1px solid;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        border-radius: 10px;
        display: inline-block;
        padding: 12px;
        text-decoration: none;
    }
    .note {
        margin-bottom: 10px;
        color: #de0039;
    }
    .validation.notvalid {
        color: #de0039;
    }
    .content {
        max-width: 600px;
    }
    p {
        text-align: center;
        color: $base;
    }
    .content p:nth-child(2) {
        margin-bottom: 1.5rem;
    }
    .validation {
        color: #282828;
        transition: color 0.5s ease-in;
    }
    .form-buttons,
    .btn-update-password {
        & {
            margin-top: 2em;
            cursor: pointer;
        }
        a {
           border: none;
           border-radius: 4px;
        }
    }
    #logo {
        background: url("/i/Logo.svg") no-repeat;
        width: 13.625em;
        height: 3.625em;
        display: inline-block;
        position: absolute !important;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
    }
    header {position: relative;}
    header center {
        padding: 30px 0;
    }
}


/********************************** NUMBERS NEW **********************************/
#home #container {
    .by-numb-top {
        background-color: #f3f4f5;
        position: relative;
        top: 57px;
        z-index: 1;
        padding-top: 50px;
    }
    .by-numb-bottom {
        background-color: #f3f4f5;
        padding-top: 10.75rem;
        display: none;
    }
    .by-numbers {
        & {
            background: #f3f4f5;
            height: 905px;
            position: relative;
            background-image: url(/i/home_BTN_parallax_image_comp.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        .sec-title {
            position: absolute;
            top: 90px;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .wrap {
            & {
                position: absolute;
                width: 100%;
                min-width: 1920px;
                left: 50%;
                transform: translate(-50%,-50%);
                top: 50%;
            }
            .for-mobile {display: none;}
            > div {
                & {
                    max-width: 182px;
                    text-align: center;
                }
                a {
                    $primaryExtraLight;
                    font-size: 2.75rem;
                    color: #fff;
                    cursor: context-menu;
                }
                p {
                    font-size: 1rem;
                    line-height: 1.4rem;
                    color: #fff;
                    cursor: context-menu;
                    visibility: hidden;
                    opacity: 0;
                    transition: opacity .5s ease;
                    width: 0;
                    height: 0;
                }
                img {
                    width: 20px;
                    display: block;
                    margin: 0 auto;
					position: relative;
                }
				.plus_icon {width: 32px; height: 32px; margin: 15px auto 0; padding: 5px 0; border: 1px solid #fff; border-radius: 50%; position: relative; top: 25px;}
            }
            > div.active {
                p {visibility: visible; opacity: 1; width: auto; height: auto;}
                a {$primaryRegular;}
                img, .plus_icon {display: none;}
            }
            .top {
                position: absolute;
                top: 34%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            .left {
                position: absolute;
                top: 50%;
                left: 42%;
                transform: translate(-50%, -50%);
            }
            .right {
                position: absolute;
                top: 50%;
                left: 58.2%;
                transform: translate(-50%, -50%);
            }
            .bottom {
                position: absolute;
                top: 67%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        }
    }
}


/* GRAPHIC BETA*/
#strategies #container .graphic2 {
    & {
        background-image: url(/i/Strategies_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        padding: 0 1.5rem;
    }
    .container {
        position: relative;
        height:width(&self*1)px;
        max-width: 1060px;
        margin: 0 auto;
        text-align: center;
    }
    svg {
        width: 120%;
        position: absolute;
        left: 50%;
        top: 5%;
        transform: translate(-50%,0);
    }
    .st6 {display: none;}
    #Overlay_on {opacity: 0; transition: opacity .7s ease;}
    .dot {fill: $blue;}
    .dot.sel {fill: $accent;}
    .triangle {fill: $blue;}
    .triangle.sel {fill: $accent;}
    .st2 {stroke: $blue;}
    .st2.sel {stroke: $accent;}
    .center {
        & {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        h1 {
            $primaryLight;
            font-size: 2.25rem;
            color: #fff;
            line-height: 3rem;
        }
        h1::after {
            content: '';
            width: 63px;
            height: 2px;
            background: #9dca69;
            display: block;
            margin: 0 auto;
            margin-top: 1.25rem;
        }
        img {
            width: 18px;
            display: block;
            position: absolute;
            top: -208px;
            left: 50%;
            transform: translate(-50%,-50%);
            cursor: pointer;
            display: none;
        }
    }
    .nav {
        > div {
            & {
                position: absolute;
            }
            a {
                $primaryLight;
                font-size: 2.25rem;
                color: #fff;
                line-height: 2.5rem;
                cursor: pointer;
            }
        }
        .left-top {top: 13%; left: 0; text-align: right;}
        .right-top {top: 13%; right: 0; text-align: left;}
        .left-bottom {bottom: 13%; left: 0; text-align: right;}
        .right-bottom {bottom: 13%; right: 0; text-align: left;}
        > div.sel {
            a {$primaryRegular;}
        }
    }
    .center-text {
        > div {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            text-align: center;
            color: #fff;
            max-width: 317px;
            opacity: 0;
            transition: opacity .7s ease;
        }
        > div.sel {
            opacity: 1;
        }
        p {
            $primaryLight;
            font-size: 1.3rem;
            color: #fff;
            margin-bottom: 8px;
            line-height: 1.8rem;
        }
    }
}

@media(max-width: 767px) {
    #home #container {
        .by-numbers {
            & {
                height: 353px;
                background-attachment: scroll;
            }
            .wrap {
                & {min-width: 800px; top: 55%;}
                .for-desktop {display: none;}
                .for-mobile {display: block;}
                > div {
                    & {max-width: 117px;}
                    a {font-size: 2rem;}
                    p {
                        font-size: 13px;
                        line-height: 1.2rem;
                    }
					.plus_icon {width: 25px; height: 25px; top: 15px;}
                    img {width: 13px;}
                }
                > div.active {
                    a {display: none;}
                }
                .top {top: 28%; left: 50%;}
                .left {top: 50%; left: 40%;}
                .bottom {top: 71%; left: 50%;}
                .right {top: 50%; left: 61%;}
            }
        }
        .by-numb-top {padding-bottom: 50px; top: 2px;}
        .by-numb-bottom {display: block;}
    }
}


@media (max-height: 800px) {
    .strategies-page {
        .hero {max-height: 380px;}
        .strategies-slider .fx-list {padding: 2rem 1.5rem !important;}
    }

    /* Graphic */
    #strategies #container {
        .graphic .container {
            max-width: 850px;
        }
        .graphic .center-text p {
            font-size: 1rem;
            line-height: 1.4rem;
        }
        .graphic .center h1 {font-size: 2rem; line-height: 2.5rem;}
        .graphic .nav > div a {font-size: 2rem;}
    }

    /* Graphic Philosophy */
    #philosophy #container {
        .philosophy-graphic .container {
            max-width: 950px;
        }
        .philosophy-graphic .center-text p {
            font-size: 1rem;
            line-height: 1.4rem;
        }
        .philosophy-graphic .center h1 {font-size: 2rem; line-height: 2.5rem;}
        .philosophy-graphic .nav > div a {font-size: 2rem;}

    }
}


/********** STRATEGIES BETA ********/
.strategies-beta {
    .nav-links {
        & {padding: 3rem 1.5rem !important;}
        .right h1 {color: #839dca66 !important;}
        .left {cursor: context-menu !important;}
        .arrow {width: 19px !important; height: auto !important; margin-top: 25px !important;}
        .syndicated {margin-top: 40px !important;}
        .right .arrow {opacity: 0; transition: opacity .2s ease;}
        .right:hover {
            .arrow {opacity: 1;}
        }
    }
}

.strategies-syndicated-beta {
    .nav-links {
        & {padding: 3rem 1.5rem !important;}
        .left h1 {color: #839dca66 !important;}
        .right {cursor: context-menu !important;}
        .arrow {width: 19px !important; height: auto !important; margin-top: 25px !important;}
        .left .arrow {opacity: 0; transition: opacity .2s ease;}
        .left:hover {
            .arrow {opacity: 1;}
        }

    }
}


/* STRATEGIES_NEW FILE */

#strategies #container {
    .strategies-slider {
        .fx-list {padding: 5rem 1.5rem;}
        .fx-nav {
            & {display: block;}
            img {
                width: 98px;
                height: 98px;
                display: block;
                margin: 0 auto;
            }
            .img-color {display: none;}
            h1 {
                font-family: sofia-pro,sans-serif;
                font-weight: 300;
                font-style: normal;
                font-size: 2.625rem;
                line-height: 2.9rem;
                text-align: center;
                color: #290407;
                margin-top: 1.00rem;
            }
        }
        .right {
            &{border-left: solid 1px #685f65;}
            h1 {margin-top: 37px;}
            /* .img-color {display: none;} */
            img {
                width: 125px;
                height: 77px;
            }
        }

        .fx-nav.fx-on {
            h1 {color: #1e810a;}
            .img-color {display: block;}
            .img-fade {display: none;}
        }
        .fx-nav:hover {
            .img-color {display: block;}
            .img-fade {display: none;}
        }
    }
}

@media (max-width: 767px) {
    .strategies-slider  {
        .fx-list > div {
            a {clear: both; width: 46% !important; padding: 40px 0;}
            .right {border-left: none !important; border-top: solid 1px #c4cfe2;;}
        }
    }
}
