html, body {
    font-family: 'UniversLTStd-Light', sans-serif;
	margin: 0 auto;
    /*height: 100%;*/
    padding: 0;
    /*background-color: #282828;*/
}

section {
    margin: 0 auto;
	padding: 0;
}

a {
    text-decoration: none;
    display: block;
}

.get-it-bold {
    font-weight: 700;
}

/*Titles*/

.grey-title {
            top: 28px;
            text-transform: uppercase;
            text-align: right;
            font-size: 14px;
            line-height: 14px;
            margin: 0px 45px 0px 0;
            color: #75767c;
        }


.grey-subtitle {
            text-transform: uppercase;
            top: 45px;
            text-align: right;
            font-size: 14px;
            line-height: 14px;
            margin: 0px 45px 0 0;
            color: #75767c;
        }

.white-title {
            top: 28px;
            text-transform: uppercase;
            text-align: right;
            font-size: 14px;
            line-height: 14px;
            margin: 0px 45px 0px 0;
            color: #ffffff;
}

.white-subtitle {
            font-size: 30px;
            text-transform: uppercase;
            top: 45px;
            text-align: right;
            font-size: 14px;
            line-height: 14px;
            margin: 0px 45px 0 0;
            color: #ffffff;
        }


/* Homepage */

#home {
    position: relative;
    top: 0;
    left: 0;

    background: url(../img/bg-home.jpg) no-repeat top right;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.full-container {
    width: 100%;
    min-height: 100vh;
}

.popup {
    position: absolute;
    bottom: 122px;
    right: 220px;
    width: 567px;
    height: 478px;
}

    .popup img {
        width: 100%;
        height: auto;
    }

    .popup span {
        color: #ffffff;
        position: absolute;
        left: 40px;
        top: 150px;
        font-size: 86px;
        line-height: 90px;
    }

.top-left-logo {
    position: absolute;
    left: 74px;
    top: 32px;
    width: 220px;
    height: auto;
    z-index: 2;
}

.home-title {
    position:absolute;
    top: 40%;
    max-width: 508px;
    text-align: right;
    z-index: 2;
}

.home1 {
    font-size: 25px;
    line-height: 25px;
    float: right;
}

.home2 {
    font-size: 50px;
    line-height: 50px;
    padding-right: 16px;
    float: right;
}

.home3 {
    font-size: 50px;
    line-height: 50px;
    padding-right: 34px;
    float: right;
}


/* Opportunity */

#opportunity {
    position: relative;
    top: 0;
    left: 0;

    background: url(../img/bg-opportunity.jpg) no-repeat top left;
    background-size: cover;
    width: 100%;
    height: 100%;
}

    #opportunity .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;
    }

        #opportunity .main-title {
            position: absolute; /*replace*/;
            top: 28%;
            text-align: left;
            text-transform: uppercase;
            font-family: UniversLTStd-Light, Arial, sans-serif;
            font-size: 45px;
            line-height: 45px;
            margin-left: 60px;
            margin-top: 0;
            color: #75767c;
        }

    #opportunity .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #opportunity .grey-thin {
            text-align: left;
            font-size: 14px;
            line-height: 24px;
            color: #75767c;

            margin-top: 175px;
        }

        #opportunity .green-thin {
            text-align: left;
            font-size: 18px;
            line-height: 28px;
            color: #9ee544;

            font-weight: 300 !important;
            margin-top: 25px;
        }

        .page-number {
            position: absolute;
            bottom: 0;
            right: 0;

            text-align: left;
            font-size: 60px;
            line-height: 60px;

            margin: 0 40px 40px 0;

            color: #75767c;
        }


/* Power Data */

#power-data {
    position: relative;
    top: 0;
    left: 0;
    background-color: #95358f;
    width: 100%;
    height: 100%;
}

    #power-data .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;
    }

        #power-data .main-title {
            position: absolute;
            top: 260px;
            margin-left: 60px;
            margin-top: 0;

            text-align: left;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 55px;
            color: #ffffff;
        }

    #power-data .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #power-data .white-main {
            text-align: left;
            font-size: 20px;
            line-height: 28px;
            color: #ffffff;

            margin-top: 260px;
        }

        #power-data .white-sub {
            text-align: left;
            font-size: 16px;
            line-height: 25px;
            color: #ffffff;

            margin: 40px 0 15px 0;
        }

        #power-data .white-sub-second {
            text-align: left;
            font-size: 16px;
            line-height: 25px;
            color: #ffffff;

            margin-top: 15px;
        }

        #power-data .page-number {
            color: #ffffff;
        }

