@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,800,900');
/* Fonts */
/* Custom fonts that need to be loaded by .tff go below
 @font-face {
 font-family: Antonio;
 src: url(../fonts/Antonio-Regular.ttf);
 }
 */
/* Media query break-points */
/* Color scheme */
/* Mixins */
/* Import partials */
/*!
 * Font Awesome Free 5.0.9 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.3333333333em;
  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 {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frown:before {
  content: "\f119";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-male:before {
  content: "\f183";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-moon:before {
  content: "\f186";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-strava:before {
  content: "\f428";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.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;
}
/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../scss/font-awesome/fa-solid-900.eot");
  src: url("../scss/font-awesome/fa-solid-900.eot?#iefix") format('embedded-opentype'), url("../scss/font-awesome/fa-solid-900.woff2") format('woff2'), url("../scss/font-awesome/fa-solid-900.woff") format('woff'), url("../scss/font-awesome/fa-solid-900.ttf") format('truetype'), url("../scss/font-awesome/fa-solid-900.svg#fontawesome") format('svg');
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../scss/font-awesome/fa-brands-400.eot");
  src: url("../scss/font-awesome/fa-brands-400.eot?#iefix") format('embedded-opentype'), url("../scss/font-awesome/fa-brands-400.woff2") format('woff2'), url("../scss/font-awesome/fa-brands-400.woff") format('woff'), url("../scss/font-awesome/fa-brands-400.ttf") format('truetype'), url("../scss/font-awesome/fa-brands-400.svg#fontawesome") format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../scss/font-awesome/fa-regular-400.eot");
  src: url("../scss/font-awesome/fa-regular-400.eot?#iefix") format('embedded-opentype'), url("../scss/font-awesome/fa-regular-400.woff2") format('woff2'), url("../scss/font-awesome/fa-regular-400.woff") format('woff'), url("../scss/font-awesome/fa-regular-400.ttf") format('truetype'), url("../scss/font-awesome/fa-regular-400.svg#fontawesome") format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/* # Table of Contents
 - HTML5 Reset
 - Baseline Normalize
 - Box Sizing
 - Float Clearing
 - Defaults
 - Typographical Elements
 - Headings
 - Objects
 - Gallery
 - Forms
 - Tables
 - Screen Reader Text
 - Structure and Layout
 - Site Containers
 - Column Widths and Positions
 - Column Classes
 - Common Classes
 - Avatar
 - Genesis
 - Search Form
 - Titles
 - WordPress
 - Widgets
 - Featured Content
 - Plugins
 - Genesis eNews Extended
 - Jetpack
 - Site Header
 - Title Area
 - Widget Area
 - Site Navigation
 - Accessible Menu
 - Site Header Navigation
 - Primary Navigation
 - Secondary Navigation
 - Skip Links
 - Content Area
 - Entries
 - Entry Meta
 - Pagination
 - Comments
 - Sidebars
 - Footer Widgets
 - Site Footer
 - Media Queries
 - Retina Display
 - Max-width: 1200px
 - Max-width: 960px
 - Max-width: 800px
 - Print Styles
 */
/* # HTML5 Reset
 ---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
 --------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: 0 0;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #333;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* ## Box Sizing
 --------------------------------------------- */
html, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* ## Float Clearing
 --------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table;
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/* ## Defaults
 ---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
 --------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}
/* Chrome fix */
body > div {
  font-size: 1.8rem;
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}
.row {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a {
  color: #141823;
  text-decoration: none;
}
a:hover, a:focus {
  color: #141823;
  text-decoration: none;
}
p {
  margin: 0 0 20px;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}
b, strong {
  font-weight: 700;
}
blockquote, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 40px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
/* ## Headings
 --------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
/* ## Objects
 --------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img, .gallery img {
  width: auto;
}
/* ## Gallery
 --------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover, .gallery img:focus {
  border: 1px solid #999;
}
/* ## Forms
 --------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}
input:focus, textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 5px 25px;
  text-transform: uppercase;
  width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus {
  background-color: #c3251d;
  color: #fff;
}
.entry-content .button:hover, .entry-content .button:focus {
  color: #fff;
}
.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .button {
  background-color: #c3251d;
  color: #fff;
}
.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"], .footer-widgets .button:hover, .footer-widgets button:focus, .footer-widgets input:focus[type="button"], .footer-widgets input:focus[type="reset"], .footer-widgets input:focus[type="submit"], .footer-widgets .button:focus {
  background-color: #fff;
  color: #333;
}
.button {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* ## Tables
 --------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td, th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
th {
  font-weight: 400;
}
/* ## Screen Reader Text
 --------------------------------------------- */
.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.more-link {
  position: relative;
}
/* # Structure and Layout
 ---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
 --------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
}
.site-inner {
  clear: both;
  padding-top: 0;
}
/* ## Column Widths and Positions
 --------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* ### Content */
.content {
  float: left;
  width: 800px;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
  width: 580px;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
/* ## Column Classes
 --------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
}
.one-half, .three-sixths, .two-fourths {
  width: 50%;
}
.one-third, .two-sixths {
  width: 33%;
}
.four-sixths, .two-thirds {
  width: 66%;
}
.one-fourth {
  width: 25%;
}
.three-fourths {
  width: 75%;
}
.one-sixth {
  width: 14.5299145299%;
}
.five-sixths {
  width: 82.905982906%;
}
.first {
  clear: both;
  margin-left: 0;
}
/* # Common Classes
 ---------------------------------------------------------------------------------------------------- */
/* ## Avatar
 --------------------------------------------- */
.avatar {
  float: left;
}
.alignleft .avatar, .author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 16px 24px 0;
}
/* ## Genesis
 --------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}
.archive-description, .author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px;
}
.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.archive-description p:last-child, .author-box p:last-child {
  margin-bottom: 0;
}
/* ## Search Form
 --------------------------------------------- */
.search-form {
  overflow: hidden;
}
.site-header .search-form {
  float: right;
  margin-top: 12px;
}
.entry-content .search-form, .site-header .search-form {
  width: 50%;
}
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ## Titles
 --------------------------------------------- */
.archive-title {
  font-size: 20px;
  font-size: 2rem;
}
.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}
.entry-title a, .sidebar .widget-title a {
  color: #333;
}
.entry-title a:hover, .entry-title a:focus {
  color: #c3251d;
}
.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.footer-widgets .widget-title {
  color: #fff;
}
/* ## WordPress
 --------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone, .alignnone {
  margin-bottom: 12px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 28px;
}
/* # Widgets
 ---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}
/* ## Featured Content
 --------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}
.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}
/* # Plugins
 ---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
 --------------------------------------------- */
