/*
    Document   : what-we-do.css
    Author     : david.rosser
    Description:
        Define What We Do specific styles here.
*/

/* =What We Do
-------------------------------------------------------------- */


/* =A Feature
-------------------------------------------------------------- */


/* =B Feature
-------------------------------------------------------------- */
div.b-feature.what-we-do h3 {
	margin-top: 0px;
}

/* =B Feature What We Do information
-------------------------------------------------------------- */
div.b-feature.what-we-do.information {
    width: 50%;
    float: left;
}
@media screen and (max-width: 984px) {
    div.b-feature.what-we-do.information {
        width: auto;
        float: none;
    }
}
div.b-feature.what-we-do.information p.statement{
    margin-top: 0;
}

div.b-feature.what-we-do.information ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
}

div.b-feature.what-we-do.information ul li{
    position: relative;
}

div.b-feature.what-we-do.information ul li a.button.expand-large{
    position: absolute;
    top: 3px;
    right: -6px;
}

div.b-feature.what-we-do.information ul li.seperator{
	background: url(../images/hr.jpg) repeat-x center;
    padding: 15px 0;
}

div.b-feature.what-we-do.information ul li h3{
	margin-bottom: 10px;
}

div.b-feature.what-we-do.information ul li h3 a.link{
	font-size: 24px;
}

div.b-feature.what-we-do.information ul li ul{
    list-style: square;
    list-style-position: inside;
}

div.b-feature.what-we-do.information ul li ul li{
    padding-bottom: 10px;
}

div.b-feature.what-we-do.information ul li h4{
    margin: 10px 0;
}

div.b-feature.what-we-do.information ul li div.hidden-text p{
    margin: 0;
}
div.b-feature.what-we-do.information ul li h3 span.link{
    font-size: 24px;
    color: #EC008C;
}




