/* Minification failed. Returning unminified contents.
(9541,15): run-time error CSS1039: Token not allowed after unary operator: '-fa-primary-color'
(9543,17): run-time error CSS1039: Token not allowed after unary operator: '-fa-primary-opacity'
(9547,15): run-time error CSS1039: Token not allowed after unary operator: '-fa-secondary-color'
(9549,17): run-time error CSS1039: Token not allowed after unary operator: '-fa-secondary-opacity'
(9555,17): run-time error CSS1039: Token not allowed after unary operator: '-fa-secondary-opacity'
(9561,17): run-time error CSS1039: Token not allowed after unary operator: '-fa-primary-opacity'
 */
@charset "UTF-8";
/* Social Colors */
/* Contexts colors */
/* Header Variables */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/*!
 * Font Awesome Pro 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.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-both, .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,
:root .fa-flip-both {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-abacus:before {
  content: "";
}

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

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

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

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

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

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

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

.fa-adobe:before {
  content: "";
}

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

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

.fa-air-conditioner:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-album:before {
  content: "";
}

.fa-album-collection:before {
  content: "";
}

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

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

.fa-alien-monster:before {
  content: "";
}

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

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

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

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

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

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

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

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

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

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

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

.fa-amp-guitar:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

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

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

.fa-angel:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

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

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

.fa-ankh:before {
  content: "";
}

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

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

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

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

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

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

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

.fa-archway:before {
  content: "";
}

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

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

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

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

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

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

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

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

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

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

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "";
}

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

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

.fa-arrow-from-top:before {
  content: "";
}

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

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

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

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

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

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

.fa-arrow-to-bottom:before {
  content: "";
}

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

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

.fa-arrow-to-top:before {
  content: "";
}

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

.fa-arrows:before {
  content: "";
}

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

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

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

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

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

.fa-artstation:before {
  content: "";
}

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

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

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

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

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

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

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

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

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

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

.fa-award:before {
  content: "";
}

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

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

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

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "陵";
}

.fa-bacterium:before {
  content: "讀";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badge-sheriff:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

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

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

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

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

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

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

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

.fa-banjo:before {
  content: "";
}

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

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

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

.fa-baseball:before {
  content: "";
}

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

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

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

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

.fa-battery-bolt:before {
  content: "";
}

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

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

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

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

.fa-battery-slash:before {
  content: "";
}

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

.fa-battle-net:before {
  content: "";
}

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

.fa-bed-alt:before {
  content: "";
}

.fa-bed-bunk:before {
  content: "";
}

.fa-bed-empty:before {
  content: "";
}

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

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

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

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

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-on:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

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

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

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

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

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

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

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

.fa-biohazard:before {
  content: "";
}

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

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

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

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

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

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

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

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

.fa-blinds:before {
  content: "";
}

.fa-blinds-open:before {
  content: "";
}

.fa-blinds-raised:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

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

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

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

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

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

.fa-bowling-pins:before {
  content: "";
}

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

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

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

.fa-box-tissue:before {
  content: "拏";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

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

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

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

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

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

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

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

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

.fa-buffer:before {
  content: "";
}

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

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

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

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

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

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

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

.fa-burrito:before {
  content: "";
}

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

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

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

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

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

.fa-calculator-alt:before {
  content: "";
}

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

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

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

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

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

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

.fa-calendar-star:before {
  content: "";
}

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

.fa-calendar-week:before {
  content: "";
}

.fa-camcorder:before {
  content: "";
}

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

.fa-camera-alt:before {
  content: "";
}

.fa-camera-home:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

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

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

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

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

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caravan-alt:before {
  content: "豈";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

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

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

.fa-cash-register:before {
  content: "";
}

.fa-cassette-tape:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cat-space:before {
  content: "更";
}

.fa-cauldron:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-cctv:before {
  content: "";
}

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

.fa-centos:before {
  content: "";
}

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

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

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

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

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

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

.fa-chart-network:before {
  content: "";
}

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

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

.fa-chart-scatter:before {
  content: "";
}

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

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

.fa-check-double:before {
  content: "";
}

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

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

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

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

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

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

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chimney:before {
  content: "";
}

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

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

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

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

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

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

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

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

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

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

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

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

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

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

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

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

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-music:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

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

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

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

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

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

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

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

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

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

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

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

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

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

.fa-coffee-pot:before {
  content: "車";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-coffin-cross:before {
  content: "陋";
}

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

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

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

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

.fa-comet:before {
  content: "賈";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

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

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

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

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

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

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

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

.fa-compass-slash:before {
  content: "";
}

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

.fa-compress-alt:before {
  content: "";
}

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

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

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

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

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

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

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

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

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

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

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more:before {
  content: "";
}

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

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "";
}

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

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

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

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

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

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

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

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

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

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

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

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

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

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

.fa-curling:before {
  content: "";
}

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

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

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

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

.fa-dagger:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

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

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

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

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

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

.fa-democrat:before {
  content: "";
}

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

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

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

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

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

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

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

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

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

.fa-digging:before {
  content: "";
}

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

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-disc-drive:before {
  content: "";
}

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

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

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

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

.fa-do-not-enter:before {
  content: "";
}

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

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

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

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

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

.fa-dolly-empty:before {
  content: "";
}

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

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

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

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

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

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

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

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

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

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

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

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

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

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

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

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

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

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

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

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

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

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

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

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

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

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

.fa-elephant:before {
  content: "";
}

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

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

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

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

.fa-ello:before {
  content: "";
}

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

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

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

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

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

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

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

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

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

.fa-equals:before {
  content: "";
}

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

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

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

.fa-ethernet:before {
  content: "";
}

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

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

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-exclamation-square:before {
  content: "";
}

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

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

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

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

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

.fa-expand-wide:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-eye-evil:before {
  content: "";
}

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

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

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

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

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

.fa-fan:before {
  content: "";
}

.fa-fan-table:before {
  content: "滑";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

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

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

.fa-faucet:before {
  content: "串";
}

.fa-faucet-drip:before {
  content: "句";
}

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

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

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

.fa-field-hockey:before {
  content: "";
}

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

.fa-figma:before {
  content: "";
}

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

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

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

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

.fa-file-certificate:before {
  content: "";
}

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

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

.fa-file-check:before {
  content: "";
}

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

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

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

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

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

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

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

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

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

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

.fa-file-plus:before {
  content: "";
}

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

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

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

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

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

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

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

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

.fa-fingerprint:before {
  content: "";
}

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

.fa-fire-alt:before {
  content: "";
}

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

.fa-fire-smoke:before {
  content: "";
}

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

.fa-firefox-browser:before {
  content: "龜";
}

.fa-fireplace:before {
  content: "";
}

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

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

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

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

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

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

.fa-flag-alt:before {
  content: "";
}

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

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

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

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

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

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

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

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

.fa-fog:before {
  content: "";
}

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

.fa-folder-download:before {
  content: "肋";
}

.fa-folder-minus:before {
  content: "";
}

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

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "凜";
}

.fa-folders:before {
  content: "";
}

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

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

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

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

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

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

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

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

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

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

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

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

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

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

.fa-fragile:before {
  content: "";
}

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

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

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

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

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

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

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-galaxy:before {
  content: "龜";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

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

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "契";
}

.fa-garage-car:before {
  content: "金";
}

.fa-garage-open:before {
  content: "喇";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

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

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

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

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

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

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

.fa-ghost:before {
  content: "";
}

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

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

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

.fa-git-alt:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

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

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

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

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

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

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

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

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

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

.fa-golf-club:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "";
}

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

.fa-gramophone:before {
  content: "";
}

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

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

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

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

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

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

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

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

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

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

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

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-hand-middle-finger:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-hand-receiving:before {
  content: "";
}

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

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

.fa-hand-sparkles:before {
  content: "諾";
}

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

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

.fa-hands-heart:before {
  content: "";
}

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

.fa-hands-usd:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

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

.fa-handshake-alt:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

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

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

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

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-head-vr:before {
  content: "";
}

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

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

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

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

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

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

.fa-heat:before {
  content: "奈";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

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

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

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

.fa-hockey-mask:before {
  content: "";
}

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

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

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

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

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

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

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

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

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

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

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

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

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

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

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

.fa-house:before {
  content: "懶";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-day:before {
  content: "癩";
}

.fa-house-flood:before {
  content: "";
}

.fa-house-leave:before {
  content: "羅";
}

.fa-house-night:before {
  content: "蘿";
}

.fa-house-return:before {
  content: "螺";
}

.fa-house-signal:before {
  content: "裸";
}

.fa-house-user:before {
  content: "便";
}

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

.fa-hryvnia:before {
  content: "";
}

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

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

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

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

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

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

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

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

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

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

.fa-image-polaroid:before {
  content: "";
}

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

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

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

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

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

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

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

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

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

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

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

.fa-instagram-square:before {
  content: "凌";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

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

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

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

.fa-island-tropical:before {
  content: "";
}

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

.fa-itch-io:before {
  content: "";
}

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

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

.fa-jack-o-lantern:before {
  content: "";
}

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

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

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

.fa-jira:before {
  content: "";
}

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

.fa-joint:before {
  content: "";
}

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

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

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

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

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

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

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

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

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

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

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

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

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

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

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

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "樂";
}

.fa-lamp-floor:before {
  content: "洛";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

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

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

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

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

.fa-lasso:before {
  content: "";
}

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

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

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

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

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

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

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

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

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

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

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

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

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

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

.fa-light-ceiling:before {
  content: "烙";
}

.fa-light-switch:before {
  content: "珞";
}

.fa-light-switch-off:before {
  content: "落";
}

.fa-light-switch-on:before {
  content: "酪";
}

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

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

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

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

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

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

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

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

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

.fa-lips:before {
  content: "";
}

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

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

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

.fa-list-music:before {
  content: "";
}

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

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

.fa-location:before {
  content: "";
}

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

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

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

.fa-lock-alt:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-loveseat:before {
  content: "";
}

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

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

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

.fa-mace:before {
  content: "";
}

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

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

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

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

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

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

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

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

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

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

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

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

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

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

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

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

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

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

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

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

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

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

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

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

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

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

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

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

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

.fa-microphone-alt:before {
  content: "";
}

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

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

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

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

.fa-microwave:before {
  content: "亂";
}

.fa-mind-share:before {
  content: "";
}

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

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

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

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

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

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

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

.fa-mixer:before {
  content: "稜";
}

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

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

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

.fa-mobile-android:before {
  content: "";
}

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

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

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

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

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

.fa-money-bill-wave:before {
  content: "";
}

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

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

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

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

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

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

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

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

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

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

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

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

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

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

.fa-nimblr:before {
  content: "";
}

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

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

.fa-not-equal:before {
  content: "";
}

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

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

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

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

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

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

.fa-octagon:before {
  content: "";
}

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

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

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

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

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

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

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

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

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

.fa-otter:before {
  content: "";
}

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

.fa-outlet:before {
  content: "卵";
}

.fa-oven:before {
  content: "欄";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

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

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

.fa-pager:before {
  content: "";
}

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

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

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

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

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

.fa-pallet-alt:before {
  content: "";
}

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

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

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

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

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

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

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

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

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

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

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

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

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

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

.fa-pencil:before {
  content: "";
}

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

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

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

.fa-pepper-hot:before {
  content: "";
}

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

.fa-percentage:before {
  content: "";
}

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

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

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

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

.fa-phoenix-squadron:before {
  content: "";
}

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

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

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

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

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

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

.fa-photo-video:before {
  content: "";
}

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

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

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

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

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

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

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

.fa-pig:before {
  content: "";
}

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

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

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

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

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

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

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

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-planet-moon:before {
  content: "蘭";
}

.fa-planet-ringed:before {
  content: "鸞";
}

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

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

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

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

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

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

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

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

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

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "嵐";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

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

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "濫";
}

.fa-portal-exit:before {
  content: "藍";
}

.fa-portrait:before {
  content: "";
}

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

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

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

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

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

.fa-presentation:before {
  content: "";
}

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

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

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

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

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pumpkin:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-question-square:before {
  content: "";
}

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

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

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

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

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

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "襤";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

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

.fa-raspberry-pi:before {
  content: "";
}

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

.fa-raygun:before {
  content: "拉";
}

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

.fa-reacteurope:before {
  content: "";
}

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

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

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

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

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

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

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

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

.fa-redhat:before {
  content: "";
}

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

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

.fa-refrigerator:before {
  content: "臘";
}

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

.fa-remove-format:before {
  content: "";
}

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

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

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

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

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

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

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

.fa-restroom:before {
  content: "";
}

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

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

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

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

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

.fa-robot:before {
  content: "";
}

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

.fa-rocket-launch:before {
  content: "蠟";
}

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

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

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

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

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

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

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

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

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

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

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

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

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

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

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

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

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

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

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

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

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

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

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

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

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

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

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

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-sensor:before {
  content: "廊";
}

.fa-sensor-alert:before {
  content: "朗";
}

.fa-sensor-fire:before {
  content: "浪";
}

.fa-sensor-on:before {
  content: "狼";
}

.fa-sensor-smoke:before {
  content: "郎";
}

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

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

.fa-shapes:before {
  content: "";
}

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

.fa-share-all:before {
  content: "";
}

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

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

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

.fa-sheep:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

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

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

.fa-shipping-timed:before {
  content: "";
}

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

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

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

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

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

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

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

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

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

.fa-sink:before {
  content: "省";
}

.fa-siren:before {
  content: "來";
}

.fa-siren-on:before {
  content: "冷";
}

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

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

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

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

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

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

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

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

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

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

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

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

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

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

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

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

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

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

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

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

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

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system:before {
  content: "勞";
}

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

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-circle:before {
  content: "擄";
}

.fa-sort-circle-down:before {
  content: "櫓";
}

.fa-sort-circle-up:before {
  content: "爐";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "盧";
}

.fa-space-station-moon-alt:before {
  content: "老";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "蘆";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-star-shooting:before {
  content: "虜";
}

.fa-starfighter:before {
  content: "路";
}

.fa-starfighter-alt:before {
  content: "露";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "魯";
}

.fa-starship-freighter:before {
  content: "鷺";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "碌";
}

.fa-sword-laser-alt:before {
  content: "祿";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser:before {
  content: "綠";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-telescope:before {
  content: "菉";
}

.fa-temperature-down:before {
  content: "錄";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "鹿";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-transporter:before {
  content: "壟";
}

.fa-transporter-1:before {
  content: "弄";
}

.fa-transporter-2:before {
  content: "籠";
}

.fa-transporter-3:before {
  content: "聾";
}

.fa-transporter-empty:before {
  content: "牢";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "磊";
}

.fa-ufo-beam:before {
  content: "賂";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "壘";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot:before {
  content: "屢";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-user-unlock:before {
  content: "菱";
}

.fa-user-visor:before {
  content: "樓";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "拾";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "淚";
}

.fa-vacuum-robot:before {
  content: "漏";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "累";
}

.fa-window-frame-open:before {
  content: "縷";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-regular-400.eot");
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/shared/font-icons/font-awesome-5-13-0/fa-regular-400.woff2") format("woff2"), url("/shared/font-icons/font-awesome-5-13-0/fa-regular-400.woff") format("woff"), url("/shared/font-icons/font-awesome-5-13-0/fa-regular-400.ttf") format("truetype"), url("/shared/font-icons/font-awesome-5-13-0/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "FontAwesome";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-light-300.eot");
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/shared/font-icons/font-awesome-5-13-0/fa-light-300.woff2") format("woff2"), url("/shared/font-icons/font-awesome-5-13-0/fa-light-300.woff") format("woff"), url("/shared/font-icons/font-awesome-5-13-0/fa-light-300.ttf") format("truetype"), url("/shared/font-icons/font-awesome-5-13-0/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "FontAwesome";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-solid-900.eot");
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/shared/font-icons/font-awesome-5-13-0/fa-solid-900.woff2") format("woff2"), url("/shared/font-icons/font-awesome-5-13-0/fa-solid-900.woff") format("woff"), url("/shared/font-icons/font-awesome-5-13-0/fa-solid-900.ttf") format("truetype"), url("/shared/font-icons/font-awesome-5-13-0/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "FontAwesome";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-duotone-900.eot");
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("/shared/font-icons/font-awesome-5-13-0/fa-duotone-900.woff2") format("woff2"), url("/shared/font-icons/font-awesome-5-13-0/fa-duotone-900.woff") format("woff"), url("/shared/font-icons/font-awesome-5-13-0/fa-duotone-900.ttf") format("truetype"), url("/shared/font-icons/font-awesome-5-13-0/fa-duotone-900.svg#fontawesome") format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse {
  color: #fff;
}

.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute;
}

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%);
}

.fad.fa-abacus:after {
  content: "􏙀";
}

.fad.fa-acorn:after {
  content: "􏚮";
}

.fad.fa-ad:after {
  content: "􏙁";
}

.fad.fa-address-book:after {
  content: "􏊹";
}

.fad.fa-address-card:after {
  content: "􏊻";
}

.fad.fa-adjust:after {
  content: "􏁂";
}

.fad.fa-air-conditioner:after {
  content: "􏣴";
}

.fad.fa-air-freshener:after {
  content: "􏗐";
}

.fad.fa-alarm-clock:after {
  content: "􏍎";
}

.fad.fa-alarm-exclamation:after {
  content: "􏡃";
}

.fad.fa-alarm-plus:after {
  content: "􏡄";
}

.fad.fa-alarm-snooze:after {
  content: "􏡅";
}

.fad.fa-album:after {
  content: "􏢟";
}

.fad.fa-album-collection:after {
  content: "􏢠";
}

.fad.fa-alicorn:after {
  content: "􏚰";
}

.fad.fa-alien:after {
  content: "􏣵";
}

.fad.fa-alien-monster:after {
  content: "􏣶";
}

.fad.fa-align-center:after {
  content: "􏀷";
}

.fad.fa-align-justify:after {
  content: "􏀹";
}

.fad.fa-align-left:after {
  content: "􏀶";
}

.fad.fa-align-right:after {
  content: "􏀸";
}

.fad.fa-align-slash:after {
  content: "􏡆";
}

.fad.fa-allergies:after {
  content: "􏑡";
}

.fad.fa-ambulance:after {
  content: "􏃹";
}

.fad.fa-american-sign-language-interpreting:after {
  content: "􏊣";
}

.fad.fa-amp-guitar:after {
  content: "􏢡";
}

.fad.fa-analytics:after {
  content: "􏙃";
}

.fad.fa-anchor:after {
  content: "􏄽";
}

.fad.fa-angel:after {
  content: "􏝹";
}

.fad.fa-angle-double-down:after {
  content: "􏄃";
}

.fad.fa-angle-double-left:after {
  content: "􏄀";
}

.fad.fa-angle-double-right:after {
  content: "􏄁";
}

.fad.fa-angle-double-up:after {
  content: "􏄂";
}

.fad.fa-angle-down:after {
  content: "􏄇";
}

.fad.fa-angle-left:after {
  content: "􏄄";
}

.fad.fa-angle-right:after {
  content: "􏄅";
}

.fad.fa-angle-up:after {
  content: "􏄆";
}

.fad.fa-angry:after {
  content: "􏕖";
}

.fad.fa-ankh:after {
  content: "􏙄";
}

.fad.fa-apple-alt:after {
  content: "􏗑";
}

.fad.fa-apple-crate:after {
  content: "􏚱";
}

.fad.fa-archive:after {
  content: "􏆇";
}

.fad.fa-archway:after {
  content: "􏕗";
}

.fad.fa-arrow-alt-circle-down:after {
  content: "􏍘";
}

.fad.fa-arrow-alt-circle-left:after {
  content: "􏍙";
}

.fad.fa-arrow-alt-circle-right:after {
  content: "􏍚";
}

.fad.fa-arrow-alt-circle-up:after {
  content: "􏍛";
}

.fad.fa-arrow-alt-down:after {
  content: "􏍔";
}

.fad.fa-arrow-alt-from-bottom:after {
  content: "􏍆";
}

.fad.fa-arrow-alt-from-left:after {
  content: "􏍇";
}

.fad.fa-arrow-alt-from-right:after {
  content: "􏍈";
}

.fad.fa-arrow-alt-from-top:after {
  content: "􏍉";
}

.fad.fa-arrow-alt-left:after {
  content: "􏍕";
}

.fad.fa-arrow-alt-right:after {
  content: "􏍖";
}

.fad.fa-arrow-alt-square-down:after {
  content: "􏍐";
}

.fad.fa-arrow-alt-square-left:after {
  content: "􏍑";
}

.fad.fa-arrow-alt-square-right:after {
  content: "􏍒";
}

.fad.fa-arrow-alt-square-up:after {
  content: "􏍓";
}

.fad.fa-arrow-alt-to-bottom:after {
  content: "􏍊";
}

.fad.fa-arrow-alt-to-left:after {
  content: "􏍋";
}

.fad.fa-arrow-alt-to-right:after {
  content: "􏍌";
}

.fad.fa-arrow-alt-to-top:after {
  content: "􏍍";
}

.fad.fa-arrow-alt-up:after {
  content: "􏍗";
}

.fad.fa-arrow-circle-down:after {
  content: "􏂫";
}

.fad.fa-arrow-circle-left:after {
  content: "􏂨";
}

.fad.fa-arrow-circle-right:after {
  content: "􏂩";
}

.fad.fa-arrow-circle-up:after {
  content: "􏂪";
}

.fad.fa-arrow-down:after {
  content: "􏁣";
}

.fad.fa-arrow-from-bottom:after {
  content: "􏍂";
}

.fad.fa-arrow-from-left:after {
  content: "􏍃";
}

.fad.fa-arrow-from-right:after {
  content: "􏍄";
}

.fad.fa-arrow-from-top:after {
  content: "􏍅";
}

.fad.fa-arrow-left:after {
  content: "􏁠";
}

.fad.fa-arrow-right:after {
  content: "􏁡";
}

.fad.fa-arrow-square-down:after {
  content: "􏌹";
}

.fad.fa-arrow-square-left:after {
  content: "􏌺";
}

.fad.fa-arrow-square-right:after {
  content: "􏌻";
}

.fad.fa-arrow-square-up:after {
  content: "􏌼";
}

.fad.fa-arrow-to-bottom:after {
  content: "􏌽";
}

.fad.fa-arrow-to-left:after {
  content: "􏌾";
}

.fad.fa-arrow-to-right:after {
  content: "􏍀";
}

.fad.fa-arrow-to-top:after {
  content: "􏍁";
}

.fad.fa-arrow-up:after {
  content: "􏁢";
}

.fad.fa-arrows:after {
  content: "􏁇";
}

.fad.fa-arrows-alt:after {
  content: "􏂲";
}

.fad.fa-arrows-alt-h:after {
  content: "􏌷";
}

.fad.fa-arrows-alt-v:after {
  content: "􏌸";
}

.fad.fa-arrows-h:after {
  content: "􏁾";
}

.fad.fa-arrows-v:after {
  content: "􏁽";
}

.fad.fa-assistive-listening-systems:after {
  content: "􏊢";
}

.fad.fa-asterisk:after {
  content: "􏁩";
}

.fad.fa-at:after {
  content: "􏇺";
}

.fad.fa-atlas:after {
  content: "􏕘";
}

.fad.fa-atom:after {
  content: "􏗒";
}

.fad.fa-atom-alt:after {
  content: "􏗓";
}

.fad.fa-audio-description:after {
  content: "􏊞";
}

.fad.fa-award:after {
  content: "􏕙";
}

.fad.fa-axe:after {
  content: "􏚲";
}

.fad.fa-axe-battle:after {
  content: "􏚳";
}

.fad.fa-baby:after {
  content: "􏝼";
}

.fad.fa-baby-carriage:after {
  content: "􏝽";
}

.fad.fa-backpack:after {
  content: "􏗔";
}

.fad.fa-backspace:after {
  content: "􏕚";
}

.fad.fa-backward:after {
  content: "􏁊";
}

.fad.fa-bacon:after {
  content: "􏟥";
}

.fad.fa-bacteria:after {
  content: "􏥙";
}

.fad.fa-bacterium:after {
  content: "􏥚";
}

.fad.fa-badge:after {
  content: "􏌵";
}

.fad.fa-badge-check:after {
  content: "􏌶";
}

.fad.fa-badge-dollar:after {
  content: "􏙅";
}

.fad.fa-badge-percent:after {
  content: "􏙆";
}

.fad.fa-badge-sheriff:after {
  content: "􏢢";
}

.fad.fa-badger-honey:after {
  content: "􏚴";
}

.fad.fa-bags-shopping:after {
  content: "􏡇";
}

.fad.fa-bahai:after {
  content: "􏙦";
}

.fad.fa-balance-scale:after {
  content: "􏉎";
}

.fad.fa-balance-scale-left:after {
  content: "􏔕";
}

.fad.fa-balance-scale-right:after {
  content: "􏔖";
}

.fad.fa-ball-pile:after {
  content: "􏝾";
}

.fad.fa-ballot:after {
  content: "􏜲";
}

.fad.fa-ballot-check:after {
  content: "􏜳";
}

.fad.fa-ban:after {
  content: "􏁞";
}

.fad.fa-band-aid:after {
  content: "􏑢";
}

.fad.fa-banjo:after {
  content: "􏢣";
}

.fad.fa-barcode:after {
  content: "􏀪";
}

.fad.fa-barcode-alt:after {
  content: "􏑣";
}

.fad.fa-barcode-read:after {
  content: "􏑤";
}

.fad.fa-barcode-scan:after {
  content: "􏑥";
}

.fad.fa-bars:after {
  content: "􏃉";
}

.fad.fa-baseball:after {
  content: "􏐲";
}

.fad.fa-baseball-ball:after {
  content: "􏐳";
}

.fad.fa-basketball-ball:after {
  content: "􏐴";
}

.fad.fa-basketball-hoop:after {
  content: "􏐵";
}

.fad.fa-bat:after {
  content: "􏚵";
}

.fad.fa-bath:after {
  content: "􏋍";
}

.fad.fa-battery-bolt:after {
  content: "􏍶";
}

.fad.fa-battery-empty:after {
  content: "􏉄";
}

.fad.fa-battery-full:after {
  content: "􏉀";
}

.fad.fa-battery-half:after {
  content: "􏉂";
}

.fad.fa-battery-quarter:after {
  content: "􏉃";
}

.fad.fa-battery-slash:after {
  content: "􏍷";
}

.fad.fa-battery-three-quarters:after {
  content: "􏉁";
}

.fad.fa-bed:after {
  content: "􏈶";
}

.fad.fa-bed-alt:after {
  content: "􏣷";
}

.fad.fa-bed-bunk:after {
  content: "􏣸";
}

.fad.fa-bed-empty:after {
  content: "􏣹";
}

.fad.fa-beer:after {
  content: "􏃼";
}

.fad.fa-bell:after {
  content: "􏃳";
}

.fad.fa-bell-exclamation:after {
  content: "􏡈";
}

.fad.fa-bell-on:after {
  content: "􏣺";
}

.fad.fa-bell-plus:after {
  content: "􏡉";
}

.fad.fa-bell-school:after {
  content: "􏗕";
}

.fad.fa-bell-school-slash:after {
  content: "􏗖";
}

.fad.fa-bell-slash:after {
  content: "􏇶";
}

.fad.fa-bells:after {
  content: "􏝿";
}

.fad.fa-betamax:after {
  content: "􏢤";
}

.fad.fa-bezier-curve:after {
  content: "􏕛";
}

.fad.fa-bible:after {
  content: "􏙇";
}

.fad.fa-bicycle:after {
  content: "􏈆";
}

.fad.fa-biking:after {
  content: "􏡊";
}

.fad.fa-biking-mountain:after {
  content: "􏡋";
}

.fad.fa-binoculars:after {
  content: "􏇥";
}

.fad.fa-biohazard:after {
  content: "􏞀";
}

.fad.fa-birthday-cake:after {
  content: "􏇽";
}

.fad.fa-blanket:after {
  content: "􏒘";
}

.fad.fa-blender:after {
  content: "􏔗";
}

.fad.fa-blender-phone:after {
  content: "􏚶";
}

.fad.fa-blind:after {
  content: "􏊝";
}

.fad.fa-blinds:after {
  content: "􏣻";
}

.fad.fa-blinds-open:after {
  content: "􏣼";
}

.fad.fa-blinds-raised:after {
  content: "􏣽";
}

.fad.fa-blog:after {
  content: "􏞁";
}

.fad.fa-bold:after {
  content: "􏀲";
}

.fad.fa-bolt:after {
  content: "􏃧";
}

.fad.fa-bomb:after {
  content: "􏇢";
}

.fad.fa-bone:after {
  content: "􏗗";
}

.fad.fa-bone-break:after {
  content: "􏗘";
}

.fad.fa-bong:after {
  content: "􏕜";
}

.fad.fa-book:after {
  content: "􏀭";
}

.fad.fa-book-alt:after {
  content: "􏗙";
}

.fad.fa-book-dead:after {
  content: "􏚷";
}

.fad.fa-book-heart:after {
  content: "􏒙";
}

.fad.fa-book-medical:after {
  content: "􏟦";
}

.fad.fa-book-open:after {
  content: "􏔘";
}

.fad.fa-book-reader:after {
  content: "􏗚";
}

.fad.fa-book-spells:after {
  content: "􏚸";
}

.fad.fa-book-user:after {
  content: "􏟧";
}

.fad.fa-bookmark:after {
  content: "􏀮";
}

.fad.fa-books:after {
  content: "􏗛";
}

.fad.fa-books-medical:after {
  content: "􏟨";
}

.fad.fa-boombox:after {
  content: "􏢥";
}

.fad.fa-boot:after {
  content: "􏞂";
}

.fad.fa-booth-curtain:after {
  content: "􏜴";
}

.fad.fa-border-all:after {
  content: "􏡌";
}

.fad.fa-border-bottom:after {
  content: "􏡍";
}

.fad.fa-border-center-h:after {
  content: "􏢜";
}

.fad.fa-border-center-v:after {
  content: "􏢝";
}

.fad.fa-border-inner:after {
  content: "􏡎";
}

.fad.fa-border-left:after {
  content: "􏡏";
}

.fad.fa-border-none:after {
  content: "􏡐";
}

.fad.fa-border-outer:after {
  content: "􏡑";
}

.fad.fa-border-right:after {
  content: "􏡒";
}

.fad.fa-border-style:after {
  content: "􏡓";
}

.fad.fa-border-style-alt:after {
  content: "􏡔";
}

.fad.fa-border-top:after {
  content: "􏡕";
}

.fad.fa-bow-arrow:after {
  content: "􏚹";
}

.fad.fa-bowling-ball:after {
  content: "􏐶";
}

.fad.fa-bowling-pins:after {
  content: "􏐷";
}

.fad.fa-box:after {
  content: "􏑦";
}

.fad.fa-box-alt:after {
  content: "􏒚";
}

.fad.fa-box-ballot:after {
  content: "􏜵";
}

.fad.fa-box-check:after {
  content: "􏑧";
}

.fad.fa-box-fragile:after {
  content: "􏒛";
}

.fad.fa-box-full:after {
  content: "􏒜";
}

.fad.fa-box-heart:after {
  content: "􏒝";
}

.fad.fa-box-open:after {
  content: "􏒞";
}

.fad.fa-box-tissue:after {
  content: "􏥛";
}

.fad.fa-box-up:after {
  content: "􏒟";
}

.fad.fa-box-usd:after {
  content: "􏒠";
}

.fad.fa-boxes:after {
  content: "􏑨";
}

.fad.fa-boxes-alt:after {
  content: "􏒡";
}

.fad.fa-boxing-glove:after {
  content: "􏐸";
}

.fad.fa-brackets:after {
  content: "􏟩";
}

.fad.fa-brackets-curly:after {
  content: "􏟪";
}

.fad.fa-braille:after {
  content: "􏊡";
}

.fad.fa-brain:after {
  content: "􏗜";
}

.fad.fa-bread-loaf:after {
  content: "􏟫";
}

.fad.fa-bread-slice:after {
  content: "􏟬";
}

.fad.fa-briefcase:after {
  content: "􏂱";
}

.fad.fa-briefcase-medical:after {
  content: "􏑩";
}

.fad.fa-bring-forward:after {
  content: "􏡖";
}

.fad.fa-bring-front:after {
  content: "􏡗";
}

.fad.fa-broadcast-tower:after {
  content: "􏔙";
}

.fad.fa-broom:after {
  content: "􏔚";
}

.fad.fa-browser:after {
  content: "􏍾";
}

.fad.fa-brush:after {
  content: "􏕝";
}

.fad.fa-bug:after {
  content: "􏆈";
}

.fad.fa-building:after {
  content: "􏆭";
}

.fad.fa-bullhorn:after {
  content: "􏂡";
}

.fad.fa-bullseye:after {
  content: "􏅀";
}

.fad.fa-bullseye-arrow:after {
  content: "􏙈";
}

.fad.fa-bullseye-pointer:after {
  content: "􏙉";
}

.fad.fa-burger-soda:after {
  content: "􏡘";
}

.fad.fa-burn:after {
  content: "􏑪";
}

.fad.fa-burrito:after {
  content: "􏟭";
}

.fad.fa-bus:after {
  content: "􏈇";
}

.fad.fa-bus-alt:after {
  content: "􏕞";
}

.fad.fa-bus-school:after {
  content: "􏗝";
}

.fad.fa-business-time:after {
  content: "􏙊";
}

.fad.fa-cabinet-filing:after {
  content: "􏙋";
}

.fad.fa-cactus:after {
  content: "􏢧";
}

.fad.fa-calculator:after {
  content: "􏇬";
}

.fad.fa-calculator-alt:after {
  content: "􏙌";
}

.fad.fa-calendar:after {
  content: "􏄳";
}

.fad.fa-calendar-alt:after {
  content: "􏁳";
}

.fad.fa-calendar-check:after {
  content: "􏉴";
}

.fad.fa-calendar-day:after {
  content: "􏞃";
}

.fad.fa-calendar-edit:after {
  content: "􏌳";
}

.fad.fa-calendar-exclamation:after {
  content: "􏌴";
}

.fad.fa-calendar-minus:after {
  content: "􏉲";
}

.fad.fa-calendar-plus:after {
  content: "􏉱";
}

.fad.fa-calendar-star:after {
  content: "􏜶";
}

.fad.fa-calendar-times:after {
  content: "􏉳";
}

.fad.fa-calendar-week:after {
  content: "􏞄";
}

.fad.fa-camcorder:after {
  content: "􏢨";
}

.fad.fa-camera:after {
  content: "􏀰";
}

.fad.fa-camera-alt:after {
  content: "􏌲";
}

.fad.fa-camera-home:after {
  content: "􏣾";
}

.fad.fa-camera-movie:after {
  content: "􏢩";
}

.fad.fa-camera-polaroid:after {
  content: "􏢪";
}

.fad.fa-camera-retro:after {
  content: "􏂃";
}

.fad.fa-campfire:after {
  content: "􏚺";
}

.fad.fa-campground:after {
  content: "􏚻";
}

.fad.fa-candle-holder:after {
  content: "􏚼";
}

.fad.fa-candy-cane:after {
  content: "􏞆";
}

.fad.fa-candy-corn:after {
  content: "􏚽";
}

.fad.fa-cannabis:after {
  content: "􏕟";
}

.fad.fa-capsules:after {
  content: "􏑫";
}

.fad.fa-car:after {
  content: "􏆹";
}

.fad.fa-car-alt:after {
  content: "􏗞";
}

.fad.fa-car-battery:after {
  content: "􏗟";
}

.fad.fa-car-building:after {
  content: "􏡙";
}

.fad.fa-car-bump:after {
  content: "􏗠";
}

.fad.fa-car-bus:after {
  content: "􏡚";
}

.fad.fa-car-crash:after {
  content: "􏗡";
}

.fad.fa-car-garage:after {
  content: "􏗢";
}

.fad.fa-car-mechanic:after {
  content: "􏗣";
}

.fad.fa-car-side:after {
  content: "􏗤";
}

.fad.fa-car-tilt:after {
  content: "􏗥";
}

.fad.fa-car-wash:after {
  content: "􏗦";
}

.fad.fa-caravan:after {
  content: "􏣿";
}

.fad.fa-caravan-alt:after {
  content: "􏤀";
}

.fad.fa-caret-circle-down:after {
  content: "􏌭";
}

.fad.fa-caret-circle-left:after {
  content: "􏌮";
}

.fad.fa-caret-circle-right:after {
  content: "􏌰";
}

.fad.fa-caret-circle-up:after {
  content: "􏌱";
}

.fad.fa-caret-down:after {
  content: "􏃗";
}

.fad.fa-caret-left:after {
  content: "􏃙";
}

.fad.fa-caret-right:after {
  content: "􏃚";
}

.fad.fa-caret-square-down:after {
  content: "􏅐";
}

.fad.fa-caret-square-left:after {
  content: "􏆑";
}

.fad.fa-caret-square-right:after {
  content: "􏅒";
}

.fad.fa-caret-square-up:after {
  content: "􏅑";
}

.fad.fa-caret-up:after {
  content: "􏃘";
}

.fad.fa-carrot:after {
  content: "􏞇";
}

.fad.fa-cars:after {
  content: "􏡛";
}

.fad.fa-cart-arrow-down:after {
  content: "􏈘";
}

.fad.fa-cart-plus:after {
  content: "􏈗";
}

.fad.fa-cash-register:after {
  content: "􏞈";
}

.fad.fa-cassette-tape:after {
  content: "􏢫";
}

.fad.fa-cat:after {
  content: "􏚾";
}

.fad.fa-cat-space:after {
  content: "􏤁";
}

.fad.fa-cauldron:after {
  content: "􏚿";
}

.fad.fa-cctv:after {
  content: "􏢬";
}

.fad.fa-certificate:after {
  content: "􏂣";
}

.fad.fa-chair:after {
  content: "􏛀";
}

.fad.fa-chair-office:after {
  content: "􏛁";
}

.fad.fa-chalkboard:after {
  content: "􏔛";
}

.fad.fa-chalkboard-teacher:after {
  content: "􏔜";
}

.fad.fa-charging-station:after {
  content: "􏗧";
}

.fad.fa-chart-area:after {
  content: "􏇾";
}

.fad.fa-chart-bar:after {
  content: "􏂀";
}

.fad.fa-chart-line:after {
  content: "􏈁";
}

.fad.fa-chart-line-down:after {
  content: "􏙍";
}

.fad.fa-chart-network:after {
  content: "􏞊";
}

.fad.fa-chart-pie:after {
  content: "􏈀";
}

.fad.fa-chart-pie-alt:after {
  content: "􏙎";
}

.fad.fa-chart-scatter:after {
  content: "􏟮";
}

.fad.fa-check:after {
  content: "􏀌";
}

.fad.fa-check-circle:after {
  content: "􏁘";
}

.fad.fa-check-double:after {
  content: "􏕠";
}

.fad.fa-check-square:after {
  content: "􏅊";
}

.fad.fa-cheese:after {
  content: "􏟯";
}

.fad.fa-cheese-swiss:after {
  content: "􏟰";
}

.fad.fa-cheeseburger:after {
  content: "􏟱";
}

.fad.fa-chess:after {
  content: "􏐹";
}

.fad.fa-chess-bishop:after {
  content: "􏐺";
}

.fad.fa-chess-bishop-alt:after {
  content: "􏐻";
}

.fad.fa-chess-board:after {
  content: "􏐼";
}

.fad.fa-chess-clock:after {
  content: "􏐽";
}

.fad.fa-chess-clock-alt:after {
  content: "􏐾";
}

.fad.fa-chess-king:after {
  content: "􏐿";
}

.fad.fa-chess-king-alt:after {
  content: "􏑀";
}

.fad.fa-chess-knight:after {
  content: "􏑁";
}

.fad.fa-chess-knight-alt:after {
  content: "􏑂";
}

.fad.fa-chess-pawn:after {
  content: "􏑃";
}

.fad.fa-chess-pawn-alt:after {
  content: "􏑄";
}

.fad.fa-chess-queen:after {
  content: "􏑅";
}

.fad.fa-chess-queen-alt:after {
  content: "􏑆";
}

.fad.fa-chess-rook:after {
  content: "􏑇";
}

.fad.fa-chess-rook-alt:after {
  content: "􏑈";
}

.fad.fa-chevron-circle-down:after {
  content: "􏄺";
}

.fad.fa-chevron-circle-left:after {
  content: "􏄷";
}

.fad.fa-chevron-circle-right:after {
  content: "􏄸";
}

.fad.fa-chevron-circle-up:after {
  content: "􏄹";
}

.fad.fa-chevron-double-down:after {
  content: "􏌢";
}

.fad.fa-chevron-double-left:after {
  content: "􏌣";
}

.fad.fa-chevron-double-right:after {
  content: "􏌤";
}

.fad.fa-chevron-double-up:after {
  content: "􏌥";
}

.fad.fa-chevron-down:after {
  content: "􏁸";
}

.fad.fa-chevron-left:after {
  content: "􏁓";
}

.fad.fa-chevron-right:after {
  content: "􏁔";
}

.fad.fa-chevron-square-down:after {
  content: "􏌩";
}

.fad.fa-chevron-square-left:after {
  content: "􏌪";
}

.fad.fa-chevron-square-right:after {
  content: "􏌫";
}

.fad.fa-chevron-square-up:after {
  content: "􏌬";
}

.fad.fa-chevron-up:after {
  content: "􏁷";
}

.fad.fa-child:after {
  content: "􏆮";
}

.fad.fa-chimney:after {
  content: "􏞋";
}

.fad.fa-church:after {
  content: "􏔝";
}

.fad.fa-circle:after {
  content: "􏄑";
}

.fad.fa-circle-notch:after {
  content: "􏇎";
}

.fad.fa-city:after {
  content: "􏙏";
}

.fad.fa-clarinet:after {
  content: "􏢭";
}

.fad.fa-claw-marks:after {
  content: "􏛂";
}

.fad.fa-clinic-medical:after {
  content: "􏟲";
}

.fad.fa-clipboard:after {
  content: "􏌨";
}

.fad.fa-clipboard-check:after {
  content: "􏑬";
}

.fad.fa-clipboard-list:after {
  content: "􏑭";
}

.fad.fa-clipboard-list-check:after {
  content: "􏜷";
}

.fad.fa-clipboard-prescription:after {
  content: "􏗨";
}

.fad.fa-clipboard-user:after {
  content: "􏟳";
}

.fad.fa-clock:after {
  content: "􏀗";
}

.fad.fa-clone:after {
  content: "􏉍";
}

.fad.fa-closed-captioning:after {
  content: "􏈊";
}

.fad.fa-cloud:after {
  content: "􏃂";
}

.fad.fa-cloud-download:after {
  content: "􏃭";
}

.fad.fa-cloud-download-alt:after {
  content: "􏎁";
}

.fad.fa-cloud-drizzle:after {
  content: "􏜸";
}

.fad.fa-cloud-hail:after {
  content: "􏜹";
}

.fad.fa-cloud-hail-mixed:after {
  content: "􏜺";
}

.fad.fa-cloud-meatball:after {
  content: "􏜻";
}

.fad.fa-cloud-moon:after {
  content: "􏛃";
}

.fad.fa-cloud-moon-rain:after {
  content: "􏜼";
}

.fad.fa-cloud-music:after {
  content: "􏢮";
}

.fad.fa-cloud-rain:after {
  content: "􏜽";
}

.fad.fa-cloud-rainbow:after {
  content: "􏜾";
}

.fad.fa-cloud-showers:after {
  content: "􏜿";
}

.fad.fa-cloud-showers-heavy:after {
  content: "􏝀";
}

.fad.fa-cloud-sleet:after {
  content: "􏝁";
}

.fad.fa-cloud-snow:after {
  content: "􏝂";
}

.fad.fa-cloud-sun:after {
  content: "􏛄";
}

.fad.fa-cloud-sun-rain:after {
  content: "􏝃";
}

.fad.fa-cloud-upload:after {
  content: "􏃮";
}

.fad.fa-cloud-upload-alt:after {
  content: "􏎂";
}

.fad.fa-clouds:after {
  content: "􏝄";
}

.fad.fa-clouds-moon:after {
  content: "􏝅";
}

.fad.fa-clouds-sun:after {
  content: "􏝆";
}

.fad.fa-club:after {
  content: "􏌧";
}

.fad.fa-cocktail:after {
  content: "􏕡";
}

.fad.fa-code:after {
  content: "􏄡";
}

.fad.fa-code-branch:after {
  content: "􏄦";
}

.fad.fa-code-commit:after {
  content: "􏎆";
}

.fad.fa-code-merge:after {
  content: "􏎇";
}

.fad.fa-coffee:after {
  content: "􏃴";
}

.fad.fa-coffee-pot:after {
  content: "􏤂";
}

.fad.fa-coffee-togo:after {
  content: "􏛅";
}

.fad.fa-coffin:after {
  content: "􏛆";
}

.fad.fa-coffin-cross:after {
  content: "􏥑";
}

.fad.fa-cog:after {
  content: "􏀓";
}

.fad.fa-cogs:after {
  content: "􏂅";
}

.fad.fa-coin:after {
  content: "􏡜";
}

.fad.fa-coins:after {
  content: "􏔞";
}

.fad.fa-columns:after {
  content: "􏃛";
}

.fad.fa-comet:after {
  content: "􏤃";
}

.fad.fa-comment:after {
  content: "􏁵";
}

.fad.fa-comment-alt:after {
  content: "􏉺";
}

.fad.fa-comment-alt-check:after {
  content: "􏒢";
}

.fad.fa-comment-alt-dollar:after {
  content: "􏙐";
}

.fad.fa-comment-alt-dots:after {
  content: "􏒣";
}

.fad.fa-comment-alt-edit:after {
  content: "􏒤";
}

.fad.fa-comment-alt-exclamation:after {
  content: "􏒥";
}

.fad.fa-comment-alt-lines:after {
  content: "􏒦";
}

.fad.fa-comment-alt-medical:after {
  content: "􏟴";
}

.fad.fa-comment-alt-minus:after {
  content: "􏒧";
}

.fad.fa-comment-alt-music:after {
  content: "􏢯";
}

.fad.fa-comment-alt-plus:after {
  content: "􏒨";
}

.fad.fa-comment-alt-slash:after {
  content: "􏒩";
}

.fad.fa-comment-alt-smile:after {
  content: "􏒪";
}

.fad.fa-comment-alt-times:after {
  content: "􏒫";
}

.fad.fa-comment-check:after {
  content: "􏒬";
}

.fad.fa-comment-dollar:after {
  content: "􏙑";
}

.fad.fa-comment-dots:after {
  content: "􏒭";
}

.fad.fa-comment-edit:after {
  content: "􏒮";
}

.fad.fa-comment-exclamation:after {
  content: "􏒯";
}

.fad.fa-comment-lines:after {
  content: "􏒰";
}

.fad.fa-comment-medical:after {
  content: "􏟵";
}

.fad.fa-comment-minus:after {
  content: "􏒱";
}

.fad.fa-comment-music:after {
  content: "􏢰";
}

.fad.fa-comment-plus:after {
  content: "􏒲";
}

.fad.fa-comment-slash:after {
  content: "􏒳";
}

.fad.fa-comment-smile:after {
  content: "􏒴";
}

.fad.fa-comment-times:after {
  content: "􏒵";
}

.fad.fa-comments:after {
  content: "􏂆";
}

.fad.fa-comments-alt:after {
  content: "􏒶";
}

.fad.fa-comments-alt-dollar:after {
  content: "􏙒";
}

.fad.fa-comments-dollar:after {
  content: "􏙓";
}

.fad.fa-compact-disc:after {
  content: "􏔟";
}

.fad.fa-compass:after {
  content: "􏅎";
}

.fad.fa-compass-slash:after {
  content: "􏗩";
}

.fad.fa-compress:after {
  content: "􏁦";
}

.fad.fa-compress-alt:after {
  content: "􏐢";
}

.fad.fa-compress-arrows-alt:after {
  content: "􏞌";
}

.fad.fa-compress-wide:after {
  content: "􏌦";
}

.fad.fa-computer-classic:after {
  content: "􏢱";
}

.fad.fa-computer-speaker:after {
  content: "􏢲";
}

.fad.fa-concierge-bell:after {
  content: "􏕢";
}

.fad.fa-construction:after {
  content: "􏡝";
}

.fad.fa-container-storage:after {
  content: "􏒷";
}

.fad.fa-conveyor-belt:after {
  content: "􏑮";
}

.fad.fa-conveyor-belt-alt:after {
  content: "􏑯";
}

.fad.fa-cookie:after {
  content: "􏕣";
}

.fad.fa-cookie-bite:after {
  content: "􏕤";
}

.fad.fa-copy:after {
  content: "􏃅";
}

.fad.fa-copyright:after {
  content: "􏇹";
}

.fad.fa-corn:after {
  content: "􏛇";
}

.fad.fa-couch:after {
  content: "􏒸";
}

.fad.fa-cow:after {
  content: "􏛈";
}

.fad.fa-cowbell:after {
  content: "􏢳";
}

.fad.fa-cowbell-more:after {
  content: "􏢴";
}

.fad.fa-credit-card:after {
  content: "􏂝";
}

.fad.fa-credit-card-blank:after {
  content: "􏎉";
}

.fad.fa-credit-card-front:after {
  content: "􏎊";
}

.fad.fa-cricket:after {
  content: "􏑉";
}

.fad.fa-croissant:after {
  content: "􏟶";
}

.fad.fa-crop:after {
  content: "􏄥";
}

.fad.fa-crop-alt:after {
  content: "􏕥";
}

.fad.fa-cross:after {
  content: "􏙔";
}

.fad.fa-crosshairs:after {
  content: "􏁛";
}

.fad.fa-crow:after {
  content: "􏔠";
}

.fad.fa-crown:after {
  content: "􏔡";
}

.fad.fa-crutch:after {
  content: "􏟷";
}

.fad.fa-crutches:after {
  content: "􏟸";
}

.fad.fa-cube:after {
  content: "􏆲";
}

.fad.fa-cubes:after {
  content: "􏆳";
}

.fad.fa-curling:after {
  content: "􏑊";
}

.fad.fa-cut:after {
  content: "􏃄";
}

.fad.fa-dagger:after {
  content: "􏛋";
}

.fad.fa-database:after {
  content: "􏇀";
}

.fad.fa-deaf:after {
  content: "􏊤";
}

.fad.fa-debug:after {
  content: "􏟹";
}

.fad.fa-deer:after {
  content: "􏞎";
}

.fad.fa-deer-rudolph:after {
  content: "􏞏";
}

.fad.fa-democrat:after {
  content: "􏝇";
}

.fad.fa-desktop:after {
  content: "􏄈";
}

.fad.fa-desktop-alt:after {
  content: "􏎐";
}

.fad.fa-dewpoint:after {
  content: "􏝈";
}

.fad.fa-dharmachakra:after {
  content: "􏙕";
}

.fad.fa-diagnoses:after {
  content: "􏑰";
}

.fad.fa-diamond:after {
  content: "􏈙";
}

.fad.fa-dice:after {
  content: "􏔢";
}

.fad.fa-dice-d10:after {
  content: "􏛍";
}

.fad.fa-dice-d12:after {
  content: "􏛎";
}

.fad.fa-dice-d20:after {
  content: "􏛏";
}

.fad.fa-dice-d4:after {
  content: "􏛐";
}

.fad.fa-dice-d6:after {
  content: "􏛑";
}

.fad.fa-dice-d8:after {
  content: "􏛒";
}

.fad.fa-dice-five:after {
  content: "􏔣";
}

.fad.fa-dice-four:after {
  content: "􏔤";
}

.fad.fa-dice-one:after {
  content: "􏔥";
}

.fad.fa-dice-six:after {
  content: "􏔦";
}

.fad.fa-dice-three:after {
  content: "􏔧";
}

.fad.fa-dice-two:after {
  content: "􏔨";
}

.fad.fa-digging:after {
  content: "􏡞";
}

.fad.fa-digital-tachograph:after {
  content: "􏕦";
}

.fad.fa-diploma:after {
  content: "􏗪";
}

.fad.fa-directions:after {
  content: "􏗫";
}

.fad.fa-disc-drive:after {
  content: "􏢵";
}

.fad.fa-disease:after {
  content: "􏟺";
}

.fad.fa-divide:after {
  content: "􏔩";
}

.fad.fa-dizzy:after {
  content: "􏕧";
}

.fad.fa-dna:after {
  content: "􏑱";
}

.fad.fa-do-not-enter:after {
  content: "􏗬";
}

.fad.fa-dog:after {
  content: "􏛓";
}

.fad.fa-dog-leashed:after {
  content: "􏛔";
}

.fad.fa-dollar-sign:after {
  content: "􏅕";
}

.fad.fa-dolly:after {
  content: "􏑲";
}

.fad.fa-dolly-empty:after {
  content: "􏑳";
}

.fad.fa-dolly-flatbed:after {
  content: "􏑴";
}

.fad.fa-dolly-flatbed-alt:after {
  content: "􏑵";
}

.fad.fa-dolly-flatbed-empty:after {
  content: "􏑶";
}

.fad.fa-donate:after {
  content: "􏒹";
}

.fad.fa-door-closed:after {
  content: "􏔪";
}

.fad.fa-door-open:after {
  content: "􏔫";
}

.fad.fa-dot-circle:after {
  content: "􏆒";
}

.fad.fa-dove:after {
  content: "􏒺";
}

.fad.fa-download:after {
  content: "􏀙";
}

.fad.fa-drafting-compass:after {
  content: "􏕨";
}

.fad.fa-dragon:after {
  content: "􏛕";
}

.fad.fa-draw-circle:after {
  content: "􏗭";
}

.fad.fa-draw-polygon:after {
  content: "􏗮";
}

.fad.fa-draw-square:after {
  content: "􏗯";
}

.fad.fa-dreidel:after {
  content: "􏞒";
}

.fad.fa-drone:after {
  content: "􏡟";
}

.fad.fa-drone-alt:after {
  content: "􏡠";
}

.fad.fa-drum:after {
  content: "􏕩";
}

.fad.fa-drum-steelpan:after {
  content: "􏕪";
}

.fad.fa-drumstick:after {
  content: "􏛖";
}

.fad.fa-drumstick-bite:after {
  content: "􏛗";
}

.fad.fa-dryer:after {
  content: "􏡡";
}

.fad.fa-dryer-alt:after {
  content: "􏡢";
}

.fad.fa-duck:after {
  content: "􏛘";
}

.fad.fa-dumbbell:after {
  content: "􏑋";
}

.fad.fa-dumpster:after {
  content: "􏞓";
}

.fad.fa-dumpster-fire:after {
  content: "􏞔";
}

.fad.fa-dungeon:after {
  content: "􏛙";
}

.fad.fa-ear:after {
  content: "􏗰";
}

.fad.fa-ear-muffs:after {
  content: "􏞕";
}

.fad.fa-eclipse:after {
  content: "􏝉";
}

.fad.fa-eclipse-alt:after {
  content: "􏝊";
}

.fad.fa-edit:after {
  content: "􏁄";
}

.fad.fa-egg:after {
  content: "􏟻";
}

.fad.fa-egg-fried:after {
  content: "􏟼";
}

.fad.fa-eject:after {
  content: "􏁒";
}

.fad.fa-elephant:after {
  content: "􏛚";
}

.fad.fa-ellipsis-h:after {
  content: "􏅁";
}

.fad.fa-ellipsis-h-alt:after {
  content: "􏎛";
}

.fad.fa-ellipsis-v:after {
  content: "􏅂";
}

.fad.fa-ellipsis-v-alt:after {
  content: "􏎜";
}

.fad.fa-empty-set:after {
  content: "􏙖";
}

.fad.fa-engine-warning:after {
  content: "􏗲";
}

.fad.fa-envelope:after {
  content: "􏃠";
}

.fad.fa-envelope-open:after {
  content: "􏊶";
}

.fad.fa-envelope-open-dollar:after {
  content: "􏙗";
}

.fad.fa-envelope-open-text:after {
  content: "􏙘";
}

.fad.fa-envelope-square:after {
  content: "􏆙";
}

.fad.fa-equals:after {
  content: "􏔬";
}

.fad.fa-eraser:after {
  content: "􏄭";
}

.fad.fa-ethernet:after {
  content: "􏞖";
}

.fad.fa-euro-sign:after {
  content: "􏅓";
}

.fad.fa-exchange:after {
  content: "􏃬";
}

.fad.fa-exchange-alt:after {
  content: "􏍢";
}

.fad.fa-exclamation:after {
  content: "􏄪";
}

.fad.fa-exclamation-circle:after {
  content: "􏁪";
}

.fad.fa-exclamation-square:after {
  content: "􏌡";
}

.fad.fa-exclamation-triangle:after {
  content: "􏁱";
}

.fad.fa-expand:after {
  content: "􏁥";
}

.fad.fa-expand-alt:after {
  content: "􏐤";
}

.fad.fa-expand-arrows:after {
  content: "􏌝";
}

.fad.fa-expand-arrows-alt:after {
  content: "􏌞";
}

.fad.fa-expand-wide:after {
  content: "􏌠";
}

.fad.fa-external-link:after {
  content: "􏂎";
}

.fad.fa-external-link-alt:after {
  content: "􏍝";
}

.fad.fa-external-link-square:after {
  content: "􏅌";
}

.fad.fa-external-link-square-alt:after {
  content: "􏍠";
}

.fad.fa-eye:after {
  content: "􏁮";
}

.fad.fa-eye-dropper:after {
  content: "􏇻";
}

.fad.fa-eye-evil:after {
  content: "􏛛";
}

.fad.fa-eye-slash:after {
  content: "􏁰";
}

.fad.fa-fan:after {
  content: "􏡣";
}

.fad.fa-fan-table:after {
  content: "􏤄";
}

.fad.fa-farm:after {
  content: "􏡤";
}

.fad.fa-fast-backward:after {
  content: "􏁉";
}

.fad.fa-fast-forward:after {
  content: "􏁐";
}

.fad.fa-faucet:after {
  content: "􏤅";
}

.fad.fa-faucet-drip:after {
  content: "􏤆";
}

.fad.fa-fax:after {
  content: "􏆬";
}

.fad.fa-feather:after {
  content: "􏔭";
}

.fad.fa-feather-alt:after {
  content: "􏕫";
}

.fad.fa-female:after {
  content: "􏆂";
}

.fad.fa-field-hockey:after {
  content: "􏑌";
}

.fad.fa-fighter-jet:after {
  content: "􏃻";
}

.fad.fa-file:after {
  content: "􏅛";
}

.fad.fa-file-alt:after {
  content: "􏅜";
}

.fad.fa-file-archive:after {
  content: "􏇆";
}

.fad.fa-file-audio:after {
  content: "􏇇";
}

.fad.fa-file-certificate:after {
  content: "􏗳";
}

.fad.fa-file-chart-line:after {
  content: "􏙙";
}

.fad.fa-file-chart-pie:after {
  content: "􏙚";
}

.fad.fa-file-check:after {
  content: "􏌖";
}

.fad.fa-file-code:after {
  content: "􏇉";
}

.fad.fa-file-contract:after {
  content: "􏕬";
}

.fad.fa-file-csv:after {
  content: "􏛝";
}

.fad.fa-file-download:after {
  content: "􏕭";
}

.fad.fa-file-edit:after {
  content: "􏌜";
}

.fad.fa-file-excel:after {
  content: "􏇃";
}

.fad.fa-file-exclamation:after {
  content: "􏌚";
}

.fad.fa-file-export:after {
  content: "􏕮";
}

.fad.fa-file-image:after {
  content: "􏇅";
}

.fad.fa-file-import:after {
  content: "􏕯";
}

.fad.fa-file-invoice:after {
  content: "􏕰";
}

.fad.fa-file-invoice-dollar:after {
  content: "􏕱";
}

.fad.fa-file-medical:after {
  content: "􏑷";
}

.fad.fa-file-medical-alt:after {
  content: "􏑸";
}

.fad.fa-file-minus:after {
  content: "􏌘";
}

.fad.fa-file-music:after {
  content: "􏢶";
}

.fad.fa-file-pdf:after {
  content: "􏇁";
}

.fad.fa-file-plus:after {
  content: "􏌙";
}

.fad.fa-file-powerpoint:after {
  content: "􏇄";
}

.fad.fa-file-prescription:after {
  content: "􏕲";
}

.fad.fa-file-search:after {
  content: "􏡥";
}

.fad.fa-file-signature:after {
  content: "􏕳";
}

.fad.fa-file-spreadsheet:after {
  content: "􏙛";
}

.fad.fa-file-times:after {
  content: "􏌗";
}

.fad.fa-file-upload:after {
  content: "􏕴";
}

.fad.fa-file-user:after {
  content: "􏙜";
}

.fad.fa-file-video:after {
  content: "􏇈";
}

.fad.fa-file-word:after {
  content: "􏇂";
}

.fad.fa-files-medical:after {
  content: "􏟽";
}

.fad.fa-fill:after {
  content: "􏕵";
}

.fad.fa-fill-drip:after {
  content: "􏕶";
}

.fad.fa-film:after {
  content: "􏀈";
}

.fad.fa-film-alt:after {
  content: "􏎠";
}

.fad.fa-film-canister:after {
  content: "􏢷";
}

.fad.fa-filter:after {
  content: "􏂰";
}

.fad.fa-fingerprint:after {
  content: "􏕷";
}

.fad.fa-fire:after {
  content: "􏁭";
}

.fad.fa-fire-alt:after {
  content: "􏟤";
}

.fad.fa-fire-extinguisher:after {
  content: "􏄴";
}

.fad.fa-fire-smoke:after {
  content: "􏝋";
}

.fad.fa-fireplace:after {
  content: "􏞚";
}

.fad.fa-first-aid:after {
  content: "􏑹";
}

.fad.fa-fish:after {
  content: "􏕸";
}

.fad.fa-fish-cooked:after {
  content: "􏟾";
}

.fad.fa-fist-raised:after {
  content: "􏛞";
}

.fad.fa-flag:after {
  content: "􏀤";
}

.fad.fa-flag-alt:after {
  content: "􏝌";
}

.fad.fa-flag-checkered:after {
  content: "􏄞";
}

.fad.fa-flag-usa:after {
  content: "􏝍";
}

.fad.fa-flame:after {
  content: "􏛟";
}

.fad.fa-flashlight:after {
  content: "􏢸";
}

.fad.fa-flask:after {
  content: "􏃃";
}

.fad.fa-flask-poison:after {
  content: "􏛠";
}

.fad.fa-flask-potion:after {
  content: "􏛡";
}

.fad.fa-flower:after {
  content: "􏟿";
}

.fad.fa-flower-daffodil:after {
  content: "􏠀";
}

.fad.fa-flower-tulip:after {
  content: "􏠁";
}

.fad.fa-flushed:after {
  content: "􏕹";
}

.fad.fa-flute:after {
  content: "􏢹";
}

.fad.fa-flux-capacitor:after {
  content: "􏢺";
}

.fad.fa-fog:after {
  content: "􏝎";
}

.fad.fa-folder:after {
  content: "􏁻";
}

.fad.fa-folder-download:after {
  content: "􏥓";
}

.fad.fa-folder-minus:after {
  content: "􏙝";
}

.fad.fa-folder-open:after {
  content: "􏁼";
}

.fad.fa-folder-plus:after {
  content: "􏙞";
}

.fad.fa-folder-times:after {
  content: "􏙟";
}

.fad.fa-folder-tree:after {
  content: "􏠂";
}

.fad.fa-folder-upload:after {
  content: "􏥔";
}

.fad.fa-folders:after {
  content: "􏙠";
}

.fad.fa-font:after {
  content: "􏀱";
}

.fad.fa-font-awesome-logo-full:after {
  content: "􏓦";
}

.fad.fa-font-case:after {
  content: "􏡦";
}

.fad.fa-football-ball:after {
  content: "􏑎";
}

.fad.fa-football-helmet:after {
  content: "􏑏";
}

.fad.fa-forklift:after {
  content: "􏑺";
}

.fad.fa-forward:after {
  content: "􏁎";
}

.fad.fa-fragile:after {
  content: "􏒻";
}

.fad.fa-french-fries:after {
  content: "􏠃";
}

.fad.fa-frog:after {
  content: "􏔮";
}

.fad.fa-frosty-head:after {
  content: "􏞛";
}

.fad.fa-frown:after {
  content: "􏄙";
}

.fad.fa-frown-open:after {
  content: "􏕺";
}

.fad.fa-function:after {
  content: "􏙡";
}

.fad.fa-funnel-dollar:after {
  content: "􏙢";
}

.fad.fa-futbol:after {
  content: "􏇣";
}

.fad.fa-galaxy:after {
  content: "􏤈";
}

.fad.fa-game-board:after {
  content: "􏡧";
}

.fad.fa-game-board-alt:after {
  content: "􏡨";
}

.fad.fa-game-console-handheld:after {
  content: "􏢻";
}

.fad.fa-gamepad:after {
  content: "􏄛";
}

.fad.fa-gamepad-alt:after {
  content: "􏢼";
}

.fad.fa-garage:after {
  content: "􏤉";
}

.fad.fa-garage-car:after {
  content: "􏤊";
}

.fad.fa-garage-open:after {
  content: "􏤋";
}

.fad.fa-gas-pump:after {
  content: "􏔯";
}

.fad.fa-gas-pump-slash:after {
  content: "􏗴";
}

.fad.fa-gavel:after {
  content: "􏃣";
}

.fad.fa-gem:after {
  content: "􏎥";
}

.fad.fa-genderless:after {
  content: "􏈭";
}

.fad.fa-ghost:after {
  content: "􏛢";
}

.fad.fa-gift:after {
  content: "􏁫";
}

.fad.fa-gift-card:after {
  content: "􏙣";
}

.fad.fa-gifts:after {
  content: "􏞜";
}

.fad.fa-gingerbread-man:after {
  content: "􏞝";
}

.fad.fa-glass:after {
  content: "􏠄";
}

.fad.fa-glass-champagne:after {
  content: "􏞞";
}

.fad.fa-glass-cheers:after {
  content: "􏞟";
}

.fad.fa-glass-citrus:after {
  content: "􏡩";
}

.fad.fa-glass-martini:after {
  content: "􏀀";
}

.fad.fa-glass-martini-alt:after {
  content: "􏕻";
}

.fad.fa-glass-whiskey:after {
  content: "􏞠";
}

.fad.fa-glass-whiskey-rocks:after {
  content: "􏞡";
}

.fad.fa-glasses:after {
  content: "􏔰";
}

.fad.fa-glasses-alt:after {
  content: "􏗵";
}

.fad.fa-globe:after {
  content: "􏂬";
}

.fad.fa-globe-africa:after {
  content: "􏕼";
}

.fad.fa-globe-americas:after {
  content: "􏕽";
}

.fad.fa-globe-asia:after {
  content: "􏕾";
}

.fad.fa-globe-europe:after {
  content: "􏞢";
}

.fad.fa-globe-snow:after {
  content: "􏞣";
}

.fad.fa-globe-stand:after {
  content: "􏗶";
}

.fad.fa-golf-ball:after {
  content: "􏑐";
}

.fad.fa-golf-club:after {
  content: "􏑑";
}

.fad.fa-gopuram:after {
  content: "􏙤";
}

.fad.fa-graduation-cap:after {
  content: "􏆝";
}

.fad.fa-gramophone:after {
  content: "􏢽";
}

.fad.fa-greater-than:after {
  content: "􏔱";
}

.fad.fa-greater-than-equal:after {
  content: "􏔲";
}

.fad.fa-grimace:after {
  content: "􏕿";
}

.fad.fa-grin:after {
  content: "􏖀";
}

.fad.fa-grin-alt:after {
  content: "􏖁";
}

.fad.fa-grin-beam:after {
  content: "􏖂";
}

.fad.fa-grin-beam-sweat:after {
  content: "􏖃";
}

.fad.fa-grin-hearts:after {
  content: "􏖄";
}

.fad.fa-grin-squint:after {
  content: "􏖅";
}

.fad.fa-grin-squint-tears:after {
  content: "􏖆";
}

.fad.fa-grin-stars:after {
  content: "􏖇";
}

.fad.fa-grin-tears:after {
  content: "􏖈";
}

.fad.fa-grin-tongue:after {
  content: "􏖉";
}

.fad.fa-grin-tongue-squint:after {
  content: "􏖊";
}

.fad.fa-grin-tongue-wink:after {
  content: "􏖋";
}

.fad.fa-grin-wink:after {
  content: "􏖌";
}

.fad.fa-grip-horizontal:after {
  content: "􏖍";
}

.fad.fa-grip-lines:after {
  content: "􏞤";
}

.fad.fa-grip-lines-vertical:after {
  content: "􏞥";
}

.fad.fa-grip-vertical:after {
  content: "􏖎";
}

.fad.fa-guitar:after {
  content: "􏞦";
}

.fad.fa-guitar-electric:after {
  content: "􏢾";
}

.fad.fa-guitars:after {
  content: "􏢿";
}

.fad.fa-h-square:after {
  content: "􏃽";
}

.fad.fa-h1:after {
  content: "􏌓";
}

.fad.fa-h2:after {
  content: "􏌔";
}

.fad.fa-h3:after {
  content: "􏌕";
}

.fad.fa-h4:after {
  content: "􏡪";
}

.fad.fa-hamburger:after {
  content: "􏠅";
}

.fad.fa-hammer:after {
  content: "􏛣";
}

.fad.fa-hammer-war:after {
  content: "􏛤";
}

.fad.fa-hamsa:after {
  content: "􏙥";
}

.fad.fa-hand-heart:after {
  content: "􏒼";
}

.fad.fa-hand-holding:after {
  content: "􏒽";
}

.fad.fa-hand-holding-box:after {
  content: "􏑻";
}

.fad.fa-hand-holding-heart:after {
  content: "􏒾";
}

.fad.fa-hand-holding-magic:after {
  content: "􏛥";
}

.fad.fa-hand-holding-medical:after {
  content: "􏥜";
}

.fad.fa-hand-holding-seedling:after {
  content: "􏒿";
}

.fad.fa-hand-holding-usd:after {
  content: "􏓀";
}

.fad.fa-hand-holding-water:after {
  content: "􏓁";
}

.fad.fa-hand-lizard:after {
  content: "􏉘";
}

.fad.fa-hand-middle-finger:after {
  content: "􏠆";
}

.fad.fa-hand-paper:after {
  content: "􏉖";
}

.fad.fa-hand-peace:after {
  content: "􏉛";
}

.fad.fa-hand-point-down:after {
  content: "􏂧";
}

.fad.fa-hand-point-left:after {
  content: "􏂥";
}

.fad.fa-hand-point-right:after {
  content: "􏂤";
}

.fad.fa-hand-point-up:after {
  content: "􏂦";
}

.fad.fa-hand-pointer:after {
  content: "􏉚";
}

.fad.fa-hand-receiving:after {
  content: "􏑼";
}

.fad.fa-hand-rock:after {
  content: "􏉕";
}

.fad.fa-hand-scissors:after {
  content: "􏉗";
}

.fad.fa-hand-sparkles:after {
  content: "􏥝";
}

.fad.fa-hand-spock:after {
  content: "􏉙";
}

.fad.fa-hands:after {
  content: "􏓂";
}

.fad.fa-hands-heart:after {
  content: "􏓃";
}

.fad.fa-hands-helping:after {
  content: "􏓄";
}

.fad.fa-hands-usd:after {
  content: "􏓅";
}

.fad.fa-hands-wash:after {
  content: "􏥞";
}

.fad.fa-handshake:after {
  content: "􏊵";
}

.fad.fa-handshake-alt:after {
  content: "􏓆";
}

.fad.fa-handshake-alt-slash:after {
  content: "􏥟";
}

.fad.fa-handshake-slash:after {
  content: "􏥠";
}

.fad.fa-hanukiah:after {
  content: "􏛦";
}

.fad.fa-hard-hat:after {
  content: "􏠇";
}

.fad.fa-hashtag:after {
  content: "􏊒";
}

.fad.fa-hat-chef:after {
  content: "􏡫";
}

.fad.fa-hat-cowboy:after {
  content: "􏣀";
}

.fad.fa-hat-cowboy-side:after {
  content: "􏣁";
}

.fad.fa-hat-santa:after {
  content: "􏞧";
}

.fad.fa-hat-winter:after {
  content: "􏞨";
}

.fad.fa-hat-witch:after {
  content: "􏛧";
}

.fad.fa-hat-wizard:after {
  content: "􏛨";
}

.fad.fa-hdd:after {
  content: "􏂠";
}

.fad.fa-head-side:after {
  content: "􏛩";
}

.fad.fa-head-side-brain:after {
  content: "􏠈";
}

.fad.fa-head-side-cough:after {
  content: "􏥡";
}

.fad.fa-head-side-cough-slash:after {
  content: "􏥢";
}

.fad.fa-head-side-headphones:after {
  content: "􏣂";
}

.fad.fa-head-side-mask:after {
  content: "􏥣";
}

.fad.fa-head-side-medical:after {
  content: "􏠉";
}

.fad.fa-head-side-virus:after {
  content: "􏥤";
}

.fad.fa-head-vr:after {
  content: "􏛪";
}

.fad.fa-heading:after {
  content: "􏇜";
}

.fad.fa-headphones:after {
  content: "􏀥";
}

.fad.fa-headphones-alt:after {
  content: "􏖏";
}

.fad.fa-headset:after {
  content: "􏖐";
}

.fad.fa-heart:after {
  content: "􏀄";
}

.fad.fa-heart-broken:after {
  content: "􏞩";
}

.fad.fa-heart-circle:after {
  content: "􏓇";
}

.fad.fa-heart-rate:after {
  content: "􏗸";
}

.fad.fa-heart-square:after {
  content: "􏓈";
}

.fad.fa-heartbeat:after {
  content: "􏈞";
}

.fad.fa-heat:after {
  content: "􏤌";
}

.fad.fa-helicopter:after {
  content: "􏔳";
}

.fad.fa-helmet-battle:after {
  content: "􏛫";
}

.fad.fa-hexagon:after {
  content: "􏌒";
}

.fad.fa-highlighter:after {
  content: "􏖑";
}

.fad.fa-hiking:after {
  content: "􏛬";
}

.fad.fa-hippo:after {
  content: "􏛭";
}

.fad.fa-history:after {
  content: "􏇚";
}

.fad.fa-hockey-mask:after {
  content: "􏛮";
}

.fad.fa-hockey-puck:after {
  content: "􏑓";
}

.fad.fa-hockey-sticks:after {
  content: "􏑔";
}

.fad.fa-holly-berry:after {
  content: "􏞪";
}

.fad.fa-home:after {
  content: "􏀕";
}

.fad.fa-home-alt:after {
  content: "􏠊";
}

.fad.fa-home-heart:after {
  content: "􏓉";
}

.fad.fa-home-lg:after {
  content: "􏠋";
}

.fad.fa-home-lg-alt:after {
  content: "􏠌";
}

.fad.fa-hood-cloak:after {
  content: "􏛯";
}

.fad.fa-horizontal-rule:after {
  content: "􏡬";
}

.fad.fa-horse:after {
  content: "􏛰";
}

.fad.fa-horse-head:after {
  content: "􏞫";
}

.fad.fa-horse-saddle:after {
  content: "􏣃";
}

.fad.fa-hospital:after {
  content: "􏃸";
}

.fad.fa-hospital-alt:after {
  content: "􏑽";
}

.fad.fa-hospital-symbol:after {
  content: "􏑾";
}

.fad.fa-hospital-user:after {
  content: "􏠍";
}

.fad.fa-hospitals:after {
  content: "􏠎";
}

.fad.fa-hot-tub:after {
  content: "􏖓";
}

.fad.fa-hotdog:after {
  content: "􏠏";
}

.fad.fa-hotel:after {
  content: "􏖔";
}

.fad.fa-hourglass:after {
  content: "􏉔";
}

.fad.fa-hourglass-end:after {
  content: "􏉓";
}

.fad.fa-hourglass-half:after {
  content: "􏉒";
}

.fad.fa-hourglass-start:after {
  content: "􏉑";
}

.fad.fa-house:after {
  content: "􏤍";
}

.fad.fa-house-damage:after {
  content: "􏛱";
}

.fad.fa-house-day:after {
  content: "􏤎";
}

.fad.fa-house-flood:after {
  content: "􏝏";
}

.fad.fa-house-leave:after {
  content: "􏤏";
}

.fad.fa-house-night:after {
  content: "􏤐";
}

.fad.fa-house-return:after {
  content: "􏤑";
}

.fad.fa-house-signal:after {
  content: "􏤒";
}

.fad.fa-house-user:after {
  content: "􏥥";
}

.fad.fa-hryvnia:after {
  content: "􏛲";
}

.fad.fa-humidity:after {
  content: "􏝐";
}

.fad.fa-hurricane:after {
  content: "􏝑";
}

.fad.fa-i-cursor:after {
  content: "􏉆";
}

.fad.fa-ice-cream:after {
  content: "􏠐";
}

.fad.fa-ice-skate:after {
  content: "􏞬";
}

.fad.fa-icicles:after {
  content: "􏞭";
}

.fad.fa-icons:after {
  content: "􏡭";
}

.fad.fa-icons-alt:after {
  content: "􏡮";
}

.fad.fa-id-badge:after {
  content: "􏋁";
}

.fad.fa-id-card:after {
  content: "􏋂";
}

.fad.fa-id-card-alt:after {
  content: "􏑿";
}

.fad.fa-igloo:after {
  content: "􏞮";
}

.fad.fa-image:after {
  content: "􏀾";
}

.fad.fa-image-polaroid:after {
  content: "􏣄";
}

.fad.fa-images:after {
  content: "􏌂";
}

.fad.fa-inbox:after {
  content: "􏀜";
}

.fad.fa-inbox-in:after {
  content: "􏌐";
}

.fad.fa-inbox-out:after {
  content: "􏌑";
}

.fad.fa-indent:after {
  content: "􏀼";
}

.fad.fa-industry:after {
  content: "􏉵";
}

.fad.fa-industry-alt:after {
  content: "􏎳";
}

.fad.fa-infinity:after {
  content: "􏔴";
}

.fad.fa-info:after {
  content: "􏄩";
}

.fad.fa-info-circle:after {
  content: "􏁚";
}

.fad.fa-info-square:after {
  content: "􏌏";
}

.fad.fa-inhaler:after {
  content: "􏗹";
}

.fad.fa-integral:after {
  content: "􏙧";
}

.fad.fa-intersection:after {
  content: "􏙨";
}

.fad.fa-inventory:after {
  content: "􏒀";
}

.fad.fa-island-tropical:after {
  content: "􏠑";
}

.fad.fa-italic:after {
  content: "􏀳";
}

.fad.fa-jack-o-lantern:after {
  content: "􏌎";
}

.fad.fa-jedi:after {
  content: "􏙩";
}

.fad.fa-joint:after {
  content: "􏖕";
}

.fad.fa-journal-whills:after {
  content: "􏙪";
}

.fad.fa-joystick:after {
  content: "􏣅";
}

.fad.fa-jug:after {
  content: "􏣆";
}

.fad.fa-kaaba:after {
  content: "􏙫";
}

.fad.fa-kazoo:after {
  content: "􏣇";
}

.fad.fa-kerning:after {
  content: "􏡯";
}

.fad.fa-key:after {
  content: "􏂄";
}

.fad.fa-key-skeleton:after {
  content: "􏛳";
}

.fad.fa-keyboard:after {
  content: "􏄜";
}

.fad.fa-keynote:after {
  content: "􏙬";
}

.fad.fa-khanda:after {
  content: "􏙭";
}

.fad.fa-kidneys:after {
  content: "􏗻";
}

.fad.fa-kiss:after {
  content: "􏖖";
}

.fad.fa-kiss-beam:after {
  content: "􏖗";
}

.fad.fa-kiss-wink-heart:after {
  content: "􏖘";
}

.fad.fa-kite:after {
  content: "􏛴";
}

.fad.fa-kiwi-bird:after {
  content: "􏔵";
}

.fad.fa-knife-kitchen:after {
  content: "􏛵";
}

.fad.fa-lambda:after {
  content: "􏙮";
}

.fad.fa-lamp:after {
  content: "􏓊";
}

.fad.fa-lamp-desk:after {
  content: "􏤔";
}

.fad.fa-lamp-floor:after {
  content: "􏤕";
}

.fad.fa-landmark:after {
  content: "􏙯";
}

.fad.fa-landmark-alt:after {
  content: "􏝒";
}

.fad.fa-language:after {
  content: "􏆫";
}

.fad.fa-laptop:after {
  content: "􏄉";
}

.fad.fa-laptop-code:after {
  content: "􏗼";
}

.fad.fa-laptop-house:after {
  content: "􏥦";
}

.fad.fa-laptop-medical:after {
  content: "􏠒";
}

.fad.fa-lasso:after {
  content: "􏣈";
}

.fad.fa-laugh:after {
  content: "􏖙";
}

.fad.fa-laugh-beam:after {
  content: "􏖚";
}

.fad.fa-laugh-squint:after {
  content: "􏖛";
}

.fad.fa-laugh-wink:after {
  content: "􏖜";
}

.fad.fa-layer-group:after {
  content: "􏗽";
}

.fad.fa-layer-minus:after {
  content: "􏗾";
}

.fad.fa-layer-plus:after {
  content: "􏗿";
}

.fad.fa-leaf:after {
  content: "􏁬";
}

.fad.fa-leaf-heart:after {
  content: "􏓋";
}

.fad.fa-leaf-maple:after {
  content: "􏛶";
}

.fad.fa-leaf-oak:after {
  content: "􏛷";
}

.fad.fa-lemon:after {
  content: "􏂔";
}

.fad.fa-less-than:after {
  content: "􏔶";
}

.fad.fa-less-than-equal:after {
  content: "􏔷";
}

.fad.fa-level-down:after {
  content: "􏅉";
}

.fad.fa-level-down-alt:after {
  content: "􏎾";
}

.fad.fa-level-up:after {
  content: "􏅈";
}

.fad.fa-level-up-alt:after {
  content: "􏎿";
}

.fad.fa-life-ring:after {
  content: "􏇍";
}

.fad.fa-light-ceiling:after {
  content: "􏤖";
}

.fad.fa-light-switch:after {
  content: "􏤗";
}

.fad.fa-light-switch-off:after {
  content: "􏤘";
}

.fad.fa-light-switch-on:after {
  content: "􏤙";
}

.fad.fa-lightbulb:after {
  content: "􏃫";
}

.fad.fa-lightbulb-dollar:after {
  content: "􏙰";
}

.fad.fa-lightbulb-exclamation:after {
  content: "􏙱";
}

.fad.fa-lightbulb-on:after {
  content: "􏙲";
}

.fad.fa-lightbulb-slash:after {
  content: "􏙳";
}

.fad.fa-lights-holiday:after {
  content: "􏞲";
}

.fad.fa-line-columns:after {
  content: "􏡰";
}

.fad.fa-line-height:after {
  content: "􏡱";
}

.fad.fa-link:after {
  content: "􏃁";
}

.fad.fa-lips:after {
  content: "􏘀";
}

.fad.fa-lira-sign:after {
  content: "􏆕";
}

.fad.fa-list:after {
  content: "􏀺";
}

.fad.fa-list-alt:after {
  content: "􏀢";
}

.fad.fa-list-music:after {
  content: "􏣉";
}

.fad.fa-list-ol:after {
  content: "􏃋";
}

.fad.fa-list-ul:after {
  content: "􏃊";
}

.fad.fa-location:after {
  content: "􏘁";
}

.fad.fa-location-arrow:after {
  content: "􏄤";
}

.fad.fa-location-circle:after {
  content: "􏘂";
}

.fad.fa-location-slash:after {
  content: "􏘃";
}

.fad.fa-lock:after {
  content: "􏀣";
}

.fad.fa-lock-alt:after {
  content: "􏌍";
}

.fad.fa-lock-open:after {
  content: "􏏁";
}

.fad.fa-lock-open-alt:after {
  content: "􏏂";
}

.fad.fa-long-arrow-alt-down:after {
  content: "􏌉";
}

.fad.fa-long-arrow-alt-left:after {
  content: "􏌊";
}

.fad.fa-long-arrow-alt-right:after {
  content: "􏌋";
}

.fad.fa-long-arrow-alt-up:after {
  content: "􏌌";
}

.fad.fa-long-arrow-down:after {
  content: "􏅵";
}

.fad.fa-long-arrow-left:after {
  content: "􏅷";
}

.fad.fa-long-arrow-right:after {
  content: "􏅸";
}

.fad.fa-long-arrow-up:after {
  content: "􏅶";
}

.fad.fa-loveseat:after {
  content: "􏓌";
}

.fad.fa-low-vision:after {
  content: "􏊨";
}

.fad.fa-luchador:after {
  content: "􏑕";
}

.fad.fa-luggage-cart:after {
  content: "􏖝";
}

.fad.fa-lungs:after {
  content: "􏘄";
}

.fad.fa-lungs-virus:after {
  content: "􏥧";
}

.fad.fa-mace:after {
  content: "􏛸";
}

.fad.fa-magic:after {
  content: "􏃐";
}

.fad.fa-magnet:after {
  content: "􏁶";
}

.fad.fa-mail-bulk:after {
  content: "􏙴";
}

.fad.fa-mailbox:after {
  content: "􏠓";
}

.fad.fa-male:after {
  content: "􏆃";
}

.fad.fa-mandolin:after {
  content: "􏛹";
}

.fad.fa-map:after {
  content: "􏉹";
}

.fad.fa-map-marked:after {
  content: "􏖟";
}

.fad.fa-map-marked-alt:after {
  content: "􏖠";
}

.fad.fa-map-marker:after {
  content: "􏁁";
}

.fad.fa-map-marker-alt:after {
  content: "􏏅";
}

.fad.fa-map-marker-alt-slash:after {
  content: "􏘅";
}

.fad.fa-map-marker-check:after {
  content: "􏘆";
}

.fad.fa-map-marker-edit:after {
  content: "􏘇";
}

.fad.fa-map-marker-exclamation:after {
  content: "􏘈";
}

.fad.fa-map-marker-minus:after {
  content: "􏘉";
}

.fad.fa-map-marker-plus:after {
  content: "􏘊";
}

.fad.fa-map-marker-question:after {
  content: "􏘋";
}

.fad.fa-map-marker-slash:after {
  content: "􏘌";
}

.fad.fa-map-marker-smile:after {
  content: "􏘍";
}

.fad.fa-map-marker-times:after {
  content: "􏘎";
}

.fad.fa-map-pin:after {
  content: "􏉶";
}

.fad.fa-map-signs:after {
  content: "􏉷";
}

.fad.fa-marker:after {
  content: "􏖡";
}

.fad.fa-mars:after {
  content: "􏈢";
}

.fad.fa-mars-double:after {
  content: "􏈧";
}

.fad.fa-mars-stroke:after {
  content: "􏈩";
}

.fad.fa-mars-stroke-h:after {
  content: "􏈫";
}

.fad.fa-mars-stroke-v:after {
  content: "􏈪";
}

.fad.fa-mask:after {
  content: "􏛺";
}

.fad.fa-meat:after {
  content: "􏠔";
}

.fad.fa-medal:after {
  content: "􏖢";
}

.fad.fa-medkit:after {
  content: "􏃺";
}

.fad.fa-megaphone:after {
  content: "􏙵";
}

.fad.fa-meh:after {
  content: "􏄚";
}

.fad.fa-meh-blank:after {
  content: "􏖤";
}

.fad.fa-meh-rolling-eyes:after {
  content: "􏖥";
}

.fad.fa-memory:after {
  content: "􏔸";
}

.fad.fa-menorah:after {
  content: "􏙶";
}

.fad.fa-mercury:after {
  content: "􏈣";
}

.fad.fa-meteor:after {
  content: "􏝓";
}

.fad.fa-microchip:after {
  content: "􏋛";
}

.fad.fa-microphone:after {
  content: "􏄰";
}

.fad.fa-microphone-alt:after {
  content: "􏏉";
}

.fad.fa-microphone-alt-slash:after {
  content: "􏔹";
}

.fad.fa-microphone-slash:after {
  content: "􏄱";
}

.fad.fa-microphone-stand:after {
  content: "􏣋";
}

.fad.fa-microscope:after {
  content: "􏘐";
}

.fad.fa-microwave:after {
  content: "􏤛";
}

.fad.fa-mind-share:after {
  content: "􏙷";
}

.fad.fa-minus:after {
  content: "􏁨";
}

.fad.fa-minus-circle:after {
  content: "􏁖";
}

.fad.fa-minus-hexagon:after {
  content: "􏌇";
}

.fad.fa-minus-octagon:after {
  content: "􏌈";
}

.fad.fa-minus-square:after {
  content: "􏅆";
}

.fad.fa-mistletoe:after {
  content: "􏞴";
}

.fad.fa-mitten:after {
  content: "􏞵";
}

.fad.fa-mobile:after {
  content: "􏄋";
}

.fad.fa-mobile-alt:after {
  content: "􏏍";
}

.fad.fa-mobile-android:after {
  content: "􏏎";
}

.fad.fa-mobile-android-alt:after {
  content: "􏏏";
}

.fad.fa-money-bill:after {
  content: "􏃖";
}

.fad.fa-money-bill-alt:after {
  content: "􏏑";
}

.fad.fa-money-bill-wave:after {
  content: "􏔺";
}

.fad.fa-money-bill-wave-alt:after {
  content: "􏔻";
}

.fad.fa-money-check:after {
  content: "􏔼";
}

.fad.fa-money-check-alt:after {
  content: "􏔽";
}

.fad.fa-money-check-edit:after {
  content: "􏡲";
}

.fad.fa-money-check-edit-alt:after {
  content: "􏡳";
}

.fad.fa-monitor-heart-rate:after {
  content: "􏘑";
}

.fad.fa-monkey:after {
  content: "􏛻";
}

.fad.fa-monument:after {
  content: "􏖦";
}

.fad.fa-moon:after {
  content: "􏆆";
}

.fad.fa-moon-cloud:after {
  content: "􏝔";
}

.fad.fa-moon-stars:after {
  content: "􏝕";
}

.fad.fa-mortar-pestle:after {
  content: "􏖧";
}

.fad.fa-mosque:after {
  content: "􏙸";
}

.fad.fa-motorcycle:after {
  content: "􏈜";
}

.fad.fa-mountain:after {
  content: "􏛼";
}

.fad.fa-mountains:after {
  content: "􏛽";
}

.fad.fa-mouse:after {
  content: "􏣌";
}

.fad.fa-mouse-alt:after {
  content: "􏣍";
}

.fad.fa-mouse-pointer:after {
  content: "􏉅";
}

.fad.fa-mp3-player:after {
  content: "􏣎";
}

.fad.fa-mug:after {
  content: "􏡴";
}

.fad.fa-mug-hot:after {
  content: "􏞶";
}

.fad.fa-mug-marshmallows:after {
  content: "􏞷";
}

.fad.fa-mug-tea:after {
  content: "􏡵";
}

.fad.fa-music:after {
  content: "􏀁";
}

.fad.fa-music-alt:after {
  content: "􏣏";
}

.fad.fa-music-alt-slash:after {
  content: "􏣐";
}

.fad.fa-music-slash:after {
  content: "􏣑";
}

.fad.fa-narwhal:after {
  content: "􏛾";
}

.fad.fa-network-wired:after {
  content: "􏛿";
}

.fad.fa-neuter:after {
  content: "􏈬";
}

.fad.fa-newspaper:after {
  content: "􏇪";
}

.fad.fa-not-equal:after {
  content: "􏔾";
}

.fad.fa-notes-medical:after {
  content: "􏒁";
}

.fad.fa-object-group:after {
  content: "􏉇";
}

.fad.fa-object-ungroup:after {
  content: "􏉈";
}

.fad.fa-octagon:after {
  content: "􏌆";
}

.fad.fa-oil-can:after {
  content: "􏘓";
}

.fad.fa-oil-temp:after {
  content: "􏘔";
}

.fad.fa-om:after {
  content: "􏙹";
}

.fad.fa-omega:after {
  content: "􏙺";
}

.fad.fa-ornament:after {
  content: "􏞸";
}

.fad.fa-otter:after {
  content: "􏜀";
}

.fad.fa-outdent:after {
  content: "􏀻";
}

.fad.fa-outlet:after {
  content: "􏤜";
}

.fad.fa-oven:after {
  content: "􏤝";
}

.fad.fa-overline:after {
  content: "􏡶";
}

.fad.fa-page-break:after {
  content: "􏡷";
}

.fad.fa-pager:after {
  content: "􏠕";
}

.fad.fa-paint-brush:after {
  content: "􏇼";
}

.fad.fa-paint-brush-alt:after {
  content: "􏖩";
}

.fad.fa-paint-roller:after {
  content: "􏖪";
}

.fad.fa-palette:after {
  content: "􏔿";
}

.fad.fa-pallet:after {
  content: "􏒂";
}

.fad.fa-pallet-alt:after {
  content: "􏒃";
}

.fad.fa-paper-plane:after {
  content: "􏇘";
}

.fad.fa-paperclip:after {
  content: "􏃆";
}

.fad.fa-parachute-box:after {
  content: "􏓍";
}

.fad.fa-paragraph:after {
  content: "􏇝";
}

.fad.fa-paragraph-rtl:after {
  content: "􏡸";
}

.fad.fa-parking:after {
  content: "􏕀";
}

.fad.fa-parking-circle:after {
  content: "􏘕";
}

.fad.fa-parking-circle-slash:after {
  content: "􏘖";
}

.fad.fa-parking-slash:after {
  content: "􏘗";
}

.fad.fa-passport:after {
  content: "􏖫";
}

.fad.fa-pastafarianism:after {
  content: "􏙻";
}

.fad.fa-paste:after {
  content: "􏃪";
}

.fad.fa-pause:after {
  content: "􏁌";
}

.fad.fa-pause-circle:after {
  content: "􏊋";
}

.fad.fa-paw:after {
  content: "􏆰";
}

.fad.fa-paw-alt:after {
  content: "􏜁";
}

.fad.fa-paw-claws:after {
  content: "􏜂";
}

.fad.fa-peace:after {
  content: "􏙼";
}

.fad.fa-pegasus:after {
  content: "􏜃";
}

.fad.fa-pen:after {
  content: "􏌄";
}

.fad.fa-pen-alt:after {
  content: "􏌅";
}

.fad.fa-pen-fancy:after {
  content: "􏖬";
}

.fad.fa-pen-nib:after {
  content: "􏖭";
}

.fad.fa-pen-square:after {
  content: "􏅋";
}

.fad.fa-pencil:after {
  content: "􏁀";
}

.fad.fa-pencil-alt:after {
  content: "􏌃";
}

.fad.fa-pencil-paintbrush:after {
  content: "􏘘";
}

.fad.fa-pencil-ruler:after {
  content: "􏖮";
}

.fad.fa-pennant:after {
  content: "􏑖";
}

.fad.fa-people-arrows:after {
  content: "􏥨";
}

.fad.fa-people-carry:after {
  content: "􏓎";
}

.fad.fa-pepper-hot:after {
  content: "􏠖";
}

.fad.fa-percent:after {
  content: "􏊕";
}

.fad.fa-percentage:after {
  content: "􏕁";
}

.fad.fa-person-booth:after {
  content: "􏝖";
}

.fad.fa-person-carry:after {
  content: "􏓏";
}

.fad.fa-person-dolly:after {
  content: "􏓐";
}

.fad.fa-person-dolly-empty:after {
  content: "􏓑";
}

.fad.fa-person-sign:after {
  content: "􏝗";
}

.fad.fa-phone:after {
  content: "􏂕";
}

.fad.fa-phone-alt:after {
  content: "􏡹";
}

.fad.fa-phone-laptop:after {
  content: "􏡺";
}

.fad.fa-phone-office:after {
  content: "􏙽";
}

.fad.fa-phone-plus:after {
  content: "􏓒";
}

.fad.fa-phone-rotary:after {
  content: "􏣓";
}

.fad.fa-phone-slash:after {
  content: "􏏝";
}

.fad.fa-phone-square:after {
  content: "􏂘";
}

.fad.fa-phone-square-alt:after {
  content: "􏡻";
}

.fad.fa-phone-volume:after {
  content: "􏊠";
}

.fad.fa-photo-video:after {
  content: "􏡼";
}

.fad.fa-pi:after {
  content: "􏙾";
}

.fad.fa-piano:after {
  content: "􏣔";
}

.fad.fa-piano-keyboard:after {
  content: "􏣕";
}

.fad.fa-pie:after {
  content: "􏜅";
}

.fad.fa-pig:after {
  content: "􏜆";
}

.fad.fa-piggy-bank:after {
  content: "􏓓";
}

.fad.fa-pills:after {
  content: "􏒄";
}

.fad.fa-pizza:after {
  content: "􏠗";
}

.fad.fa-pizza-slice:after {
  content: "􏠘";
}

.fad.fa-place-of-worship:after {
  content: "􏙿";
}

.fad.fa-plane:after {
  content: "􏁲";
}

.fad.fa-plane-alt:after {
  content: "􏏞";
}

.fad.fa-plane-arrival:after {
  content: "􏖯";
}

.fad.fa-plane-departure:after {
  content: "􏖰";
}

.fad.fa-plane-slash:after {
  content: "􏥩";
}

.fad.fa-planet-moon:after {
  content: "􏤟";
}

.fad.fa-planet-ringed:after {
  content: "􏤠";
}

.fad.fa-play:after {
  content: "􏁋";
}

.fad.fa-play-circle:after {
  content: "􏅄";
}

.fad.fa-plug:after {
  content: "􏇦";
}

.fad.fa-plus:after {
  content: "􏁧";
}

.fad.fa-plus-circle:after {
  content: "􏁕";
}

.fad.fa-plus-hexagon:after {
  content: "􏌀";
}

.fad.fa-plus-octagon:after {
  content: "􏌁";
}

.fad.fa-plus-square:after {
  content: "􏃾";
}

.fad.fa-podcast:after {
  content: "􏋎";
}

.fad.fa-podium:after {
  content: "􏚀";
}

.fad.fa-podium-star:after {
  content: "􏝘";
}

.fad.fa-police-box:after {
  content: "􏤡";
}

.fad.fa-poll:after {
  content: "􏚁";
}

.fad.fa-poll-h:after {
  content: "􏚂";
}

.fad.fa-poll-people:after {
  content: "􏝙";
}

.fad.fa-poo:after {
  content: "􏋾";
}

.fad.fa-poo-storm:after {
  content: "􏝚";
}

.fad.fa-poop:after {
  content: "􏘙";
}

.fad.fa-popcorn:after {
  content: "􏠙";
}

.fad.fa-portal-enter:after {
  content: "􏤢";
}

.fad.fa-portal-exit:after {
  content: "􏤣";
}

.fad.fa-portrait:after {
  content: "􏏠";
}

.fad.fa-pound-sign:after {
  content: "􏅔";
}

.fad.fa-power-off:after {
  content: "􏀑";
}

.fad.fa-pray:after {
  content: "􏚃";
}

.fad.fa-praying-hands:after {
  content: "􏚄";
}

.fad.fa-prescription:after {
  content: "􏖱";
}

.fad.fa-prescription-bottle:after {
  content: "􏒅";
}

.fad.fa-prescription-bottle-alt:after {
  content: "􏒆";
}

.fad.fa-presentation:after {
  content: "􏚅";
}

.fad.fa-print:after {
  content: "􏀯";
}

.fad.fa-print-search:after {
  content: "􏠚";
}

.fad.fa-print-slash:after {
  content: "􏚆";
}

.fad.fa-procedures:after {
  content: "􏒇";
}

.fad.fa-project-diagram:after {
  content: "􏕂";
}

.fad.fa-projector:after {
  content: "􏣖";
}

.fad.fa-pump-medical:after {
  content: "􏥪";
}

.fad.fa-pump-soap:after {
  content: "􏥫";
}

.fad.fa-pumpkin:after {
  content: "􏜇";
}

.fad.fa-puzzle-piece:after {
  content: "􏄮";
}

.fad.fa-qrcode:after {
  content: "􏀩";
}

.fad.fa-question:after {
  content: "􏄨";
}

.fad.fa-question-circle:after {
  content: "􏁙";
}

.fad.fa-question-square:after {
  content: "􏋽";
}

.fad.fa-quidditch:after {
  content: "􏑘";
}

.fad.fa-quote-left:after {
  content: "􏄍";
}

.fad.fa-quote-right:after {
  content: "􏄎";
}

.fad.fa-quran:after {
  content: "􏚇";
}

.fad.fa-rabbit:after {
  content: "􏜈";
}

.fad.fa-rabbit-fast:after {
  content: "􏜉";
}

.fad.fa-racquet:after {
  content: "􏑚";
}

.fad.fa-radar:after {
  content: "􏤤";
}

.fad.fa-radiation:after {
  content: "􏞹";
}

.fad.fa-radiation-alt:after {
  content: "􏞺";
}

.fad.fa-radio:after {
  content: "􏣗";
}

.fad.fa-radio-alt:after {
  content: "􏣘";
}

.fad.fa-rainbow:after {
  content: "􏝛";
}

.fad.fa-raindrops:after {
  content: "􏝜";
}

.fad.fa-ram:after {
  content: "􏜊";
}

.fad.fa-ramp-loading:after {
  content: "􏓔";
}

.fad.fa-random:after {
  content: "􏁴";
}

.fad.fa-raygun:after {
  content: "􏤥";
}

.fad.fa-receipt:after {
  content: "􏕃";
}

.fad.fa-record-vinyl:after {
  content: "􏣙";
}

.fad.fa-rectangle-landscape:after {
  content: "􏋺";
}

.fad.fa-rectangle-portrait:after {
  content: "􏋻";
}

.fad.fa-rectangle-wide:after {
  content: "􏋼";
}

.fad.fa-recycle:after {
  content: "􏆸";
}

.fad.fa-redo:after {
  content: "􏀞";
}

.fad.fa-redo-alt:after {
  content: "􏋹";
}

.fad.fa-refrigerator:after {
  content: "􏤦";
}

.fad.fa-registered:after {
  content: "􏉝";
}

.fad.fa-remove-format:after {
  content: "􏡽";
}

.fad.fa-repeat:after {
  content: "􏍣";
}

.fad.fa-repeat-1:after {
  content: "􏍥";
}

.fad.fa-repeat-1-alt:after {
  content: "􏍦";
}

.fad.fa-repeat-alt:after {
  content: "􏍤";
}

.fad.fa-reply:after {
  content: "􏏥";
}

.fad.fa-reply-all:after {
  content: "􏄢";
}

.fad.fa-republican:after {
  content: "􏝞";
}

.fad.fa-restroom:after {
  content: "􏞽";
}

.fad.fa-retweet:after {
  content: "􏁹";
}

.fad.fa-retweet-alt:after {
  content: "􏍡";
}

.fad.fa-ribbon:after {
  content: "􏓖";
}

.fad.fa-ring:after {
  content: "􏜋";
}

.fad.fa-rings-wedding:after {
  content: "􏠛";
}

.fad.fa-road:after {
  content: "􏀘";
}

.fad.fa-robot:after {
  content: "􏕄";
}

.fad.fa-rocket:after {
  content: "􏄵";
}

.fad.fa-rocket-launch:after {
  content: "􏤧";
}

.fad.fa-route:after {
  content: "􏓗";
}

.fad.fa-route-highway:after {
  content: "􏘚";
}

.fad.fa-route-interstate:after {
  content: "􏘛";
}

.fad.fa-router:after {
  content: "􏣚";
}

.fad.fa-rss:after {
  content: "􏂞";
}

.fad.fa-rss-square:after {
  content: "􏅃";
}

.fad.fa-ruble-sign:after {
  content: "􏅘";
}

.fad.fa-ruler:after {
  content: "􏕅";
}

.fad.fa-ruler-combined:after {
  content: "􏕆";
}

.fad.fa-ruler-horizontal:after {
  content: "􏕇";
}

.fad.fa-ruler-triangle:after {
  content: "􏘜";
}

.fad.fa-ruler-vertical:after {
  content: "􏕈";
}

.fad.fa-running:after {
  content: "􏜌";
}

.fad.fa-rupee-sign:after {
  content: "􏅖";
}

.fad.fa-rv:after {
  content: "􏞾";
}

.fad.fa-sack:after {
  content: "􏠜";
}

.fad.fa-sack-dollar:after {
  content: "􏠝";
}

.fad.fa-sad-cry:after {
  content: "􏖳";
}

.fad.fa-sad-tear:after {
  content: "􏖴";
}

.fad.fa-salad:after {
  content: "􏠞";
}

.fad.fa-sandwich:after {
  content: "􏠟";
}

.fad.fa-satellite:after {
  content: "􏞿";
}

.fad.fa-satellite-dish:after {
  content: "􏟀";
}

.fad.fa-sausage:after {
  content: "􏠠";
}

.fad.fa-save:after {
  content: "􏃇";
}

.fad.fa-sax-hot:after {
  content: "􏣛";
}

.fad.fa-saxophone:after {
  content: "􏣜";
}

.fad.fa-scalpel:after {
  content: "􏘝";
}

.fad.fa-scalpel-path:after {
  content: "􏘞";
}

.fad.fa-scanner:after {
  content: "􏒈";
}

.fad.fa-scanner-image:after {
  content: "􏣳";
}

.fad.fa-scanner-keyboard:after {
  content: "􏒉";
}

.fad.fa-scanner-touchscreen:after {
  content: "􏒊";
}

.fad.fa-scarecrow:after {
  content: "􏜍";
}

.fad.fa-scarf:after {
  content: "􏟁";
}

.fad.fa-school:after {
  content: "􏕉";
}

.fad.fa-screwdriver:after {
  content: "􏕊";
}

.fad.fa-scroll:after {
  content: "􏜎";
}

.fad.fa-scroll-old:after {
  content: "􏜏";
}

.fad.fa-scrubber:after {
  content: "􏋸";
}

.fad.fa-scythe:after {
  content: "􏜐";
}

.fad.fa-sd-card:after {
  content: "􏟂";
}

.fad.fa-search:after {
  content: "􏀂";
}

.fad.fa-search-dollar:after {
  content: "􏚈";
}

.fad.fa-search-location:after {
  content: "􏚉";
}

.fad.fa-search-minus:after {
  content: "􏀐";
}

.fad.fa-search-plus:after {
  content: "􏀎";
}

.fad.fa-seedling:after {
  content: "􏓘";
}

.fad.fa-send-back:after {
  content: "􏡾";
}

.fad.fa-send-backward:after {
  content: "􏡿";
}

.fad.fa-sensor:after {
  content: "􏤨";
}

.fad.fa-sensor-alert:after {
  content: "􏤩";
}

.fad.fa-sensor-fire:after {
  content: "􏤪";
}

.fad.fa-sensor-on:after {
  content: "􏤫";
}

.fad.fa-sensor-smoke:after {
  content: "􏤬";
}

.fad.fa-server:after {
  content: "􏈳";
}

.fad.fa-shapes:after {
  content: "􏘟";
}

.fad.fa-share:after {
  content: "􏁤";
}

.fad.fa-share-all:after {
  content: "􏍧";
}

.fad.fa-share-alt:after {
  content: "􏇠";
}

.fad.fa-share-alt-square:after {
  content: "􏇡";
}

.fad.fa-share-square:after {
  content: "􏅍";
}

.fad.fa-sheep:after {
  content: "􏜑";
}

.fad.fa-shekel-sign:after {
  content: "􏈋";
}

.fad.fa-shield:after {
  content: "􏄲";
}

.fad.fa-shield-alt:after {
  content: "􏏭";
}

.fad.fa-shield-check:after {
  content: "􏋷";
}

.fad.fa-shield-cross:after {
  content: "􏜒";
}

.fad.fa-shield-virus:after {
  content: "􏥬";
}

.fad.fa-ship:after {
  content: "􏈚";
}

.fad.fa-shipping-fast:after {
  content: "􏒋";
}

.fad.fa-shipping-timed:after {
  content: "􏒌";
}

.fad.fa-shish-kebab:after {
  content: "􏠡";
}

.fad.fa-shoe-prints:after {
  content: "􏕋";
}

.fad.fa-shopping-bag:after {
  content: "􏊐";
}

.fad.fa-shopping-basket:after {
  content: "􏊑";
}

.fad.fa-shopping-cart:after {
  content: "􏁺";
}

.fad.fa-shovel:after {
  content: "􏜓";
}

.fad.fa-shovel-snow:after {
  content: "􏟃";
}

.fad.fa-shower:after {
  content: "􏋌";
}

.fad.fa-shredder:after {
  content: "􏚊";
}

.fad.fa-shuttle-van:after {
  content: "􏖶";
}

.fad.fa-shuttlecock:after {
  content: "􏑛";
}

.fad.fa-sickle:after {
  content: "􏠢";
}

.fad.fa-sigma:after {
  content: "􏚋";
}

.fad.fa-sign:after {
  content: "􏓙";
}

.fad.fa-sign-in:after {
  content: "􏂐";
}

.fad.fa-sign-in-alt:after {
  content: "􏋶";
}

.fad.fa-sign-language:after {
  content: "􏊧";
}

.fad.fa-sign-out:after {
  content: "􏂋";
}

.fad.fa-sign-out-alt:after {
  content: "􏋵";
}

.fad.fa-signal:after {
  content: "􏀒";
}

.fad.fa-signal-1:after {
  content: "􏚌";
}

.fad.fa-signal-2:after {
  content: "􏚍";
}

.fad.fa-signal-3:after {
  content: "􏚎";
}

.fad.fa-signal-4:after {
  content: "􏚏";
}

.fad.fa-signal-alt:after {
  content: "􏚐";
}

.fad.fa-signal-alt-1:after {
  content: "􏚑";
}

.fad.fa-signal-alt-2:after {
  content: "􏚒";
}

.fad.fa-signal-alt-3:after {
  content: "􏚓";
}

.fad.fa-signal-alt-slash:after {
  content: "􏚔";
}

.fad.fa-signal-slash:after {
  content: "􏚕";
}

.fad.fa-signal-stream:after {
  content: "􏣝";
}

.fad.fa-signature:after {
  content: "􏖷";
}

.fad.fa-sim-card:after {
  content: "􏟄";
}

.fad.fa-sink:after {
  content: "􏥭";
}

.fad.fa-siren:after {
  content: "􏤭";
}

.fad.fa-siren-on:after {
  content: "􏤮";
}

.fad.fa-sitemap:after {
  content: "􏃨";
}

.fad.fa-skating:after {
  content: "􏟅";
}

.fad.fa-skeleton:after {
  content: "􏘠";
}

.fad.fa-ski-jump:after {
  content: "􏟇";
}

.fad.fa-ski-lift:after {
  content: "􏟈";
}

.fad.fa-skiing:after {
  content: "􏟉";
}

.fad.fa-skiing-nordic:after {
  content: "􏟊";
}

.fad.fa-skull:after {
  content: "􏕌";
}

.fad.fa-skull-cow:after {
  content: "􏣞";
}

.fad.fa-skull-crossbones:after {
  content: "􏜔";
}

.fad.fa-slash:after {
  content: "􏜕";
}

.fad.fa-sledding:after {
  content: "􏟋";
}

.fad.fa-sleigh:after {
  content: "􏟌";
}

.fad.fa-sliders-h:after {
  content: "􏇞";
}

.fad.fa-sliders-h-square:after {
  content: "􏏰";
}

.fad.fa-sliders-v:after {
  content: "􏏱";
}

.fad.fa-sliders-v-square:after {
  content: "􏏲";
}

.fad.fa-smile:after {
  content: "􏄘";
}

.fad.fa-smile-beam:after {
  content: "􏖸";
}

.fad.fa-smile-plus:after {
  content: "􏖹";
}

.fad.fa-smile-wink:after {
  content: "􏓚";
}

.fad.fa-smog:after {
  content: "􏝟";
}

.fad.fa-smoke:after {
  content: "􏝠";
}

.fad.fa-smoking:after {
  content: "􏒍";
}

.fad.fa-smoking-ban:after {
  content: "􏕍";
}

.fad.fa-sms:after {
  content: "􏟍";
}

.fad.fa-snake:after {
  content: "􏜖";
}

.fad.fa-snooze:after {
  content: "􏢀";
}

.fad.fa-snow-blowing:after {
  content: "􏝡";
}

.fad.fa-snowboarding:after {
  content: "􏟎";
}

.fad.fa-snowflake:after {
  content: "􏋜";
}

.fad.fa-snowflakes:after {
  content: "􏟏";
}

.fad.fa-snowman:after {
  content: "􏟐";
}

.fad.fa-snowmobile:after {
  content: "􏟑";
}

.fad.fa-snowplow:after {
  content: "􏟒";
}

.fad.fa-soap:after {
  content: "􏥮";
}

.fad.fa-socks:after {
  content: "􏚖";
}

.fad.fa-solar-panel:after {
  content: "􏖺";
}

.fad.fa-solar-system:after {
  content: "􏤯";
}

.fad.fa-sort:after {
  content: "􏃜";
}

.fad.fa-sort-alpha-down:after {
  content: "􏅝";
}

.fad.fa-sort-alpha-down-alt:after {
  content: "􏢁";
}

.fad.fa-sort-alpha-up:after {
  content: "􏅞";
}

.fad.fa-sort-alpha-up-alt:after {
  content: "􏢂";
}

.fad.fa-sort-alt:after {
  content: "􏢃";
}

.fad.fa-sort-amount-down:after {
  content: "􏅠";
}

.fad.fa-sort-amount-down-alt:after {
  content: "􏢄";
}

.fad.fa-sort-amount-up:after {
  content: "􏅡";
}

.fad.fa-sort-amount-up-alt:after {
  content: "􏢅";
}

.fad.fa-sort-circle:after {
  content: "􏤰";
}

.fad.fa-sort-circle-down:after {
  content: "􏤱";
}

.fad.fa-sort-circle-up:after {
  content: "􏤲";
}

.fad.fa-sort-down:after {
  content: "􏃝";
}

.fad.fa-sort-numeric-down:after {
  content: "􏅢";
}

.fad.fa-sort-numeric-down-alt:after {
  content: "􏢆";
}

.fad.fa-sort-numeric-up:after {
  content: "􏅣";
}

.fad.fa-sort-numeric-up-alt:after {
  content: "􏢇";
}

.fad.fa-sort-shapes-down:after {
  content: "􏢈";
}

.fad.fa-sort-shapes-down-alt:after {
  content: "􏢉";
}

.fad.fa-sort-shapes-up:after {
  content: "􏢊";
}

.fad.fa-sort-shapes-up-alt:after {
  content: "􏢋";
}

.fad.fa-sort-size-down:after {
  content: "􏢌";
}

.fad.fa-sort-size-down-alt:after {
  content: "􏢍";
}

.fad.fa-sort-size-up:after {
  content: "􏢎";
}

.fad.fa-sort-size-up-alt:after {
  content: "􏢏";
}

.fad.fa-sort-up:after {
  content: "􏃞";
}

.fad.fa-soup:after {
  content: "􏠣";
}

.fad.fa-spa:after {
  content: "􏖻";
}

.fad.fa-space-shuttle:after {
  content: "􏆗";
}

.fad.fa-space-station-moon:after {
  content: "􏤳";
}

.fad.fa-space-station-moon-alt:after {
  content: "􏤴";
}

.fad.fa-spade:after {
  content: "􏋴";
}

.fad.fa-sparkles:after {
  content: "􏢐";
}

.fad.fa-speaker:after {
  content: "􏣟";
}

.fad.fa-speakers:after {
  content: "􏣠";
}

.fad.fa-spell-check:after {
  content: "􏢑";
}

.fad.fa-spider:after {
  content: "􏜗";
}

.fad.fa-spider-black-widow:after {
  content: "􏜘";
}

.fad.fa-spider-web:after {
  content: "􏜙";
}

.fad.fa-spinner:after {
  content: "􏄐";
}

.fad.fa-spinner-third:after {
  content: "􏏴";
}

.fad.fa-splotch:after {
  content: "􏖼";
}

.fad.fa-spray-can:after {
  content: "􏖽";
}

.fad.fa-sprinkler:after {
  content: "􏤵";
}

.fad.fa-square:after {
  content: "􏃈";
}

.fad.fa-square-full:after {
  content: "􏑜";
}

.fad.fa-square-root:after {
  content: "􏚗";
}

.fad.fa-square-root-alt:after {
  content: "􏚘";
}

.fad.fa-squirrel:after {
  content: "􏜚";
}

.fad.fa-staff:after {
  content: "􏜛";
}

.fad.fa-stamp:after {
  content: "􏖿";
}

.fad.fa-star:after {
  content: "􏀅";
}

.fad.fa-star-and-crescent:after {
  content: "􏚙";
}

.fad.fa-star-christmas:after {
  content: "􏟔";
}

.fad.fa-star-exclamation:after {
  content: "􏋳";
}

.fad.fa-star-half:after {
  content: "􏂉";
}

.fad.fa-star-half-alt:after {
  content: "􏗀";
}

.fad.fa-star-of-david:after {
  content: "􏚚";
}

.fad.fa-star-of-life:after {
  content: "􏘡";
}

.fad.fa-star-shooting:after {
  content: "􏤶";
}

.fad.fa-starfighter:after {
  content: "􏤷";
}

.fad.fa-starfighter-alt:after {
  content: "􏤸";
}

.fad.fa-stars:after {
  content: "􏝢";
}

.fad.fa-starship:after {
  content: "􏤹";
}

.fad.fa-starship-freighter:after {
  content: "􏤺";
}

.fad.fa-steak:after {
  content: "􏠤";
}

.fad.fa-steering-wheel:after {
  content: "􏘢";
}

.fad.fa-step-backward:after {
  content: "􏁈";
}

.fad.fa-step-forward:after {
  content: "􏁑";
}

.fad.fa-stethoscope:after {
  content: "􏃱";
}

.fad.fa-sticky-note:after {
  content: "􏉉";
}

.fad.fa-stocking:after {
  content: "􏟕";
}

.fad.fa-stomach:after {
  content: "􏘣";
}

.fad.fa-stop:after {
  content: "􏁍";
}

.fad.fa-stop-circle:after {
  content: "􏊍";
}

.fad.fa-stopwatch:after {
  content: "􏋲";
}

.fad.fa-stopwatch-20:after {
  content: "􏥯";
}

.fad.fa-store:after {
  content: "􏕎";
}

.fad.fa-store-alt:after {
  content: "􏕏";
}

.fad.fa-store-alt-slash:after {
  content: "􏥰";
}

.fad.fa-store-slash:after {
  content: "􏥱";
}

.fad.fa-stream:after {
  content: "􏕐";
}

.fad.fa-street-view:after {
  content: "􏈝";
}

.fad.fa-stretcher:after {
  content: "􏠥";
}

.fad.fa-strikethrough:after {
  content: "􏃌";
}

.fad.fa-stroopwafel:after {
  content: "􏕑";
}

.fad.fa-subscript:after {
  content: "􏄬";
}

.fad.fa-subway:after {
  content: "􏈹";
}

.fad.fa-suitcase:after {
  content: "􏃲";
}

.fad.fa-suitcase-rolling:after {
  content: "􏗁";
}

.fad.fa-sun:after {
  content: "􏆅";
}

.fad.fa-sun-cloud:after {
  content: "􏝣";
}

.fad.fa-sun-dust:after {
  content: "􏝤";
}

.fad.fa-sun-haze:after {
  content: "􏝥";
}

.fad.fa-sunglasses:after {
  content: "􏢒";
}

.fad.fa-sunrise:after {
  content: "􏝦";
}

.fad.fa-sunset:after {
  content: "􏝧";
}

.fad.fa-superscript:after {
  content: "􏄫";
}

.fad.fa-surprise:after {
  content: "􏗂";
}

.fad.fa-swatchbook:after {
  content: "􏗃";
}

.fad.fa-swimmer:after {
  content: "􏗄";
}

.fad.fa-swimming-pool:after {
  content: "􏗅";
}

.fad.fa-sword:after {
  content: "􏜜";
}

.fad.fa-sword-laser:after {
  content: "􏤻";
}

.fad.fa-sword-laser-alt:after {
  content: "􏤼";
}

.fad.fa-swords:after {
  content: "􏜝";
}

.fad.fa-swords-laser:after {
  content: "􏤽";
}

.fad.fa-synagogue:after {
  content: "􏚛";
}

.fad.fa-sync:after {
  content: "􏀡";
}

.fad.fa-sync-alt:after {
  content: "􏋱";
}

.fad.fa-syringe:after {
  content: "􏒎";
}

.fad.fa-table:after {
  content: "􏃎";
}

.fad.fa-table-tennis:after {
  content: "􏑝";
}

.fad.fa-tablet:after {
  content: "􏄊";
}

.fad.fa-tablet-alt:after {
  content: "􏏺";
}

.fad.fa-tablet-android:after {
  content: "􏏻";
}

.fad.fa-tablet-android-alt:after {
  content: "􏏼";
}

.fad.fa-tablet-rugged:after {
  content: "􏒏";
}

.fad.fa-tablets:after {
  content: "􏒐";
}

.fad.fa-tachometer:after {
  content: "􏃤";
}

.fad.fa-tachometer-alt:after {
  content: "􏏽";
}

.fad.fa-tachometer-alt-average:after {
  content: "􏘤";
}

.fad.fa-tachometer-alt-fast:after {
  content: "􏘥";
}

.fad.fa-tachometer-alt-fastest:after {
  content: "􏘦";
}

.fad.fa-tachometer-alt-slow:after {
  content: "􏘧";
}

.fad.fa-tachometer-alt-slowest:after {
  content: "􏘨";
}

.fad.fa-tachometer-average:after {
  content: "􏘩";
}

.fad.fa-tachometer-fast:after {
  content: "􏘪";
}

.fad.fa-tachometer-fastest:after {
  content: "􏘫";
}

.fad.fa-tachometer-slow:after {
  content: "􏘬";
}

.fad.fa-tachometer-slowest:after {
  content: "􏘭";
}

.fad.fa-taco:after {
  content: "􏠦";
}

.fad.fa-tag:after {
  content: "􏀫";
}

.fad.fa-tags:after {
  content: "􏀬";
}

.fad.fa-tally:after {
  content: "􏚜";
}

.fad.fa-tanakh:after {
  content: "􏠧";
}

.fad.fa-tape:after {
  content: "􏓛";
}

.fad.fa-tasks:after {
  content: "􏂮";
}

.fad.fa-tasks-alt:after {
  content: "􏠨";
}

.fad.fa-taxi:after {
  content: "􏆺";
}

.fad.fa-teeth:after {
  content: "􏘮";
}

.fad.fa-teeth-open:after {
  content: "􏘯";
}

.fad.fa-telescope:after {
  content: "􏤾";
}

.fad.fa-temperature-down:after {
  content: "􏤿";
}

.fad.fa-temperature-frigid:after {
  content: "􏝨";
}

.fad.fa-temperature-high:after {
  content: "􏝩";
}

.fad.fa-temperature-hot:after {
  content: "􏝪";
}

.fad.fa-temperature-low:after {
  content: "􏝫";
}

.fad.fa-temperature-up:after {
  content: "􏥀";
}

.fad.fa-tenge:after {
  content: "􏟗";
}

.fad.fa-tennis-ball:after {
  content: "􏑞";
}

.fad.fa-terminal:after {
  content: "􏄠";
}

.fad.fa-text:after {
  content: "􏢓";
}

.fad.fa-text-height:after {
  content: "􏀴";
}

.fad.fa-text-size:after {
  content: "􏢔";
}

.fad.fa-text-width:after {
  content: "􏀵";
}

.fad.fa-th:after {
  content: "􏀊";
}

.fad.fa-th-large:after {
  content: "􏀉";
}

.fad.fa-th-list:after {
  content: "􏀋";
}

.fad.fa-theater-masks:after {
  content: "􏘰";
}

.fad.fa-thermometer:after {
  content: "􏒑";
}

.fad.fa-thermometer-empty:after {
  content: "􏋋";
}

.fad.fa-thermometer-full:after {
  content: "􏋇";
}

.fad.fa-thermometer-half:after {
  content: "􏋉";
}

.fad.fa-thermometer-quarter:after {
  content: "􏋊";
}

.fad.fa-thermometer-three-quarters:after {
  content: "􏋈";
}

.fad.fa-theta:after {
  content: "􏚞";
}

.fad.fa-thumbs-down:after {
  content: "􏅥";
}

.fad.fa-thumbs-up:after {
  content: "􏅤";
}

.fad.fa-thumbtack:after {
  content: "􏂍";
}

.fad.fa-thunderstorm:after {
  content: "􏝬";
}

.fad.fa-thunderstorm-moon:after {
  content: "􏝭";
}

.fad.fa-thunderstorm-sun:after {
  content: "􏝮";
}

.fad.fa-ticket:after {
  content: "􏅅";
}

.fad.fa-ticket-alt:after {
  content: "􏏿";
}

.fad.fa-tilde:after {
  content: "􏚟";
}

.fad.fa-times:after {
  content: "􏀍";
}

.fad.fa-times-circle:after {
  content: "􏁗";
}

.fad.fa-times-hexagon:after {
  content: "􏋮";
}

.fad.fa-times-octagon:after {
  content: "􏋰";
}

.fad.fa-times-square:after {
  content: "􏋓";
}

.fad.fa-tint:after {
  content: "􏁃";
}

.fad.fa-tint-slash:after {
  content: "􏗇";
}

.fad.fa-tire:after {
  content: "􏘱";
}

.fad.fa-tire-flat:after {
  content: "􏘲";
}

.fad.fa-tire-pressure-warning:after {
  content: "􏘳";
}

.fad.fa-tire-rugged:after {
  content: "􏘴";
}

.fad.fa-tired:after {
  content: "􏗈";
}

.fad.fa-toggle-off:after {
  content: "􏈄";
}

.fad.fa-toggle-on:after {
  content: "􏈅";
}

.fad.fa-toilet:after {
  content: "􏟘";
}

.fad.fa-toilet-paper:after {
  content: "􏜞";
}

.fad.fa-toilet-paper-alt:after {
  content: "􏜟";
}

.fad.fa-toilet-paper-slash:after {
  content: "􏥲";
}

.fad.fa-tombstone:after {
  content: "􏜠";
}

.fad.fa-tombstone-alt:after {
  content: "􏜡";
}

.fad.fa-toolbox:after {
  content: "􏕒";
}

.fad.fa-tools:after {
  content: "􏟙";
}

.fad.fa-tooth:after {
  content: "􏗉";
}

.fad.fa-toothbrush:after {
  content: "􏘵";
}

.fad.fa-torah:after {
  content: "􏚠";
}

.fad.fa-torii-gate:after {
  content: "􏚡";
}

.fad.fa-tornado:after {
  content: "􏝯";
}

.fad.fa-tractor:after {
  content: "􏜢";
}

.fad.fa-trademark:after {
  content: "􏉜";
}

.fad.fa-traffic-cone:after {
  content: "􏘶";
}

.fad.fa-traffic-light:after {
  content: "􏘷";
}

.fad.fa-traffic-light-go:after {
  content: "􏘸";
}

.fad.fa-traffic-light-slow:after {
  content: "􏘹";
}

.fad.fa-traffic-light-stop:after {
  content: "􏘺";
}

.fad.fa-trailer:after {
  content: "􏥁";
}

.fad.fa-train:after {
  content: "􏈸";
}

.fad.fa-tram:after {
  content: "􏟚";
}

.fad.fa-transgender:after {
  content: "􏈤";
}

.fad.fa-transgender-alt:after {
  content: "􏈥";
}

.fad.fa-transporter:after {
  content: "􏥂";
}

.fad.fa-transporter-1:after {
  content: "􏥃";
}

.fad.fa-transporter-2:after {
  content: "􏥄";
}

.fad.fa-transporter-3:after {
  content: "􏥅";
}

.fad.fa-transporter-empty:after {
  content: "􏥆";
}

.fad.fa-trash:after {
  content: "􏇸";
}

.fad.fa-trash-alt:after {
  content: "􏋭";
}

.fad.fa-trash-restore:after {
  content: "􏠩";
}

.fad.fa-trash-restore-alt:after {
  content: "􏠪";
}

.fad.fa-trash-undo:after {
  content: "􏢕";
}

.fad.fa-trash-undo-alt:after {
  content: "􏢖";
}

.fad.fa-treasure-chest:after {
  content: "􏜣";
}

.fad.fa-tree:after {
  content: "􏆻";
}

.fad.fa-tree-alt:after {
  content: "􏐀";
}

.fad.fa-tree-christmas:after {
  content: "􏟛";
}

.fad.fa-tree-decorated:after {
  content: "􏟜";
}

.fad.fa-tree-large:after {
  content: "􏟝";
}

.fad.fa-tree-palm:after {
  content: "􏠫";
}

.fad.fa-trees:after {
  content: "􏜤";
}

.fad.fa-triangle:after {
  content: "􏋬";
}

.fad.fa-triangle-music:after {
  content: "􏣢";
}

.fad.fa-trophy:after {
  content: "􏂑";
}

.fad.fa-trophy-alt:after {
  content: "􏋫";
}

.fad.fa-truck:after {
  content: "􏃑";
}

.fad.fa-truck-container:after {
  content: "􏓜";
}

.fad.fa-truck-couch:after {
  content: "􏓝";
}

.fad.fa-truck-loading:after {
  content: "􏓞";
}

.fad.fa-truck-monster:after {
  content: "􏘻";
}

.fad.fa-truck-moving:after {
  content: "􏓟";
}

.fad.fa-truck-pickup:after {
  content: "􏘼";
}

.fad.fa-truck-plow:after {
  content: "􏟞";
}

.fad.fa-truck-ramp:after {
  content: "􏓠";
}

.fad.fa-trumpet:after {
  content: "􏣣";
}

.fad.fa-tshirt:after {
  content: "􏕓";
}

.fad.fa-tty:after {
  content: "􏇤";
}

.fad.fa-turkey:after {
  content: "􏜥";
}

.fad.fa-turntable:after {
  content: "􏣤";
}

.fad.fa-turtle:after {
  content: "􏜦";
}

.fad.fa-tv:after {
  content: "􏉬";
}

.fad.fa-tv-alt:after {
  content: "􏣥";
}

.fad.fa-tv-music:after {
  content: "􏣦";
}

.fad.fa-tv-retro:after {
  content: "􏐁";
}

.fad.fa-typewriter:after {
  content: "􏣧";
}

.fad.fa-ufo:after {
  content: "􏥇";
}

.fad.fa-ufo-beam:after {
  content: "􏥈";
}

.fad.fa-umbrella:after {
  content: "􏃩";
}

.fad.fa-umbrella-beach:after {
  content: "􏗊";
}

.fad.fa-underline:after {
  content: "􏃍";
}

.fad.fa-undo:after {
  content: "􏃢";
}

.fad.fa-undo-alt:after {
  content: "􏋪";
}

.fad.fa-unicorn:after {
  content: "􏜧";
}

.fad.fa-union:after {
  content: "􏚢";
}

.fad.fa-universal-access:after {
  content: "􏊚";
}

.fad.fa-university:after {
  content: "􏆜";
}

.fad.fa-unlink:after {
  content: "􏄧";
}

.fad.fa-unlock:after {
  content: "􏂜";
}

.fad.fa-unlock-alt:after {
  content: "􏄾";
}

.fad.fa-upload:after {
  content: "􏂓";
}

.fad.fa-usb-drive:after {
  content: "􏣩";
}

.fad.fa-usd-circle:after {
  content: "􏋨";
}

.fad.fa-usd-square:after {
  content: "􏋩";
}

.fad.fa-user:after {
  content: "􏀇";
}

.fad.fa-user-alien:after {
  content: "􏥊";
}

.fad.fa-user-alt:after {
  content: "􏐆";
}

.fad.fa-user-alt-slash:after {
  content: "􏓺";
}

.fad.fa-user-astronaut:after {
  content: "􏓻";
}

.fad.fa-user-chart:after {
  content: "􏚣";
}

.fad.fa-user-check:after {
  content: "􏓼";
}

.fad.fa-user-circle:after {
  content: "􏊽";
}

.fad.fa-user-clock:after {
  content: "􏓽";
}

.fad.fa-user-cog:after {
  content: "􏓾";
}

.fad.fa-user-cowboy:after {
  content: "􏣪";
}

.fad.fa-user-crown:after {
  content: "􏚤";
}

.fad.fa-user-edit:after {
  content: "􏓿";
}

.fad.fa-user-friends:after {
  content: "􏔀";
}

.fad.fa-user-graduate:after {
  content: "􏔁";
}

.fad.fa-user-hard-hat:after {
  content: "􏠬";
}

.fad.fa-user-headset:after {
  content: "􏠭";
}

.fad.fa-user-injured:after {
  content: "􏜨";
}

.fad.fa-user-lock:after {
  content: "􏔂";
}

.fad.fa-user-md:after {
  content: "􏃰";
}

.fad.fa-user-md-chat:after {
  content: "􏠮";
}

.fad.fa-user-minus:after {
  content: "􏔃";
}

.fad.fa-user-music:after {
  content: "􏣫";
}

.fad.fa-user-ninja:after {
  content: "􏔄";
}

.fad.fa-user-nurse:after {
  content: "􏠯";
}

.fad.fa-user-plus:after {
  content: "􏈴";
}

.fad.fa-user-robot:after {
  content: "􏥋";
}

.fad.fa-user-secret:after {
  content: "􏈛";
}

.fad.fa-user-shield:after {
  content: "􏔅";
}

.fad.fa-user-slash:after {
  content: "􏔆";
}

.fad.fa-user-tag:after {
  content: "􏔇";
}

.fad.fa-user-tie:after {
  content: "􏔈";
}

.fad.fa-user-times:after {
  content: "􏈵";
}

.fad.fa-user-unlock:after {
  content: "􏥘";
}

.fad.fa-user-visor:after {
  content: "􏥌";
}

.fad.fa-users:after {
  content: "􏃀";
}

.fad.fa-users-class:after {
  content: "􏘽";
}

.fad.fa-users-cog:after {
  content: "􏔉";
}

.fad.fa-users-crown:after {
  content: "􏚥";
}

.fad.fa-users-medical:after {
  content: "􏠰";
}

.fad.fa-users-slash:after {
  content: "􏥳";
}

.fad.fa-utensil-fork:after {
  content: "􏋣";
}

.fad.fa-utensil-knife:after {
  content: "􏋤";
}

.fad.fa-utensil-spoon:after {
  content: "􏋥";
}

.fad.fa-utensils:after {
  content: "􏋧";
}

.fad.fa-utensils-alt:after {
  content: "􏋦";
}

.fad.fa-vacuum:after {
  content: "􏥍";
}

.fad.fa-vacuum-robot:after {
  content: "􏥎";
}

.fad.fa-value-absolute:after {
  content: "􏚦";
}

.fad.fa-vector-square:after {
  content: "􏗋";
}

.fad.fa-venus:after {
  content: "􏈡";
}

.fad.fa-venus-double:after {
  content: "􏈦";
}

.fad.fa-venus-mars:after {
  content: "􏈨";
}

.fad.fa-vhs:after {
  content: "􏣬";
}

.fad.fa-vial:after {
  content: "􏒒";
}

.fad.fa-vials:after {
  content: "􏒓";
}

.fad.fa-video:after {
  content: "􏀽";
}

.fad.fa-video-plus:after {
  content: "􏓡";
}

.fad.fa-video-slash:after {
  content: "􏓢";
}

.fad.fa-vihara:after {
  content: "􏚧";
}

.fad.fa-violin:after {
  content: "􏣭";
}

.fad.fa-virus:after {
  content: "􏥴";
}

.fad.fa-virus-slash:after {
  content: "􏥵";
}

.fad.fa-viruses:after {
  content: "􏥶";
}

.fad.fa-voicemail:after {
  content: "􏢗";
}

.fad.fa-volcano:after {
  content: "􏝰";
}

.fad.fa-volleyball-ball:after {
  content: "􏑟";
}

.fad.fa-volume:after {
  content: "􏚨";
}

.fad.fa-volume-down:after {
  content: "􏀧";
}

.fad.fa-volume-mute:after {
  content: "􏚩";
}

.fad.fa-volume-off:after {
  content: "􏀦";
}

.fad.fa-volume-slash:after {
  content: "􏋢";
}

.fad.fa-volume-up:after {
  content: "􏀨";
}

.fad.fa-vote-nay:after {
  content: "􏝱";
}

.fad.fa-vote-yea:after {
  content: "􏝲";
}

.fad.fa-vr-cardboard:after {
  content: "􏜩";
}

.fad.fa-wagon-covered:after {
  content: "􏣮";
}

.fad.fa-walker:after {
  content: "􏠱";
}

.fad.fa-walkie-talkie:after {
  content: "􏣯";
}

.fad.fa-walking:after {
  content: "􏕔";
}

.fad.fa-wallet:after {
  content: "􏕕";
}

.fad.fa-wand:after {
  content: "􏜪";
}

.fad.fa-wand-magic:after {
  content: "􏜫";
}

.fad.fa-warehouse:after {
  content: "􏒔";
}

.fad.fa-warehouse-alt:after {
  content: "􏒕";
}

.fad.fa-washer:after {
  content: "􏢘";
}

.fad.fa-watch:after {
  content: "􏋡";
}

.fad.fa-watch-calculator:after {
  content: "􏣰";
}

.fad.fa-watch-fitness:after {
  content: "􏘾";
}

.fad.fa-water:after {
  content: "􏝳";
}

.fad.fa-water-lower:after {
  content: "􏝴";
}

.fad.fa-water-rise:after {
  content: "􏝵";
}

.fad.fa-wave-sine:after {
  content: "􏢙";
}

.fad.fa-wave-square:after {
  content: "􏠾";
}

.fad.fa-wave-triangle:after {
  content: "􏢚";
}

.fad.fa-waveform:after {
  content: "􏣱";
}

.fad.fa-waveform-path:after {
  content: "􏣲";
}

.fad.fa-webcam:after {
  content: "􏠲";
}

.fad.fa-webcam-slash:after {
  content: "􏠳";
}

.fad.fa-weight:after {
  content: "􏒖";
}

.fad.fa-weight-hanging:after {
  content: "􏗍";
}

.fad.fa-whale:after {
  content: "􏜬";
}

.fad.fa-wheat:after {
  content: "􏜭";
}

.fad.fa-wheelchair:after {
  content: "􏆓";
}

.fad.fa-whistle:after {
  content: "􏑠";
}

.fad.fa-wifi:after {
  content: "􏇫";
}

.fad.fa-wifi-1:after {
  content: "􏚪";
}

.fad.fa-wifi-2:after {
  content: "􏚫";
}

.fad.fa-wifi-slash:after {
  content: "􏚬";
}

.fad.fa-wind:after {
  content: "􏜮";
}

.fad.fa-wind-turbine:after {
  content: "􏢛";
}

.fad.fa-wind-warning:after {
  content: "􏝶";
}

.fad.fa-window:after {
  content: "􏐎";
}

.fad.fa-window-alt:after {
  content: "􏐏";
}

.fad.fa-window-close:after {
  content: "􏐐";
}

.fad.fa-window-frame:after {
  content: "􏥏";
}

.fad.fa-window-frame-open:after {
  content: "􏥐";
}

.fad.fa-window-maximize:after {
  content: "􏋐";
}

.fad.fa-window-minimize:after {
  content: "􏋑";
}

.fad.fa-window-restore:after {
  content: "􏋒";
}

.fad.fa-windsock:after {
  content: "􏝷";
}

.fad.fa-wine-bottle:after {
  content: "􏜯";
}

.fad.fa-wine-glass:after {
  content: "􏓣";
}

.fad.fa-wine-glass-alt:after {
  content: "􏗎";
}

.fad.fa-won-sign:after {
  content: "􏅙";
}

.fad.fa-wreath:after {
  content: "􏟢";
}

.fad.fa-wrench:after {
  content: "􏂭";
}

.fad.fa-x-ray:after {
  content: "􏒗";
}

.fad.fa-yen-sign:after {
  content: "􏅗";
}

.fad.fa-yin-yang:after {
  content: "􏚭";
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-brands-400.eot");
  src: url("/shared/font-icons/font-awesome-5-13-0/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/shared/font-icons/font-awesome-5-13-0/fa-brands-400.woff2") format("woff2"), url("/shared/font-icons/font-awesome-5-13-0/fa-brands-400.woff") format("woff"), url("/shared/font-icons/font-awesome-5-13-0/fa-brands-400.ttf") format("truetype"), url("/shared/font-icons/font-awesome-5-13-0/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "";
}

.fa.fa-remove:before {
  content: "";
}

.fa.fa-close:before {
  content: "";
}

.fa.fa-gear:before {
  content: "";
}

.fa.fa-trash-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "";
}

.fa.fa-file-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "";
}

.fa.fa-clock-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "";
}

.fa.fa-arrow-circle-o-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "";
}

.fa.fa-arrow-circle-o-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "";
}

.fa.fa-play-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "";
}

.fa.fa-repeat:before {
  content: "";
}

.fa.fa-rotate-right:before {
  content: "";
}

.fa.fa-refresh:before {
  content: "";
}

.fa.fa-list-alt {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "";
}

.fa.fa-video-camera:before {
  content: "";
}

.fa.fa-picture-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "";
}

.fa.fa-photo {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "";
}

.fa.fa-image {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "";
}

.fa.fa-pencil:before {
  content: "";
}

.fa.fa-map-marker:before {
  content: "";
}

.fa.fa-pencil-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "";
}

.fa.fa-share-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "";
}

.fa.fa-check-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "";
}

.fa.fa-arrows:before {
  content: "";
}

.fa.fa-times-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "";
}

.fa.fa-check-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "";
}

.fa.fa-mail-forward:before {
  content: "";
}

.fa.fa-expand:before {
  content: "";
}

.fa.fa-compress:before {
  content: "";
}

.fa.fa-eye {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "";
}

.fa.fa-calendar:before {
  content: "";
}

.fa.fa-arrows-v:before {
  content: "";
}

.fa.fa-arrows-h:before {
  content: "";
}

.fa.fa-bar-chart {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "";
}

.fa.fa-bar-chart-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "";
}

.fa.fa-thumbs-o-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "";
}

.fa.fa-thumbs-o-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "";
}

.fa.fa-heart-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "";
}

.fa.fa-sign-out:before {
  content: "";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "";
}

.fa.fa-thumb-tack:before {
  content: "";
}

.fa.fa-external-link:before {
  content: "";
}

.fa.fa-sign-in:before {
  content: "";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "";
}

.fa.fa-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "";
}

.fa.fa-bookmark-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "";
}

.fa.fa-hdd-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "";
}

.fa.fa-hand-o-right {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "";
}

.fa.fa-hand-o-left {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "";
}

.fa.fa-hand-o-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "";
}

.fa.fa-hand-o-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "";
}

.fa.fa-arrows-alt:before {
  content: "";
}

.fa.fa-group:before {
  content: "";
}

.fa.fa-chain:before {
  content: "";
}

.fa.fa-scissors:before {
  content: "";
}

.fa.fa-files-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "";
}

.fa.fa-floppy-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "";
}

.fa.fa-navicon:before {
  content: "";
}

.fa.fa-reorder:before {
  content: "";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "";
}

.fa.fa-money {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "";
}

.fa.fa-unsorted:before {
  content: "";
}

.fa.fa-sort-desc:before {
  content: "";
}

.fa.fa-sort-asc:before {
  content: "";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "";
}

.fa.fa-rotate-left:before {
  content: "";
}

.fa.fa-legal:before {
  content: "";
}

.fa.fa-tachometer:before {
  content: "";
}

.fa.fa-dashboard:before {
  content: "";
}

.fa.fa-comment-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "";
}

.fa.fa-comments-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "";
}

.fa.fa-flash:before {
  content: "";
}

.fa.fa-clipboard {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "";
}

.fa.fa-lightbulb-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "";
}

.fa.fa-exchange:before {
  content: "";
}

.fa.fa-cloud-download:before {
  content: "";
}

.fa.fa-cloud-upload:before {
  content: "";
}

.fa.fa-bell-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "";
}

.fa.fa-cutlery:before {
  content: "";
}

.fa.fa-file-text-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "";
}

.fa.fa-building-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "";
}

.fa.fa-hospital-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "";
}

.fa.fa-tablet:before {
  content: "";
}

.fa.fa-mobile:before {
  content: "";
}

.fa.fa-mobile-phone:before {
  content: "";
}

.fa.fa-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "";
}

.fa.fa-mail-reply:before {
  content: "";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "";
}

.fa.fa-folder-open-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "";
}

.fa.fa-smile-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "";
}

.fa.fa-frown-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "";
}

.fa.fa-meh-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "";
}

.fa.fa-keyboard-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "";
}

.fa.fa-flag-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "";
}

.fa.fa-mail-reply-all:before {
  content: "";
}

.fa.fa-star-half-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "";
}

.fa.fa-star-half-empty {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "";
}

.fa.fa-star-half-full {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "";
}

.fa.fa-code-fork:before {
  content: "";
}

.fa.fa-chain-broken:before {
  content: "";
}

.fa.fa-shield:before {
  content: "";
}

.fa.fa-calendar-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "";
}

.fa.fa-minus-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "";
}

.fa.fa-level-up:before {
  content: "";
}

.fa.fa-level-down:before {
  content: "";
}

.fa.fa-pencil-square:before {
  content: "";
}

.fa.fa-external-link-square:before {
  content: "";
}

.fa.fa-compass {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "";
}

.fa.fa-toggle-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "";
}

.fa.fa-caret-square-o-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "";
}

.fa.fa-toggle-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "";
}

.fa.fa-caret-square-o-right {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "";
}

.fa.fa-toggle-right {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "";
}

.fa.fa-eur:before {
  content: "";
}

.fa.fa-euro:before {
  content: "";
}

.fa.fa-gbp:before {
  content: "";
}

.fa.fa-usd:before {
  content: "";
}

.fa.fa-dollar:before {
  content: "";
}

.fa.fa-inr:before {
  content: "";
}

.fa.fa-rupee:before {
  content: "";
}

.fa.fa-jpy:before {
  content: "";
}

.fa.fa-cny:before {
  content: "";
}

.fa.fa-rmb:before {
  content: "";
}

.fa.fa-yen:before {
  content: "";
}

.fa.fa-rub:before {
  content: "";
}

.fa.fa-ruble:before {
  content: "";
}

.fa.fa-rouble:before {
  content: "";
}

.fa.fa-krw:before {
  content: "";
}

.fa.fa-won:before {
  content: "";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "";
}

.fa.fa-file-text:before {
  content: "";
}

.fa.fa-sort-alpha-asc:before {
  content: "";
}

.fa.fa-sort-alpha-desc:before {
  content: "";
}

.fa.fa-sort-amount-asc:before {
  content: "";
}

.fa.fa-sort-amount-desc:before {
  content: "";
}

.fa.fa-sort-numeric-asc:before {
  content: "";
}

.fa.fa-sort-numeric-desc:before {
  content: "";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "";
}

.fa.fa-long-arrow-up:before {
  content: "";
}

.fa.fa-long-arrow-left:before {
  content: "";
}

.fa.fa-long-arrow-right:before {
  content: "";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "";
}

.fa.fa-sun-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "";
}

.fa.fa-moon-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "";
}

.fa.fa-arrow-circle-o-left {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "";
}

.fa.fa-caret-square-o-left {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "";
}

.fa.fa-toggle-left {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "";
}

.fa.fa-dot-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "";
}

.fa.fa-turkish-lira:before {
  content: "";
}

.fa.fa-plus-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "";
}

.fa.fa-bank:before {
  content: "";
}

.fa.fa-mortar-board:before {
  content: "";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "";
}

.fa.fa-envelope-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "";
}

.fa.fa-file-word-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "";
}

.fa.fa-file-excel-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "";
}

.fa.fa-file-powerpoint-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "";
}

.fa.fa-file-image-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "";
}

.fa.fa-file-photo-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "";
}

.fa.fa-file-picture-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "";
}

.fa.fa-file-archive-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "";
}

.fa.fa-file-zip-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "";
}

.fa.fa-file-audio-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "";
}

.fa.fa-file-sound-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "";
}

.fa.fa-file-video-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "";
}

.fa.fa-file-movie-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "";
}

.fa.fa-file-code-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "";
}

.fa.fa-life-buoy {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "";
}

.fa.fa-life-saver {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "";
}

.fa.fa-support {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "";
}

.fa.fa-circle-o-notch:before {
  content: "";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "";
}

.fa.fa-send:before {
  content: "";
}

.fa.fa-paper-plane-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "";
}

.fa.fa-send-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "";
}

.fa.fa-circle-thin {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "";
}

.fa.fa-header:before {
  content: "";
}

.fa.fa-sliders:before {
  content: "";
}

.fa.fa-futbol-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "";
}

.fa.fa-soccer-ball-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "";
}

.fa.fa-trash:before {
  content: "";
}

.fa.fa-copyright {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "";
}

.fa.fa-area-chart:before {
  content: "";
}

.fa.fa-pie-chart:before {
  content: "";
}

.fa.fa-line-chart:before {
  content: "";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "";
}

.fa.fa-ils:before {
  content: "";
}

.fa.fa-shekel:before {
  content: "";
}

.fa.fa-sheqel:before {
  content: "";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "";
}

.fa.fa-intersex:before {
  content: "";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "";
}

.fa.fa-battery:before {
  content: "";
}

.fa.fa-battery-3:before {
  content: "";
}

.fa.fa-battery-2:before {
  content: "";
}

.fa.fa-battery-1:before {
  content: "";
}

.fa.fa-battery-0:before {
  content: "";
}

.fa.fa-object-group {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "";
}

.fa.fa-hourglass-1:before {
  content: "";
}

.fa.fa-hourglass-2:before {
  content: "";
}

.fa.fa-hourglass-3:before {
  content: "";
}

.fa.fa-hand-rock-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "";
}

.fa.fa-hand-grab-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "";
}

.fa.fa-hand-paper-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "";
}

.fa.fa-hand-stop-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "";
}

.fa.fa-hand-scissors-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "";
}

.fa.fa-hand-lizard-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "";
}

.fa.fa-hand-spock-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "";
}

.fa.fa-hand-pointer-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "";
}

.fa.fa-hand-peace-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "";
}

.fa.fa-registered {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "";
}

.fa.fa-calendar-minus-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "";
}

.fa.fa-calendar-times-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "";
}

.fa.fa-calendar-check-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "";
}

.fa.fa-map-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "";
}

.fa.fa-commenting:before {
  content: "";
}

.fa.fa-commenting-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "";
}

.fa.fa-stop-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "";
}

.fa.fa-question-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "";
}

.fa.fa-volume-control-phone:before {
  content: "";
}

.fa.fa-asl-interpreting:before {
  content: "";
}

.fa.fa-deafness:before {
  content: "";
}

.fa.fa-hard-of-hearing:before {
  content: "";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "";
}

.fa.fa-handshake-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "";
}

.fa.fa-envelope-open-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "";
}

.fa.fa-vcard:before {
  content: "";
}

.fa.fa-address-card-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "";
}

.fa.fa-vcard-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "";
}

.fa.fa-user-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "";
}

.fa.fa-user-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "";
}

.fa.fa-id-badge {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "";
}

.fa.fa-id-card-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "";
}

.fa.fa-drivers-license-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "";
}

.fa.fa-thermometer:before {
  content: "";
}

.fa.fa-thermometer-3:before {
  content: "";
}

.fa.fa-thermometer-2:before {
  content: "";
}

.fa.fa-thermometer-1:before {
  content: "";
}

.fa.fa-thermometer-0:before {
  content: "";
}

.fa.fa-bathtub:before {
  content: "";
}

.fa.fa-s15:before {
  content: "";
}

.fa.fa-window-maximize {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "";
}

.fa.fa-window-close-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "";
}

.fa.fa-times-rectangle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "";
}

.fa.fa-snowflake-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "";
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 29, 2016 */
@font-face {
  font-family: "source_sans_problack";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.svg#source_sans_problack") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_probold";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_prosemibold";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.svg#source_sans_proitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "source_sans_prolight";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "maple-simple";
  src: url("/shared/font-icons/maple-simple/maple-simple.eot");
  src: url("/shared/font-icons/maple-simple/maple-simple.eot?#iefix") format("embedded-opentype"), url("/shared/font-icons/maple-simple/maple-simple.woff") format("woff"), url("/shared/font-icons/maple-simple/maple-simple.ttf") format("truetype"), url("/shared/font-icons/maple-simple/maple-simple.svg#maple-simple") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "maple-simple" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "maple-simple" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sign:before {
  content: "a";
}

.icon-testimonials:before {
  content: "b";
}

.icon-info:before {
  content: "c";
}

.icon-valuation:before {
  content: "d";
}

.icon-floorplan:before {
  content: "e";
}

.icon-view:before {
  content: "f";
}

.icon-team:before {
  content: "h";
}

.icon-pin:before {
  content: "i";
}

.icon-street:before {
  content: "j";
}

.icon-back:before {
  content: "k";
}

.icon-bath:before {
  content: "l";
}

.icon-station:before {
  content: "m";
}

.icon-bed:before {
  content: "n";
}

.icon-epc:before {
  content: "o";
}

.icon-garden:before {
  content: "p";
}

.icon-news:before {
  content: "g";
}

.icon-parking:before {
  content: "q";
}

.icon-print:before {
  content: "r";
}

.icon-receptions:before {
  content: "s";
}

.icon-school:before {
  content: "t";
}

.icon-contact:before {
  content: "u";
}

.icon-email:before {
  content: "v";
}

.icon-register:before {
  content: "w";
}

.icon-service:before {
  content: "x";
}

.icon-key:before {
  content: "y";
}

.icon-house:before {
  content: "z";
}

.icon-down:before {
  content: "A";
}

.icon-twitter:before {
  content: "B";
}

.icon-facebook:before {
  content: "C";
}

.icon-linkedin:before {
  content: "D";
}

.icon-google-plus:before {
  content: "E";
}

.icon-instagram:before {
  content: "G";
}

.icon-quote:before {
  content: "F";
}

.icon-down-mini:before {
  content: "H";
}

.icon-left-mini:before {
  content: "I";
}

.icon-right-mini:before {
  content: "J";
}

.icon-up-mini:before {
  content: "K";
}

.icon-left:before {
  content: "L";
}

.icon-right:before {
  content: "M";
}

.icon-up:before {
  content: "N";
}

.icon-list:before {
  content: "Q";
}

.icon-comm:before {
  content: "P";
}

.icon-th:before {
  content: "T";
}

.icon-banknote:before {
  content: "R";
}

.icon-like:before {
  content: "S";
}

/* ---------------------------------------------------- */
/* CSS Basic */
/* ---------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "source_sans_prolight";
  color: #666;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.static-stick .main-content {
  padding-top: 60px;
}
@media (min-width: 720px) {
  .static-stick .main-content {
    padding-top: 120px;
  }
}

.boxed {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
}
body {
  position: relative;
  background-color: #E5E5E5;
  min-height: 100%;
  color: #666;
}
@media (min-width: 720px) {
  body {
    padding-top: 0;
  }
}

img.sml-bg {
  display: none;
}
@media (max-width: 719px) {
  img.sml-bg {
    position: fixed;
    top: 0;
    display: block;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    z-index: -1;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

p, ul, ol {
  font-family: "source_sans_proregular";
}

label {
  font-family: "source_sans_proregular";
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75rem;
  line-height: 1.1em;
  letter-spacing: 0;
  font-family: "source_sans_prosemibold";
  color: #000;
}

@media (max-width: 719px) {
  h1 {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 719px) {
  h2 {
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 719px) {
  h3 {
    font-size: 18px;
    line-height: normal;
  }
}

h1 small {
  color: #000202;
  line-height: normal;
  color: #666;
}
a {
  color: #36454F;
}

.strong {
  font-weight: 400;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a.button {
  text-decoration: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

.form_error {
  color: red;
  font-family: "source_sans_probold";
}

iframe {
  border: 0;
}

p.small {
  font-size: 0.9em;
}

.reg-confirmation-list p {
  text-align: center;
}
.reg-confirmation-list ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.margin-small {
  margin-top: 5px;
  margin-bottom: 5px;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

dt {
  color: #36454F;
}

dt, dd {
  margin: 2px 0;
}

.small-font {
  font-size: 0.9em;
}

.primary-color {
  color: #36454F;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.imageborder {
  padding: 5px;
  border: solid 1px #ddd;
  margin: 0 0 15px 0;
  width: 100%;
}
@media (min-width: 720px) {
  .imageborder.alignright {
    max-width: 500px;
    margin: 0 0 30px 30px;
  }
}

img.alignleft + p,
img.alignright + p {
  margin-top: 0px;
}

.p-lg {
  font-size: 1.1em;
  line-height: 180%;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-top {
  margin-top: 40px;
}

.margin-top-80 {
  margin-top: 80px;
}

hr {
  display: block;
  border-top: 1px solid #ddd;
  margin: 25px 0;
}

hr.color {
  border-color: #36454F !important;
}

hr.dotted {
  border-style: dotted !important;
}

hr.dashed {
  border-style: dashed !important;
}

hr.double {
  height: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
}

.list-line {
  list-style-type: none;
  padding: 0;
}

.list-line li {
  border-bottom: solid 1px #eee;
}

.list-line li:first-child {
  border-top: solid 1px #eee;
}

.list-line li a {
  color: #333;
  text-decoration: none;
  padding: 7px;
  display: block;
  transition: all 0.25s ease;
}

.list-line li a:hover {
  background-color: #f5f5f5;
  color: #36454F;
}

blockquote {
  margin: 0 0 30px 0;
}
blockquote p.quote {
  font-style: italic;
}
blockquote p.quotee {
  font-family: "source_sans_prosemibold";
  font-size: 16px;
}

.emphasize {
  font-family: "source_sans_prolight";
  text-transform: uppercase;
}
.emphasize span {
  font-family: "source_sans_probold";
}
.text-line {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #36454F;
  margin: 10px 0 20px;
}
.webp .box-1 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-5.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}
.webp .box-2 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-2.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}
.webp .box-3 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-3.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}
.webp .box-4 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-4.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}
.webp .box-5 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-5.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}
.webp .box-6 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-4.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}

.no-webp .box-1 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-1.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}
.no-webp .box-2 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-2.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}
.no-webp .box-3 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-3.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}
.no-webp .box-4 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-4.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}
.no-webp .box-5 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-5.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}
.no-webp .box-6 {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-6.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}

b, strong {
  font-family: "source_sans_probold";
  font-weight: 500;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-bottom: 0.5em;
  font-weight: "source_sans_probold";
  color: #333;
}

.h1, h1 {
  font-size: 2.3130607656em;
}

.h2, h2 {
  font-size: 2.0113571875em;
}

.h3, h3 {
  font-size: 1.74900625em;
}

.h4, h4 {
  font-size: 1.520875em;
}

.h5, h5 {
  font-size: 1.3225em;
}

.h6, h6 {
  font-size: 1.15em;
}

.link, a {
  color: #000;
  text-decoration: none;
}
.link:visited, a:visited {
  color: #000;
}
.link:hover, a:hover, .link:visited:hover {
  color: #000 s;
}

.unordered-list {
  list-style-type: disc;
}

.ordered-list {
  list-style: decimal;
}

p {
  margin-bottom: 0.5em;
  line-height: 22px;
}
p > a {
  font-weight: "source_sans_probold";
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 0px;
  cursor: pointer;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -webkit-user-select: none;
          user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 4px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding: 0 30px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.SumoSelect {
  color: #666;
  font-weight: 400;
}

.SumoSelect > .CaptionCont {
  line-height: 32px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0 10px 0 10px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
}

.SumoSelect > .optWrapper > .options li.opt label {
  width: 100%;
}

.SumoSelect > .CaptionCont > label {
  display: none;
}

.SumoSelect > .CaptionCont > span {
  padding-right: 32px;
  position: relative;
}
.SumoSelect > .CaptionCont > span:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  color: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-left: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-content {
  background-color: #FFF;
  float: left;
  width: 100%;
}
.main-content::after {
  clear: both;
  content: "";
  display: block;
}

.container-main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.container-main-content::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 720px) {
  .container-main-content {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  }
}

.box-grid::after {
  clear: both;
  content: "";
  display: block;
}
.box-grid img {
  width: 100%;
  height: auto;
  margin: 0;
}
.box-grid .box-grid-button {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  display: block;
}
.box-grid .box-grid-button:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .layout-1 .box-grid-contain .box-grid {
    width: 49.1525423729%;
    float: left;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .layout-1 .box-grid-contain .box-grid {
    width: 32.2033898305%;
    float: left;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
  }
}

.layout-1 .box-grid {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.layout-1 .box-grid .box-grid-info {
  padding: 15px;
}
.layout-1 .box-grid .box-grid-info h2 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .layout-1 .box-grid {
    margin-bottom: 30px;
  }
}

.layout-2 .box-grid {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.layout-2 .box-grid .box-grid-info {
  padding: 15px;
}
.layout-2 .box-grid .box-grid-info h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "source_sans_proregular";
  color: #666;
}
.layout-2 .box-grid .box-grid-info h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #666;
  font-family: "source_sans_proregular";
}
@media (min-width: 480px) {
  .layout-2 .box-grid {
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .layout-2 .box-grid {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
    padding: 0 30px 30px 0;
  }
  .layout-2 .box-grid:last-of-type {
    border: 0;
    padding-bottom: 0;
  }
  .layout-2 .box-grid img {
    max-width: 300px;
    float: left;
    margin: 0 30px 30px 0;
  }
  .layout-2 .box-grid .box-grid-info {
    padding: 0;
    text-align: justify;
  }
  .layout-2 .box-grid .box-grid-button {
    display: inline-block;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .layout-2 .box-grid {
    margin-bottom: 30px;
  }
  .layout-2 .box-grid img {
    margin-bottom: 0;
  }
}

.browserchoice {
  float: left;
  width: 100%;
  text-align: center;
}

.browser {
  width: 110px;
  display: block;
  text-align: center;
  float: left;
  margin: 0px 20px 0px 0px;
}

/*-------------------------------------------------------------------*/
/* Back to Top */
/*-------------------------------------------------------------------*/
#back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  #back-top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}
#back-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#back-top a i {
  font-size: 2em;
}

