@import url(front-page.css);
@import url(wysiwyg.css);
@font-face {
  font-family: 'roboto condensed';
  font-weight: normal;
  font-style: normal; }

html{
  font-size:inherit;
}

body,
#branding,
#header hgroup {
  padding: 0;
  margin: 0;
  font-family: 'roboto condensed', sans-serif; }
#header, #branding {
  position: relative;
  z-index: 110;
}
#logo {
  width: 100%; 
}

body.front #main-content {
  margin: 0;
  width: 100%;
  padding: 0; }

input.custom-search-box {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body #page-title,
body .block-title,
body .node-title {
  font-family: 'roboto condensed', sans-serif;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

#page.container {
  max-width: 1260px; }

.snw-b #site-name,
.ssw-b #site-slogan,
.ptw-b #page-title,
.ntw-b .node-title,
.ctw-b .comment-title,
.btw-b .block-title {
  font-weight: normal; }

a:link,
a:visited,
a:active,
a.active {
  /*color: #aaa;*/
  color: #8c1515;
 }

a:hover,
a.active:hover,
a:focus,
a.active:focus {
  color: #888;
  text-decoration: none; }

.url a{
    background: url('img/application-link.png') no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}
.pdf a{
   background: url('img/application-pdf.png') no-repeat;
   display: inline-block;
   width: 20px;
   height: 20px;
   text-indent: -9999px;
}

#page {
  background: none; }
  #page #content {
    overflow: hidden; }

#pagetitle{
	display:none;
}
/* admin styles */
/*
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	left: 96%;
}
 */
#main-content #block-system-main h3.ui-accordion-header {
  padding: .5em .5em .5em .7em; }

#main-content #block-system-main h3.ui-accordion-header a {
  color: #555; }

#main-content #block-system-main div.admin-panel h3 {
  color: #fffffc;
  padding-left: .5em; }

/***** Scrolling problem fix *****/
#page .block-inner {
  overflow: hidden; }

#page .block.position-center .block-inner,
#page .block.position-left .block-inner,
#page .block.position-right .block-inner {
  margin: 0; }

/* Slideshow border fix */
#block-views-feature-slideshow-block .block-inner .content,
#block-views-feature-slideshow-block .block-inner .content .view-feature-slideshow,
#block-views-feature-slideshow-block .block-inner .content .view-feature-slideshow .view-content,
#block-views-feature-slideshow-block .block-inner .content .view-feature-slideshow .view-content .flexslider {
  height: 100%; }

.view-feature-slideshow .flexslider {
  border-radius: 0; }

#block-views-feature-slideshow-block .views-field-edit-node {
  position: absolute;
  z-index: 100;
}
#block-views-feature-slideshow-block .views-field-edit-node a {
  padding: 5px 7px;
  margin-left: 5px;
  background-color: #333333;
  color: white;
}

/* MENU BAR */
#menu-bar #block-tb-megamenu-main-menu li.level-2 a,
#menu-bar #block-tb-megamenu-main-menu li.level-2 span.nolink {
  color: #777; }

#menu-bar #block-tb-megamenu-main-menu li.level-2 a:hover,
#menu-bar #block-tb-megamenu-main-menu li.level-2 span.nolink:hover {
  color: #333; }

#block-md-megamenu-2 {
  display: none; }

#page #menu-bar {
  float: none; }

body.desktop #menu-bar {
  margin-top: 8px; }

#menu-bar #block-tb-megamenu-main-menu {
  margin-bottom: 10px; }

#block-tb-megamenu-main-menu li.level-2 a {
  font-size: .9em;
  border: none;
  border-bottom: 1px solid #ccc; }

.tb-megamenu {
  background: none; }

/*** First Level Nav ***/
.tb-megamenu .nav > li > a {
  border-right: none;
  padding: 5px 10px; }

.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  margin-top: 14px; }

#menu-bar ul li a {
  display: block;
  font-weight: lighter; }

#menu-bar ul > li.tb-megamenu-item.level-1 > a.dropdown-toggle {
    display: inline-block;
}

/*** First Level Nav On Hover ***/
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background: #f6f6f6; }

  #block-tb-megamenu-main-menu ul.tb-megamenu-nav > li > div.tb-megamenu-submenu {
      opacity: 0;
  }
  #block-tb-megamenu-main-menu ul.tb-megamenu-nav > li.open > div.tb-megamenu-submenu {
      animation: fadeIn 0.5s ease;
      opacity: 1;
  }
  @keyframes fadeIn {
      0% {opacity: 0;}
      100% { opacity: 1;}
  }

/*** First Level Nav Active ***/
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background-color: #8c1515;
  border-color: transparent;
  color: #fff !important; }

/*** Sub Menu ***/
.tb-megamenu .dropdown-menu {
  position: relative;
  background: #f6f6f6;
  float: none;
  width: 200px;
  border: none;
  box-shadow: none; }

.tb-megamenu .dropdown-menu li > a {
  border-top: 1px solid #333; }

.tb-megamenu-item.level-2.mega {
  clear: both; }

.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
  background: none;
  color: #8c1515 !important; }

#menu-bar .level-2,
#menu-bar .level-3 {
  float: none; }

#menu-bar .level-2 .dropdown-menu {
  display: none !important; }

/* drop-down arrow styles */
#menu-bar .level-2 a:after {
  border: none; }

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666; }

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.tb-megamenu .nav li.dropdown.open .caret,
.tb-megamenu .nav li.dropdown.open.active .caret,
.tb-megamenu .nav li.dropdown.open a:hover .caret,
.tb-megamenu .nav li.dropdown.open a:focus .caret {
  border-top-color: #000;
  border-bottom-color: #000; }

  /*** TB Menu Menu Admin overrides***/
    body #tb-megamenu-admin{
      margin:0;
    }
    .tb-megamenu .icon-save,
    .tb-megamenu .icon-undo{
      display:none;
    }
    #tb-megamenu-admin li.tb-megamenu-item a{
      border: solid 1px #ddd;
    }
    #tb-megamenu-admin li.tb-megamenu-item.level-1.open{
      width: 800px;
    }
    #tb-megamenu-admin .tb-megamenu .mega > .mega-dropdown-menu{
      width: 100%;
      padding: 0px;
    }
    #tb-megamenu-admin li.tb-megamenu-item .mega-dropdown-inner{
      padding: 10px;
      min-width: 100px;
    }
    #tb-megamenu-admin .tb-megamenu .dropdown-submenu > .dropdown-menu{
      margin:0;
      left:0;
    }

/*************** Re-usable Link Button Styles **********/
.red-button a {
  background: #8c1515;
  padding: 10px;
  text-align: center;
  color: #fff; }

/*************** HEADER ***************/
#header {
  background: none; }

#header .header-inner {
  background: none; }

ul.sf-menu.sf-style-default li:hover,
ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default li.active a,
ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover,
ul.sf-menu.sf-style-default a:active,
ul.sf-menu.sf-navbar.sf-style-default li li {
  background: none; }

/*************** Social Links Block ***************/
#block-menu-block-2 {
  padding: 10px 0;
  display: none; }

#block-menu-block-2 .menu {
  margin: 0; }

#block-menu-block-2 .menu li {
  display: inline-block; }

#block-menu-block-2 .menu li a {
  width: 28px;
  height: 28px;
  border: 1px solid #bbb;
  margin-right: 10px;
  text-indent: -9999px;
  display: inline-block; }

