.content ul li#social.mobile/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html,
button,
input,
select,
textarea { color: #222; }

body { font-size: 1em; color: #000; line-height: 1.4; font-family: Arial, Helvetica, sans-serif; }

.lt-ie9 body { line-height: 28px;}



/**
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection { background: #b3d4fc; text-shadow: none; }

::selection { background: #b3d4fc; text-shadow: none; }

/**
 * A better looking default horizontal rule
 */

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

/**
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img { vertical-align: middle; }

/**
 * Remove default fieldset styles.
 */

fieldset { border: 0; margin: 0; padding: 0; }

/**
 * Allow only vertical resizing of textareas.
 */

textarea { resize: vertical; }

/* ==========================================================================
Chrome Frame prompt
========================================================================== */

.chromeframe {
    background: #ccc;
    color: #000;
    margin: 0.2em 0;
    padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */

/**
 * GLOBAL
 */
.center { width: 100%; /*max-width: 67.3%;*/ max-width: 960px; margin: 0 auto; position: relative;}
.buttonGray {
    margin: 20px 0 10.8%;
    display: block;
    overflow: hidden;
}
.buttonGray .arrowIcon {
    background: url(/img/feature/arrow.png) no-repeat 0 0;
    display: block;
    width: 34px; height: 34px;
    float: left;
}
.buttonGray .buttonText {
    background: url(/img/feature/readMoreBG.png) repeat 0 0;
    font-family: apexsansMedium; font-size: 1.188em; color: #ffffff; line-height: 34px;
    display: block;
    height: 34px;
    float: left;
    padding: 0 12px; margin: 0 0 0 1px;
}
.buttonBlue {
    margin: 20px 0 10.8%;
    display: block;
    overflow: hidden;
}
.buttonBlue .arrowIcon {
    background: url(/img/buttonArrowBlue.jpg) no-repeat 0 0;
    display: block;
    width: 34px; height: 34px;
    float: left;
}
.buttonBlue .buttonText {
    background: #3584c2;
    font-family: apexsansMedium; font-size: 1.188em; color: #ffffff; line-height: 34px;
    display: block;
    height: 34px;
    float: left;
    padding: 0 12px; margin: 0 0 0 1px;
}

.hideSelector { display: none; }

/**
 * HEADER
 */
header { background: #000000; width: 100%; overflow: hidden; }
header .logo { width: 116px; height: 42px; float: left; margin: 8px 0; }
header .logo a {
    background: url(/img/header/logo.png) no-repeat 0 0;
    width: 100%; height: 100%;
    display: block;
    text-indent: -9999px;
}
header nav { float: right; /*max-width: 85%;*/ width: 100%; max-width: 820px; display: block;  }
header nav.mobile { display: none; }
header nav .topNav { float: right; }
header nav .topNav a {
    font-family: apexsansMedium; font-size: 0.750em; color: #888888;
}
header nav .topNav span { padding: 0 15px; color: #888888; }
header nav .bottomNav { float: right; max-width: 100%; width: 100%; }
.lt-ie9 header nav .bottomNav { padding-bottom: 8px; }
header nav .bottomNav ul { overflow: hidden; float: right; }
header nav .bottomNav ul li { float: left; padding: 0 0 0 40px; position: relative; }
.lt-ie9 header nav .bottomNav ul li form { margin-top: -6px; }
header nav .bottomNav ul li a
{ font-family: apexsansBook; font-size: 1.188em; color: #ffffff; }
header nav .bottomNav ul li.active a { color: #7e7d7d; }
header nav .bottomNav ul li input {
    background: #231E1C;
    border: none; border-radius: 2px;
    font-family: apexsansBook; 
    font-size: 0.8em; 
    color: #cccccc;
    padding: 0;
    width: 35px; height: 30px;
    text-indent: -9999px;

    transition: text-indent 1s, width 1s, padding 1s;
    -moz-transition: text-indent 1s, width 1s, padding 1s;
    -webkit-transition: text-indent 1s, width 1s, padding 1s;
    -o-transition: text-indent 1s, width 1s, padding 1s;
}
.lt-ie9 header nav .bottomNav ul li input { height: 35px; line-height: 40px; }
header nav .bottomNav ul li:hover input, 
header nav .bottomNav ul li input:focus {
    width: 165px;
    text-indent: 0px;
    padding: 0 30px 0 10px;
    outline-width: 0;

    transition: text-indent 1s, width 1s, padding 1s;
    -moz-transition: text-indent 1s, width 1s, padding 1s;
    -webkit-transition: text-indent 1s, width 1s, padding 1s;
    -o-transition: text-indent 1s, width 1s, padding 1s;
}
header nav .bottomNav ul li img {
    cursor: pointer;
    padding: 8px;
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 50;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/**
* FEATURE
*/

.feature .breadcrumb { padding: 15px 0 0 0; position: absolute; z-index: 99; }
.feature .breadcrumb.static { position: static; background:  }
.feature .breadcrumb h2 { font-family: apexsansBook; font-size: 3.125em; color: #ffffff; }
.feature .breadcrumb.static h2 { color: #000; text-shadow: none; }
.feature .breadcrumb p { font-weight: bold; font-size: 0.689em; color: #ffffff; }
.feature .breadcrumb.static p { font-weight: bold; font-size: 0.689em; color: #000; text-shadow: none; }
.feature .breadcrumb a { color: #ffffff; }
.feature .breadcrumb.static a { color: #000; }
.feature .breadcrumb.static p {
	font-size: 1em !important; font-weight: normal !important;
	display: inline;
	color: #000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}

.feature .breadcrumb a:hover { text-decoration: underline; }
.feature .contentFeature .desc { float: right; width: 273px; margin: 100px 0 0 0; }
.feature .contentFeature .desc h3 { font-family: 'apexsansMedium'; font-size: 24px; line-height: 29px; color: #ffffff;  }

/**
* CONTENT
*/

.content { padding: 50px 0 250px 0; }
.content .mobileTitle { display: none; }
.content .textContainer { overflow: hidden; }
.content .text { float: left; width: 585px; }
.content .text h4 {
    font-family: apexsansMedium; font-size: 1.625em; color: #0d0c0c;
    margin: 0 0 25px 0;
}
.content .text p {
    font-size: 1.064em; color: #0a0502;
    margin: 0 0 36px 0;
}
.content .text p a {
    font-weight: bold; color: #1c75bb;
}
.content .text p a:hover { opacity: 0.8; }
.content .quotes { float: right; width: 330px; margin: 65px 0 0 0; }
.content .quotes .quote {
	pointer-events:none;
    font-family: genBasicReg; font-size: 80px; color: #e6e6e6; line-height: 63px;
    width: 36px; height: 24px;
    display: inline-block;
    vertical-align: top;
}
.content .quotes p {
    font-family: apexsansBook; font-size: 1.875em; color: #6c6967;
}

.content strong { font-weight: bold; }
.content ul {
    list-style: disc;
    padding: 0 0 10px 30px;
}
/*.content ul li { margin: 0 0 20px 0; }*/
.content ol {
    list-style: decimal;
    padding: 0 0 10px 30px;
}
.content ol li { margin: 0 0 20px 0; }

/**
 * TOUTS
 */

.touts {
    background: #000000;
    padding: 2.3% 0;
    width: 100%; /*max-width: 90%;*/ max-width: 1280px; height: auto;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.touts .toutMobile { display: none; }
.touts .contentTouts{
    overflow: hidden;
    height: 383px;
}
.touts .contentTouts .titleContent {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.touts .contentTouts .tout .image.mobile { display: none; }
.touts .contentTouts .titleContent .image {
    position: absolute;
    z-index: 50;
    left: 0
}
.touts .contentTouts .tout {
    width: 100%; max-width: 33.2%; height: 383px; max-height: 100%; min-height: 50%;
    float: left;
    overflow: hidden;
    transition: max-width 1s;
    -moz-transition: max-width 1s;
    -webkit-transition: max-width 1s;
    -o-transition: max-width 1s;
}
.touts .contentTouts .tout .image.inactive {
    opacity: 1;
    filter:alpha(opacity=100);
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}
.touts .contentTouts .tout .image.active {
    opacity: 0;
    filter:alpha(opacity=0);
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}
.touts .contentTouts .tout .titleContent .title {
    width: 425px;
    float: left;
    margin: 137px 0 0 20px;
    font-family: apexsansBook; font-size: 2.187em; color: #ffffff; line-height: 48px;
    position: relative;
    z-index: 100;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}
.touts .contentTouts .tout .titleContent .content {
    opacity: 0;
    filter:alpha(opacity=0);
    background: #000000;
    width: 321px; height: 383px;
    padding: 0 42px 0 19px;
    position: absolute;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: max-width 1s;
    -o-transition: opacity 1s;
}

.touts .contentTouts .tout .titleContent .content h3 {
    margin: 20px 0 0 0;
    font-family: apexsansMedium; font-size: 30px; color: #ffffff;
    line-height: 35px;
}
.touts .contentTouts .tout .titleContent .content p {
    margin: 18px 0 0 0;
    font-family: apexsansMedium; font-size: 1.125em; color: #ffffff;
}
.touts .contentTouts .tout .titleContent .content a {
    margin: 25px 0 0 0;
    display: block;
    font-family: apexsansBold; font-size: 14px; color: #ff0000;
    text-transform: uppercase;
}

.touts .contentTouts .tout.active .titleContent .title,
.touts .contentTouts .tout.inactive .titleContent .title {
    opacity: 0;
    filter:alpha(opacity=0);
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}

.touts .contentTouts .tout.right {
    max-width: 33.6%;
    transition: max-width 1s;
    -moz-transition: max-width 1s;
    -webkit-transition: max-width 1s;
    -o-transition: max-width 1s;
}

.touts .contentTouts .tout.left .titleContent .title {
    width: 210px;
}

.touts .contentTouts .tout.left.active,
.touts .contentTouts .tout.center.active,
.touts .contentTouts .tout.right.active {
    max-width: 75.2%;
    transition: max-width 1s;
    -moz-transition: max-width 1s;
    -webkit-transition: max-width 1s;
    -o-transition: max-width 1s;
}

.touts .contentTouts .tout.left.inactive .image.inactive,
.touts .contentTouts .tout.left.active .image.active,
.touts .contentTouts .tout.center.inactive .image.inactive,
.touts .contentTouts .tout.center.active .image.active,
.touts .contentTouts .tout.right.inactive .image.inactive,
.touts .contentTouts .tout.right.active .image.active {
    opacity: 1;
    filter:alpha(opacity=100);
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

.touts .contentTouts .tout.left.active .image.inactive,
.touts .contentTouts .tout.left.inactive .image.active,
.touts .contentTouts .tout.center.active .image.inactive,
.touts .contentTouts .tout.center.inactive .image.active,
.touts .contentTouts .tout.right.active .image.inactive,
.touts .contentTouts .tout.right.inactive .image.active {
    opacity: 0;
    filter:alpha(opacity=0);
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

.touts .contentTouts .tout.active .titleContent .content {
    opacity: 1;
    filter:alpha(opacity=100);
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.touts .contentTouts .tout.left.inactive,
.touts .contentTouts .tout.center.inactive,
.touts .contentTouts .tout.right.inactive {
    background-position: right 0;
    max-width: 12.4%;
    transition: max-width 1s;
    -moz-transition: max-width 1s;
    -webkit-transition: max-width 1s;
    -o-transition: max-width 1s;
}

.touts .contentTouts .tout.inactive .titleContent .content {
    opacity: 0;
    filter:alpha(opacity=0);
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: max-width 1s;
    -o-transition: opacity 1s;
}

.touts .contentTouts .tout.right .titleContent h2
{ margin: 110px 0 0 20px; }

.dark-bg,
.dark-bg #social {
    background: #000;
}

/**
 * NEWS
 */

.news {
    background: none repeat scroll 0 0 #E6E6E6;
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
}

.news .wrapper{
    padding: 65px 90px 64px 39px;
    overflow: hidden;
}

.news h2 { display: none; }
.news .controlNews { float: left; /* height: 140px; margin: 5.6% 0 0 2%;*/ }
.news .controlNews h3 { font-family: apexsansBook; font-size: 1.625em; width: 155px; }
.news .controlNews .viewAll {
    background: url(/img/arrowNews.gif) no-repeat 8px center;
    font-family: apexsansMedium; font-size: 0.689em; color: #1c75bb;
    padding: 5px 8px 4px 30px;
    border: 1px solid #1c75bb;
    display: block;
    margin: 19px 0 0 0;
    width: 92px;
    float: left;
}
.news .newsContent { float: left; width: 84.983%; max-width: 84.983%; height: auto; padding: 0 0 0 0; }
.news ul {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
}
.news ul li {
    float: left;
    margin: 0 0 0 5.041%;
    padding-bottom: 65px;
    position: relative;
    width: 19.857%;
}

.news ul li p a{
    font-family: apexsansBook; font-size: 1.064em; color: #1c75bb;
}
.news ul li h1 a{
    font-family: apexsansBook; font-size: 1.064em; color: #1c75bb;
}
.news ul li span {
    font-size: 0.5em; font-weight: bold; text-transform: uppercase; color: #0d0c0c;
    position: absolute;
    bottom: 0;
}
.news .pagination { display: none; }

nav.mobile { display: none; }
.news .viewAll { display: none; float: right; }

/**
 * FOOTER
 */
footer { position: relative; z-index: 150; width: 100%; overflow: hidden; background: #ffffff; }
footer .contentFooter { width: 100%; /*max-width: 59.1%;*/ max-width: 825px; padding: 50px 0 0 0; }
footer .contentFooter ul { overflow: hidden; }
footer .contentFooter ul li {
    float: left;
    margin: 0 20px 0 0;
    width: 146px;
}
footer .contentFooter ul li.last { margin: 0; }
footer .contentFooter ul li h3 {
    font-weight: bold; font-size: 0.814em; color: #444444;
    margin: 0 0 17px 0;
}
footer .contentFooter ul li h5
{ font-weight: bold; font-size: 0.689em; color: #444444; }

footer .contentFooter ul li p, footer ul li span {
    font-weight: bold; font-size: 0.625em; color: #444444;
    display: block;
}
footer .contentFooter ul li a{color:#1c75bb;}
footer .contentFooter ul li span.separate { margin: 0 0 20px 0; }
p.privacy {
    font-size: 0.625em; color: #1f1822; text-align: center;
    margin: 0 0 100px 0;
}
p.privacy a
{ text-decoration: underline; padding: 0 3px 0 0; }

.lt-ie9 footer .contentFooter ul li h5 { line-height: 18px; }
.lt-ie9 footer .contentFooter ul li p, .lt-ie9 footer ul li span { line-height: 16px; }

nav.mobileFooter { display: none; }

/**
 * HOMEPAGE FEATURE
 */

.feature {
    /*background-image: url(/img/feature/featureImage1.jpg);*/
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%; /*max-width: 1280px;*/ /*max-width: 90%;*/
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
}
.feature .arrow {
    width: 120px; height: 100%;
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 100;
}
.feature .arrow.left {
    background: url(/img/feature/arrowLeft.png) no-repeat center center;
    left: 0;
}
.feature .arrow.right {
    background: url(/img/feature/arrowRight.png) no-repeat center center;
    right: 0;
}
.feature .contentSlider
{ display: none; height: 100%; overflow: hidden; z-index: 50; width: 100%; max-width: 100%; }
.feature .slider {
    width: 100%; max-width: 100%; height: 100%;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    /*background-image: url("/img/feature/featureImage1.jpg");*/
   position: relative;
}
.feature .slider img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    /* height: 100%*/
}
.feature .slider .inlineImg {
    background-repeat: no-repeat;
    background-size: cover;
}
.feature .slider .content { float: left; padding: 10% 0 0 11%; max-width: 100%; }
.feature .slider .content h2 {
	color: #FFFFFF;
    font-family: apexsansBook;
    font-size: 3.125em;
    margin: 0 0 5px;
    /*text-shadow: 2px 2px 2px #000000;*/
}
@media only screen and (max-width: 767px) {
	.feature .hide-on-mobile{
		display:none;
	}
}

.feature .slider.black .content h2 { color: #000; }
.feature .slider.white .content h2 { color: #FFF; }

.lt-ie9 .feature .slider .content h2 { line-height: 65px; }
.feature .slider .content p {
    font-family: apexsansBook; font-size: 1.375em;
    margin: 0 0 5px;
	color: #FFFFFF;
}

.feature .slider.black .content p { color: #000; }
.feature .slider.white .content p { color: #FFF; }

.feature .slider .content p span { font-family: apexsansMedium; }
.feature .pagination {
/*    width: 80px;*/
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -40px;
    z-index: 100;
}
.feature .pagination { overflow: hidden; }
.feature .pagination a {
    background: url(/img/feature/pagDefault.png) no-repeat 0 0;
    width: 13px; height: 13px;
    display: block;
    float: left;
    margin: 0 7px 0 0;
    text-indent: -9999px;
}
.feature .pagination a.selected { background: url(../img/feature/pagActive.png) 0 0 no-repeat; outline: none; width: 14px; }
.feature .clearFix { clear: both; }

/**
 * SOCIAL
 */
#social
{ position: relative; z-index: 150; width: 100%; overflow: hidden; background: #ffffff; }
#social ul { background: #000000; width: 100%; /*max-width: 90%;*/ max-width: 1280px; margin: 0 auto; overflow: hidden; height: 63px; }
#social ul li { height: 63px; float: left; }
#social ul li.controlSocial {
    background: url(/img/arrowSocial.jpg) no-repeat right 0 #644a6e;
    width: 86px;
    padding: 0 30px 0 40px;
}
#social ul li.controlSocial p {
    font-family: apexsansMedium; font-size: 1.188em; color: #ffffff; line-height: 17px;
    margin: 12px 0 0;
}
#social ul li.social {
    margin: 0 0 0 6%;
    width: 7.9%;
}
#social ul li.social a {
    background: url(/img/spriteSocial.png) no-repeat left 0;
    display: block;
    width: 100%; height: 63px;
    padding: 0 0 0 43%;
    font-family: apexsansBold; font-size: 0.814em; color: #666666; line-height: 63px;
    opacity: 0.6;
    filter:alpha(opacity=60);
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

#social ul li.social a:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}
#social ul li.social.facebook a { background-position: 0 20px; }
#social ul li.social.linkedin a { background-position: 0 -40px; }
#social ul li.social.youtube a { background-position: 0 -100px; }
#social ul li.social.google a { background-position: 0 -160px; }
#social ul li.social.pinterest a { background-position: 0 -220px; padding: 0; width: 82px; }
#social ul li.social.twitter a { background-position: 0 -280px; }


/**
 * WHO WE ARE
 */
#movable-items-sticky-wrapper { position: absolute; top: 400px; z-index: 100; }
#movable-items-sticky-wrapper .navigation { display: block; }
.navigation { display: none; background: #000000; padding: 0 0 20px;}
.navigation ul li { padding: 20px 16px 0 16px; }
.navigation ul li a {
    font-family: apexsansMedium; font-size: 16px; color: #ffffff;
}
.navigation ul li.active { background: url(/img/whoWeAre/arrowNav.gif) no-repeat 0 25px; }
.lt-ie9 .navigation ul li.active { background-position: 0 27px; }
.navigation ul li.active a { color: #999999; }

#whoWeAre { width: 100%; position: relative; margin: 0 auto; }
#whoWeAre .feature { background: url(/img/whoWeAre/backFeature.jpg) no-repeat 50% 0; background-size:cover; height: 425px; width: 100%; margin: 0 auto; }
#whoWeAre .content { padding-left: 40px; max-width: 1240px; }

/**
 * CORPORATE CITIZENSHIP - WHO WE ARE
 */
#whoWeAre.corporate .content { padding: 50px 0 100px 40px;  }
#whoWeAre.corporate .content h3 {
    font-family: apexsansMedium;
    font-size: 1.6em;
    color: #0d0c0c;
    margin: 0 0 25px 0;
}
#whoWeAre.corporate .content p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    line-height: 1.5em;
    color: #0a0502;
    margin-bottom: 20px;
}

#whoWeAre.corporate .content ul {
	margin-bottom: 20px;
}

#whoWeAre.corporate .content .textLeft { float: left; width: 48%; margin-right: 4%; }
#whoWeAre.corporate .content .textRight { float: right; width: 48%; }
#whoWeAre.corporate .content .textLeft h4,
#whoWeAre.corporate .content .textRight h4 {
    font-family: 'apexsansBook';
    font-size: 1.55em;
    color: #0d0c0c;
    margin-bottom: 15px;
}
#whoWeAre.corporate .content .textLeft p,
#whoWeAre.corporate .content .textRight p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #0a0502;
    margin-bottom: 15px;
}
#whoWeAre.corporate .content p a {
    font-weight: bold; color: #1c75bb;
}
#whoWeAre.corporate .content p a:hover { opacity:0.8; }
#whoWeAre.corporate .content .quote {
    font-family: genBasicReg;
    font-size: 3em;
    color: #e6e6e6;
    line-height: 0.8em;
    width: 36px; height: 24px;
    display: inline-block;
    vertical-align: top;
}
#whoWeAre.corporate .content .quote.left {
    display: block;
    margin-top: 45px;
}
#whoWeAre.corporate .content .quote.right {
    margin-bottom: 45px;
}
#whoWeAre.corporate .content .textRight .quoteText {
    font-family: apexsansBook;
    font-size: 1.55em;
    color: #6C6967;
    line-height: 1.2em;
}
#whoWeAre.corporate .olList {
    list-style-position: outside;
    list-style-type: decimal;
    padding-left: 35px;
    font-size: 0.9em;
}

#whoWeAre.corporate h4{
    font-family: 'apexsansBook';
font-size: 1.55em;
color: #0d0c0c;
margin-bottom: 15px;
}

#flip_container{
    width:100%;
    max-width:1600px;
    margin:0px auto;
    position:relative;
}
#flip_controls{
    margin-bottom:1em;
}
#flip_controls a{
    display:inline-block;
    font-size:30px;
}

table.hor-minimalist{
    width:100%;
    max-width:960px;
    text-align: left;
    border-collapse: collapse;
    margin-bottom:50px;
    border:0px 1px 1px 1px solid #a0a1a5;
}
table.hor-minimalist th{
    padding: 8px;
    color:#FFF;
    background: #296fb7;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;

    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
table.hor-minimalist td{
    padding: 8px;
    background: #eeeeee; 
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #363636;
    border-top: 1px solid transparent;
}

table.hor-minimalist a{
    color:#296fb7;
    text-decoration:underline;
}

table.hor-minimalist tbody tr:hover td{
    background: #3e3e3e;
    color: #FFFFFF;
}

table.hor-minimalist tbody tr:hover td a{
    color: #d4e9ff;
}

table.hor-minimalist .gri_header_sub td, table.hor-minimalist .gri_header_sup td{
    font-size:1em;
    padding:1em;
    font-weight:bold;
}

table.hor-minimalist .gri_header_sub td{
    color:#FFFFFF;
    background:#a6c1de;
}

table.hor-minimalist .gri_header_sup td{
    color:#FFFFFF;
    background:#78a9dd;
}



.navigation #menuAction {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    margin: 20px 20px 0;
    color: #FFF;
    outline: none;
    background: url('/img/sideMenu.png') 0 0 no-repeat
}
.navigation #menuAction.opened { margin-top:10px; background-position: 0 100%; }
.navigation:after {
    display:block;
    visibility:hidden;
    content:'.';
    height:0;
    clear:both;
}

/**
 * LEADERSHIP - WHO WE ARE
 */

#whoWeAre.leadership .content { padding-bottom: 50px; }

#whoWeAre.leadership .content .teamGrid { width: 950px; margin: 0 auto; }

#whoWeAre.leadership .content .teamGrid > li {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px 0 20px;
    border-top: 1px solid #D2D2D2;
}
#whoWeAre.leadership .content .teamGrid > li:after {
    display:block;
    visibility:hidden;
    content:'.';
    height:0;
    clear:both;
}
#whoWeAre.leadership .content .teamGrid .topTitle {
    font-family: 'apexsansBook';
    font-size: 1.6em;
    color: #000;
    margin-top: 10px;
    text-shadow: 1px 1px #F2F2F2;
}
#whoWeAre.leadership .content .teamGrid ul {
    clear:both;
    list-style: none;
    padding: 0;
}
#whoWeAre.leadership .content .teamGrid ul li {
    display: inline-block;
    width: 120px;
    height: 210px;
    margin: 20px 10px 0 0;
    text-align: center;
    vertical-align: top;
}
#whoWeAre.leadership .content .teamGrid .firstGrid { border-top: none; }
#whoWeAre.leadership .content .teamGrid .firstGrid ul li {
    width: 175px;
    height: 255px;
}
#whoWeAre.leadership .content .teamGrid .firstGrid ul.fixed { text-align: left; }
#whoWeAre.leadership .content .teamGrid .firstGrid ul.fixed li { height: 235px; }
#whoWeAre.leadership .content .teamGrid .firstGrid ul li img { max-height: 175px; }
#whoWeAre.leadership .content .teamGrid .firstGrid ul li a span { font-size: 0.82em; }
#whoWeAre.leadership .content .teamGrid ul li img {
    max-width: 100%;
    max-height: 120px;
}
#whoWeAre.leadership .content .teamGrid ul li span {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.62em;
}
.lt-ie9 #whoWeAre.leadership .content .teamGrid ul li span { line-height: 1.4em; }
#whoWeAre.leadership .content .teamGrid ul li a span {
    color: #1c75bb;
    font-weight: bold;
    margin-top: 8px;
}

/**
 * LEADERSHIP/BIO - WHO WE ARE
 */

#whoWeAre.leadership-bio .content .image-holder { float: left; max-width: 175px; margin-right: 20px; }
#whoWeAre.leadership-bio .content .text-bio { float: left; width: 585px; }
#whoWeAre.leadership-bio .content .text-bio h1 { font-family: 'apexsansBook'; font-size: 2em; }
#whoWeAre.leadership-bio .content .text-bio h2 { font-family: 'apexsansBook'; font-size: 1.55em; color: #0d0c0c; }
#whoWeAre.leadership-bio .content .text-bio .email-bio {
    display: inline-block;
    font-family: 'apexsansBook';
    font-size: 1em;
    font-weight: bold;
    color: #1c75bb;
    margin-bottom: 25px;
}
#whoWeAre.leadership-bio .content .text-bio p { font-size: 0.9em; margin-bottom: 1em; }
#whoWeAre.leadership-bio .content .text-bio a { font-weight: bold; color: #1c75bb; } 
#whoWeAre.leadership-bio .content .text-bio a:hover { opacity: 0.8; }
#whoWeAre.leadership-bio .content .goBack {
    float: right;
    padding: 5px 8px;
    margin: 50px 0;
    font-family: 'apexsansMedium';
    font-size: 0.85em;
    color: #1c75bb;
    border: 1px solid #1c75bb;
}
#whoWeAre.leadership-bio .content .cb { clear: both; }