.about-us-img {
  width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  .about-us-img {
    max-width: 50%;
    margin: 0 0 0 15px;
  }
}

.form-page h2.emphasize {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 720px) {
  .form-page h2.emphasize {
    margin-bottom: 30px;
  }
}

.hover-box {
  background-position: center;
  background-size: cover;
}
.hover-box .text {
  position: absolute;
  top: 0;
  left: 0;
}
.hover-box p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-family: "source_sans_prosemibold";
  margin: 10px 15px;
}
.hover-box a {
  margin-left: 15px;
  display: inline-block;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 18px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.hover-box a:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
@media (min-width: 720px) {
  .hover-box p {
    font-size: 24px;
    margin: 30px;
    max-width: 260px;
  }
  .hover-box a {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .hover-box {
    background-size: 110%;
    transition: background 0.75s linear;
  }
  .hover-box:hover {
    background-size: 100%;
  }
}

.areas-back {
  float: left;
  width: 100%;
  background-color: #1a1a1a;
  margin: 0;
  padding: 15px 0px 30px 0px;
}

.areas-back h3 {
  color: #000202;
  margin: 15px 10px 10px 0;
}

.areas-back ul {
  padding: 0;
  margin: 0;
}
.areas-back ul li {
  list-style-type: none;
}

.areas-back a {
  display: block;
  color: white;
}

/* Testimonials */
.blockquote-color {
  border-color: #36454F;
}

.blockquote-color-left {
  padding-right: 0;
  border-right: 0;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.blockquote-color-left p {
  padding-left: 15px;
  border-left: 5px solid #36454F;
}

.blockquote-color-bg {
  border-color: #36454F;
  border-bottom: solid 1px #36454F;
  background-color: #f9f9f9;
}

.blockquote-big {
  font-size: 1.8em;
  line-height: 140%;
  font-style: oblique;
  border: none;
}

.blockquote-big footer {
  font-style: normal;
  font-size: 0.7em;
}

.blockquote-color-bg-primary {
  font-size: 1em;
  background-color: #36454F;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}

.blockquote-color-bg-primary:after,
.blockquote-color-bg-dark:after {
  font-family: "maple-simple";
  content: "F";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 2.6em;
}

.blockquote-color-bg-dark {
  font-size: 1em;
  background-color: #444;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}

.blockquote-color-bg-light {
  font-size: 1em;
  background-color: #ddd;
  color: #333;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
  text-shadow: 1px 1px 0px white;
}

.blockquote-color-bg-light:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #333;
  font-size: 2.6em;
}

.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
  color: #eee;
  font-size: 0.9em;
}

.blockquote-color-bg-light footer {
  color: #666;
  font-size: 0.9em;
}

/* End Testimonials */
.lastest-news {
  border-left: 1px solid #ddd;
}

.lastest-news h2 span {
  color: #36454F;
}

.lastest-news a {
  color: #000202;
  text-decoration: underline;
}

.lastest-news img {
  margin-left: 10px;
  margin-bottom: 10px;
}

.refine-search-lnk {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Process pages */
/* End Process pages */
/* Meet the team */
.about-person {
  margin: 0 0 25px 0;
}

.about-person h2 {
  text-align: left;
  color: #36454F;
}

.about-person h3 {
  text-align: center;
  color: #000202;
}

/* Meet the team with Bio*/
.about-person-2 {
  margin: 0 0 25px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.about-person-2 .team-photo {
  float: left;
  width: 100%;
  height: auto;
}
.about-person-2 .blurb {
  float: left;
  width: 100%;
}
@media (min-width: 720px) {
  .about-person-2 .team-photo {
    width: 40%;
  }
  .about-person-2 .blurb {
    float: right;
    width: 60%;
    padding-left: 30px;
  }
}

.about-person-2 h2 {
  color: #222;
  text-align: left;
}

.about-person-2 h3 {
  color: #222;
  font-family: "source_sans_prolight";
}

/* Services */
.service {
  margin: 0 0 25px 0;
  padding-bottom: 25px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}
.service:last-of-type {
  border: 0;
  padding: 0;
}
@media (min-width: 720px) {
  .service .image {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .service .text {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.service h2 {
  font-family: "source_sans_prolight";
}

.service h3 {
  color: #000202;
}

/* Top image defaults for content pages */
.image-header-cont {
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: block;
  float: left;
  margin: 0px 0 25px 0;
}

.image-header {
  position: relative;
  margin: 0 auto;
}

.image-header h1 {
  background-color: #36454F;
  color: #fff;
  padding: 5px;
  width: auto;
  float: left;
}

.image-header h1 {
  margin: 0 0 100px 0;
}

.image-header button {
  margin: 0 0 0 0;
}

.image-header-cont {
  height: 250px;
}

.image-header div {
  margin: 200px 0 0 0;
}

@media (min-width: 720px) {
  .collapse.in.banner-collapse {
    display: none;
    visibility: hidden;
  }

  .image-header {
    width: 718px;
  }

  .image-header-cont {
    height: 250px;
  }

  .image-header div {
    margin: 200px 0 0 0;
  }
}
@media (min-width: 960px) {
  .image-header {
    width: 992px;
  }

  .image-header-cont {
    height: 300px;
  }

  .image-header div {
    margin: 250px 0 0 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .image-header {
    width: 1140px;
  }

  .image-header-cont {
    height: 350px;
  }

  .image-header div {
    margin: 300px 0 0 0;
  }
}
/* Stamp Duty CValculator */
.stamp-calc {
  float: left;
  width: 100%;
  margin: 0 15px 0 0;
}

.stamp-duty h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "source_sans_prolight";
}

.stamp-duty h4 a {
  font-size: 13px;
}

.calc-form form {
  padding: 0px 0px 20px 0px;
  float: left;
  display: block;
  width: 100%;
}

.calc-form {
  border-bottom: 1px solid #dbdbdb;
  margin: 0px 0px 20px 0px;
  float: left;
  width: 100%;
}

/* Contact Us page layout */
.gmapcontact {
  float: left;
  width: 100%;
  height: 500px;
  margin: 20px 0px 20px 0px;
}

.gmapcontact1 {
  float: left;
  width: 100%;
  height: 550px;
  margin: 0px 0px 20px 0px;
}

/* News Archive list*/
.full-cta {
  float: left;
  width: 100%;
  background-color: #000202;
  /* SM Styles end */
  /* LG Styles end */
}
.full-cta.cta-1 {
  background-image: url("/images/banners/banner5.jpg");
}
.full-cta.cta-2 {
  background-image: url("/images/banners/banner6.jpg");
}
.full-cta .content {
  height: 300px;
}
.full-cta h2 {
  text-align: center;
  margin: 4em 0 1.5em;
  color: #fff;
  font-family: "source_sans_probold";
}
.full-cta.primary p.more a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  user-select: none;
}
.full-cta.primary p.more a:focus, .full-cta.primary p.more a.focus, .full-cta.primary p.more a:active:focus, .full-cta.primary p.more a:active.focus, .full-cta.primary p.more a.active:focus, .full-cta.primary p.more a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.full-cta.primary p.more a:hover, .full-cta.primary p.more a:focus, .full-cta.primary p.more a.focus {
  color: #333;
  text-decoration: none;
}
.full-cta.primary p.more a:active, .full-cta.primary p.more a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.full-cta.primary p.more a.disabled, .full-cta.primary p.more a[disabled], fieldset[disabled] .full-cta.primary p.more a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.full-cta.secondary p.more a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  user-select: none;
}
.full-cta.secondary p.more a:focus, .full-cta.secondary p.more a.focus, .full-cta.secondary p.more a:active:focus, .full-cta.secondary p.more a:active.focus, .full-cta.secondary p.more a.active:focus, .full-cta.secondary p.more a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.full-cta.secondary p.more a:hover, .full-cta.secondary p.more a:focus, .full-cta.secondary p.more a.focus {
  color: #333;
  text-decoration: none;
}
.full-cta.secondary p.more a:active, .full-cta.secondary p.more a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.full-cta.secondary p.more a.disabled, .full-cta.secondary p.more a[disabled], fieldset[disabled] .full-cta.secondary p.more a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.full-cta p.more {
  text-align: center;
}
@media (min-width: 720px) {
  .full-cta {
    /* SM Styles */
  }
  .full-cta h2 {
    margin: 3em 0 2em;
  }
}
@media (min-width: 1200px) {
  .full-cta {
    /* LG Styles */
  }
  .full-cta .content {
    height: 500px;
  }
  .full-cta h2 {
    margin: 6em 0 2em;
  }
}

.form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  user-select: none;
}
.form-submit:focus, .form-submit.focus, .form-submit:active:focus, .form-submit:active.focus, .form-submit.active:focus, .form-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-submit:hover, .form-submit:focus, .form-submit.focus {
  color: #333;
  text-decoration: none;
}
.form-submit:active, .form-submit.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit.disabled, .form-submit[disabled], fieldset[disabled] .form-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.form_register_form h2, .form_valuation_form h2 {
  margin-bottom: 10px;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #36454F;
  font-family: "source_sans_proregular";
  letter-spacing: 0;
}

span.separator {
  float: left;
  width: 100%;
  height: 60px;
  background-image: url("/images/logo-sm.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 15px 0 15px 0px;
}
span.separator:after, span.separator:before {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 45%;
  width: calc(50% - 30px);
  height: 1px;
  content: " ";
  background-color: #eee;
}
span.separator:before {
  right: 0;
}
@media (min-width: 1200px) {
  span.separator {
    margin: 60px 0 60px 0px;
  }
}

/* Social Media */
ul.social-media {
  margin: 0px 0px 0 0;
  padding: 0;
}
ul.social-media li {
  float: left;
  list-style-type: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
ul.social-media li a {
  color: #000;
  float: left;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: inherit;
  text-align: center;
}
ul.social-media li a:hover {
  color: #fff;
  text-decoration: none;
}

ul.sitemap-list {
  float: left;
  width: 100%;
}
ul.sitemap-list > li {
  color: #666;
  font-family: "source_sans_prosemibold";
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 720px) {
  ul.sitemap-list > li {
    width: 50%;
  }
}
@media (min-width: 960px) {
  ul.sitemap-list > li {
    width: 25%;
    margin-bottom: 30px;
  }
}

.layout-variations > a {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  padding: 0 15px;
  margin-right: 15px;
}
.layout-variations > a:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
.layout-variations > a:last-of-type {
  margin: 0;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  z-index: 99;
}

.static-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  position: relative;
}
.static-page:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  .static-page {
    padding: 30px;
  }
}
.static-page img.static-page-img {
  max-width: 100%;
  display: block;
  margin: 0 auto 15px;
  border: 1px solid #ccc;
}
@media (min-width: 480px) {
  .static-page img.static-page-img {
    margin: 0 auto 30px;
  }
}
@media (min-width: 720px) {
  .static-page img.static-page-img {
    float: right;
    margin: 0 0 30px 30px;
  }
}

@media (min-width: 1200px) {
  .static-page.register {
    padding: 50px 150px 25px 150px;
  }
}

.sitemaplist {
  width: 100%;
  max-width: 500px;
  margin-top: 0;
}
.sitemaplist ul, .sitemaplist li {
  margin: 0;
}
.sitemaplist ul::after, .sitemaplist li::after {
  clear: both;
  content: "";
  display: block;
}
.sitemaplist a {
  float: left;
  width: 100%;
}
.sitemaplist > li {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.sitemaplist > li > a {
  font-weight: 500;
  padding-left: 15px;
  line-height: 45px;
}
.sitemaplist > li > ul > li {
  padding-left: 15px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
}
.sitemaplist > li > ul > li:last-of-type {
  border: 0;
}
.sitemaplist h3 {
  margin: 0;
  line-height: 45px;
  padding-left: 15px;
  background-color: #ededed;
}
@media (min-width: 480px) {
  .sitemaplist > li {
    margin-bottom: 30px;
  }
}

.contact-page {
  padding: 0px !important;
}

.gmapcontact {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 720px) {
  .gmapcontact {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .gmapcontact {
    height: 600px;
    width: 40.6779661017%;
    float: right;
    margin-right: 0;
  }
}

.contact-information {
  border-bottom: 1px dashed #ccc;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 720px) {
  .contact-information {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
    border-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .contact-information {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.contact-branch {
  margin-bottom: 15px;
  width: 100%;
  display: block;
  line-height: 26px;
}
.contact-branch h4 {
  margin-bottom: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #36454F;
  font-family: "source_sans_proregular";
  letter-spacing: 0;
}
.contact-branch p {
  margin-top: 0;
  color: #000;
}
.contact-branch p:last-of-type {
  margin-bottom: 0;
}
.contact-branch i {
  color: #36454F;
  margin-right: 3px;
  min-width: 22px;
}
.contact-branch a {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}
.contact-branch .contact-address {
  font-size: 20px;
  line-height: 22px;
  color: #000;
}
.contact-branch .contact-info {
  font-size: 20px;
}
@media (min-width: 480px) {
  .contact-branch .contact-info {
    padding-top: 30px;
    margin: 30px 0;
  }
}
@media (min-width: 720px) {
  .contact-branch .contact-info {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
}

.contact-form {
  margin-bottom: 15px;
  display: block;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.contact-form h4 {
  margin-bottom: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #36454F;
  font-family: "source_sans_proregular";
  letter-spacing: 0;
}
.contact-form p {
  margin-top: 0;
}
.contact-form fieldset {
  margin-bottom: 15px;
  width: 100%;
}
.contact-form fieldset label {
  width: 100%;
  display: block;
}
.contact-form fieldset input {
  margin: 0;
}
.contact-form fieldset textarea {
  width: 100%;
}
.contact-form fieldset:last-of-type {
  margin: 0;
}
.contact-form .form-button-submit {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .contact-form .form-button-submit {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .contact-form {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .contact-form {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .contact-form {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .contact-form fieldset label {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .contact-form fieldset input {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
  .contact-form fieldset textarea {
    margin-top: 10px;
  }
}

.opening-hours {
  margin-bottom: 10px;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
  width: 100%;
}
.opening-hours h4 {
  margin-bottom: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #36454F;
  font-family: "source_sans_proregular";
  letter-spacing: 0;
}
.opening-hours p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}
.opening-hours .day {
  color: #000;
  width: 60px;
  display: inline-block;
}
.opening-hours .time {
  font-weight: bold;
  color: #000;
}
@media (min-width: 480px) {
  .opening-hours {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .opening-hours {
    padding-top: 0;
    margin-top: 0;
    border: 0;
  }
}

.contact-us-page .contact-details {
  margin-bottom: 25px;
  float: left;
}
.contact-us-page .contact-details .contact-form-submit {
  float: right;
  margin-right: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 720px) {
  .contact-us-page .contact-details .contact-form-submit {
    width: 50%;
  }
}
.contact-us-page .contact-details .contact-details h2 {
  color: #36454F;
  font-size: 15px;
  font-weight: 400;
}
.contact-us-page .contact-details .contact-details h3 {
  color: #36454F;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0px 10px 0px;
}
.contact-us-page .contact-details .contact-details h3 i.fa {
  color: #000202;
  padding-right: 0px;
  width: 20px;
}
.contact-us-page .contact-details .contact-details p {
  line-height: 18px;
  font-size: 13px;
}
.contact-us-page .contact-details .contact-details strong span {
  color: #36454F;
}

.leaflet-top, .leaflet-bottom {
  z-index: 998;
}

.cc_banner-wrapper {
  z-index: 999999;
  position: relative;
}

.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  font-size: 1em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.cc_container .cc_logo {
  display: none;
  visibility: hidden;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 720px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 960px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (min-width: 720px) {
  .cc_container .cc_message {
    font-size: 12px;
  }
}
@media print {
  .cc_banner-wrapper,
.cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px 15px 50px;
}
.cc_container .cc_btn {
  padding: 8px 16px;
  background-color: #f1d600;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .cc_container {
    left: initial;
    right: 20px;
    bottom: 20px;
    width: 300px;
    padding-bottom: 50px;
  }
  .cc_container .cc_btn {
    right: 15px;
    bottom: 15px;
  }
  .cc_container .cc_logo {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 960px) {
  .cc_container {
    padding-bottom: 57px;
  }
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_container {
  background: white;
  color: #36454F;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.cc_container ::-moz-selection {
  background: #36454F;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #fff;
  background-color: #36454F;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #2c3840;
  color: #fff;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #000202;
  transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  color: #000202;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cc_container {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

@media screen and (min-width: 720px) {
  .cc_container {
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }
}
.cookie-anchor:link,
a.cookie-anchor:active,
a.cookie-anchor:hover,
a.cookie-anchor:visited {
  color: #fff;
}

.remove-white-space {
  white-space: normal !important;
  /*padding-left: 20px !important;*/
}

.cookies-draw h3 {
  color: white;
}
.cookies-draw h4 {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.cookies-draw p {
  font-size: 12px;
}
.cookies-draw .fieldlist {
  margin: 0 0 -1em;
  padding: 0;
}
.cookies-draw .fieldlist li {
  list-style: none;
  padding-bottom: 1em;
}

#overlay-drawer {
  border: 0;
  z-index: 10004;
}

.k-drawer-content {
  padding: 1em;
}

.k-drawer-container.k-drawer-expanded .k-drawer-items {
  overflow: scroll;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 700px;
  /*@media (min-width: 720px) {
      width: 80% !important;
      width: 80% !important;kendo-overides       
  }

  @media (min-width: 1024px) {
      width: 90% !important;
  }*/
}
.k-drawer-container.k-drawer-expanded .k-drawer-items ul, .k-drawer-container.k-drawer-expanded .k-drawer-items li {
  margin: 0;
  padding: 0;
}

.k-drawer-container.k-drawer-expanded {
  border-right-width: 1px;
  background-color: rgba(54, 69, 79, 0.85);
  color: white;
  padding: 0px;
  border-style: none;
}

.k-drawer-wrapper.k-drawer-overlay .k-drawer-container {
  left: -20px;
  top: 0;
}

.k-drawer-wrapper {
  background-color: rgba(54, 69, 79, 0.85) !important;
}
@media (min-width: 720px) {
  .k-drawer-wrapper {
    overflow-y: hidden;
  }
}

#bottom-left {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
#bottom-left .cookie-button-toggle {
  background: #eba202;
  height: 75px;
  line-height: 18px;
  border-radius: 0;
  border: 0;
  color: #fff !important;
}
#bottom-left .cookie-button-toggle i {
  font-size: 30px;
  line-height: 35px;
}

.cookie-button {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  margin-bottom: 10px;
}
.cookie-button:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}

.cookie-button-right {
  text-align: right;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .cookie-button-right {
    margin-bottom: 20px;
  }
}

.switch-right {
  float: right;
  font-size: 12px;
}

.k-switch-on.k-state-hover .k-switch-handle, .k-switch-on:hover .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #0d1012;
}

.k-switch-off.k-state-hover .k-switch-handle, .k-switch-off:hover .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #5f7a8c;
}

.k-switch-on .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #0d1012;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.k-switch-off .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #5f7a8c;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.k-switch-label-off {
  right: 3px;
}

.k-drawer-wrapper.k-drawer-overlay .k-drawer-container {
  overflow: hidden;
}

.k-drawer-wrapper.k-drawer-overlay .k-drawer-container.k-drawer-expanded {
  overflow: auto;
}

.cookies-table {
  width: 100%;
}
.cookies-table tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.05);
}
.cookies-table tr:first-of-type {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookies-table th {
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  background-color: rgba(54, 69, 79, 0.2);
  padding: 2px 4px;
}
.cookies-table th:first-of-type {
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
  width: 200px;
}
.cookies-table td {
  padding: 2px 4px;
}
.cookies-table td:first-of-type {
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.k-window {
  background-color: rgba(54, 69, 79, 0.85) !important;
  color: white;
}

.k-window-title {
  font-size: 18px !important;
}

.k-window-titlebar {
  border-color: #6c6b6b;
}

.k-dialog .k-content p {
  font-size: 14px;
  color: #fff;
}

.k-dialog-buttongroup button {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  font-size: 14px !important;
  padding: 0px !important;
  text-align: center !important;
}
.k-dialog-buttongroup button:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
.k-dialog-buttongroup button.k-primary {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  font-size: 14px !important;
}
.k-dialog-buttongroup button.k-primary:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
.k-dialog-buttongroup button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.k-dialog-buttongroup button.k-primary:hover {
  background-color: transparent;
}
.k-dialog-buttongroup button:first-of-type {
  margin-right: 2px !important;
}
.k-dialog-buttongroup .k-button {
  border-width: 0;
}

.cookie-page .k-overlay {
  display: none !important;
  visibility: hidden !important;
}
.cookie-page .k-dialog {
  display: none !important;
  visibility: hidden !important;
}

.remove-white-space {
  padding-bottom: 25px !important;
}

.schools {
  width: 100%;
  height: 550px;
  padding: 0px 15px 0 15px;
  float: left;
}

.schools iframe {
  padding: 0px 15px 0 15px;
}

.schoolsmap {
  width: 100%;
  height: 550px;
}

.floorplan h2 {
  margin-top: 10px;
  float: left;
}

@media (max-width: 1200px) {
  .prop-img {
    display: none;
  }
}

.booking {
  font-weight: 700;
  cursor: pointer;
}
.booking span {
  margin-right: 5px;
}

.detail-propstat_under_offer,
.detail-propstat_let,
.detail-propstat_let_agreed,
.detail-propstat_sold,
.detail-propstat_sold_stc {
  padding: 4px 6px 4px 6px;
  color: #ddd;
}

#form_contactus_form_ce label {
  width: 100%;
}

.mortgage-calc {
  display: block;
}

.mortgage-form {
  display: block;
}

.mortgage-form input[type=text] {
  border: 1px solid #ccc;
}

.mortgage-form h2 {
  display: block;
  width: 100%;
}

.mortgage-form h3 {
  display: block;
  width: 100%;
  padding: 0;
}

#myModal3 .modal-body {
  height: 250px;
}

.rooms td {
  vertical-align: top;
}

.roomtype1 {
  font-weight: bold;
  padding-right: 10px;
}

.roomtype2 {
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 10px;
}

.roomdesc {
  display: block;
  text-align: justify;
}

#floorplan-contain {
  float: left;
  position: relative;
}

.bullets-li {
  width: 100%;
  display: block;
  float: left;
}
.bullets-li p {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.bullets-li p i:before {
  background-image: url(/content/images/bullet.png);
  background-size: 10px 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .bullets-li p {
    width: 50%;
    float: left;
  }
}

.bullets-li p {
  font-size: 18px;
  font-family: "source_sans_prosemibold";
  color: black;
}
@media (min-width: 1024px) {
  .bullets-li p {
    width: 50%;
    float: left;
  }
}

.bullets-li p i.fa {
  color: #000202;
  margin: 0px 10px 0px 0px;
}

/* Rooms formating */
.tableH {
  font-weight: bold;
  border-right: 1px solid #dbdbdb;
  padding: 0px 5px 0px 0px;
}

.tableH2 {
  font-weight: bold;
  border-right: 1px solid #dbdbdb;
  padding: 0px 5px 0px 5px;
}

.tableH3 {
  font-weight: bold;
}

.tableD {
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  padding: 0px 5px 0px 0px;
}

.tableD2 {
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  padding: 0px 5px 0px 5px;
}

.tableD3 {
  border-top: 1px solid #dbdbdb;
  padding: 0px 0px 0px 5px;
}

.details-page {
  padding: 0px !important;
}

.details-page-content {
  background-color: white;
  padding: 15px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .details-page-content {
    padding: 30px;
  }
}

#detail-slider {
  float: left;
  width: 100%;
  background-color: #000000;
}
#detail-slider .sp-bottom-thumbnails {
  margin-top: 0;
}
#detail-slider .sp-thumbnail-container {
  margin: 0;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#detail-slider .sp-thumbnail-container.sp-selected-thumbnail {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.detail-singular-img-contain {
  background-color: #000;
}

img.detail-singular-img {
  display: block;
  margin: 0 auto;
}

.detail-header {
  margin: 0;
  padding: 15px;
  float: left;
  width: 100%;
  background-color: #000202;
  box-sizing: border-box;
}
.detail-header h1 {
  margin: 0;
  text-align: center;
  color: #ddd;
  font-family: "source_sans_proregular";
  text-transform: uppercase;
}
.detail-header h1 a {
  color: inherit;
}
.detail-header h1 .priceask {
  font-family: "source_sans_prolight";
}
@media (min-width: 960px) {
  .detail-header {
    margin: 0;
    padding: 30px 0;
  }
}
@media (max-width: 960px) {
  .detail-header h1 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .detail-header h1 {
    font-size: 18px;
  }
}

a.detail-menu-reveal {
  display: none;
  visibility: hidden;
}
@media (max-width: 960px) {
  a.detail-menu-reveal {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 11px;
    padding: 5px 20px;
    border-radius: 0;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0px;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    visibility: visible;
    background-color: #36454F;
    color: #fff;
    padding: 12px 0;
  }
  a.detail-menu-reveal:focus, a.detail-menu-reveal.focus, a.detail-menu-reveal:active:focus, a.detail-menu-reveal:active.focus, a.detail-menu-reveal.active:focus, a.detail-menu-reveal.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  a.detail-menu-reveal:hover, a.detail-menu-reveal:focus, a.detail-menu-reveal.focus {
    color: #333;
    text-decoration: none;
  }
  a.detail-menu-reveal:active, a.detail-menu-reveal.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  a.detail-menu-reveal.disabled, a.detail-menu-reveal[disabled], fieldset[disabled] a.detail-menu-reveal {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
  }
  a.detail-menu-reveal:hover {
    color: #fff;
  }
  a.detail-menu-reveal span {
    margin-right: 5px;
  }
}

.page-menu {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  min-height: 50px;
  background-color: #36454F;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .page-menu {
    display: none;
  }
}
.page-menu ul {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-menu ul li {
  transition: all 0.25s linear;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #666;
  color: #fff;
  cursor: pointer;
}
.page-menu ul li:hover {
  background-color: #000202;
  color: #fff;
}
.page-menu ul li:last-of-type {
  border: 0;
}
.page-menu ul li a {
  color: inherit;
  line-height: 50px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  display: block;
}
.page-menu ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 20px;
}
@media (min-width: 720px) {
  .page-menu {
    padding: 0px 15px;
  }
  .page-menu .detail-menu-reveal {
    display: none;
  }
  .page-menu ul {
    display: block;
    margin: 0 auto;
  }
  .page-menu ul li {
    width: auto;
    margin: 0;
    border: 0;
  }
  .page-menu ul li a {
    padding: 0 10px 0 50px;
    width: auto;
  }
}

.detail-right-col {
  float: right;
  width: 100%;
}
.detail-right-col .detail-floorplan {
  float: left;
  width: 100%;
}
.detail-right-col .detail-floorplan h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "source_sans_probold";
}
@media (max-width: 960px) {
  .detail-right-col .detail-floorplan h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .detail-right-col .detail-floorplan h2 {
    font-size: 18px;
  }
}
.detail-right-col .detail-floorplan img {
  width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  .detail-right-col {
    width: 33%;
  }
}

.detail-viewing {
  float: left;
  width: 100%;
  margin: 15px 0;
  background-color: #eee;
  padding: 15px;
  box-sizing: border-box;
}
.detail-viewing h2 {
  text-align: center;
}
.detail-viewing h3 {
  display: none;
  visibility: hidden;
}
.detail-viewing .detail-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.detail-viewing .detail-submit:focus, .detail-viewing .detail-submit.focus, .detail-viewing .detail-submit:active:focus, .detail-viewing .detail-submit:active.focus, .detail-viewing .detail-submit.active:focus, .detail-viewing .detail-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.detail-viewing .detail-submit:hover, .detail-viewing .detail-submit:focus, .detail-viewing .detail-submit.focus {
  color: #333;
  text-decoration: none;
}
.detail-viewing .detail-submit:active, .detail-viewing .detail-submit.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.detail-viewing .detail-submit.disabled, .detail-viewing .detail-submit[disabled], fieldset[disabled] .detail-viewing .detail-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.detail-viewing .form-group:last-of-type {
  margin: 0;
}
@media (min-width: 720px) {
  .detail-viewing {
    margin: 0 0 30px;
  }
}

.detail-viewing form {
  width: 100%;
}
.detail-viewing form fieldset {
  margin: 0 0 5px 0;
}
.detail-viewing form fieldset label {
  width: 100%;
  float: left;
}
.detail-viewing form fieldset input, .detail-viewing form fieldset textarea {
  width: 100%;
  float: left;
  border-radius: 0;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
}
.detail-viewing form fieldset textarea {
  height: 100px;
}
.detail-viewing form .submit-button {
  width: 100%;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #222;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #36454F;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  color: #36454F;
}
.detail-viewing form .submit-button:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}

.detail-content {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .detail-content {
    width: 67%;
    padding-right: 30px;
  }
}
.detail-content .floorplan {
  float: left;
  margin-top: 30px;
  position: relative;
}

#detail-stampduty .detail-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
#detail-stampduty .detail-submit:focus, #detail-stampduty .detail-submit.focus, #detail-stampduty .detail-submit:active:focus, #detail-stampduty .detail-submit:active.focus, #detail-stampduty .detail-submit.active:focus, #detail-stampduty .detail-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#detail-stampduty .detail-submit:hover, #detail-stampduty .detail-submit:focus, #detail-stampduty .detail-submit.focus {
  color: #333;
  text-decoration: none;
}
#detail-stampduty .detail-submit:active, #detail-stampduty .detail-submit.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#detail-stampduty .detail-submit.disabled, #detail-stampduty .detail-submit[disabled], fieldset[disabled] #detail-stampduty .detail-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

#detail-rooms {
  float: left;
  width: 100%;
}
@media (min-width: 720px) {
  #detail-rooms {
    width: 67%;
    padding-right: 30px;
  }
}

.detail-location {
  float: left;
  width: 100%;
}
.detail-location #smap, .detail-location #dmap {
  float: left;
  width: 100%;
  height: 350px;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 720px) {
  .detail-location {
    margin-top: 30px;
  }
  .detail-location #smap, .detail-location #dmap {
    width: 50%;
    width: calc(50% - 15px);
    margin: 0;
  }
  .detail-location #smap {
    float: right;
  }
}

#detail-disclaimer {
  float: left;
  padding: 15px;
  line-height: 22px;
}
@media (min-width: 960px) {
  #detail-disclaimer {
    margin-top: 30px;
    padding: 30px;
  }
}

