#news-banner {
  font-size: calc(8px + 0.3vw);
  font-family: FuturaStd-Medium, sans-serif;
  padding: 0.3rem 0 0.3rem 0.5rem;
  width: 60%;
  top: -0.8rem;
  right: 0;
  margin-top: 25px;
  margin-left: -100px;
  background: #4eba50;
  background: linear-gradient(
    90deg,
    rgba(78, 186, 80, 1) 0,
    rgba(28, 161, 153, 0.7209385179153094) 52%,
    rgba(0, 80, 158, 0) 100%
  );
  opacity: 0.9;
  border: 0 solid #6a7f7b;
  border-radius: 2px 0 0 2px;
  text-align: left;
  z-index: 10000;
  line-height: normal;
  text-color: #f90;
  float: right;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.5),
    0 6px 20px 0 rgba(0, 0, 0, 0.49);
  transition: height 1s;
  position: absolute;
  top: -30%;
  -webkit-animation: slide 0.9s forwards;
  -webkit-animation-delay: 0s;
  animation: slide 0.9s forwards;
  animation-delay: 0.2s;
  transition-timing-function: ease;
}
#news-banner a {
  text-decoration: none;
  line-height: normal;
  text-color: #f90;
}
#closethis {
  cursor: pointer;
  float: left;
  font-size: calc(10px + 0.4vw);
  font-family:
    "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed",
    Helvetica, Arial, sans-serif;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  color: #ccc;
  display: inline-block;
  padding: 2px 5px;
  margin: 1px 5px 0 0;
  background: 0 0;
}
.left-contact {
  width: 45%;
  float: left;
  text-align: left;
}
.right-contact {
  width: 45%;
  float: right;
  text-align: left;
}
@-webkit-keyframes slide {
  100% {
    top: -10px;
  }
}
@keyframes slide {
  100% {
    top: -10px;
  }
}
.small-google {
  font-size: calc(7px + 0.4vw);
  font-family: FuturaStd-Medium, sans-serif;
  opacity: 0.3;
  /*
  margin-top: -3%;
  text-align: left;
  padding-left: 20%;
  */
}
@font-face {
  font-family: FuturaStd-Medium;
  src: url(https://pdg.lbl.gov/2021/fonts/FuturaStdMedium.eot);
  src:
    url(https://pdg.lbl.gov/2021/fonts/FuturaStdMedium.eot?#iefix)
      format("embedded-opentype"),
    url(https://pdg.lbl.gov/2021/fonts/FuturaStdMedium.otf) format("opentype"),
    url(https://pdg.lbl.gov/2021/fonts/FuturaStdMedium.svg) format("svg"),
    url(https://pdg.lbl.gov/2021/fonts/FuturaStdMedium.ttf) format("truetype"),
    url(https://pdg.lbl.gov/2021/fonts/FuturaStdMedium.woff) format("woff"),
    url(https://pdg.lbl.gov/2021/fonts/FuturaStdMedium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
#news {
  z-index: 10000;
  align-content: center;
  width: 100%;
  float: left;
}
body,
html {
  width: 100%;
  height: 100%;
}
body,
p {
  color: #f1f1f8;
  font:
    400 0.875rem/1.375rem "Open Sans",
    sans-serif;
}
.li-space-lg li {
  margin-bottom: 0.375rem;
}
h1 {
  color: #fff;
  font:
    700 2.5rem/2.875rem Montserrat,
    sans-serif;
}
h2 {
  color: #f1f1f8;
  font:
    700 2.25rem/2.75rem Montserrat,
    sans-serif;
}
h3 {
  color: #f1f1f8;
  font:
    700 1.75rem/2.125rem Montserrat,
    sans-serif;
}
h4 {
  color: #f1f1f8;
  font:
    700 1.375rem/1.75rem Montserrat,
    sans-serif;
}
h5 {
  color: #f1f1f8;
  font:
    700 1.125rem/1.625rem Montserrat,
    sans-serif;
}
h6 {
  color: #f1f1f8;
  font:
    700 1rem/1.5rem Montserrat,
    sans-serif;
}
a {
  color: #f1f1f8;
  text-decoration: underline;
}
a:hover {
  color: #f1f1f8;
  text-decoration: underline;
}
.btn-solid-lg {
  display: inline-block;
  padding: 1.375rem 2.625rem 1.375rem 2.625rem;
  border: 0.125rem solid #00c9db;
  border-radius: 2rem;
  background-color: #00c9db;
  color: #fff;
  font:
    700 0.75rem/0 Montserrat,
    sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-solid-lg:hover {
  background-color: transparent;
  color: #00c9db;
  text-decoration: none;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.navbar-custom {
  background-color: #17395b;
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 8px #050d1d;
  font:
    700 0.75rem/2rem Montserrat,
    sans-serif;
  transition: all 0.3s ease;
}
.navbar-custom .navbar-brand.logo-image img {
  width: 150px;
  margin-bottom: 1px;
}
.navbar-custom .navbar-brand.logo-text {
  font:
    700 2.375rem/1.5rem Montserrat,
    sans-serif;
  color: #fff;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.navbar-custom .navbar-nav {
  margin-top: -0.7rem;
}
.navbar-custom .nav-item .nav-link {
  color: #fff;
  padding: 0 0.75rem 0 0.75rem;
  text-decoration: none;
  transition: all 0s ease;
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar-custom .nav-item .nav-link:hover {
  color: #00c9db;
}
.navbar-custom .dropdown:hover > .dropdown-menu {
  display: block;
  min-width: auto;
  animation: fadeDropdown 0.2s;
}
@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar-custom .dropdown-toggle:focus {
  outline: 0;
}
.navbar-custom .dropdown-menu {
  margin-top: 0;
  border: none;
  text-align: right;
  border-radius: 0.25rem;
  background-color: #043f70;
}
.navbar-custom .dropdown-item {
  color: #fff;
  text-decoration: none;
}
.navbar-custom .dropdown-item:hover {
  background-color: #043f70;
}
.navbar-custom .dropdown-item .item-text {
  font:
    700 0.75rem/1.5rem Montserrat,
    sans-serif;
}
.navbar-custom .dropdown-item:hover .item-text {
  color: #00c9db;
}
.navbar-custom .dropdown-item .item-text-small {
  font:
    100 0.65rem/1.25rem Montserrat,
    sans-serif;
  opacity: 0.5;
}
.navbar-custom .dropdown-item:hover .item-text-small {
  color: #699da5;
}
.nav-space {
  margin-top: -28px;
}
.navbar-custom .dropdown-items-divide-hr {
  width: 100%;
  height: 1px;
  margin: 0.25rem auto 0.25rem auto;
  border: none;
  background-color: #b5bcc4;
  opacity: 0.2;
}
.navbar-custom .navbar-toggler {
  border: none;
  color: #fff;
  font-size: 2rem;
}
.navbar-custom
  button[aria-expanded="false"]
  .navbar-toggler-awesome.fas.fa-times {
  display: none;
}
.navbar-custom
  button[aria-expanded="false"]
  .navbar-toggler-awesome.fas.fa-bars {
  display: inline-block;
}
.navbar-custom
  button[aria-expanded="true"]
  .navbar-toggler-awesome.fas.fa-bars {
  display: none;
}
.navbar-custom
  button[aria-expanded="true"]
  .navbar-toggler-awesome.fas.fa-times {
  display: inline-block;
  margin-right: 0.125rem;
}
.lightbox-basic {
  position: relative;
  max-width: 46.875rem;
  margin: 2.5rem auto;
  padding: 3rem 1rem;
  border-radius: 0.25rem;
  background-color: #043f70;
  text-align: left;
}
.lightbox-basic img {
  display: block;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
}
.lightbox-basic h3 {
  margin-bottom: 0.625rem;
}
.lightbox-basic hr {
  width: 3.75rem;
  height: 0.125rem;
  margin-top: 0.125rem;
  margin-bottom: 1.125rem;
  margin-left: 0;
  border: 0;
  background-color: #00c9db;
  text-align: left;
}
.lightbox-basic h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
.lightbox-basic table {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.lightbox-basic table tr {
  line-height: 1.75em;
}
.lightbox-basic a.mfp-close.as-button {
  position: relative;
  width: auto;
  height: auto;
  margin-left: 0.375rem;
  color: #00c9db;
  opacity: 1;
}
.lightbox-basic a.mfp-close.as-button:hover {
  color: #f1f1f8;
}
.lightbox-basic button.mfp-close.x-button {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  width: 2.75rem;
  height: 2.75rem;
  color: #f1f1f8;
}
a:hover.back-to-top {
  background-color: #36edfd;
}
@media (min-width: 768px) {
  .navbar-custom .navbar-brand.logo-image img {
    width: 200px;
    margin-bottom: 1px;
    margin-right: -150px;
  }
  h1 {
    font:
      700 3.25rem/3.75rem Montserrat,
      sans-serif;
  }
  .navbar-custom {
    padding: 2.125rem 1.5rem 2.125rem 2rem;
    box-shadow: none;
    background: 0 0;
  }
  .navbar-custom .navbar-brand.logo-text {
    color: #fff;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0;
  }
  .navbar-custom .nav-item .nav-link {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    color: #fff;
  }
  .navbar-custom .nav-item .nav-link:hover {
    color: #00c9db;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    background-color: #043f70;
  }
  .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
    color: #fff;
  }
  .navbar-custom.top-nav-collapse .nav-item .nav-link {
    color: #fff;
  }
  .navbar-custom.top-nav-collapse .nav-item .nav-link:hover {
    color: #00c9db;
  }
  .navbar-custom .dropdown-menu {
    box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    margin-left: -60px;
    text-align: left;
  }
  .navbar-custom .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .navbar-custom .dropdown-items-divide-hr {
    width: 84%;
  }
  .lightbox-basic {
    padding: 3rem 3rem;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-brand.logo-image img {
    width: 200px;
    margin-bottom: 1px;
    margin-right: -200px;
  }
  .lightbox-basic img {
    margin-bottom: 0;
    margin-left: 0;
  }
  .lightbox-basic h3 {
    margin-top: 0.25rem;
  }
}
@media (min-width: 1200px) {
  @media (min-width: 992px) {
    .navbar-custom .navbar-brand.logo-image img {
      width: 200px;
      margin-bottom: 1px;
      margin-right: -250px;
    }
    .navbar-custom {
      padding: 2.125rem 5rem 2.125rem 5rem;
    }
    .navbar-custom.top-nav-collapse {
      padding: 0.5rem 5rem 0.5rem 5rem;
    }
  }
}
