body {
  font-family: Arial;
}

.nav-item:hover {
  background: transparent!important;
}

.header-dark-home {
  background: url(/assets/img/prot-front.jpg) #444;
  background-size: contain;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-dark {
  background-size: cover;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.file-icon {
  width: 100%;
  height: auto;
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-bottom: 0.5rem;
  position: relative;
  top: 3px;
  margin-left: 3px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column!important;
}

section {
  flex: 1;
}

.block {
  flex: 1;
}

.news-pdf-link:hover {
  color: #000000!important;
}

.nav-item {
  border: 1px solid rgba(0,0,0,0.5);
  background-clip: padding-box;
}

#back_button {
  border-radius: 0px!important;
  border: 1px solid rgba(0,0,0,0.5)!important;
  background-color: #ffffff!important;
  color: rgba(0,0,0,0.5)!important;
  margin-bottom: 40px;
}

#created_by_heading {
  margin-bottom: 0;
  font-family: 'GFS Didot', serif;
  font-size: 13px;
  color: #f0f9ff;
  padding-top: 20px;
}

@media (min-width:992px) {
  #home-logo {
    position: absolute;
    top: 42px;
    left: 15px;
    padding-left: 28px;
    color: #f0f0f0;
    font-weight: bold;
  }
}

/* ---------------------------------------- */

#created_by_img {
  max-height: 0.9930rem;
  max-width: 3.0816rem;
  margin-top: 0.0625rem;
  margin-left: 0.225rem;
}

#navbar_bg {
  margin: 0!important;
}

@media (min-width:992px) {
  #navcol-1 {
    visibility: hidden;
  }
}

.bg-p-container {
  background-color: transparent!important;
}

@media (min-width: 768px) {
  #section_row {
    padding-right: 1.875rem;
  }
}

.news-link {
  margin-bottom: 1.25rem;
}