#block-menu-block-2 .menu li a:hover {
  border: 1px solid #999; }

.social-facebook {
  background: url("img/facebook.png") no-repeat 0 0; }

.social-google {
  background: url("img/google.png") no-repeat 0 0; }

.social-twitter {
  background: url("img/twitter.png") no-repeat 0 0; }
  
.social-youtube {
  background:   url("img/youtube.png") no-repeat 0 0; }
  
/*************** Mobile Social links ***************/
/* hidden on all widths (overrides on ) */
#block-menu-block-5 {
  padding: 0;
  width: 100%; }

#block-menu-block-5 .block-inner {
  margin: 0; }

#block-menu-block-5 ul {
  margin-bottom: 10px;
  text-align: center; }

#block-menu-block-5 ul li {
  width: 100%;
  text-align: center; }

#block-menu-block-5 ul li a {
  text-transform: none;
  font-family: roboto, sans-serif;
  color: #666;
  background: none; }

/*************** Search Block ***************/
#block-search-form {
  display: none; }

#block-search-form #edit-search-block-form--2 {
  height: 30px;
  border: 1px solid #bbb;
  border-radius: 0;
  padding: 0 35px 0 5px;
  background: #fff;
  color: #bbb;
  font-family: 'roboto condensed', sans-serif;
  width: 180px; }

#block-search-form {
  position: relative; }

#block-search-form #edit-submit,
#search-block-form .form-submit {
  height: 30px;
  width: 28px;
  border: none;
  text-indent: -9999px;
  background: none;
  background: url("img/search.png") no-repeat 0 0;
  position: absolute;
  top: 2px;
  right: 0px; }

/*************** MAIN-CONTENT ***************/
.page-node-9 #page-title {
  display: none; }

#main-content #page-title {
  margin: 15px 0 10px 0;
  color: #333; }

.block-title {
  background: none;
  color: #333; }

.red-block .block-title {
  color: #fff; }

.red-block .flexslider span {
  color: rgba(255, 255, 255, 0.5); }

.red-block .flexslider p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  font-size: .9em; }

.red-block a {
  color: #fff; }

/**** PAGERS ****/
.red-block .flex-control-paging li,
.plain .flex-control-paging li,
.grey-block .flex-control-paging li {
  margin: 0 8px; }

.red-block .flex-control-paging li a,
.plain .flex-control-paging li a,
.grey-block .flex-control-paging li a {
  height: 9px;
  width: 9px; }

.red-block .flex-control-paging li a {
  background: none repeat scroll 0 0 white; }

.red-block .flex-control-paging li a:hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8); }

.red-block .flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 black; }

.plain .flex-control-paging li a {
  background: #000; }

.plain .flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.8); }

.plain .flex-control-paging li a.flex-active {
  background: #8c1515; }

.grey-block .flex-control-paging li a {
  background: #fff; }

.grey-block .flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.8); }

.grey-block .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.5); }

.red-block .date-display-single,
.grey-block .date-display-single {
  color: rgba(255, 255, 255, 0.75); }

.red-block .date-display-single {
  font-size: .9em; }

.poverty-news-slide-title {
  line-height: 1em; }

.date-display-single {
  color: #000; }

/* Previous-Next Arrows */
.flexslider .flex-direction-nav a{
	color: #000000 !important;
	height:50px;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
}
.flexslider .flex-direction-nav a:hover{
	opacity: .8;
}

/*************** Slideshow ***************/
#main-content #block-views-feature-slideshow-block .view {
  padding: 0; }

.view-feature-slideshow .flexslider {
  border: none;
  box-shadow: none; }

.view-feature-slideshow .flexslider .caption-wrapper {
  position: absolute;
  bottom: 0;
  width: 50%;
  background: #333;
  overflow: hidden;
  padding: 15px 0px 40px; }

.view-feature-slideshow .flexslider .views-field-field-caption {
  position: absolute;
  visibility: hidden; }

#block-views-feature-slideshow-block {
  padding: 0; }

#block-views-feature-slideshow-block .block-inner {
  padding: 0; }

#main-content .flexslider {
  margin: 0; }

.flexslider .views-field-title {
  width: 100%;
  background: #333;
  text-align: center;
  font-size: 24px; }

.flexslider .views-field-title a {
  color: #ddd; }

.flexslider .views-field-field-caption {
  width: 100%;
  color: #B5B5B5;
  text-align: center;
  position: absolute;
  font-size: 12px;
  padding: 5px 0 0;
  line-height: 1.6em; }

#block-views-feature-slideshow-block .flexslider .flex-control-nav {
  z-index: 99;
  bottom: 0;
  width: 50%;
  pointer-events: 'svg'; }

/*************** SIDEBARS ***************/
#columns .region .block-title {
  margin-bottom: 16px; }

/*************** Mobile submenu ***************/
.region-breadcrumbs .block {
  padding: 0;
  margin: 0; }

.region-breadcrumbs .block-title {
  background: #333;
  padding: 4px 14px;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'roboto condensed', sans-serif;
  margin: 0; }

.region-breadcrumbs .block .menu {
  margin: 1%; }

.region-breadcrumbs .block .menu li {
  background: #ddd;
  margin: 1%;
  padding: 10px 0;
  display: inline-block;
  width: 98%; }

.region-breadcrumbs .block .menu li a {
  color: #333;
  font-size: 22px;
  font-family: 'roboto condensed', sans-serif;
  padding: 0 12px; }

/*************** Breadcrumbs ***************/
#breadcrumb {
  background: #333; }

#breadcrumb #crumbs {
  padding: 4px 14px; }

#breadcrumb #crumbs a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7em; }

/* only show first breadcrumb */
#breadcrumb .crumb {
  display: none; }

#breadcrumb .crumb-first {
  display: block; }

#breadcrumb .crumb-first.open {
  background: url("img/down-arrow-w.png") no-repeat 98% center; }

#breadcrumb .crumb-first.closed {
  background: url("img/arrow-w.png") no-repeat 98% center; }

/*************** Region Sidebar-first Styles ***************/
/* hidden on all widths (override found in responsive.desktop.css) */
/*
#columns .region-sidebar-first {
    display:none;
}
*/
#columns .region-sidebar-first {
  margin: 0; }

.sidebar-first #content-column {
  width: 100%; }

.sidebar-first #content-column .content-inner {
  margin: 0; }

.sidebar-first #content-column .content-inner #main-content #block-system-main {
  padding: 0; }

/*************** Sidebar Navigation ***************/
#block-menu-block-3,
#block-menu-block-14 {
  padding: 0;
  width: 100%;
  margin: 0; 
}

#block-menu-block-3 .block-title {
  text-transform: uppercase;
  color: #fff;
  background: #333;
  padding: .5em 4%; 
  }
  
#block-menu-block-14 .block-title {
  display: none;
}

#page .region-sidebar-first ul.menu {
  margin: 0; }

#page .region-sidebar-first ul.menu li {
  display: block;
  margin: .3em 0;
  font-size: 1em; }

#page .region-sidebar-first ul.menu li a,
#page .region-sidebar-first ul.menu li span.nolink {
  background: #ddd; }

#page .region-sidebar-first ul.menu li ul a,
#page .region-sidebar-first ul.menu li ul span.nolink {
  background: none; }

#page .region-sidebar-first ul.menu li.expanded a,
#page .region-sidebar-first ul.menu li.expanded span.nolink,
#page .region-sidebar-first ul.menu li.expanded.open a,
#page .region-sidebar-first ul.menu li.expanded.open span.nolink {
  background: url(img/arrow-grey-down.png) no-repeat 94% center #dddddd; }

