/* Media queries */
/* min width for 3rd item in overlays */
.events-and-news-wrapper {
  background-color: #2e2e2e !important;
  box-sizing: border-box; }
  .events-and-news-wrapper h4 {
    color: #a7c947;
    margin-bottom: 3px; }
  .events-and-news-wrapper p {
    font-size: 0.9em;
    margin-bottom: 2px;
    font-style: italic; }
  .events-and-news-wrapper a {
    display: block;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 600;
    padding-bottom: 0px; }
  @media (min-width: 940px) {
    .events-and-news-wrapper:first-child {
      border-right: 2px solid #f0f0f0; } }

.scilife-news {
  background-color: transparent; }

.scilife-events {
  background-color: transparent; }

.scilife-news,
.scilife-events {
  padding: 10px 15px; }
  .scilife-news .overlay-entry,
  .scilife-events .overlay-entry {
    max-height: 600px !important; }
  @media (min-width: 940px) {
    .scilife-news .overlay-entry,
    .scilife-events .overlay-entry {
      max-height: 60px !important; } }

.navbar-header .search-form {
  display: none; }
.navbar-header .social-media-links {
  display: none; }
.navbar-header .search-button-mobile {
  display: none; }
.navbar-header .close-search-mobile {
  display: none; }
@media (max-width: 767px) {
  .navbar-header .search-button-mobile {
    display: block;
    margin-top: 25px;
    background-color: transparent;
    border: 0;
    padding: 3px;
    float: right;
    position: relative; }
  .navbar-header .search-form {
    display: block; }
    .navbar-header .search-form .search-field-icon {
      background-color: transparent;
      background-image: url(../images/search-icon.png);
      background-position: 5px center;
      background-repeat: no-repeat;
      background-size: 24px 24px;
      border: none;
      border-radius: 0;
      cursor: pointer;
      height: 37px;
      padding: 3px 0 0 34px;
      position: relative;
      -webkit-transition: width 400ms ease, background 400ms ease;
      transition: width 400ms ease, background 400ms ease;
      width: 0; }
    .navbar-header .search-form .search-field {
      background-color: white;
      border: 0px solid #c3c0ab;
      padding: 6px 5px;
      cursor: text;
      outline: 0;
      width: 100%; }
    .navbar-header .search-form .search-submit {
      display: none; }
    .navbar-header .search-form #search-div {
      margin-top: 0px;
      float: left;
      padding-bottom: 10px;
      padding-top: 0; } }
    @media (max-width: 767px) and (min-width: 991px) {
      .navbar-header .search-form #search-div {
        float: right;
        margin-top: 4px;
        padding-top: 2px;
        padding-bottom: 0; } }
@media (max-width: 767px) {
      .navbar-header .search-form #search-div .social-media-links {
        display: inline-block;
        border-left: 1px solid #ddd;
        margin-left: 8px;
        padding-left: 10px; }
  .navbar-header .mobile-search-form {
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    background-color: #a7c947;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease;
    opacity: 0;
    margin-top: -100px;
    pointer-events: none; }
    .navbar-header .mobile-search-form.open {
      pointer-events: all;
      opacity: 1;
      margin-top: 0px; }
    .navbar-header .mobile-search-form .close-search-mobile {
      position: absolute;
      top: 8px;
      right: 8px;
      background-color: #fff;
      color: #a7c947;
      height: 28px;
      width: 28px;
      border: 0;
      border-radius: 50%;
      padding: 10px;
      transform: rotate(45deg) scale(0.9);
      display: block; }
      .navbar-header .mobile-search-form .close-search-mobile:after, .navbar-header .mobile-search-form .close-search-mobile:before {
        content: ' ';
        position: absolute;
        top: 5px;
        left: calc(50% - 1px);
        width: 2px;
        background-color: #a7c947;
        height: 18px;
        transform-origin: center; }
      .navbar-header .mobile-search-form .close-search-mobile:after {
        transform: rotate(-90deg); }
    .navbar-header .mobile-search-form .screen-reader-text {
      padding-bottom: 10px;
      display: block; }
    .navbar-header .mobile-search-form .search-form {
      display: flex;
      min-height: 84px;
      box-sizing: border-box;
      align-items: center;
      justify-content: center; }
      .navbar-header .mobile-search-form .search-form > label {
        width: 100%;
        display: block; } }

/*# sourceMappingURL=updates.css.map */