.polygon {
    position: absolute;
    bottom: 0px;
    left: 24px;
    width: 33%;
    height: auto;
}


/* Hindsight */

#hindsight {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

    background: url(../img/hindsight-bg.svg) no-repeat bottom right;
}

    #hindsight .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;
    }

        #hindsight .main-title {
            position: absolute; /*replace*/;
            top: 260px;
            text-align: left;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 55px;
            margin-left: 60px;
            margin-top: 0;
            color: #696c73;
        }

    #hindsight .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #hindsight .grey-general {
            text-align: left;
            font-size: 14px;
            line-height: 24px;
            color: #75767C;

            margin: 260px 0 10px 0;
        }

        #hindsight .grey-second {
            text-align: left;
            font-size: 14px;
            line-height: 24px;
            color: #75767C;

            margin: 20px 0 15px 0;
        }

        #hindsight .sub {
            text-align: left;
            font-size: 23px;
            line-height: 32px;
            color: #2b549a;

            margin: 15px 0;
        }

        #hindsight .page-number {
            color: #696c73;
        }

#hindsight .current {
    background-image: url(../img/hind-current.png);
    background-repeat: no-repeat;
    background-position: top left;
}


/* Hindsight Case Study*/

#hindsight-case-study {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

    background: url(../img/hindsight-case-bg.jpg) no-repeat top left;
    background-size: cover;
}

    #hindsight-case-study .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;
    }

        #hindsight-case-study .main-title {
            position: absolute; /*replace*/;
            top: 260px;
            text-align: left;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 55px;
            margin-left: 60px;
            margin-top: 0;
            color: #696c73;
        }

    #hindsight-case-study .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #hindsight-case-study .grey-general {
            text-align: left;
            font-size: 20px;
            line-height: 32px;
            color: #ffffff;
        }

        #hindsight-case-study .sub {
            margin: 10px 0;
        }

        #hindsight-case-study .sub-top {
            margin: 0 0 10px 0;
        }

        #hindsight-case-study .sub-bottom {
            margin: 10px 0 0 0;
        }

        #hindsight-case-study .sub, #hindsight-case-study .sub-top, #hindsight-case-study .sub-bottom {
            text-align: left;
            font-size: 16px;
            line-height: 24px;
            color: #ffffff;
        }

        #hindsight-case-study .page-number {
            color: #ffffff;
        }

#hindsight-case-study .current {
    background-image: url(../img/hind-current.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#hindsight-case-study .background {
    background: url(../img/dark-green.svg) no-repeat top left;
    background-size: cover;
    /*background-color: #0b515b;*/
    margin: 140px 20% 0 12%;
    padding: 25px 25px 170px 25px;
}

#hindsight-case-study .background-result {
    background-color: #456d78;
    padding: 21px;
    margin: -160px 12% 0 22%;
}

#hindsight-case-study .case-study-nav {
    background-color: #0b515b;
    padding: 20px 11px 15px 11px;
    height: 89px;
    width: 178px;
    margin: 0;
}

    #hindsight-case-study .case-study-nav > div {
        background-image: url(../img/white-current.png);
        background-repeat: no-repeat;
        width: 167px;
        height: 28px;
        padding-top:2px;
        padding-left: 5px;
        font-size: 22px;
        text-transform: uppercase;
        color: #0b515b;
    }

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
    #hindsight-case-study .case-study-nav > div {
        height: 26px;
        padding-top: 4px;
    }

}}

/* Insight*/

#insight {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

    background: url(../img/insight-bg.svg) no-repeat bottom right;
}

    #insight .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;
    }

        #insight .main-title {
            position: absolute; /*replace*/;
            top: 260px;
            text-align: left;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 55px;
            margin-left: 60px;
            margin-top: 0;
            color: #696c73;
        }

    #insight .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #insight .grey-general {
            text-align: left;
            font-size: 14px;
            line-height: 24px;
            margin-top: 260px;
            color: #75767C;
        }

        #insight .sub {
            text-align: left;
            font-size: 24px;
            line-height: 30px;
            margin-top: 30px;
            color: #fb7637;
        }

        #insight .page-number {
            color: #696c73;
        }