#page .region-sidebar-first ul.menu li.expanded.menu-depth-3 span.nolink,
#page .region-sidebar-first ul.menu li.expanded.menu-depth-3.open span.nolink {
  background: none;
  padding: 0; }

#page .region-sidebar-first ul.menu li.expanded.closed a,
#page .region-sidebar-first ul.menu li.expanded.closed span.nolink {
  background: url(img/arrow-grey.png) no-repeat 94% center #dddddd; }

#page .region-sidebar-first ul.menu li.active-trail a {
  background: #8c1515; }

#page .region-sidebar-first ul.menu li.active-trail.expanded a {
  background: url(img/down-arrow-w.png) no-repeat 94% center #8c1515; }

#page .region-sidebar-first ul.menu li.active-trail.expanded.closed a {
  background: url(img/arrow-w.png) no-repeat 94% center #8c1515; }

#page .region-sidebar-first ul.menu li.expanded {
  padding-bottom: 0; }

#page .region-sidebar-first ul.menu li.active-trail.expanded a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail.expanded span.nolink,
#page .region-sidebar-first ul.menu li.active-trail.expanded.open a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail.expanded.open span.nolink {
  background: url(img/down-arrow-w.png) no-repeat 94% center #8c1515; }

#page .region-sidebar-first ul.menu li.active-trail.expanded a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail.expanded span.nolink,
#page .region-sidebar-first ul.menu li.active-trail.expanded.open a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail.expanded.open span.nolink {
  background: url(img/down-arrow-w.png) no-repeat 94% center #8c1515; }

#page .region-sidebar-first ul.menu li.active-trail.expanded.closed a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail.expanded.closed span.nolink {
  background: url(img/arrow-w.png) no-repeat 94% center #8c1515; }

#page .region-sidebar-first ul.menu li.active-trail a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail span.nolink {
  background: #8c1515; }

#page .region-sidebar-first ul.menu li.menu-depth-3 a.active-trail,
#page .region-sidebar-first ul.menu li.menu-depth-3 span.nolink {
  background: none !important; }

#page .region-sidebar-first ul.menu li.active-trail a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail span.nolink {
  color: #fff; }

#page .region-sidebar-first ul.menu li.active-trail li.menu-depth-3 a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail li.menu-depth-3 span.nolink {
  color: #666; }

#page .region-sidebar-first ul.menu li.active-trail li.menu-depth-4 a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail li.menu-depth-4 span.nolink {
  color: #aaa; }

#page .region-sidebar-first ul.menu li.active-trail.expanded ul.menu li a,
#page .region-sidebar-first ul.menu li.active-trail.expanded ul.menu li span.nolink {
  /* 		color: #333; */ }

#page .region-sidebar-first ul.menu li.active-trail.expanded ul.menu li.active-trail a.active-trail,
#page .region-sidebar-first ul.menu li.active-trail.expanded ul.menu li.active-trail span.nolink {
  color: #8c1515; }

#page .region-sidebar-first #block-menu-block-3 ul.menu li ul li a,
#page .region-sidebar-first #block-menu-block-14 ul.menu li ul li a,
#page .region-sidebar-first #block-menu-block-23 ul.menu li ul li a {
  background: none; }

#page .region-sidebar-first ul.menu li.active-trail ul li {
  background: none; }

#page .region-sidebar-first ul.menu li.active-trail ul li a.active {
  color: #8c1515; }

#page .region-sidebar-first ul.menu li a,
#page .region-sidebar-first ul.menu li span.nolink {
  width: 92%;
  color: #333;
  padding: .5em 4%;
  letter-spacing: .5px;
  display: inline-block; }

#page .region-sidebar-first ul.menu li span.nolink {
  cursor: default; }

#page .region-sidebar-first ul.menu li ul {
  background: #fff;
  padding: 0 6%;
  width: 88%; }

#page .region-sidebar-first ul.menu li.menu-depth-4 {
  margin: 0;
  margin-top: 5px; }

@media (max-width: 1025px) {
  #page .region-sidebar-first ul.menu {
    display: none; }

  #page .region-sidebar-first ul.menu li ul {
    display: none; } }
#page .region-sidebar-first ul.menu li ul li {
  background: none;
  margin: 1em 0;
  font-size: .96em; }

#page .region-sidebar-first ul.menu li ul li a,
#page .region-sidebar-first ul.menu li ul li span.nolink {
  color: #666;
  padding: 0; }

#page .region-sidebar-first ul.menu li ul li a:hover,
#page .region-sidebar-first ul.menu li ul li span.nolink:hover {
  color: #333; }

#page .region-sidebar-first ul.menu li ul li.menu-depth-4 a,
#page .region-sidebar-first ul.menu li ul li.menu-depth-4 span.nolink {
  color: #aaa; }

#page .region-sidebar-first ul.menu li ul li.menu-depth-4 a:hover,
#page .region-sidebar-first ul.menu li ul li.menu-depth-4 span.nolink:hover {
  color: #888; }
  
#page .region-sidebar-first #block-menu-block-16 .block-inner {
    padding: 0;
 }
#page .region-sidebar-first #block-menu-block-16 .block-inner .menu-depth-3 > a {
    background: none;
}

#page .region-sidebar-first #block-menu-block-16,
#page .region-sidebar-first #block-menu-block-17,
#page .region-sidebar-first #block-menu-block-23 {
    width: 100%;
 }
 
#page .region-sidebar-first #block-menu-block-17 .block-inner {
    padding: 0;
 }
 
 #page .region-sidebar-first #block-menu-block-3 .block-inner,
 #page .region-sidebar-first #block-menu-block-14 .block-inner,
 #page .region-sidebar-first #block-menu-block-18 .block-inner,
 #page .region-sidebar-first #block-menu-block-23 .block-inner {
     background: none;
     padding: 0;
 }

 #page .region-sidebar-first #block-menu-block-18 .block-inner .menu-depth-3 > a,
 #page .region-sidebar-first #block-menu-block-18 .block-inner .menu-depth-4 > a,
 #page .region-sidebar-first #block-menu-block-18 .block-inner .menu-depth-5 > a {
     background: none;
 }

/*************** Footer ***************/
#block-block-2 {
  background: #ccc; }

#back-to-top {
  background: #8c1515 url("img/up-arrow-w.png") no-repeat 85%;
  padding: 5px 30px 5px 15px;
  text-align: center;
  color: #fff; }

#block-menu-accountmenu {
  display: none; }

#block-menu-block-7 {
  display: none; }

#footer-inner {
  min-height: 0; }

#footer .block {
  margin-bottom: 0; }

#footer {
  background: #181818;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#181818), to(#343434));
  background-image: -moz-linear-gradient(-90deg, #181818, #343434);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#181818', endColorstr='#343434')";
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#181818,endColorstr=#343434,GradientType=0);
  color: #fff;
}
body.ie9 #footer {
  filter: none;
  background: none;
}
#footer a {
  color: #fff;
}

#block-block-16 {
    width: 100%; 
}

/*********** Research Area Block *******/
.view-research-groups-block .views-field-field-taxonomy-icon .field-content {
  min-width: 20px;
  min-height: 20px;
  display: inline-block; }

/*********** Research Group Pages *******/
.view-research-area-category .views-field-edit-node {
  float: right; }