.enews-widget, .enews-widget .widget-title {
  color: #fff;
}
.sidebar .widget.enews-widget {
  background-color: #333;
}
.enews-widget input, .enews-widget input:focus {
  border: 1px solid #333;
}
.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
  background-color: #c3251d;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"], .enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #333;
}
.enews form + p {
  margin-top: 24px;
}
/* ## Jetpack
 --------------------------------------------- */
#wpstats {
  display: none;
}
/* # Skip Links
 ---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}
/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}
/* # Site Header
 ---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 160px;
}
.site-header .wrap {
  padding: 40px 0;
}
/* ## Title Area
 --------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px;
}
.header-full-width .title-area {
  width: 100%;
}
.site-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.site-title a, .site-title a:hover, .site-title a:focus {
  color: #333;
}
.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%;
}
.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.site-description, .site-title {
  margin-bottom: 0;
}
.header-image .site-description, .header-image .site-title {
  display: block;
  text-indent: -9999px;
}
/* ## Widget Area
 --------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}
/* # Site Navigation
 ---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  line-height: 0.5;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 24px 12px;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #c3251d;
  text-decoration: underline;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 16px !important;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  padding: 10px 0 0;
}
/* ## Accessible Menu
 --------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
/* ## Site Header Navigation
 --------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}
/* ## Primary Navigation
 --------------------------------------------- */
.nav-primary {
  text-align: center;
  background: none;
  border: 0px;
  float: left;
  min-width: 440px;
  margin-top: 10px;
  position: absolute;
}
.nav-primary .genesis-nav-menu a {
  color: #ccc;
  text-decoration: none;
}
.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu .current-menu-item > a {
  color: black;
  font-weight: 500;
  text-decoration: underline;
}
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #c3251d;
  text-decoration: underline;
}
/* ## Secondary Navigation
 --------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}
/* # Content Area
 ---------------------------------------------------------------------------------------------------- */
/* ## Entries
 --------------------------------------------- */