.details-page #detail-disclaimer {
  float: left;
  padding: 15px 0;
  line-height: 22px;
}
@media (min-width: 960px) {
  .details-page #detail-disclaimer {
    margin-top: 30px;
    padding: 30px 0;
  }
}

#detail-floorplan {
  width: 100%;
  max-width: 100%;
}
#detail-floorplan img {
  width: 100%;
  max-width: 100%;
}

.detail-rooms {
  float: left;
  margin-top: 30px;
}

.recalc-input {
  margin-bottom: 15px;
}

.hidden-details {
  background-color: #000202;
}
.hidden-details .pannel-contain {
  padding: 0 25px;
}
.hidden-details .pannel-contain header {
  display: block;
  float: left;
  width: 100%;
  background-color: transparent;
  padding: 0px 20px 20px;
  position: relative;
  height: auto;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  border: 0px;
  max-width: 100%;
}
.hidden-details .pannel-contain h2 {
  font-weight: 300;
  color: #fff;
  float: left;
  width: auto;
}
@media (max-width: 1199px) {
  .hidden-details .pannel-contain {
    padding: 10px 0;
  }
  .hidden-details .pannel-contain h2 {
    font-weight: 300;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 22px;
  }
}
.hidden-details .detail-viewing-form .booking {
  float: left;
  clear: both;
  color: #fff;
}
.hidden-details .detail-viewing-form .booking span {
  color: #fff;
}
.hidden-details .detail-viewing h3 {
  display: none;
  visibility: hidden;
}
.hidden-details .detail-viewing fieldset {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 25px;
}
.hidden-details .detail-viewing fieldset:nth-child(2n) {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
}
@media (max-width: 959px) {
  .hidden-details .detail-viewing fieldset {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .hidden-details .detail-viewing fieldset:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hidden-details .detail-viewing label {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1199px) {
  .hidden-details .detail-viewing label {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .hidden-details .detail-viewing label {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hidden-details .detail-viewing input {
  width: 66.1016949153%;
  float: right;
  margin-right: 0;
  line-height: 40px;
  font-size: 18px;
  border: 0;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .hidden-details .detail-viewing input {
    background-color: #eee;
  }
}
@media (max-width: 480px) {
  .hidden-details .detail-viewing input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hidden-details .detail-viewing fieldset.notes {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.hidden-details .detail-viewing fieldset.notes label {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
}
@media (max-width: 959px) {
  .hidden-details .detail-viewing fieldset.notes label {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hidden-details .detail-viewing fieldset.notes textarea {
  width: 83.0508474576%;
  float: right;
  margin-right: 0;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .hidden-details .detail-viewing fieldset.notes textarea {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #eee;
  }
}
.hidden-details .detail-viewing .submit-button {
  float: right;
}
.hidden-details .close-btn {
  float: right;
  text-align: right;
  padding: 0px 20px 0px;
}
@media (max-width: 1199px) {
  .hidden-details .close-btn {
    display: none;
    visibility: hidden;
  }
}
.hidden-details .close-btn a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
}
.hidden-details .close-btn a span {
  padding: 0 0 0 5px;
  font-size: 20px;
}
.hidden-details .close-btn a:hover span {
  color: #fff;
}
@media (max-width: 1199px) {
  .hidden-details {
    padding: 10px 0 10px 0;
    float: left;
    background-color: transparent;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hidden-details {
    padding: 50px 0 0 0;
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000202;
    background: #000202;
  }
}

#detail-slideshow {
  display: inline-block !important;
}
@media (max-width: 1200px) {
  #detail-slideshow {
    display: none !important;
  }
}

#propimg-slider {
  margin: 0px;
  float: left;
  width: 100%;
}
#propimg-slider.slider-pro, #propimg-slider.slider-pro * {
  box-sizing: content-box;
}
#propimg-slider .sp-thumbnails {
  width: 120px;
  overflow: visible;
}
@media (max-width: 959px) {
  #propimg-slider .sp-thumbnails-container {
    display: none;
    visibility: hidden;
  }
}
#propimg-slider .sp-thumbnail-image-container {
  width: 120px;
  height: 80px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
#propimg-slider .sp-thumbnail-image {
  height: 100%;
}
#propimg-slider .sp-thumbnail-text {
  width: 120px;
  float: right;
  padding: 8px;
  background-color: #F0F0F0;
  box-sizing: border-box;
}
#propimg-slider .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}
#propimg-slider .sp-thumbnail-description {
  font-size: 14px;
  color: #333;
}
@media (max-width: 500px) {
  #propimg-slider .sp-thumbnails {
    text-align: center;
    display: none;
    visibility: hidden;
    height: 0px;
  }
  #propimg-slider .sp-thumbnail-image-container {
    display: none;
    visibility: hidden;
  }
  #propimg-slider .sp-thumbnail-text {
    width: 120px;
  }
  #propimg-slider .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase;
  }
  #propimg-slider .sp-thumbnail-description {
    display: none;
  }
}

