#not-found {
  width: 700px;
  margin: 0 auto;
}
#not-found .not-found-image {
  width: 25%;
  float: left;
}
#not-found .not-found-title {
  width: 70%;
  float: right;
  background: url(img/bg-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 400px;
}
#not-found .not-found-title h1 {
  font-size: 30px;
  color: #1f2128;
  margin-bottom: 20px;
  margin-top: 155px;
}
#not-found .not-found-title a.gotohomepage {
  background-color: #de4f4f;
  color: #fff;
  width: 180px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  height: 40px;
}
@media screen and (min-width: 601px) {
  .logo {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    height: 35px;
  }
}
.site-footer {
  background-color: #444440;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #D0D0CD;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #D0D0CD;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #59B060;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  border-radius: 100%;
  background-color: #323232;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #D0D0CD;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.youtube:hover {
  background-color: #f00028;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
.slider-background {
  width: 100%;
  height: 600px;
  background-size: cover;
  color: white;
}
@media screen and (min-width: 601px) {
  #community-logo {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  #community-logo {
    width: 100%;
  }
}
.remote-sensing-link {
  color: black;
}
.remote-sensing-link:hover {
  color: black;
}
.rainfall-outlook-preview-col {
  padding: 10px;
  /*background-image: radial-gradient(#CCC, #FFF), radial-gradient(#CCC, #FFF), radial-gradient(#CCC, #FFF), radial-gradient(#CCC, #FFF);
    background-size:  1px 100%, 1px 100%, 100% 1px, 100% 1px;
    background-position: 0 0, 100% 0, 0 0, 0 100%;
    background-repeat:  no-repeat;*/
  background-image: url("img/home-icons/weather-icon-rain-cloud.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.rainfall-outlook-preview-col .head {
  text-align: center;
  margin-top: 25px;
}
.rainfall-outlook-preview-col .head .month {
  font-weight: bold;
  font-size: x-large;
}
.rainfall-outlook-preview-col .rainfall {
  margin-top: 10px;
  text-align: center;
}
.rainfall .value {
  font-size: x-large;
}
.rainfall .unit {
  font-size: large;
}
.rainfall-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.drought-outlook-preview-col {
  padding: 10px;
  background-image: url(img/home-icons/drought.png);
  background-size: 130px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.drought-outlook-preview-col .head {
  text-align: center;
  margin-top: 13px;
}
.drought-outlook-preview-col .head .month {
  font-weight: bold;
  font-size: x-large;
}
.drought-outlook-preview-col .drought {
  text-align: center;
}
.drought .value {
  font-size: x-large;
}
.drought .unit {
  font-size: 1.1em;
}
.drought-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.video-link {
  display: flex;
  padding-bottom: 15px;
}
.video-link:hover {
  color: green !important;
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
.fab-wrapper {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}
.fab-checkbox {
  display: none;
}
.fab {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #00A131;
  transition: all 0.3s ease;
  z-index: 1;
  border-bottom-right-radius: 6px;
  border: 1px solid #00641E;
}
.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab:hover {
  background: #1ABA4A;
}
.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}
.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}
.fab-checkbox:checked ~ .fab .fab-dots {
  height: 6px;
}
.fab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}
@keyframes blink {
  50% {
    opacity: 0.25;
  }
}
.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}
.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid none;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}
.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  position: absolute;
  background: #143500;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  transition: all 1s ease;
  opacity: 0;
}
.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}
.fab-action-1:hover {
  background-color: #3b5998;
}
.fab-action-2:hover {
  background-color: #00aced;
}
.fab-action-3:hover {
  background-color: #f00028;
}
.fab-action-4:hover {
  background-color: #f16100;
}
.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}
.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}
.fa.fa-twitter {
  font-family: sans-serif;
}
.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.card-thumbnail {
  width: 100%;
  object-fit: cover;
  height: 300px;
  object-position: top;
}
.navbar-nav > li {
  padding-left: 10px;
}
#agency-logos {
  padding-left: 10px;
}
.section-padding {
  padding: 40px;
}
.subtitle-padding {
  padding-bottom: 40px;
}