/**
 * AWARDS - WHO WE ARE
 */

#whoWeAre.awards h1 { font-family: 'apexsansBook'; font-size: 2em; }
#whoWeAre.awards .content { padding-bottom: 100px; }
#whoWeAre.awards .topGrid .item { position: relative; display: inline-block; vertical-align: top; margin: 15px 15px 0 0; width: 47%; }
#whoWeAre.awards .topGrid .item img { display: block; width: 448px; height: 221px; margin-bottom: 10px; }
#whoWeAre.awards .topGrid .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 408px;
    height: 181px;
    padding: 20px;
    background-color: #000; /* Old browsers */
    background: rgba(0,0,0,0.85);
    overflow: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: opacity 1s;
}
#whoWeAre.awards .topGrid .item:hover .content { opacity: 1; filter:alpha(opacity=100); }
#whoWeAre.awards .topGrid .item .content p { font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; color: #FFF; }
#whoWeAre.awards .topGrid .item .content p a { font-weight: bold; color: #1c75bb; }
#whoWeAre.awards .topGrid .item span { font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; }
#whoWeAre.awards .topGrid .item span strong { font-weight: bold; padding: 0 5px 0 0; }
#whoWeAre.awards .bottomCarou { width: 100%; max-width: 910px; margin-top: 35px; border-top: 1px solid #D2D2D2; overflow: hidden; }
#whoWeAre.awards .bottomCarou .pager { padding: 15px 0 20px; }
#whoWeAre.awards .bottomCarou .pager #awardLeft, #whoWeAre.awards .bottomCarou .pager #awardRight { width: 12px; height: 15px; background: url('/img/whoWeAre/awardsArrows.png') no-repeat; }
#whoWeAre.awards .bottomCarou .pager #awardLeft { background-position: 0 0; }
#whoWeAre.awards .bottomCarou .pager #awardRight { background-position: 100% 0; margin-right: 5px; }
#whoWeAre.awards .bottomCarou .pager a { display: inline-block; line-height: 15px; margin-right: 3px; color: #1c75bb; font-size: 0.9em; font-weight: bold; outline: 0; }
#whoWeAre.awards .bottomCarou .pager a.selected { color: #000; }
#whoWeAre.awards .bottomCarou .pager a:hover { text-decoration: none; }
#whoWeAre.awards .bottomCarou #carouWrapper { list-style: none; padding: 0; }
#whoWeAre.awards .bottomCarou #carouWrapper .item { float: left; max-width: 170px; padding-right: 15px; }
#whoWeAre.awards .bottomCarou #carouWrapper .item img { display: block; width: 100%; margin-bottom: 5px; }
#whoWeAre.awards .bottomCarou .item span { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; }
#whoWeAre.awards .bottomCarou .item span strong { font-weight: bold; display: block; }