.view-research-area-category .views-row {
  margin: 30px 0; }

.view-research-area-category .views-row.first {
  margin-top: 0; }

.view-research-area-category .views-row.last {
  margin-bottom: 0; }

.view-research-area .views-field-field-research-group-image {
  float: right;
  margin-left: 30px; }

.research_group_slideshow {
  width: 300px;
  margin-left: 30px !important;
  float: right;
  box-shadow: none;
  margin-bottom: 36px !important; }

@media and screen(max-width: 400px){
	.research_group_slideshow {
		display: block;
    	width: 100%;
    }
}

.research_group_slideshow .rg_caption {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  bottom: 0;
  padding: 0 10px;
  line-height: 2em;
  background-color: rgba(0, 0, 0, 0.6);
  color: white; }
/*** Research Pages General Styling ***/
div.item-list ul.pager li,
div.item-list ul.pager li.pager-current {
  border: none;
}
.views-field.views-field-nothing ul {
    list-style: none;
    margin: 0px;
}
.views-field.views-field-nothing {
    min-width: 45px;
}
div.item-list ul.pager li:hover,
div.item-list ul.pager li:focus {
  border: none;
}
td.views-field.views-field-nothing-1 div[id*="research-group-article-num-"] {
    display: none;
}
.view-research-area-media-results td.views-field.views-field-nothing-1 {
    display: none;
    border: none;
}
.view-research-area-media-results tr {
    border-right: none;
}
.view-research-area-media-results td.views-field-nothing ul{
    display: flex;
    justify-content: center;
}
.view-research-area-media-results td.views-field-nothing li{
    display: inline-block;
}
.view-research-area-media-results td.views-field-title {
    width: 55%;
}
/******** Pathways Nodes ************/
.node-pathways-top-section ul {
  list-style-position: inside; }

.field-name-field-cover-image {
  float: left;
  margin-right: 20px; }

.field-name-field-cover-image img {
  box-shadow: 1px 3px 15px #333; }

.pathways-table-of-contents {
  clear: both; }

.pathways-table-of-contents .article {
  margin-left: 20px; }

.pathways-table-of-contents .section-title {
  color: #990000;
  margin-bottom: 0;
}
.pathways-table-of-contents .article .article-title {
  margin-top: 8px;
}
.pathways-table-of-contents .article-author {
  font-size: 90%;
}
.pathways-table-of-contents .article-description {
  font-style: italic;
  font-size: 90%;
}
.section-publications .field-type-image figure {
  border: none;
}
/******** Interior Page Styling ********/
#main-content #block-system-main .block-inner {
  padding: 0; }

#main-content #block-system-main {
  color: #666;
  margin-bottom: 0; }
#main-content #block-system-main .block-inner {
  color: #888;
  margin-bottom: 0; }
#main-content #block-system-main h2 {
  color: #333333; }

#main-content #block-system-main p {
  color: #888888;
  font-size: .95em; }
  /*font-size: .95em; */


#main-content #block-system-main a {
  color: #8c1515; }

#main-content #block-system-main a:hover {
  opacity: .8; }

#main-content #block-system-main h3 {
  color: #555;
  padding: 0;
  font-size: 1.2em; }

/* Working Pages Styles */
#main-content #block-system-main .view-working-papers {
  font-size: .95em; }

.view-working-papers .views-row {
  padding: 10px 10px 20px 10px;
  margin-bottom: 10px; }

.view-working-papers .views-row-even {
  background: #f6f6f6; }

.view-working-papers .views-field-title {
  clear: both; }

.view-working-papers .views-field-title a {
  font-size: 1.2em; }

#main-content #block-system-main .view-working-papers .views-field-field-sub-title {
  color: #333; }

.view-working-papers .views-field-field-teaser {
  margin: 8px 0; }

.view-working-papers .views-field-field-author,
.view-working-papers .views-field-field-media-editor,
.view-working-papers .views-field-field-key-issues,
.view-working-papers .views-field-field-research-area,
.view-working-papers .views-field-field-publication-date {
  font-size: .8em; }

.view-working-papers .views-field-field-author .field-content,
.view-working-papers .views-field-field-media-editor .field-content,
.view-working-papers .views-field-field-key-issues .field-content,
.view-working-papers .views-field-field-research-area .field-content,
.view-working-papers .views-field-field-publication-date .field-content {
  display: inline; }

.view-working-papers .views-field-field-author {
  display: inline; }

.view-working-papers .views-field-field-key-issues,
.view-working-papers .views-field-field-research-area,
.view-working-papers .views-field-field-publication-date {
  float: right;
  font-style: italic;
  clear: right; }

#main-content #block-system-main .view-working-papers .views-field-field-author,
#main-content #block-system-main .view-working-papers .views-field-field-media-editor {
  color: #888; }

#main-content #block-system-main .view-working-papers .views-field-field-key-issues,
#main-content #block-system-main .view-working-papers .views-field-field-publication-date {
  color: #aaa; }

#main-content #block-system-main .view-working-papers .views-field-field-key-issues a {
  color: #aaa; }

/***** News And Events *****/
.node .frame img {
  padding: 0 20px; }

body.section-center-news-events .featuredinset h5 a {
  font-size: 1.4em; }

body.section-center-news-events .featuredtext ul li {
  margin-left: 140px; }

/*** News Events Pages ***/
#node-6179 ul {
  margin-left: 0;
  padding-left: 20px;
}
/*** Inequality News ***/
.page-node-6197 #main-content .node {
  margin-bottom: 0;
}
.page-node-6197 .node .node-content {
  margin: 0;
}
.page-node-6197 .block-inner {
  padding-top: 0;
  padding-left: 0;
}
.page-node-6197 ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.page-node-6197 .views-row-odd {
  background-color: #efefef;
}
.page-node-6197 li a {
  color: #8c1515;
}
.page-node-6197 li a:hover {
  opacity: .8;
}
.poverty-news-title {
  font-size: 20px;
  margin-top: 0;
}
.page-node-6197 .views-field-field-publication-date,
.page-node-6197 .date-display-single {
  font-size: 14px;
}
.page-node-6197 .field-content p {
  font-size: 16px;
}
.page-node-6197 .views-label-body {
  display: none;
}
/*.page-node-6197 .links {
  float: none;
}*/
/***** Weblinks *****/
.field-name-taxonomy-weblinks {
  display: none; }

#main-content {
  width: 94%;
  padding: 0 3%; }

#block-system-main {
  width: 100%; }

#main-content #block-system-main .weblinks a.fieldset-title {
  color: #333333; }

#main-content #block-system-main .node-header .node-title a {
  color: #333; }

#main-content #block-system-main .weblinks a {
  color: #8c1515; }

/***** Internal Board Page *****/
.view-id-cpi_directory_ .views-row,
.view-cpi-directory-person  .views-row {
  padding-bottom: 2em;
  min-height: 180px; }

.view-id-cpi_directory_ .views-field-picture,
.view-cpi-directory-person .views-field-field-person-image
 {
  float: left;
  height: 176px;
  width: 145px;
  margin-right: 1.2em;
  margin-bottom: 1.2em;
  background: #eee;
  overflow: hidden; 
}

.view-id-cpi_directory_ .views-field-picture .field-content {
  text-align: center; }

.view-id-cpi_directory_ .views-field-name ,
.view-cpi-directory-person .views-field-title
{
  font-size: 2em; }

