.footer{
  position: relative;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  z-index: 101;
  margin-top: -100px !important;
}
.gi_footer-curved-top{
  position: relative;
  display: block;
  width: 130vw;
  height: 300px;
  top: -100px;
  left: -15vw;
  z-index: 100;
  background: none;
  background-color: #202e39;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-bottom: -300px;
}

.footer-list, .footer-list a{
  margin: 0 !important;
  margin-bottom: 5px;
  line-height: 20px;
}
.footer-list{
  margin-bottom: 15px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  opacity: 0.6;
}

.gi-footer_logo-container{
  position: relative;
  margin: 0px;
  margin-left: -20px;
  margin-top: -40px;
  width: 150px;
  top: -10px !important;
  height: 100px !important;

}
.footer-logo{
  position: relative;
  width: 150px;
  top: -45px;
}
.logo-mission{
  top: -85px;
  position: relative;
  opacity: 0.9;
  padding-left: 5px;
}
.footer-curve-container{
  position: relative;
  width: calc(100vw + 4px);
  left: -2px;
  right: -2px;
  height: 5vw;
  top: -99px;
}

@media only screen and (max-width: 580px) {
  .footer-curve-container{ height: 10vw; }

}
