/*
RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body { width: 100%; height: 100% }

body { font-family: Arial, Helvetica, sans-serif; }

/*
GLOBAL HEADER & FOOTER
*/

.wrapper {
    width:990px;
    margin: 0 auto;
    background:#fff;
}

.fl { float:left; }

.idl_top    { 
    background   : #ffc324;
    margin-bottom: 40px; 
}
.idl_header { padding : 20px 0 }

.logo   {
    margin : 0 0 0 10px;
    padding: 0;
    border : none;
}

.logo img,
.navigation li a,
.research_piece_holder,
.research_infographics,
.global-footer         { display: block; }

.logo img,
.logo,
.navigation li,
.header h1           { float: left }

.header              { height: 52px }

.header h1 {
    font-weight: 700;
    text-align: center;
    margin: 15px 0 0 50px;
    font-size: 20px;
}



.navigation {
    width: auto;
    float: right;
    padding: 0;
    height: 92px;
    line-height: 92px;
    margin: -20px 0;
    font-size: 16px;
    border-right: 1px solid #f0ae00;
}
.navigation li { border-left: 1px solid #f0ae00; }
.navigation li a {
    color: #000;
    padding: 0 18px
}
.navigation li a:hover {
    background: #f0ae00;
    color: #fff
}

.research_piece_holder {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.research_infographics {
     margin: 0 auto;
     max-width:990px;
}

.global-footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    clear: both;
    text-align: center;
    color: #fff;
    font-size: 80%;
}
.black_txt { color:#000 }


@media screen and (max-width: 990px) {
    .research_infographics {
        width: 95%;
        margin: 0 2.5%;
    }

    .header h1 {
    }

    .inner_wrap,
    .header h1 { width: 100%; }
    .header { height:125px; }
    .logo { float:none; margin: 0; }
    .logo img { 
        float: none;
        margin: 0 auto;
    }
    .header h1 { 
        float: none;
        margin: 10px auto;
    }
    .navigation {
        width:100%;
        float:left;
        line-height:16px;
        height:auto;
        margin:0;
        border:0;
    }
    .navigation li {
        width:50%;
        border:none;
        text-align:center;
        font-weight:700;
        font-size:14px;
        margin: 10px 0 0 0;
    }
}