#main-content #block-system-main .view-id-cpi_directory_ .views-field-name a ,
#main-content #block-system-main .view-cpi-directory-person .views-field-title a {
  color: #333; }

.view-id-cpi_directory_ .views-field-uid,
.view-id-cpi_directory_ .views-field-field-cv-url,
 .view-cpi-directory-person  .views-field-field-person-cv-url
 {
  float: right;
  padding: 0 .25em;
  font-size: .9em; }

.view-id-cpi_directory_ .views-field-field-institution-organization,
.view-cpi-directory-person  .views-field-field-person-institution  {
  display: inline-block;
  margin-bottom: .2em;
  color: #8c1515;
  clear: both; }

.view-id-cpi_directory_ .views-field-field-department {
  margin-left: .5em;
  padding-left: .5em;
  border-left: 1px solid #ccc;
  display: inline-block; }

.view-id-cpi_directory_ .views-field-field-user-title,
.view-cpi-directory-person .views-field-field-person-title {
  font-size: .9em;
  margin: .8em; }

.view-id-cpi_directory_ .views-field-field-research-interests ,
.view-cpi-directory-person .views-field-field-person-research-interests{
  font-size: .8em;
  width: 60%;
  margin-left: .5em;
  border-left: 1px solid #ccc;
  padding-left: .5em;
  display: inline-block; }

/* mobile social menu*/
#block-menu-menu-mobile-buttons {
  width: auto;
  display: inline-block; }

#block-menu-menu-mobile-buttons .block-inner {
  margin: 0;
  padding: 0; }

#block-menu-menu-mobile-buttons ul {
  margin: 0; }

#block-menu-menu-mobile-buttons ul li {
  display: inline-block; }

#block-menu-menu-mobile-buttons ul li.last {
  margin-right: 7px; }

#block-menu-menu-mobile-buttons ul li .nolink {
  display: inline-block;
  text-indent: -9999px;
  height: 30px;
  width: 30px;
  margin: 10px; }

#block-menu-menu-mobile-buttons #search {
  background: url("img/search-icon.png") no-repeat;
  background-size: cover;
  opacity: .5; }

#block-menu-menu-mobile-buttons #social {
  background: url("img/share-icon.png") no-repeat;
  background-size: cover;
  margin-left: 0;
  opacity: .5; }

#mobile-menu-button {
  opacity: .5; }

#block-menu-menu-mobile-buttons #search.open,
#block-menu-menu-mobile-buttons #social.open,
#mobile-menu-button.open {
  opacity: 1; }

/* search */
#block-custom-search-blocks-1 {
  display: none; }

#block-custom-search-blocks-1 .block-inner {
  margin: 0; }

#block-custom-search-blocks-1 .search-form {
  margin: 0; }

#block-custom-search-blocks-1 #edit-custom-search-blocks-form-1--2 {
/*  background: #ddd;
  border-radius: 20px 20px 20px 20px;
  border: 0;
  color: #333;
  padding: 5px 0px;
  margin: 0 5%;
  width: 90%; */
  background: #eee;
  border: 0;
  color: #333;
  padding: 5px 0px 5px 8px;
  margin: 0 5%;
  width: 87%;
  height: 20px;
}

#block-custom-search-blocks-1 #edit-submit--2,
#block-custom-search-blocks-1 #edit-submit--4 {
  width: 20px;
  height: 20px;
  background: url("img/search-icon.png") no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 15px;
  right: 7%;
}
.android #block-custom-search-blocks-1 #edit-submit--2 {
  top: 17px;
}
.page-search-node #tasks a {
  font-size: 13px;
}
/* everything for the static menus */
#block-tb-megamenu-main-menu {
  width: 100%; }

#menu-bar ul.tb-megamenu-nav.level-0 {
  float: right; }

/* fixing the li width */
#menu-bar ul.tb-megamenu-nav.level-0 [data-id="620"] {
  width: calc(4.8em + 40px); }

#menu-bar ul.tb-megamenu-nav.level-0 [data-id="621"] {
  width: calc(4.9em + 40px); }

#menu-bar ul.tb-megamenu-nav.level-0 [data-id="622"] {
  width: calc(7.2em + 40px); }

#menu-bar ul.tb-megamenu-nav.level-0 [data-id="623"] {
  width: calc(2.4em + 40px); }

#menu-bar ul.tb-megamenu-nav.level-0 [data-id="626"] {
  width: calc(2.4em + 40px); }

#menu-bar ul.tb-megamenu-nav.level-0 [data-id="613"] {
  width: calc(3em + 40px); }

#menu-bar ul.tb-megamenu-nav.level-0 [data-id="2489"] {
  width: calc(7.2em + 40px); }

/* setting width on interior submenu */
#menu-bar .tb-megamenu-submenu {
  width: 1260px; }

/* moving over submenu to be flush with content */
#menu-bar [data-id="620"] .tb-megamenu-submenu {
  left: calc(-1260px + 635px); }

#menu-bar [data-id="621"] .tb-megamenu-submenu {
  left: calc(-1260px + 85px + 27em); }

#menu-bar [data-id="622"] .tb-megamenu-submenu {
  left: calc(-1260px + 45px + 22.2em); }

#menu-bar [data-id="623"] .tb-megamenu-submenu {
  left: calc(-1260px + 5px + 15em); }

#menu-bar [data-id="626"] .tb-megamenu-submenu {
  left: calc(-1260px - 35px + 12.6em); }

#menu-bar [data-id="613"] .tb-megamenu-submenu {
  left: calc(-1260px - 75px + 10.2em); }

/*#menu-bar [data-id="2489"] .tb-megamenu-submenu{
    left: calc(-1260px + 40px + 7.2em);
}*/
/*** Front Page Statistics Feature ***/
#block-views-statistics-feature-block table {
  color: white; }
.view-statistics-feature td,
.view-statistics-feature tr{
  border:none;
}
/* Quote styling */

.quote-wrapper {
  border: 3px solid #ddd;
  text-align: center;
  padding: 7px;
  margin: 12px 0; }

.quote {
  padding: 0 1.5em;
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}


/*** Research Group Featured Example Buttons ***/
#block-views-featured-example-block {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px; }
  #block-views-featured-example-block .block-inner {
    padding: 0;
    margin-right: 0; }
  #block-views-featured-example-block .content {
    padding: 15px;
    background-color: #ddd; }
  #block-views-featured-example-block .featured-examples-buttons {
    /*display: flex;*/
    display: inline-block;
    margin-top: 20px;
    width: 100%; }

/* Temp styles start */
/* Hidding affiliates button and adjusting button widths to make up for less buttons */
#block-views-featured-example-block .featured-examples-button-links:nth-of-type(3) {
    display: none;
}
#block-views-featured-example-block .featured-examples-buttons a {
  width: 23.8%;
}
/* Temp styles end */

  #block-views-featured-example-block .featured-examples-button-links {
    /*width: 19.2%;*/
    width: 18.7%;
    min-height: 70px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-right: 1%;
    padding: 0 8px;
    border-radius: 5px;
    box-shadow: 0 2px 0 1px #999999, 0 0 0 1px #999999;
    margin-bottom: 10gpx; }
    /*.safari #block-views-featured-example-block .featured-examples-button-links,
    .ie9 #block-views-featured-example-block .featured-examples-button-links {
    width: 18.7% }*/
  #block-views-featured-example-block .featured-examples-button-links:nth-of-type(5) {
    margin-right: 0; }
  #block-views-featured-example-block .featured-examples-button-links:hover {
    background-color: #eeeeee; }
  #block-views-featured-example-block .featured-examples-button-links:active {
    margin-top: 2px;
    margin-bottom: 0;
    box-shadow: 0 0 0 1px #999999; }
  #block-views-featured-example-block .featured-examples-button-links h3 {
    color: #8c1515;
    font-size: 18px;
    padding: 0;
    margin-top: 15px;
    line-height: 15px; }
  #block-views-featured-example-block .featured-examples-button-links p {
    font-size: 14px; }