/**
*
* GLOBAL NETWORK - WHO WE ARE
*
**/

#whoWeAre.globalNetwork .feature { background: #000; height: 425px; }
#whoWeAre.globalNetwork .feature .breadcrumb { position: relative; }
#whoWeAre.globalNetwork .feature .featureLeft, #whoWeAre.globalNetwork .feature .featureRight { float: left; width: 230px; }
#whoWeAre.globalNetwork .feature .featureLeft { padding: 15px 15px 0 0; border-right: 1px solid #baaf9f; }
#whoWeAre.globalNetwork .feature .featureRight { text-align: center; }
#whoWeAre.globalNetwork .feature .featureCenter { float: left; text-align: center; padding: 0 25px; }
#whoWeAre.globalNetwork .feature .featureLeft h1 { font-family: 'apexsansBook'; font-size: 2em; color: #FFF; margin-bottom: 0.2em; }
#whoWeAre.globalNetwork .feature .featureLeft p { color: #FFF; font-size: 0.9em; }
#whoWeAre.globalNetwork .feature .featureRight div { float: left; width: 44%; padding: 0 2%; border-left: 1px solid #baaf9f; }
#whoWeAre.globalNetwork .feature .featureRight div p { font-family: 'apexsansMedium'; font-size: 0.9em; color: #baaf9f; margin-bottom: 10px; }
#whoWeAre.globalNetwork .feature .featureRight div span { display: block; font-family: 'apexsansLight'; font-size: 4em; }
#whoWeAre.globalNetwork .netMenu { float: left; width: 200px; list-style: none; padding: 0; }
#whoWeAre.globalNetwork .netMenu > li > span {
    position: relative;
    display: block;
    font-family: 'apexsansBook';
    font-size: 1.5em;
    padding: 10px 15px 10px 13px;
    border-left: 2px solid #baaf9f;
}
#whoWeAre.globalNetwork .netMenu > li:hover > span, #whoWeAre.globalNetwork .netMenu > li.active > span { color: #FFF; background: #1c75bb; padding-left: 15px; border-left: 0; }
#whoWeAre.globalNetwork .netMenu > li:hover > span { cursor: pointer; }
#whoWeAre.globalNetwork .netMenu > li.active > span:after {
    display: block;
    content: " ";
    position: absolute;
    right: -10px;
    top: 40%;
    border-left: 10px solid #1c75bb;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    z-index: 5;
 }
#whoWeAre.globalNetwork .netMenu ul { display: none; }
#whoWeAre.globalNetwork #officesList { float: left;  width: 460px; padding-left: 30px; }
#whoWeAre.globalNetwork #officesList .offices { float: left; list-style: none; overflow:hidden; }
#whoWeAre.globalNetwork #officesList .offices li { margin: 0; }
#whoWeAre.globalNetwork #officesList .offices .columnOffices { float:left; list-style:none; margin:0 20px 0 0; padding: 0; }
#whoWeAre.globalNetwork #officesList .offices ul.doubleColumn {
    width: 100%;
    -moz-column-width: 45%;
    -webkit-column-width: 45%;
    -moz-column-gap: 10%;
    -webkit-column-gap: 10%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-width: 45%;
    column-gap: 10%;
    column-count: 2;

}
#whoWeAre.globalNetwork #officesList span { cursor:pointer; }
#whoWeAre.globalNetwork #officesList .offices.level2 span.active,
#whoWeAre.globalNetwork #officesList .offices.level3 span.active,
#whoWeAre.globalNetwork #officesList .offices.level2 span:hover,
#whoWeAre.globalNetwork #officesList .offices.level3 span:hover { background: #1C75BB; color: #fff; }

#whoWeAre.globalNetwork #officesList .offices.level2 span.active:after,
#whoWeAre.globalNetwork #officesList .offices.level3 span.active:after { 
    border-bottom: 7px solid transparent;
    border-left: 10px solid #1C75BB;
    border-top: 7px solid transparent;
    content: " ";
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -4%;
}
#whoWeAre.globalNetwork #officesList .offices.level2 {}
#whoWeAre.globalNetwork #officesList .offices.level2 li { position: relative; }

#whoWeAre.globalNetwork #officesList .offices.level3 { position: absolute; left: 110%; top: -15px; }
#whoWeAre.globalNetwork #officesList ul.level3 li { position: relative; }

#whoWeAre.globalNetwork #officesList .offices.level4 { position: absolute; left: 110%; top: -15px; }
#whoWeAre.globalNetwork #officesList .offices.level4 li { position: relative; }



#whoWeAre.globalNetwork #officesList .topTitle { display: block !important; font-family: 'apexsansBook'; font-size: 1.5em; color: #0d0c0c; padding-top: 20px; }
#whoWeAre.globalNetwork #officesList strong, #whoWeAre.globalNetwork #officesList a { font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; font-weight: bold; }
#whoWeAre.globalNetwork #officesList strong { display: block; padding-top: 15px; }
#whoWeAre.globalNetwork #officesList a { color: #1c75bb; }
#whoWeAre.globalNetwork #contentResult {
    display: none;
    position: relative;
    float: right;
    width: 210px;
    min-height: 400px;
    padding: 10px 25px 25px;
    background: #000;
}
#whoWeAre.globalNetwork #contentResult .close {
    position: absolute;
    top: 3px;
    right: 12px;
    font-family: 'apexsansBook';
    font-size: 1.4em;
    line-height: 1em;
    color: #FFF;
    cursor: pointer;
}
#whoWeAre.globalNetwork #contentResult .infoContent h2 { font-family: 'apexsansBook'; font-size: 1.5em; color: #FFF; }
#whoWeAre.globalNetwork #contentResult .infoContent p { margin-top: 1em; color: #FFF; font-size: 0.8em; font-weight: bold; line-height: 1.2em; clear:both; }
#whoWeAre.globalNetwork #contentResult .infoContent p span { color: #baaf9f; }
#whoWeAre.globalNetwork #contentResult .infoContent p small { font-size: 0.8em; }
#whoWeAre.globalNetwork #contentResult .infoContent p a { color: #1c75bb; font-weight: normal; word-wrap: break-word; }
#whoWeAre.globalNetwork #contentResult .infoContent img.fl { float: left; margin: 0 8px 8px 0;  }
#whoWeAre.globalNetwork #contentResult .infoContent span.phone { color: #FFF; }
#whoWeAre.globalNetwork #contentResult .infoContent a.phoneMobile { display:none; }

/**
 * PRIVACY POLICY
 */

#privacyPolicy .content { max-width: 960px; padding: 0 0 50px 0; }
#privacyPolicy .content .textContainer { width: 100%; padding: 0 0 5%; max-width: 800px; }
#privacyPolicy .content .textContainer h1 {
    font-family: 'apexsansBook';
    font-size: 3em;
    color: #000;
    margin: 0.2em 0;
}
#privacyPolicy .content .textContainer .text { padding: 0 4%; width: 92%; }
#privacyPolicy .content .textContainer .text p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    color: #000;
    margin-bottom: 1em;
}
#privacyPolicy .content .textContainer .text strong { font-weight: bold; }
#privacyPolicy .content .textContainer .text ol { 
	list-style: decimal; 
	padding: 0 0 0 40px; 
	margin: 1em 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000; 
}
#privacyPolicy .content .textContainer .text .noneStyle { color: #000; font-weight: normal; }

/**
 * SEARCH RESULTS
 */

#searchResults .content p { margin: 0 0 0 3%;}
#searchResults .content ul { list-style: none; padding-left: 3%; }
#searchResults ul.news-holder .news-pager ul { float: left; padding: 19px 0; }
#searchResults .content { padding: 15px 0; max-width: 960px; }
#searchResults .content h1 { font-family: 'apexsansBook'; font-size: 3em; color: #000; margin: 0.2em 3%; }
#searchResults .content .resultItem { width: 94%; padding: 0 3% 2%; }
#searchResults .content .resultItem h2{ font-family: 'apexsansBook'; font-size: 1.3em; color: #000; }
#searchResults .content .resultItem p { font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; color: #000; margin: 0 0 0 0;}
#searchResults .content .resultItem .more, #searchResults .content .searchBack a { display: block; font-family: 'apexsansBook'; font-size: 0.95em; font-weight: bold; color: #1c75bb; }

/**
 * WORK WITH US
 */

#workWithUs .feature { background: url(/img/workWithUs/backFeature.jpg) no-repeat 50% 0; background-size: cover; height: 425px; width: 100%; margin: 0 auto; }
#workWithUs.job-listing iframe {
	border: medium none;
	height: 500px;
    	width: 99%;
}

/**
 * WHAT WE DO
 */

#whatWeDo { width: 100%; position: relative; margin: 0 auto; }
#whatWeDo .feature { background-image: url(/img/whatWeDo/backFeature.jpg); background-position: 50% 0; background-repeat: no-repeat; background-size: cover; height: 425px; width: 100%; margin: 0 auto; }

#whatWeDo > .content { padding: 0; }
#whatWeDo .content .textContainer .text { width: 100%; float: none; padding: 3.5% 0; overflow: hidden; }
#whatWeDo .content .textContainer .text h4 { font-family: apexsansMedium; font-size: 26px; margin: 0 0 2% 0; }
#whatWeDo .content .textContainer .text p { width: 47%; padding: 0 6% 0 0; float: left; font-size: 17px; line-height: 27px; }
.lt-ie9 #whatWeDo .content .textContainer .text p { width: 44%; }
#whatWeDo .content .textContainer .text p:last-child { padding: 0; }

#whatWeDo .touts { padding: 0; background: none; }
#whatWeDo .touts h3 { font-family: apexsansBook; font-size: 22px; margin: 0 0 30px 40px; }
#whatWeDo .touts .tout { background: #000000; }
#whatWeDo .touts .tout h3 { text-align: center; margin: 40px 0 10px 0; }

#whatWeDo .tabbed { width: 100%; max-width: 1280px; min-height: 165px; margin: 0 auto; padding: 40px 0 0; overflow: hidden; }
#whatWeDo .tabbed .menuTab { float: left; width: 200px; }
#whatWeDo .tabbed .menuTab li { width: 100%; }
#whatWeDo .tabbed .menuTab li span { display: block; padding: 6px 40px; font-family: apexsansBook; font-size: 22px; color: #000000; cursor: pointer; }
#whatWeDo .tabbed .menuTab li.active span { background: url(/img/arrowTabs.png) no-repeat right 0 #1c75bb; color: #ffffff; }
#whatWeDo .tabbed .tab { display: none; float: left; width: 74%; overflow: hidden; }
#whatWeDo .tabbed .tab.active { display: block; }
#whatWeDo .tabbed .tab ul { margin: 0 0 0 7.4%; width: 100%; max-width: 15.7%; float: left; }
#whatWeDo .tabbed .tab ul li {  margin: 0 0 10% 0; }
#whatWeDo .tabbed .tab ul li.activeEntry a { text-decoration: underline; }
#whatWeDo .tabbed .tab ul li a { font-weight: bold; font-size: 13px; line-height: 16px; color: #1c75bb; display: block; }