#insight .current {
    background-image: url(../img/ins-current.png);
    background-repeat: no-repeat;
    background-position: top left;
}


/* Insight Case Study */

#insight-case-study {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

    background: url(../img/insight-case-bg.jpg) no-repeat top left;
    background-size: cover;
}

    #insight-case-study .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;
    }

        #insight-case-study .main-title {
            position: absolute; /*replace*/;
            top: 260px;
            text-align: left;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 55px;
            margin-left: 60px;
            margin-top: 0;
            color: #696c73;
        }

    #insight-case-study .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #insight-case-study .grey-general {
            text-align: left;
            font-size: 20px;
            line-height: 32px;
            color: #ffffff;
        }

        #insight-case-study .sub {
            margin: 10px 0;
        }

        #insight-case-study .sub-top {
            margin: 0 0 10px 0;
        }

        #insight-case-study .sub-bottom {
            margin: 10px 0 0 0;
        }

        #insight-case-study .sub, #insight-case-study .sub-top, #insight-case-study .sub-bottom {
            text-align: left;
            font-size: 16px;
            line-height: 24px;
            color: #ffffff;
        }

        #insight-case-study .page-number {
            color: #ffffff;
        }

#insight-case-study .current {
    background-image: url(../img/hind-current.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#insight-case-study .background {
    background: url(../img/dark-orange.svg) no-repeat top left;
    background-size: cover;
    /*background-color: #ea6222;*/
    margin: 125px 20% 0 12%;
    padding: 25px 25px 160px 25px;
}

#insight-case-study .background-result {
    background-color: #f0884e;
    padding: 21px;
    margin: -160px 12% 0 24%;
    /*height: 33%;*/
}

#insight-case-study .case-study-nav {
    background-color: #ea6222;
    padding: 46px 11px 15px 11px;
    height: 63px;
    width: 178px;
    margin: 0;
}

    #insight-case-study .case-study-nav > div {
        background-image: url(../img/white-current.png);
        background-repeat: no-repeat;
        width: 167px;
        height: 28px;
        padding-top:2px;
        padding-left: 5px;
        font-size: 22px;
        text-transform: uppercase;
        color: #ea6222;
    }

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
    #insight-case-study .case-study-nav > div {
        height: 26px;
        padding-top: 4px;
    }

}}

/* Foresight */

#foresight {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

    background: url(../img/foresight-bg.svg) no-repeat top left;
}

    #foresight .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;

    }

        #foresight .main-title {
            position: absolute; /*replace*/;
            top: 260px;
            text-align: left;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 55px;
            margin-left: 60px;
            margin-top: 0;
            color: #696c73;
        }

    #foresight .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #foresight .grey-general {
            text-align: left;
            font-size: 14px;
            line-height: 24px;
            margin-top: 260px;
            color: #75767C;
        }

        #foresight .sub {
            text-align: left;
            font-size: 24px;
            line-height: 30px;
            margin-top: 35px;
            color: #95358f;
        }

        #foresight .page-number {
            color: #696c73;
        }

#foresight .current {
    background-image: url(../img/for-current.png);
    background-repeat: no-repeat;
    background-position: top left;
}


/* Foresight Case Study */

#foresight-case-study {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

    background: url(../img/foresight-case-bg.jpg) no-repeat top left;
    background-size: cover;
}

    #foresight-case-study .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;
    }

        #foresight-case-study .main-title {
            position: absolute; /*replace*/;
            top: 260px;
            text-align: left;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 55px;
            margin-left: 60px;
            margin-top: 0;
            color: #696c73;
        }

    #foresight-case-study .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #foresight-case-study .grey-general {
            text-align: left;
            font-size: 20px;
            line-height: 32px;
            color: #ffffff;
        }

        #foresight-case-study .sub {
            margin: 10px 0;
        }

        #foresight-case-study .sub-top {
            margin: 0 0 10px 0;
        }

        #foresight-case-study .sub-bottom {
            margin: 10px 0 0 0;
        }

        #foresight-case-study .sub, #foresight-case-study .sub-top, #foresight-case-study .sub-bottom {
            text-align: left;
            font-size: 16px;
            line-height: 24px;
            color: #ffffff;
        }

        #foresight-case-study .page-number {
            color: #ffffff;
        }