/*** Research Group Featured Examples ***/
#block-views-9ee3629075cd9b150c7a2b319bfbdae9,
#block-views-d80ff81d2077ec92290563e2f2c78d31,
#block-views-research-area-affiliates-block,
#block-views-1f2d2b7bf91cb570ffbeec1c0e84b7bf,
#block-views-e8287287d2ce093667ac312fdf6c4985 {
  width: 100%;
  border-bottom: 5px solid #dddddd; }
  #block-views-9ee3629075cd9b150c7a2b319bfbdae9 .block-inner,
  #block-views-d80ff81d2077ec92290563e2f2c78d31 .block-inner,
  #block-views-research-area-affiliates-block .block-inner,
  #block-views-1f2d2b7bf91cb570ffbeec1c0e84b7bf .block-inner,
  #block-views-e8287287d2ce093667ac312fdf6c4985 .block-inner {
    padding: 20px 0;
    margin-right: 0; }
  #block-views-9ee3629075cd9b150c7a2b319bfbdae9 .block-title,
  #block-views-d80ff81d2077ec92290563e2f2c78d31 .block-title,
  #block-views-research-area-affiliates-block .block-title,
  #block-views-1f2d2b7bf91cb570ffbeec1c0e84b7bf .block-title,
  #block-views-e8287287d2ce093667ac312fdf6c4985 .block-title {
    background-color: #8c1515;
    color: #ffffff;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px; }
  #block-views-9ee3629075cd9b150c7a2b319bfbdae9 .view-empty,
  #block-views-d80ff81d2077ec92290563e2f2c78d31 .view-empty,
  #block-views-research-area-affiliates-block .view-empty,
  #block-views-1f2d2b7bf91cb570ffbeec1c0e84b7bf .view-empty,
  #block-views-e8287287d2ce093667ac312fdf6c4985 .view-empty {
    padding: 0 20px; }

/*** iframe Trend Data ***/
#trend-data-iframe {
  border: none;
  border-top: 4px solid #dddddd;
  border-bottom: 4px solid #dddddd; }

/** Override styles from bootstrap on the income segregation pages **/
.section-income-segregation-maps #tb-megamenu-main-menu .collapse,
.section-income-segregation-map-index #tb-megamenu-main-menu .collapse {
  display: block; }

.section-income-segregation-maps .container,
.section-income-segregation-map-index .container{
  padding: 0;
}
body.section-income-segregation-maps,
body.section-income-segregation-map-index,
.section-income-segregation-maps .dropdown-menu,
.section-income-segregation-map-index .dropdown-menu{
  font-size:inherit;
}
.section-income-segregation-maps .info-window {
    height: inherit !important;
    border: 1px solid #cccccc;
}

/*** Event Template Styling ***/
#main-content #page-title {
	margin-bottom: 5px;
}
.node-news {
  margin-bottom: 10px;
}
.node-news .node-content {
  margin-top: 0;
}
.field-name-field-publication-date,
.field-name-field-category,
.field-name-field-resource-url {
  margin-bottom: 10px;
  font-size: 13px;
}
.field-name-body {
	margin-bottom: 10px;
}
.field-name-body p {
	margin-top: 0;
}
.print_html a,
.print_pdf a {
  font-size: 13px;
}
.print_pdf a {
  border-right: 1px solid #8c1515;
  padding-right: 6px;
}
/*** Table Styling ***/
td, tr {
  border-right: 1px solid #eee;
}
td:last-child, tr:last-child {
  border-right: none;
}
.throbber {
  top: 4px;
  left: 4px;
  position: relative;
}

/*** Publications Page ***/
.section-our-publications h2 {
  font-size: 1.3em;
  margin-bottom: 0;
}
.section-our-publications #pagetitle h1 {
  border-bottom: 3px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.section-our-publications p {
  font-size: 14px;
}
/*** Podcasts Page ***/
video[name="media"] {
  top: 39px;
}
audio.podcasts {
    margin-top: 10px;
}
/*** Pathways Magazine ***/
.view-pathways .field-content {
    font-size: 1.1em;
    line-height: 1.2em;
    padding: .3em 0;
    display: block;
}
.view-pathways .views-row {
    width: 30%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0;
}
@media (max-width: 480px){
	body .view-pathways .views-row {
    	width: 100%;
    	margin: 20px 0;
	}
}

/*p[id*="dyn_affil_picture_left_div_"],
img[id*="dyn_affil_picture_"] {
  display: inline-block;
  vertical-align: top;
}
div[id*="dyn_affil_links_right_div_"],
div[id*="dyn_affil_center_div_"] {
  display: inline-block;
}*/

/*** IE9 Menu hack to remove blue background when li is active DON'T REMOVE!! ***/
/*.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a ,
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover
{
    background-color: transparent !important;
    background-image: none !important;
    filter: alpha(opacity=100);
}
*/

/*** block overrides for blocks that are being forced hidden by TB mega-menu inline styles  ***/
.tb-megamenu-block div#block-block-3 {
    height: 230px !important;
    padding-left: 40px;
    padding-top: 0px;
}

.tb-megamenu-block #block-block-3 .block-inner {
    width: 350px;
}

.tb-megamenu-block div#block-block-3 p{
	display: none;
} 


/* Styles related to wsywyg content */

.board-member h2{
	text-align: center;
}
.board-member img {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 auto;
    display: block;
    background: #fff;
}
.seminar-section embed{
	vertical-align:top;
	margin-top: 3px;
}
.seminar-section .subtitle {
    font-style: italic;
}
.seminar-section .date {
    color: #666;
    margin-left: 20px;
    /* font-weight: bold; */
    font-size: .9em;
}
.podcast-wrapper {
    min-height: 200px;
    border-bottom: 2px solid #555;
}
.podcast-image {
    float: left;
    margin-right: 10px;
}
img.seminar_images {
    max-width: 90px;
    width: 100%;
    border: 10px solid #8c1515;
}
.indiv-name {
    position: relative;
    left: 10px;
    bottom: 35px;
    background-color: #000;
    width: 90px;
    text-align: center;
    padding: 2px 0;
    margin-right: 20px;
}
.amazingaudioplayer-playpause {
    position: relative;
    bottom: 62px;
    left: 2px;
}
@media (max-width:768px){
	#page .board-member{
		width: 42%;
		padding: 0 1.8%;
		margin: 10px 1.8%;
	}
}
@media (max-width: 480px){
	#page .board-member{
		width: 90%;
		padding: 0 2.5%;
		margin: 10px 2.5%;
	}
	#page .seminar-section embed{
		margin: 0 auto;
    margin-top: 20px;
    display: block;
	}
}
.section-center-news-events .two.column.featured:nth-child(odd) {
  background-color: #eee;
  padding: 1px 10px 0 0;
  min-height: 180px;
}
/* BOOKS */
/****** publications/books/studies-inequality ******/
.page-node-6172 .two.column {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
    vertical-align: top;
    text-align: center;
    padding: 20px 0;
}
.page-node-6172 h2 {
    font-size: 1.3em;
}
.page-node-6172 .floatright {
    width: 320px;
    display: inline-block;
}
.page-node-6172 .column:nth-of-type(2) {
    width: calc(100% - 350px);
    display: inline-block;
    margin-right: 20px;
}
.page-node-6172 hr{
	display:none;
}
.page-node-6172 .two.column .frame img {
    padding: 0;
}
.page-node-6172 strong a{
	font-size: 1.2em;
}
@media (max-width:768px){
	body.page-node-6172 .floatright {
   		width: 40%;
	}
	.page-node-6172 .column:nth-of-type(2) {
      width: 50%;
      width: calc(60% - 40px);
    	margin-right: 20px;
	}
}
@media (max-width: 480px){
	body.page-node-6172 .two.column {
    	width: 100%;
	}
	body.page-node-6172 .floatright {
   		display:block;
   		width:100%;
	}
}