.popUp { display: none; position: absolute; top: 160px; left: 50%; width: 878px; height: 472px; margin-left: -439px; border: 8px solid #FFF; background: #000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; z-index: 200; }
.popUp iframe { position: relative; z-index: 100; width: 100% !important; height: 100% !important; }
.popUp .close { position: absolute; top: -18px; right: -18px; width: 30px; height: 30px; text-align: center; text-indent: 1px; line-height: 30px; font-weight: bold; background: #FFF; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; cursor: pointer; z-index: 250; }

/*****************
 what we do Digital
 ****************/

#whatWeDo .practices { margin-bottom: 2%; }
#whatWeDo .practicesTitle { font-size: 2.6em; top: 40%; position: relative; left: 64%; font-family: apexsansBook; color: white; word-break: normal;
width: 300px;line-height: 1em }
#whatWeDo .center .main-column { float: left; width: 68%; padding-right: 0%; min-width: 320px; overflow: hidden; }
#whatWeDo .center .main-column .text h4 { font-family: apexsansMedium; font-size: 26px; margin: 0 0 2% 0; }
#whatWeDo .center .main-column p { width: 100%;  padding: 0 6% 0 0; margin: 0 0 20px 0; font-size: 17px; line-height: 27px; }
#whatWeDo .center .main-column .clear { clear: both; padding: 10px 0 0 0; }
#whatWeDo .center .main-column .quotes {float: left; width: 45%; margin: 25px 20px 0 0; }
#whatWeDo .center .main-column .quotes .quote { font-family: 'genBasicReg'; font-size: 80px; color: #e6e6e6; line-height: 63px; width: 36px; height: 24px; display: inline-block; vertical-align: top;}
#whatWeDo .center .main-column .quotes p { font-family: 'apexsansBook'; font-size: 1.6em; color: #6c6967; line-height: 1.2em; }
#whatWeDo .center .main-column .rightColumnContent { float: left; width: 290px; }
#whatWeDo .center .main-column .rightColumnContent ul { margin: 0 0 0 20px; }
#whatWeDo .center .main-column .rightColumnContent ul li { list-style: disc; margin: 0 0 2% 0; color: #333333; font-size: 17px; }
#whatWeDo .center .right-column {width: 32%; float:left; margin: 0 0 5%; }

#whatWeDo .arrowBack{ width: 40px; height: 40px; background: url(/img/arrows.png) no-repeat 13px -23px #eae8e8; position:absolute; top:40%; left:0; font-family: 'apexsansBook'; font-size: 1em; text-indent: -9999px; }
#whatWeDo .arrowNext{ width: 40px; height: 40px; background: url(/img/arrows.png) no-repeat 17px 12px #eae8e8; position:absolute; top:40%; right:0; font-family: 'apexsansBook'; font-size: 1em; text-indent: -9999px; }
#whatWeDo .arrowBack:hover { width: auto; height: 30px; text-indent: 0; padding: 7px 33px 3px 10px; background-position: 95% -23px; }
#whatWeDo .arrowNext:hover { width: auto; height: 30px; text-indent: 0; padding: 7px 10px 3px 33px; }

#whatWeDo .digitalTeam { height:auto; background: #000; color: #fff; padding:20px; overflow:hidden; }
#whatWeDo .digitalTeam h1 { font-family: 'apexsansBook'; font-size: 1.9em; line-height: 0.9em; margin-bottom: 20px; width: 100% }
#whatWeDo .digitalProfile { width: 100%; margin-bottom: 20px; margin-bottom: 15px; display: inline-block; }
#whatWeDo .digitalProfile h2 { width: 100%; display:inline-block; margin-bottom: 5px; font-weight: bold; }
#whatWeDo .digitalProfile img { float:left; margin-right: 10px; display: block; }
#whatWeDo .digitalProfile .rightDigitalProfile { float: left; width: 67%; }
#whatWeDo .digitalProfile .rightDigitalProfile .name { color: #baaf9f; font-size: 0.75em; }
#whatWeDo .digitalProfile .rightDigitalProfile p { float: left; font-size: 0.6em; width: 100%; word-wrap: break-word; }
#whatWeDo .digitalProfile .rightDigitalProfile p a { color: #FFF; }

#whatWeDo .relatedCases { width:100%; display:inline-block; overflow:hidden;}
#whatWeDo .relatedCasesTitle, #whatWeDo .relatedCases ul {width:100%; display:inline-block; margin: 10px 0;}
#whatWeDo .relatedCasesTitle, #whatWeDo .relatedCases ul li img { float: left; }
#whatWeDo .relatedCasesTitle h1 {  font-family: 'apexsansBook'; font-size:1.4em; float:left; margin-left: 2%; }
#whatWeDo .relatedCasesTitle .viewAll {background: url(/img/arrowNews.gif) no-repeat 8px center; font-family: apexsansMedium; font-size: 0.689em; color: #1C75BB; padding: 5px 8px 4px 30px; border: 1px solid #1C75BB; text-align: center; float:right; margin-right:2%;  }
#whatWeDo .relatedCases ul li { float:left; width:33.33333% }


/**
 * WHAT WE DO - EDF
 */

#whatWeDo.edf .feature { background-image: url(/img/whatWeDo/edf/backFeature.jpg); height: 557px; margin: 0; }
#whatWeDo.edf .feature .breadcrumb { position: static; }
#whatWeDo.edf .feature .breadcrumb .back { font-family: apexsansMedium; font-size: 14px; border: 1px solid #ffffff; display: inline-block; padding: 3px 15px; margin: 10px 0 -10px 0; }
#whatWeDo.edf .feature .breadcrumb .back:hover { text-decoration: none; }
#whatWeDo.edf .descFeature {
	background: url(/img/background_black_opacity.png) repeat 0 0;
	width: 622px; 
	height: 390px; 
	border: 8px solid #ffffff; 
	margin: 0 auto; 
	text-align: center;
}
#whatWeDo.edf .descFeature img { margin: 25px 0; }
#whatWeDo.edf .descFeature hr { background: #ffffff; width: 180px; margin: 10px auto; }
#whatWeDo.edf .descFeature p { font-family: apexsansMedium; font-size: 30px; color: #ffffff; }
#whatWeDo.edf .descFeature .buttonGray { width: 155px; margin: 20px auto 0; }

#whatWeDo.edf .content { width: 100%; }
#whatWeDo.edf .content .descContent { overflow: hidden; }
#whatWeDo.edf .descContent .allSize { width: 1120px; padding-left: 160px; }
#whatWeDo.edf .descContent .allSize .inContent { width: 100%; overflow: hidden; }
#whatWeDo.edf .descContent .inContent .left { width: 47.5%; float: left; }
#whatWeDo.edf .descContent .inContent .titleContent { overflow: hidden; }
.lt-ie9 #whatWeDo.edf .descContent .inContent .titleContent .titleNumber { line-height: 128px; }
#whatWeDo.edf .descContent .inContent .titleContent .titleNumber { font-family: apexsansBook; font-size: 100px; display: block; float: left; }
#whatWeDo.edf .descContent .inContent .titleContent .textBorders { font-family: apexsansBook; font-size: 25px; display: block; float: left; padding: 10px 0; margin: 47px 0 0 10px; border-top: 1px solid #737373; border-bottom: 1px solid #737373; }
#whatWeDo.edf .descContent .inContent .textContent { float: right; margin: 0 90px 0 0; padding: 0 0 20px 0; }
#whatWeDo.edf .descContent .inContent .textContent h2 { font-family: apexsansMedium; font-size: 22px; margin: 0 0 20px 0; }
#whatWeDo.edf .descContent .inContent .textContent p { font-size: 15px; line-height: 24px; margin: 0 0 25px 0; }
#whatWeDo.edf .descContent .inContent .right { width: 52.5%; float: left; }
#whatWeDo.edf .descContent .right .img { width: 588px; } 
#whatWeDo.edf .descContent .first .inContent .right { position: relative; }
/*#whatWeDo.edf .descContent .first .inContent .right .img { position: absolute; z-index: 50; }*/
#whatWeDo.edf .descContent .first .inContent .right .descImg { background: #000000; font-family: apexsansMedium; font-size: 16px; color: #ffffff; padding: 35px 0 25px 25px; position: absolute; z-index: 100; bottom: 0; }
#whatWeDo.edf .descContent { color: #0a0502; }
#whatWeDo.edf .descContent .second { background: #e6e6e6; color: #0a0502; }
#whatWeDo.edf .descContent .second .inContent > .left { width: 55%; }
#whatWeDo.edf .descContent .second .inContent .textContent { margin: 0; }
#whatWeDo.edf .descContent .second .textContent .column p { margin: 20px 0 0 0; font-size: 14px; }
#whatWeDo.edf .descContent .second .textContent .left { width: 46.6%; margin: 0 20px 0 0; }
#whatWeDo.edf .descContent .second .textContent .right { width: 46.6%; margin: 0 20px 0 0; }
#whatWeDo.edf .descContent .second .inContent > .right { width: 26%; padding: 14% 9.5% 8%; }
#whatWeDo.edf .descContent .second .right .quotes { float: none; width: 100%; margin: 0; }
#whatWeDo.edf .descContent .second .right .quotes p { font-size: 25px; color: #858382; }
#whatWeDo.edf .descContent .second .right .quotes .quote { color: #ffffff; }
#whatWeDo.edf .descContent .second .right .quotes .left { width: 36px; float: none; }
#whatWeDo.edf .descContent .second .right .quotes .right { width: 36px; float: none; }
#whatWeDo.edf .descContent .third { background: #0d0c0c; color: #ffffff; }


/**
 * 	NEWSROOM LANDING PAGE
 */
#newsroom .feature .slider .inlineImg { width: auto; float: left; height: 100%; }
#newsroom .feature .slider .content {
float: right;
width: 22.9375%;
background: #000;
padding: 0 6% 0 2.23%;
color: #F2F2F2;
height: /*99.8%*/ 100% ;
position: relative;
}
#newsroom .feature .slider .content h2 { margin-top: 67px; font-size: 1.7em; }
#newsroom .feature .slider .content h2 a { color: #ffffff; display: block; float: none; }
#newsroom .feature .slider .content p { font-size: 1em; line-height: 1.5em; }
#newsroom .feature .slider .content p span { text-transform: uppercase; color: #baaf9f;  }
#newsroom .feature .slider .content p span time { text-transform: none; }
#newsroom .feature .slider .content a { font-weight: bold; color: #1C75BB; }

#newsroom .feature .arrow { background: url(/img/newsroom/newsroom-slider-arrows.png) no-repeat scroll 0 0 transparent; width: 40px; height: 40px; top: 43%; }
#newsroom .feature .arrow.left { left: 0; }
#newsroom .feature .arrow.right { right: 0; background-position: -40px; }

.shareSocial  {
	position: absolute;
	bottom: 15px;
	left: 25px;
}
.shareSocial ul {  list-style: none; padding: 0; }
.content .shareSocial li , .shareSocial li { float: left; margin: 0 13px 0 0 !important ; }
.shareSocial li a { width: 24px; display: block; height: 21px; background: url(/img/social/social-icons.png) no-repeat scroll 0 0 transparent; }
.shareSocial li.tw a { background-position: 0 0; }
.shareSocial li.fb a { background-position: 0 -21px; }
.shareSocial li.lin a { background-position: 0 -44px; }

#newsroom .content { padding: 0; }
#newsroom .content .heading { padding: 5px 0 15px 0; overflow: hidden; }
#newsroom .content h3 { font-family: apexsansBook; font-size: 2em; margin-left: 38px; float: left; }
#newsroom .viewAll {
    background: url(/img/arrowNews.gif) no-repeat 8px center;
    font-family: apexsansMedium; font-size: 0.689em; color: #1c75bb;
    padding: 5px 8px 4px 30px;
    border: 1px solid #1c75bb;
    display: block;
    margin: 7px 0 0 0;
    width: 122px;
    float: right;
    text-align: center;
}

#newsroom .latest-holder { overflow: hidden; }
#newsroom .latest-holder ul { overflow: hidden; list-style: none; padding: 0; }
#newsroom .latest-holder .odd { padding:0; }
#newsroom .latest-holder ul li { margin:0;}
#newsroom .latest-holder > ul > li { float: left; width: 50%; background: #000; height: auto; color: #fff;  }
.lt-ie8 #newsroom .latest-holder > ul > li {width: 49.76%;}
#newsroom .latest-holder ul li img { width: 50%; height: 100%; float: left; }
#newsroom .latest-holder ul li h4 { font-size: 1.3475em; font-family: apexsansBook; line-height: 25px;   }
#newsroom .latest-holder ul li h4 a { color: #ffffff; margin-bottom: 20px; display: block; float: none; }
#newsroom .latest-holder ul li p { font-family: Arial, Helvetica, sans-serif; font-size: 1.078125em; }
#newsroom .latest-holder ul li > div { padding: 35px 4.23052959501558% 60px 4.72274143302181%; float: left; width: 41.04672897196261%; height: 215px; position: relative; }
#newsroom .latest-holder ul li .inlineImg { background-size: cover; }
#newsroom .latest-holder ul li p span { color: #baaf9f; font-size: 0.8375em; display: block; }
#newsroom .latest-holder ul li a { color: #1c75bb; font-weight: bold; display: inline-block; float:left; }
#newsroom .latest-holder ul.even li > div * { text-align: right; }
#newsroom .latest-holder ul.even li div.shareSocial { left: auto; right: 25px; bottom: 12px; }
#newsroom .latest-holder .mobi { display: none; }