.featured-contain {
  float: left;
  width: 100%;
  padding: 15px;
}
@media (min-width: 480px) {
  .featured-contain {
    padding: 30px;
  }
}
.featured-contain h3 {
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.featured-contain .featured-properties::after {
  clear: both;
  content: "";
  display: block;
}
.featured-contain .featured-info {
  text-align: center;
  padding: 0 15px 15px;
}
.featured-contain .featured-property {
  background-color: #FFF;
  margin-bottom: 7.1428571429%;
  border: 1px solid #ededed;
}
.featured-contain .featured-property .price a {
  font-size: 0.75em;
}
.featured-contain .featured-property img {
  max-width: 100%;
  height: auto;
}
.featured-contain .featured-property h2, .featured-contain .featured-property h3, .featured-contain .featured-property h4, .featured-contain .featured-property h5, .featured-contain .featured-property h6 {
  text-align: center;
  font-weight: 300;
}
.featured-contain .featured-property .res-attributes {
  display: block;
  margin: 15px auto;
  width: auto;
}
.featured-contain .featured-property a.more {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  display: block;
  margin: 0px auto 0;
}
.featured-contain .featured-property a.more:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
@media (min-width: 720px) {
  .featured-contain .featured-property {
    width: 49.1525423729%;
    float: left;
  }
  .featured-contain .featured-property:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .featured-contain .featured-property:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .featured-contain .featured-property {
    width: 23.7288135593%;
    float: left;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .featured-contain .featured-property:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .featured-contain .featured-property:nth-child(4n+2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property:nth-child(4n+3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property:nth-child(4n+4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property h2.featured-title {
    margin: 15px 0 15px 0px;
  }
  .featured-contain .featured-property a.more {
    width: calc(100% - 30px);
  }
}

/* ---------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
}

.footer-sub {
  width: 100%;
  float: left;
  position: relative;
  color: #fff;
  background-color: #36454F;
}
.footer-sub .eit-foot {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 15px 10px 15px 10px;
  line-height: 26px;
  font-family: "source_sans_proregular";
}
.footer-sub .eit-foot a {
  color: #fff;
  font-weight: 500;
}

.eit-footer-legal {
  font-size: 14px;
  text-align: center;
  padding: 0 20px 15px 20px;
  font-family: "source_sans_proregular";
}
.eit-footer-legal span {
  color: rgba(54, 69, 79, 0.5);
}

.footer-top {
  background-color: #fff;
  width: 100%;
  display: block;
  float: left;
  border-top: 2px solid #000202;
}
.footer-top .footer-contact {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.footer-top .footer-contact a {
  color: #000;
  text-decoration: none;
}
.footer-top .footer-contact a span {
  margin-right: 10px;
}
.footer-top .footer-contact img {
  margin-bottom: 15px;
  width: 260px;
  height: auto;
}
.footer-top .area-links {
  display: none;
  box-sizing: border-box;
}
.footer-top .footer-links {
  display: inline-block;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.footer-top .footer-links ul {
  float: left;
  width: 100%;
  padding-left: 0;
}
.footer-top .footer-links ul li {
  list-style-type: none;
  padding-bottom: 5px;
}
.footer-top .footer-links ul li a {
  color: #000;
  text-decoration: none;
}
.footer-top .footer-links ul li a:hover {
  color: #000;
}
.footer-top h4 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-family: "source_sans_prolight";
  color: #000;
}
.footer-top p {
  margin: 0 0 8px 0;
  color: #000;
}
.footer-top p i {
  margin: 0 5px 0 0;
}
@media (min-width: 720px) {
  .footer-top .footer-contact {
    width: 50%;
    float: left;
    vertical-align: top;
  }
  .footer-top .footer-links {
    width: 50%;
    float: left;
    vertical-align: top;
    margin-top: 65px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer-top .footer-contact {
    width: 25%;
  }
  .footer-top .footer-links {
    width: 25%;
  }
  .footer-top .area-links {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 65px 0px 0;
  }
  .footer-top .area-links h3 {
    margin-bottom: 8px;
  }
  .footer-top .area-links ul {
    float: left;
    width: 100%;
    margin: 0px 0px 0 0;
    padding: 0;
  }
  .footer-top .area-links ul li {
    list-style-type: none;
    padding-bottom: 5px;
  }
  .footer-top .area-links ul li a {
    color: #000;
    text-decoration: none;
  }
  .footer-top .area-links ul li a:hover {
    color: #000;
  }
  .footer-top .area-links ul:last-of-type {
    margin-right: 0;
  }
}

footer ul.social-media {
  display: block;
  margin-bottom: 15px;
}
footer ul.social-media li {
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0px 10px 0 0;
}
footer ul.social-media li i {
  color: #fff;
}
footer ul.social-media li a {
  color: #000;
  font-size: 16px;
  line-height: 36px;
}
footer ul.social-media li a.rss {
  background-color: #ef922f;
}
footer ul.social-media li a.rss:hover {
  background-color: #da7911;
}
footer ul.social-media li a.facebook {
  background-color: #3b5998;
}
footer ul.social-media li a.facebook:hover {
  background-color: #2d4373;
}
footer ul.social-media li a.twitter {
  background-color: #00aced;
}
footer ul.social-media li a.twitter:hover {
  background-color: #0087ba;
}
footer ul.social-media li a.instagram {
  background-color: #517fa4;
}
footer ul.social-media li a.instagram:hover {
  background-color: #406582;
}
footer ul.social-media li a.googleplus {
  background-color: #dd4b39;
}
footer ul.social-media li a.googleplus:hover {
  background-color: #c23321;
}
footer ul.social-media li a.linkedin {
  background-color: #007bb6;
}
footer ul.social-media li a.linkedin:hover {
  background-color: #005983;
}

.register > h2 {
  display: block;
  width: 100%;
  text-align: center;
}
.register .form_register_message {
  line-height: 20px;
}
.register .form_register_hint {
  line-height: 20px;
}

.register-page {
  padding: 0px !important;
}

.valuation_form {
  float: left;
  width: 100%;
}

.form-section {
  margin-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .form-section {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.form-section > fieldset > .radio-inline {
  float: left;
  width: auto !important;
  padding-right: 18px;
  margin-bottom: 0;
  line-height: 33px;
}
.form-section > fieldset > .radio-inline input {
  width: auto;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
}
.form-section > fieldset > .radio-inline label {
  float: left;
}
.form-section > fieldset > label {
  margin: 0;
  line-height: 30px;
  width: 100%;
  float: left;
}
.form-section > fieldset > input {
  margin: 0;
  line-height: 25px;
  width: 100%;
}
.form-section > fieldset > select {
  margin: 0;
  line-height: 25px;
  width: 100%;
}
.form-section > fieldset > textarea {
  margin: 0;
  line-height: 25px;
  width: 100%;
}
.form-section > fieldset > input[type=text], .form-section > fieldset > input[type=email], .form-section > fieldset > textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 28px;
}
.form-section > fieldset {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.form-section > fieldset:last-of-type {
  margin: 0;
}
.form-section > fieldset:last-of-type input, .form-section > fieldset:last-of-type select {
  margin: 0;
}
.form-section .selectBox-dropdown {
  width: 100% !important;
}
.form-section .SumoSelect {
  width: 100% !important;
}
@media (min-width: 720px) {
  .form-section h2 {
    margin: 0 0 15px;
  }
  .form-section > fieldset > label {
    float: left;
    width: 35%;
  }
  .form-section > fieldset > input[type=text], .form-section > fieldset > input[type=email], .form-section > fieldset > textarea, .form-section > fieldset > select {
    float: left;
    width: 65%;
    box-sizing: border-box;
  }
  .form-section .SumoSelect {
    width: 65% !important;
    float: left;
  }
}
.form-section > fieldset.checkbox > label {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
}
.form-section > fieldset.checkbox > input[type=checkbox] {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 0 0 15px;
  line-height: 30px;
  text-align: right;
}
.form-section > fieldset.checkbox.consent {
  text-align: center;
}

input[type=text]:focus, input[type=text]:hover, input[type=email]:focus, input[type=email]:hover {
  box-shadow: 0 0 2px #b7c4cd;
  border-color: #b7c4cd;
}

.form-section.notes, .form-section.form-footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  float: left;
}
.form-section.notes label, .form-section.notes textarea, .form-section.form-footer label, .form-section.form-footer textarea {
  width: 100%;
}

@media (min-width: 1024px) {
  .form-section.property-details {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .form-section.general-requirements {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

.property-address, .form-additional-information {
  display: none;
}
@media (min-width: 720px) {
  .property-address, .form-additional-information {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .property-address, .form-additional-information {
    column-count: 2;
    column-gap: 30px;
  }
  .property-address fieldset, .form-additional-information fieldset {
    float: none;
  }
}

.form-section.notes.form-full-notes {
  width: 100%;
}
@media (min-width: 480px) {
  .form-section.notes {
    margin-right: 0;
    float: right;
  }
}

.form-section.consent {
  width: 100%;
}
.form-section.consent input {
  width: 100%;
}
@media (min-width: 480px) {
  .form-section.consent input {
    width: auto;
  }
  .form-section.consent label {
    margin-right: 20px;
    width: auto;
    float: left;
  }
}
.form-section.consent p.text-center {
  text-align: center;
  display: inline-block;
  float: none;
  width: 100%;
}

.form-submission {
  text-align: center;
  border: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 720px) {
  .form-submission {
    width: 100%;
    padding: 0;
    border: 0;
  }
}

.submit-button {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #2c3840;
  border: 1px solid #fff;
  height: 36px;
  line-height: 34px;
  text-transform: lowercase;
  font-family: "source_sans_prolight";
  margin-top: 15px;
}
.submit-button:hover {
  color: #fff;
  background-color: #36454F;
  border: 1px solid #36454F;
}

.contact-req .form-section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.login-form {
  padding: 20px;
  float: left;
}
.login-form form .form-section {
  margin: 0 0 10px 0;
  width: 100%;
  padding: 0;
  border: 0;
}
.login-form form .form-section input[type=text], .login-form form .form-section input[type=password] {
  padding: 10px;
  width: 100%;
}
.login-form form .form-section label {
  float: none;
}

.affordability-calculator {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.affordability-currency-input {
  width: 100%;
}

.affordability-calculator input {
  display: inline-block;
  float: left;
  width: 90%;
  height: 40px;
  letter-spacing: 1px;
  padding: 0 0 0 15px;
  margin: 15px 0 0 0;
}
@media (max-width: 516px) {
  .affordability-calculator input {
    width: 85%;
  }
}

.affordability-add-field button {
  margin: 15px 0 0 0;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0 0 0 15px;
  position: relative;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #36454F;
  color: #fff !important;
  border-radius: 0;
  font-weight: 300;
  overflow: hidden;
  font-size: inherit;
  letter-spacing: 1px;
  width: 49%;
  float: left;
}
@media (max-width: 516px) {
  .affordability-add-field button {
    width: 100%;
  }
}

.affordability-reset-field button {
  margin: 15px 0 0 0;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0 0 0 15px;
  position: relative;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #36454F;
  color: #fff !important;
  border-radius: 0;
  font-weight: 300;
  overflow: hidden;
  font-size: inherit;
  letter-spacing: 1px;
  width: 50%;
  float: right;
}
@media (max-width: 516px) {
  .affordability-reset-field button {
    width: 100%;
  }
}

.affordability-message {
  margin: 15px 0 0 0;
}

.affordability-currency {
  padding-left: 12px;
}

.affordability-currency-symbol {
  position: relative;
  float: left;
  margin-right: 5px;
  padding: 30px 3px;
  color: #36454F;
  font-size: 14px;
  display: inline-block;
}

.yield-calculator {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.yield-currency-input {
  width: 100%;
}

.yield-calculator input {
  display: block;
  float: left;
  width: 84%;
  height: 40px;
  letter-spacing: 1px;
  padding: 0 0 0 15px;
  margin: 15px 0 0 0;
}

.yield-property {
  display: block;
  float: left;
  width: 49%;
}
@media (max-width: 516px) {
  .yield-property {
    width: 100%;
  }
}

.yield-rent {
  display: block;
  float: left;
  width: 49%;
  margin-top: 0px;
}
@media (max-width: 516px) {
  .yield-rent {
    width: 100%;
    margin-top: 20px;
  }
}

.yield-add-field button {
  margin: 15px 0 0 0;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0 0 0 15px;
  position: relative;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #36454F;
  color: #fff !important;
  border-radius: 0;
  font-weight: 300;
  overflow: hidden;
  font-size: inherit;
  letter-spacing: 1px;
  width: 98%;
  float: left;
}
@media (max-width: 516px) {
  .yield-add-field button {
    width: 100%;
  }
}

.yield-reset-field button {
  margin: 15px 0 0 0;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0 0 0 15px;
  position: relative;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #36454F;
  color: #fff !important;
  border-radius: 0;
  font-weight: 300;
  overflow: hidden;
  font-size: inherit;
  letter-spacing: 1px;
  width: 98%;
  float: left;
}
@media (max-width: 516px) {
  .yield-reset-field button {
    width: 100%;
  }
}

.yield-message {
  clear: both;
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 150%;
}

.yield-currency {
  padding-left: 12px;
}

.yield-currency-symbol {
  position: relative;
  float: left;
  margin-right: 5px;
  padding: 30px 3px;
  color: #36454F;
  font-size: 14px;
  display: inline-block;
}

.guide-page {
  padding: 0px !important;
}

.guide-section .left-guide {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
}
@media (max-width: 1200px) {
  .guide-section .left-guide {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media (max-width: 1024px) {
  .guide-section .left-guide {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.guide-section .left-guide h1 {
  margin-bottom: 30px;
}
.guide-section h3 {
  margin-top: 25px;
}
.guide-section p:last-of-type {
  margin-bottom: 0;
}
.guide-section .cta-side-links {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .guide-section .cta-side-links {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .guide-section .cta-side-links {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.guide-section .cta-side-link {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 45px;
}
.guide-section .cta-side-link a {
  margin-top: 15px;
}
.guide-section .cta-side-link:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .guide-section .cta-side-link {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (min-width: 480px) {
  .guide-section h3 {
    margin-bottom: 10px;
  }
}

ul.change-bg {
  width: auto;
  position: fixed;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  padding: 0;
  margin: 0;
  z-index: 99999999;
}
ul.change-bg li {
  float: left;
  list-style-type: none;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
ul.change-bg li a {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
ul.change-bg li a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.header-container {
  position: relative;
  padding: 0 !important;
}

.logo-contain img {
  transition: opacity 0.5s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.logo-contain .logo-white {
  display: block;
}
.logo-contain .logo-col {
  display: none;
}
.stick .logo-contain .logo-white {
  display: none;
}
.stick .logo-contain .logo-col {
  display: block;
}
.opacity .logo-contain .logo {
  display: block;
}
.opacity .logo-contain .logo-white {
  opacity: 1;
}
.opacity .logo-contain .logo-col {
  opacity: 0;
}
.opacity .stick .logo-contain .logo-white {
  opacity: 0;
}
.opacity .stick .logo-contain .logo-col {
  opacity: 1;
}
.opacity .static-stick .logo-contain .logo-white {
  opacity: 0;
}
.opacity .static-stick .logo-contain .logo-col {
  opacity: 1;
}

@media (min-width: 720px) {
  .logo-sml {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 720px) {
  .logo-lrg {
    display: none;
    visibility: hidden;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  z-index: 999;
  transition: background-color 0.25s linear;
}
.stick header, .static-stick header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
header .logo-sml {
  float: left;
  width: 64px;
  height: 40px;
  left: 0;
  margin: 10px 0 0 10px;
  position: relative;
}
header .top-contact {
  display: none;
}
@media (min-width: 720px) {
  header {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .stick header {
    position: fixed;
    top: -40px;
    left: 0;
  }
  .static-stick header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1460px) {
  .stick header, .static-stick header {
    left: 50%;
    margin-left: -720px;
    max-width: 1440px;
  }
}
@media (min-width: 720px) {
  header {
    height: 132px;
  }
  header .logo-lrg {
    float: left;
    position: relative;
    width: 137px;
    height: 85px;
    margin: 0px 0 0 20px;
  }
  .static-stick header .top-contact {
    border-bottom: 1px solid #eee;
  }
  .static-stick header .top-contact .info p {
    color: #222;
  }
  .static-stick header .top-contact {
    background-color: #fff;
  }
  header .top-contact {
    display: block;
    background-color: #36454F;
    background-color: rgba(255, 255, 255, 0.65);
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  header .top-contact .info {
    float: right;
  }
  header .top-contact .info p {
    float: left;
    font-size: 14px;
    font-family: "source_sans_prolight";
    letter-spacing: 2px;
    line-height: 40px;
    color: #000;
    margin: 0 20px 0 0px;
  }
  header .top-contact .info p i {
    margin-right: 5px;
    float: left;
    line-height: 46px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  header .top-contact .info p a {
    color: #000;
  }
}

header ul.social-media {
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
}
.static-stick header ul.social-media li {
  border-right: 1px solid #eee;
}
.static-stick header ul.social-media li a {
  color: #222;
}
.static-stick header ul.social-media li a:hover {
  color: #000;
}
header ul.social-media li {
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
header ul.social-media li a.rss:hover {
  background-color: #ef922f;
}
header ul.social-media li a.facebook:hover {
  background-color: #3b5998;
}
header ul.social-media li a.twitter:hover {
  background-color: #00aced;
}
header ul.social-media li a.instagram:hover {
  background-color: #517fa4;
}
header ul.social-media li a.googleplus:hover {
  background-color: #dd4b39;
}
header ul.social-media li a.linkedin:hover {
  background-color: #007bb6;
}

a.account-link {
  color: #111;
  float: left;
  line-height: 46px;
  position: absolute;
  top: 14px;
  right: 100px;
  z-index: 1001;
  width: 40px;
  height: 40px;
}
.stick a.account-link, .static-stick a.account-link {
  color: #222;
}
a.account-link .icon {
  text-align: center;
  width: 100%;
  height: 40px;
  float: left;
  font-size: 25px;
}
a.account-link .icon-user {
  display: inline-block;
  line-height: 40px;
  color: #111;
  font-size: 16px;
}
a.account-link span {
  display: none;
}
a.account-link.active {
  background-color: #36454F;
  border: 0;
  -webkit-border-radius: 10px 10px 0 0;
}
a.account-link.active .icon-user {
  display: none;
}
a.account-link.active .close-but {
  display: inline-block;
}
@media (min-width: 720px) {
  a.account-link {
    top: 68px;
    color: #111;
  }
}
@media (min-width: 960px) {
  a.account-link {
    right: auto;
    left: 215px;
  }
}

#home-slider .sp-layer a.button {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #222;
  font-size: 20px !important;
  background-color: #fff;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  float: left;
  box-shadow: 0 0 5px 0 #050505;
}
#home-slider .sp-layer a.button:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
#home-slider h4, #home-slider h3 {
  display: block;
  line-height: normal;
  color: #fff;
}
#home-slider h4 a, #home-slider h3 a {
  font-family: "source_sans_prolight";
  font-size: 18px;
  color: #fff;
}
#home-slider h4 {
  width: auto;
  float: left;
  font-family: "source_sans_proregular";
  margin-bottom: 15px;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: normal;
  font-family: "source_sans_prosemibold";
  text-shadow: 0 0 5px #000000;
}
#home-slider h3 {
  font-size: 22px;
  text-shadow: 0 0 5px #000000;
}
@media (min-width: 720px) {
  #home-slider h3 {
    font-size: 36px;
    display: block;
  }
  #home-slider h4 {
    font-size: 24px;
  }
}

/*
.home-slider-container{
	width:100%;
	height:auto;
	margin-bottom:0px;
}
*/
.home-content::after {
  clear: both;
  content: "";
  display: block;
}

.home-box {
  float: left;
  z-index: 8;
  width: 100%;
  padding-bottom: 33%;
  position: relative;
}
@media (max-width: 719px) {
  .home-box {
    padding-top: 10%;
  }
}
@media (min-width: 720px) {
  .home-box {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (min-width: 1200px) {
  .home-box {
    width: 33%;
    padding-bottom: 33%;
  }
}

.home-about {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  z-index: 8;
  box-sizing: border-box;
}
.home-about .text {
  padding: 30px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.home-about .text h1 {
  color: #36454F;
}
.home-about .text h3 {
  margin-bottom: 10px;
}
.home-about .text a {
  display: inline-block;
  margin-top: 15px;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #36454F;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #36454F;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.home-about .text a:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
@media (min-width: 720px) {
  .home-about {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    width: 50%;
    padding-bottom: 50%;
  }
  .home-about .text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .home-about .text h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .home-about {
    width: 34%;
    padding-bottom: 33%;
  }
}

.home-testimonial {
  float: left;
  position: relative;
  height: auto;
  background-color: #36454F;
  z-index: 8;
}
.home-testimonial .text-line {
  background-color: #FFF;
}
.home-testimonial blockquote, .home-testimonial i, .home-testimonial p {
  color: #fff;
}
.home-testimonial i {
  font-size: 40px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 10px;
}
.home-testimonial .text {
  padding: 30px;
  box-sizing: border-box;
}
.home-testimonial .text blockquote {
  font-size: 16px;
  line-height: normal;
  font-family: "source_sans_prosemibold";
}
.home-testimonial .text p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
  font-family: "source_sans_probold";
}
.home-testimonial .text a {
  display: inline-block;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.home-testimonial .text a:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
@media (min-width: 720px) {
  .home-testimonial {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    width: 50%;
    padding-bottom: 50%;
  }
  .home-testimonial .text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .home-testimonial .text p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .home-testimonial {
    width: 33%;
    padding-bottom: 33%;
  }
}

.home-letting {
  float: left;
  position: relative;
  height: auto;
  width: 100%;
  padding-bottom: 60%;
  z-index: 8;
}
@media (min-width: 1200px) {
  .home-letting {
    width: 67%;
    padding-bottom: 33%;
  }
}

.webp .home-letting {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-lettings.jpg?size=950%2C475&modified=16-02-22-17-26-48&format=webp");
}

.no-webp .home-letting {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-lettings.jpg?size=950%2C475&modified=16-02-22-17-26-48&format=jpg");
}

.home-blurb {
  float: left;
  box-sizing: border-box;
  padding: 30px;
  z-index: 8;
}
.home-blurb img {
  display: none;
}
.home-blurb h3 {
  color: #36454F;
}
@media (min-width: 720px) {
  .home-blurb {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .home-blurb {
    width: 66%;
  }
  .home-blurb h3 {
    color: #36454F;
  }
  .home-blurb p {
    float: left;
    text-align: justify;
    padding: 0 30px 0 0px;
  }
  .home-blurb p:last-of-type {
    margin-bottom: 0;
  }
}

.home-sell-guide {
  z-index: 8;
}
@media (min-width: 1200px) {
  .home-sell-guide {
    width: 34%;
  }
}

nav li {
  color: #000;
  font-family: "source_sans_proregular";
}
nav a {
  letter-spacing: 1px;
  color: inherit;
  text-decoration: none;
  color: #000;
}
@media (max-width: 959px) {
  nav a {
    color: #fff;
  }
}
nav a:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 959px) {
  nav a:hover {
    color: #fff;
  }
}
nav a:active {
  color: #000;
}
@media (max-width: 959px) {
  nav a:active {
    color: #fff;
  }
}
nav a:visited {
  color: #000;
}
@media (max-width: 959px) {
  nav a:visited {
    color: #fff;
  }
}
nav a:focus {
  color: #000;
}
@media (max-width: 959px) {
  nav a:focus {
    color: #fff;
  }
}
.stick nav li, .static-stick nav li {
  color: #000;
}
.stick nav li a, .static-stick nav li a {
  color: #000;
}
.stick nav li a:hover, .static-stick nav li a:hover {
  color: #000 !important;
}
.stick nav li a:visited, .static-stick nav li a:visited {
  color: #000 !important;
}
@media (max-width: 959px) {
  .stick nav li, .static-stick nav li {
    color: #fff;
  }
  .stick nav li a, .static-stick nav li a {
    color: #fff;
  }
  .stick nav li a:hover, .static-stick nav li a:hover {
    color: #fff !important;
  }
  .stick nav li a:visited, .static-stick nav li a:visited {
    color: #fff !important;
  }
}

/* Nav Button */
a#nav-link {
  float: right;
  width: 30px;
  height: 30px;
  margin: 15px 15px 0 0;
  position: relative;
  z-index: 1003;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 720px) {
  a#nav-link {
    margin: 25px 15px 0 0;
  }
}
a#nav-link.expanded span {
  background-color: #000 !important;
}
.stick a#nav-link span, .static-stick a#nav-link span {
  background: #000 !important;
}
a#nav-link span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
a#nav-link span:nth-child(1) {
  top: 5px;
  transform-origin: left center;
}
a#nav-link span:nth-child(2) {
  top: 15px;
  transform-origin: left center;
}
a#nav-link span:nth-child(3) {
  top: 25px;
  transform-origin: left center;
}
a#nav-link.expanded span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  left: 5px;
}
a#nav-link.expanded span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
a#nav-link.expanded span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 5px;
}
@media (min-width: 960px) {
  a#nav-link {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 959px) {
  nav {
    transition: all 0.25s ease-out;
    position: fixed;
    top: 60px;
    z-index: 1002;
    background-color: #36454F;
    box-shadow: 5px 0 10px -8px #030303;
    width: calc(100% - 60px);
    right: 100%;
    min-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
    padding: 15px 30px 120px 30px;
    overflow-y: scroll;
    background-color: #36454F;
  }
  nav ul {
    width: 100%;
  }
  nav li {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-family: "source_sans_proregular";
  }
  nav li.last-child {
    margin-bottom: 0;
    border: 0;
  }
  nav li .menu-dd {
    display: block !important;
  }
  nav li .menu-dd li a {
    color: #fff;
  }
  nav li .menu-dd li a i {
    display: inline-block;
    width: 25px;
  }
  nav li .menu-dd li a:active {
    color: #fff;
  }
  nav li .menu-dd li a:visited {
    color: #fff;
  }
  nav li ul li {
    border: 0;
    margin: 0;
    padding-left: 0;
    width: 50%;
    float: left;
  }
  nav li ul li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 959px) and (max-width: 479px) {
  nav li ul li {
    width: 100%;
  }
}
@media (max-width: 959px) {
  nav .multi-list {
    float: left;
    border: 0;
  }
  nav .multi-list .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    color: #fff;
  }
  nav .multi-list .title i {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 959px) {
  nav.expanded {
    right: 0;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  nav {
    top: 130px;
  }
  .stick nav {
    top: 90px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  nav .multi-list {
    width: 30%;
    margin-right: 3%;
    float: left;
    border: 0;
  }
  nav .multi-list .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  nav .multi-list .title i {
    display: none;
    visibility: hidden;
  }
  nav .multi-list .menu-dd {
    width: 100%;
    float: left;
  }
  nav .multi-list .menu-dd li {
    width: 100%;
    float: left;
  }
  nav .menu-item {
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  nav {
    float: right;
    margin-right: 15px;
  }
  nav li {
    float: left;
    transition: background 0.15s ease;
    line-height: 90px;
    text-transform: uppercase;
    cursor: pointer;
  }
  nav li .title {
    float: left;
    padding: 0 15px;
  }
  nav li .menu-item.title {
    padding: 0 50px 0 15px;
    position: relative;
  }
  nav li .menu-item.title i {
    position: absolute;
    transition: all 0.15s ease;
    height: 94px;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    line-height: 95px;
    font-size: 12px;
  }
  nav li.navActive {
    background-color: #000202;
    color: #36454F;
  }
  nav li.navActive .title {
    color: #fff;
  }
  nav li.navActive .menu-item.title i {
    line-height: 90px;
    color: #fff;
  }
  nav li:hover .menu-item.title i {
    line-height: 90px;
  }
  nav > ul > li a:visited, nav > ul > li a:active {
    color: #000;
  }

  .menu-dd {
    display: none;
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    height: auto;
    background-color: #36454F;
    border-top: 3px solid #000202;
  }
  .menu-dd ul {
    float: right;
    margin: 0;
  }
  .menu-dd ul li a {
    transition: all 0.15s ease;
    float: left;
    position: relative;
    width: 200px;
    height: 180px;
  }
  .menu-dd ul li a .title-text {
    float: left;
    line-height: 80px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: "source_sans_prolight";
  }
  .menu-dd ul li a .title-text .emp {
    font-family: "source_sans_prosemibold";
  }
  .menu-dd ul li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .menu-dd i {
    float: left;
    width: 200px;
    height: 100px;
    line-height: 160px;
    font-size: 40px;
    text-align: center;
    color: #fff;
  }
}
/* News list layout */
.static-page.news-list-page {
  padding: 0;
}

.news-archive-contain {
  display: none;
}
@media (min-width: 1200px) {
  .news-archive-contain {
    float: left;
    padding: 30px;
    display: inline-block;
    width: calc(25% - 60px);
  }
  .news-archive-contain h3 {
    margin: 0;
  }
  .news-archive-contain div a {
    color: #36454F;
  }
}

.news-archive .year a, .news-archive .year a:link, .news-archive .year a:active, .news-archive .year a:visited {
  width: 100%;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: left;
  float: left;
  margin: 0px 0px 0px 0px;
}

.news-archive .month a, .news-archive .month a:link, .news-archive .month a:active, .news-archive .month a:visited {
  width: 100%;
  text-align: left;
  color: #666;
  float: left;
  display: block;
  text-decoration: underline;
  line-height: normal;
  margin: 0px 0px 0px 0px;
}

.news-list {
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .news-list {
    width: calc(75% - 31px);
    padding: 30px 30px 0 0;
    border-right: 1px solid #ededed;
  }
}

.news-list article {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ededed;
  background-color: white;
}
.news-list article .news-img {
  float: left;
  width: 100%;
  height: auto;
}
.news-list article .box-grid-info {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
}
.news-list article .box-grid-info h3 {
  font-family: "source_sans_proregular";
  color: #111;
}
.news-list article .box-grid-info h3 {
  font-family: "source_sans_prolight";
  text-transform: uppercase;
}
.news-list article .box-grid-info h3 a {
  color: #666;
  text-decoration: none;
}
.news-list article .box-grid-info .news-info-btn a.btn-default {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #222;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #000;
  height: 60px;
  line-height: 56px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.news-list article .box-grid-info .news-info-btn a.btn-default:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
.news-list article .box-grid-info p {
  display: none;
}
@media (min-width: 720px) {
  .news-list article .news-img {
    width: 50%;
  }
  .news-list article .box-grid-info {
    width: 50%;
  }
  .news-list article .box-grid-info p {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .news-list article:nth-of-type(even) .news-img {
    float: right;
  }
  .news-list article:nth-of-type(even) .box-grid-info {
    width: 60%;
    padding: 30px 30px 0;
  }
  .news-list article .news-img {
    width: 40%;
  }
  .news-list article .box-grid-info {
    width: 60%;
    padding: 30px 30px 0;
  }
}

.news-list article:nth-of-type(2n) {
  background-color: #f9f9f9;
}

/* News list layout END */
/* News Article layout END */
.news-article-page {
  padding: 0;
}

@media (min-width: 720px) {
  .news-article-image {
    width: calc(50% - 15px);
    float: left;
    width: 100%;
  }
}

@media (min-width: 720px) {
  .news-article-content {
    width: 50%;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
}

.news-article-page .article-contain {
  float: left;
  width: 100%;
}
.news-article-page .article-contain article {
  float: left;
  padding: 15px;
}
.news-article-page .article-contain article h1 {
  font-family: "source_sans_prolight";
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  .news-article-page .article-contain article {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .news-article-page .article-contain {
    width: calc(75% - 1px);
    border-right: 1px solid #ededed;
  }
}

article .post-footer {
  float: left;
  width: 100%;
}
article .post-footer p.source {
  display: block;
  font-family: "source_sans_prosemibold";
}
article .post-footer a.more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}
article .post-footer a.more:focus, article .post-footer a.more.focus, article .post-footer a.more:active:focus, article .post-footer a.more:active.focus, article .post-footer a.more.active:focus, article .post-footer a.more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
article .post-footer a.more:hover, article .post-footer a.more:focus, article .post-footer a.more.focus {
  color: #333;
  text-decoration: none;
}
article .post-footer a.more:active, article .post-footer a.more.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
article .post-footer a.more.disabled, article .post-footer a.more[disabled], fieldset[disabled] article .post-footer a.more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.show-hide-pop-up {
  display: none;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 999997;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.show-hide-info {
  position: absolute;
  top: 15px;
  left: 15px;
  height: auto;
  z-index: 999998;
  width: 100%;
  width: calc(100% - 30px);
  background-color: #FFF;
  padding: 55px 15px 15px 15px;
  overflow-y: auto;
  box-sizing: border-box;
}
.show-hide-info p:last-child {
  margin-bottom: 0;
}
.show-hide-info a.close-pop-up {
  position: absolute;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right;
  background-color: #000202;
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .show-hide-info {
    max-width: 420px;
    left: 50%;
    margin-left: -210px;
  }
}
@media (min-width: 720px) {
  .show-hide-info {
    top: 30px;
    max-width: 620px;
    margin-left: -310px;
    padding: 55px 30px 30px 30px;
  }
}
#stamp-duty-pop-up h3 span {
  margin-right: 15px;
}

#detail-epc table {
  table-layout: auto;
  margin: 0;
}
#detail-epc table td {
  padding: 0;
}
@media (min-width: 720px) {
  #detail-epc .epcTab {
    float: left;
    width: auto;
    margin: 0 20px 0 0;
  }
  #detail-epc .epcTab:last-of-type {
    margin: 0 0 0 0;
  }
}

#browser-pop-up {
  display: block;
}
#browser-pop-up .browserchoice::after {
  clear: both;
  content: "";
  display: block;
}
#browser-pop-up a.browser {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
#browser-pop-up a.browser img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #browser-pop-up .browserchoice {
    margin-top: 30px;
  }
  #browser-pop-up a.browser {
    width: 25%;
    margin-bottom: 0;
  }
  #browser-pop-up a.browser img {
    margin-bottom: 15px;
  }
}