/* Methodological Information Pages */
#block-system-main .view-methodological-related-content .ui-state-default {
  background: #dddddd !important;
}
#block-system-main .view-methodological-related-content .ui-state-default a {
  color: #8c1515;
}
#block-system-main .view-methodological-related-content .ui-state-active {
  background: #8c1515 !important;
}
#block-system-main .view-methodological-related-content .ui-state-active a {
  color: #ffffff !important;
}
#block-system-main .view-methodological-related-content .ui-accordion-content-active {
  background: #f6f6f6;
}
#block-system-main .view-methodological-related-content .field-content {
  font-size: 14px;
  margin-bottom: 8px;
}

#block-system-main .view-methodological-related-content .views-label-field-mis-methodological-notes .field-content {
  font-size: 14px;
  margin-bottom: 8px;
}

#block-system-main .view-methodological-related-content .ui-icon-triangle-1-e,
#block-system-main .view-methodological-related-content .ui-icon-triangle-1-s {
  float: right;
}
#block-system-main .view-methodological-related-content .ui-icon-triangle-1-s {

}
#block-system-main .view-methodological-related-content .views-label {
  font-size: .8em;
  font-weight: bold;
}
#block-system-main .view-methodological-related-content .views-row {
  margin-bottom: 7px;
}
#block-system-main .view-methodological-related-content {
  margin-top: 15px;
  margin-bottom: 30px;
}

#block-system-main .view-methodological-related-content .ui-state-active .ui-icon {
    background-image: none;
    height: 0;
    width: 0;
    border-top: 4px solid white;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 8px;
    margin-right: 5px;
}

#block-views-methodological-sections-block {
    width: 100%;
}

#main-content #block-system-main p{
  font-size: 1em;
}

#block-views-methodological-sections-block a:hover {
    color: #8c1515 !important;
}
#block-views-methodological-sections-block .methodological-terms-sections {

}
#block-views-methodological-sections-block .methodological-terms-sections > a > p {
    margin-bottom: 6px;
    margin-top: 16px;
    font-size: 1.3em;
    background-color: #dddddd;
    box-sizing: border-box;
    color: #333333;
    padding: 4px 8px;
}
#block-views-methodological-sections-block .methodological-top-five-in-section {
    padding-left: 25px;
}
#block-views-methodological-sections-block .methodological-section-view-all {
    margin-top: 10px;
    padding-left: 25px;
}
#block-views-methodological-sections-block .methodological-section-view-all a {
    color: #666666;
}

#block-system-main div.ui-accordion-content div.views-field a {
    color: #8C1515;
}

#block-system-main .row {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}
#block-system-main .row.title,
#block-system-main .row.subtitle,
#block-system-main .row.legend-map,
#block-system-main .row.city-graph {
    text-align: center;
}

/*** Seminar Series Page ***/
.page-node-6173 br {
  display: none;
}
.featured .podcast-group {
  height: 140px;
}
.featured span.podcast-container {
  float: left;
  margin-right: 10px;
}
.podcast-group {
    height: 150px;
}
span.podcast-contianer {
    float: left;
    margin-right: 10px;
}
.page-node-6173 .quote {
  margin-left: 0;
  font-style: italic;
}

/** User Login ***/
.page-user-login #tasks a {
  font-size: 13px;
}