#foresight-case-study .current {
    background-image: url(../img/hind-current.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#foresight-case-study .background {
    background: url(../img/dark-purple.svg) no-repeat top left;
    background-size: cover;
    /*background-color: #95358f;*/
    margin: 175px 20% 0 12%;
    padding: 25px 25px 180px 25px;
}

#foresight-case-study .background-result {
    background-color: #a866a5;
    padding: 21px;
    margin: -170px 12% 0 24%;
    height: 33%;
}

#foresight-case-study .case-study-nav {
    background-color: #95358f;
    padding: 73px 11px 15px 11px;
    height: 36px;
    width: 178px;
    margin: 0;
}

    #foresight-case-study .case-study-nav > div {
        background-image: url(../img/white-current.png);
        background-repeat: no-repeat;
        width: 167px;
        height: 28px;
        padding-top:2px;
        padding-left: 5px;
        font-size: 22px;
        text-transform: uppercase;
        color: #95358f;
    }

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
    #foresight-case-study .case-study-nav > div {
        height: 26px;
        padding-top: 4px;
    }

}}

/* Dynamic Audit */

#dynamic-audit {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

    background-image: url(../img/audit-bg.svg) ;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 25% auto;
}

    #dynamic-audit .left-side {
        display: inline-block;
        vertical-align: top;

        /*background: url(../img/oppoturnity-left.jpg) no-repeat top left;*/
        background-size: auto 100%;
        background-position: top right;
        width: 35vw;
        height: 100%;
    }

        #dynamic-audit .main-title {
            position: absolute; /*replace*/
            top: 260px;
            text-align: left;
            text-transform: uppercase;
            font-size: 56px;
            line-height: 55px;
            margin-left: 60px;
            margin-top: 0;
            color: #696c73;
        }

    #dynamic-audit .right-side {
        display: inline-block;
        vertical-align: top;

        width: 63vw;
        height: 100%;
        min-height: 100vh;

        padding: 0;
        margin: 0;
    }

        #dynamic-audit .grey-general {
            text-align: left;
            font-size: 14px;
            line-height: 24px;
            margin-top: 175px;
            color: #75767C;
        }

        #dynamic-audit .sub {
            text-align: left;
            font-size: 24px;
            line-height: 30px;
            margin: 30px 0 30px 0!important;
            color: #79B929;
        }

        #dynamic-audit .page-number {
            color: #696c73;
        }

        #dynamic-audit .grey-bottom {
            text-align: left;
            font-size: 16px;
            line-height: 24px;
            margin-top: 0px;
            color: #696c73;
        }

        span > .email-audit {
            display: inline-block !important;
            text-align: left;
            text-decoration: underline;
            color: #79B929;
            font-size: 16px;
            line-height: 24px;
        }

#dynamic-audit .current {
    background-image: url(../img/hind-current.png);
    background-repeat: no-repeat;
    background-position: top left;
}

/* Terms */

#terms-and-conditions {
    position: relative;
    top: 0;
    left: 0;

    background: url(../img/bg-opportunity.jpg) no-repeat top left;
    background-size: cover;
    width: 100%;
    height: 100%;
}

    #terms-and-conditions .left-side {
        display: inline-block;
        width: 100%;
        height: 60%;
        padding: 0;
        margin: 0;
    }

    #terms-and-conditions .right-side {
        display: inline-block;
        width: 100%;
        height: 40%;
        padding: 0;
        margin: 25px 0 0 0;
    }

        #terms-and-conditions .grey-thin {
            text-align: left;
            font-size: 15px;
            line-height: 19px;
            color: #75767c;

            font-family: UniversLTStd-Light, Arial, sans-serif;
            margin: 0 0 0 75px;
        }

        #terms-and-conditions .second-thin {
            text-align: left;
            font-size: 15px;
            line-height: 19px;
            color: #75767c;

            font-family: UniversLTStd-Light, Arial, sans-serif;
            margin: 25px 0 25px 75px;
        }

#terms-and-conditions .bg-image-new {
    position: absolute;
    top: 0;
    left: 0;
    height: 58%;
}