.leaflet-popup-pane {
  background-color: white;
}

.leaflet-popup-content-wrapper {
  float: left;
}

.leaflet-popup-tip-container {
  bottom: -20px;
}

.bgProcessFlash h3 {
  animation-name: bgFlash;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-iteration-count: 4;
}

@keyframes bgFlash {
  0% {
    background-color: #202020;
  }
  100% {
    background-color: #000;
  }
}
.process-page {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.process-instructions {
  margin-bottom: 30px;
  font-family: "source_sans_probold";
}
@media (min-width: 720px) {
  .process-instructions {
    display: none;
  }
}

.process-menu {
  display: none;
}
@media (min-width: 720px) {
  .process-menu {
    display: block;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    background-color: #4b5f6d;
  }
  .process-menu span {
    font-size: 20px;
    margin-right: 15px;
    width: 30px;
    float: left;
    line-height: 50px;
    font-family: "source_sans_probold";
  }
  .process-menu a {
    color: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #c1beb8;
    line-height: 50px;
    font-family: "source_sans_prolight";
    font-size: 20px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .process-menu a:last-of-type {
    border: 0;
  }
  .process-menu a:hover {
    background-color: #212b31;
  }
}
@media (min-width: 1024px) {
  .process-menu {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .process-menu a {
    padding: 0 30px;
  }
}

@media (min-width: 720px) {
  .process-steps {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 1024px) {
  .process-steps {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    float: right;
  }
}

.process-steps .step {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.process-steps .step h3 {
  background-color: #4b5f6d;
  color: #fff;
  margin: 0;
  padding: 10px 10px 10px 50px;
  position: relative;
  line-height: 30px;
  font-family: "source_sans_prolight";
  cursor: pointer;
}
.process-steps .step h3 span {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #000202;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50%;
}
.process-steps .step.bgProcessFlash h3 {
  background-color: #000;
}
.process-steps .step .step-text {
  padding: 15px;
  margin-bottom: 0;
  display: none;
}
.process-steps .step .step-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .process-steps .step {
    margin-bottom: 30px;
  }
  .process-steps .step .step-text {
    padding: 30px;
  }
  .process-steps .step h3 {
    padding: 15px 15px 15px 60px;
    cursor: default;
  }
  .process-steps .step h3 .icon {
    left: 30px;
    top: 15px;
    font-size: 30px;
    line-height: 32px;
  }
  .process-steps .step h3 span {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 720px) {
  .process-steps .step .step-text {
    display: block !important;
  }
}

.step-0 span.icon:before {
  content: "";
}

.step-1 span.icon:before {
  content: "";
}

.step-2 span.icon:before {
  content: "";
}

.step-3 span.icon:before {
  content: "";
}

.step-4 span.icon:before {
  content: "";
}

.step-5 span.icon:before {
  content: "";
}

.step-6 span.icon:before {
  content: "";
}

.search-menu {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #36454F;
  background-color: rgba(54, 69, 79, 0.95);
}
.search-menu .content {
  max-width: 600px;
  display: block;
  margin: 50px auto 0;
  padding: 30px;
}
.search-menu label {
  display: none;
}
.search-menu h2 {
  color: #fff;
  font-family: "source_sans_prolight";
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .search-menu h2 {
    margin-bottom: 30px;
  }
}
.search-menu .SumoSelect {
  width: 100%;
  margin-bottom: 10px;
}
.search-menu .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.search-menu .SumoSelect > .CaptionCont > span::after {
  color: #fff;
  border-left: 0px;
}
.search-menu .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #000202;
}
.search-menu .SumoSelect:focus > .CaptionCont, .search-menu .SumoSelect:hover > .CaptionCont, .search-menu .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 4px #7799D0;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

a.close-search {
  color: #fff;
  text-transform: uppercase;
  font-family: "source_sans_prolight";
  font-size: 30px;
  line-height: 50px;
  float: right;
  margin: 0 15px;
  text-decoration: none;
}
a.close-search span {
  font-family: "source_sans_prosemibold";
  margin-left: 10px;
}
@media (min-width: 1200px) {
  a.close-search {
    margin: 15px 30px;
  }
}

a.search-button {
  color: #000;
  float: left;
  line-height: 46px;
  position: absolute;
  top: 10px;
  right: 60px;
  z-index: 1001;
  width: 40px;
  height: 40px;
}
.stick a.search-button, .static-stick a.search-button {
  color: #000;
}
a.search-button .icon {
  text-align: center;
  width: 100%;
  height: 40px;
  float: left;
}
a.search-button .icon-search {
  display: inline-block;
  line-height: 40px;
  color: #36454F;
  font-size: 16px;
}
a.search-button span {
  display: none;
}
a.search-button.active {
  background-color: #36454F;
  border: 0;
  -webkit-border-radius: 10px 10px 0 0;
}
a.search-button.active .icon-search {
  display: none;
}
a.search-button.active .close-but {
  display: inline-block;
}
@media (min-width: 720px) {
  a.search-button {
    top: 65px;
    color: #000;
  }
}
@media (min-width: 960px) {
  a.search-button {
    right: auto;
    left: 175px;
  }
  a.search-button.resultsSearch {
    display: none;
  }
}

.form-button-submit {
  width: 100%;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #2c3840;
  border: 1px solid #fff;
  height: 36px;
  line-height: 34px;
  text-transform: lowercase;
  font-family: "source_sans_prolight";
  font-size: 16px;
}
.form-button-submit:hover {
  color: #fff;
  background-color: #36454F;
  border: 1px solid #36454F;
}

.light-submit {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  font-size: 16px;
  width: 100%;
}
.light-submit:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}

.property-search {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  background: white;
}
@media (min-width: 720px) {
  .property-search {
    padding: 100px 0px 100px 0px;
  }
}

.property-search .search-contain {
  display: block;
  float: left;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 0px 0px 0px 0px;
  margin-bottom: 15px;
}
.property-search .search-contain h2 {
  padding: 5px 0 0 15px;
  color: #36454F;
}

.search-contain .btn-secondary {
  font-size: 12px;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.search-contain .btn-secondary:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}

.results-search {
  padding: 0 15px;
  position: relative;
  min-height: 36px;
  width: 100%;
  margin-top: 15px;
}
.results-search .search-submit {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #36454F;
  border: 1px solid #36454F;
  height: 36px;
  line-height: 34px;
  text-transform: lowercase;
  font-family: "source_sans_prolight";
}
.results-search .search-submit:hover {
  color: #fff;
  background-color: #36454F;
  border: 1px solid #36454F;
}
.results-search a.reveal {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #36454F;
  border: 2px solid #36454F;
  height: 36px;
  line-height: 32px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.results-search a.reveal:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
.results-search a.reveal i {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 36px;
}
.results-search .form-group {
  padding: 0;
}
.results-search form {
  display: none;
}
.results-search form p {
  color: #fff;
}
.results-search label {
  display: none;
}
@media (min-width: 960px) {
  .results-search {
    padding: 30px 15px 0;
  }
  .results-search a.reveal {
    display: none;
  }
  .results-search form {
    display: block;
  }
}
@media (min-width: 960px) {
  .results-search {
    margin: 0;
  }
  .csscalc .results-search .form-group {
    width: calc(25% - 11.25px);
    margin-right: 15px;
  }
  .csscalc .results-search .form-group:nth-of-type(4n) {
    margin-right: 0;
  }
  .results-search .form-group:nth-of-type(n+5) {
    margin-bottom: 0;
  }
  .results-search .form-group {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .results-search {
    padding: 30px 30px 0;
  }
}

.search-page {
  padding: 0px !important;
}

.search-body {
  background-color: #fff;
  padding: 0px !important;
}

.search-form-contain {
  float: left;
  width: 100%;
  background-color: #fff;
}
.search-form-contain label {
  display: none;
}
.search-form-contain > h2 {
  padding: 10px;
  display: block;
  text-align: center;
}
.search-form-contain > p {
  padding: 10px;
  display: block;
  text-align: center;
}
.search-form-contain p {
  margin-bottom: 15px;
  font-family: "source_sans_proregular";
}
.search-form-contain p a {
  font-family: "source_sans_prosemibold";
  color: #36454F;
}
.search-form-contain .search-form {
  padding: 25px 25px;
}
@media (min-width: 480px) {
  .search-form-contain .search-form {
    padding: 25px 50px;
  }
}
@media (min-width: 720px) {
  .search-form-contain .search-form {
    padding: 25px 240px;
  }
}
.search-form-contain .form-group {
  float: left;
  width: 100%;
}
.search-form-contain .SumoSelect {
  width: 100%;
  margin-bottom: 20px;
}
.search-form-contain .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-radius: 0px;
  color: #999;
}
.search-form-contain .SumoSelect > .CaptionCont > span::after {
  color: #999;
  border-left: 0px;
}
.search-form-contain .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #000202;
}
.search-form-contain .SumoSelect:focus > .CaptionCont, .search-form-contain .SumoSelect:hover > .CaptionCont, .search-form-contain .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 4px #7799D0;
}
.search-form-contain .search-submit {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #36454F;
  border: 2px solid #36454F;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.search-form-contain .search-submit:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
@media (min-width: 720px) and (max-width: 1199px) {
  .search-form-contain .form-group:nth-of-type(even) {
    float: right;
  }
}
@media (min-width: 1200px) {
  .search-form-contain {
    padding-top: 60px;
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .search-form-contain h2 {
    text-align: center;
  }
  .search-form-contain p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
  .search-form-contain .form-group {
    margin: 0 0 15px 25%;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .search-form-contain .form-group {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .search-boxes {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}

.search-box {
  float: right;
  width: 100%;
  padding-top: 33%;
  padding-bottom: 63%;
  position: relative;
}
@media (min-width: 720px) and (max-width: 1199px) {
  .search-box {
    width: 50%;
    padding-top: 20%;
    padding-bottom: 45%;
  }
}

.webp .buy-guide-box {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-4.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}
.webp .sold-box {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-1.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}
.webp .comm-reg-box {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-1.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}
.webp .comm-val-box {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-3.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=webp");
}

.no-webp .buy-guide-box {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-6.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}
.no-webp .sold-box {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-1.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}
.no-webp .comm-reg-box {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-1.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}
.no-webp .comm-val-box {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/box-3.jpg?size=500%2C500&modified=16-02-22-17-26-48&format=jpg");
}

/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
  z-index: 9;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
  box-sizing: border-box;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(/content/images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(/content/images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  box-sizing: border-box;
}

.slider-pro img.sp-layer {
  border: none;
}

.blockquote-color {
  border-color: #36454F;
}

.blockquote-color-left {
  padding-right: 0;
  border-right: 0;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.blockquote-color-left p {
  padding: 0 0 0 15px;
  margin: 0 0 10px 10px;
  border-left: 5px solid #36454F;
  line-height: 22px;
}
.blockquote-color-left footer {
  font-style: bold;
  margin-top: 15px;
}
.blockquote-color-left footer cite {
  font-family: "source_sans_prosemibold";
}
.blockquote-color-left footer ::before {
  content: "— ";
}

.blockquote-color-bg {
  border-color: #36454F;
  border-bottom: solid 1px #36454F;
  background-color: #f9f9f9;
}

.blockquote-big {
  font-size: 1.8em;
  line-height: 140%;
  font-style: oblique;
  border: none;
}

.blockquote-big footer {
  font-style: normal;
  font-size: 0.7em;
}

.blockquote-color-bg-primary {
  font-size: 1em;
  background-color: #36454F;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}

.blockquote-color-bg-primary:after,
.blockquote-color-bg-dark:after {
  font-family: "maple-simple";
  content: "F";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 2.6em;
}

.blockquote-color-bg-dark {
  font-size: 1em;
  background-color: #444;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}

.blockquote-color-bg-light {
  font-size: 1em;
  background-color: #ddd;
  color: #333;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
  text-shadow: 1px 1px 0px white;
}

.blockquote-color-bg-light:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #333;
  font-size: 2.6em;
}

.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
  color: #eee;
  font-size: 0.9em;
  font-style: italic;
}

.blockquote-color-bg-light footer {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
  font-family: "source_sans_proregular";
}
.blockquote-color-bg-light footer cite {
  font-family: "source_sans_proregular";
}

@font-face {
  font-family: "resultsicons";
  src: url("/Shared/font-icons/resultsicons/resultsicons.eot?72761561");
  src: url("/Shared/font-icons/resultsicons/resultsicons.eot?72761561#iefix") format("embedded-opentype"), url("/Shared/font-icons/resultsicons/resultsicons.woff?72761561") format("woff"), url("/Shared/font-icons/resultsicons/resultsicons.ttf?72761561") format("truetype"), url("/Shared/font-icons/resultsicons/resultsicons.svg?72761561#resultsicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'resultsicons';
    src: url('../font/resultsicons.svg?72761561#resultsicons') format('svg');
  }
}
*/
[class^=res-icon-]:before, [class*=" res-icon-"]:before {
  font-family: "resultsicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  font-size: 24px;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.res-icon-beds:before {
  content: "";
}

.res-icon-station:before {
  content: "";
}

.res-icon-reception:before {
  content: "";
}

.res-icon-parking:before {
  content: "";
}

.res-icon-gardern:before {
  content: "";
}

.res-icon-bath:before {
  content: "";
}

.results_property_border {
  margin: 0px 0px 15px 0px;
  float: left;
}

.eye-icon {
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: -52px;
  right: 8px;
  z-index: 3;
  font-style: normal;
  font-family: "maple-simple";
}
.eye-icon:before {
  content: "f";
  line-height: 40px;
}

h1.resultsTitle {
  text-align: center;
  font-family: "source_sans_prolight";
}
@media (min-width: 720px) {
  h1.resultsTitle {
    margin-bottom: 30px;
  }
}

h3 [class^=results_propstat] {
  font-family: "source_sans_prosemibold";
}

h3 .results_propstat_under_offer,
h3 .results_propstat_let,
h3 .results_propstat_let_agreed,
h3 .results_propstat_sold,
h3 .results_propstat_sold_stc {
  color: #36454f;
}

.GMCon h3 a {
  color: #a9a9a9;
  font-size: 12px;
  font-family: "source_sans_proregular";
  margin: 0px 0px 0px 5px;
}

.view-icons {
  float: right;
  margin: 10px 0px 0px 0px;
}

/* Google map v3 results with image marker list */
/*Map layout*/
#map_canvas {
  width: 100%;
  height: 600px;
  margin: 0 0 0px;
}

#side_bar {
  display: none;
  visibility: hidden;
}

/*End Map layout*/
/*Marker list formatting*/
.marker-item {
  float: left;
  border: 1px solid #DADADA;
  margin: 0 0 3px;
  padding: 0;
  width: 100%;
  height: 43px;
}

.marker-item:hover,
.marker-item:active {
  cursor: pointer;
}

.map-photo {
  float: left;
  width: 60px;
}

.marker_photo {
  width: 60px;
  height: 45px;
}

.marker-txt {
  float: left;
  margin: 0 0 0 5px;
  width: 185px;
  cursor: pointer;
}

.marker-txt h2 {
  float: left;
  margin: 5px 0 8px;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  cursor: pointer;
}

.marker-txt h3 {
  float: left;
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  cursor: pointer;
}

/*End Marker list formatting*/
/*Info window content styling */
.GMCon {
  width: 310px;
  float: left;
  text-align: left;
  font-size: 11px;
  padding: 10px 0px 0px 5px;
  overflow: hidden;
}

.GMCon h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #222222;
}

.GMCon h3 {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #36454F;
}

.GMPhoto {
  width: 300px;
  float: left;
  margin: 0 5px 0 0;
}

.resultsGM_photo {
  width: 300px;
  margin: 0 0 5px;
}

.moreInfo {
  margin: 5px 0 0;
  height: 20px;
  text-align: right;
}

.priceGM {
  font-size: 14px;
  text-align: left;
  float: left;
  margin: 5px 0;
  font-weight: 700;
}

.GMCont {
  width: 300px;
  float: left;
  text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* Property status over image and marker list */
.GMPhoto .photoLabelLet,
.GMPhoto .photoLabelSold,
.GMPhoto .photoLabelUO,
.GMPhoto .photoLabelLetAgreed,
.GMPhoto .photoLabelSoldSTC,
.GMPhoto .photoLabelNI {
  width: 150px;
  position: relative;
  margin: 0;
  padding: 0;
}

.GMPhoto .photoLabelLet span,
.GMPhoto .photoLabelLetAgreed span,
.GMPhoto .photoLabelSold span,
.GMPhoto .photoLabelSoldSTC span,
.GMPhoto .photoLabelUO span, .GMPhoto .photoLabelNI span {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  width: 150px;
  height: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.GMPhoto .photoLabelLet span {
  background-image: url(/Shared/images/propertystatus6/let.png);
}

.GMPhoto .photoLabelLetAgreed span {
  background-image: url(/Shared/images/propertystatus6/letagreed.png);
}

.GMPhoto .photoLabelSold span {
  background-image: url(/Shared/images/propertystatus6/sold.png);
}

.GMPhoto .photoLabelSoldSTC span {
  background-image: url(/Shared/images/propertystatus6/soldSTC.png);
}

.GMPhoto .photoLabelUO span {
  background-image: url(/Shared/images/propertystatus6/UO.png);
}

.GMPhoto .photoLabelNI span {
  background-image: url(/Shared/images/propertystatus6/new.png);
}

/* End Property status over image */
/* Property status over marker list image */
.map-photo .photoLabel {
  padding: 0;
  margin: 0;
}

.map-photo .photoLabelLet,
.map-photo .photoLabelSold,
.map-photo .photoLabelUO,
.map-photo .photoLabelLetAgreed,
.map-photo .photoLabelSoldSTC,
.map-photo .photoLabelNI {
  width: 60px;
  position: relative;
  margin: 0;
  padding: 0;
}

.map-photo .photoLabelLet span,
.map-photo .photoLabelLetAgreed span,
.map-photo .photoLabelSold span,
.map-photo .photoLabelSoldSTC span,
.map-photo .photoLabelUO span,
.map-photo .photoLabelNI span {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 40px;
  margin: 0;
  padding: 0;
}

.map-photo .photoLabelLet span {
  background-image: url(/Shared/images/propertystatus6/letML.png);
}

.map-photo .photoLabelLetAgreed span {
  background-image: url(/Shared/images/propertystatus6/letagreedML.png);
}

.map-photo .photoLabelSold span {
  background-image: url(/Shared/images/propertystatus6/soldML.png);
}

.map-photo .photoLabelSoldSTC span {
  background-image: url(/Shared/images/propertystatus6/soldSTCML.png);
}

.map-photo .photoLabelUO span {
  background-image: url(/Shared/images/propertystatus6/UOML.png);
}

.map-photo .photoLabelNI span {
  background-image: url(/Shared/images/propertystatus6/newML.png);
}

/*End Property status over marker list image */
/*End Info window content styling */
/* End Google map v3 results with image marker list */
.results-page {
  padding: 0px !important;
}

.resultsdesc {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
}

.results-header {
  background-image: url("/content/images/banners/banner-results.jpg");
  background-position: center top;
  background-size: cover;
  display: inline-block;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #333;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.results-header h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "source_sans_prolight";
  margin: 0 0 15px 0;
  font-size: 22px;
}
.results-header h1 span {
  font-family: "source_sans_probold";
}
.results-header h3 {
  color: #fff;
  font-size: 18px;
  font-family: "source_sans_prolight";
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .results-header {
    padding-top: 150px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .results-header h1 {
    margin: 0 0 15px 0;
  }
  .results-header h1 span {
    font-family: "source_sans_probold";
  }
  .results-header h3 {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .results-header {
    padding-left: 100px;
    padding-right: 100px;
  }
  .results-header h1 {
    font-size: 50px;
    letter-spacing: 2px;
  }
}

.results-search {
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 960px) {
  .results-search {
    display: none;
    visibility: hidden;
  }
}
.results-search .form-item {
  width: 23.7288135593%;
  float: left;
  margin-bottom: 10px;
}
.results-search .form-item:nth-of-type(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.results-search .form-item:nth-of-type(4n + 2) {
  margin-left: 25.4237288136%;
  margin-right: -100%;
  clear: none;
}
.results-search .form-item:nth-of-type(4n + 3) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}
.results-search .form-item:nth-of-type(4n + 4) {
  margin-left: 76.2711864407%;
  margin-right: -100%;
  clear: none;
}
.results-search .form-item label {
  color: #000;
}
.results-search .form-item > label {
  display: none;
  visibility: hidden;
}
.results-search .form-item.submit-button-field {
  float: right;
  margin-right: 0;
}
.results-search .form-button-submit {
  font-size: 12px;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: rgba(54, 69, 79, 0.9);
  border: 2px solid #fff;
  height: 33px;
  line-height: 29px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  border: 1px solid #fff;
}
.results-search .form-button-submit:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
.results-search .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
}
.results-search .SumoSelect > .CaptionCont > span::after {
  color: #fff;
  border-left: 0px;
}
.results-search .SumoSelect:focus > .CaptionCont, .results-search .SumoSelect:hover > .CaptionCont, .results-search .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 4px #7799D0;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.results-search .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #000202;
}
.results-search .SumoSelect > .optWrapper > .options li.opt:hover label {
  color: #fff;
}
.results-search .container {
  position: absolute;
  top: 55px;
  left: 5%;
  width: 90%;
  min-height: 100%;
  z-index: 2;
}
.results-search .SumoSelect {
  width: 100%;
}
@media (min-width: 720px) {
  .results-search {
    padding: 0px 0 15px;
  }
  .results-search .container {
    position: absolute;
    top: 55px;
    left: 15%;
    width: 70%;
    min-height: 100%;
    z-index: 2;
  }
}
@media (min-width: 960px) {
  .results-search.propertySearch {
    display: block !important;
    margin-bottom: 30px;
  }
  .results-search h2 {
    margin: 30px 0;
  }
  .results-search .container {
    max-width: 600px;
    left: 50%;
    top: 54px;
    margin-left: -300px;
  }
  .results-search .form-group {
    margin-bottom: 30px;
  }
  .results-search .btn-group {
    float: left !important;
    width: 50% !important;
  }
  .results-search .search-submit {
    float: left;
    width: 50%;
    margin-left: 25%;
  }
}

.displayorderform {
  float: right;
  line-height: 38px;
  height: 38px;
  width: 250px;
}
.displayorderform .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 36px;
  height: 36px;
}
.displayorderform .SumoSelect > .CaptionCont > span::after {
  color: #fff;
  border-left: 0px;
}
.displayorderform .SumoSelect:focus > .CaptionCont, .displayorderform .SumoSelect:hover > .CaptionCont, .displayorderform .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 4px #7799D0;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.displayorderform .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #000202;
}
.displayorderform .SumoSelect > .optWrapper > .options li.opt:hover label {
  color: #fff;
}
.displayorderform .container {
  position: absolute;
  top: 55px;
  left: 5%;
  width: 90%;
  min-height: 100%;
  z-index: 2;
}
.displayorderform .SumoSelect {
  width: 75%;
  float: right;
}

.displayorderform > label {
  color: #fff;
  width: 20%;
  line-height: 38px;
  height: 38px;
}

.results-footer {
  background-color: #36454F;
  float: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 30px;
}
@media (min-width: 720px) {
  .results-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .results-footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.results-footer #detail-disclaimer {
  float: left;
  padding: 30px 0 0 0;
  color: #fff;
}
.results-footer #detail-disclaimer p {
  color: #fff;
}

.results_priceask a {
  color: #ccc;
}

.photo-contain span {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 150px;
  height: 150px;
  margin: -3px;
  padding: -3px;
  overflow: hidden;
}

.photoLabelLet span {
  background-image: url(/content/images/propertystatus/let.png);
}

.photoLabelLetAgreed span {
  background-image: url(/content/images/propertystatus/letagreed.png);
}

.photoLabelSold span {
  background-image: url(/content/images/propertystatus/sold.png);
}

.photoLabelSoldSTC span {
  background-image: url(/content/images/propertystatus/soldSTC.png);
}

.photoLabelUO span {
  background-image: url(/content/images/propertystatus/UO.png);
}

.photoLabelNI span {
  background-image: url(/content/images/propertystatus/new.png);
}

.results-page-grid {
  padding: 15px 15px 0;
  background-color: #ffffff;
}
.results-page-grid .results-contain {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .results-page-grid {
    padding: 45px 45px 0;
  }
}

.results-page-grid .results-grid-item {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
@media (min-width: 720px) and (max-width: 1199px) {
  .results-page-grid .results-grid-item {
    width: 50%;
  }
  .csscalc .results-page-grid .results-grid-item {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .csscalc .results-page-grid .results-grid-item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 1200px) {
  .results-page-grid .results-grid-item {
    width: 33.3%;
  }
  .csscalc .results-page-grid .results-grid-item {
    width: calc(33.3% - 30px);
    margin: 0 45px 45px 0;
  }
  .csscalc .results-page-grid .results-grid-item:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
}

.results-page-grid .results-grid-item [class^=res-icon-]:before, .results-page-grid .results-grid-item [class*=" res-icon-"]:before {
  color: #fff;
}
.results-page-grid .results-grid-item .photo-contain {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.results-page-grid .results-grid-item .photo-contain img {
  z-index: 1;
  width: 100%;
  height: auto;
}
.results-page-grid .results-grid-item .results_priceask {
  color: #fff;
}
.results-page-grid .results-grid-item a.feeslink {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  font-family: "source_sans_proregular";
}
.results-page-grid .results-grid-item .property-description {
  display: block;
  background: #36454F;
  padding: 10px;
  position: relative;
}
.results-page-grid .results-grid-item .property-description h3, .results-page-grid .results-grid-item .property-description h2 {
  color: #fff;
  font-weight: normal;
}
.results-page-grid .results-grid-item .property-description h3 .results_propstat_under_offer,
.results-page-grid .results-grid-item .property-description h3 .results_propstat_let,
.results-page-grid .results-grid-item .property-description h3 .results_propstat_let_agreed,
.results-page-grid .results-grid-item .property-description h3 .results_propstat_sold,
.results-page-grid .results-grid-item .property-description h3 .results_propstat_sold_stc {
  color: red;
  font-weight: 700;
}
.results-page-grid .results-grid-item .property-description h3 {
  font-size: 20px;
  font-family: "source_sans_proregular";
  text-transform: uppercase;
}
.results-page-grid .results-grid-item .property-description h2 {
  font-size: 16px;
  font-family: "source_sans_proregular";
  margin: 0;
  line-height: 30px;
  display: block;
}
.results-page-grid .results-grid-item .res-attributes {
  display: none;
}
.results-page-grid .results-grid-item a.results-details {
  position: absolute;
  margin: 0;
  right: 0px;
  top: 0px;
  text-decoration: none;
}
.results-page-grid .results-grid-item a.results-details .text {
  display: none;
}
.results-page-grid .results-grid-item a.results-details i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #000202;
}
@media (min-width: 960px) {
  .results-page-grid .results-grid-item {
    position: relative;
    /* Hover Functionality */
    /* Hover Functionality End */
  }
  .results-page-grid .results-grid-item .photo-contain {
    width: 100%;
    height: 0;
    padding-bottom: 71.4285714286%;
    overflow: hidden;
  }
  .results-page-grid .results-grid-item .photo-contain img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .results-page-grid .results-grid-item:hover .property-description {
    background-color: rgba(54, 69, 79, 0.5);
  }
  .results-page-grid .results-grid-item:hover .property-description a.results-details {
    margin-right: 25px;
  }
  .results-page-grid .results-grid-item:hover .property-description .res-attributes {
    margin-right: 0;
  }
  .results-page-grid .results-grid-item:hover .property-description h3, .results-page-grid .results-grid-item:hover .property-description h2 {
    background-color: #36454F;
  }
  .results-page-grid .results-grid-item .property-description {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    transition: background-color 0.75s ease;
    background-color: transparent;
  }
  .results-page-grid .results-grid-item .property-description a.results-details {
    top: auto;
    bottom: 30px;
    right: 30px;
    width: auto;
    height: 50px;
    margin-right: -50%;
    transition: margin 0.75s ease;
  }
  .results-page-grid .results-grid-item .property-description a.results-details i {
    display: none;
  }
  .results-page-grid .results-grid-item .property-description a.results-details .text {
    display: block;
    transition: all 0.25s linear;
    text-decoration: none;
    padding: 0px 20px;
    color: #fff;
    font-size: 20px !important;
    background-color: #36454F;
    border: 0px solid #fff;
    height: 50px;
    line-height: 50px;
    text-transform: lowercase;
    font-family: "source_sans_prosemibold";
    text-align: center;
    width: 100%;
    height: 50px;
  }
  .results-page-grid .results-grid-item .property-description a.results-details .text:hover {
    color: #fff;
    background-color: #36454F;
    border: 0px solid #36454F;
  }
  .results-page-grid .results-grid-item .property-description .results_priceask {
    color: #fff;
  }
  .results-page-grid .results-grid-item .property-description h3 {
    transition: background-color 0.75s ease;
    padding: 0 15px 10px 15px;
    margin: 0;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    background-color: rgba(54, 69, 79, 0.85);
  }
  .results-page-grid .results-grid-item .property-description h2 {
    transition: background-color 0.75s ease;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(54, 69, 79, 0.85);
  }
  .results-page-grid .results-grid-item .property-description .res-attributes {
    display: block;
    position: absolute;
    width: 240px;
    right: 30px;
    margin-right: 100%;
    bottom: 100px;
    color: #fff;
    transition: margin 0.75s ease;
  }
}
@media (min-width: 1200px) {
  .results-page-grid .results-grid-item .photo-contain {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
  }
}

.results-container-list {
  padding: 0px;
}

.results-list-item {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0 !important;
}
.results-list-item [class^=res-icon-]:before, .results-list-item [class*=" res-icon-"]:before {
  color: #222;
}
.results-list-item .photo-thumb {
  float: left;
  width: 100%;
  height: auto;
}
.results-list-item .photo-thumb .thumbnail {
  width: 100%;
  height: auto;
}
.results-list-item .property-description {
  float: left;
  padding: 15px;
  text-align: left;
}
.results-list-item .property-description p, .results-list-item .property-description h2, .results-list-item .property-description h3, .results-list-item .property-description .res-attributes {
  text-align: inherit;
}
.results-list-item .property-description p {
  display: none;
}
.results-list-item .property-description h3, .results-list-item .property-description h2 {
  font-family: "source_sans_proregular";
  text-transform: uppercase;
}
.results-list-item .property-description h3 {
  color: #36454F;
}
@media (max-width: 960px) {
  .results-list-item .property-description h2 {
    font-size: 22px !important;
  }
  .results-list-item .property-description h3 {
    font-size: 18px !important;
  }
}
.results-list-item .res-attributes {
  color: #36454F;
  margin-bottom: 15px;
  font-weight: 600;
}
.results-list-item .res-attributes i:before {
  color: #000202;
}
.results-list-item a.results-details {
  float: left;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #36454F;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #36454F;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.results-list-item a.results-details:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
@media (min-width: 720px) {
  .results-list-item {
    border-bottom: 1px solid #ededed;
    /*
    position:relative;
    margin-bottom:60px;
    border-bottom:5px solid $secondary-color;
    background-color: #f5f5f5;
    .csscalc & {
    	h3{
    		border-bottom:1px solid #ccc;
    		padding: 0;
    		line-height:40px;
    		width:calc(100% - 30px);
    		margin:0 0 15px 15px;
    	}
    }
    .results-text {
    	position:static;
    }
    .res-prop-lnk{
    	position:absolute;
    	bottom:15px;
    	right:15px;
    }
    a.results-details{
    	@include button;
    	.text{
    		display:block;
    	}
    	i{
    		display:none;
    	}
    }
    h2, h3, p{
    	padding:0 15px;
    }
    h2{
    	text-align:left;
    	margin:0;
    }

    h3{
    	display:block;
    	margin-top:15px;
    	color: $primary-color;
    	font-size: 16px;
    	font-family: $ff-light;
    	line-height: 40px;
    	margin: 0px 0px 0px 0px;
    	width: 100%;
    	text-align: left;
    }
    */
  }
  .results-list-item .photo-thumb {
    width: 50%;
  }
  .results-list-item .property-description {
    width: 50%;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  .results-list-item {
    /*
    .res-attributes{
    	display:block;
    	position:absolute;
    	bottom:15px;
    	padding-left:10px;
    	color:$primary-color;
    	font-family: $ff-bold;
    }
    */
  }
}
@media (min-width: 1200px) {
  .results-list-item:nth-of-type(even) .photo-thumb {
    float: right;
  }
  .results-list-item:nth-of-type(even) .property-description {
    text-align: right;
  }
  .results-list-item:nth-of-type(even) .property-description a.results-details {
    float: right;
  }
  .results-list-item .photo-thumb {
    width: 40%;
  }
  .results-list-item .property-description {
    width: 60%;
    padding: 60px 60px 0px;
    box-sizing: border-box;
  }
  .results-list-item .property-description p {
    display: block;
  }
}

/* Results Navigation & Options */
.resultsnav {
  padding: 15px 0 !important;
  background-color: #36454F;
}
.resultsnav.resultsnav-top {
  background-color: transparent;
}
.resultsnav .page-num {
  float: left;
}
@media (max-width: 720px) {
  .resultsnav .page-num {
    width: 100%;
    margin-bottom: 15px;
  }
}
.resultsnav .page-num ul {
  padding: 0;
  margin: 0;
  float: left;
  width: auto;
}
.resultsnav .page-num ul li {
  list-style-type: none;
  float: left;
  margin: 0px 10px 0px 0px;
}
.resultsnav .page-num ul li.active a {
  background-color: #fff;
  border-color: #fff;
  color: #36454F;
}
.resultsnav .page-num ul li.disabled a, .resultsnav .page-num ul li.disabled a:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: default;
}
.resultsnav .page-num ul li a {
  float: left;
  height: 36px;
  min-width: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}
.resultsnav .page-num ul li a i {
  line-height: 40px;
}
.resultsnav .page-num ul li a:hover {
  text-decoration: none;
  border-color: #fff;
  background-color: #fff;
  color: #36454F;
}
.resultsnav .nav-options {
  float: right;
  width: auto;
}
.resultsnav .nav-options form {
  float: right;
}
.resultsnav .nav-options form label {
  display: none;
}
@media (min-width: 720px) {
  .resultsnav {
    padding: 15px 0 !important;
  }
}

.view-icons {
  transition: all 0.5s linear;
  float: right;
  margin: 0px 0px 0px 10px;
}
@media (max-width: 960px) {
  .view-icons {
    display: none;
    visibility: hidden;
  }
}
.view-icons a {
  margin: 0px 0px 0px 10px;
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
  color: white;
}
.view-icons a i {
  line-height: 34px;
  width: 100%;
  text-align: center;
  color: #fff !important;
  float: left;
  line-height: 40px;
}
.view-icons a.active, .view-icons a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #36454F;
}
.view-icons a.active i, .view-icons a:hover i {
  color: #36454F;
}
.view-icons a:visited i {
  color: red;
}

/* Results Navigation & Options END */
.static-page.area-guide-page {
  padding: 15px 15px 0;
}
@media (min-width: 960px) {
  .static-page.area-guide-page {
    padding: 45px 45px 0;
  }
}

.areas {
  float: left;
  width: 100%;
}

.area-guide {
  position: relative;
  float: left;
  background-color: white;
  padding: 0;
  height: 100px;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.area-guide span.bg {
  float: left;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.area-guide .text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "source_sans_probold";
  z-index: 2;
  box-sizing: border-box;
}
.area-guide .text .more-info {
  display: none;
}
.area-guide .text h3 {
  margin: 0;
  font-family: "source_sans_proregular";
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 720px) {
  .area-guide {
    height: auto;
  }
  .area-guide span.bg {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    transition: background 0.25s linear;
  }
  .area-guide:hover span.bg {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .area-guide:hover .text .more-info {
    left: 50%;
    margin-left: -63px;
  }
  .area-guide:hover .text h3 {
    background-color: transparent;
    color: #fff;
  }
  .area-guide .text {
    padding: 30px;
    overflow: hidden;
  }
  .area-guide .text h3 {
    text-align: center;
    line-height: normal;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 60px;
    color: #222;
    transition: all 0.25s linear;
  }
  .area-guide .text .more-info {
    display: block;
    transition: all 0.25s linear;
    text-decoration: none;
    padding: 0px 20px;
    color: #fff;
    font-size: 20px !important;
    background-color: transparent;
    border: 2px solid #fff;
    height: 50px;
    line-height: 46px;
    text-transform: lowercase;
    font-family: "source_sans_prosemibold";
    position: absolute;
    left: -100%;
    bottom: 45px;
  }
  .area-guide .text .more-info:hover {
    color: #fff;
    background-color: #36454F;
    border: 2px solid #36454F;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .area-guide {
    width: 50%;
  }
  .csscalc .area-guide {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .csscalc .area-guide:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 960px) {
  .area-guide {
    width: 30%;
    margin-bottom: 5%;
  }
  .area-guide:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .csscalc .area-guide {
    width: calc(33.3% - 30px);
    margin: 0 0px 45px 0;
  }
  .csscalc .area-guide:nth-child(3n+2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.area-1 {
  background-image: url("/content/images/area-guides/area1.jpg");
}

.area-2 {
  background-image: url("/content/images/area-guides/area2.jpg");
}

.area-3 {
  background-image: url("/content/images/area-guides/area3.jpg");
}

.area-4 {
  background-image: url("/content/images/area-guides/area4.jpg");
}

.area-5 {
  background-image: url("/content/images/area-guides/area5.jpg");
}

.area-6 {
  background-image: url("/content/images/area-guides/area6.jpg");
}

.area-7 {
  background-image: url("/content/images/area-guides/area7.jpg");
}

.area-8 {
  background-image: url("/content/images/area-guides/area8.jpg");
}

.area-9 {
  background-image: url("/content/images/area-guides/area9.jpg");
}

.area-10 {
  background-image: url("/content/images/area-guides/area10.jpg");
}

.area-11 {
  background-image: url("/content/images/area-guides/area11.jpg");
}

.area-12 {
  background-image: url("/content/images/area-guides/area12.jpg");
}

.booking-button div {
  margin-right: 15px;
}
.booking-button.valuation {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  margin-top: 10px;
  width: auto;
  border: 2px solid #000;
  color: #111;
  display: inline-block;
  cursor: pointer;
}
.booking-button.valuation:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
.booking-button.valuation span {
  margin-right: 5px;
}
.booking-button.valuation:hover {
  background-color: #262626;
  border: 2px solid #000;
  color: #fff;
  cursor: pointer;
}

#booking-window {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999998;
  overflow: hidden;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#booking-window #booking-dialog {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 480px) {
  #booking-window #booking-dialog {
    border-radius: 5px;
    margin-top: 2%;
    width: 395px;
    height: 95%;
  }
}
#booking-window #booking-dialog #booking-dialog-loading {
  z-index: 999999;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding-top: 50px;
  height: 100%;
}
@media (min-width: 480px) {
  #booking-window #booking-dialog #booking-dialog-loading {
    border-radius: 5px;
  }
}
#booking-window #booking-dialog #booking-dialog-close {
  position: absolute;
  font-size: 1.8em;
  right: 10px;
  top: 2px;
}
#booking-window #booking-dialog #booking-dialog-close .fa:hover {
  font-weight: bold;
  cursor: pointer;
}
#booking-window #booking-dialog #booking-dialog-content {
  padding: 20px 10px 10px 10px;
  position: absolute;
  height: 95%;
  width: 95%;
  top: 0px;
}
#booking-window #booking-dialog #booking-dialog-content iframe {
  height: 100%;
  width: 100%;
}

#stamp-duty-calc {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#sd-recalculate {
  width: 100%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  margin-top: 40px;
  background-color: #36454F;
}
#sd-recalculate a.sdc-breakdown {
  color: #fff;
  text-decoration: underline;
  float: left;
  width: 100%;
  margin-top: 15px;
}
#sd-recalculate h3 {
  color: #fff;
  margin-top: 0;
}
#sd-recalculate input {
  color: #000;
  line-height: 36px;
  padding: 0 8px;
}
#sd-recalculate label {
  font-weight: 300;
}
#sd-recalculate .first-time-buyer {
  float: left;
  width: 100%;
}
#sd-recalculate .second-home {
  margin-top: 12px;
}
#sd-recalculate .second-home label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  cursor: pointer;
}
@media (min-width: 720px) {
  #sd-recalculate {
    padding: 30px;
  }
  #sd-recalculate .second-home input {
    float: left;
    margin: 12px 0 0 0;
    vertical-align: middle;
  }
  #sd-recalculate .second-home label {
    width: auto;
    float: left;
    line-height: 36px;
    margin: 0 12px 0 0;
  }
  #sd-recalculate .first-time-buyer {
    float: left;
    width: 100%;
  }
  #sd-recalculate .first-time-buyer input {
    float: left;
    margin: 12px 0 0 0;
    vertical-align: middle;
  }
  #sd-recalculate .first-time-buyer label {
    width: auto;
    float: left;
    line-height: 36px;
    margin: 0 12px 0 0;
  }
}
@media (min-width: 1200px) {
  #sd-recalculate label, #sd-recalculate input {
    float: left;
    width: auto;
  }
  #sd-recalculate label {
    line-height: 36px;
    margin: 0 15px 0 0;
  }
  #sd-recalculate a {
    float: right;
    width: auto;
    margin: 15px 0 0 0;
  }
  #sd-recalculate input {
    text-align: right;
  }
  #sd-recalculate .recalc-input {
    float: right;
  }
  #sd-recalculate h3 {
    margin-bottom: 0px;
    width: auto;
    float: left;
    line-height: 36px;
  }
  #sd-recalculate .second-home {
    float: left;
    width: 100%;
  }
}