#newsroom .wrapper > .viewAll { display: none; }

#newsroom .feature .arrow:hover,
#newsroom .feature .slider .content a:hover,
.shareSocial li a:hover,
#newsroom .latest-holder ul li a:hover { opacity: 0.8; }


/******************************
	*newsroom article detail
******************************/

/*#newsroomArticle .center .breadcrumb { width: 100%; height: 90px; padding-top: 20px;}*/
#newsroomArticle .center .breadcrumb h2 { font-family: apexsansBook; font-size: 3.125em; line-height: 1em; }
#newsroomArticle .center .breadcrumb p { font-weight: bold; font-size: 0.689em; }
#newsroomArticle .center .main-column h1 {font-family: 'apexsansBook'; font-size: 1.6em; color: #000; margin: 2% 10px; }
#newsroomArticle .center .main-column h1 p { font-family: 'apexsansBook'; font-size: 1.6em; color: #000; margin: 0; } 
#newsroomArticle .center .main-column .text { padding: 0 2% 5% 2%; }
#newsroomArticle .center .main-column .text p { font-family: Arial, Helvetica, sans-serif; font-size: 0.95em; color: #000; margin-bottom: 1em;}
#newsroomArticle .center .main-column .articleImg { width: 100%; height:auto; margin: 15px 0px; }
#newsroomArticle .main-column figure img { width: 100% }
#newsroomArticle .center aside.right-column > div { overflow: hidden; }


