@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
.u-relative {
  position: relative;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-img-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.o-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-style: normal;
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.p-forum {
  font-family: "Roboto";
  font-size: 1rem;
  padding-bottom: 0;
}
.p-forum .header-border {
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  border-bottom: 2px solid #808080;
}
.p-forum .footer-border {
  margin-top: 3.125rem;
  border-bottom: 2px solid #808080;
}
.p-forum + .mn_footer {
  margin-top: 3.125rem;
}
.p-forum + .mn_footer .container {
  padding-top: 0;
}
.p-forum .button {
  text-transform: uppercase;
  letter-spacing: 0;
}

.c-circle-img {
  position: relative;
  display: inline-block;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 100%;
  overflow: hidden;
}
.c-circle-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-circle-img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
HEADER
========================================================================== */
.forum-header p {
  font-size: 1rem;
}

.forum-header__headline {
  font-size: 3.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .forum-header__headline {
    font-size: 5rem;
  }
}

.forum-subheader {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  color: #a48952;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0;
}

.sidebar-header {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.login-header {
  font-size: 2.125rem;
  color: #828181;
  font-weight: 400;
  text-align: center;
}

.replies-header {
  font-size: 1.125rem;
  color: #828181;
  font-weight: 500;
  text-decoration: none;
  border: none;
  margin-top: 1rem;
}

/* ==========================================================================
MENU
========================================================================== */
.forum-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #808080;
  margin-top: 3.125rem;
  padding-bottom: 0.8rem;
}
.forum-menu a {
  transition: color 0.3s;
}

.forum-menu__item {
  flex: 1 0 100%;
}
@media all and (min-width: 40em) {
  .forum-menu__item {
    position: relative;
    flex: 0 0 auto;
  }
  .forum-menu__item:not(:first-child) {
    padding-left: 1rem;
  }
  .forum-menu__item:not(:last-child) {
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) {
  .forum-menu__item {
    position: static;
  }
}

.forum-menu__item--active .forum-menu__link {
  color: #828181;
}

.forum-menu__item--user {
  flex: 1 0 100%;
  margin-top: 1rem;
}
@media all and (min-width: 40em) {
  .forum-menu__item--user {
    margin-left: -1rem;
  }
}
@media all and (min-width: 64em) {
  .forum-menu__item--user {
    margin-top: 0;
    margin-left: initial;
    flex: 0 0 auto;
  }
}

.forum-menu__link {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  color: #c1c1c1;
  padding: 0;
  text-align: left;
  border: 0;
  background: transparent;
  padding-bottom: 1rem;
}
.forum-menu__link:hover {
  color: #828181;
}
.forum-menu__link:focus {
  outline: none;
}
@media all and (min-width: 40em) {
  .forum-menu__link {
    padding-bottom: 0;
    font-size: 1.75rem;
  }
}
@media all and (min-width: 64em) {
  .forum-menu__link {
    font-size: 2.125rem;
  }
}

.forum-menu__submenu {
  margin-bottom: 0;
  list-style-type: none;
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 40em) {
  .forum-menu__submenu {
    position: absolute;
    top: 100%;
    right: 1rem;
    margin-top: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .forum-menu__submenu {
    right: auto;
  }
}
.forum-menu__submenu li {
  padding-left: 1rem;
  padding-right: 1rem;
}
.forum-menu__submenu li:hover a, .forum-menu__submenu li.active a {
  color: #a48952;
}
.forum-menu__submenu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #828181;
  font-weight: bold;
  font-size: inherit;
}
@media all and (min-width: 40em) {
  .forum-menu__submenu a {
    white-space: nowrap;
  }
}

/* ==========================================================================
MENU USER INFO
========================================================================== */
.menu-user-info {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 300;
}
.menu-user-info a {
  display: inline-block;
  text-decoration: none;
  color: #c1c1c1;
}
.menu-user-info a:not(:first-child) {
  padding-left: 0.75rem;
}
.menu-user-info a:not(:last-child) {
  padding-right: 0.75rem;
}
.menu-user-info a:hover {
  color: #828181;
}
.menu-user-info i {
  display: inline-block;
  padding-right: 0.25rem;
}

/* ==========================================================================
FORUM GRID
========================================================================== */
.forum-container {
  display: flex;
  flex-wrap: wrap-reverse;
}

.forum-container__left {
  width: 100%;
}
@media all and (min-width: 40em) {
  .forum-container__left {
    width: 66.66667%;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 64em) {
  .forum-container__left {
    width: 72%;
  }
}

.forum-container__left--full {
  width: 100%;
}

.forum-container__right {
  width: 100%;
}
@media all and (min-width: 40em) {
  .forum-container__right {
    width: 33.33333%;
  }
}
@media all and (min-width: 64em) {
  .forum-container__right {
    width: 28%;
  }
}

/* ==========================================================================
GROUPS ARCHIVE
========================================================================== */
.groups-archive {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.groups-archive__entry {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 40em) {
  .groups-archive__entry {
    flex-wrap: nowrap;
  }
}
.groups-archive__entry.odd {
  background-color: #f8f8f8;
}

.groups-archive__avatar {
  flex: 0 0 8.75rem;
  margin-right: 4rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 40em) {
  .groups-archive__avatar {
    margin-bottom: 0;
  }
}

.groups-archive__content {
  flex: 1 1 auto;
}

.groups-archive__title {
  margin-bottom: 0.75rem;
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 500;
}
.groups-archive__title a {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

.groups-archive__desc {
  min-height: 3.125rem;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.groups-archive__desc a {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

.groups-archive__footer {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.groups-archive__meta {
  color: #828181;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.groups-archive__meta a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

.groups-archive__action {
  text-transform: uppercase;
  text-decoration: none;
  color: #a48952;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 1rem;
}
.groups-archive__action a {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}
@media all and (min-width: 40em) {
  .groups-archive__action {
    margin-top: 0;
  }
}

/* ==========================================================================
LETTER BOX
========================================================================== */
.letter-box {
  padding: 2rem;
}
.letter-box:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.letter-box .header {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.letter-box .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.letter-box .content ul li {
  flex: 0 0 4rem;
  margin-top: 1rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.user {
  text-align: center;
  color: #000;
  text-decoration: none;
}
.user img {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-bottom: 0.65rem;
}
.user span {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
}

.users-box ul {
  margin: 0 -0.5rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.users-box ul li {
  flex: 0 0 2.8125rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.users-box ul li a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}
.users-box ul li a img {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.users-box .small a {
  font-size: 0.75em;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.user-elem {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.user-elem img {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.item-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.see-more {
  position: relative;
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  display: block;
}

.see-more:hover .see-more__hidden {
  display: block;
}

.see-more__hidden {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 11rem;
  display: none;
  z-index: 1;
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.see-more__hidden a {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* ==========================================================================
PAGINATION
========================================================================== */
.forum-pagination {
  margin-top: 3.125rem;
  text-align: center;
}
.forum-pagination .page-numbers {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.875;
  height: 1.875rem;
  width: 1.5rem;
  color: #828181;
  text-decoration: none;
  font-weight: 500;
}
.forum-pagination .page-numbers.current {
  border: 1px solid #a48952;
  color: #a48952;
}
.forum-pagination .page-numbers:hover {
  color: #a48952;
}
.forum-pagination .prev, .forum-pagination .next {
  display: none;
}

/* ==========================================================================
NOTIFICATIONS
========================================================================== */
.profile-settings,
.notification-settings,
.forum-notifications {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.profile-settings thead tr th,
.notification-settings thead tr th,
.forum-notifications thead tr th {
  text-align: left;
}
.profile-settings thead tr th:last-child,
.notification-settings thead tr th:last-child,
.forum-notifications thead tr th:last-child {
  text-align: center;
}
.profile-settings tbody tr:nth-of-type(2n + 1),
.notification-settings tbody tr:nth-of-type(2n + 1),
.forum-notifications tbody tr:nth-of-type(2n + 1) {
  background-color: #f8f8f8;
}
.profile-settings tbody tr td,
.notification-settings tbody tr td,
.forum-notifications tbody tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-settings tbody tr td:last-child,
.notification-settings tbody tr td:last-child,
.forum-notifications tbody tr td:last-child {
  text-align: center;
}
.profile-settings tbody tr td a.mark-read, .profile-settings tbody tr td a.mark-unread, .profile-settings tbody tr td a.delete,
.notification-settings tbody tr td a.mark-read,
.notification-settings tbody tr td a.mark-unread,
.notification-settings tbody tr td a.delete,
.forum-notifications tbody tr td a.mark-read,
.forum-notifications tbody tr td a.mark-unread,
.forum-notifications tbody tr td a.delete {
  text-decoration: none;
  display: inline-block;
}

.notification-settings thead tr td.yes, .notification-settings thead tr td.no, .notification-settings thead tr th.yes, .notification-settings thead tr th.no, .notification-settings tbody tr td.yes, .notification-settings tbody tr td.no, .notification-settings tbody tr th.yes, .notification-settings tbody tr th.no {
  width: 2.5rem;
  max-width: 2.5rem;
  text-align: center;
}
.notification-settings thead tr td:first-child, .notification-settings thead tr th:first-child, .notification-settings tbody tr td:first-child, .notification-settings tbody tr th:first-child {
  display: none;
}

.messages-notices__item {
  padding: 1.5rem;
}
.messages-notices__item:nth-of-type(2n + 1) {
  background-color: #f8f8f8;
}
.messages-notices__item .activity {
  color: #828181;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.messages-notices__item .activity a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.messages-notices__item .thread-info {
  margin-top: 0.5rem;
}
.messages-notices__item .thread-excerpt {
  margin-top: 0.5rem;
}

.messages-notices__button {
  margin-top: 1rem;
}

/* ==========================================================================
SINGLE GROUP HEADER
========================================================================== */
.group-header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 16.5625rem;
  padding: 2rem;
  margin-top: 2.8125rem;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 40em) {
  .group-header {
    padding: 2.5rem;
  }
}
.group-header > {
  width: 100%;
}

.group-header__overlay {
  background-color: #432f06;
  opacity: 0.5;
}

.group-header__gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

.group-header__title {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 500;
}
@media all and (min-width: 40em) {
  .group-header__title {
    font-size: 2.25rem;
  }
}

.group-header__menu {
  margin-left: -1rem;
  min-height: 3.125rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.group-header__menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.group-header__menu ul li {
  text-transform: uppercase;
  border-radius: 0;
}
.group-header__menu ul li a {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  color: #fff;
  transition: all 0.3s;
}
.group-header__menu ul li.current a, .group-header__menu ul li:hover a {
  color: #a48952;
}
.group-header__menu ul li.current {
  background-color: #fff;
}
.group-header__menu ul .submenu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.group-header__menu ul .submenu li a {
  color: #828181;
}
.group-header__menu ul .submenu li.current a, .group-header__menu ul .submenu li:hover a {
  color: #a48952;
}
.group-header__menu a {
  text-decoration: none;
  font-weight: bold;
}

.user-header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 16.5625rem;
  padding: 2rem;
  margin-top: 2.8125rem;
  margin-bottom: 2.5rem;
}
.user-header > div {
  width: 100%;
}
@media all and (min-width: 40em) {
  .user-header {
    padding: 2rem 2.5rem;
  }
}

.user-header--view {
  margin-top: 0;
  margin-bottom: 0;
}

.user-header__overlay {
  background-color: #432f06;
  opacity: 0.4;
}

.user-header__gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

.user-header__name {
  display: flex;
  align-items: center;
}

.user-header__avatar {
  width: 7.5rem;
  height: 7.5rem;
}

.user-header__title {
  color: #fff;
  margin: 0;
  padding: 0;
  padding-left: 1.5rem;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 500;
}
@media all and (min-width: 40em) {
  .user-header__title {
    font-size: 2.25rem;
  }
}

.user-header__menu {
  margin-left: -1rem;
  min-height: 3.125rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.user-header__menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.user-header__menu ul li {
  text-transform: uppercase;
  border-radius: 0;
}
.user-header__menu ul li a {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  color: #fff;
  transition: all 0.3s;
}
.user-header__menu ul li.current a, .user-header__menu ul li:hover a {
  color: #a48952;
}
.user-header__menu ul li.current {
  background-color: #fff;
}
.user-header__menu ul .submenu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.user-header__menu ul .submenu li a {
  color: #828181;
}
.user-header__menu ul .submenu li.current a, .user-header__menu ul .submenu li:hover a {
  color: #a48952;
}
.user-header__menu a {
  text-decoration: none;
  font-weight: bold;
}

.user-sidebar-info {
  margin-bottom: 2.5rem;
}
.user-sidebar-info h5 {
  font-size: 0.875rem;
  line-height: 1;
  color: #828181;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.user-sidebar-info p {
  margin-bottom: 1rem;
}

.user-sidebar-info__header {
  margin-bottom: 2rem;
}

.user-sidebar-groups {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 40em) {
  .user-sidebar-groups {
    margin-bottom: 0;
  }
}

.group-posts {
  margin-top: 2rem;
}
@media all and (min-width: 40em) {
  .group-posts {
    margin-top: 0;
  }
}

.group-posts--user {
  margin-top: -1rem;
}
@media all and (min-width: 40em) {
  .group-posts--user {
    margin-top: -1rem;
  }
}

.group-posts__entry:nth-of-type(2n + 2) {
  background-color: #f8f8f8;
}
.group-posts__entry.c-post-entry:not(.c-post-entry--announced) a {
  text-decoration: underline;
}

.c-post-entry {
  padding: 2rem 1.5rem;
}
.c-post-entry a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.c-post-entry--announced {
  padding: 1.8rem 1.5rem 1.5rem;
  border: 2px solid #a58a53;
  position: relative;
}
.c-post-entry--announced:nth-of-type(2n + 1) {
  background-color: #f8f8f8;
}
.c-post-entry--announced:before {
  content: attr(data-announced);
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  color: #a48952;
  font-weight: bold;
  transform: translateY(-50%);
  padding: 0 0.25rem;
  background-color: #f8f8f8;
}

.c-post-entry--single {
  display: flex;
}

.c-post-entry--single__avatar {
  flex: 0 0 5rem;
  margin-right: 2rem;
}
.c-post-entry--single__avatar .c-circle-img {
  width: 5rem;
  height: 5rem;
}
.c-post-entry--single__avatar p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #828181;
  font-weight: 500;
  text-align: center;
  line-height: 1.35;
}

.c-post-entry--single__content {
  width: calc(100% - 7rem);
  flex: 0 0 calc(100% - 7rem);
}

.c-post-entry__date {
  font-size: 0.875rem;
  line-height: 1;
  color: #a48952;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.c-post-entry__title {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 0.9rem;
  color: #000;
  text-decoration: none;
  border: none;
}
.c-post-entry__title a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.c-post-entry__meta {
  margin-top: 1rem;
  color: #828181;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.c-post-entry__meta a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.replies {
  padding-left: 1rem;
  padding-right: 1rem;
}

.replies--wide {
  padding-left: 0;
  padding-right: 0;
}

.replies__subheader {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.replies__entry:nth-of-type(2n + 2) {
  background-color: #f8f8f8;
}

.reply-form {
  margin-top: 1rem;
}

.c-reply-entry {
  display: flex;
  padding: 2rem 2rem;
}
.c-reply-entry a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.c-reply-entry--wide {
  flex-wrap: wrap;
}
.c-reply-entry--wide .c-reply-entry__avatar,
.c-reply-entry--wide .c-reply-entry__content {
  width: 100%;
  flex-basis: 100%;
}

.c-reply-entry__avatar {
  flex: 0 0 2.8125rem;
  margin-right: 1.5rem;
}
.c-reply-entry__avatar .c-circle-img {
  width: 2.8125rem;
  height: 2.8125rem;
  text-align: center;
  display: block;
}
.c-reply-entry__avatar p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #828181;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.c-reply-entry__content {
  width: calc(100% - 2.8125rem - 1.5rem);
  flex: 0 0 calc(100% - 2.8125rem - 1.5rem);
}
.c-reply-entry__content p {
  font-size: 1rem;
  margin-bottom: 0;
}

.c-reply-entry__date {
  font-size: 0.875rem;
  line-height: 1;
  color: #828181;
  font-weight: 400;
  margin-bottom: 1rem;
}

.c-reply-entry__meta {
  margin-top: 1rem;
  color: #828181;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.c-reply-entry__meta a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.btn-more {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}
.btn-more:hover {
  color: #a48952;
}

.btn-send {
  width: 12.5rem;
  height: 3.125rem;
  background-color: #fff;
  color: #a48952;
  text-transform: uppercase;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}
.btn-send i {
  display: inline-block;
  margin-right: 0.5rem;
}
.btn-send span {
  position: relative;
  top: 2px;
}
.btn-send:hover {
  background-color: #a48952;
  color: #fff;
}

.group-admins, .group-members {
  margin-top: 1.5rem;
}

.group-members__btn {
  display: inline-block;
  margin-top: 1rem;
}

.sep {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 300;
}

.forum-container button[type=button] {
  margin-top: 1rem;
}

.bp-avatar-nav ul.avatar-nav-items {
  border: none;
  margin: 0;
}
.bp-avatar-nav ul.avatar-nav-items li.current {
  border: none;
  margin: 0;
  padding: 0;
}
.bp-avatar-nav ul.avatar-nav-items li.current a {
  border: none;
  margin: 0;
}

.form-login-container {
  width: 100%;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.form-login-container .form-login-footer {
  margin-top: 2rem;
}

.form-login a {
  font-style: italic;
}
.form-login .error {
  text-align: center;
}
.form-login .error a {
  font-style: italic;
}

.whats-new-form {
  margin-bottom: 4rem;
}

.activity-greeting {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  margin-bottom: 0;
}

.edit-group-list {
  margin-bottom: 2rem;
}
.edit-group-list ul {
  margin: 0;
  list-style-type: none;
}

.group-edit-widget {
  margin-top: 2rem;
}

#message-thread a.button {
  margin: 1rem 0;
}

.message-content {
  margin: 1rem 0;
}
.message-content .submit {
  margin-top: 1rem;
}

.info {
  margin-top: 1.5rem;
}

.bp-cover-image-status .warning {
  display: none !important;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bpfb_images img {
  width: 100%;
}

.bpfb_toolbar_container {
  padding-top: 1rem !important;
}

.bpfb_controls_container {
  padding-top: 1rem !important;
}
.bpfb_controls_container input[type=button],
.bpfb_controls_container #bpfb_cancel_action {
  display: inline-block;
  margin: auto;
  border: 1px solid #a58a53 !important;
  padding: 0.5rem 1.8rem 0.5rem !important;
  font-size: 1.1rem !important;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: 2px !important;
  color: #a58a53;
  background-color: #eee;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  text-transform: uppercase;
}
.bpfb_controls_container input[type=button]:hover,
.bpfb_controls_container #bpfb_cancel_action:hover {
  color: #fff;
  background: #a58a53;
}
.bpfb_controls_container input[type=text] {
  margin-bottom: 1rem;
}

#bpfb_cancel {
  border: 1px solid #a58a53 !important;
}

.bpfb_actions_container.bpfb-theme-round .button-primary.bpfb_primary_button.bpfb_primary_button,
.bpfb_actions_container.bpfb-theme-round .qq-upload-button.qq-upload-button,
.bpfb_actions_container.bpfb-theme-round .button-primary.bpfb_primary_button.bpfb_primary_button,
.bpfb_actions_container.bpfb-theme-round .qq-upload-button.qq-upload-button,
#bpfb_cancel_action {
  border: 1px solid #a58a53 !important;
  background-color: #eee !important;
  width: auto !important;
  padding: 0.5rem 1.8rem 0.5rem !important;
  font-size: 1.1rem !important;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: 2px !important;
  color: #a58a53 !important;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s;
}
.bpfb_actions_container.bpfb-theme-round .button-primary.bpfb_primary_button.bpfb_primary_button:hover,
.bpfb_actions_container.bpfb-theme-round .qq-upload-button.qq-upload-button:hover,
.bpfb_actions_container.bpfb-theme-round .button-primary.bpfb_primary_button.bpfb_primary_button:hover,
.bpfb_actions_container.bpfb-theme-round .qq-upload-button.qq-upload-button:hover,
#bpfb_cancel_action:hover {
  color: #fff !important;
  background: #a58a53 !important;
}

#bpfb_cancel_action {
  margin-top: 1rem;
}

#bpfb_tmp_document_list,
#bpfb_tmp_photo_list {
  margin: 0 auto 0 1.875rem;
}
#bpfb_tmp_document_list li,
#bpfb_tmp_photo_list li {
  margin: 0.5rem auto;
}

#bpfb_remote_image_container {
  margin-bottom: 0 !important;
}
#bpfb_remote_image_container .bpfb_remote_image {
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}

.bpfb_preview_container {
  margin-bottom: 0 !important;
}
.bpfb_preview_container .iframe-wrapper,
.bpfb_preview_container table {
  margin: 1rem auto !important;
}
.bpfb_preview_container table {
  margin: 1rem auto;
  border: 1px solid #ccc;
  padding: 1rem 0;
  font-size: 0.765em;
}
.bpfb_preview_container .bpfb_thumbnail_chooser {
  margin: 1rem auto;
}

.bpfb_preview_photo_item {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.bpfb_actions_container.bpfb-theme-round .qq-upload-button.qq-upload-button {
  padding-bottom: 0.975rem !important;
  padding-top: 0.975rem !important;
}

.qq-upload-button-hover {
  color: #fff !important;
  background: #a58a53 !important;
}

.bpfb_controls_container input {
  max-width: 100% !important;
}

.bpfb_link_contents {
  float: none !important;
}

.tabs {
  border: 0;
  border-bottom: 2px solid #808080;
  margin-bottom: 0.5rem;
}
.tabs .tabs-title {
  width: 50%;
  border: 0;
}
.tabs .tabs-title a {
  font-size: 2.125rem;
  text-decoration: none;
  color: #c1c1c1;
  padding: 0 0 1rem 0;
  text-align: left;
  border: 0;
  background: transparent;
}
.tabs .tabs-title a:focus {
  outline: none;
}
@media all and (max-width: 40em) {
  .tabs .tabs-title a {
    font-size: 1rem;
  }
}
.tabs .tabs-title.is-active a {
  color: #828181;
}

.tabs-content {
  border: 0;
}
.tabs-content .tabs-panel {
  padding: 0;
}

body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-size: 1.125rem;
}

body .gform_wrapper .top_label .gfield_label {
  font-size: 1rem;
}

.gform_wrapper.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: initial;
}

.gform_wrapper.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 0 !important;
}
.gform_wrapper.gform_wrapper .gsection {
  text-transform: uppercase;
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 2rem 0 1rem !important;
}
.gform_wrapper.gform_wrapper input,
.gform_wrapper.gform_wrapper textarea {
  border: 2px solid #a58a53;
}
.gform_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_wrapper textarea {
  padding: 0.875rem 0.765em;
  font-size: 1rem;
  line-height: 1.25;
  font-family: Roboto, Arial, sans-serif;
}
.gform_wrapper.gform_wrapper input[type=checkbox] {
  display: none !important;
}
.gform_wrapper.gform_wrapper input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  border: 2px solid #a58a53;
  padding: 0;
  line-height: 1em;
  height: 1.5em;
  width: 1.5em;
  position: relative;
  top: 0.25em;
  margin-right: 1.5em;
}
.gform_wrapper.gform_wrapper input[type=checkbox][disabled] + label {
  opacity: 0.4;
}
.gform_wrapper.gform_wrapper input[type=checkbox]:checked + label:before {
  background-image: url(../images/close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gform_wrapper.gform_wrapper .gfield {
  padding-right: 0 !important;
}
@media all and (min-width: 40em) {
  .gform_wrapper.gform_wrapper .gf_left_half,
.gform_wrapper.gform_wrapper .gf_left_third,
.gform_wrapper.gform_wrapper .gf_middle_third {
    padding-right: 1rem !important;
  }
}
@media all and (min-width: 40em) {
  .gform_wrapper.gform_wrapper .gf_left_third {
    width: 25% !important;
  }
}
@media all and (min-width: 40em) {
  .gform_wrapper.gform_wrapper .gf_middle_third {
    width: 25% !important;
  }
}
@media all and (min-width: 40em) {
  .gform_wrapper.gform_wrapper .gf_right_third {
    width: 50% !important;
  }
}

.ui-selectmenu-button {
  border-radius: 0 !important;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.54em 2.1em 0.53em 0.765em;
  padding: 0.875rem 0.765em;
  font-size: 1rem;
  line-height: 1.25;
  font-family: Roboto, Arial, sans-serif;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 2px solid #a58a53 !important;
  background: #fff !important;
  font-weight: normal;
  color: #000;
  display: block;
}

.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #a58a53 !important;
  background: rgba(165, 138, 83, 0.15) !important;
  font-weight: normal;
  color: #000;
}

.ui-menu .ui-menu-item {
  font-size: 1rem;
  font-family: Roboto, Arial, sans-serif;
}

.ui-selectmenu-menu .ui-menu {
  max-height: 300px;
}

body .gform_wrapper {
  margin: 0.5rem 0;
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper ul li.gfield,
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-bottom: 0.5rem;
  }
}
.ui-selectmenu-button span.ui-icon {
  background-image: url(../images/select.svg);
  width: 1rem;
  height: 1.25rem;
  background-position: center;
  background-size: contain;
  margin-top: -10px;
}

body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background: none;
  padding: 0;
  border: none;
  background-image: url(../images/file.svg);
  background-size: 25px 25px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
body .gform_wrapper .gform_fileupload_multifile .gform_drop_area span.gform_drop_instructions {
  display: none;
}
body .gform_wrapper .gform_fileupload_multifile .gform_drop_area input.button.gform_button_select_files {
  border: 2px solid #a58a53 !important;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  font-family: Roboto, Arial, sans-serif;
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  text-align: left;
  line-height: 1.25;
  padding: 0.875rem 0.765em !important;
}
body .gform_wrapper .gform_fileupload_multifile .gform_drop_area input.button.gform_button_select_files:hover {
  background-color: transparent;
}

.label-hidden {
  font-weight: bold;
}
.label-hidden .gfield_label {
  display: none !important;
}

body .gform_wrapper .validation_message ul {
  margin: 0;
}

body .gform_wrapper .gform_footer input[type=submit] {
  font-size: 18px;
  line-height: 1;
  font-family: Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #a58a53;
  color: #fff;
  padding: 0.875rem 1rem;
  min-width: 185px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
  opacity: 0.9;
}

@media only screen and (min-width: 641px) {
  body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50% !important;
  }

  body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;
  }

  body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 3px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 8px;
}

body .gform_wrapper .gfield_error .gfield_label {
  color: #000;
}

body .gform_wrapper .validation_message {
  color: red;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 2px solid #a58a53 !important;
}

body .gform_wrapper div.validation_error {
  border: none;
  color: red;
  background: none;
}

.gform_confirmation_message h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #a58a53;
  padding-top: 3rem;
  font-weight: bold;
  margin-bottom: 0;
}
.gform_confirmation_message h4, .gform_confirmation_message p {
  font-size: rem-calc(18);
}

.gfield_file {
  position: relative;
}
.gfield_file .validation_message {
  display: none !important;
}

.gfield_html {
  float: left;
}
@media all and (min-width: 641px) {
  .gfield_html:not(#field_4_15) {
    position: relative;
    top: 62px;
  }
}

.ginput_preview {
  position: absolute;
  bottom: 2px;
  left: 2px;
  background: #fff;
  padding-left: 12px;
  width: 90%;
  height: 46px;
  line-height: 46px;
  z-index: 1;
}

.gform_delete {
  position: relative;
  top: -2px;
}

.span-label {
  font-weight: 300;
}

/* ==========================================================================
FORM
========================================================================== */
#search-messages-form:after,
.eriac-form:after {
  content: "";
  display: table;
  clear: both;
}
#search-messages-form .editfield,
.eriac-form .editfield {
  width: 100%;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding-top: 0;
}
#search-messages-form .editfield > label,
.eriac-form .editfield > label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.3;
  clear: both;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#search-messages-form .editfield fieldset,
#search-messages-form .editfield p,
#search-messages-form .editfield .field-visibility-settings-notoggle,
.eriac-form .editfield fieldset,
.eriac-form .editfield p,
.eriac-form .editfield .field-visibility-settings-notoggle {
  font-size: 0.875rem;
  font-family: "Arial";
  font-weight: 400;
}
#search-messages-form fieldset,
.eriac-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#search-messages-form fieldset legend,
.eriac-form fieldset legend {
  margin-bottom: 0.5rem;
}
#search-messages-form input,
#search-messages-form textarea,
.eriac-form input,
.eriac-form textarea {
  border: 2px solid #a58a53;
}
#search-messages-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#search-messages-form textarea,
.eriac-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.eriac-form textarea {
  display: block;
  width: 100%;
  padding: 0.875rem 0.765em;
  font-size: 1rem;
  line-height: 1.25;
  font-family: Roboto, Arial, sans-serif;
}
#search-messages-form .radio > label,
.eriac-form .radio > label {
  display: block;
  margin-bottom: 0.5rem;
}
#search-messages-form .radio ul,
.eriac-form .radio ul {
  margin-top: 0.5rem;
}
#search-messages-form .radio input[type=radio],
.eriac-form .radio input[type=radio] {
  display: none !important;
}
#search-messages-form input[type=checkbox],
.eriac-form input[type=checkbox] {
  display: none !important;
}
#search-messages-form input[type=radio] + span:before, #search-messages-form input[type=radio] + label:before,
#search-messages-form input[type=checkbox] + label:before,
.eriac-form input[type=radio] + span:before,
.eriac-form input[type=radio] + label:before,
.eriac-form input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  border: 2px solid #a58a53;
  padding: 0;
  line-height: 1em;
  height: 1.5em;
  width: 1.5em;
  position: relative;
  top: 0.25em;
  margin-right: 1.5em;
}
#search-messages-form input[type=radio][disabled] + span, #search-messages-form input[type=radio][disabled] + label,
#search-messages-form input[type=checkbox][disabled] + label,
.eriac-form input[type=radio][disabled] + span,
.eriac-form input[type=radio][disabled] + label,
.eriac-form input[type=checkbox][disabled] + label {
  opacity: 0.4;
}
#search-messages-form input[type=radio]:checked + span:before,
#search-messages-form input[type=radio]:checked + label:before,
#search-messages-form input[type=checkbox]:checked + label:before,
.eriac-form input[type=radio]:checked + span:before,
.eriac-form input[type=radio]:checked + label:before,
.eriac-form input[type=checkbox]:checked + label:before {
  background-image: url(../images/close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#search-messages-form [type=submit],
.eriac-form [type=submit] {
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  font-family: Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #a58a53;
  color: #fff;
  padding: 0.875rem 1rem;
  min-width: 185px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
#search-messages-form [type=submit]:hover,
.eriac-form [type=submit]:hover {
  opacity: 0.9;
}
#search-messages-form ul.acfb-holder li,
.eriac-form ul.acfb-holder li {
  float: none;
  margin: 0;
}
#search-messages-form ul.acfb-holder li input,
.eriac-form ul.acfb-holder li input {
  width: 100% !important;
}

#search-messages-form {
  margin-bottom: 1rem;
}
@media all and (min-width: 40em) {
  #search-messages-form {
    display: flex;
  }
}
#search-messages-form label {
  display: block;
}
@media all and (min-width: 40em) {
  #search-messages-form label {
    width: calc(100% - 12rem);
  }
}
#search-messages-form input[type=submit] {
  width: 100%;
}
@media all and (min-width: 40em) {
  #search-messages-form input[type=submit] {
    width: 12rem;
  }
}

.template-member-list {
  margin-top: 2rem;
}

.js-submenu {
  width: 100%;
}

/*# sourceMappingURL=custom.css.map */
