@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700');
/* Footer Styles - Extracted from Original Source */
footer {
  background-color: #133353 !important;
  overflow-x: hidden;
}
#footer {
  padding-top: 30px;
  color: #ffffff;
}
#footer h4 {
  color: #97BE47;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-shadow: none;
  text-transform: uppercase;
}
#footer a:link,
#footer a:visited,
#footer a:active {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 100 !important;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 6px;
}
#footer a:hover {
  color: #ffffff;
}
#footer-hashtag {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
}
#footer-social {
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer-social a.social-icon:link,
#footer-social a.social-icon:visited,
#footer-social a.social-icon:active {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
a.social-icon svg {
  fill: #ffffff;
}
a.social-icon:hover svg:hover path {
  fill: #97BE47;
}
/* Responsive Footer */
@media screen and (max-width: 767px) {
  .footer-row {
  display: block;
  height: 255px;
}
.footer-col {
  display: block;
  width: 100%;
  float: left;
}

}
@media screen and (min-width: 768px) {
  .footer-row {
  display: table;
  height: 255px;
}
.footer-col {
  display: table-cell;
  width: 25% !important;
  min-width: 180px !important;
  float: left;
}

}
@media screen and (max-width: 767px) {
  .footer-row {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 767px;
}

}
@media screen and (min-width: 768px) {
  .footer-row {
  margin: 0 auto;
  width: calc(69%);
}
.footer-row .footer-col {
  width: 100%;
}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-row {
  max-width: 750px;
}

}
@media screen and (min-width: 992px) and (max-width: 1170px) {
  .footer-row {
  max-width: 970px;
}

}
@media screen and (min-width: 1170px) {
  .footer-row {
  max-width: 1170px;
}

}
#footer-copyright {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: 100;
  font-size: 12px;
}