#totalStamp {
  float: left;
  width: 100%;
  background-color: #ddd;
  padding: 15px;
  box-sizing: border-box;
  color: #36454F;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#totalStamp h4, #totalStamp p {
  line-height: 30px;
  margin: 0;
  color: #36454F;
}
#totalStamp p {
  font-weight: 400;
}
@media (min-width: 720px) {
  #totalStamp {
    padding: 15px 30px;
  }
  #totalStamp h4, #totalStamp p {
    width: auto;
    line-height: 40px;
  }
  #totalStamp h4 {
    float: left;
  }
  #totalStamp p {
    float: right;
    font-size: 1.4em;
    font-weight: 300;
  }
}

#stampduty-calc-details {
  display: none;
  color: #fff;
  width: 100%;
  float: left;
  padding: 15px;
  background-color: #36454F;
  box-sizing: border-box;
}
#stampduty-calc-details p.breakdown {
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
#stampduty-calc-details h3.title {
  margin-top: 0;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
#stampduty-calc-details h3.title span {
  color: #000202;
}
#stampduty-calc-details h3.title:last-of-type {
  margin-bottom: 30px;
}
#stampduty-calc-details h3, #stampduty-calc-details h4 {
  float: left;
  width: 100%;
  color: #fff;
}
#stampduty-calc-details h3 span, #stampduty-calc-details h4 span {
  display: block;
  width: 100%;
  font-weight: 300;
  margin-top: 5px;
}
#stampduty-calc-details .amount {
  float: left;
  width: 100%;
  border-top: 1px solid white;
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
}
#stampduty-calc-details .amount h4 {
  font-family: "source_sans_prolight";
}
#stampduty-calc-details .amount h4 .percentage {
  color: #fff;
  font-size: 0.9em;
}
#stampduty-calc-details .amount p {
  color: #fff;
  float: left;
  text-align: right;
  width: 100%;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
}
#stampduty-calc-details .amount .pcVal {
  display: inline;
  float: none;
  vertical-align: baseline;
}
@media (min-width: 480px) and (max-width: 960px) {
  #stampduty-calc-details .amount p {
    float: right;
    width: auto;
  }
  #stampduty-calc-details .amount h4 {
    width: auto;
  }
}
@media (min-width: 720px) {
  #stampduty-calc-details {
    padding: 30px;
  }
  #stampduty-calc-details p.breakdown {
    margin-bottom: 30px;
    font-style: italic;
  }
  #stampduty-calc-details h3.title span {
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #stampduty-calc-details h3 span, #stampduty-calc-details h4 span {
    float: right;
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle;
  }
  #stampduty-calc-details .amount {
    position: relative;
    padding: 8px 15px 8px 15px;
  }
  #stampduty-calc-details .amount h4 {
    margin: 0;
    line-height: 26px;
  }
  #stampduty-calc-details .amount h4 .percentage {
    display: block;
    width: 100%;
  }
  #stampduty-calc-details .amount p {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    width: 200px;
    text-align: right;
  }
}

