/*
Theme Name: POPPOV WordPress
Author: JG
Description: Bootstrap Blog template converted to WordPress
Version: 0.0.1
Tags: bootstrap
*/

/* DEV ONLY */
.dev-module {
  position: fixed;
  bottom: 10px;
  right: 100%;
  border-radius: 2px;
  background: #afbd21;
  letter-spacing: 0.1em;
  padding: 5px 0; }
  .dev-module .page-links {
    background: #5d729d; }
    .dev-module .page-links h4 {
      padding-top: 1em; }
  .dev-module a {
    color: white; }
  .dev-module .fly-out {
    position: absolute;
    right: -30px;
    top: 50%;
    line-height: 100px;
    width: 30px;
    padding: 0 10px;
    font-size: 20px;
    color: white;
    height: 100px;
    background: #afbd21; }
  .dev-module h4 {
    font-weight: bold;
    color: white;
    border-bottom: 1px solid white;
    padding: 0 10px 20px; }
  .dev-module li {
    list-style: none;
    line-height: 2em;
    color: white;
    padding: 0 10px; }

/* Remove all lines above before release */
/*Variables*/
/* Background Colors */
/*Shades of Green */
/* Shades of Blue */
/* General Styles and resets */
body {
  font-size: 18px;
  font-family: 'Avenir W01', Helvetica, sans-serif;
  color: #505050;
  min-width: 980px; }
  @media screen and (max-width: 480px) {
    body {
      font-size: 16px;
      max-width: 480px;
      min-width: 0;
      width: 100%; } }

* {
  box-sizing: border-box; }

a {
  color: #56a1d5;
  text-decoration: none; }

a:hover {
  color: #5d729d; }

ul {
  padding: 0; }

input[type=text] {
  border: 1px solid #cecece;
  padding: 0 4px; }

.outer-wrapper {
  width: 980px;
  margin: 0 auto;
  clear: both; }
  @media screen and (max-width: 480px) {
    .outer-wrapper {
      width: 100%; } }

.inner-wrapper {
  width: 860px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .inner-wrapper {
      width: 90%; } }

strong {
  color: #1e3c78;
  font-weight: bold; }

section header {
  line-height: 26px;
  border-bottom: 1px solid #afbd21;
  overflow: hidden;
  padding: 30px 0 10px;
  position: relative;
  height: 6em; }
  section header.one-line {
    height: 3em; }
  section header h1 {
    font-size: 1.3em;
    font-family: 'Roboto Slab', serif;
    color: #afbd21;
    margin: 0;
    max-width: 60%;
    position: absolute;
    bottom: 0.2em;
    left: 0; }
    section header h1.results {
      font-size: 1.4em; }
  section header h2 {
    font-size: 0.77em;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 0.2em;
    max-width: 35%;
    right: 0; }
    section header h2:after {
      content: "\f054";
      font: normal normal normal 14px/1 FontAwesome;
      margin-left: 5px; }
  section header ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0.2em;
    right: 0; }
    section header ul li {
      list-style: none;
      display: inline;
      margin: 0;
      padding: 0;
      border-left: 1px solid #56a1d5; }
      section header ul li:first-child {
        border: none; }
      section header ul li a {
        font-weight: bold;
        margin: 0px 5px 0 5px; }
        @media screen and (max-width: 480px) {
          section header ul li a {
            margin: 0 2px 0 2px;
            letter-spacing: -0.05em; } }
        section header ul li a.active {
          color: #505050; }
      section header ul li i {
        margin-left: 5px;
        margin-right: -5px; }

.image-wrapper {
  position: relative; }
  .image-wrapper img {
    display: block; }
  .image-wrapper .image-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    background-color: #555555;
    color: white;
    font-size: 11px;
    padding: 3px;
    font-family: 'Roboto Slab', serif; }

/*HEADER*/
header {
  overflow: hidden; }

.logo {
  width: 340px;
  height: 130px;
  background: url(/PoppovFE/images/logo.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-right: 20%;
  margin-top: 0; }
  @media screen and (max-width: 480px) {
    .logo {
      width: 240px;
      height: 100px;
      margin: 20px auto 0;
      float: none;
      background-size: cover; } }

.header-links {
  float: right;
  vertical-align: top;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 40px; }
  .header-links li {
    font-size: 0;
    display: inline-block; }
    .header-links li:before {
      content: '|';
      font-size: 16px;
      vertical-align: top;
      color: #505050; }
    .header-links li:first-child:before {
      content: ''; }
    .header-links li a {
      font-size: 16px;
      padding: 2px 5px; }
  @media screen and (max-width: 480px) {
    .header-links {
      display: none; } }

.mobile-wrapper .menu-jump {
  display: none;
  height: 40px;
  background: #afbd21;
  line-height: 40px;
  text-align: center;
  width: 80px;
  float: left;
  color: white; }
@media screen and (max-width: 480px) {
  .mobile-wrapper {
    width: 100%;
    overflow: hidden;
    background: #142952; }
    .mobile-wrapper .menu-jump {
      display: block; }
    .mobile-wrapper .search-box {
      width: 239px;
      padding-right: 30px;
      background: #142952; }
      .mobile-wrapper .search-box input, .mobile-wrapper .search-box a {
        margin: 5px 0; }
      .mobile-wrapper .search-box a {
        margin-right: 5px; }
      .mobile-wrapper .search-box input {
        margin-left: 5px; } }

.search-box {
  float: right;
  width: 300px;
  position: relative;
  height: 40px; }
  .search-box input {
    width: 100%;
    height: 30px; }
  .search-box a {
    line-height: 30px;
    text-align: center;
    color: white;
    background: #78496a;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0; }
  div.box .search-box {
    max-width: 90%;
    width: auto;
    float: none;
    margin: 10px auto; }
    div.box .search-box a {
      top: -5px; }

/* NAV */
.nav-ribbon {
  background: #9fac1a;
  width: 100%;
  display: block;
  height: 50px;
  position: relative;
  border-bottom: 8px solid #142952; }
  @media screen and (max-width: 480px) {
    .nav-ribbon {
      display: none; } }

nav {
  font-size: 1em; }
  nav > ul {
    font-size: 0;
    background: #afbd21;
    display: block;
    list-style: none;
    border-bottom: 8px solid #1e3c78; }
    nav > ul li {
      position: relative;
      font-size: 1em; }
      nav > ul li a {
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 18px;
        padding: 16px 25px; }
        nav > ul li a.active, nav > ul li a:hover {
          background-color: #cfd77a; }
      nav > ul li a:hover {
        color: white; }
    nav > ul .sub-menu {
      background: #142952;
      display: none;
      z-index: 2;
      border: 1px solid white;
      border-top: 0;
      border-bottom: 0;
      white-space: normal;
      font-size: 18px; }
      nav > ul .sub-menu.open {
        display: block; }
      nav > ul .sub-menu li {
        border-bottom: 1px solid white;
        width: 100%; }
        nav > ul .sub-menu li a {
          line-height: 28px;
          white-space: nowrap;
          display: block;
          width: 100%;
          font-size: 0.888em;
          padding: 5px 10px;
          text-transform: none;
          text-align: left; }
  nav.full {
    position: relative;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0; }
    nav.full > ul {
      text-align: center;
      height: 60px;
      white-space: nowrap; }
      nav.full > ul li {
        display: inline-block; }
        nav.full > ul li a {
          line-height: 52px; }
    nav.full .sub-menu {
      position: absolute;
      top: 60px;
      left: 0; }
  nav.mobile {
    display: none; }
    @media screen and (max-width: 480px) {
      nav.mobile {
        display: block; } }
    nav.mobile > ul {
      max-width: 480px;
      border-bottom: 0;
      margin-bottom: 0; }
      nav.mobile > ul li {
        display: block;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white; }
        nav.mobile > ul li a {
          width: 100%;
          display: block;
          padding: 16px 12px; }

/* FOOTER */
footer {
  background: #f5f7e4;
  padding: 40px 0;
  font-weight: bold; }
  footer .link-category {
    overflow: hidden;
    margin-bottom: 10px; }
    footer .link-category h3 {
      display: inline-block;
      text-transform: uppercase;
      font-size: 0.8em;
      width: 10%;
      text-align: right;
      padding: 0;
      margin: 0;
      float: left; }
    footer .link-category ul {
      width: 89%;
      display: inline;
      list-style: none;
      margin: 0;
      float: right; }
      footer .link-category ul li {
        display: inline-block;
        border-left: 1px solid #cecece;
        height: 1em;
        padding: 0 6px; }
        footer .link-category ul li:first-child {
          border: 0; }
        footer .link-category ul li a {
          font-size: 0.9em;
          line-height: 0.6em;
          display: inline-block;
          margin: 0; }
    @media screen and (max-width: 480px) {
      footer .link-category {
        margin-bottom: 0;
        cursor: pointer; }
        footer .link-category h3 {
          display: block;
          width: 100%;
          padding: 1em;
          color: white;
          background: #142952;
          text-align: left;
          border-bottom: 1px solid white;
          border-right: 1px solid white;
          border-left: 1px solid white; }
        footer .link-category ul {
          width: 100%;
          margin: 10px 0;
          display: none; }
          footer .link-category ul li {
            display: block;
            width: 100%;
            margin: 10px 0;
            border: none; }
            footer .link-category ul li a {
              padding: 10px;
              display: block;
              margin: 20px 0; } }
  footer ul.footer-links {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #505050;
    white-space: nowrap; }
    footer ul.footer-links li {
      list-style: none;
      display: inline-block;
      margin-left: 7%;
      font-weight: normal;
      font-size: 0.88em; }
      footer ul.footer-links li i, footer ul.footer-links li em {
        margin-right: 10px; }
      footer ul.footer-links li a {
        font-weight: bold; }
      footer ul.footer-links li:first-child {
        margin-left: 0; }
      footer ul.footer-links li.copyright {
        float: right; }
    @media screen and (max-width: 480px) {
      footer ul.footer-links {
        white-space: normal;
        border: none; }
        footer ul.footer-links li {
          margin-left: 0;
          margin-bottom: 10px; }
          footer ul.footer-links li i {
            display: none; }
          footer ul.footer-links li a {
            padding-left: 10px; }
          footer ul.footer-links li:first-child {
            border-right: 1px solid #505050;
            margin-left: 0;
            padding-right: 10px; }
            footer ul.footer-links li:first-child a {
              padding-left: 0; } }

/* HomePage */
.alert {
  margin: 1em 0 0;
  padding-bottom: 1em;
  margin-bottom: -10px;
  border-bottom: 1px solid #cecece;
  overflow: hidden; }
  .alert .alert-wrapper {
    display: table;
    padding: 0 5%; }
  .alert .alert-icon {
    width: 9%;
    vertical-align: middle;
    font-size: 4em;
    color: #d16f1a;
    display: table-cell; }
  .alert .alert-text {
    width: 80%;
    padding: 1em 0;
    vertical-align: middle;
    display: table-cell; }
  .alert b {
    text-transform: uppercase; }
  .alert a {
    font-weight: bold; }
  @media screen and (max-width: 480px) {
    .alert .alert-icon {
      font-size: 2em;
      margin-left: 0;
      line-height: 2em; }
    .alert .alert-text {
      margin-left: 5%;
      width: 70%;
      padding: 0; } }

.announcement {
  background: #5d729d;
  color: white;
  overflow: hidden;
  margin-top: 5px; }
  .announcement .text {
    max-width: 50%;
    width: 50%;
    display: block;
    padding: 40px;
    font-size: 1.33em;
    font-family: 'Roboto Slab', serif;
    line-height: 1.5em;
    float: left; }
    @media screen and (max-width: 480px) {
      .announcement .text {
        max-width: 100%;
        padding: 20px 10px;
        font-size: 1em;
        width: 100%;
        float: none; } }
  .announcement .image-wrapper {
    position: relative;
    float: right;
    max-width: 49%; }
    @media screen and (max-width: 480px) {
      .announcement .image-wrapper {
        max-width: 100%;
        width: 100%;
        float: none; } }
    .announcement .image-wrapper img {
      max-width: 100%; }

.list-style1 {
  list-style: none; }
  .list-style1 h2 {
    margin: 0 0 0.25em 0;
    font-size: 1em; }
  .list-style1 p {
    margin: 0; }
  .list-style1 li {
    overflow: hidden;
    display: block;
    margin-bottom: 2em; }
  .list-style1 .info {
    width: 24.9%;
    float: left; }
    @media screen and (max-width: 480px) {
      .list-style1 .info {
        width: 100%;
        float: none;
        overflow: hidden; } }
    .list-style1 .info .date, .list-style1 .info .type {
      font-size: 1em; }
      @media screen and (max-width: 480px) {
        .list-style1 .info .date, .list-style1 .info .type {
          float: left;
          padding: 0 10px;
          margin-bottom: 10px;
          font-weight: bold; } }
    .list-style1 .info .date {
      font-weight: bold;
      margin-bottom: 0.25em;
      text-transform: uppercase; }
      @media screen and (max-width: 480px) {
        .list-style1 .info .date {
          border-right: 2px solid #505050;
          padding-left: 0; } }
  .list-style1 .snippet, .list-style1 .snippet-title {
    width: 72%;
    float: right; }
    @media screen and (max-width: 480px) {
      .list-style1 .snippet, .list-style1 .snippet-title {
        width: 100%;
        float: none; } }
  .list-style1 a {
    font-weight: bold; }

.tags {
  margin-top: 0.25em;
  color: #56a1d5; }
  .tags .tag {
    display: inline;
    margin: 0;
    font-size: 0.8em;
    text-transform: uppercase; }

.logo-grid {
  margin-bottom: 40px; }
  .logo-grid .institutions-list {
    margin: 10px 40px;
    list-style-type: none; }
    .logo-grid .institutions-list li {
      margin-left: 10px;
      display: inline-block; }
      .logo-grid .institutions-list li:first-child {
        margin-left: 0; }
      .logo-grid .institutions-list li .institutions-name {
        display: none; }
  @media screen and (max-width: 480px) {
    .logo-grid .institutions-list {
      margin: 20px 0;
      list-style-type: disc; }
      .logo-grid .institutions-list li {
        width: 300px;
        display: list-item;
        margin: 0 20px; }
        .logo-grid .institutions-list li:first-child {
          margin-left: 20px; }
        .logo-grid .institutions-list li img {
          display: none; }
        .logo-grid .institutions-list li .institutions-name {
          display: inline;
          line-height: 2em;
          font-weight: bold; } }

.double-section {
  overflow: hidden;
  background: #f5f7e4; }
  .double-section section {
    width: 47.8%;
    float: left; }
    .double-section section:first-child {
      margin-right: 4%; }
    @media screen and (max-width: 480px) {
      .double-section section {
        width: 100%; }
        .double-section section:first-child {
          margin-right: 0; } }

.headlines li {
  display: block;
  list-style: none;
  margin-bottom: 1em; }
.headlines strong {
  color: #d16f1a; }
.headlines h3, .headlines h4 {
  margin: 0;
  padding: 0; }
.headlines h3 {
  text-transform: uppercase; }
.headlines h4 {
  display: inline; }

.researcher-news {
  overflow: hidden; }
  .researcher-news strong {
    color: #d16f1a; }
  .researcher-news .two-columns {
    width: 48%;
    float: left; }
    .researcher-news .two-columns:first-child {
      margin-right: 4%; }
    @media screen and (max-width: 480px) {
      .researcher-news .two-columns {
        width: 100%;
        padding: 0;
        margin: 0; }
        .researcher-news .two-columns:first-child {
          margin-right: 0; } }
  .researcher-news li {
    list-style: none;
    margin-bottom: 1em; }
    .researcher-news li a {
      font-weight: bold; }

/* Landing Page */
.results-listing {
  overflow: hidden;
  margin-top: 40px; }

.results-listing, .landing-blurb {
  padding-left: 2%; }
  @media screen and (max-width: 480px) {
    .results-listing, .landing-blurb {
      padding: 0 10px; } }

.filter-list {
  width: 22%;
  float: left;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .filter-list {
      width: 100%; } }

.clear-all {
  display: none;
  padding: 10px; }
  .clear-all a {
    color: #d16f1a;
    font-family: 'Roboto Slab', serif; }
    .clear-all a:hover {
      color: #afbd21; }

.box {
  border: 1px solid #505050;
  margin-bottom: 10px; }
  .box h1 {
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
    color: white;
    margin: 0;
    display: block;
    padding: 8px 10px;
    font-size: 0.88em;
    background: #1e3c78; }
  .box .box-item {
    padding: 5px 10px;
    font-weight: bold; }
  .box h2 {
    margin: 0.25em 0;
    font-size: 0.77em;
    text-transform: uppercase; }
  .box a {
    margin: 0.25em 0; }
  .box ul li {
    list-style: none;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 0.8em;
    line-height: 1.1em;
    overflow: hidden; }
  .box label {
    margin-left: 5px;
    float: left;
    max-width: 90%; }
  .box input[type="checkbox"] {
    float: left; }
  .box input[type="checkbox"]:checked + label {
    color: #d16f1a; }

.results {
  width: 73.8%;
  float: right;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .results {
      width: 100%; } }
  .results header {
    height: 20px; }
  .results .list-style1 > li {
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece; }
  .results .load-more {
    text-align: center; }
  .results .button {
    display: inline-block;
    margin: 1em 0;
    padding: 8px 30px;
    font-family: 'Roboto Slab', serif;
    background: #56a1d5;
    color: white; }

.landing-blurb {
  font-family: 'Roboto Slab', serif;
  overflow: hidden; }
  .landing-blurb h1 {
    color: #afbd21;
    font-size: 1.33em;
    margin-bottom: 0; }
  .landing-blurb p {
    margin-top: 0.5em; }
  .landing-blurb .blurb-text h1 {
    color: #afbd21;
    font-size: 1.6em;
    margin-top: 1em; }
  @media screen and (max-width: 480px) {
    .landing-blurb .blurb-text {
      max-width: 100%; } }
  .landing-blurb .blurb-text .image-wrapper {
    float: right;
    max-width: 37%;
    margin: 2em 0 2em 1em; }
    @media screen and (max-width: 480px) {
      .landing-blurb .blurb-text .image-wrapper {
        max-width: 100%; } }
    .landing-blurb .blurb-text .image-wrapper img {
      max-width: 100%; }

.video-wrapper {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-wrapper img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.detail-wrapper {
  overflow: hidden;
  padding-left: 2%; }
  @media screen and (max-width: 480px) {
    .detail-wrapper {
      padding-right: 2%; } }

.detail-content {
  width: 78%;
  margin-right: 2%;
  float: left;
  line-height: 1.65em; }
  @media screen and (max-width: 480px) {
    .detail-content {
      width: 100%; } }
  .detail-content .tags {
    font-weight: bold;
    margin-bottom: 20px; }
  .detail-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px; }
    .detail-content ul li:before {
      content: "\f111";
      font: normal normal normal 14px/1 FontAwesome;
      margin-right: 10px;
      font-size: 0.5em;
      margin-bottom: 1.1em;
      vertical-align: bottom;
      display: inline-block;
      color: #1e3c78; }
  .detail-content .image-wrapper {
    max-width: 100%; }
    .detail-content .image-wrapper img {
      margin: 0 auto;
      max-width: 100%; }
    .detail-content .image-wrapper .image-caption {
      position: inherit;
      background-color: inherit;
      color: inherit;
      text-align: right; }

.detail-wrapper .box {
  float: right;
  clear: right;
  width: 19%; }
  @media screen and (max-width: 480px) {
    .detail-wrapper .box {
      width: 100%; } }

.detail-head {
  margin-left: 2%;
  border-bottom: 1px solid #afbd21;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative; }
  .detail-head h1 {
    color: #afbd21;
    font-size: 1.33em;
    font-family: 'Roboto Slab', serif;
    max-width: 60%;
    margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .detail-head h1 {
        max-width: 100%; } }
  .detail-head ul.detail-info {
    display: inline; }
    .detail-head ul.detail-info li {
      display: inline-block;
      border-left: 2px solid #505050;
      padding: 0px 10px;
      height: 1em;
      margin: 5px 0;
      font-weight: bold;
      text-transform: uppercase; }
      .detail-head ul.detail-info li:first-child {
        border-left: 0px;
        padding-left: 0; }
  .detail-head .author {
    max-width: 70%; }
    @media screen and (max-width: 480px) {
      .detail-head .author {
        max-width: 100%; } }
    .detail-head .author .authors-name {
      font-weight: bold; }
  .detail-head ul.page-links {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: 0;
    text-transform: uppercase; }
    .detail-head ul.page-links li {
      list-style: none;
      display: inline-block;
      margin: 0 5px; }
      .detail-head ul.page-links li i {
        margin-right: 5px; }
    @media screen and (max-width: 480px) {
      .detail-head ul.page-links {
        position: relative;
        margin-top: 20px; } }

.section-wrapper {
  background: #ebeec7; }

.twitter-feed .tweet-user {
  line-height: 35px; }
.twitter-feed .tweet {
  border-bottom: 1px solid #1e3c78;
  padding-bottom: 10px; }
.twitter-feed .pull-left {
  margin: 0 10px 0 5px; }
.twitter-feed .media-body, .twitter-feed .tweet-timestamp, .twitter-feed .tweet-toolbar {
  font-size: 0.8em;
  margin: 5px; }

/* Added by Michael Fraser for Search */
section.results header a {
  cursor: pointer; }
section.results .button {
  cursor: pointer; }
section.results .search-summary {
  font-size: 14px;
  color: #505050;
  font-weight: 400;
  vertical-align: text-bottom; }

.filter-list .clear-all {
  display: block; }
.filter-list a {
  cursor: pointer; }

ul.filters {
  padding: 0 7px; }
  ul.filters .country {
    width: auto;
    float: none;
    margin: 17px 4px; }
  ul.filters .country select {
    width: 100%;
    height: 30px;
    border: 1px solid #cecece; }

.show-advanced-search {
  padding: 10px 0;
  text-align: center;
  display: block; }
  
 /* hilltop add Apr 20 */
.screen-reader-text {
	display: none;
}
.search-box input {
    margin-left: -20px;
    height: 28px;
}
.search-box a {
    line-height: 30px;
    text-align: center;
    color: white;
    background: #78496a;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.search-field {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #cecece;
    padding: 0 4px;
}
input[type="text"] {
    border: 1px solid #cecece;
    padding: 0 4px;
}

@media (max-width: 489px)  {
	.search-box input {
	    width: 100%;
	    height: 24px;
	}

}


.tags, .listing-item {
	display:none;
}