@media (max-width: 1199px) {
  #logo img {
    display: none;
  }
  #logo .mobile-only {
    display: block;
  }
  #grid img {
    max-width: 100%;
  }
  #grid figure figcaption p span {
      padding: 10px 25px;
      font-size: 15px;
      line-height: 15px;
      text-align: left;
  }
  #grid figure figcaption {
      bottom: 10px;
      left: 10px;
  }
  #homeForumPostings p.ZineTeaser {
    width: 205px;
  }
  footer {
    font-size: 16px;
  }
  footer, footer .text-right {
    text-align: center;
  }
  footer .footer-bottom .text-right {
    margin-top: 20px;
  }
  footer ul {
    padding: 0 !important;
  }
  .footer-about {
    margin-bottom: 20px;
  }
  footer .text-center {
    margin-top: 20px;
  }
  footer ul li a {
    font-size: 16px;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  footer .footer-social {
    margin-top: 20px;
  }
}


@media (max-width: 991px) {
  .top-menu .social {
    display: none;
  }
  .top-menu div.Login {
    margin: 0 20px;
  }
  #sidebarCollapse {
        margin: 12px 0 0 0;
  }
  #hero p {
    font-size: 18px;
  }
  #hero {
      margin: 0 0 70px;
  }
  .ZineIndex .ZineItem {
    width: 50%;
    margin-bottom: 30px;
  }
  .ZineIndex div.ZineThumb {
        height: 150px;
    width: 200px;
  }
  #homeForumPostings p.ZineTeaser {
      margin: 0;
      width: 50%;
      border: 10px solid #fff;
  }
  #homeForumPostings {
    margin-bottom: 0;
  }
}


@media (max-width: 767px) {
  .menu-wrap {
    border-bottom: none;
    margin-bottom: 0;
  }

  .navbar {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }

  .navbar-default .dropdown-menu {
    display: block;
    position: static;
    float: none;
    border: none;
    box-shadow: none;
  }

  .navbar-default .dropdown-menu>li>a {
      padding-left: 30px;
  }

  .bxslider_title {
    margin-bottom: 5px;
  }
  
  #sidebarCollapse {
        margin: 12px 15px 0 0;
  }
  .view-more {
    float: none;
    margin: 0 0 20px;
  }
  .view-more a {
    padding-top: 0;
  }
  #latestNews,
  #latestNews .ZineIndex {
    text-align: center;
  }
#homeForumPostings p.ZineTeaser {
    width: 100%;
    margin: 0 0 15px;
    border: none;
    height: auto;
}
#grid figure figcaption {
  position: static;
}
#grid figure figcaption p span,
#grid .text-left {
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  padding: 10px 15px;
}
#grid .text-left br {
  display: none;
}
#grid .button.btn-cta {
  padding: 15px;
  font-size: 20px;
}
#grid figure {
  background: none;
}
 table.ZineIndex tr {
    max-width: 50%;
    margin-bottom: 30px;
 }

.job-board-wrap table.Report thead th.sorting:after, .job-board-wrap table.Report thead th.sorting_desc:after, .job-board-wrap table.Report thead th.sorting_asc:after {
  display: none;
}

.conference-wrap .bx-wrapper .bx-pager,
.conference-wrap .bx-wrapper .bx-controls-auto {
    bottom: -100px !important;
}

}


@media (max-width: 767px) {
 .menu-wrap a.version {
    padding: 4px 8px 5px;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 20px;
 }
 .menu-wrap {
    width: 100%;
    text-align: center;
 }
 a#logo {
    position: static;
     margin-bottom: 15px;
 }
 a#logo img.mobile-only {
    display: block;
    margin: 0 auto;
 }
  .hamburger-button {
    display: block;
    float: right;
    margin-right: 15px;
  }
 .bx-wrapper .bx-caption {
    position: static !important;
 }
  .conference-wrap .bx-wrapper .bx-pager,
  .conference-wrap .bx-wrapper .bx-controls-auto {
    bottom: -50px !important;
  }
}






/* Print
   ========================================================================== */
@media print {
  a:after { 
    content:''; 
  }
  a[href]:after { 
    content: none !important; 
  }
  #main, #maincontent {
    margin: 0;
    padding: 0;
  }
  ul.Membership_update_profile_menu, .button { 
    display: none; 
  }
  .footer {
    text-align: left;
  }
  .home-bottom {
    padding: 0 15px;
  }
}