#travel-time-results-pagination button {
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  margin-right: 15px;
  float: left;
}
#travel-time-results-pagination button:hover {
  color: #fff;
  background-color: #36454F;
  border: 2px solid #36454F;
}
#travel-time-results-pagination button.active {
  background-color: #36454F;
}
#travel-time-results-pagination button.disabled {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #ccc !important;
  cursor: default;
}

.account-home {
  box-shadow: none !important;
  margin-bottom: 30px;
}

.account-menu {
  margin-top: 35px;
}

.account-documents {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.account-documents-title {
  font-weight: 400;
  color: #333;
  font-size: 24px;
  padding-top: 15px;
}

#gridView {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-top: 25px;
}
#gridView table {
  width: 100%;
  padding-bottom: 15px;
  box-sizing: border-box;
}
#gridView th {
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}
#gridView th a {
  background-color: #262626;
  display: block;
  padding: 5px 10px;
  color: #fff;
}
#gridView th a:hover {
  background-color: #1a1a1a;
}
#gridView th a:visited {
  color: #fff;
}
#gridView th:last-of-type {
  border-right: 0px dashed rgba(255, 255, 255, 0.5);
}
#gridView tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
#gridView tr:hover {
  background-color: #1a1a1a;
}
#gridView td {
  padding: 5px 10px;
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}
#gridView td:last-of-type {
  border-right: 0px dashed rgba(255, 255, 255, 0.5);
}
#gridView td a {
  display: block;
  padding: -5px -10px;
}
#gridView td a:hover {
  background-color: #1a1a1a;
}
#gridView .k-header {
  text-align: left;
}
#gridView li {
  float: left;
  padding-right: 10px;
}