.entry {
  margin-bottom: 0;
  padding: 0;
}
.content .entry {
  background-color: #fff;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #333;
  color: #ddd;
}
/* ## Entry Meta
 --------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 24px;
}
.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}
.entry-categories, .entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
/* ## Pagination
 --------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a {
  background-color: #c3251d;
  text-decoration: underline;
}
/* ## Comments
 --------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}
.comment-respond, .entry-pings {
  padding: 40px 40px 16px;
}
.entry-comments {
  padding: 40px;
}
.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
}
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: 0;
}
.comment-content {
  clear: both;
  word-wrap: break-word;
}
.comment-list li {
  margin-top: 24px;
  padding: 32px;
}
.comment-list li li {
  margin-right: -32px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.entry-pings .reply {
  display: none;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}
/* # Sidebars
 ---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
}
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar p:last-child, .sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}
/* # Footer Widgets
 ---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px;
}
.footer-widgets, .footer-widgets a {
  color: #aaa;
}
.footer-widgets input {
  border: 1px solid #333;
}
.footer-widgets a.button, .footer-widgets a:hover, .footer-widgets a:focus {
  color: #fff;
}
.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.footer-widgets .widget {
  margin-bottom: 40px;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  width: 340px;
}
.footer-widgets-1 {
  margin-right: 60px;
}
.footer-widgets-1, .footer-widgets-2 {
  float: left;
}
.footer-widgets-3 {
  float: right;
}
/* # Site Footer
 ---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
/* # Media Queries
 ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content, .site-header .widget-area {
    width: 620px;
  }
  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
    width: 400px;
  }
  .sidebar-primary, .title-area {
    width: 300px;
  }
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .title-area {
    width: 300px;
  }
  .footer-widgets-1 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .sidebar-secondary, .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap, .site-header .widget-area, .title-area {
    width: 100%;
  }
  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .site-title > a {
    background-position: center top;
  }
  .genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align: center;
  }
  .genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .footer-widgets-1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  /*
   .site-inner,
   .wrap {
   padding-left: 5%;
   padding-right: 5%;
   }
   */
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget, .site-header {
    padding: 0;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
}
/* # Print Styles
 ---------------------------------------------------------------------------------------------------- */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content, .content-sidebar {
    width: 100%;
  }
  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote, pre, table {
    page-break-inside: avoid;
  }
  dl, ol, ul {
    page-break-before: avoid;
  }
}
.entry-title {
  display: none;
}
.post-edit-link {
  display: none;
}
.content-sidebar-wrap, .sidebar-secondary {
  display: none;
}
a.button {
  font-family: Tienne, serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
header {
  position: relative;
}
header .social {
  display: inline-block;
  font-size: 36px;
  padding-left: 2px;
}
@media only screen and (max-width: 500px) {
  header .social {
    font-size: 22px;
  }
}
header .social a {
  padding: 2px 6px 2px 6px;
}
header .title {
  color: white;
  text-transform: UPPERCASE;
  padding-right: 20px;
  padding-top: 4px;
  font-weight: bold;
  display: inline-block;
  font-size: 42px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media only screen and (max-width: 500px) {
  header .title {
    font-size: 24px;
    padding-right: 10px;
  }
}
header .navbar-wrap {
  min-height: 75px;
  background: #cc0103;
  position: relative;
  padding-top: 10px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 800px) {
  header .navbar-wrap {
    min-height: 54px;
    padding-bottom: 0;
  }
}
header .navbar-wrap .search-form {
  position: absolute;
  top: 21px;
  right: 12px;
}
@media screen and (max-width: 800px) {
  header .navbar-wrap .search-form {
    top: initial;
    display: block;
    width: 100%;
    padding: 12px 0;
    margin: auto;
    position: relative;
    right: initial;
    background: #cc0103;
    text-align: center;
  }
}
header .navbar-wrap .search-form input[type="search"] {
  padding: 6px;
  padding-left: 12px;
  width: 200px;
  color: white;
  float: left;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
header .navbar-wrap .search-form input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
header .navbar-wrap .search-form input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
header .navbar-wrap .search-form input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
header .navbar-wrap .search-form input[type="search"] :-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 800px) {
  header .navbar-wrap .search-form input[type="search"] {
    float: none;
  }
}
header .navbar-wrap .search-form button[type="submit"] {
  background-color: #048bdd;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 6.4px 16px;
  text-transform: uppercase;
  width: auto;
  vertical-align: top;
  display: inline-block;
  margin-left: -5px;
}
header .navbar-wrap .logo {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  header .navbar-wrap .logo {
    padding-top: 8px;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 800px) {
  header .navbar-wrap .logo {
    padding: 2px 0px 14px 8px;
  }
}
header .navbar-wrap .logo img {
  max-height: 54px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  header .navbar-wrap .logo img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  header .navbar-wrap .logo img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 800px) {
  header .navbar-wrap .logo img {
    max-height: 32px;
  }
}
header .navbar-wrap .nav-primary {
  float: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  left: inherit;
  right: 15%;
  z-index: 999;
  position: absolute;
  background: #cc0103;
  margin-top: -1px;
  width: inherit;
}
header .navbar-wrap .nav-primary .menu-item a {
  color: #cc0103;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  header .navbar-wrap .nav-primary .menu-item a {
    font-size: 14px;
  }
}
header .navbar-wrap .nav-primary .menu-item a:hover {
  color: #048bdd;
  font-weight: 200;
}
header .navbar-wrap .nav-primary .menu-item.current-menu-item > a {
  color: #cc0103;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  header .navbar-wrap .nav-primary {
    -webkit-box-shadow: 0px 6px 16px -3px rgba(183, 183, 183, 1);
    -moz-box-shadow: 0px 6px 16px -3px rgba(183, 183, 183, 1);
    box-shadow: 0px 6px 16px -3px rgba(183, 183, 183, 1);
    display: none;
    position: relative;
    margin-top: -1px;
    width: 100%;
    right: inherit;
  }
  header .navbar-wrap .nav-primary.displayNone {
    display: none;
  }
  header .navbar-wrap .nav-primary.displayBlock {
    display: inline-block;
  }
}
header .navbar-wrap .donate {
  display: inline-block;
  float: right;
  padding-top: 4px;
  padding-right: 20px;
}
header .navbar-wrap .donate a {
  background: #048bdd;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .navbar-wrap .donate a:hover {
  background: #036bab;
}
@media only screen and (max-width: 1023px) {
  header .navbar-wrap .donate {
    display: none;
  }
}
header .navbar-wrap .menu-toggle {
  margin-top: 0px !important;
}
@media only screen and (max-width: 800px) {
  header .navbar-wrap .menu-toggle {
    margin-top: -10px !important;
    line-height: 56px;
  }
}
header .spacer {
  height: 360px;
}
@media only screen and (max-width: 1024px) {
  header .spacer {
    height: 240px;
  }
}
@media only screen and (max-width: 800px) {
  header .spacer {
    height: 200px;
  }
}
@media only screen and (max-width: 500px) {
  header .spacer {
    height: 180px;
  }
}
header .donate.mobile {
  display: none;
  float: right;
  padding: 5px;
}
@media only screen and (max-width: 1023px) {
  header .donate.mobile {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}
header .donate.mobile a {
  background: #048bdd;
}
header .donate.mobile a:hover {
  background: #036bab;
}
.subscribe {
  background: #cc0103;
  position: relative;
  margin-top: 160px;
  padding-top: 82px;
  padding-bottom: 40px;
}
.subscribe .title {
  text-align: center;
  background: #048bdd;
  color: white;
  text-transform: uppercase;
  width: 600px;
  max-width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  top: -34%;
  margin: auto;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .subscribe .title {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .subscribe .title {
    width: 80%;
    top: -14%;
  }
}
@media only screen and (max-width: 500px) {
  .subscribe .title {
    top: -10%;
  }
}
.subscribe .title .main {
  font-size: 35px;
}
@media only screen and (max-width: 800px) {
  .subscribe .title .main {
    font-size: 28px;
  }
}
@media only screen and (max-width: 500px) {
  .subscribe .title .main {
    font-size: 21px;
  }
}
.subscribe .title .sub {
  font-size: 30px;
}
@media only screen and (max-width: 800px) {
  .subscribe .title .sub {
    font-size: 28px;
  }
}
@media only screen and (max-width: 500px) {
  .subscribe .title .sub {
    font-size: 18px;
  }
}
.subscribe .form {
  display: table;
  margin: auto;
}
.subscribe .form .gform_wrapper {
  margin-left: 1% !important;
  margin-right: 1% !important;
}
@media only screen and (max-width: 800px) {
  .subscribe .form .gform_body {
    display: block !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 800px) {
  .subscribe .form {
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .subscribe .form li {
    display: block !important;
    padding-right: 0px !important;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 800px) {
  .subscribe .form .gform_footer.top_label {
    display: block !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 800px) {
  .subscribe .form input {
    line-height: 1.5 !important;
  }
}
.footer {
  background: #999;
  margin-top: 10px;
}
.footer .wrap {
  width: 100%;
  max-width: 1100px;
  padding: 40px 20px;
}
.footer .wrap .footer-menus .menu {
  margin-bottom: 30px;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1000px) {
  .footer .wrap .footer-menus .menu {
    width: 50%;
    padding-left: 60px;
  }
}
@media screen and (max-width: 750px) {
  .footer .wrap .footer-menus .menu {
    padding-left: 15px;
  }
}
@media screen and (max-width: 650px) {
  .footer .wrap .footer-menus .menu {
    padding-left: 4px;
  }
}
@media screen and (max-width: 600px) {
  .footer .wrap .footer-menus .menu {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
}
.footer .wrap .footer-menus .menu div, .footer .wrap .footer-menus .menu a {
  color: #eee;
}
.footer .wrap .footer-menus .menu .link a {
  font-size: 17px;
}
.footer .wrap .footer-menus .menu .header {
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .footer .wrap .footer-menus .menu .header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
}
.footer .disclaimer {
  font-size: 12px;
  color: #ccc;
  font-weight: bold;
  padding: 26px 20px;
  border: 2px #ddd solid;
  text-align: center;
  max-width: 600px;
  border-radius: 12px;
  margin: auto;
  margin-top: 60px;
}
.footer .disclaimer a {
  color: #cc0103;
}
.footer .right {
  display: inline-block;
  width: 55%;
}
@media only screen and (max-width: 800px) {
  .footer .right {
    width: 100%;
    display: block;
  }
}
.footer .right .copyright {
  text-align: center;
  border: 1px solid white;
  padding: 2px 20px 2px 10px;
  color: white;
  font-size: 12px;
}
@media only screen and (max-width: 800px) {
  .footer .right .social {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 16px;
  }
}
.footer .right .privacy {
  color: white;
  padding-top: 20px;
  padding-left: 12px;
  font-size: 16px;
}
@media only screen and (max-width: 800px) {
  .footer .right .privacy {
    text-align: center;
    padding-left: 0px;
  }
}
.footer .right .privacy a {
  color: white;
}
.footer .donate .button {
  background: #048bdd;
}
.footer .donate .button:hover {
  background: #036bab;
}
.footer .social a {
  padding-left: 8px;
  padding-right: 8px;
}
.form input {
  font-size: 22px !important;
}
.form input[type="submit"] {
  background-color: #048bdd;
}
.form input[type="submit"]:hover {
  background: #036bab;
}
.form input:not([type="submit"]) {
  padding-left: 8px !important;
}
.form input:not([type="submit"])::-webkit-input-placeholder {
  color: #363743;
}
.form input:not([type="submit"])::-moz-placeholder {
  color: #363743;
}
.form input:not([type="submit"]):-ms-input-placeholder {
  color: #363743;
}
.form input:not([type="submit"]) :-moz-placeholder {
  color: #363743;
}
.gform_wrapper .validation_error {
  display: none;
}
.gradient-odd-l {
  background: url(../images/odd-gradient-l.png);
}
.gradient-even-r {
  background: url(../images/even-gradient-r.png);
}
.blank-page {
  padding-left: 5%;
  padding-right: 5%;
}
.blank-page .wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.social iframe {
  vertical-align: bottom;
}
.social .spacer {
  width: 8px;
  display: inline-block;
}
.overlay {
  position: relative;
}
.overlay:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.overlay.primary:after {
  background: rgba(204, 1, 3, 0.67);
}
.overlay.secondary:after {
  background: rgba(0, 140, 225, 0.67);
}
.fa-2x {
  padding: 10px 12px 10px 12px;
  border-radius: 60px;
  background: white;
  color: #999;
}
.header_1 {
  font-family: Tienne, serif;
  font-size: 48px;
}
.only_mobile {
  display: none;
}
@media only screen and (max-width: 800px) {
  .only_mobile {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .hide_mobile {
    display: none;
  }
}
.action_buttons {
  margin: auto;
  width: 98%;
  max-width: 1200px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .action_buttons {
    margin-bottom: 26px;
  }
}
.action_buttons .action_button {
  display: inline-block;
  width: 33.33%;
  padding: 14px;
}
@media only screen and (max-width: 800px) {
  .action_buttons .action_button {
    padding: 5px;
  }
}
.action_buttons .action_button img {
  width: 100%;
  vertical-align: bottom;
}
.content-wrap {
  max-width: 1000px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrap.sticky-padding {
  padding-top: 56px;
}
.content-wrap img {
  vertical-align: bottom;
}
.content-wrap p {
  margin-bottom: 16px;
  font-size: 20px;
}
.content-wrap h1, .content-wrap h2, .content-wrap h3, .content-wrap h4, .content-wrap h5, .content-wrap h6 {
  color: #cc0103;
}
.content-wrap a {
  color: #cc0103;
  text-decoration: underline;
}
.reduced_z_index {
  z-index: 8 !important;
}
.default_form_title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  color: #cc0103;
  text-align: center;
  font-size: 28px;
  padding-top: 12px;
  letter-spacing: 1px;
}
.default_form {
  padding-bottom: 60px;
}
.default_form .gform_confirmation_message {
  text-align: center;
}
.default_form .gform_wrapper {
  margin: auto;
  max-width: 668px;
}
@media only screen and (max-width: 800px) {
  .default_form .gform_wrapper {
    max-width: 300px;
  }
}
.default_form .gform_wrapper .gform_body {
  display: inline-block;
  width: inherit;
}
@media only screen and (max-width: 800px) {
  .default_form .gform_wrapper .gform_body {
    display: block;
    width: 100%;
  }
}
.default_form .gform_wrapper .gform_body input {
  border-radius: 12px;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 16px !important;
  width: 100% !important;
  border: 2px solid #bbb;
}
.default_form .gform_wrapper .gform_body input::-webkit-input-placeholder {
  color: rgba(119, 119, 119, .9);
}
.default_form .gform_wrapper .gform_body input::-moz-placeholder {
  color: rgba(119, 119, 119, .9);
}
.default_form .gform_wrapper .gform_body input:-ms-input-placeholder {
  color: rgba(119, 119, 119, .9);
}
.default_form .gform_wrapper .gform_body input :-moz-placeholder {
  color: rgba(119, 119, 119, .9);
}
.default_form .gform_wrapper .gform_body li {
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  .default_form .gform_wrapper .gform_body li {
    display: block;
    padding-right: 0px;
  }
}
.default_form .gform_wrapper .gform_body li.gfield_error {
  width: inherit;
  max-width: inherit;
  background-color: inherit;
  margin-bottom: 0px;
  border-top: inherit;
  border-bottom: inherit;
  padding-bottom: inherit;
  padding-top: inherit;
}
.default_form .gform_wrapper .gform_body li.gfield_error input {
  border: 2px solid #048bdd !important;
}
.default_form .gform_wrapper .gform_body li .validation_message {
  display: none;
}
.default_form .gform_wrapper .gform_footer {
  display: inline-block;
  width: inherit;
  margin-top: 0px;
  padding-top: 12px;
}
@media only screen and (max-width: 800px) {
  .default_form .gform_wrapper .gform_footer {
    display: block;
  }
}
.default_form .gform_wrapper .gform_footer input {
  border-radius: 12px;
  background: #048bdd;
  color: white;
  font-family: Kanit;
  font-weight: 500;
  line-height: 30px !important;
  margin-right: 0px;
}
@media only screen and (max-width: 800px) {
  .default_form .gform_wrapper .gform_footer input {
    width: 100% !important;
    line-height: 44px !important;
  }
}
.default_form .gform_wrapper li {
  margin-top: 0px;
}
.social_media {
  display: inline-block;
  background: #f4f4f4;
  padding: 10px;
  max-height: 540px;
  overflow-y: scroll;
}
@media only screen and (max-width: 800px) {
  .social_media {
    display: block;
    width: 100%;
  }
}
.social_media .title {
  font-size: 32px;
  font-weight: 400;
  color: #004a8d;
  padding-bottom: 10px;
  line-height: 26px;
}
.social_media .fts-jal-fb-user-thumb {
  float: right;
}
.social_media .fts-jal-fb-user-thumb a {
  color: #cc0103;
}
.social_media .fts-jal-fb-user-name a {
  color: #cc0103;
}
.social_media .fts-mashup-icon-wrap-left {
  float: right;
}
svg {
  max-height: 500px;
  max-width: 500px;
  width: 100%;
  width: 100%;
}
@media screen and (max-width: 500px) {
  svg {
    max-height: 300px;
  }
}
path {
  pointer-events: all;
}
.top-stories {
  max-width: 1400px;
  margin: auto;
}
.top-stories > .title {
  font-weight: bold;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.top-stories .blog-post {
  width: 33.33%;
  vertical-align: top;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 24px;
}
.top-stories .blog-post:hover > .title a {
  color: #cc0103;
}
.top-stories .blog-post:hover .read-more {
  font-weight: bold;
}
.top-stories .blog-post > .img-wrap {
  overflow: hidden;
}
.top-stories .blog-post > .img-wrap > .featured_img {
  height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top-stories .blog-post > .img-wrap > .featured_img:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: all 0.5s;
}
@media screen and (max-width: 1000px) {
  .top-stories .blog-post > .img-wrap > .featured_img {
    height: 240px;
  }
}
@media screen and (max-width: 500px) {
  .top-stories .blog-post > .img-wrap > .featured_img {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .top-stories .blog-post > .img-wrap > .featured_img {
    height: 150px;
  }
}
@media only screen and (max-width: 800px) {
  .top-stories .blog-post {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.top-stories .blog-post > .title {
  line-height: 36px;
  font-weight: 700;
  font-size: 28px;
  padding-top: 6px;
}
@media screen and (max-width: 1000px) and (min-width: 800px) {
  .top-stories .blog-post > .title {
    font-size: 22px;
  }
}
.top-stories .blog-post > .title a {
  text-decoration: none;
  color: #048bdd;
}
.top-stories .blog-post > .excerpt {
  padding-top: 8px;
  max-height: 100px;
  height: 100px;
  overflow: hidden;
}
.top-stories .blog-post .read-more-wrap {
  border-bottom: 4px solid #cc0103;
  position: relative;
  height: 30px;
  margin-top: 4px;
}
.top-stories .blog-post .read-more-wrap .read-more {
  text-align: right;
  display: inline-block;
  background: #cc0103;
  right: 0px;
  position: relative;
  height: 30px;
  padding: 0px 10px;
  float: right;
  color: white;
}
.top-stories .blog-post .read-more-wrap .read-more:hover {
  cursor: pointer;
}
.top-stories .blog-post .read-more-wrap i {
  margin-right: 20px;
  font-size: 22px;
  cursor: pointer;
}
blockquote {
  margin: 0px !important;
  border-left: 14px solid #048bdd;
  padding: 10px 20px 20px 20px;
  font-weight: 900;
  font-style: normal;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 2rem;
  height: 0;
  left: -11px;
  position: relative;
  top: -3px;
}
.fb-widget {
  background: #363743;
  color: white;
  padding: 10px;
}
.fb-widget .instructions {
  text-align: center;
  padding-bottom: 10px;
  font-size: 21px;
}
.fb-widget .chat-button {
  margin: auto;
  display: table;
  font-size: 15px;
  text-align: center;
}
.fb-widget .chat-button .wrap {
  padding: 5px 10px 5px 10px;
  background: #048bdd;
}
.fb-widget .chat-button .wrap a {
  color: white;
  text-decoration: none;
}
.fb-widget .chat-bubble {
  text-align: center;
  padding: 22px 14px;
}
.load-more-wrap {
  text-align: center;
}
.load-more-wrap #more_posts {
  background: #048bdd;
}
.load-more-wrap #more_posts:disabled {
  background: #ddd;
}
.state_select, .district_select {
  max-width: 600px;
  margin: auto;
  width: 100%;
  display: table;
  vertical-align: top;
  padding-top: 22px;
}
@media screen and (max-width: 800px) {
  .state_select, .district_select {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
  }
}
.state_select select, .district_select select {
  display: inline-block;
  width: 69%;
  line-height: 1.3em;
  margin-right: 1%;
}
@media screen and (max-width: 800px) {
  .state_select select, .district_select select {
    display: block;
    width: 100%;
  }
}
.state_select .form_footer, .district_select .form_footer {
  text-align: center;
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 800px) {
  .state_select .form_footer, .district_select .form_footer {
    display: block;
    width: 100%;
  }
}
.state_select .form_footer input[type="submit"], .district_select .form_footer input[type="submit"] {
  width: 100%;
  padding: 15px 25px;
  font-size: 24px;
  background: #048bdd;
  line-height: 29px;
  vertical-align: top;
  margin-top: 1px;
}
@media screen and (max-width: 800px) {
  .state_select .form_footer input[type="submit"], .district_select .form_footer input[type="submit"] {
    margin-top: 5px;
  }
}
.product-display {
  width: 33.33%;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .product-display {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-top: 36px;
  }
}
@media screen and (max-width: 800px) {
  .product-display .desktop {
    display: none;
  }
}
.product-display .mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .product-display .mobile {
    display: block;
  }
}
.signup-form {
  color: white;
  padding: 8px 20px;
}
.signup-form .gform_confirmation_wrapper {
  padding-top: 42px;
}
.signup-form .gform_wrapper {
  margin: 0px !important;
}
.signup-form .gform_wrapper .gform_heading {
  margin-bottom: 10px !important;
}
.signup-form .gform_wrapper .gform_heading .gform_description {
  width: 100% !important;
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .signup-form .gform_wrapper .gform_heading .gform_description {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .signup-form .gform_wrapper .gform_heading .gform_description {
    font-size: 14px;
  }
}
.signup-form .gform_wrapper .gform_body li.gfield {
  padding-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 6px;
}
.signup-form .gform_wrapper .gform_body li.gfield input {
  margin-top: 4px !important;
  background: #64657b;
  border-color: #64657b;
  width: 100%;
  border-radius: 6px;
  padding-left: 12px !important;
  color: white;
}
.signup-form .gform_wrapper .gform_body li.gfield input::-webkit-input-placeholder {
  color: white;
}
.signup-form .gform_wrapper .gform_body li.gfield input::-moz-placeholder {
  color: white;
}
.signup-form .gform_wrapper .gform_body li.gfield input:-ms-input-placeholder {
  color: white;
}
.signup-form .gform_wrapper .gform_body li.gfield input :-moz-placeholder {
  color: white;
}
.signup-form .gform_wrapper .gform_footer {
  margin: 0px;
}
.signup-form .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 1.3em;
  margin: auto;
  width: 70%;
  display: table;
  padding: 8px;
  background: #048bdd;
}
::-moz-selection {
  color: white;
  background-color: rgba(204, 1, 3, 1);
}
::selection {
  color: white;
  background-color: rgba(204, 1, 3, 1);
}
.vg-select {
  font-family: 'Nunito Sans', sans-serif;
}
.fb_iframe_widget {
  display: table !important;
  margin: 40px auto;
}
.fb-xfbml-parse-ignore {
  display: none;
}
body select {
  display: block;
  max-width: 100%;
  height: auto !important;
  background: url("https://voteguide2018.com/wp-content/uploads/2018/06/Arrow-export-whiteopacity.png") right top no-repeat;
  background-color: #cc0103;
  background-size: contain;
  color: white;
  font-size: 18px;
  line-height: 27px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: top;
}
body select:focus {
  color: white;
}
/* body select.select_box option */
body select option {
  padding: 0 4px;
}
/* for IE and Edge */
select::-ms-expand {
  display: none;
}
select:disabled::-ms-expand {
  background: #f60;
}
.fa-facebook-f {
  color: #3b5998;
}
.fa-facebook-f a {
  color: #3b5998;
}
.fa-twitter {
  color: #00aced;
}
.fa-twitter a {
  color: #00aced;
}
.fa-envelope {
  color: #666;
}
.fa-envelope a {
  color: #666;
}
#state-svg .district-label {
  font-size: 2.8rem;
  pointer-events: none;
}
#state-svg .district-label.small {
  font-size: 2rem;
}
.legend {
  margin-top: 10px;
  margin-bottom: 10px;
}
.legend > .wrap {
  max-width: 230px;
  text-align: center;
  border: 2px solid #bbb;
  line-height: 30px;
  padding: 5px;
  border-radius: 8px;
}
.legend > .wrap .square {
  display: inline-block;
  width: 24px;
  height: 22px;
  border: 1px solid #999;
  border-radius: 3px;
  margin: 0 5px;
  vertical-align: middle;
}
.legend > .wrap .square.rep {
  background: #cc0103;
}
.legend > .wrap .square.dem {
  background: #048bdd;
}
.legend > .wrap .square.none {
  background: #d0d0d0;
}
.legend > .wrap .square-label {
  display: inline-block;
  margin: 0 10px 0 5px;
  vertical-align: middle;
  color: #666;
}
.deprecated {
  display: none;
}
.topnav {
  height: 56px;
  background-color: #1a1b22;
  /* navbar links */
  /* hide hamburger menu */
}
.topnav .wrap {
  max-width: 1400px;
}
.topnav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.topnav.sticky.responsive {
  position: fixed;
  z-index: 2;
}
.topnav.sticky.responsive .dropdown-content {
  display: none;
}
.topnav.sticky.responsive .dropdown:hover .dropdown-content {
  display: block;
}
.topnav.sticky.responsive .dropdown:hover .dropdown-content.disable-hover {
  display: none;
}
.topnav.sticky .dropdown {
  position: relative;
  z-index: 2;
}
.topnav.sticky .dropdown .dropdown-content {
  position: fixed !important;
  z-index: 2;
}
.topnav.sticky .dropdown .dropdown-content > div {
  position: relative;
  z-index: 2;
}
.topnav.sticky .dropdown .dropdown-content > div > a {
  z-index: 2;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background: #1a1b22;
  /* Add an active class to highlight the current page */
}
.topnav a:first-child {
  padding-left: 30px;
}
.topnav a.mobile-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .topnav a.mobile-only {
    display: inherit;
  }
}
.topnav a .active {
  background-color: #4caf50;
  color: white;
}
.topnav a:hover {
  background-color: #333440;
  color: white;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .topnav a.icon {
    float: right;
    display: block;
  }
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    z-index: 2;
  }
}
.topnav.responsive .dropdown-content {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive .dropdown {
    float: none;
  }
}
.topnav.responsive .dropdown .dropdown-content {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .topnav.responsive .dropdown .dropdown-content {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.topnav .dropdown {
  float: left;
  background-color: #333440;
  /* Style the dropdown button to fit inside the topnav */
  /* Style the mobile dropdown content */
}
.topnav .dropdown:hover .dropbtn {
  color: white;
}
.topnav .dropdown:hover .dropdown-content {
  display: block;
}
.topnav .dropdown:hover .dropdown-content.disable-hover {
  display: none;
}
.topnav .dropdown a {
  background: white;
}
.topnav .dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .topnav .dropdown .dropbtn {
    display: none;
  }
}
.topnav .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  /* Style the links inside the dropdown */
}
.topnav .dropdown .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav .dropdown .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.home-page .site-container > .featured {
  padding: 40px 20px;
  background: #363743;
}
@media screen and (max-width: 800px) {
  .home-page .site-container > .featured {
    display: none;
  }
}
.home-page .site-container > .featured > .wrap {
  max-width: 1400px;
}
.home-page .site-container > .featured > .wrap .img-wrap {
  position: relative;
  overflow: hidden;
}
.home-page .site-container > .featured > .wrap .img-wrap:hover .featured {
  transform: scale(1.05);
  transition: all 0.5s;
}
.home-page .site-container > .featured > .wrap > .left .featured {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 1000px) and (min-width: 800px) {
  .home-page .site-container > .featured > .wrap > .left .featured {
    height: 300px;
  }
}
@media screen and (max-width: 799px) {
  .home-page .site-container > .featured > .wrap > .left .featured {
    height: 300px;
  }
}
.home-page .site-container > .featured > .wrap > .left .headline {
  position: absolute;
  bottom: 0px;
  color: white;
  background: #048bdd;
  padding: 5px 10px 1px 10px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 70%;
  line-height: 24px;
}
.home-page .site-container > .featured > .wrap > .right {
  vertical-align: top;
}
.home-page .site-container > .featured > .wrap > .right .left {
  width: 50%;
}
@media screen and (max-width: 799px) {
  .home-page .site-container > .featured > .wrap > .right .left {
    display: block;
    width: 100%;
  }
}
.home-page .site-container > .featured > .wrap > .right .left .featured {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 1000px) and (min-width: 800px) {
  .home-page .site-container > .featured > .wrap > .right .left .featured {
    height: 140px;
  }
}
@media screen and (max-width: 799px) {
  .home-page .site-container > .featured > .wrap > .right .left .featured {
    height: 140px;
    display: inline-block;
    width: 48%;
  }
}
.home-page .site-container > .featured > .wrap > .right .left .img-wrap:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .home-page .site-container > .featured > .wrap > .right .left .img-wrap:first-child {
    margin-bottom: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 799px) {
  .home-page .site-container > .featured > .wrap > .right .left .img-wrap:last-child {
    margin-left: 2%;
  }
}
.home-page .site-container > .featured > .wrap > .right .left .headline {
  background: white;
  color: #cc0103;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  width: 100%;
  line-height: 16px;
  padding: 5px 5px;
  text-transform: uppercase;
}
.home-page .site-container > .featured > .wrap > .right .right {
  width: 50%;
}
@media screen and (max-width: 799px) {
  .home-page .site-container > .featured > .wrap > .right .right {
    width: 100%;
  }
}
.home-page .site-container > .featured > .wrap > .right .right .fb-widget {
  vertical-align: top;
  max-width: 400px;
  margin: auto;
  background: #515365;
  margin-left: 30px;
  padding: 10px;
}
@media screen and (max-width: 799px) {
  .home-page .site-container > .featured > .wrap > .right .right .fb-widget {
    max-width: none;
    margin-left: 0;
  }
}
.home-page .site-container > .featured > .wrap > .right .right .fb-widget .instructions {
  text-align: center;
  font-size: 16px !important;
}
.home-page .site-container > .featured > .wrap > .right .right .fb-widget .chat-bubble {
  max-width: 200px;
  margin: auto;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .home-page .site-container > .featured > .wrap > .right .right .fb-widget .chat-bubble img {
    height: 50px;
  }
}
.home-page .site-container > .featured > .wrap > .right .right .product-display {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
  width: 100%;
}
.home-page .site-container > .featured > .wrap > .right .right .product-display iframe {
  max-height: 200px;
}
@media screen and (max-width: 1000px) {
  .home-page .site-container > .featured > .wrap > .right .right .product-display {
    display: none;
  }
}
.home-page .site-container > .featured > .wrap > .right > .right, .home-page .site-container > .featured > .wrap > .right > .left {
  display: inline-block;
  vertical-align: top;
}
.home-page .site-container > .featured > .wrap > .right, .home-page .site-container > .featured > .wrap > .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.home-page .content-wrap {
  max-width: 1400px;
}
.home-page .content-wrap > .instructions {
  font-weight: bold;
  font-size: 36px;
  line-height: 38px;
  padding: 18px 0px;
  text-align: center;
}
.home-page .content-wrap > .instructions.district {
  font-size: 14px;
  line-height: 18px;
  padding: 8px;
}
.home-page .select_and_product .state_select {
  padding-right: 0px;
  display: table;
  width: 100%;
}
.single-state .svg_wrap {
  margin: auto;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.single-state .content-wrap .select_and_product {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .single-state .content-wrap .select_and_product {
    width: 100%;
  }
}
.single-state .content-wrap .state-and-widget-wrap > .title {
  font-weight: 900;
  font-size: 26px;
  padding-top: 16px;
  padding-bottom: 4px;
  text-align: center;
}
.single-state .content-wrap .state-and-widget-wrap .svg_wrap {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .single-state .content-wrap .state-and-widget-wrap .svg_wrap {
    width: 100%;
  }
}
.single-state .content-wrap .state-and-widget-wrap .legend {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .single-state .content-wrap .state-and-widget-wrap .legend {
    width: 100%;
  }
}
.single-state .content-wrap .state-and-widget-wrap > .instructions {
  text-align: center;
  font-size: 16px !important;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .single-state .content-wrap .state-and-widget-wrap > .instructions {
    width: 100%;
  }
}
.single-state .content-wrap .state-and-widget-wrap .fb-widget {
  background: #363743;
  color: white;
  padding: 10px;
  display: inline-block;
  width: 23.33%;
  vertical-align: top;
  padding: 24px;
  margin: 0 5%;
}
@media screen and (max-width: 800px) {
  .single-state .content-wrap .state-and-widget-wrap .fb-widget {
    display: none;
  }
}
.single-state .content-wrap .state-and-widget-wrap .no-races {
  font-size: 20px;
  padding-top: 30px;
}
.single-state .content-wrap .product-display {
  max-width: 600px;
  display: table;
  margin: 30px auto 0 auto;
  width: 100%;
}
.single-state .content-wrap .product-display .mobile {
  display: block !important;
}
@media screen and (max-width: 800px) {
  .single-state .content-wrap .product-display .mobile {
    display: block;
  }
}
.single-district .svg_wrap {
  margin: auto;
  max-width: 95%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .single-district .svg_wrap {
    text-align: center;
  }
}
.single-district .content-wrap {
  max-width: 1400px;
}
.single-district .content-wrap .map_form_and_widget {
  max-width: 1000px;
  margin: auto;
}
.single-district .content-wrap .map_form_and_widget .legend {
  width: 100%;
}
.single-district .content-wrap .map_form_and_widget.with-fb-messenger > .title {
  padding-left: 60px;
  text-align: left;
}
.single-district .content-wrap .map_form_and_widget.with-fb-messenger .legend {
  width: 66%;
}
@media screen and (max-width: 800px) {
  .single-district .content-wrap .map_form_and_widget.with-fb-messenger .legend {
    width: 100%;
  }
}
.single-district .content-wrap .map_form_and_widget.with-fb-messenger .map_and_form {
  text-align: left;
  width: 75%;
}
.single-district .content-wrap .map_form_and_widget.with-fb-messenger .map_and_form > .instructions {
  padding-left: 68px;
  text-align: left;
}
.single-district .content-wrap .map_form_and_widget > .title {
  font-weight: 900;
  font-size: 26px;
  padding-top: 16px;
  padding-bottom: 4px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .single-district .content-wrap .map_form_and_widget > .title {
    text-align: center;
    padding-left: 0px;
  }
}
.single-district .content-wrap .map_form_and_widget .map_and_form {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .single-district .content-wrap .map_form_and_widget .map_and_form {
    display: block;
    width: 100%;
  }
}
.single-district .content-wrap .map_form_and_widget .map_and_form > .instructions {
  font-weight: bold;
  font-size: 22px;
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .single-district .content-wrap .map_form_and_widget .map_and_form > .instructions {
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
  }
}
.single-district .content-wrap .fb-widget {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.single-district .content-wrap .fb-widget.mobile {
  display: none;
}
@media only screen and (max-width: 800px) {
  .single-district .content-wrap .fb-widget {
    display: block;
    width: 100%;
    margin-top: 18px;
  }
  .single-district .content-wrap .fb-widget.desktop {
    display: none;
  }
  .single-district .content-wrap .fb-widget.mobile {
    display: block;
  }
}
.single-district .content-wrap .fb-widget .instructions {
  text-align: center;
  font-size: 16px !important;
}
.single-district .content-wrap .fb-widget .chat-bubble {
  max-width: 200px;
  margin: auto;
  padding-bottom: 10px;
}
.single-district .content-wrap .opposition {
  padding-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 800px) {
  .single-district .content-wrap .opposition {
    max-width: 100%;
  }
}
.single-district .content-wrap .candidate {
  position: relative;
  margin-bottom: 20px;
  width: 50%;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .single-district .content-wrap .candidate {
    width: 100%;
  }
}
.single-district .content-wrap .candidate .left, .single-district .content-wrap .candidate .right {
  display: inline-block;
  width: 50%;
}
.single-district .content-wrap .candidate .right {
  padding-left: 14px;
  padding-right: 14px;
  vertical-align: top;
}
.single-district .content-wrap .candidate .name {
  font-size: 23px;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 14px;
}
.single-district .content-wrap .candidate .name a {
  text-decoration: none;
  color: black;
}
.single-district .content-wrap .candidate .party {
  font-size: 20px;
  padding-bottom: 14px;
}
.single-district .content-wrap .candidate .candidate_img {
  position: relative;
}
.single-district .content-wrap .candidate .candidate_img > .position {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  background: white;
}
.single-district .product-display {
  max-width: 600px;
  display: table;
  margin: 30px auto 0 auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .single-district .product-display {
    margin-top: 0px;
  }
}
.single-district .product-display .mobile {
  display: block;
}
@media screen and (max-width: 800px) {
  .single-district .product-display .mobile {
    display: block;
  }
}
.single-candidate .content-wrap {
  padding: 0 30px;
  max-width: 1100px;
}
.single-candidate .content-wrap > .title {
  font-weight: 900;
  font-size: 36px;
  padding-top: 16px;
  padding-bottom: 4px;
}
.single-candidate .content-wrap > .left {
  display: inline-block;
  width: 33%;
  max-width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .single-candidate .content-wrap > .left {
    width: 100%;
    max-width: none;
    margin-right: inherit;
  }
}
.single-candidate .content-wrap > .left > .candidate_img {
  margin-top: 14px;
  position: relative;
}
.single-candidate .content-wrap > .left > .candidate_img > .position {
  position: absolute;
  bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  background: white;
}
.single-candidate .content-wrap > .right {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-top: 30px;
  max-width: 360px;
}
@media screen and (max-width: 800px) {
  .single-candidate .content-wrap > .right {
    width: 100%;
    max-width: none;
  }
}
.single-candidate .content-wrap > .right > .party {
  font-size: 24px;
}
.single-candidate .content-wrap > .right > .excerpt {
  padding-top: 20px;
  line-height: 22px;
}
.single-candidate .content-wrap > .right > .read-more {
  padding-top: 10px;
}
.single-candidate .content-wrap > .right > .read-more a {
  text-decoration: none;
}
.single-candidate .content-wrap .opposition {
  padding-top: 30px;
}
@media only screen and (max-width: 800px) {
  .single-candidate .content-wrap .opposition {
    max-width: 100%;
  }
}
.single-candidate .content-wrap .biography > .title {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;
}
.single-candidate .content-wrap .totop {
  padding-bottom: 20px;
}
.single-candidate .content-wrap .totop a {
  text-decoration: none;
}
.single-candidate .content-wrap .candidate {
  position: relative;
  margin-bottom: 20px;
  width: 33.33%;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .single-candidate .content-wrap .candidate {
    width: 100%;
  }
}
.single-candidate .content-wrap .candidate .left, .single-candidate .content-wrap .candidate .right {
  display: inline-block;
  width: 50%;
}
.single-candidate .content-wrap .candidate .right {
  padding-left: 14px;
  padding-right: 14px;
  vertical-align: top;
}
.single-candidate .content-wrap .candidate .name {
  font-size: 23px;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 6px;
}
.single-candidate .content-wrap .candidate .name a {
  text-decoration: none;
  color: black;
}
.single-candidate .content-wrap .candidate .party {
  font-size: 16px;
  padding-bottom: 14px;
}
.single-candidate .content-wrap .candidate .candidate_img {
  position: relative;
}
.single-candidate .content-wrap .candidate .candidate_img > .position {
  position: absolute;
  bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  background: white;
  font-size: 16px;
}
.single-candidate .fb-widget {
  max-width: 400px;
  margin: auto;
}
@media only screen and (max-width: 800px) {
  .single-candidate .fb-widget {
    display: block;
    width: 100%;
    margin-top: 18px;
  }
}
.single-candidate .fb-widget .instructions {
  text-align: center;
  font-size: 16px !important;
}
.single-candidate .fb-widget .chat-bubble {
  max-width: 200px;
  margin: auto;
  padding-bottom: 10px;
}
.single-blog .content-wrap {
  max-width: 1000px;
}
@media screen and (max-width: 1100px) {
  .single-blog .content-wrap {
    padding: 0 5%;
  }
}
.single-blog .content-wrap .social {
  display: inline-block;
  text-align: right;
  width: 18%;
}
@media screen and (max-width: 800px) {
  .single-blog .content-wrap .social {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
  }
}
.single-blog .content-wrap .social i {
  margin-right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.single-blog .content-wrap > .title {
  font-weight: 900;
  font-size: 26px;
  padding-top: 16px;
  padding-bottom: 4px;
  display: inline-block;
  width: 82%;
}
@media screen and (max-width: 800px) {
  .single-blog .content-wrap > .title {
    width: 100%;
  }
}
.single-blog .content-wrap > .featured_img {
  text-align: center;
}
.single-blog .content-wrap > .body {
  margin-top: 24px;
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .single-blog .content-wrap > .body {
    width: 100%;
  }
}
.single-blog .content-wrap .vertical-display {
  display: inline-block;
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .single-blog .content-wrap .vertical-display {
    display: none;
  }
}
.single-blog .content-wrap .horizontal-display {
  text-align: center;
  display: none;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .single-blog .content-wrap .horizontal-display {
    display: block;
  }
}
body.search .content-wrap > .title {
  font-size: 36px;
  padding-top: 14px;
  font-weight: bold;
}
body.search .content-wrap > .subtitle {
  font-size: 20px;
}
.notfound-page .content-wrap > .title {
  font-size: 36px;
  padding-top: 30px;
  font-weight: bold;
}
.notfound-page .content-wrap > .explanation {
  padding-top: 12px;
  font-size: 23px;
}
.notfound-page .content-wrap .img-wrap img {
  max-width: 400px;
  width: 100%;
}
.notfound-page .content-wrap .search-form {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.notfound-page .content-wrap .search-form input[type="search"] {
  padding: 6px;
  width: 250px;
  color: #999;
  float: left;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.notfound-page .content-wrap .search-form input[type="search"]::-webkit-input-placeholder {
  color: #ddd;
}
.notfound-page .content-wrap .search-form input[type="search"]::-moz-placeholder {
  color: #ddd;
}
.notfound-page .content-wrap .search-form input[type="search"]:-ms-input-placeholder {
  color: #ddd;
}
.notfound-page .content-wrap .search-form input[type="search"] :-moz-placeholder {
  color: #ddd;
}
@media screen and (max-width: 800px) {
  .notfound-page .content-wrap .search-form input[type="search"] {
    float: none;
    width: 200px;
  }
}
.notfound-page .content-wrap .search-form button[type="submit"] {
  background-color: #048bdd;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 6.4px 16px;
  text-transform: uppercase;
  width: auto;
  vertical-align: top;
  display: inline-block;
  margin-left: -5px;
}
.default-page .content-wrap {
  max-width: 1000px;
  padding-top: 30px;
}
.signup-thank-you .content-wrap .ty-msg {
  text-align: center;
  padding-top: 20px;
  font-size: 28px;
}
