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,
fieldset, form, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

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

input, select { vertical-align: middle; }

h4 { margin-bottom: 10px; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
  border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  color: #444;
  /* Set your base font here, to apply evenly */
  font-family: â€œHelvetica Neueâ€, Arial, Helvetica, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1{ font-size: 16px; }

a, a:active, a:visited { color: #777; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Alex McGibbon, alex@graphicalageny.com, 07590 196 603
 */


/*BASE*/
html                        { background: #edeae2; }
body                        { margin: 0 auto; width: 960px }
/*HEADER*/
header                        { background: #fff; padding: 10px; overflow: hidden; }
.lte7 img                     { float: left; }
header form                     { float: right; width: 300px; }
header form input.text                { border: 1px solid #eee; padding: 5px; float: left; width: 200px!important; line-height: 20px; height: 18px; }
header form input.action              { border: none; background: #e8e5dc; width: 80px; padding: 0 5px; text-transform: uppercase; font-size: 12px; line-height: 30px; height: 30px; }
.clear                        { clear: both; }


/*MAIN NAVIGATION*/
nav#MainNavigation                  { margin: 40px 0 0 10px; }
.lte7 nav#MainNavigation              { margin-bottom: -40px; }
.ie6 nav#MainNavigation               { margin-bottom: -41px; }
nav#MainNavigation ul li              { display: block; float: left; font-size: 16px; text-transform: uppercase; position: relative; height: 39px; z-index: 1000000; }
nav#MainNavigation ul li.current,
nav#MainNavigation ul li.section          { background: #fff; }
body.home nav#MainNavigation ul li.current,
body.home nav#MainNavigation ul li.section      { background: #fff; }
nav#MainNavigation ul li a,
nav#MainNavigation ul li a:visited          { font-weight: 100; margin: 10px 8px; display: block; text-decoration: none; color: #575757; }
nav#MainNavigation ul li a:hover,
nav#MainNavigation ul li a:active         { color: #111; }
nav#MainNavigation ul li ul             { display: none; width: 220px; }
nav#MainNavigation ul li:hover            { background: #f4f4f4; }
nav#MainNavigation ul li:hover ul         { display: block; position: absolute; top: 39px; z-index: 50000; background: #f4f4f4; }
nav#MainNavigation ul li ul li            { float: none; font-size: 13px; height: auto; text-transform: none; background: #f4f4f4!important; position: relative; }
nav#MainNavigation ul li ul li a          { border-bottom: 1px solid #edeae2; padding: 5px 2px; }

/*FOOTER NAVIGATION*/
nav#FooterNavigation                { border-top: 2px solid #c8c3af; margin-top: 15px; margin-bottom: 60px; overflow: hidden; padding-top: 15px; }
.ie6 nav#FooterNavigation             { height: 120px; }
nav#FooterNavigation ul li              { float: left; font-size: 12px; margin-right: 10px; min-width: 80px; }
.ie6 nav#FooterNavigation ul li           { width: 80px; }
nav#FooterNavigation ul li ul li          { float: none; }
nav#FooterNavigation ul li.home           { margin-right: 60px; }
nav#FooterNavigation ul li a            { text-decoration: none; color: #444;}
nav#FooterNavigation ul li ul li a          { color: #777; background: none;}
nav#FooterNavigation ul li ul li ul         { display: none; }

/*CONTENT*/
div#Content                     { padding: 10px; background: #fff; clear: both; overflow: hidden; margin-bottom: 20px; position: relative; }

/*HERO*/
#Hero                       { position: relative; height: 300px; }
#Hero .Panes img                  { display: none; position: absolute; top: 0; left: 0; z-index: 5000; }
#Hero .coreValues                 { z-index: 10000; background: #fff; height: 75px; line-height: 60px; width: 260px; text-align: center; font-size: 36px; text-transform: uppercase; color: #fff; }
#Hero #Research                   { position: absolute; top: 0; right: 0; background: #70A137; }
#Hero #Educate                    { position: absolute; top: 85px; right: 0; background: #008c99; }
#Hero #Engage                   { position: absolute; top: 170px; right: 0; background: #D28117; }
#Hero #StrapLine                  { position: absolute; bottom: 0; right: 0; left: 0; background: #b9b299; color: #fff; text-transform: uppercase; font-size: 18px; text-align: center; letter-spacing: 1.5px; z-index: 10000; line-height: 1; outline: none; }


/*HOMEPAGE*/
.Panels                       { overflow: hidden; }
.Panel                        { width: 220px; float: left; background: #e8e5dc; margin: 20px 20px 0 0; position: relative; padding-bottom: 30px; }
.Panel p,
.Panel h3,
.Panel h4,
.Panel img,
.Panel dl                     { margin: 0 10px 15px 10px; }
a.SmallCTA                      { margin: 0 10px 15px 0px; }
.Panel a.SmallCTA,
.Panel img                      { margin-left: 0 !important; }
a.SmallCTA                      { display: block; text-transform: uppercase; text-decoration: none; font-size: 10px; letter-spacing: -0.05em; }
.Panel a.SmallCTA                 { margin-left: 10px; }
.Panel h2                     { padding: 5px 10px; background: #b9b299; color: #fff; font-weight: 100; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; }
.Panel a.CTA                    { position: absolute; bottom: 0; right: 0; height: 20px; line-height: 20px; padding: 0 5px; background: #fff; text-transform: uppercase; font-size: 10px; text-decoration: none; letter-spacing: -0.05em; }
.Panel a.Left                   { right: auto; left: 0; }
#EventPanel.HalfPanel                        { position:relative; }
#EventsPanel                    { margin-right: 0; position: relative;}
#ProjectsPanel h2                 { background: #70A137; }
#StudyPanel h2                    { background: #008c99; }
#EventsPanel h2                   { background: #D28117; }
#ProjectsPanel h3                 { font-style: italic; font-weight: normal; }
#ProjectsPanel a                  { color: #70A137; display: block; text-transform: uppercase; text-decoration: none; font-size: 10px; letter-spacing: -0.05em; }
#StudyPanel a                   { color: #0fa1af; display: block; text-transform: uppercase; text-decoration: none; font-size: 10px; letter-spacing: -0.05em; }
#EventsPanel a                    { color: #d79132; display: block; text-transform: uppercase; text-decoration: none; font-size: 10px; letter-spacing: -0.05em; }
#StudyPanel .StudyAreas               { text-transform: uppercase; color: #0fa1af; }
#EventsPanel h3                   { margin-bottom: 0px; }
#EventsPanel dl                   { margin-top: 5px; }
#EventsPanel dt                   { font-weight: bold; float: left; margin-right: 0px; min-width: 70px; }
#EventsPanel dd                   { margin-bottom: 10px; }

/*PAGE*/
#Layout                       { overflow: hidden; }
#NavBar                       { width: 150px; float: left; margin-right: 10px; background: #e8e5dc; }
#Main                       { width: 620px; float: left; margin-right: 10px; /* min-height: 600px; */ }
#Sub                        { width: 150px; float: left; background: #e8e5dc; }
.ie6 #NavBar                    { width: 150px; float: left; background: #e8e5dc; position: relative; }
.ie6 #Main                      { width: 620px; float: left; position: relative; }
.ie6 #Sub                     { width: 150px; float: left; background: #e8e5dc; position: relative; }
#NavBar ul                      { padding: 5px; }
#NavBar ul li                   { border-bottom: 1px solid #b8b5af; }
#NavBar ul li a                   { text-decoration: none; color: #444; display: block; padding: 5px; }
#NavBar ul li.events-calendar ul          { display: none!important; }
#NavBar ul li ul                  { display: none; }
#NavBar ul li.current ul,
#NavBar ul li.section ul              { display: block; margin: 0; padding: 0; border-top: 1px solid #b8b5af; }
#NavBar ul li.current ul li,
#NavBar ul li.section ul li             { padding-left: 10px; margin-bottom: -1px; }
#NavBar ul li.current ul li ul            { display: none; }
body.past-events ul li.past-events ul       { margin: 0 !important; padding: 0 !important; border-top:  1px solid #b8b5af; }
body.past-events ul li.past-events ul li      { padding-left: 10px; margin-bottom: -1px; }
#Main #Hero                     { height: 198px; margin-bottom: 15px; overflow: hidden; width: 620px; }
#Main #Hero .coreValues               { height: 39px; font-size: 28px; width: 139px; }
#Main #Hero #Educate                { top: 50px; }
#Main #Hero #Engage                 { top: 100px; }
#Main #Hero #StrapLine                { font-weight: normal; letter-spacing: normal; text-align: left; padding: 5px; }
#Sub #Values                    { font-size: 12px; }
#Sub #Values h3                   { margin-bottom: 10px; }
#Sub #Values h3 img                 { display: block; margin-bottom: 10px; }
#Sub #Values p                    { margin-bottom: 15px; padding: 0 10px; }
#Sub #Values .SmallCTA                { padding: 0 10px; display: block; text-transform: uppercase; text-decoration: none; font-size: 10px; letter-spacing: -0.05em; margin-bottom: 15px; margin-left: 0; }
#Sub #Values a.Research               { color: #70A137; }
#Sub #Values a.Educate                { color: #008c99; }
#Sub #Values a.Engage               { color: #D28117; }
#Sub #Sidebar                   { padding: 10px; font-size: 12px; }
#Sub #Sidebar h2                  { font-size: 13px; margin-bottom: 5px; }
#Sub #Sidebar h3                  { margin-bottom: 5px; }
#Sub #Sidebar ul                  { margin-left: 12px; margin-bottom: 20px; list-style: square; }
#Sub #Sidebar ul li                 { margin-bottom: 10px; }
#Main p,
#Main ul                      { margin-bottom: 15px; font-size: 15px; list-style: square;}
#Main ul                      { margin-left: 20px; margin-top: -10px; }
#Main li                      { padding: 8px 0; }
#Main .SmallCTA                   { font-size: 13px; }
#Sub #Sidebar p                   { margin-bottom: 15px; }
#Main h2                      { font-weight: normal; color: #b9b098; font-size: 16px; margin-bottom: 10px; }
#Main p.IntroParagraph, #Main h6          { font-size: 15px; line-height: 1.3; font-weight: normal; margin: 15px 0; }
#Main table                     { width: 100%; }
#Main table td                    { padding: 5px 5px 5px 0; border-bottom: 1px solid #aaa; }
.LinkLove                     { position: absolute; bottom: 10px; right: 10px; color: #ccc; text-transform: uppercase; font-size: 10px; }
.LinkLove a                     { color: #ccc; text-decoration: none; }
#CopyrightInfo                    { clear: both; font-size: 11px; color: #999; }
.ReportContent h3                 { font-size: 14px; margin-bottom: 10px; }
.ReportContent ul li ul               { padding-top: 10px; margin-bottom: 0!important; padding-bottom: 0!important; }

/*ADVISORYGROUP*/
.GroupMember                    { border-top: 1px solid #aaa; padding: 20px 0; overflow-y: hidden; }
.GroupMember .photo                 { float: left; margin-right: 20px; width: 100px; }
.GroupMember .content               { float: left; width: 500px; }
.GroupMember .content h2              { margin-bottom: 10px; }
.GroupMember .content p               { font-size: 13px!important; }

/*PARTNERS*/
.Partner                      { overflow: hidden; padding: 20px 0; border-bottom: 1px solid #aaa; }
.Partner1                     { padding-top: 0; }
.Partner .image                   { float: left; margin-right: 20px; width: 140px; min-height: 20px; }
.Partner .content                 { width: 460px; float: left; }
.Partner .SmallCTA                  { margin: 20px 0 0 0; font-size: 13px; }
.Partner p                      { font-size: 13px; }

/*PEOPLE*/
#Main .Person                   { width: 290px; float: left; margin: 0 10px 20px 10px; border-bottom: 1px solid #aaa; padding-bottom: 20px; height: 300px; }
#Main .Person1, #Main .Person2            { height: 280px; }
/* #Main .even                      { margin-right: 0; } */
#Main .Person .content                { width: 170px; float: left; margin-right: 20px; }
#Main .Person h2                  { font-size: 14px; margin-bottom: 10px; }
#Main .Person .photo                { width: 100px; float: left; }
.ie6 #Main .Person .content             { width: 160px; float: left; margin-right: 20px; }
.ie6 #Main .Person .photo             { width: 80px; float: right; }
#Main .Person .photo a.SmallCTA           { margin-left: 0; font-size: 10px; }

/*EVENTS*/
#calendar-sidebar                 { padding: 10px; }
#calendar-sidebar h2                { padding: 5px; background: #b8b29a; color: #fff; text-transform: uppercase; font-weight: normal; font-size: 14px; }
#calendar-sidebar ul                { list-style: none; margin: 10px 0 20px 0; font-size: 12px; }
#calendar-sidebar ul li               { padding: 3px; border-bottom: 1px solid #fff; }
#calendar-sidebar ul li a             { text-decoration: none; }
#calendar-sidebar .feed               { margin-bottom: 20px; font-size: 12px; padding-left: 18px; background: url(../images/rss.png) no-repeat; }
#events                       { padding: 1px; background: #e8e5dc; }
.lte7 #events                   { padding: 10px; }
#dateHeader                     { margin-bottom: 20px; }
#events .event                    { position: relative; margin: 10px; background: #fff; padding: 10px; }
.lte7 #events .event                { margin: 0 0 10px 0; }
#events .event h2                 { font-size: 16px; color: #444; font-weight: normal; width: 420px; }
.past .event p.IntroParagraph           { padding-right: 0!important; }
#events .event p.IntroParagraph           { color: #b9b098; border-bottom: 1px solid #b9b098; font-size: 15px; padding-top: 5px; padding-bottom: 10px; margin-bottom: 0; }
table td.key                    { width: 170px; }
table td.value                    { width: 405px; }
table td.value h2                 { color: #6a6a6a !important; }
#events .event table td.value p img         { border: 1px solid #444; }
#events .event table tr.supimgs img         { border: 1px solid #edeae2; margin-right: 10px; margin-bottom: 10px; }
#events .event table                { margin-bottom: 20px; }
#events .event table td p,#events .event table td li{ font-size: 13px; }
#events .event table tr.details td          { border-bottom: 0; }
#events .event table tr td              { padding: 10px 0 !important; }
#events .Book                   { background: #e8e5dc; padding: 10px; margin-top: 10px; overflow: hidden; }
.mainEventPage .Book                { margin-left: 0; margin-bottom: 10px; }
.mainEventPage .Book img              { float: left; margin-right: 10px; }
.mainEventPage .Book p                { margin: 5px 0 20px 0!important; }
#events .Book p                   { margin: 20px 0; font-size: 12px; }
#events .Book p em                  { display: block; font-style: italic; }
#events .Book p a.SmallCTA              { margin: 15px 0 0 0; }
.podcastInstruction                 { font-size: 11px; display: block; color: #999; }
#Main ul.Podcasts                 { margin: 10px 0 0 0; list-style: none; }
#Main ul.Podcasts li                { padding: 10px 10px 10px 40px; background: url(../images/66-microphone.png) no-repeat #e8e5dc 10px 13px; border-bottom: 0 !important; margin-bottom: 20px; font-size:  }
#Main ul.Podcasts li a                { font-size: 12px; color: #5d5a52; }
#Main ul.ActionLinks                { clear: both; margin-left: 0; list-style: none; border-bottom: 1px solid #b9b098; overflow: hidden; padding-bottom: 5px; margin-bottom: 0 !important; }
#Main ul.ActionLinks li               { float: left; margin-left: 1px; margin-right: 20px; display: block; text-transform: uppercase; letter-spacing: -0.05em; margin-bottom: 0 !important; border-bottom: 0 !important; padding: 0!important; }
#Main ul.ActionLinks li a             { text-decoration: none; }
#Main ul.ActionLinks li.AddToCalendar       { padding-right: 20px !important; background: url(../images/ics.png) no-repeat top right; position: absolute; top: 12px; right: 0; font-size: 11px!important; line-height: 16px; }
div.Modules                   { border: 10px solid #edeae2; background: #fff; padding: 10px; display: block; margin-top: 10px; }
div.Modules tr td p               { font-size: 13px !important; }
div.Modules tr                  { overflow: hidden; display: block; }
div.Modules tr td p               { margin-bottom: 8px !important; line-height: 1.5!important; }
body.events-calendar #Layout  div#Navbar,
body.events-calendar #Layout  div#Main,
body.events-calendar #Layout  div#Sub       { min-height: 1300px; }




/*STUDY*/
#Main ul.studyLinks                 { list-style: none; margin-left: 0; margin-bottom: 40px; overflow: hidden; }
#Main ul.studyLinks li                { width: 140px; float: left; margin-right: 20px; border-bottom: 0; }
#Main ul.studyLinks li#study5           { margin-right: 0; }
#Main ul.studyLinks li                { background: #005a60; display: block; height: 100px; text-decoration: none; position: relative; text-transform: uppercase; color: #fff!important; }
#Main ul.studyLinks li:hover            { background: #0fa1af; }
#Main ul.studyLinks li h2             { font-size: 13px; padding: 8px; color: #fff!important; }
#Main ul.studyLinks li p.CTA            { font-size: 10px; position: absolute; bottom: 8px; right: 8px; letter-spacing: -0.05em; margin-bottom: 0!important;}
#Main ul.studyLinks li  a             { color: #fff !important; display: block; text-decoration: none; height: 100px; }
p.tagLine                     { margin: 20px 1px; text-transform: uppercase; font-size: 14px; color: #0fa1af; }
div.studycontent p a.SmallCTA           { display: inline !important; }

/*PARTNERSHIPS*/
#Main ul.ResearchLinks                  { list-style: none; margin-left: 0; margin-bottom: 40px; overflow: hidden; margin-top: 40px; }
#Main ul.ResearchLinks li               { width: 140px; float: left; margin-right: 20px; border-bottom: 0; margin-bottom: 20px; }
#Main ul.ResearchLinks li#Research4,
#Main ul.ResearchLinks li#Research8,
#Main ul.ResearchLinks li#Research12            { margin-right: 0; }
#Main ul.ResearchLinks li                 { background: #8DC640; display: block; height: 120px; text-decoration: none; position: relative; text-transform: uppercase; color: #fff!important; }
#Main ul.ResearchLinks li:hover           { background: #73a430; }
#Main ul.ResearchLinks li h2              { font-size: 13px; padding: 8px; color: #fff!important; }
#Main ul.ResearchLinks li p.CTA           { font-size: 10px; position: absolute; bottom: 8px; right: 8px; letter-spacing: -0.05em; margin-bottom: 0!important;}
#Main ul.ResearchLinks li  a              { color: #fff !important; display: block; text-decoration: none; height: 100px; }
p.tagLine                     { margin: 20px 1px; text-transform: uppercase; font-size: 14px; color: #0fa1af; }
div.Researchcontent p a.SmallCTA            { display: inline !important; }


/*RESEARCH*/
ul#ResearchOpportunities              { margin: 5px 1px 20px 1px; list-style: none; text-transform: uppercase; font-size: 14px;  }
ul#ResearchOpportunities li             { display: inline; color: #70A137; padding: 0; border-bottom: 0; }
body.research li strong               { font-style: italic; }

/*CONTACT*/
div.Contact                     { clear: both; overflow: hidden; }
#ContactInfo                    { width: 300px; float: left; }
#MapHolder                      { width: 300px; float: right; margin-bottom: 40px; }
#MapCanvas                      { margin-top: 10px; border: 1px solid #b9b299; }
.contact-us #Main form div              { overflow: hidden; }
.contact-us #Main form div label.required     { display: block; float: none; background:#F5D2C1; border:1px solid #CD382B; color:#CD382B; margin-bottom:5px; padding:7px 5px; clear:both; overflow:auto;}
.contact-us #Main form div.text input,
.contact-us #Main form div.textarea textarea,
.contact-us #Main form div.email input
.contact-us #Main form div.dropdown select        { width: 288px; border: 1px solid #ccc; padding: 5px; margin-bottom: 10px; -webkit-appearance: none; }
.contact-us #Main form div.textarea textarea    { height: 122px; }
.Person .content p {
  font-size: 13px!important;
}

#ReportContent                    { background: #e8e5dc; padding-top: 20px; margin-bottom: -20px; overflow-y: hidden; padding-bottom: 40px; }
#ReportContent h1                 { margin: 0 20px 40px 20px; font-size: 22px; font-weight: 100; color: #b9b097; }
#ReportContent p                  { margin: 0 20px; }
#ReportContent #pdfHolder             { margin: 0 20px 0 19px; float: left; }
#ReportContent #pdfHolder a             { display: block; width: 218px; padding: 5px 10px; background: #fff; text-transform: uppercase; font-size: 12px; text-decoration: none; margin-top: 10px; }
#ReportContent #pdfHolder a:hover         { background: #f7f6f5; }
#ReportContent #Contents              { float: left; max-width: 320px; }
#ReportContent h2                 { font-size: 14px; color: #444; font-weight: normal; text-transform: uppercase; margin-bottom: 20px; }
#ReportContent ul                 { list-style: none; margin: 0; }
#ReportContent ul a                 { color: #000; text-decoration: none; display: block; }
#ReportContent ul li                { margin: 0; padding: 0; }
#ReportContent ul li a                { background: #b9b097; padding: 9px 10px; margin-bottom: 5px; width: 220px; font-size: 12px; }
#ReportContent ul li a:hover            { background: #7a725f; }
#ReportContent ul li a span,
#ReportHolder ul li a span              { float: right; }
#ReportContent ul ul                        { margin-top: -5px; display: none; }
#ReportContent ul ul li a             { background: #fff; margin-bottom: 0; padding: 8px 10px; }
#ReportContent ul ul li a:hover           { background: #bbb; }
#ReportContent p em                 { display: block; margin: 40px 0 20px 0px; padding-bottom: 20px; font-style: normal; }
em{
  font-style: italic;
}

#ReportHolder                   { background: #e8e5dc; padding: 20px 10px; overflow-y: hidden; }
#ReportHolder ul                  { margin: 0; list-style: none; }
#ReportHolder ul ul a                   { display: block; width: 216px; padding: 5px 10px; background: #fff; text-transform: uppercase; font-size: 12px; text-decoration: none; margin: 1px; }
#ReportHolder ul ul a:hover               { background: #f7f6f5; }
#ReportHolder ul ul li                { margin: 0; }
#ReportHolder ul li.report              { float: left; width: 238px; margin-right: 20px; margin-bottom: 40px; }



.publications #Main                 { width: 780px; margin-right: 0; }
.publications #Main div + p         {margin-bottom: 0;}
.publications #Main #Hero             { width: 780px; }
.publications #Main #Hero img           { width: 780px!important; }
.publications #Main #Hero p img           { width: auto!important; }
.masonry {margin-top: 10px;}
.Publication                    { background: #E8E5DC; margin-right: 10px; padding: 15px; margin-bottom: 10px; }
.publications .even                 { margin-right: 0; }
.Publication .photo                 { float: left; width: 100px; margin-right: 10px; }
.Publication .content               { float: left; width: 250px; }
.Publication .content p               { font-size: 13px!important; }
.Publication h2                   { color: #8cc53e!important; font-weight: normal; font-style: italic; }
.Publication a                    { color: #8cc53e!important; }
.Publication .SmallCTA                { font-size: 12px!important; }
.events_pdf_download                { color: #fff!important; background: #b9b299; text-decoration: none; text-transform: uppercase; padding: 5px;}
.events_pdf_download:hover              { background: #e8e5dc; color: #b9b299!important;  }

#calendar-sidebar h2 a, #calendar-sidebar h2 a:hover{
  color: #fff;
  text-decoration: none;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

nav#MainNavigation ul li ul.past-events-drop {
  display: none;
  left: 100%;
  top: -11px;
  position: absolute;
  background: #edeae2;
  width: 160px;
  box-shadow:inset 7px 0px 22px -6px #bab399;
  -moz-box-shadow:inset 7px 0px 22px -6px #bab399;
  -webkit-box-shadow:inset 7px 0px 22px -6px #bab399;
  padding-left: 5px;
}
nav#MainNavigation ul ul li:hover ul.past-events-drop, nav#MainNavigation ul ul li:hover .tri {
  display: block;
}
nav#MainNavigation ul.past-events-drop li {
  background: none !important;

}
nav#MainNavigation ul.past-events-drop li a{
  border-color: #e1ded7;
}
.tri{
  background: url('../images/pears-dropdown.png') no-repeat;
  height: 10px;
  width: 5px;
  position: absolute;
  left: 100%;
  top: 5px;
  display: none;
  z-index: 99999;
}
.toggle-pasteventsnav{
  background: url('../images/toggle-icon.png') no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 6px;
}
#SubNavigation .past-events{
  position: relative;
}
#NavBar ul li.open ul{
  display: block;
}
.open .toggle-pasteventsnav{
  background-position: 0px -13px;
}
.pasteventsnav{
  background: #e2dfd6;
}
.pasteventsnav li{
  background: none !important;
  border: none !important;
}
.drop > a {
  background: url('../images/drop.png') no-repeat right;
}
.drop:hover > a {
  background: none;
}
#Sidebar img{
  width: 100%;
  height: auto;
}
/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
#EventsPanel a.CTA.podcastlink{
  position: absolute;
  bottom: 0px;
  display: block;
}
li.twitter {
  margin: 7px 0 0;
  display: none !important;
}
#FooterNavigation li.twitter {
  display: block !important;
}
.panel {
  background: #FFF;
  padding: 10px;
  margin: 10px;

}
.pod-descr {
  float: left;
  width: 90%;
}
.pod-link {
  width: 10%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.event-date {
  color: #444444;
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #bcb49b;
}
.event-pod {
  padding: 15px 0;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}
.event-pod h3 {
  font-size: 15px;
  color: #444;
  font-weight: normal;
}
.event-pod h3 a {
  text-decoration: none;
  color: #444;
}
.pod-link a {
  width: 11px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  background: url(../images/pod-link.png);
}
.event-speak {
  font-size: 14px;
  color: #b9b297;
  padding-top: 14px;
}
#EditableDropdown8 {
  margin-bottom: 10px;
  width: 300px;
}
#Form_Form_EditableDropdown8 {
  width: 100%;
}
.caption-overlay {
  display: none !important;
}
.Publication {
  float: left;
}
.Publication.odd {
  margin-right: 0 !important;
}
#EditableTextField9 {
  display: none;
}
.ass-title {
  background: #b9b299;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  outline: none;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  padding: 5px;
  margin-bottom: 20px;
}
#FooterNavigation .toplink {
  margin-bottom: 15px;
}
.main-column{
  height: auto !important;
}
.report-item{
  min-height: 400px;
}
@media (max-width: 960px){
  .report-item{
    min-height: 530px;
  }
}
@media(max-width: 768px){
  .Publication {
    width: 100% !important;
    height: auto !important;
  }
  .report-item{
    min-height: 410px;
  }
}
#Main h2.publications-page {
  margin-bottom:0px;
}
#Main hr {
  margin-top:35px;
  margin-bottom:20px;
}
#Main h2 {
  font-size:24px;
}
#Main table.pub-page-column td, #Main table.pub-page-nr-column td {
  border-bottom:none;
}
#Main .pub-downloads ul {
  list-style-type: none;
  margin-left:0px;
}
#Main li.pub-download {
  padding-left:15px;
  width:200px;
  display: block;
  margin-top:5px;
}
#Main li.pub-download a {
  text-decoration: none;
  color: #000;
}
#Main li.pub-download.pub-download-French,li.language.nr-download-French {
  background-color: #739a8b;
}
#Main li.pub-download.pub-download-English,li.language.nr-download-English {
  background-color: #8bd0c4;
}
#Main li.pub-download.pub-download-Flemish,li.language.nr-download-Flemish {
  background-color: #ebd061;
}
#Main li.pub-download.pub-download-German,li.language.nr-download-German {
  background-color: #9ba35e;
}
#Main li.pub-download.pub-download-Dutch,li.language.nr-download-Dutch {
  background-color: #9d9fa1;
}
li.nr-title {
  margin-top:15px;
}
li.nr-title.nr-download-French {
  border:solid 1px #739a8b;
}
li.nr-title.nr-download-English {
  border:solid 1px #8bd0c4;
}
li.nr-title.nr-download-Flemish {
  border:solid 1px #ebd061;
}
li.nr-title.nr-download-German {
  border:solid 1px #9ba35e;
}
li.nr-title.nr-download-Dutch {
  border:solid 1px #9d9fa1;
}
.pub-thumbnail {
  margin-bottom: 10px;
}
#Main .national-report {
  max-width:145px;
  padding:5px;
  float:left;
}
#Main .national-report:first {
  padding-left:0px;
}
#Main .national-report:last {
  padding-right:0px;
}
.national-report h3 {
  font-size:18px;
}
.national-report p {
  padding-right:4px;
}
.national-report .nr-content {
  height:115px;
  overflow: hidden;
}
#Main .national-report ul {
  list-style-type: none;
  margin-left:0px;
  margin-top:25px;
}
#Main .national-report li.language {
  display: block;
  margin-top:5px;
}
#Main .national-report li {
  padding-left:20px;
  padding-right:20px;
}
#Main .national-report li a {
  text-decoration: none;
  color: #000;
}