.author { width:100%; display:inline-block; border-top: 1px solid #ccc; padding: 2% 0 0 0; margin-top: 30px; }
.author img , .authorText {	float:left; margin-right:1%;	}
.authorText h3 { font-size: 1.268125em; line-height: 1.268125em;}
#newsroomArticle .authorText p { font-size: 0.871875em; line-height: 0.871875em; padding:0; margin: 0 0 0 0; }
.authorText a { font-size: 0.6em; color: #1c75bb;}

.lastestNews h1, .latestPress h1  { font-family: 'apexsansBook'; font-size: 1.5em; color: #000; margin: 0 0 5% 0; }
.lastestNews ul li, .latestPress ul li  { margin-bottom: 8%; display:inline-block; }
.lastestNews ul li a, .latestPress ul li a  { color: #1c75bb ; font-family: 'apexsansBook'; font-size: 1.2em; line-height: 0.1em  }
.lastestNews ul li span, .latestPress ul li span { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 0.5em; width: 100%; display: inline-block; }

#newsroomArticle .viewAll  { background: url(/img/arrowNews.gif) no-repeat 8px center; font-family: apexsansMedium; font-size: 0.689em; color: #1c75bb; padding: 5px 8px 4px 30px; border: 1px solid #1c75bb; text-align: center; margin-bottom: 10%; display:inline-block; }

#newsroomArticle .sticky-wrapper { left: -60px; width:auto; }

.content { max-width: 1280px; margin: 0 auto; }

article.main-column { padding-bottom: 8%; }
article.main-column p { margin: 0 10px 20px 10px; font-size: 1.078125em; color: #333333; }
article.main-column a { color: #1C75BB; font-weight: bold; }
article.main-column a:hover { opacity: 0.8; }
article.main-column > *:not(img) {
	width: 93%;
}
article .socialNetwork {
	width:40px;
	height: 113px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 0 5px #dedede;
	-webkit-box-shadow: 0 0 5px #dedede;
	box-shadow: 0 0 5px #dedede;
}
article .socialNetwork ul { list-style: none; padding: 0; }
article .socialNetwork.static {
	display: none;
	position: static;
	/*float: right;
	margin-top: -60px;*/
}
article .socialNetwork img { display:inline-block; margin: 3.5px 5px}

.is-sticky .socialNetwork { left: auto; }




/**
 * 	Newsroom - news listing
 */
#newsListing .content { overflow: hidden; padding-top: 0; }
.main-column { float: left; width: 64.16666666666666%; padding-right: 6.66666666666667%; position: relative; }
#newsListing .content .main-column .news-holder { padding-left:0; }
aside.right-column { float: left; width: 29.16666666666667%; }

ul.news-holder li.news-pager {
    border: none;;
    overflow: hidden;
    padding: 0;
    outline: 0;
}
ul.news-holder .news-pager ul { overflow: hidden; padding: 19px 0; }
ul.news-holder .news-pager ul { float: right; }
ul.news-holder .news-pager a {
	float: left;
	width: 23px;
	height: 15px;
	margin-bottom: 8px;
	display: block;
	line-height: 15px;
}
ul.news-holder .news-pager a.current { text-decoration: underline; }
/*#newsListing .news-pager ul { float: left;overflow: hidden; list-style: none; padding: 0; }*/
ul.news-holder .news-pager li { float: left; clear: right; border: none; padding: 0; list-style: none; height: 19px; }
ul.news-holder .news-pager li.item a { color: #2b7ec0; background: none; width: 17px; height: 19px; line-height: 15px; }
ul.news-holder .news-pager li.item a.current,
ul.news-holder .news-pager li.item a:hover { color: #333333; }
ul.news-holder .news-pager li a.left { background: url(/img/pager-arrow-icon.png) no-repeat scroll 0 0 transparent; }
ul.news-holder .news-pager li a.opacityArrow { opacity: 0.3; filter: alpha(opacity=30); }
ul.news-holder .news-pager li a.right { background: url(/img/pager-arrow-icon.png) no-repeat scroll 0 -15px transparent; }

ul.news-holder li { border-bottom: 1px solid #cccccc; padding: 20px 0; overflow: hidden; }
ul.news-holder li.item { width: 100%; }
ul.news-holder li.item.first { border-top: 1px solid #CCCCCC; }
ul.news-holder li.item > a { display: block; }
ul.news-holder li.item img { float: left; height: auto; width: 24.61538461538462%; margin-right: 2.61538461538462%; }
ul.news-holder li.item div { padding-bottom: 19px; position: relative; color: #333333; float: left; width: 72.76923076923076%; }
ul.news-holder li.item div h3 { font-family: apexsansBook; font-size: 1.153125em; }
ul.news-holder li.item div span { font-size: 0.8075em; font-weight: bold; display: block; margin-bottom: 13px; }
ul.news-holder li.item div p { font-size: 0.9225em; margin-bottom: 5px; }
ul.news-holder li.item div a { color: #1c75bb; font-weight: bold; }
ul.news-holder li.item div a:hover { opacity: 0.8; }
ul.news-holder li.item div .shareSocial {
	bottom: -30px;
    left: auto;
    position: absolute;
    right: 0;
    width: auto;
}
ul.news-holder li div .shareSocial li { padding: 0; border-bottom: none; }
ul.news-holder li div .shareSocial li a { background: url("/img/social/social-icons-grey.png") no-repeat scroll 0 0 transparent; }
ul.news-holder li div .shareSocial li.fb a { background-position: -27px 0 }
ul.news-holder li div .shareSocial li.lin a { background-position: -51px 0 }

.right-column .viewAll {
	background: url("/img/arrowNews.gif") no-repeat scroll 8px center transparent;
    border: 1px solid #1C75BB;
    color: #1C75BB;
    display: block;
    float: left;
    font-family: apexsansMedium;
    font-size: 0.689em;
    margin: 7px 19px 0 0;
    padding: 5px 13px 4px 31px;
    text-align: center;
}

.right-column .divider {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.content .tree-holder { list-style: none; padding: 0; }
.tree-holder { color: #1c75bb; margin-bottom: 25px; }
.tree-holder > li {
	cursor: pointer;
	margin-bottom: 5px;
}
.tree-holder li span {
	background: url(/img/tree-icons.png) no-repeat scroll 0 4px transparent;
	padding-left: 25px;
	display: block;
	margin-bottom: 8px;
}
.tree-holder ul { display: none; margin-bottom: 10px; padding: 0; }
.tree-holder li.open span { background-position: 0 -22px; }
.tree-holder ul li { list-style: none; }
.tree-holder ul li a { display: block; color: #1c75bb; padding-bottom: 2px; padding-left: 25px; font-size: 0.8em; font-weight: bold;  }
.tree-holder ul li a:hover { opacity: 0.8; }

.right-column h3, .lastestNews h1, .latestPress h1  { font-family: 'apexsansBook'; font-size: 1.5em; color: #000; margin: 0 0 5% 0; }
.lastestNews ul li, .latestPress ul li  { margin-bottom: 8%; display:inline-block; }
.lastestNews ul li a, .latestPress ul li a  { color: #1c75bb ; font-family: 'apexsansBook'; font-size: 1.2em; line-height: 0.1em  }
.lastestNews ul li span, .latestPress ul li span { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 0.5em; width: 100%; display: inline-block; }

#newsListing .news,
#newsroomArticle .news{ background: none; }
#newsListing .news .wrapper,
#newsroomArticle .news .wrapper { padding: 0; }
#newsListing .news .newsContent { width: auto; float: left; max-width: 100%; }
#newsListing .news ul li,
#newsroomArticle .news ul li {
    height: auto !important;
    margin: 0 0 25px 0;
    padding: 0;
    width: 100%;
}
#newsListing .news ul li a,
#newsListing .news ul li span,
#newsroomArticle .news ul li a,
#newsroomArticle .news ul li span {
    display: block;
    line-height: 115%;
    position: static;
    margin-bottom: 10px;
    text-align: left;
}

#newsroomArticle .socialNetwork ul li {
    margin: 0; 
}







/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

/* 1280 - 1024 | Desktop  */
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .no-mobile #homepage .feature .slider .content{
    	padding: 2% 0 0 11%;
    }

    /**
    *
    * Awards
    *
    **/
    #whoWeAre.awards .content .center { max-width: 840px; }
    #whoWeAre.awards .topGrid .item { width: 400px; }
    #whoWeAre.awards .topGrid .item img { width: 100%; }
    #whoWeAre.awards .topGrid .item .content { overflow: auto; width: 92%; padding-left: 4%; padding-right: 4%; }

    /**
 	* 	NEWSROOM LANDING PAGE
 	*/
    #newsroom .feature .slider .content h2 { font-size: 2.2em; }
    #newsroom .feature .slider .content p { font-size: 0.9em; }
    #newsroom .latest-holder ul li h4 { font-size: 1.1em; line-height: 22px; margin-bottom: 16px; }
    #newsroom .latest-holder ul li p { font-size: 0.95em; }
    #newsroom .latest-holder ul li p span { font-size: 0.8em; }
    #newsroom .latest-holder > ul > li { height: 270px; }
    #newsroom .latest-holder ul li > div { padding: 25px 4.23052959501558% 45px 4.72274143302181%; height: 200px; }
    #newsroom .latest-holder span { font-size: 0.875em; color: #baaf9f; } 

    /**
    *
    * Cases
    *
    **/
    #whatWeDo.edf .descContent .allSize { width: 98%; padding-left: 2%; }
    #whatWeDo.edf .descContent .allSize img { width: 100%; }
    #whatWeDo.edf .descContent .first .inContent .right .descImg { width: 94%; padding: 3%; }

}


/* 1024 - 980  | Tablet-Desktop  */
@media only screen and (max-width: 1023px) and (min-width: 980px) {
    #homepage .news ul li{
    	width: 23.80946666666667%;
    	 padding-bottom: 50px;
    }

    #homepage .news ul li:last-child{
        display: none;
    }

    #whoWeAre .textContainer { max-width: 800px; }
    #whoWeAre .content .text { width: 450px; }

    #whoWeAre.leadership .content .teamGrid { max-width: 800px; }
    #whoWeAre.leadership .content .teamGrid .firstGrid ul li { width:155px; }

    /**
     * WHAT WE DO
     */

    #whatWeDo .tabbed .tab ul { margin: 0 0 50px 7.4%; }

    .dark-bg,
	.dark-bg #social {
	    background: #fff;
	}
}

/**
 * 	Oscar Added
 */
/* 1024 - 960 */
@media only screen and (max-width: 1023px) and (min-width: 960px) {

	/**
 	* 	NEWSROOM LANDING PAGE
 	*/
    #newsroom .feature .slider .content h2 { font-size: 2.2em; }
    #newsroom .feature .slider .content p { font-size: 0.8em; }
    #newsroom .feature .slider .content { padding: 0 4.35938% 0 1.875%;width: 24.9375%; }
    #newsroom .latest-holder ul li h4 { font-size: 1em; line-height: 20px; margin-bottom: 5px; }
    #newsroom .latest-holder ul li p { font-size: 0.85em; }
    #newsroom .latest-holder ul li p span { font-size: 0.8375em }
    #newsroom .latest-holder > ul > li { height: 235px; }
    #newsroom .latest-holder ul li > div { padding: 15px 4.23052959501558% 35px 4.72274143302181%; height: 185px; }
    #newsroom .latest-holder span { font-size: 0.75em;  color: #baaf9f; } 
    
    .dark-bg,
	.dark-bg #social {
	    background: #fff;
	}

}

/* 768 - 1024 | Tablet  */
@media only screen and (max-width : 1024px) and (min-width : 768px) {


    /**
     * GLOBAL
     */

    header .logo { margin: 8px 0 8px 8px; }
    header .logo a { background-size: 96px auto; }
    header nav { max-width: 600px; margin: 0 8px 0 0; }
    header nav .bottomNav ul li { padding: 0 0 0 20px; }
    header nav .bottomNav ul li a { font-size: 1em; }
    header nav .bottomNav ul li:hover input,
    header nav .bottomNav ul li input:focus { width: 125px; }

    .feature .breadcrumb { padding-left: 1%; width: 99%; position: absolute;}

    .content .center .text,
    .content .center .quotes { float: none !important; }

    .mobile .touts .contentTouts { height: 240px; }
    .mobile .touts .contentTouts .tout { transition: none; height: auto; }
    .mobile .touts .contentTouts .tout .image.inactive { position: static; }
    .mobile .touts .contentTouts .tout .image.active { display: none; }
    .mobile .touts .contentTouts .tout .titleContent .content { display: none; }
    .mobile .touts .contentTouts .tout .titleContent .title {
        font-size: 1.6em;
        line-height: 29px;
        max-width: 93%;
        position: absolute;
        top: 20%;
        margin: 0 0 0 6%;
    }

    .mobile .touts .contentTouts .tout .titleContent h2 { display: block; opacity: 1; filter: alpha(opacity=100); }
    .mobile .touts .contentTouts .tout.right .titleContent h2 { margin: 0 0 0 6%; }

    .mobile .touts .contentTouts .tout.left.active,
    .mobile .touts .contentTouts .tout.center.active { max-width: 33.2%; transition: none; }
    .mobile .touts .contentTouts .tout.right.active { max-width: 33.6%; }

    .mobile .touts .contentTouts .tout.left.inactive,
    .mobile .touts .contentTouts .tout.center.inactive { max-width: 33.2%; transition: none; }
    .mobile .touts .contentTouts .tout.right.inactive { max-width: 33.6%; }

    .mobile .touts .contentTouts .tout.active .titleContent .title,
    .mobile .touts .contentTouts .tout.inactive .titleContent .title { opacity: 1; filter: alpha(opacity=100); transition: none; }

    .mobile .touts .contentTouts .tout.left.active .image.inactive,
    .mobile .touts .contentTouts .tout.center.active .image.inactive,
    .mobile .touts .contentTouts .tout.right.active .image.inactive { opacity: 1; filter: alpha(opacity=100); transition: none; }

    .mobile .touts .contentTouts .tout.left.inactive .image.active,
    .mobile .touts .contentTouts .tout.center.inactive .image.active,
    .mobile .touts .contentTouts .tout.right.inactive .image.active { display: none; }

    footer .contentFooter { padding: 50px 0 0 2.5%; }
    footer .contentFooter ul li { margin: 0 4px 0 0; }
    footer .contentFooter ul li h3 { font-size: 0.7em; }
    footer .contentFooter ul li h5 { font-size: 0.5em; }
    footer .contentFooter p.privacy { font-size: 0.5em; }

    /**
     * HOMEPAGE
     */

	.news .wrapper { overflow: hidden; padding: 65px 25px 64px;}
	.news .newsContent { width: 78%; }
	.news ul {width: 100%;}
	.news ul li{ width: 30%; margin-left: 3%; }
	.news ul li:last-child{display: none;}
/*last line is overwriting (setting display none an item should not be hidden) styles so here we overwrite again*/
#newsListing .news ul li, #newsroomArticle .news ul li { display: block; }


    #homepage .feature .arrow.left { left: 0; }
    #homepage .feature .arrow.right { right: 0; }

    #homepage .feature .slider { width: 1025px !important; background-size: 100% auto; }
    #homepage .feature .slider .content { max-width: 66%; padding: 4% 0 0 11%; }
    #homepage .feature .slider .content h2 { font-size: 2em; line-height: 36px; margin: 0 0 15px; }
    #homepage .feature .slider .content p { font-size: 0.9em; }
    .feature .slider .content .readMore .arrowIcon { background-size: 17px 17px; width: 17px; height: 17px; }
    .feature .slider .content .readMore .text { font-size: 0.5em; height: 17px; line-height: 17px; }

    .mobile #homepage .touts .contentTouts .tout { transition: none }
    .mobile #homepage .touts .contentTouts { height: 260px; }
    .mobile #homepage .touts .contentTouts .tout .image.inactive { position: static; }
    .mobile #homepage .touts .contentTouts .tout .image.active { display: none; }
    .mobile #homepage .touts .contentTouts .tout .titleContent .content { display: none; }
    .mobile #homepage .touts .contentTouts .tout .titleContent .title {
        font-size: 1.6em;
        line-height: 29px;
        max-width: 93%;
        position: absolute;
        top: 20%;
        margin: 0 0 0 6%;
    }

    .mobile #homepage .touts .contentTouts .tout.right .titleContent h2 { margin: 0 0 0 6%; }

    .mobile #homepage .touts .contentTouts .tout.left.active,
    .mobile #homepage .touts .contentTouts .tout.center.active { max-width: 33.2%; transition: none; }
    .mobile #homepage .touts .contentTouts .tout.right.active { max-width: 33.6%; }

    .mobile #homepage .touts .contentTouts .tout.left.inactive,
    .mobile #homepage .touts .contentTouts .tout.center.inactive { max-width: 33.2%; transition: none; }
    .mobile #homepage .touts .contentTouts .tout.right.inactive { max-width: 33.6%; }

    .mobile #homepage .touts .contentTouts .tout.active .titleContent .title,
    .mobile #homepage .touts .contentTouts .tout.inactive .titleContent .title { opacity: 1; transition: none; }

    .mobile #homepage .touts .contentTouts .tout.left.active .image.inactive,
    .mobile #homepage .touts .contentTouts .tout.left.inactive .image.active,
    .mobile #homepage .touts .contentTouts .tout.center.active .image.inactive,
    .mobile #homepage .touts .contentTouts .tout.center.inactive .image.active,
    .mobile #homepage .touts .contentTouts .tout.right.active .image.inactive,
    .mobile #homepage .touts .contentTouts .tout.right.inactive .image.active { transition: none; opacity: 1; }

    #social ul { height: 50px; }
    #social ul li { height: 50px; }
    #social ul li.controlSocial { padding: 0 25px; width: 73px; }
    #social ul li.controlSocial p { font-size: 1em; margin: 9px 0 0; }
    #social ul li.social { margin: 0 0 0 3.4%; width: 10%; }
    #social ul li.social a { height: 50px; padding: 0 0 0 45%; line-height: 51px; }
    #social ul li.social.facebook a { background-position: 0 14px; }
    #social ul li.social.linkedin a { background-position: 0 -46px; }
    #social ul li.social.youtube a { background-position: 0 -107px; }
    #social ul li.social.google a { background-position: 0 -166px; }
    #social ul li.social.pinterest a { background-position: 0 -224px; }
    #social ul li.social.twitter a { background-position: 0 -286px; }

    /**
     * WHO WE ARE
     */

    #whoWeAre .feature { background-position: 30% 0; background-size: auto 100%; }
    #whoWeAre .content { padding: 5% 0 10%; }

    #whoWeAre .textContainer { max-width: 600px; }
    
    #whoWeAre.leadership .content .teamGrid .firstGrid ul.fixed li { width: 140px; }

    #whoWeAre.leadership .content .teamGrid { max-width: 680px; width: 80%; padding: 0 10%; text-align: center; }
    #whoWeAre.leadership .content .teamGrid ul li { display: inline-block; float: none; vertical-align: top; }

    #whoWeAre.leadership-bio .content .center { max-width: 760px; }
    #whoWeAre.leadership-bio .content .image-holder, #whoWeAre.leadership-bio .content .text-bio { float: none; margin: 0 auto; }
    #whoWeAre.leadership-bio .content .text-bio { margin-top: 10px; }
    #whoWeAre.leadership-bio .goBack { clear: both; }

    #whoWeAre.awards .content .center { max-width: 550px; }
    #whoWeAre.awards .topGrid .item { margin-bottom: 20px; width: 82%; }
    .mobile #whoWeAre.awards .topGrid .item .content { display: none; opacity: 1; }

    #whoWeAre.globalNetwork .feature { height: auto; padding-bottom: 20px; }
    #whoWeAre.globalNetwork .feature:after {
        display:block;
        visibility:hidden;
        content:'.';
        height:0;
        clear:both;
    }
    #whoWeAre.globalNetwork .feature .featureLeft { width: 30%; margin-left: 1%; padding: 1% 2% 1% 0; border-right: none; }
    #whoWeAre.globalNetwork .feature .featureRight { width: 32%; margin-right: 1%; }
    #whoWeAre.globalNetwork .feature .featureCenter { width: 30%; padding: 0 1.8%; border-left: 1px solid #BAAF9F; }
    #whoWeAre.globalNetwork .feature .featureCenter img { width: 100%; margin-top: 10%; }
    #whoWeAre.globalNetwork .textContainer.center { max-width: 700px; }
    #whoWeAre.globalNetwork #officesList { width: 200px; }
    #whoWeAre.globalNetwork #officesList ul { float: none; }


    #privacyPolicy .content .textContainer h1 { padding: 0 4%; }

    /**
     * WORK WITH US
     */

    #workWithUs .content { margin: 0 0 0 50px; }

    /**
     * WHAT WE DO
     */

    #whatWeDo .content .textContainer .text { max-width: 91%; padding: 3.5% 4%; }
    #whatWeDo .tabbed .tab ul { margin: 0 0 50px 7.4%; }

    #whatWeDo .center .main-column .text { width: 98%; padding-left: 2%; }
    #whatWeDo .center .right-column .digitalTeam { width: 86%; padding: 20px 7%; }

    /**
    *
    * Cases
    *
    **/
    #whatWeDo.edf .feature .breadcrumb .back { margin-bottom: 5px; }
    #whatWeDo.edf .descContent .allSize { width: 98%; padding-left: 2%; }
    #whatWeDo.edf .descContent .allSize img { width: 100%; }
    #whatWeDo.edf .descContent .first .inContent .right .descImg { width: 94%; padding: 3%; }
    #whatWeDo.edf .descContent .second .textContent .left { margin-right: 4%; }
    #whatWeDo.edf .descContent .second .textContent .right { margin-right: 0; }
    .popUp { width: 80%; left: 9%; margin-left: 0; }


       /**
       *   NEWSROOM LANDING PAGE
       */
        
        
        #newsroom .feature .slider .content { padding: 1% 5%; }
        #newsroom .feature .slider .content h2 { font-size: 1.6em; margin-top: 35px; }
        #newsroom .feature .slider .content p { font-size: 0.7em; }
        #newsroom .feature .slider .content { padding: 0 3.35938% 0 1.875%;width: 25.9375%; }
        #newsroom .latest-holder ul li h4 { font-size: 1em; line-height: 20px; margin-bottom: 2px; }
        #newsroom .latest-holder ul li p { font-size: 0.75em; }
        #newsroom .latest-holder ul li span { font-size: 0.75em }
        #newsroom .latest-holder > ul > li { height: 224px; }
        #newsroom .latest-holder ul li > div { padding: 15px 4.23052959501558% 35px 4.72274143302181%; height: 175px; }
        


        /**
        *   single artcile page
        */
        article .socialNetwork {
            display: none;
        }

        article .socialNetwork.static{
            /*left: auto;
            right: 9%;
            bottom: 85px;
            top: auto;*/
            width: 161px;
            height: 38px;
            display: block;

	

        }
        article .socialNetwork li {
            float: left;
            width: auto;
        }


		.dark-bg,
		.dark-bg #social {
		    background: #fff;
		}

}

/* 260 - 767 | SmartPhone  */
@media only screen and (min-width: 260px) and (max-width: 767px) {

	article .socialNetwork {
			display: none;
		}

		article .socialNetwork.static{
			/*left: auto;
			right: 9%;
			bottom: 85px;
			top: auto;*/
			width: 161px;
			height: 38px;
			display: block;
		}
	article .socialNetwork li {
		float: left;
		width: auto;
	}


	.main-column { float: none; width: 100%; }
	aside.right-column { float: none; width: 92%; padding: 4%; }
        

        #newsroom .feature .breadcrumb { position: relative !important ; padding: 0 0 1% 1%; }
        #newsroom
	#newsListing ul.news-holder li div p { display: none; }
	#newsListing ul.news-holder li div h3 { font-size: 1.3em; margin-bottom: 5px; }
	#newsListing .news-pager a { margin: 10px 0 0 10px; }
	#newsListing .news-pager ul li a { padding: 0 8px; text-align: center; margin: 0; }

	#newsListing .tree-holder { padding-left: 5%; }
	#newsListing .tree-holder ul { padding-left: 5%; }
	#newsListing .news ul li span { text-align: left; }

	#newsroomArticle .viewAll { margin:30px 5% 0 0; }
        

    /**
     * GLOBAL
     */

    header { height: 63px; overflow: visible; }
    header .logo { width: 116px; height: 42px; float: left; margin: 8px 0 8px 8px;}
    header .logo a {
        background: url(/img/header/logoMobile.png) no-repeat 0 0;
        background-size: 116px 42px;
        width: 100%; height: 100%;
        display: block;
        text-indent: -9999px;
    }
    header .menuAction {
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #000000;
        background-size: 25px 22px;
        width: 72px; height: 63px;
        float: right;
        cursor: pointer;
        position: absolute;
        right: 0;
        transition: right 0.2s;
        -moz-transition: right 0.2s;
        -webkit-transition: right 0.2s;
        -o-transition: right 0.2s;
    }
    header .menuAction.opened {
        background-image: url(/img/header/openNav.png);
    }
    header .menuAction.closed {
        background-image: url(/img/header/closeNav.png);
        right: 260px;
    }
    header nav,
    #header nav .bottomNav,
    #header nav .topNav { display: none; }

    header nav.mobile {
        width: 260px;
        position: absolute; right: 0; z-index: 200;
    }
    header nav.mobile ul { background: #1c75bb; width: 100%; max-width: 100%; }
    header nav.mobile ul li {
        width: 100%; max-width: 100%;
        float: none;
        padding: 0;
    }
    header nav.mobile ul li a {
        background-image: url(/img/header/arrowNavMobile.png);
        background-repeat: no-repeat;
        background-position: 93% center;
        background-color: #267bbd;
        background-size: 13px auto;
        display: block;
        margin: 0 0 1px 0; padding: 10px 0 10px 10px;
        font-size: 1.1em; font-family: apexsansBook; color: #FFFFFF;
    }
    header nav.mobile ul li input {
        background: url(/img/header/iconSearchMobile.png) no-repeat 97% center #4991c9;
        background-size: 18px 18px;
        width: 230px; height: 35px;
        border: none; border-radius: 5px;
        padding: 0 0 0 15px; margin: 7px 0 7px 7px;
        font-size: 0.938em; font-family: apexsansMedium; color: #ffffff;
    }
	header nav.mobile ul li a.send {
    		background: none repeat scroll 0 0 transparent;
	    	display: block;
	    	height: 33px;
	    	padding: 0;
	    	position: absolute;
		right: 10px;
	    	top: 8px;
    		width: 33px; 
	}
    header nav.mobile ul li.botNav a {
        background: none;
        padding: 10px 0 10px 10px;
        font-size: 1em;
    }
    header nav.mobile ul li ul li a {
    	padding: 10px 0 10px 30px;
    }
    header nav.mobile ul li a.active {
	background-image:none;
	background-color:transparent;
    }
    header nav.mobile ul li ul li a.active {
	background-image:none;
	background-color:transparent;
    }

    .feature .breadcrumb { padding-left: 1%; width: 99%; position: absolute; }
    .feature .breadcrumb h2, .feature .breadcrumb p { color: #000; text-shadow: none; }
    .feature .breadcrumb a { color: #1c75bb; }
    #movable-items-sticky-wrapper .navigation, .navigation { display: none !important; }
    .content { padding: 0; }

    .content .textContainer { max-width: 100%; }
    .content .mobileTitle { display: block; background: #000; padding: 1% 3%; margin-bottom: 2%; font-family: apexsansBook; font-size: 2em; color: #FFF; }
    .content .text,
    .content .quotes { float: none; width: 94%; padding: 0 3%; }
    .content .quotes p { font-size: 1.5em; margin-bottom: 10px; }

    .touts { padding: 6.5% 0; }

    .news ul li.last { margin: 0 0 0 0; }
    .news ul li p a { font-size: 1em; }
    .news ul li span { font-size: 10px; text-align: center; display: block; bottom: 0; }
    .news .pager { padding-top: 10px; display: block; margin: 0 auto; overflow: hidden; width: 130px; /*position: absolute; left: 50%; margin-left: -25%; */ }
    .news .pager span {
        background-image: url(/img/news/button.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 17px 16px;
        width: 17px;
        height: 16px;
        display: block;
        float: left;
        margin: 0 20px 0 0;
        text-indent: -99999px;
    }
    .news .pager span:last-child { margin: 0; }
    .news .pager span.active { background-image: url(/img/news/buttonActive.png); }
    .news .viewAll,
    #newsroom .wrapper > .viewAll {
        width: auto;
        display: block;
        float: right;
        margin: 30px 0 0 0; padding: 1% 3%;
        font-family: apexsansMedium; font-size: 0.689em; color: #1c75bb;
        border: 1px solid #1c75bb;
        background: none;
    }


    nav.mobileFooter { display: block; margin: 10px 0 0 0; clear:both }
    nav.mobileFooter ul li {
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #ffffff;
        cursor: pointer;
    }
    nav.mobileFooter ul.active li{ border: none; }
    nav.mobileFooter > ul > li{
    	background-image: url(/img/arrowFooterMobile-right.png);
        background-repeat: no-repeat;
        background-position: 96% center;
        background-color: #f2f2f2;
    	background-size: 3% auto;
    }
    nav.mobileFooter > ul > li.active.no-arrow{ background-image: none; color: #ffffff; }
    nav.mobileFooter > ul > li.active { 
	background-image: url(/img/arrowFooterMobileActive.png);
	background-size: 7px 11px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left 26px;
	
    }
    nav.mobileFooter > ul > li.active a{
	color: #90908A;
    }
    nav.mobileFooter ul li a {
        font-family: apexsansBook; font-size: 20px; color: #1f1822;
        display: block;
        padding: 2% 0 2% 3%;
    }
    nav.mobileFooter > ul > li.active > a { color: #ffffff; }
    nav.mobileFooter > ul > li.active.current > a { color: #90908A; }
    nav.mobileFooter ul.active li a.current, nav.mobileFooter > ul > li.active.current {
	background-image: url(/img/arrowFooterMobileActive.png);
	background-size: 7% auto; background-size: 7px 11px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left 26px;
	color: #90908A;
    }
    nav.mobileFooter ul li ul {
        display: none;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.2s ease-out, height 0.2s;
        -moz-transition: opacity 0.2s ease-out, height 0.2s;
        -webkit-transition: opacity 0.2s ease-out, height 0.2s;
        -o-transition: opacity 0.2s ease-out, height 0.2s;
    }
    nav.mobileFooter ul li ul.active {
        display: block;
        height: auto;
        opacity: 1;
        transition: opacity 0.2s ease-out, height 0.2s;
        -moz-transition: opacity 0.2s ease-out, height 0.2s;
        -webkit-transition: opacity 0.2s ease-out, height 0.2s;
        -o-transition: opacity 0.2s ease-out, height 0.2s;
    }
    nav.mobileFooter ul li ul li { background: #ffffff; }
    nav.mobileFooter ul li ul.active li { background: #000; }

    nav.mobileFooter ul.active li a { color: #fff; font-weight: bold; padding-left: 45px; }
    nav.mobileFooter ul li ul.active li.current a{ color: #746f6c; }

    footer .contentFooter { padding: 25px 0 0 0; }
    footer .contentFooter ul { display: none; }
    footer .contentFooter p.privacy { text-align: center; font-size: 10px; }
    footer .contentFooter p.privacy a { display: block; margin: 0 0 15px 0; }

    /*
     * HOMEPAGE
     */

    #homepage .feature { max-width: 100%; }
    #homepage .feature .arrow { width: 40px; }
    #homepage .feature .arrow.left { background-size: 15px auto; }
    #homepage .feature .arrow.right { background-size: 15px auto; }
    #homepage .feature .slider { width: 100% !important;}
    #homepage .feature .slider .content { max-width: 50%; padding: 10% 0 0 2%; }
    #homepage .feature .slider .content h2 {
        max-width: 100%; width: 100%;
        font-size: 1.3em;
        line-height: 25px;
        margin: 0 0 40% 17%;
    }
    #homepage .feature .slider .content p { display: none; }
    #homepage .feature .slider .content .readMore { display: none; }
    #homepage .feature .slider .content .buttonGray { display: none; }

    #homepage .touts .contentTouts { display: none; }
    #homepage .touts .toutMobile { display: block; }
    #homepage .touts .toutMobile .tout {
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        width: 100%; height: 100%;
        padding: 23% 0;
        position: relative;
    }
    #homepage .touts .toutMobile .tout.top { background-image: url(/img/tout/toutsMobileTop.jpg); }
    #homepage .touts .toutMobile .tout.center { background-image: url(/img/tout/toutsMobileCenter.jpg); }
    #homepage .touts .toutMobile .tout.bottom { background-image: url(/img/tout/toutsMobileBottom.jpg); }
    #homepage .touts .toutMobile .tout p {
        font-family: apexsansMedium; font-size: 1.3em; color: #ffffff;
        width: 100%; max-width: 60%;
        margin: -9% 0 0 3%;
        position: absolute;
        top: 41%;
    }
    #homepage .touts .toutMobile .tout:last-child p { top: 34%; }

    .news { background: #ffffff; height: auto; overflow: hidden; position: relative; padding: 1rem 0 1rem 0; }
    .news .wrapper { padding: 15px 20px 15px 10px; }
    .news h2 { font-family: apexsansBook; font-size: 20px; color: #444444; display: block; margin: 20px 0 10px; }
    .news .controlNews { display: none; }
    .news .newsContent {
        float: none;
        height:auto;
        /*margin: 0 0 35px 20px;*/
        overflow: hidden;
    }
    .news ul {
        -webkit-transition:all 1.0s ease-in-out;
        -moz-transition:all 1.0s ease-in-out;
        -o-transition:all 1.0s ease-in-out;
        transition:all 1.0s ease-in-out;
    }
    .news ul li {
        height: 100%;
        padding: 0 0 30px 0;
        margin: 0 0 0 0;
        float: left;
    }
    .no-mobile .news ul li{
    	width: 100%;
    	margin-bottom: 15px;
    }

    #social { display: none; }

    /**
     * WHO WE ARE
     */

    #whoWeAre .content { padding: 0; max-width: 100%;  }
    #whoWeAre .feature { background-position: 60% 120px; background-size: auto 100%; height: 585px; }

    #whoWeAre.corporate .content .textContainer { width: 94%; padding: 5% 3% 0; }
    #whoWeAre.corporate .content .textLeft, #whoWeAre.corporate .content .textRight { float: none; width: 100%; }

    #whoWeAre.leadership .content .teamGrid { width: 100%; max-width: 100%; padding: 0; text-align: center; }
    #whoWeAre.leadership .content .teamGrid ul li img { display: none; }
    #whoWeAre.leadership .content .teamGrid > li {
        background: url(/img/arrowFooterMobile-down.png) no-repeat 96% center #f2f2f2;
        background-size: 4.7% auto;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #ffffff;
        cursor: pointer;
        padding: 0;
    }
    #whoWeAre.leadership .content .teamGrid li span.topTitle {
        font-family: apexsansBook; font-size: 25px; color: #1f1822;
        display: block;
        padding: 4% 10%;
        margin: 0;
    }
    #whoWeAre.leadership .content .teamGrid li ul {
        display: none;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.2s ease-out, height 0.2s;
        -moz-transition: opacity 0.2s ease-out, height 0.2s;
        -webkit-transition: opacity 0.2s ease-out, height 0.2s;
        -o-transition: opacity 0.2s ease-out, height 0.2s;
    }
    #whoWeAre.leadership .content .teamGrid li ul.active {
        display: block;
        height: auto;
        opacity: 1;
        transition: opacity 0.2s ease-out, height 0.2s;
        -moz-transition: opacity 0.2s ease-out, height 0.2s;
        -webkit-transition: opacity 0.2s ease-out, height 0.2s;
        -o-transition: opacity 0.2s ease-out, height 0.2s;
    }
    #whoWeAre.leadership .content .teamGrid li ul.active li,
    #whoWeAre.leadership .content .teamGrid .firstGrid ul.active li {
        display: block;
        background: #ffffff;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid #D9D9D9;
        width: 80%;
        height: auto;
        padding: 15px 10%;
        margin: 0;
    }
    #whoWeAre.leadership .content .teamGrid li ul.active li span { padding: 0; font-size: 1em; }

    #whoWeAre.leadership-bio .content .image-holder,
    #whoWeAre.leadership-bio .content .text-bio { float: none; margin: 0 auto; }
    #whoWeAre.leadership-bio .content .image-holder { margin-top: 15px; }
    #whoWeAre.leadership-bio .content .text-bio { width: 94%; padding: 5% 3% 0; }
    #whoWeAre.leadership-bio .content .goBack { display: block; float: none; width: 88%; padding: 2% 3%; margin: 10px 3% 0; }

    #whoWeAre.awards .content .center { width: 94%; padding: 5% 3% 0; }
    #whoWeAre.awards .topGrid .item { display: block; width: 100%; max-width: 400px; margin-bottom: 20px; }
    #whoWeAre.awards .topGrid .item img { width: 100%; }
    #whoWeAre.awards .topGrid .item .content { width: 92%; padding-left: 4%; padding-right: 4%; }
    .mobile #whoWeAre.awards .topGrid .item .content { display: none; opacity: 1; filter:alpha(opacity=100); }
    #whoWeAre.awards .topGrid .item .content p { font-size: 0.8em; }

    #whoWeAre.globalNetwork .feature { height: auto; padding-bottom: 20px; }
    #whoWeAre.globalNetwork .feature .featureLeft,
    #whoWeAre.globalNetwork .feature .featureRight,
    #whoWeAre.globalNetwork .feature .featureCenter { float: none; width: 94%; padding: 2% 3%; border: none; overflow:hidden; }
    #whoWeAre.globalNetwork .feature .featureCenter { height: auto !important; }
    #whoWeAre.globalNetwork .feature .featureCenter img { width: 100%; }
    #whoWeAre.globalNetwork .feature .featureLeft h1 { font-size: 3em; line-height: 1.1em; }
    #whoWeAre.globalNetwork .feature .featureRight div:first-child { border: none; }
    #whoWeAre.globalNetwork .feature .breadcrumb { background: #FFF; padding-bottom: 15px; }

    #whoWeAre.globalNetwork .netMenu { width: 100%; max-width: 100%; padding: 0; }
    #whoWeAre.globalNetwork .netMenu > li {
        background: url(/img/arrowFooterMobile-down.png) no-repeat 96% center #1c75bb;
        background-size: 5% auto;
        border-top: 1px solid #d9d9d9;
        cursor: pointer;
        padding: 0;
    }
    #whoWeAre.globalNetwork .netMenu > li.active { background: url("/img/arrowFooterMobile-up.png") no-repeat scroll 96% 18px #FFF; background-size: 5% auto; }
    #whoWeAre.globalNetwork .netMenu > li > span {
        color: #FFF;
        border-left: none;
        padding-left: 3%;
    }
    #whoWeAre.globalNetwork .netMenu > li.active > span:after { display: none; }
    #whoWeAre.globalNetwork .netMenu > li:hover > span, #whoWeAre.globalNetwork .netMenu > li.active > span { padding-left: 3%; background: none; }
    #whoWeAre.globalNetwork .netMenu > li.active > span { color: #1f1822; } 
    #whoWeAre.globalNetwork .netMenu li ul {
        display: none;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.2s ease-out, height 0.2s;
        -moz-transition: opacity 0.2s ease-out, height 0.2s;
        -webkit-transition: opacity 0.2s ease-out, height 0.2s;
        -o-transition: opacity 0.2s ease-out, height 0.2s;
    }
    #whoWeAre.globalNetwork .netMenu li.active ul {
        display: block;
        height: auto;
        padding-bottom: 20px;
        opacity: 1;
        transition: opacity 0.2s ease-out, height 0.2s;
        -moz-transition: opacity 0.2s ease-out, height 0.2s;
        -webkit-transition: opacity 0.2s ease-out, height 0.2s;
        -o-transition: opacity 0.2s ease-out, height 0.2s;
    }
    #whoWeAre.globalNetwork .netMenu ul li { display: block; width: 94%; padding: 0 3%; margin: 0; }
    #whoWeAre.globalNetwork .netMenu ul ul li { padding: 0; }
    #whoWeAre.globalNetwork .netMenu ul li .topTitle { display: block; font-family: 'apexsansBook'; font-size: 1.5em; color: #0d0c0c; padding-top: 20px; }
    #whoWeAre.globalNetwork .netMenu ul li strong, #whoWeAre.globalNetwork .netMenu li a { font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; font-weight: bold; }
    #whoWeAre.globalNetwork .netMenu ul li strong { display: block; padding-top: 15px; }
    #whoWeAre.globalNetwork .netMenu ul li a { color: #1c75bb; }
    #whoWeAre.globalNetwork #officesList { display: none !important; }
    #whoWeAre.globalNetwork #contentResult { float: none; clear: both; width: 94%; padding: 1% 3% 4%; }
    .mobile #whoWeAre.globalNetwork #contentResult .infoContent span.phone { display:none; }
    .mobile #whoWeAre.globalNetwork #contentResult .infoContent a.phoneMobile { display:inline-block; }


    #privacyPolicy .content .textContainer h1 { padding: 0 4%; }

    /**
     * WORK WITH US
     */
    #workWithUs .feature {
        background-position: 60% 120px;
        background-size: auto 100%;
        height: 585px;
    }
    #workWithUs .feature .desc { display: none; }

    /**
     * WHAT WE DO
     */

    #whatWeDo .feature {
        background-position: 60% 120px;
        background-size: auto 100%;
        height: 585px;
    }

	#whatWeDo .digital {
		height:auto;
	}

    #whatWeDo .content .textContainer .text { padding: 0; max-width: 78%; margin: 0 auto; }
    #whatWeDo .content .textContainer .text p { float: none; width: 100%; }
    #whatWeDo .center .main-column .rightColumnContent { width: 100%; }
    #whatWeDo .practicesTitle { top: 50%; left: 2%; width: 100%; text-align: left;} 
    .shareSocial { display: none; }
    #whatWeDo .touts .contentTouts { height: auto; }
    #whatWeDo .touts .contentTouts .tout {
        width: 100%; max-width: 100%; min-width: 100%; height: auto; min-height: auto;
        float: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }
    #whatWeDo .touts .contentTouts .tout h3 { height: 100%; margin: 0; }
    #whatWeDo .touts .contentTouts .tout h3 img { margin: 30% 0 0 0; }
    #whatWeDo .touts .contentTouts .titleContent .image{ position: static; }
    #whatWeDo .touts .contentTouts .tout .image.mobile { width: 50%; display: block; float: left; }
    #whatWeDo .touts .contentTouts .tout .image.active,
    #whatWeDo .touts .contentTouts .tout .image.inactive{
        display: none;
        opacity: 0;
        filter: alpha(opacity=100);
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }
    #whatWeDo .touts .contentTouts .tout .titleContent .content{
        width: 50%; height: 100%;
        float: left;
        padding: 0;
        position: static;
        opacity: 1;
        filter: alpha(opacity=100);
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }
    #whatWeDo .touts .contentTouts .tout .titleContent .content p { display: none; }
    #whatWeDo .touts .contentTouts .tout .titleContent .content a { display: none; }
    #whatWeDo .touts .contentTouts .tout.center .image.mobile { float: right; }
    #whatWeDo .touts .contentTouts .tout.center .titleContent .content { float: left; }

    #whatWeDo .tabbed { width: 94%; padding: 40px 3%; }
    #whatWeDo .tabbed .menuTab { width: 100%; float: none; }
    #whatWeDo .tabbed .menuTab li { float: left; width: 50%; margin: 0 0 4% 0; }
    #whatWeDo .tabbed .menuTab li span { padding: 3% 0 12% 0; text-align: center; border-top: 4px solid #cfcece; }
    #whatWeDo .tabbed .menuTab li.active span { background: url(/img/arrowTabsMobile.jpg) no-repeat 0 bottom #1c75bb; background-size: 100% auto; border-top: none; }
    #whatWeDo .tabbed .tab { height: auto; }
    #whatWeDo .tabbed .tab ul { margin: 0; max-width: 100%; float: none; }
    #whatWeDo .tabbed .tab ul li { margin: 0 0 3% 0; }

    /**
    *
    * Cases
    *
    **/
    #whatWeDo.edf .feature { height: auto; }
    #whatWeDo.edf .feature .breadcrumb .back { display: none; }
    #whatWeDo.edf .descFeature { width: 100%; border: none; }
    #whatWeDo.edf .descContent .allSize { width: 96%; padding: 0 2%; }
    #whatWeDo.edf .descContent .allSize img { width: 100%; }
    .popUp { width: 90%; left: 2%; margin-left: 0; height: 220px; }

    #whatWeDo.edf .descContent .allSize .inContent > div { float: none; width: 100%; }
    #whatWeDo.edf .descContent .inContent .textContent { margin-right: 0; }
    #whatWeDo.edf .descContent .first img { padding-bottom: 100px; }
    #whatWeDo.edf .descContent .second .inContent > .left { width: 100%; }
    #whatWeDo.edf .descContent .second .inContent > .right { width: 100%; padding: 0; clear: both; }
    #whatWeDo.edf .descContent .second .textContent .column { float: none; width: 100%; margin-right: 0; }
    #whatWeDo.edf .descContent .second .right .quotes { width: 90%; padding: 5%; }

    /**
	 * 	NEWSROOM
	 */

        #newsroom .feature .pagination,
	/*#newsroom .feature .arrow,*/
	#newsroom .feature .shareSocial,
	#newsroom .feature .slider .content p,
	#newsroom .feature .slider .content a,
	#newsroom .content .heading,
        #newsroom .content .newsLink {
		display: none !important;
	}

        
	#newsroom .feature .slider .inlineImg { position: absolute;left: 0;top: 0; width: 100%; height: 100%; float:none;  }
	#newsroom .feature .slider .content { height: auto; padding: 6% 5%; width: 90%; float: none; }
	#newsroom .feature .slider .content h2{ margin: 0; font-size: 1em; }

	#newsroom .contentSlider,#newsroom .slider { display: none; }
	#newsroom .contentSlider,#newsroom .slider:first-child { display: block; }
	#newsroom .slider img { position: static; }
	#newsroom .feature .arrow { top: 55%;}

	#newsroom .latest-holder > ul > li { width: 100%; height: auto; background: #fff; padding: 40px 25px 0; }
	#newsroom .latest-holder ul li h4 { font-size: 2em; line-height: 1em; margin-bottom: 3%; color: #000; }
   	#newsroom .latest-holder ul li p { display: none; }
   	#newsroom .latest-holder ul li > div { padding: 0; height: auto; width: 64%; }
   	#newsroom .latest-holder ul li img { float: left; height: auto; width: 31%; margin-right: 5%; }
	#newsroom .latest-holder .mobi { display: block; color: #baaf9f; }
	#newsroom .latest-holder .mobi span,
	#newsroom .latest-holder .mobi a { display: block; font-weight: bold; margin-bottom: 2%; }
	#newsroom .latest-holder .mobi a { color: #1c75bb; }
	#newsroom .latest-holder .mobi .viewAll { background: none; padding: 1% 3%; font-weight: normal; margin-top: 5%; margin-right:20px; width:auto; }

	#newsroom .latest-holder ul.even li > div { float: right; }
	#newsroom .latest-holder ul.even li > div * { text-align: left; }

	
        
        #newsroom .feature .slider .content { padding: 2% 5%; position: absolute; bottom: 0;}
        #newsroom .feature .slider .content time , #newsroom .latest-holder span  {display:none; }

	/********************
	  newsroom article
	********************/

	#newsroomArticle .center .main-column , #newsroomArticle .center aside.right-column  { display:block; width: auto; padding-right: 0; clear:both; }


		/***********
		WhatWeDo Digital
		*/
		#whatWeDo .digital img { margin-top: 130px;}
		#whatWeDo .center aside.right-column { width: 100%; display: inline-block; padding:0; margin:0 ;}
		#whatWeDo .digitalTeam { width: 94%; padding: 3%; }
	    #whatWeDo .center .main-column { width: 100%; padding-right: 0; }
		#whatWeDo .center .main-column .text { width: 98%; padding-left: 2%; }
		#whatWeDo .center .main-column .text p { padding: 0; }
        #whatWeDo .relatedCases ul li { width: 100%;}
		#whatWeDo .center .main-column .quotes { width: 100%; margin: 0 0 3% 0; }


	.dark-bg,
	.dark-bg #social {
	    background: #fff;
	}
     /**
     * Contact Mobile
     */
    #contact footer .contentFooter ul { display: block; }
    #contact footer .contentFooter ul li { float: none; width: 90%; margin: 0 auto; text-align: center; }
    #contact footer .contentFooter ul li h3 { font-size: 1.4em; }
    #contact footer .contentFooter ul li h5 { font-size: 1em; }
    #contact footer .contentFooter ul li span.separate { font-size: 0.8em; }
    #contact footer .contentFooter ul li p, 
    #contact footer ul li span { font-size: 1em; }
    
    /**
     * Connect With Us
     */
    #social.mobile { display: block; }
    #social.mobile ul { height: auto; }
    #social.mobile ul li { height: 63px; float: none }
    #social.mobile ul li.controlSocial { width: 100%; padding: 0 30px 0 0; }
    #social.mobile ul li.controlSocial p { padding: 23px 0; text-align: center; }
    #social.mobile ul li.social { width: 100%; }
    #social.mobile ul li.social a { font-size: 1.2em; padding: 0 0 0 42%; opacity: 1; filter: alpha(opacity=100); background-size: 100px auto; color: #aaaaaa; }
    #social ul li.social.facebook a { background-position: 20% 20px; }
    #social ul li.social.linkedin a { background-position: 20% -58px; }
    #social ul li.social.youtube a { background-position: 20% -135px; }
    #social ul li.social.google a { background-position: 20% -210px; }
    #social ul li.social.pinterest a { background-position: 26% -281px; width: 100%; }
    #social ul li.social.twitter a { background-position: 20% -360px; }


}

