@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3f65tw');
  src:  url('fonts/icomoon.eot?3f65tw#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3f65tw') format('truetype'),
    url('fonts/icomoon.woff?3f65tw') format('woff'),
    url('fonts/icomoon.svg?3f65tw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-f-2plus:before {
  content: "\e900";
}

a[href^="https://www.facebook.com"]:after {
  margin-left: 5px;
  content: "\e900";
  font-family: "icomoon";
}
a[href^="https://www.facebook.com"] {
  color: #004f78;
}
a[href^="https://www.facebook.com"]:hover {
  color: #a9bd10;
}

#footer a[href^="https://www.facebook.com"] {
  color: white;
  position: absolute;
}
#footer a[href^="https://www.facebook.com"]:hover {
  color: #a9bd10;
}
@media screen and (min-width: 881px) {
  #footer a[href^="https://www.facebook.com"] {
    left: 80%;
  }
}
@media screen and (min-width: 500px) and (max-width: 880px) {
  #footer a[href^="https://www.facebook.com"] {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  #footer a[href^="https://www.facebook.com"] {
    bottom: -22px;
    width: 100%;
    left: 0;
  }
}