/* =B Feature Growth Map
-------------------------------------------------------------- */
div.b-feature.what-we-do.growth-map {
    width: 50%;
    float: left;
}
@media screen and (max-width: 984px) {
    div.b-feature.what-we-do.growth-map {
        width: auto;
        float: none;
        text-align: center;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map {
/*    background: url(/assets/images/tmp/b-feature-what-we-do-infographic.jpg) no-repeat;
*/  position: relative;
    width: 462px;
    height: 463px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map {
        width: 330px !important;
        height: 330px !important;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map p.label {
    font-family: 'FrutigerLTW01-45Light';
    font-size: 16px;
    margin: 0;
    position: absolute;

}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map p.label {
        font-size: 14px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map p.label.vertical {
    writing-mode:tb-rl;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);

    bottom: 221px;
    left: -49px;
    display:block;
    white-space:nowrap;
}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map p.label.vertical {
        bottom: 150px;
        left: -61px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map p.label.horizontal {
    bottom: 0;
    left: 125px;
}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map p.label.horizontal {
        bottom: -20px;
        left: 50px;
    }
}
/* =B Feature Growth Map - Map
-------------------------------------------------------------- */
div.b-feature.what-we-do.growth-map div#growth-map div.map{
    overflow: hidden;
    position: absolute;
    left: 23px;
    width: 440px;
    height: 440px;
}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map div.map{
        width: 330px !important;
        height: 330px !important;
        left: 0;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.arrow{
    position: absolute;
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.arrow.vertical{
    background: url(../images/arrow-line-vertical.jpg) repeat-y bottom center;
    bottom: 4px;
}

@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.arrow.vertical{
            height: 330px !important;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.arrow.vertical div.point{
    background: url(../images/arrow-point.png) no-repeat top left;
    width: 9px;
    height: 17px;
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.arrow.horizontal{
    background: url(../images/arrow-line-horizontal.jpg) repeat-x left 4px;
    bottom: 0;
    left: 4px;
    height: 9px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.arrow.horizontal{
            width: 330px !important;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.arrow.horizontal div.point{
    background: url(../images/arrow-point.png) no-repeat top right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 9px;
}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map div.map div.arrow.horizontal div.point{
        left: 310px !important;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.mask{
    bottom: 5px;
    left: 5px;
    overflow: hidden;
    position: absolute;
    width: 440px;
    height: 440px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.mask {
            width: 310px;
            height: 310px;
    }
}

/* =B Feature Growth Map - Key points
-------------------------------------------------------------- */
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point{
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point div.rectangle{
    position: relative;
    width: 118px;
    height: 118px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point div.rectangle{
            width: 86px !important;
            height: 86px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point div.rectangle div.background{
    position: absolute;
    width: 118px;
    height: 118px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point div.rectangle div.background{
            width: 86px;
            height: 86px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point div.rectangle div.background.animation-state{
    /* Override for default animation state */
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point div.rectangle span.title{
    color: #fff;
    font-family: 'FrutigerLTW01-45Light';
    font-size: 18px;
    line-height: 18px;
    position: absolute;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point div.rectangle span.title{
        font-size: 14px;
        line-height: 14px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point div.rectangle span.number{
    color: #fff;
    font-family: 'Frutiger LT W01 65 Bold';
    font-size: 36px;
    position: absolute;
}

/* =B Feature Growth Map - Key points = Today's Business
-------------------------------------------------------------- */
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.todays-business{
    cursor: default;
    bottom: 0;
    left: 0;
    z-index: 100;
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.todays-business div.rectangle.animation-state{
    background-color: #ee9331;
    width: 1px;
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.todays-business div.rectangle div.background{
    background: url(../images/todays-business-background.jpg) no-repeat;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.todays-business div.rectangle div.background{
            background: url(../images/todays-business-background-mob.jpg) no-repeat;
        }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.todays-business div.rectangle div.background.animation-state{
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.todays-business div.rectangle span.title{
    bottom: 12px;
    left: 11px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.todays-business div.rectangle span.title{
            left: 2px;
        }
}

/* =B Feature Growth Map - Key points - Loyalty and New Spend
-------------------------------------------------------------- */
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.loyalty-new-spend{
    bottom: 0;
    z-index: 99;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.loyalty-new-spend{
            left: 86px !important;
        }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.loyalty-new-spend.animation-state{
    left: 0;
    /* to: left: 123px; */
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.loyalty-new-spend div.rectangle div.background{
    background: url(../images/loyalty-new-spend-background.jpg) no-repeat;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.loyalty-new-spend div.rectangle div.background{
            background: url(../images/loyalty-new-spend-background-mob.jpg) no-repeat;
        }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.loyalty-new-spend div.rectangle span.title{
    bottom: 12px;
    left: 11px;
    width: 85px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.loyalty-new-spend div.rectangle span.title{
            left: 2px;
        }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.loyalty-new-spend div.rectangle span.number{
    right: 10px;
}

/* =B Feature Growth Map - Key points - New Customers
-------------------------------------------------------------- */
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-customers{
    left: 0;
    z-index: 98;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-customers{
            bottom: 86px !important;
        }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-customers.animation-state{
    bottom: 0;
    /* to: bottom: 123px; */
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-customers div.rectangle div.background{
    background: url(../images/new-customers-background.jpg) no-repeat;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-customers div.rectangle div.background{
            background: url(../images/new-customers-background-mob.jpg) no-repeat;
        }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-customers div.rectangle span.title{
    bottom: 12px;
    left: 11px;
    width: 85px;
}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-customers div.rectangle span.title{
        left: 2px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-customers div.rectangle span.number{
    right: 10px;
}

/* =B Feature Growth Map - Key points - New Products & Services
-------------------------------------------------------------- */
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services{
    z-index: 97;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services{
            bottom: 42px !important;
            left: 42px !important;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services.animation-state{
    bottom: 5px;
    left: 5px;
    /*
    to:
    bottom: 64px;
    left: 64px;
    */
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services div.rectangle{
    width: 237px;
    height: 237px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services div.rectangle{
            width: 175px !important;
            height: 175px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services div.rectangle div.background{
    background: url(../images/new-product-services-background.png) no-repeat;
    width: 237px;
    height: 237px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services div.rectangle div.background{
            background: url(../images/new-product-services-background-mob.png) no-repeat;
            width: 175px;
            height: 175px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services div.rectangle span.title{
    bottom: 72px;
    left: 72px;
    width: 110px;
}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services div.rectangle span.title{
        left: 50px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-products-services div.rectangle span.number{
    right: 10px;
}

/* =B Feature Growth Map - Key points - New Markets
-------------------------------------------------------------- */
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets{
    z-index: 95;
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets.animation-state{
    background-color: #4554a6;
    bottom: -114px;
    left: -114px;
    /*
    to:
    bottom: 5px;
    left: 5px;*/
    z-index: 95;
}

div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets div.rectangle{
    width: 415px;
    height: 415px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets div.rectangle {
            width: 304px !important;
            height: 303px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets div.rectangle div.background{
    background: url(../images/new-markets-background.png) no-repeat;
    width: 415px;
    height: 415px;
}
@media screen and (max-width: 480px) {
        div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets div.rectangle div.background{
            background: url(../images/new-markets-background-mob.png) no-repeat;
            width: 304px;
            height: 303px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets div.rectangle span.title{
    bottom: 364px;
    left: 11px;
    width: 110px;
}
@media screen and (max-width: 480px) {
    div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets div.rectangle span.title{
        bottom: 270px;
    }
}
div.b-feature.what-we-do.growth-map div#growth-map div.map div.key-point.new-markets div.rectangle span.number{
    right: 10px;
}


/* =C Feature
-------------------------------------------------------------- */


/* =Button Expand Large
-------------------------------------------------------------- */
#growth-map-accordian a.button.expand-large{
    background: url(../images/button-link-text-expand-large-spritesheet.jpg) no-repeat top right;
    width: 29px;
    height: 29px;
}

#growth-map-accordian a.button.expand-large:hover{
    background-position: 0 -29px;
    color: #000;
}

#growth-map-accordian a.button.expand-large.expanded{
    background-position: 0 -58px;
}

#growth-map-accordian a.button.expand-large.expanded:hover{
    background-position: 0 -87px;
}

#growth-map-accordian .hidden-text.is-hidden {
    display: none;
}