/*** Node Pages ***/
.page-node #page-title {
  font-size: 27px;
  margin: 30px 0 20px 0;
}
.page-node section {
  margin-bottom: 10px;
}
.page-node h2.field-label {
  font-size: 14px;
}
.page-node .field-items {
  /*line-height: 1.2;*/
}
.node-content p{
	line-height: 1.5;
}
.page-node .field-name-field-teaser h2 {
  font-size: 18px;
}
.page-node .field-name-field-teaser .field-items {
  font-size: 15px;
  margin-bottom: 25px;
}
.left-content {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.left-content.full-width {
    width: 100%;
}
.node-sidebar {
  float: right !important;
  clear: both !important;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background-color: #F5F5F6;
  padding: 15px;
}
.links {
  float: right;
  clear: both;
  margin-top: 20px !important;
}
.field-name-field-author,
.field-name-field-publisher,
.field-name-field-publication-date {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid lightgray;
}
.field-name-field-publication-date {
  border-right: none;
}
.field-name-field-author .field-label,
.field-name-field-author .field-items,
.field-name-field-publisher .field-label,
.field-name-field-publisher .field-items,
.field-name-field-publication-date .field-label,
.field-name-field-publication-date .field-items {
  display: inline-block;
  color: #919191 !important;
  font-size: 12px !important;
  font-weight: normal;
}
.field-name-field-author .field-label,
.field-name-field-publisher .field-label,
.field-name-field-publication-date .field-label {
  color: #333 !important;
}
.field-name-field-author .field-items .field-item,
.field-name-field-publisher .field-items .field-item,
.field-name-field-publication-date .field-items .field-item {
  display: inline;
}
.left-content .date-display-single {
  color: #919191;
}
.node-sidebar section[class*="field-name-field-"] {
  margin-bottom: 15px;
}
.node-sidebar section[class*="field-name-field-"] .field-label {
  margin-bottom: 5px;
}
.field-name-field-teaser .field-label {
  display: none;
}
.node-sidebar .group-media-reference-info h3 {
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px !important;
  margin-top: 0;
}
.node-sidebar .field-group-format-title {
  color: #222 !important;
}
.node-sidebar .field-name-field-file-upload .file .file-icon {
  display: none;
}
.node-sidebar .field-name-field-file-upload .file a {
  background-image: url('img/application-pdf.png');
  background-repeat: no-repeat;
  width: 20px !important;
  height: 20px;
  color: transparent;
  display: block;
  position: relative;
  top: -2px;
}
.node-sidebar .field-name-field-media-link .field-item a {
  background-image: url('img/application-link.png');
  background-repeat: no-repeat;
  width: 20px !important;
  height: 20px;
  color: transparent;
  display: block;
  position: relative;
  top: -2px;
}
.node-sidebar .field-name-field-file-upload .field-label,
.node-sidebar .field-name-field-file-upload .field-items,
.node-sidebar .field-name-field-media-link .field-label,
.node-sidebar .field-name-field-media-link .field-items {
  display: inline-block;
  vertical-align: middle;
}
.node-sidebar .field-name-field-file-upload .field-items,
.node-sidebar .field-name-field-media-link .field-items {
  margin-left: 5px;
}
/*** Users Pages ***/
.page-user section {
  margin: 10px 0;
}
.page-user section.history {
  display:none;
}
.page-user h2.field-label {
  font-size: 14px;
}
.page-user .field-items ,
.node-type-person .node-person.article {
  font-size: 12px;
  line-height: 1.2;
}
.page-user .user-profile {
  /*margin-left: 200px;*/
}
.page-user .user-picture img {
  width: 180px;
}
.profile .user-picture {
  /*position: absolute;
  display: inline-block;
  float: none;
  left: 0px;*/
  float: left;
}

.screen_mobile.page-user .user-profile{
  /*margin-left:120px;*/
}
.screen_mobile.page-user .user-picture img {
  width: 100px;
}

.group-user-personal-info {
  max-width: 150px;
  background-color: #efefef;
  padding: 0 15px 15px 15px;
}

.group-person-personal-info {
    max-width: 150px;
    background-color: #efefef;
    padding: 0;
    float: left;
	margin-right: 1.5em;
	padding-bottom:1em;
}

.group-person-personal-info  .field-items{
	padding: 4px 15px;
}
.group-person-personal-info .field-name-field-person-image .field-items ,
.group-person-personal-info .field-name-field-person-image figure 
{
	padding: 0;
}


.group-person-work-info {
    float: left;
    margin: 0 1em 1em 0;
	max-width: calc(100% - 230px);
	padding: 15px 0	;
}

.group-user-personal-info  .field-type-image figure {
	padding-top: 0;}

.group-user-personal-info > h3 {
  display: none;
}
.group-user-personal-info .field-group-format-wrapper .field-name-field-user-title,
.group-user-personal-info .field-group-format-wrapper .field-name-field-user-title .field-item.even,
.group-user-personal-info .field-group-format-wrapper .field-name-field-institution-organization,
.group-user-personal-info .field-group-format-wrapper .field-name-field-department {
  margin-bottom: 8px;
}
.field-name-field-user-title .field-label,
.field-name-field-institution-organization .field-label,
.field-name-field-department .field-label {
  display: none;
}
 
.screen_mobile .group-user-work-info {
  float: none;
  max-width: 100%;
}
.group-user-work-info h3 {
  display: none;
}
.group-user-work-info .field-group-format-wrapper .field-label {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}
.group-user-work-info .field-group-format-wrapper .field-items {
  display: inline-block;
}
@media only screen and (min-width:1025px) {
  .group-user-work-info .field-group-format-wrapper .field-items {
    max-width: 880px;
    width: 100%;
  }
}
.group-user-work-info .field-group-format-wrapper section.field {
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  margin-top: 0;
}

  /* page-user-edit page */

  .page-user-edit .group-user-info-container .accordion-item{
      font-size:initial !important;
  }
  .page-user-edit .group-user-info-container .accordion-item .ui-icon{
      display:inline-block;
      float:right;
  }
  .group-user-info-container .field-group-format-wrapper{
      font-size: 12px;
  }


/*** Center News Page ***/
.page-news-events-center-news .views-row-odd {
  background-color: #efefef;
}
.page-news-events-center-news .views-row h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-news-events-center-news .views-row {
    margin-bottom: 20px;
    padding: 10px 15px;
}
.page-news-events-center-news .date-display-single {
  font-size: 14px;
}
.page-news-events-center-news .views-field-nothing-1 [id*="center-news-article-num-"] {
    display: none;
}
/*** Poverty News Page ***/
.page-news-events-poverty-news .poverty-news-slide-title {
    font-size: 1.6em;
}
.page-news-events-poverty-news .field-content p{
  font-size:initial !important;
}
.page-news-events-poverty-news .views-row-odd {
  background-color: #efefef;
}
.page-news-events-poverty-news .views-row h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-news-events-poverty-news .views-row {
    margin-bottom: 20px;
    padding: 10px 15px;
}
.page-news-events-poverty-news .date-display-single {
  font-size: 14px;
}


/*** News Over Page ***/
.page-node-6245 .two.column.featured {
    clear: both;
    margin-bottom: 10px;
    min-height: 130px;
}

/*** All Audio & Video Page ***/

#block-views-all-auidio-block,
#block-views-all-auidio-block-1 {
  padding: 0;
  width: 100%;
}
#block-views-all-auidio-block .block-inner,
#block-views-all-auidio-block-1 .block-inner {
  background: white;
  padding: 0;
}
.view-all-auidio .views-row {
  padding: 15px 25px 25px 25px;
  margin-bottom: 10px;
}
#block-views-all-auidio-block .views-field-title,
#block-views-all-auidio-block-1 .views-field-title {
  font-size: 1.2em;
}

.view-all-auidio .views-row-even {
  background-color: #eeeeee;
}

.view-all-auidio .views-field-field-research-area,
.view-all-auidio .views-field-field-publication-date {
  font-size: .8em;
}

.view-all-auidio .views-field-field-research-area .field-content,
.view-all-auidio .views-field-field-publication-date .field-content {
  display: inline;
}

/*.view-all-auidio .views-field-field-research-area,*/
.view-all-auidio .views-field-field-publication-date {
  font-style: italic;
}

#main-content #block-system-main .view-all-auidio .views-field-field-author,
#main-content #block-system-main .view-all-auidio .views-field-field-media-editor {
  color: #888; }

#main-content #block-system-main .view-all-auidio .views-field-field-research-area,
#main-content #block-system-main .view-all-auidio .views-field-field-publication-date {
  color: #aaa; }

#main-content #block-system-main .view-all-auidio .views-field-field-research-area a {
  color: #aaa; }
  
  
 #media-browser-tabset #branding {
     width: 100%;
 }
 #media-browser-tabset #branding #media-tabs-wrapper {
     float: none;
 }

/*** Main menu system Media Queries ***/
@media all and (max-width: 1274px) and (min-width: 1025px) {
    #block-block-4 {
        display: block;
    }
    #block-tb-megamenu-main-menu, #menu-bar #block-menu-block-4 .menu-mlid-2489 {
        visibility: hidden;
    }
}
@media all and (min-width: 1275px) {
    #block-menu-block-4{
        display: none !important;
    }
}

/* added by Stephanie for new events block on the front page admin/structure/views/view/events/edit/block_1 */
#block-views-events-block-1 td, 
#block-views-events-block-1 tr {
	border: none;
	vertical-align: top;
	font-size: .95em;
}

#block-views-events-block-1 td {
	padding: .375em .5em .375em 0;
	min-width: 4em;
}

#block-views-events-block-1 .more-link a {
	color: white;
}

#block-views-statistics-feature-block .more-link,
#block-views-events-block-1 .more-link {
	position: absolute;
    right: 25px;
    bottom: 20px;
}

/* added by Boris for blocks CPI Affiliates with PERSON content type */
#block-views-6f112b8af7ac7b4016c6b9d2867f7353 .block-inner {
	padding: 20px 0;
}

#block-views-6f112b8af7ac7b4016c6b9d2867f7353 .block-inner h2:first-letter{
	text-transform: uppercase;
}

#block-views-6f112b8af7ac7b4016c6b9d2867f7353 .block-title {
	background-color: #8c1515;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* added by Boris 06/15/2017 to modernise main-menu */
#block-tb-megamenu-main-menu {
  position: absolute;
}
#menu-bar {
  margin-bottom: 20px;
}
#menu-bar .tb-megamenu-submenu {
  box-shadow: 5px 5px 5px #888888;
  margin-bottom: 10px;
}

