.footer {
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.5);
}

.footer .block h4 {
  color: white;
}

.footer .block ul li a {
  color: white;
}

.footer .block ul li a:hover {
  text-decoration: none;
}

#upper-nav {
  background-color: rgba(44, 44, 81, 0.65) !important;
  padding: 5px 15px;
  height: 48px;
  transition: top 0.3s;
}

#lower-nav {
  top: 48px;
  transition: top 0.3s;
}

#upper-nav div .fa {
  float: right;
  padding: 0 10px;
  color: inherit;
}

#upper-nav div .fa:hover {
  color: grey;
}

.dropdown-menu.columns-3 {
  min-width: 800px;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
  padding: 10px;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f8f9fa;
}

marquee a:hover {
  text-decoration: underline !important;
  color: yellow !important;
}

marquee {
  background: #007cc2;
  color: white;
  padding: 0
}

.owl-carousel .owl-item img {
  display: block;
  width: 200px;
}

#blink {
  font-size: 20px;
  font-weight: bold;
  color: #2d38be;
  transition: 0.5s;
}


#gettoknowfixed {
  background: darkgrey;
}

#upper-nav {
  display: flex;
}

#google_translate_element {
  background: white;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 8px;
}

.skiptranslate.goog-te-gadget {
  color: black !important;
  height: 39px !important;
  overflow: hidden !important;
  align-items: center;
}

.goog-te-gadget .goog-te-combo {
  padding: 6px 5px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: #007cc2 !important;
  border-color: #007bff !important;
  border-width: 1px !important;
}

.goog-te-combo {
  cursor: pointer !important;
}

.goog-te-combo {
  margin-right: 0 !important;
}

.goog-te-combo option {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.body-wrapper {
  top: 0 !important;
}

iframe.skiptranslate {
  display: none !important;
}

@media only screen and(max-width: 480px) {
  .goog-te-gadget .goog-te-combo {
    margin-right: 3px !important;
    font-size: 12px !important;
  }

  .skiptranslate.goog-te-gadget {
    display: block;
    height: 39px;
    overflow: hidden;
  }

  .goog-te-combo {
    width: 100%;
  }
}

.custom-twitter {
  font-family: initial;
  /* disable FA glyph */
  background: url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/x.svg') no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  /* adjust size */
  height: 1.2em;
  /* adjust size */
  filter: invert(1);
  /* makes it white */
  vertical-align: middle;
}

.custom-twitter:before {
  content: "";
  /* clear the old FA bird */
}
