html, body, h1, h2, h3, h4, h5, h6, p {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body { 
	text-align: center; 
}

h1 {
	font-size: 24px;
}

a {
	text-decoration: none;
}

/*
===================================================================================================
B A S E . C S S
===================================================================================================
*/

html { height: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { background: transparent; font-size: 100%; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }
article, aside, dialog, figure, figcaption, footer, header, hgroup, nav, section, cite { display: block; }

/* Typgraphy -------------------------------------- */

ul { list-style: none outside; }
ul.ul-disc { list-style: disc outside; margin-left: 2em; }
ul.ul-square { list-style: square outside; margin-left: 2em; }
ol { list-style: decimal outside; margin-left: 2em; }
li ul, li ol { margin-bottom: 0; }

nav ul { margin: 0; }

strong, b { font-weight: bold; }
small { font-size: .875em; }
strike, del { text-decoration: line-through; }
pre, code, kbd, samp { font-family: Consolas, "Lucida Console", Monaco, monospace; font-size: .875em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
sub { font-size: .75em; line-height: 1; vertical-align: sub; }
sup { font-size: .875em; line-height: 1; vertical-align: super; }
mark { background: #ffc; padding: 1px 3px; }
hr { display: block; height: 1px; border: 0 none; border-top: 1px solid #384749; padding: 0; }


/* Links -------------------------------------- */

a, :focus { outline: 0; }
a img { border: 0 none; }


/* Forms -------------------------------------- */

input, textarea { font-weight: inherit; font-size: inherit; font-family: inherit; color: inherit; vertical-align: baseline; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
select { cursor: pointer; vertical-align: baseline; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel],
textarea { background: #fff; display: inline-block; width: 100%; border: 1px solid #fff; border-radius: 0; -webkit-appearance: none; margin: 0; padding: 4px; }

input[type=file] { display: inline-block; width: 100%; border: 1px solid transparent; border-radius: 0; -webkit-appearance: none; margin: 0; padding: 4px; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=search] { -webkit-appearance: textfield; }

input[type="checkbox"], input[type="radio"] { padding: 0; }

textarea { overflow: auto; resize: none; vertical-align: top; resize: vertical; }

button, .btn { background: transparent; font-weight: bold; font-family: inherit; font-size: inherit; color: inherit; text-align: center; display: inline-block; *display: inline; *zoom: 1; vertical-align: baseline; width: auto; overflow: visible; cursor: pointer; border: 0 none; margin: 0; }

::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
:placeholder { color: #999; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: 0; margin: 0; padding: 0; /* Firefox Fix */ }


/* Tables -------------------------------------- */

table { width: 100%; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
th, td { font-family: inherit; color: inherit; text-align: left; vertical-align: top; }


/* Media -------------------------------------- */

img, object, embed { display: block; vertical-align: middle; max-width: 100%; width: auto; height: auto; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }


/* Various Helper Classes -------------------------------------- */

.left { float: left !important; }
.right { float: right !important; }
.normal { font-weight: normal !important; }
.anim { -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-transform: translate3d(0,0,0); /* speeds up css-animations in safari */ }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear:both; }
.cf { zoom: 1; }
.clear { clear: both; }

a.arrow { font-weight: bold; white-space: nowrap; }
a.arrow:after { content: ""; display: inline-block; width: 0; height: 0; border-style: solid; border-width: .325em 0 .325em .325em; border-color: transparent transparent transparent #00f; margin-left: .3em; }
a.arrow:hover:after { border-left-color: #c00; }


/* IE 7 Special Treatment -------------------------------------- */

.ie7 img { -ms-interpolation-mode: bicubic; }
.ie7 legend { margin-left: -7px; }
.ie7 input, .ie7 select, .ie7 textarea, .ie7 button, .ie7 .btn { vertical-align: middle; }
.ie7 input[type=text], .ie7 input[type=password], .ie7 input[type=search], .ie7 input[type=email], .ie7 input[type=url], .ie7 input[type=tel], .ie7 textarea { display: inline; zoom: 1; }
.ie7 audio, .ie7 canvas, .ie7 video { display: inline; *zoom: 1; }
.ie7 .cf { *zoom: 1; }

.wrapper {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

#main-nav { 
	width: 100%;
	height: 80px;
	background: #31529c; /* Old browsers */
	background: -moz-linear-gradient(top, #31529c 0%, #306396 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31529c), color-stop(100%,#306396)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #31529c 0%,#306396 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #31529c 0%,#306396 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #31529c 0%,#306396 100%); /* IE10+ */
	background: linear-gradient(to bottom, #31529c 0%,#306396 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31529c', endColorstr='#306396',GradientType=0 ); /* IE6-9 */

	overflow: hidden;
}

#main-nav ul {
	height: 80px;
	margin: 0;
	list-style: none;
}

#main-nav ul:after {
	content: '';
	display: table;
	clear: both;
}

#main-nav ul li {
	float: left;
	line-height: 80px;
	margin: 0 25px;
}

#main-nav a {
	font-weight: lighter;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}

#main-nav h1.logo a {
	float: left;
	color: #FFFFFF;
	line-height: 80px;
	font-size: 20px;
	text-transform: uppercase;
	padding-right: 25px;
}

.striped-divider {
	width: 100%;
	height: 8px;
	background: url(../images/debut_light.png) repeat #eee;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

#splash { 
	margin: 0 auto;
	text-align: left; 
}

/* Hero Banner and Text */

#hero-splash {
	display: table;
	width: 100%;
	height: 300px;
	background: url(../images/buildings.jpeg) no-repeat center top #ddd;
	background-size: cover;
}

.screen {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.color-screen {
	display: table;
	width: 100%;
	height: 100%;
}

.color-screen#screen-1 {
	background: rgba(49,82,156,0.9);
}

.color-screen#screen-2 {
	background: rgba(49,156,123,0.8);
}

.color-screen#screen-3 {
	background: rgba(0,0,0,0.8);
}

.hero-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: lighter;
	font-size: 34px;
	color: #FFFFFF;
	padding: 0 10%;
}

.hero-text a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase;
}

.hero-text a:hover {
	color: #CCCCCC;
}

.subtle {
	font-size: 60%;
}

/* Featured Articles */

#featured-articles {
	width: 100%;
	overflow: hidden;
}

#featured-articles .article {
	display: table;
	text-align: center;
	float: left;
	width: 30%;
	height: 350px;
	margin: 20px 1%;
	background: url(../images/el.jpeg) no-repeat center;
	background-size: cover;
}