.klink {
  float: left;
}

.klink:hover {
  text-decoration: underline !important;
}

.k-pager-numbers {
  padding-top: 15px;
}

.k-pager-sizes {
  display: inline-block;
  padding-bottom: 15px;
}

.accounts-main-menu {
  margin-right: 1px;
  width: 15%;
  float: left;
  width: 100%;
}
.accounts-main-menu li {
  border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 2px;
  display: inline-block;
}
.accounts-main-menu li a {
  padding: 5px 10px;
}
.accounts-main-menu li a:hover {
  background-color: #333;
  color: #fff !important;
}
.accounts-main-menu li a:visited {
  color: #333;
}
.accounts-main-menu li a.active {
  background-color: #333;
  color: #fff;
}
.accounts-main-menu li a.inset {
  text-align: right;
}

.documents-menu {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.documents-menu li {
  margin-bottom: 15px;
  margin-left: 0;
  display: inline-block;
}
.documents-menu li a {
  padding: 5px 10px;
  background-color: #262626;
}
.documents-menu li a.active {
  background-color: #1a1a1a;
  color: #fff;
}
.documents-menu li a:hover {
  background-color: #1a1a1a;
}
.documents-menu li a:visited {
  background-color: #262626;
}
.documents-menu li a.inset {
  text-align: right;
}

#account-main-command {
  float: right;
  padding-right: 30px;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#account-main-command a {
  float: right;
}

.account-main-panel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background-color: #fff;
}
.account-main-panel .module-title {
  text-transform: none;
  letter-spacing: normal;
  font-size: 30px;
}

.k-grid-header {
  background-color: #262626;
}

.k-pager-numbers {
  padding-top: 0px;
}

#gridView li {
  padding-right: 0px;
}

#gridView tr:hover {
  background-color: transparent;
}

#gridView td a:hover {
  background-color: transparent;
  color: #111;
}

#account-main-title h1 {
  font-size: 36px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 25px;
}

.account-details {
  display: block;
  margin-bottom: 40px;
}
.account-details form {
  float: left;
  background-color: #fff;
  padding: 15px;
}
.account-details form .form-section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #333;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
  border: 0px solid #ddd;
}
@media (min-width: 480px) {
  .account-details form .form-section {
    width: 100%;
    padding-right: 30px;
    border: 0px solid #ddd;
    padding-bottom: 20px;
  }
}
@media (min-width: 720px) {
  .account-details form .form-section {
    width: 100%;
    border: 0px solid #ddd;
  }
}
@media (min-width: 1024px) {
  .account-details form .form-section {
    width: 40%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .account-details form .form-section:nth-of-type(even) {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}
.account-details form .form-section.notes {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.account-details form .form-section.commands {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0);
}
.account-details form .requirements {
  clear: both;
}
.account-details .privacy fieldset label {
  width: auto;
  height: 40px;
}
.account-details .privacy fieldset input {
  width: 26px;
}
.account-details .details {
  margin-left: 10px;
}
@media (min-width: 720px) {
  .account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  .account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 360px) {
  .account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 720px) {
  .account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .account-details .details {
    margin-left: 10px;
  }
}
.account-details .details fieldset {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px;
}
.account-details .details fieldset > span {
  line-height: 40px;
}
.account-details .details-edit {
  margin-left: 0px;
}
.account-details .details-edit .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .details-edit .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .details-edit .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .general-requirements {
  margin-left: 10px;
}
@media (min-width: 720px) {
  .account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  .account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 360px) {
  .account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .account-details .general-requirements {
    margin-left: 0px;
  }
}
.account-details .general-requirements label {
  margin-right: 25px;
}
.account-details .general-requirements fieldset > span {
  line-height: 40px;
}
.account-details .address-details {
  float: right;
  margin-right: 20px !important;
}
@media (min-width: 720px) {
  .account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 480px) {
  .account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 360px) {
  .account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 1024px) {
  .account-details .address-details {
    margin-right: 20px !important;
  }
}
.account-details .address-details .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .address-details .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .address-details .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .commands {
  border: 0px !important;
}
.account-details .commands a {
  margin-left: 10px;
  height: 40px;
  display: inline-block;
}
.account-details .privacy {
  line-height: 40px;
}
.account-details .privacy input[type=checkbox] {
  float: right;
  margin-top: 15px;
}
.account-details .privacy fieldset {
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px;
}
.account-details .requirements fieldset {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.account-details .requirements input[type=radio] {
  float: right;
  margin-top: 15px;
  width: 15px;
}

.payment-form .main-content {
  background-image: url(images/form-background.jpg);
  background-size: cover;
}

.payment-container {
  width: 100%;
  float: left;
}
.payment-container .payment-contain {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
}
@media (min-width: 720px) {
  .payment-container .payment-contain {
    width: 90%;
  }
}
@media (min-width: 480px) {
  .payment-container .payment-contain {
    width: 90%;
  }
}
@media (min-width: 360px) {
  .payment-container .payment-contain {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .payment-container .payment-contain {
    width: 50%;
  }
}
.payment-container form {
  width: 100%;
  float: left;
  border: 1px solid #cfcfcf;
  margin-left: 40px;
}
@media (min-width: 720px) {
  .payment-container form {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .payment-container form {
    width: 100%;
  }
}
@media (min-width: 360px) {
  .payment-container form {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .payment-container form {
    width: 85%;
  }
}
.payment-container form .form-section {
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0px !important;
}
.payment-container form .form-section fieldset {
  padding-left: 30px;
  padding-right: 30px;
}
.payment-container form .form-section label {
  font-size: 15px;
}
.payment-container form .contact-details {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.payment-container form .contact-details h1 {
  width: 100%;
  background-color: #c3a95b;
  color: white;
  margin-bottom: 15px;
  height: 60px;
  padding-left: 10px;
  padding-top: 10px;
}
.payment-container form .contact-details h1 span {
  margin-top: 2px;
  float: right;
  padding-right: 20px;
  font-size: 30px;
}
.payment-container form .form-submission {
  padding-top: 0px;
  padding-bottom: 15px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.payment-container form .form-submission .submit-button {
  margin-top: 20px;
  clear: both;
}

.nav-toggle2 {
  transition: all 0.5s ease;
  right: 25px;
  top: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0;
  cursor: pointer;
  z-index: 102;
}
.nav-toggle2 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 80%;
  background: #fff;
  opacity: 1;
  left: 10%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-toggle2 span:nth-child(1) {
  top: 10px;
}
.nav-toggle2 span:nth-child(2), .nav-toggle2 span:nth-child(3) {
  top: 20px;
}
.nav-toggle2 span:nth-child(4) {
  top: 30px;
}
@media (min-width: 960px) {
  .nav-toggle2 {
    top: 15px;
    right: 30px;
  }
}

.banner-title {
  background-position: center top;
  background-size: cover;
  display: inline-block;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #36454F;
  text-align: center;
  color: #fff;
  font-family: "source_sans_proregular";
  margin: 0 0 0px 0;
}
@media (min-width: 720px) {
  .banner-title {
    padding-top: 180px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .banner-title {
    padding-top: 240px;
    padding-bottom: 120px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}
.banner-title.search-banner {
  margin: 0;
}
.banner-title.contact-banner {
  margin: 0;
}
@media (min-width: 720px) {
  .banner-title.register-banner {
    padding-top: 240px;
    padding-bottom: 100px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .banner-title.register-banner {
    padding-top: 240px;
    padding-bottom: 100px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}
@media (min-width: 720px) {
  .banner-title.valuation-banner {
    padding-top: 240px;
    padding-bottom: 100px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .banner-title.valuation-banner {
    padding-top: 240px;
    padding-bottom: 100px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}

.webp .banner-title {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=webp");
  }
}
.webp .banner-title.search-banner {
  margin: 0;
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-results.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-results.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-results.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-results.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=webp");
  }
}
.webp .banner-title.area-guide-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-area-guides.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-area-guides.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-area-guides.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-area-guides.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=webp");
  }
}
.webp .banner-title.guide-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=webp");
  }
}
.webp .banner-title.news-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-news.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-news.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-news.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-news.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=webp");
  }
}
.webp .banner-title.contact-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=webp");
  }
}
.webp .banner-title.register-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=webp");
  }
}
.webp .banner-title.valuation-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=webp");
  }
}

.no-webp .banner-title {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=jpg");
  }
}
.no-webp .banner-title.search-banner {
  margin: 0;
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-results.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-results.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-results.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-results.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=jpg");
  }
}
.no-webp .banner-title.area-guide-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-area-guides.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-area-guides.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-area-guides.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-area-guides.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=jpg");
  }
}
.no-webp .banner-title.guide-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-guide.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-guide.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-guide.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-guide.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=jpg");
  }
}
.no-webp .banner-title.news-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-news.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-news.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-news.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-news.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=jpg");
  }
}
.no-webp .banner-title.contact-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=jpg");
  }
}
.no-webp .banner-title.register-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=jpg");
  }
}
.no-webp .banner-title.valuation-banner {
  background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=768%2C170&modified=16-02-22-17-26-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=960%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1200%2C280&modified=16-02-22-17-26-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.prestigesales-lettings.co.uk/content/images/banners/banner-default.jpg?size=1440%2C420&modified=16-02-22-17-26-48&format=jpg");
  }
}

.privacy h1 {
  font-family: "source_sans_prolight";
}
.privacy h2 {
  font-size: 20px;
}
/* No Styles */
body {}