/**
 * 	Oscar Added
 */
/* 479 - 260 */
@media only screen and (max-width: 479px) and (min-width: 260px) {

	/**
	 * 	NEWSROOM
	 */
	#newsroom .feature .slider .content h2 { font-size: 0.76em; }
	#newsroom .latest-holder ul li h4 { font-size: 1.5em; line-height: 1em; }



	#whatWeDo .digital img { margin-left: -150px }

	article .socialNetwork {
			display: none;
		}

		article .socialNetwork.static{
			left: auto;
			width: auto;
			height: 38px;
			display: block;
			float: left;

		}

}

@media only screen and (max-width: 400px) and (min-width: 260px) {
	article .socialNetwork.static{
	    	    float: left;

	}
}

@media print,
        (-o-min-device-pixel-ratio: 5/4),
        (-webkit-min-device-pixel-ratio: 1.25),
        (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ }

    /* ==========================================================================
    Print styles.
    Inlined to avoid required HTTP connection: h5bp.com/r
    ========================================================================== */

    @media print {
        * {
            background: transparent !important;
            box-shadow: none !important;
            color: #000 !important; /* Black prints faster: h5bp.com/s */
            text-shadow: none !important;
        }

        a,
        a:visited { text-decoration: underline; }

        a[href]:after { content: " (" attr(href) ")"; }

        abbr[title]:after { content: " (" attr(title) ")"; }

        /**
         * Don't show links for images, or javascript/internal links
         */

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after { content: ""; }

        pre,
        blockquote { border: 1px solid #999; page-break-inside: avoid; }

        thead { display: table-header-group /* h5bp.com/t */; }

        tr,
        img { page-break-inside: avoid; }

        img { max-width: 100% !important; }

        @page { margin: 0.5cm; }

        p,
        h2,
        h3 { orphans: 3; widows: 3; }

        h2,
        h3 { page-break-after: avoid; }
}