#featured-articles .article h2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 30px;
}

#featured-articles .article h2 a {
	display: block;
	color: #FFFFFF;
	font-weight: lighter;
}

#featured-articles .article:first-child {
	margin-left: 3%;
}

#featured-articles .article:last-child {
	margin-right: 3%;
}

/*
===================================================================================================
S T Y L E S . C S S
===================================================================================================
*/

html { background: #fff; }
body { font: 400 93.75%/1.45 "Helvetica Neue", Helvetica, Georgia, Times, "Times New Roman", serif; color: #4f4f4f; padding-bottom: 4em; }
.ie7 body, .ie8 body, body.ffwin { font-family: Georgia, Times, "Times New Roman", serif !important; }
.inner { position: relative; max-width: 76em; margin: 0 auto; padding: 1em; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, pre, address, table, form, hr, figure, audio, video, cite { margin-bottom: 1em; }


/* TYPOGRAPHY ---------------------------------------------------------------------------------- */

h1 { font-weight: normal; font-size: 1.5em; line-height: 1.25; color: #b61a37; margin-bottom: 0; }
h1 + p, #intro p { font-size: 1.5em; line-height: 1.25; color: #757575; }
h2 { font-size: 1em; margin-bottom: .5em; }
h4 { font-weight: normal; margin-bottom: .5em; }
p { line-height: 1.45; }

a { text-decoration: none; color: #4f4f4f; }
a:visited {  }
a:hover { color: #b61a37; }
a:active {  }

a.redlink { text-decoration: none; color: #b61a37; border: 0 none !important; }
a.redlink:hover { color: #4f4f4f; }
a.biggerlink { font-size:1.2em; display:inline-block; margin-top:1em; }

a.black { color: #4f4f4f !important; }
a.black:hover { color: #b61a37 !important; }

.arrowlink:before { content: "> "; }

#content > p a, .innercontent > p a, .segmentslist li a { border-bottom: 1px dotted #4f4f4f; }
#content > p a:hover, .innercontent > p a:hover, .segmentslist li a:hover { border-bottom: 1px dotted #b61a37; }

a.jumpanchor:hover { color: #484848; }


/* FORMS --------------------------------------------------------------------------------------- */

label, .label { font-size: 87.5%; display: block; cursor: pointer; margin-bottom: .125em; }

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel],
input[type=file],
textarea { background: #eaeaea; resize: none; }

button, .btn { font-size: 93.3334%; font-weight: normal; background: #4d4d4d; color: #ccc !important; padding: 0.425em 1.1em; }
button:hover, .btn:hover { background: #b61a37; color: #fff !important; }
button:active, .btn:active { background: #b61a37; color: #fff !important; }

.btn + .btn { margin-left: 3px; }

.error { color: #b61a37; }
span.error { font-size: 87.5%; }


/* MEDIA --------------------------------------------------------------------------------------- */

figure { overflow: hidden; }
figcaption { padding-top: .5em; }
figcaption p, .popupfullwidhtcaption { font-size: 87.5%; margin: 0; }

img, object, embed {  }

img.left { margin: 0 1em 1em 0; }
img.right { margin: 0 0 1em 1em; }

/* Handle PDFs */

object.pdf {
  width: 100%;
  height: 10000px;
}

/* MODUL: MAIN --------------------------------------------------------------------------------- */

#main { text-align: left; }
#main .inner { padding: .75em 1em 2em 0; }

.topline { border-top: 1px solid #484848; padding-top: 1em; }
.topline.subdued { border-top: 1px solid #eee; }
.topline.spacer { margin-top:4em; }
.lsi.topline, .lsi span.topline { border-color: #b61a37; }
span.topline { display: inline-block; }
span.block { display: block; margin: 1.5em 0 2em; }

/* Content */

#content { margin-left: 1em; }

#content hgroup h2 { font-size: 120%; line-height: 1.35; font-weight: bold; color: #4f4f4f; margin: 0; }
#content hgroup h3 { font-size: 120%; line-height: 1.35; font-weight: normal; }

#content header { background: red; height: 4em; }

#content ul { list-style: disc outside; margin-left: 2em; }
#content nav ul { list-style: none outside; margin-left: 0; }

#content .selector { display: none; }

h1 + p + p { margin: 0 0 2em; }

.innercontent { /* font-size: 93.3334%; */ position: relative; }
.innercontent>div:first-child { float:none !important; }
.innercontent>div:first-child h3 { font-weight: normal; font-size: 1em; color: #b61a37; display: block; margin: 0; }

.innercontent nav ul { border-top: 1px solid #484848; margin-bottom: 1em; padding-top: 1.5em; }
.innercontent nav li a { float: left; width: 60%; padding: .5em 0 .5em; margin-bottom: .5em; margin-right: 5%; }
.innercontent nav li a:before { content: ""; background-image: url(../images/icons.png); background-repeat: no-repeat; float: left; width: 46px; height: 46px; margin-right: .5em; position: relative; top: -3px; }

.icon-consultants:before { background-position: 0px -42px; }
.icon-driving:before { background-position: -92px -42px; }
.icon-contact:before { background-position: -46px -42px; }
.icon-offices:before { background-position: -138px -42px; }

address { font-style: normal; }
address span { display: inline-block; width: 4em; }
.innercontent .addressblock.new address span { width: 2em; }
address + nav ul li + li + li { clear: both; }

.innercontent address + nav ul { padding-top: .75em; }

.innercontent .addressblock { padding-top: 1.5em; }
.innercontent .addressblock.new { padding-top:0em; padding-bottom: 1em; }
.innercontent .addressblock nav ul { padding-top:.75em; padding-bottom:1em; }
.innercontent .addressblock.new nav ul { border-top:0; padding-top: 0; }
.innercontent .addressblock.new nav ul li { display:block; width: 100%; }
.innercontent .addressblock.new nav ul li a { margin-bottom:0; display:block; width:100%;}

/*
===================================================================================================
M E D I A   Q U E R I E S   >   Min-width:  480px
===================================================================================================
*/
@media only screen and (min-width: 390px) {
.connectingleaders .flex-control-nav { top: 82vw;}
}
@media only screen and (min-width: 480px) {

#masthead { font-size: 100%; }
a#logo img { margin-left: 0; }
#mainnav { padding: 0 1em; }
#searchform fieldset { margin-right: 0; }

.survey-form >div >div.contained { float:right; clear:none; margin-top:0; }

.connectingleaders .flex-control-nav { top: 76vw;}

}

@media only screen and (min-width: 520px) {
    .connectingleaders .flex-control-nav { top: 75vw;}
}

@media only screen and (min-width: 585px) {
    .connectingleaders .flex-control-nav { top: 74vw;}
}

/*
===================================================================================================
M E D I A   Q U E R I E S   >   Min-width:  768px
===================================================================================================
*/

@media only screen and (max-width: 768px) {
	#featured-articles .article {
	width: 90%;
	margin: 20px 5%;
	background: url(../images/el.jpeg) no-repeat center;
	background-size: cover;
}
}


@media only screen and (min-width: 768px) {

.inner { padding-right: 0 !important; padding-left: 0 !important; }

#main .inner { position: relative; padding: .5em 1em 4em 0; }
#main.home .inner { padding-bottom: 8em; }

h1, h1 + p, #intro p { font-size: 1.4em; line-height: 1.2; }
h1 + p { margin-bottom: 2.25em; }
h1 + span.block { display: block; margin: 2.25em 0; }
h2 { font-size: 1.2em; }
#subhero.lsi h2 a { color: #fff; }

.marginal { position: absolute; top: 40em; margin: 0; padding-top: 0; }
.marginal.topline { padding-top: 1em; }
.addressblock.new { position:absolute; top:0; left: 105%; width:60%; padding-top:0;}

/* Content */

/* #content { margin: .5em 29% 0 30.5%; } */
/* FIX BY CEM */
#content { margin: .5em 29% 0 30.5%; width: 40.5%; }
#content-fullwidth {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #4f4f4f;
    position: relative;
    margin: 0.5em 1.5em 1.25em;
}

span.smallUppercase {
    text-transform: uppercase;
    font-size: 0.8em;
}

#content .subnav{ display: block !important; font-size: 100%; line-height: 1.35; position: static; padding: 0; box-shadow: none; }
#content .subnav div{ float: none; width: 100%; padding: 0; }

#content .selector{ display: block; }

.contact-selector h1 + p.headline{ font-size: 1.2em; line-height: 2em;}

.bigfigure article#content figure:first-child { width:167%; }

/* Content FULL WIDTH*/

/* Offices */

h1 + p + p { margin: 0 0 2em; }
h1 + p + .alt { margin: -1.5em 0 4.5em; }

.innercontent { position: relative; }
.innercontent>div:first-child { position: absolute; left: -70%; width: 66%; }
.innercontent>div.right:first-child { right: -70%; left: auto; }
.innercontent>div:first-child figure img { width: 100% !important; max-width: none !important; height: auto !important; }
.innercontent>div:first-child p { display: block; margin: 0; }
.contact-media p { padding-bottom: 0.5em; }

/* Media, news & events ------------------------------------------------------------------------ */
article.media-inq-artcle { border-bottom: 1px solid #484848; padding-bottom:1em; margin-bottom: 1em; margin-top: 1em;}
article.media-inq-artcle:hover { background:none; }
article.media-inq-artcle h3 { font-weight: bold; font-size: 1.3em; margin-top:0em; color:#b61a37;}
article.media-inq-artcle h4 { font-weight: bold; margin-bottom:0em; }
article.media-inq-artcle p { font-family: coranto-2, Georgia, Times, 'Times New Roman', serif; font-size: 1em; margin-bottom: 1em; }
article.media-inq-artcle a.more { font-family: coranto-2, Georgia, Times, 'Times New Roman'; font-size: 1em; }

}


/*
===================================================================================================
M E D I A   Q U E R I E S   >   Min-width:  992px
===================================================================================================
*/

@media only screen and (max-width: 1023px){
    div#left-fullwidth div.marginal.left.top { top: 28em !important;}
}

@media only screen and (min-width: 992px) {

    .marginal.right.lsi.top.cwulow { top:47em; padding: 1em 0 0;}

/* TYPOGRAPHY ---------------------------------------------------------------------------------- */

h1, h1 + p, #intro p { font-size: 1.7em; line-height: 1.15; }


/* MODUL: HEADER (Masthead) -------------------------------------------------------------------- */

/* Logo */

a#logo img,
.ie8 a#logo { width: 14.5em; }


/* Navigation */

#mainnav li > div { width: 114%; }


/* MODUL: MAIN --------------------------------------------------------------------------------- */

.innercontent>div:first-child { position: absolute; left: -62%; width: 57.5%; }
.innercontent>div.right:first-child { right: -37%; left: auto; }
.innercontent nav li a { width: 45%; }

.marginal.left { left: 15.5%; width: 13.5%; }
.marginal.left.wide { left: 2%; width: 27.5%; }
.marginal.right { right: 13.5%; width: 13.5%; }
.marginal.right.wide { right: 2%; width: 25%; }
.marginal.right.wideprofile { margin-top:2em; right: 5.5%; width: 21.5%; }
.marginal.right.wideprofile h3 { margin-bottom:0; }
.marginal.right.wideprofile p { font-family: "coranto-2", Georgia, Times, "Times New Roman", serif; }
.marginal.right.memorium { top:9.25em; }

#flexslider h2 { font-size: 3em; line-height: 1; }

.greatdecisionpeople .left.mid { float:left !important; margin-left: 1.5em; font-weight: normal; font-size: 1.2em; }
.greatdecisionpeople #content p { font-size: 1.06666666666667em; }
.greatdecisionpeople #quickaccess div.bookteaser { font-size: 1.01em; }
.greatdecisionpeople #quickaccess2 div.bookteaser { font-size: 1.01em; }

.greatdecisionpeopleNew .left.bottom { width:21.5%; left:2.5%; }
.survey .left.top { width:25%; left:0%; top:7.5em;}

.contact-teaser figure span { font-size: 1.2em; }

.challengersteaser { top: 24em; }

#contact-side br { display:block; }

.survey-form >div >div.contained { float:right; clear:none; margin-top:0; }
.survey .lsi-article h2 + p em { margin-top:2em; }
.spacedH #content h2 { margin-bottom:.6em; height:2.6923em; }

}


/*
===================================================================================================
M E D I A   Q U E R I E S   >   Min-width:  1200px
===================================================================================================
*/

@media only screen and (min-width: 1200px) {

/* Stoerer "ALL NEW" */

#allnew { display: block; }
.de #allnew { display: none; }

#sharemailform { left:auto; bottom:auto; margin:0 -39em 0 0; right:50%; top: 20em !important; }
#sharemailform:before { display:block; }

.connectingleaders .flex-control-nav {  bottom: -70px; right: auto; left: 350px; }

.greatdecisionpeopleNew .left.mid, .survey .left.mid { margin-left:0; }
.greatdecisionpeopleNew .left.bottom, .survey .left.bottom { width:21.5%; left:0%; }
.marginal.right.lsi.greatpeopledecisions.withpicture { top:25.25em; right: 0%; width: 27%; }
.marginal.left.top.big { top:7.5em; left:4%; width:25%; }

}

/*
===================================================================================================
M E D I A   Q U E R I E S   >   Retina Styles
===================================================================================================
*/


@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {

.icon, .innercontent li a:before, .flex-control-nav li a { background-image: url(../images/icons@2x.png) !important; background-size: 300px; }

.survey-link div { background-image:url(../images/btn-survey@2x.png); }

.fademenu ul li a:before { background: url(../images/arrow-icon.png) center top no-repeat; background-size: 50%; }

}

object, p object {
	width: 100%;
	min-height: 1000px;
}

.innercontent p object, .innercontent > p object {
	display: none;
}
