<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------- Buttons ------- */

.btn-primary {
  border: none;
  background-color: #002856;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #95d600;
}
.btn-submit {
  min-height: 45px;
  font-size: 1.3em;
  color: #fff;
  background-color: #00b3e3;
}
.btn-submit:hover,
.btn-submit:focus {
  color: #fff;
  background-color: #002856;
}

.btn-facebook {
  background: #3b5998;
  border-color: #324a80;
  color: #fff !important;
  text-shadow: none;
}

.btn-facebook:hover {
  background: #5774b3;
  border-color: #3b5998;
  color: #fff !important;
  text-shadow: none;
}

.btn-twitter {
  background: #4099ff;
  border-color: #398ae5;
  color: #fff !important;
  text-shadow: none;
}

.btn-twitter:hover {
  background: #66adff;
  border-color: #4099ff;
  color: #fff !important;
  text-shadow: none;
}
.nav &gt; li.facebook a,
.nav &gt; li.twitter a {
  font-size: 0px;
  padding-bottom: 0px;
  font-weight: 400;
}
.facebook a:before {
  font-family: FontAwesome;
  content: "\f230";
  display: inline-block;
  padding-right: 3px;
  margin-top: -2px;
  padding-bottom: 10px;
  vertical-align: middle;
  font-size: 24px;
}

.twitter a:before {
  font-family: FontAwesome;
  content: "\f099";
  display: inline-block;
  padding-right: 3px;
  margin-top: -2px;

  padding-bottom: 10px;
  vertical-align: middle;
  font-size: 24px;
}

.youtube a:before {
  content: "\f16a";
  display: inline-block;
  padding-right: 3px;
  margin-top: -2px;

  padding-bottom: 10px;
  vertical-align: middle;
  font-size: 24px;
}

.instagram a:before {
  content: "\f16d";
}

.snapchat a:before {
  content: "\f2ac";
}

.social.facebook &gt; a:hover,
.social.facebook &gt; a:focus {
  background: #3b5998;
  color: #fff;
}

.social.twitter &gt; a:hover,
.social.twitter &gt; a:focus {
  background: #4099ff;
  color: #fff;
}

.social.youtube &gt; a:hover,
.social.youtube &gt; a:focus {
  background: #e52d27;
  color: #fff;
}

.social.instagram &gt; a:hover,
.social.instagram &gt; a:focus {
  background: #eaeaea;
  color: #39393b;
}

.social.snapchat &gt; a:hover,
.social.snapchat &gt; a:focus {
  background: #fffc00;
  color: #39393b;
}
</pre></body></html>