/* ==========================================================================
 * Name:            Navbar
 * Description:     Sets styles for the .spyder-navbar elements
 *
 * ========================================================================== */
.spyder-navbar {
    background: #333;
    height: 65px;
}
.spyder-mobile-navbar{
    display: none;
    position:absolute;
    right:0;
    z-index:15;
}

.spyder-mobile-navbar li{
    padding-top:5px;
}

.spyder-mobile-navbar li>a{
    font-size:16px;
}

.uk-mobile-subnav{
    flex-direction: column;
}
@media (max-width: 959px) {
    .spyder-navbar {
        display: none !important;
    }
    .spyder-mobile-navbar__container{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content: center;
    }
}
.spyder-navbar .uk-subnav {
    margin-bottom: 0;
    margin-left: 0;
}
.spyder-navbar .uk-subnav > * {
    padding-left: 0;
}
.spyder-navbar .uk-subnav > li > a {
    line-height: 40px;
    color: #fff;
    padding: 0 8px;
    font-size: 16px;
}
.spyder-navbar .uk-subnav > li > a:hover {
    background: #ffffff;
    color: #000000;
}
.spyder-navbar .uk-subnav > li > a:active {
    background: #ffffff;
    color: #000000;
}
.spyder-navbar .spyder-ccomp__content a {
    white-space: normal;
}

@media (min-width: 768px) {
    .spyder-navbar__container {
        position: relative;
    }

    .spyder-navbar__left {
        position: absolute;
        left: 16px;
        top: 0;
        clip: rect(0, 1188px, 500px, 0);
        z-index: 15;
    }
    .spyder-navbar__left .uk-subnav {
        white-space: nowrap;
        display: block;
    }
    .spyder-navbar__left .uk-subnav > li {
        float: none;
        display: inline-block;
    }

    .spyder-navbar__right {
        background: none;
        position: absolute;
        z-index: 15;
        right: 16px;
    }
}
#top {
    position: relative;
    z-index: 925;
}
.listing #top {
    z-index: 925;
}
@charset "UTF-8";

/*!
 * Font Awesome Pro 5.15.3 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-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-cloudflare: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-deezer: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-edge-legacy: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-pay: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-guilded: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-hive: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-innosoft:before {
    content: "î‚€";
}

.fa-instagram:before {
    content: "ï…­";
}

.fa-instagram-square:before {
    content: "î•";
}

.fa-instalod: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-octopus-deploy: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-perbyte: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-rust: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-tiktok: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-uncharted: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-unsplash: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-vest:before {
    content: "î‚…";
}

.fa-vest-patches: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-watchman-monitoring: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-wodu: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-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/wp-content/build/fonts/fontawesome/92df6940133169e4e383416c02bfb28e-fa-regular-400.woff") format("woff"), url("/wp-content/build/fonts/fontawesome/92df6940133169e4e383416c02bfb28e-fa-regular-400.ttf") format("truetype");
}
.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/wp-content/build/fonts/fontawesome/92df6940133169e4e383416c02bfb28e-fa-solid-900.woff") format("woff"), url("/wp-content/build/fonts/fontawesome/92df6940133169e4e383416c02bfb28e-fa-solid-900.ttf") format("truetype");
}
.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.fa-edit:before {
    content: "ï„";
}

.fa-angle-up:before {
    content: "ï„†";
}

.fa-angle-down:before {
    content: "ï„‡";
}

.fa-angle-left:before {
    content: "ï„„";
}

.fa-angle-right:before {
    content: "ï„…";
}

.fa-arrow-up:before {
    content: "ï¢";
}

.fa-arrow-down:before {
    content: "ï£";
}

.fa-arrow-left:before {
    content: "ï ";
}

.fa-arrow-right:before {
    content: "ï¡";
}

.fa-chevron-up:before {
    content: "ï·";
}

.fa-chevron-down:before {
    content: "ï¸";
}

.fa-chevron-left:before {
    content: "ï“";
}

.fa-chevron-right:before {
    content: "ï”";
}

.fa-location:before {
    content: "ï˜";
}

.fa-location-slash:before {
    content: "ï˜ƒ";
}

.fa-times:before {
    content: "ï€";
}

.fa-draw-square:before {
    content: "ï—¯";
}

.fa-layer-group:before {
    content: "ï—½";
}

.fa-plus:before {
    content: "ï§";
}

.fa-minus:before {
    content: "ï¨";
}

.fa-spinner:before {
    content: "ï„";
}

.fa-grimace:before {
    content: "ï•¿";
}

.fa-search:before {
    content: "ï€‚";
}

.fa-home:before {
    content: "ï€•";
}

.fa-envelope:before {
    content: "ïƒ ";
}

.fa-print:before {
    content: "ï€¯";
}

.fa-camera:before {
    content: "ï€°";
}

.fa-external-link:before {
    content: "ï‚Ž";
}

.fa-map-marker-alt:before {
    content: "ï…";
}

.fa-dollar-sign:before {
    content: "ï…•";
}

.fa-calendar-day:before {
    content: "ïžƒ";
}

.fa-clock:before {
    content: "ï€—";
}

.fa-video:before {
    content: "ï€½";
}

.fa-circle:before {
    content: "ï„‘";
}

.fa-check:before {
    content: "ï€Œ";
}

.fa-check-circle:before {
    content: "ï˜";
}

.fa-cog:before {
    content: "ï€“";
}

.fa-th:before {
    content: "ï€Š";
}

.fa-save:before {
    content: "ïƒ‡";
}

.fa-sliders-h:before {
    content: "ï‡ž";
}

.fa-location-arrow:before {
    content: "ï„¤";
}

.fa-bars:before {
    content: "ïƒ‰";
}

.fa-heart:before {
    content: "ï€„";
}

.fa-meh:before {
    content: "ï„š";
}

.fa-rss:before {
    content: "ï‚ž";
}

.fa-cloud:before {
    content: "ïƒ‚";
}

.fa-phone-volume:before {
    content: "ïŠ ";
}

.fa-phone:before {
    content: "ï‚•";
}

.fa-lock:before {
    content: "ï€£";
}

.fa-user:before {
    content: "ï€‡";
}

.fa-times-circle:before {
    content: "ï—";
}

.fa-camera-retro:before {
    content: "ï‚ƒ";
}

.fa-dollar-sign:before {
    content: "ï…•";
}

.fa-percentage:before {
    content: "ï•";
}

.fa-share-square:before {
    content: "ï…";
}

.fa-plus-square:before {
    content: "ïƒ¾";
}

.fa-calendar-alt:before {
    content: "ï³";
}

.fa-envelope-open:before {
    content: "ïŠ¶";
}

.fa-quote-right:before {
    content: "ï„Ž";
}

.fa-quote-left:before {
    content: "ï„";
}

.fa-trash:before {
    content: "ï‡¸";
}

.fa-pen:before {
    content: "ïŒ„";
}

.fa-exclamation-circle:before {
    content: "ïª";
}

.fa-question-circle:before {
    content: "ï™";
}

.fa-map-marked-alt:before {
    content: "ï– ";
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/wp-content/build/fonts/fontawesome/d0b8577c047ea9719e1a7ccbb85d8788-fa-brands-400.woff") format("woff"), url("/wp-content/build/fonts/fontawesome/d0b8577c047ea9719e1a7ccbb85d8788-fa-brands-400.ttf") format("truetype");
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.fa-pinterest:before {
    content: "ïƒ’";
}

.fa-facebook:before {
    content: "ï‚š";
}

.fa-facebook-f:before {
    content: "ïŽž";
}

.fa-twitter:before {
    content: "ï‚™";
}

.fa-flickr:before {
    content: "ï…®";
}

.fa-foursquare:before {
    content: "ï†€";
}

.fa-instagram:before {
    content: "ï…­";
}

.fa-linkedin-in:before {
    content: "ïƒ¡";
}

.fa-pinterest-p:before {
    content: "ïˆ±";
}

.fa-tumblr:before {
    content: "ï…³";
}

.fa-wpforms:before {
    content: "ïŠ˜";
}

.fa-youtube:before {
    content: "ï…§";
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
    opacity: 1;
}
#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}
#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes bounceFromLeft {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0;
    }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
    right: 2%;
}
.baguetteBox-button#previous-button {
    left: 2%;
}
.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}
.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
    animation-delay: -1s;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
/*
 * Color Variables
 *
 * New Stylesheet Color Variables.
 * These are currently ONLY pulled in for the button block editor styles,
 * but are imported into the landing page plugin
 ======================================================================== */
/* Primary Colors & Variations */
/* Grays */
/* Transparent */
/** The few places where mobile needs a brand color */
/* Universal Link Color */
/* Brand Color links */
/* Favorite Color Overrides */
/**
 * Color Map for wp preset colors used as CSS variables
 *
 */
/*
 * Blockquote Variables
 *
 * Override variables from BT Block Editor plugin
 ======================================================================== */
/*
 * Lists Variables
 *
 * Variable values are inherited from wp-base-theme variables. We set
 * new variables with legacy values to make transitioning to the new
 * global stylesheet easier in the future.
 ======================================================================== */
/*
 * Override WP's styles for `.has-background` classes (this includes variants like `-dim` and
 * `-gradiant`). WP included the same padding value across each of the elements included in the
 * `$has-background-list` var below, but specific selectors for each element despite the styles
 * being the same. Hence why we can't just do a style for `.has-background`, but must include
 * element-specific selectors.
 */
/**
 * Color Classes for Block Editor
 ** Custom Border Color Classes
 ** This should always override the default state
 * ========================================================================== */
.has-white-border-color {
    border-color: #fff !important;
}

.has-black-border-color {
    border-color: #000 !important;
}

.has-gray-border-color {
    border-color: #999 !important;
}

.has-light-gray-border-color {
    border-color: #ddd !important;
}

.has-dark-gray-border-color {
    border-color: #484848 !important;
}

.has-brand-border-color {
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) !important;
}

.has-brand-dark-border-color {
    border-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3)) !important;
}

.has-brand-light-border-color {
    border-color: var(--spyder--style--color--light, var(--spyder--style--color--blue--light, #c4e0fa)) !important;
}

.has-brand-lightest-border-color {
    border-color: var(--spyder--style--color--lightest, var(--spyder--style--color--blue--lightest, #f3f9fe)) !important;
}

.has-green-border-color {
    border-color: #3f8c56 !important;
}

.has-red-border-color {
    border-color: #ed1c24 !important;
}

/**
 * WP preset color mixin for CSS Variables
 *  --wp--preset--color--[color]
 */
/*
 * Provide a hover effect for non-touch devices. Adds styles via @content.
 *
 * @requires UIKit core.js as a JS dependency to get .uk-notouch classes.
 */
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 4 */
    background: rgba(0, 0, 0, 0.6);
    /* 5 */
    opacity: 0;
    transition: opacity 0.15s linear;
    /* 6 */
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    /* 7 */
    transform: translateZ(0);
}

/*
 * Open state
 */
.uk-modal.uk-open {
    opacity: 1;
}

/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
    overflow: hidden;
}

/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
    /* 1 */
    position: relative;
    /* 2 */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 20px;
    max-width: 100%;
    height: 100%;
    width: auto;
    /* 3 */
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* 4 */
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.3s linear, transform 0.3s ease-out;
}
@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .uk-modal-dialog .uk-switcher,
    .uk-modal-dialog .uk-switcher > li.uk-active {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .uk-modal-dialog {
        border-radius: 5px;
        display: block;
        height: auto;
        margin: 32px auto;
        max-width: calc(100% - 20px);
        width: 450px;
    }
}

.uk-modal-dialog-large {
    width: 880px;
}

/*
 * Open state
 */
.uk-open .uk-modal-dialog {
    /* 4 */
    opacity: 1;
    transform: translateY(0);
}

/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*=uk-modal-]):last-child {
    margin-bottom: 0;
}

/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right;
}

/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*=uk-modal-]) {
    margin-top: 0;
}

/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
    margin: -16px -16px 16px -16px;
    padding: 16px;
    border-bottom: 1px solid #999;
    border-radius: 5px 5px 0 0;
}

.uk-modal-footer {
    margin: 16px -16px -16px -16px;
    padding: 16px;
    border-top: 1px solid #999;
    border-radius: 0 0 5px 5px;
    background: #f9f9f9;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
    margin-bottom: 0;
}

#user-action-modal .uk-tab-center,
.spyder-registration-form .uk-tab-center {
    display: none;
}

@media (min-width: 768px) {
    #mortgage-calculator-form .js-loan-amount {
        line-height: 40px;
    }
}

@media (max-width: 959px) {
    .uk-modal-page body {
        max-width: 100%;
        -webkit-overflow-scrolling: auto;
        width: 100%;
    }
}

.spyder-modal__back {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 999;
}
.spyder-modal__back::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-color: transparent #f9f9f9;
    border-style: solid;
    border-width: 0 0 50px 50px;
    height: 0px;
    width: 0px;
}
.spyder-modal__back .spyder-icon {
    z-index: 10;
    color: #000;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.spyder-modal__close {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.spyder-modal__close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-color: transparent #f9f9f9;
    border-style: solid;
    border-width: 0 0 50px 50px;
    height: 0px;
    width: 0px;
}
.spyder-modal__close, .spyder-modal__close:hover {
    background: transparent;
    border: 0;
}

.spyder-modal__close .spyder-icon {
    color: #000;
    left: 7px;
    position: absolute;
    top: 7px;
    z-index: 100;
}

.spyder-modal__close--right {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    left: auto;
    right: 0;
}
.spyder-modal__close--right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-color: transparent #f9f9f9;
    border-style: solid;
    border-width: 0 0 50px 50px;
    height: 0px;
    width: 0px;
}
.spyder-modal__close--right:before {
    left: auto;
    right: 0;
    border-width: 0 50px 50px 0;
}
.spyder-modal__close--right:after {
    content: "Ã—";
    font-weight: 700;
    z-index: 10;
    color: #000;
    position: absolute;
    top: 25%;
    left: 75%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 24px;
}

.spyder-modal-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    box-sizing: border-box;
}
html *,
html *::before,
html *::after {
    box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    border: 1px solid #999;
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 1.a. IE will throw up if you try to start a "font" declaration with -apple-system
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */

@font-face {
    font-family: lato;
    src: url(/wp-content/themes/spyderStarter/fonts/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: merriweather;
    src: url(/wp-content/themes/spyderStarter/fonts/Merriweather/Merriweather-Light.ttf);
}

html {
    /* 1 */
    font-family: merriweather, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 3 */
    background: #f9f9f9;
    color: #000;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}
html *,
html *::before,
html *::after {
    box-sizing: inherit;
}
@media (min-width: 360px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    html {
        font-size: 14px;
    }
}

/*
 * Removes default margin.
 */
body {
    margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/*
 * Style
 */
a,
.uk-link {
    color: var(--spyder--style--color--blue, #1581e2);
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
}
a:active,
.uk-link:active {
    color: var(--spyder--style--color--blue--dark, #1166b3);
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    a,
    .uk-link {
        color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
        font-weight: 400;
        /**
     * Hover,
     * Focus
     */
    }
    .uk-notouch a:hover, .uk-notouch a:focus,
    .uk-notouch .uk-link:hover,
    .uk-notouch .uk-link:focus {
        color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    }
    a:active,
    .uk-link:active {
        color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    }
}

a.unset-link-styles {
    font-weight: unset !important;
    color: unset !important;
}

/* Text-level semantics
 ========================================================================== */
/*
 * Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox
 */
b,
strong {
    font-weight: 700;
}

/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
    /* 1 */
    font-size: 16px;
    /* 2 */
    font-family: Consolas, monospace, serif;
    /* 3 */
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    white-space: nowrap;
    padding: 0 4px;
    border: 1px solid #999;
    border-radius: base__border-radius;
    background: #fff;
}

/*
 * Insert
 */
ins {
    background: #ffa;
    color: #000;
    text-decoration: none;
}

/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
    background: #ffa;
    color: #000;
}

/*
 * Quote
 */
q {
    font-style: italic;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Images
 ========================================================================== */
/*
 * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 * 3. Remove border when inside `a` element in IE 8/9/10.
 * 4. Remove the gap between images and the bottom of their containers
 */
img {
    /* 1 */
    max-width: 100%;
    height: auto;
    /* 2 */
    box-sizing: border-box;
    /* 3 */
    border: 0;
    /* 4 */
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
    margin: 0;
}

/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 16px 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 16px;
}

/* Lists
 ========================================================================== */
ul,
ol {
    padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
    /* 1 */
    box-sizing: content-box;
    height: 0;
    /* 2 */
    margin: 16px 0;
    border: 0;
    border-top: 1px solid #999;
}

/* Address
 ========================================================================== */
address {
    font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
    padding-left: 16px;
    border-left: 5px solid #999;
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
    padding: 8px;
    background: #f9f9f9;
    font: 16px;
    line-height: 1.5;
    color: #000;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    /* 1 */
    overflow: auto;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

/*
 * Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
 */
progress {
    vertical-align: baseline;
}

/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
    display: none;
}

/*
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE and Safari
 */
[hidden],
template {
    display: none;
}

/* Iframe
 ========================================================================== */
iframe {
    border: 0;
}

/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
}
/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.uk-panel {
    /* 1 */
    display: block;
    /* 2 */
    position: relative;
}

/*
 * Allow panels to be anchors
 */
.uk-panel,
.uk-panel:hover {
    text-decoration: none;
}

/*
 * Micro clearfix to make panels more robust
 */
.uk-panel:before,
.uk-panel:after {
    content: "";
    display: table;
}

.uk-panel:after {
    clear: both;
}

/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
.uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
    padding: 16px;
    background: #f9f9f9;
    color: #000;
    border: 1px solid #999;
    border-radius: 5px;
}
.uk-panel-box .uk-panel-teaser {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
    background-color: #fff;
    color: #000;
}

.spyder-panel {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #999;
    border-radius: 5px;
    overflow: hidden;
}
.spyder-panel + .spyder-panel {
    margin-top: 16px !important;
}

.spyder-panel--small {
    padding: 8px;
}

.spyder-panel--alt {
    box-shadow: none;
    background: #fff;
}

.spyder-panel__stack__sub {
    position: relative;
}
.spyder-panel__stack__sub + * {
    border-top: 1px solid #999;
}

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
.uk-article:before,
.uk-article:after {
    content: "";
    display: table;
}

.uk-article:after {
    clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
    margin-bottom: 0;
}

/*
 * Vertical gutter for articles
 */
.uk-article + .uk-article {
    border-top: 1px solid #999;
    margin-top: 16px;
    padding-top: 16px;
}

/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
}

.uk-article-title a {
    color: inherit;
    text-decoration: none;
}

/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

/* Sub-object `uk-article-divider`
 ========================================================================== */
.uk-article-divider {
    margin-bottom: 16px;
    border-color: #999;
}

* + .uk-article-divider {
    margin-top: 16px;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
.uk-comment-header {
    margin-bottom: 16px;
    padding: 8px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
}

/*
 * Micro clearfix
 */
.uk-comment-header:before,
.uk-comment-header:after {
    content: "";
    display: table;
}

.uk-comment-header:after {
    clear: both;
}

/* Sub-object `uk-comment-avatar`
 ========================================================================== */
.uk-comment-avatar {
    margin-right: 16px;
    float: left;
}

/* Sub-object `uk-comment-title`
 ========================================================================== */
.uk-comment-title {
    margin: 16px 0 0 0;
    font-size: 32px;
    line-height: 1.5;
}

/* Sub-object `uk-comment-meta`
 ========================================================================== */
.uk-comment-meta {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

/* Sub-object `uk-comment-body`
 ========================================================================== */
.uk-comment-body {
    padding-left: 8px;
    padding-right: 8px;
}

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child {
    margin-bottom: 0;
}

/* Sub-object `uk-comment-list`
 ========================================================================== */
.uk-comment-list {
    padding: 0;
    list-style: none;
}

.uk-comment-list .uk-comment + ul {
    margin: 24px 0 0 0;
    list-style: none;
}

.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
    margin-top: 24px;
}

/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-comment-list .uk-comment + ul {
        padding-left: 50px;
    }
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
.uk-nav,
.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
 * Items
 */
.uk-nav li > a {
    display: block;
    text-decoration: none;
}

.uk-nav > li > a {
    padding: 4px 16px;
}

/*
 * Nested items
 */
.uk-nav ul {
    padding-left: 16px;
}

.uk-nav ul a {
    padding: 4px 0;
}

/*
 * Item subtitle
 */
.uk-nav li > a > div {
    font-size: 16px;
    line-height: 1.5;
}

/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
    padding: 4px 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.uk-nav-header:not(:first-child) {
    margin-top: 16px;
}

/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
    margin: 4px 16px;
}

/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
    color: #000;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
    background: rgba(72, 72, 72, 0.3);
    color: #000;
    /* 2 */
    outline: none;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.06);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0);
}

/* Active */
.uk-nav-side > li.uk-active > a {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0);
}

/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
    color: #000;
}

/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
    border-top: 1px solid #999;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

/*
 * Nested items
 */
.uk-nav-side ul a {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.uk-nav-side ul a:hover {
    color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
}

/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown > li > a {
    color: #000;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    /* 2 */
    outline: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0);
}

/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
    color: #000;
}

/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
    border-top: 1px solid #999;
}

/*
 * Nested items
 */
.uk-nav-dropdown ul a {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.uk-nav-dropdown ul a:hover {
    color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    /* 1 */
    margin-left: -8px;
    margin-top: -8px;
    /* 2 */
    padding: 0;
    list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
    /* 1 */
    flex: none;
    /* 2 */
    padding-left: 8px;
    margin-top: 8px;
    /* 3 */
    position: relative;
}

/*
 * DEPRECATED IE9 Support
 */
.uk-subnav:before,
.uk-subnav:after {
    content: "";
    display: block;
    overflow: hidden;
}

.uk-subnav:after {
    clear: both;
}

.uk-subnav > * {
    float: left;
}

/* Items
 ========================================================================== */
.uk-subnav > * > * {
    display: inline-block;
    color: #000;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    text-decoration: none;
}

/*
 * Active
 */
.uk-subnav > .uk-active > * {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > :before {
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: middle;
}

.uk-subnav-line > :nth-child(n+2):before {
    margin-right: 8px;
    border-left: 1px solid #999;
}

/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill > * > * {
    border-radius: 5px;
    padding: 4px 8px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
    background: #ddd;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    color: #000;
    text-decoration: none;
    /* 2 */
    outline: none;
}

/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > .uk-active > * {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    color: #fff;
}

/* Disabled state
 ========================================================================== */
.uk-subnav > .uk-disabled > * {
    background: none;
    box-shadow: none;
    color: #484848;
    text-decoration: none;
    cursor: text;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
    /* 1 */
    padding: 0;
    list-style: none;
    /* 2 */
    font-size: 0.001px;
}

/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
    font-size: 16px;
    vertical-align: top;
}

.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
    display: inline-block;
}

.uk-breadcrumb > li:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin: 0 8px;
}

/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
    color: #000;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.uk-pagination {
    /* 1 */
    padding: 0;
    list-style: none;
    /* 2 */
    text-align: center;
    /* 3 */
    font-size: 0.001px;
}

/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.uk-pagination:before,
.uk-pagination:after {
    content: "";
    display: table;
}

.uk-pagination:after {
    clear: both;
}

/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.uk-pagination > li {
    display: inline-block;
    /* 1 */
    font-size: 16px;
    /* 2 */
    vertical-align: top;
}

.uk-pagination > li:nth-child(n+2) {
    margin-left: 4px;
}

/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.uk-pagination > li > a,
.uk-pagination > li > span {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    min-width: 1.5px;
    padding: 4px 4px;
    line-height: 1.5;
    text-decoration: none;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
    text-align: center;
}

/*
 * Links
 */
.uk-pagination > li > a {
    background: #fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
    background-color: #f9f9f9;
    color: #000;
    /* 2 */
    outline: none;
    border-color: #000;
}

/* OnClick */
.uk-pagination > li > a:active {
    background-color: #f9f9f9;
    color: #000;
}

/*
 * Active
 */
.uk-pagination > .uk-active > span {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    border-color: transparent;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0);
}

/*
 * Disabled
 */
.uk-pagination > .uk-disabled > span {
    background-color: #f9f9f9;
    color: #000;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #999;
}

/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
    content: "";
    display: table;
}

.uk-tab:after {
    clear: both;
}

/*
 * Items
 * 1. Create position context for dropdowns
 */
.uk-tab > li {
    margin-bottom: -1px;
    float: left;
    /* 1 */
    position: relative;
}

.uk-tab > li > a {
    display: block;
    padding: 8px 8px 8px 8px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

.uk-tab > li:nth-child(n+2) > a {
    margin-left: 4px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
    border-color: rgba(255, 255, 255, 0);
    background: #f9f9f9;
    color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    /* 2 */
    outline: none;
}

.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
    margin-bottom: 1px;
    padding-bottom: 7px;
}

.uk-tab > li:not(.uk-active) > a:hover {
    background: #fff;
}

.uk-tab > li:not(.uk-active) > a,
.uk-tab > li.uk-open:not(.uk-active) {
    border-color: #999;
    background: #f9f9f9;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    outline: none;
    margin-bottom: 1px;
    padding-bottom: 7px;
}

/* Active */
.uk-tab > li.uk-active > a {
    border-color: #999;
    border-bottom-color: transparent;
    background: #fff;
    color: #000;
}

/* Disabled */
.uk-tab > li.uk-disabled > a {
    color: #484848;
    cursor: text;
}

.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
    background: none;
    border-color: transparent;
}

/* Modifier: 'tab-responsive'
 ========================================================================== */
/**
 * Has some JS that looks for uk-tab-responsive in assets/css/lib/uikit/src/js/core/tab.js
 * Might be worth either adding uk-tab-responsive to our uk-tab elements, or removing any calls
 * to it in the JS. Currently we don't use uk-tab-responsive on any element in our plugin.
 */
.uk-tab > li.uk-tab-responsive > a {
    margin-left: 0;
    margin-right: 0;
}

/*
 * Icon
 */
.uk-tab-responsive > a:before {
    content: "ïƒ‰Â ";
    font-family: FontAwesome;
}

/* Modifier: 'tab-center'
 ========================================================================== */
.uk-tab-center {
    border-bottom: 1px solid #999;
}

.uk-tab-center-bottom {
    border-bottom: none;
    border-top: 1px solid #999;
}

.uk-tab-center:before,
.uk-tab-center:after {
    content: "";
    display: table;
}

.uk-tab-center:after {
    clear: both;
}

/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
.uk-tab-center .uk-tab {
    position: relative;
    right: 50%;
    border: none;
    float: right;
}

.uk-tab-center .uk-tab > li {
    position: relative;
    right: -50%;
}

.uk-tab-center .uk-tab > li > a {
    text-align: center;
}

/* Modifier: 'tab-bottom'
 ========================================================================== */
.uk-tab-bottom {
    border-top: 1px solid #999;
    border-bottom: none;
}

.uk-tab-bottom > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.uk-tab-bottom > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-radius: 0 0 5px 5px;
}

.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 8px;
    padding-top: 7px;
}

.uk-tab-bottom > li.uk-active > a {
    border-top-color: transparent;
    border-bottom-color: #999;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list, .spyder-off-canvas__sub-menu, .spyder-footer .widget ul,
.spyder-footer .spyder-widget ul, .spyder-search__price-list {
    padding: 0;
    list-style: none;
}

/*
 * Micro clearfix to make list more robust
 */
.uk-list > li:before, .spyder-off-canvas__sub-menu > li:before, .spyder-footer .widget ul > li:before,
.spyder-footer .spyder-widget ul > li:before, .spyder-search__price-list > li:before,
.uk-list > li:after,
.spyder-off-canvas__sub-menu > li:after,
.spyder-footer .widget ul > li:after,
.spyder-footer .spyder-widget ul > li:after,
.spyder-search__price-list > li:after {
    content: "";
    display: table;
}

.uk-list > li:after, .spyder-off-canvas__sub-menu > li:after, .spyder-footer .widget ul > li:after,
.spyder-footer .spyder-widget ul > li:after, .spyder-search__price-list > li:after {
    clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child, .spyder-off-canvas__sub-menu > li > :last-child, .spyder-footer .widget ul > li > :last-child,
.spyder-footer .spyder-widget ul > li > :last-child, .spyder-search__price-list > li > :last-child {
    margin-bottom: 0;
}

/*
 * Nested lists
 */
.uk-list ul, .spyder-off-canvas__sub-menu ul, .spyder-footer .widget ul ul,
.spyder-footer .spyder-widget ul ul, .spyder-search__price-list ul {
    margin: 0;
    padding-left: 24px;
    list-style: none;
}

/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space > li:nth-child(n+2) {
    margin-top: 8px;
}

.spyder-stripe-list > li,
.spyder-stripe-list > li.cell {
    padding-bottom: 0;
    padding-top: 0;
}
.spyder-stripe-list > li a,
.spyder-stripe-list > li.cell a {
    display: block;
    padding: 4px 4px;
    border-top: 1px solid #999;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table, .spyder-listing__table, .spyder-listing-table {
    /* 1 */
    border-collapse: collapse;
    border-spacing: 0;
    /* 2 */
    width: 100%;
    /* 3 */
    margin-bottom: 16px;
}

/*
 * Add margin if adjacent element
 */
* + .uk-table, * + .spyder-listing__table, * + .spyder-listing-table {
    margin-top: 16px;
}

.uk-table th, .spyder-listing__table th, .spyder-listing-table th,
.uk-table td,
.spyder-listing__table td,
.spyder-listing-table td {
    border-bottom: 1px solid #999;
    padding: 8px 8px;
}

.uk-table tr:last-child td, .spyder-listing__table tr:last-child td, .spyder-listing-table tr:last-child td {
    border-bottom: none;
}

/*
 * Set alignment
 */
.uk-table th, .spyder-listing__table th, .spyder-listing-table th {
    text-align: left;
}

.uk-table td, .spyder-listing__table td, .spyder-listing-table td {
    vertical-align: top;
}

.uk-table thead th, .spyder-listing__table thead th, .spyder-listing-table thead th {
    vertical-align: bottom;
}

/*
 * Caption and footer
 */
.uk-table caption, .spyder-listing__table caption, .spyder-listing-table caption,
.uk-table tfoot,
.spyder-listing__table tfoot,
.spyder-listing-table tfoot {
    font-size: 16px;
    font-style: italic;
}

.uk-table caption, .spyder-listing__table caption, .spyder-listing-table caption {
    text-align: left;
    color: #000;
}

/*
 * Active State
 */
.uk-table tbody tr.uk-active, .spyder-listing__table tbody tr.uk-active, .spyder-listing-table tbody tr.uk-active {
    background: #fff;
}

/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd), .spyder-listing__table tbody tr:nth-of-type(odd) {
    background: #fff;
}

/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
    padding: 4px 8px;
}

/* Modifier: `uk-table-shrink`
 ========================================================================== */
.uk-table-shrink {
    width: 1px;
}

/* Modifier: `uk-table-expand`
========================================================================== */
.uk-table-expand {
    min-width: 200px;
}

/* Modifier: `uk-table-responsive`
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 767px) {
    .uk-table-responsive,
    .uk-table-responsive tbody,
    .uk-table-responsive th,
    .uk-table-responsive td,
    .uk-table-responsive tr {
        display: block;
    }

    .uk-table-responsive thead {
        display: none;
    }

    .uk-table-responsive th,
    .uk-table-responsive td {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .uk-table-responsive th:not(:first-child):not(.uk-table-link),
    .uk-table-responsive td:not(:first-child):not(.uk-table-link),
    .uk-table-responsive .uk-table-link:not(:first-child) > a {
        padding-top: 5px !important;
    }

    .uk-table-responsive th:not(:last-child):not(.uk-table-link),
    .uk-table-responsive td:not(:last-child):not(.uk-table-link),
    .uk-table-responsive .uk-table-link:not(:last-child) > a {
        padding-bottom: 5px !important;
    }

    .uk-table-justify.uk-table-responsive th,
    .uk-table-justify.uk-table-responsive td {
        padding-left: 0;
        padding-right: 0;
    }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
    /* 1 */
    -webkit-appearance: none;
    /* 2 */
    margin: 0;
    /* 3 */
    border: none;
    /* 4 */
    overflow: visible;
    /* 5 */
    font: inherit;
    color: inherit;
    /* 6 */
    text-transform: none;
    /* 7. */
    padding: 0;
    background: transparent;
    /* 8 */
    display: inline-block;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}

/* Icon */
.uk-close:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
    opacity: 0.5;
    /* 2 */
    outline: none;
    /* 3 */
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* Modifier
 ========================================================================== */
.uk-close-alt {
    padding: 4px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
    opacity: 1;
}

/* Icon */
.uk-close-alt:after {
    opacity: 0.5;
}

.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
    opacity: 0.8;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge {
    display: inline-block;
    padding: 0 8px;
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

/*
 * Keep color when badge is a link
 */
a.uk-badge:hover {
    color: #fff;
}

/* Modifier: `uk-badge-notification`;
 ========================================================================== */
.uk-badge-notification {
    box-sizing: border-box;
    min-width: 28px;
    font-size: 16px;
    line-height: 1.5;
}

/* Color modifier
 ========================================================================== */
.uk-badge-muted {
    background-color: #ddd;
}

/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
.uk-thumbnail, .wp-caption, .spyder-border-pad {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #999;
    background: #fff;
    border-radius: 5px;
}

/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
a.uk-thumbnail:hover, a.wp-caption:hover, a.spyder-border-pad:hover,
a.uk-thumbnail:focus,
a.wp-caption:focus,
a.spyder-border-pad:focus {
    border-color: #000;
    background-color: #fff;
    /* 2 */
    text-decoration: none;
    /* 3 */
    outline: none;
}

/* Caption
 ========================================================================== */
.uk-thumbnail-caption, .wp-caption figcaption {
    padding-top: 4px;
    text-align: center;
    color: #000;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */
.uk-overlay {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    vertical-align: middle;
    /* 5 */
    overflow: hidden;
    /* 6 */
    -webkit-transform: translateZ(0);
    /* 7 */
    margin: 0;
}

/* 6 for Safari */
.uk-overlay.uk-border-circle {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/*
 * Remove margin from content
 */
.uk-overlay > :first-child {
    margin-bottom: 0;
}

/* Sub-object `uk-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
.uk-overlay-panel {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* 2 */
    padding: 16px;
    color: #fff;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
    margin-bottom: 0;
}

/*
 * Keep color for headings if the default heading color is changed
 */
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
    color: inherit;
}

.uk-overlay-panel a:not([class]) {
    color: inherit;
    text-decoration: underline;
}

.uk-overlay-panel a[class*=uk-icon-]:not(.uk-icon-button) {
    color: inherit;
}

/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
 ========================================================================== */
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0;
}

.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0;
}

/* Modifier `uk-overlay-background`
 ========================================================================== */
.uk-overlay-background {
    background: rgba(0, 0, 0, 0.4);
}

/* Modifier `uk-overlay-image`
 ========================================================================== */
/*
 * Reset panel
 */
.uk-overlay-image {
    padding: 0;
}

/* Position modifiers
 ========================================================================== */
.uk-overlay-top {
    bottom: auto;
}

.uk-overlay-bottom {
    top: auto;
}

.uk-overlay-left {
    right: auto;
}

.uk-overlay-right {
    left: auto;
}

/* Sub-object `uk-overlay-icon`
 ========================================================================== */
.uk-overlay-icon:before {
    content: "ï€‚";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
}

/* Transitions
 ========================================================================== */
.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*=uk-overlay-slide] {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}

.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*=uk-overlay-slide] {
    transition-duration: 0.8s;
}

/*
 * Fade
 */
.uk-overlay-fade {
    opacity: 0.7;
}

.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
    opacity: 1;
}

/*
 * Scale
 */
.uk-overlay-scale {
    transform: scale(1);
}

.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
    transform: scale(1.1);
}

/*
 * Spin
 */
.uk-overlay-spin {
    transform: scale(1) rotate(0deg);
}

.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
    transform: scale(1.1) rotate(3deg);
}

/*
 * Grayscale
 */
.uk-overlay-grayscale {
    filter: grayscale(100%);
}

.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
    filter: grayscale(0%);
}

/*
 * Slide
 */
[class*=uk-overlay-slide] {
    opacity: 0;
}

/* Top */
.uk-overlay-slide-top {
    transform: translateY(-100%);
}

/* Bottom */
.uk-overlay-slide-bottom {
    transform: translateY(100%);
}

/* Left */
.uk-overlay-slide-left {
    transform: translateX(-100%);
}

/* Right */
.uk-overlay-slide-right {
    transform: translateX(100%);
}

/* Hover */
.uk-overlay-hover:hover [class*=uk-overlay-slide],
.uk-overlay-active .uk-active > [class*=uk-overlay-slide] {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* DEPRECATED
 * Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-area {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* 2 */
    background: rgba(0, 0, 0, 0.7);
    /* 3 */
    opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
    opacity: 1;
}

/*
 * Icon
 */
.uk-overlay-area:empty:before {
    content: "ï€‚";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
}

/* DEPRECATED
 * Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
.uk-overlay-area:not(:empty) {
    font-size: 0.001px;
}

/*
 * 1. Needed for vertical alignment
 */
.uk-overlay-area:not(:empty):before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
.uk-overlay-area-content {
    /* 1 */
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
    /* 2 */
    font-size: 16px;
    /* 3 */
    text-align: center;
    /* 4 */
    padding: 0 16px;
    color: #fff;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay-area-content > :last-child {
    margin-bottom: 0;
}

/*
 * Links in overlay area
 */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
    color: inherit;
}

/* DEPRECATED
 * Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-caption {
    /* 1 */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* 2 */
    padding: 16px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    /* 3 */
    opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
    opacity: 1;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
}

/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: 0.8s;
    animation-timing-function: linear !important;
}

/*
 * Fade with scale
 */
.uk-animation-scale-up {
    animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
    animation-name: uk-fade-scale-18;
}

/*
 * Fade with slide
 */
.uk-animation-slide-top,
.uk-animation-slide-bottom {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1.25);
}

.uk-animation-slide-top {
    animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
    animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
    animation-name: uk-fade-left;
}

.uk-animation-slide-right {
    animation-name: uk-fade-right;
}

/*
 * Scale
 */
.uk-animation-scale {
    animation-name: uk-scale-12;
}

/*
 * Shake
 */
.uk-animation-shake {
    animation-name: uk-shake;
}

/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in;
}

/* Duration modifiers
========================================================================== */
.uk-animation-15 {
    animation-duration: 15s;
}

/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
    transform-origin: 0 0;
}

.uk-animation-top-center {
    transform-origin: 50% 0;
}

.uk-animation-top-right {
    transform-origin: 100% 0;
}

.uk-animation-middle-left {
    transform-origin: 0 50%;
}

.uk-animation-middle-right {
    transform-origin: 100% 50%;
}

.uk-animation-bottom-left {
    transform-origin: 0 100%;
}

.uk-animation-bottom-center {
    transform-origin: 50% 100%;
}

.uk-animation-bottom-right {
    transform-origin: 100% 100%;
}

/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*=uk-animation-],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*=uk-animation-] {
    animation-name: none;
}

/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*
 * Bottom
 */
@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*
 * Left
 */
@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/*
 * Right
 */
@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*
 * Scale by 1.8
 */
@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
/*
 * Right
 */
@keyframes uk-slide-right {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
/*
 * Left third
 */
@keyframes uk-slide-left-33 {
    0% {
        transform: translateX(33%);
    }
    100% {
        transform: translateX(0);
    }
}
/*
 * Right third
 */
@keyframes uk-slide-right-33 {
    0% {
        transform: translateX(-33%);
    }
    100% {
        transform: translateX(0);
    }
}
/* Keyframes: Scale
 ========================================================================== */
@keyframes uk-scale-12 {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@keyframes uk-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
/* Keyframes: Shake
 ========================================================================== */
@keyframes uk-shake {
    0%, 100% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-9px);
    }
    20% {
        transform: translateX(8px);
    }
    30% {
        transform: translateX(-7px);
    }
    40% {
        transform: translateX(6px);
    }
    50% {
        transform: translateX(-5px);
    }
    60% {
        transform: translateX(4px);
    }
    70% {
        transform: translateX(-3px);
    }
    80% {
        transform: translateX(2px);
    }
    90% {
        transform: translateX(-1px);
    }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*
 * Bottom fixed
 */
@keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.spyder-drop-in--enter {
    will-change: transform, opacity;
    opacity: 0.01;
    transform: translate3d(0, -100%, 0);
}
.spyder-drop-in--enter-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 200ms ease-in-out 300ms, transform 200ms ease-out 300ms;
}
.spyder-drop-in--leave {
    will-change: transform, opacity;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.spyder-drop-in--leave-active {
    opacity: 0.01;
    transform: translate3d(0, -100%, 0);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set width
 */
.uk-dropdown {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 920;
    /* 3 */
    box-sizing: border-box;
    /* 4 */
    width: 200px;
}

/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
.uk-dropdown {
    padding: 16px;
    background: #fff;
    color: #000;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: left;
    margin-top: 4px;
    /* 1 */
    font-size: 16px;
    vertical-align: top;
}

/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown {
    /* 1 */
    display: block;
    /* 2 */
    animation: uk-slide-top-fixed 0.2s ease-in-out;
    /* 3 */
    transform-origin: 0 0;
}

/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
    margin: 0 -16px;
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * 1. Deactivate browser history navigation in IE11
 */
.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    /* 1 */
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

/*
 * Items
 */
.uk-switcher > :not(.uk-active) {
    display: none;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .uk-text-small {
        font-size: 12px;
    }
}

.uk-text-medium {
    font-size: 16px;
    line-height: 1.5;
}

.uk-text-large {
    font-size: 18px;
    line-height: 1.5;
}

/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
    font-weight: 700;
}

.uk-text-semibold {
    font-weight: 500;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
    color: #333 !important;
}

.uk-text-primary {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) !important;
}

.uk-text-success {
    color: #3f8c56 !important;
}

.uk-text-warning {
    color: #e28327 !important;
}

.uk-text-danger {
    color: #ed1c24 !important;
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
    text-align: left !important;
}

.uk-text-right {
    text-align: right !important;
}

.uk-text-center {
    text-align: center !important;
}

.uk-text-justify {
    text-align: justify !important;
}

.uk-text-top {
    vertical-align: top !important;
}

.uk-text-middle {
    vertical-align: middle !important;
}

.uk-text-bottom {
    vertical-align: bottom !important;
}

/* Only tablets portrait and smaller */
@media (max-width: 959px) {
    .uk-text-center-medium {
        text-align: center !important;
    }

    .uk-text-left-medium {
        text-align: left !important;
    }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
    .uk-text-center-small {
        text-align: center !important;
    }

    .uk-text-left-small {
        text-align: left !important;
    }
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
    white-space: nowrap;
}

/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uk-text-truncate-child > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Capitalization modifiers
 ========================================================================== */
.uk-text-capitalize {
    text-transform: capitalize !important;
}

.uk-text-uppercase {
    text-transform: uppercase !important;
}

.uk-text-lowercase {
    text-transform: lowercase !important;
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
    box-sizing: border-box;
    max-width: 1220px;
    padding: 0 16px;
    margin: 0 auto;
}
.uk-container .uk-container {
    padding: 0;
    max-width: 100%;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-container {
        max-width: 1220px;
        padding: 0 16px;
    }
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
    content: "";
    display: table;
}

.uk-container:after {
    clear: both;
}

/*
 * Center container
 */
.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
    content: "";
    display: table-cell;
}

.uk-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
    float: left;
}

.uk-float-right {
    float: right;
}

/* 1 */
[class*=uk-float-] {
    max-width: 100%;
}

/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*=uk-align-] {
    display: block;
    margin-bottom: 16px;
}

.uk-align-left {
    margin-right: 16px;
    float: left;
}

.uk-align-right {
    margin-left: 16px;
    float: right;
}

/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-align-medium-left {
        margin-right: 16px;
        margin-bottom: 16px;
        float: left;
    }

    .uk-align-medium-right {
        margin-left: 16px;
        margin-bottom: 16px;
        float: right;
    }
}
.uk-align-center {
    margin-left: auto;
    margin-right: auto;
}

/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
    font-size: 0.001px;
}

/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
    display: inline-block;
    max-width: 100%;
    /* 1 */
    font-size: 1rem;
}

.uk-vertical-align-middle {
    vertical-align: middle;
}

.uk-vertical-align-bottom {
    vertical-align: bottom;
}

/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*=uk-height] {
    box-sizing: border-box;
}

/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
    height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
    height: 100vh;
    min-height: 600px;
}

/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
    box-sizing: border-box;
}

/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}

/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
    max-height: 100%;
    width: auto;
}

/* Border
 ========================================================================== */
.uk-border-circle {
    border-radius: 5px;
}

.uk-border-rounded {
    border-radius: 5px;
}

/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
    color: #484848;
}

.uk-link-muted:hover,
.uk-link-muted a:hover {
    color: #484848;
}

/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
    color: inherit;
    text-decoration: none;
}

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
    overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-overflow-container > :last-child {
    margin-bottom: 0;
}

/* Display
 ========================================================================== */
/*
 * Display
 */
.uk-display-block {
    display: block !important;
}

.uk-display-inline {
    display: inline !important;
}

.uk-display-inline-block {
    display: inline-block !important;
}

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Hi-Res Desktop and bigger */
@media (min-width: 1220px) {
    .uk-hidden-xlarge {
        display: none !important;
    }

    .uk-visible-small {
        display: none !important;
    }

    .uk-visible-medium {
        display: none !important;
    }

    .uk-visible-large {
        display: none !important;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) and (max-width: 1219px) {
    .uk-visible-small {
        display: none !important;
    }

    .uk-visible-medium {
        display: none !important;
    }

    .uk-visible-xlarge {
        display: none !important;
    }

    .uk-hidden-large {
        display: none !important;
    }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
    .uk-visible-small {
        display: none !important;
    }

    .uk-visible-large {
        display: none !important;
    }

    .uk-visible-xlarge {
        display: none !important;
    }

    .uk-hidden-medium {
        display: none !important;
    }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
    .uk-visible-medium {
        display: none !important;
    }

    .uk-visible-large {
        display: none !important;
    }

    .uk-visible-xlarge {
        display: none !important;
    }

    .uk-hidden-small {
        display: none !important;
    }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
    display: none !important;
    visibility: hidden !important;
}

/* It's hidden, but still affects layout */
.uk-invisible {
    visibility: hidden !important;
}

/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
    display: block !important;
    visibility: visible !important;
}

.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
    display: inline-block !important;
    visibility: visible !important;
}

/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
    display: none !important;
}

.uk-container-smaller {
    max-width: 1000px;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
    display: flex;
}

/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > * {
    -ms-flex-negative: 1;
}

/* Alignment
========================================================================== */
.uk-flex-middle {
    align-items: center;
}

/* Item dimensions
 ========================================================================== */
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
    flex: 1;
}

/* ========================================================================
   Component: Notify
 ========================================================================== */
/*
 * Message container for positioning
 */
.uk-notify {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 940;
    box-sizing: border-box;
    width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notify-top-right,
.uk-notify-bottom-right {
    left: auto;
    right: 10px;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
    left: 50%;
    margin-left: -175px;
}

.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
    top: auto;
    bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 479px) {
    /*
   * Fit in small screen
   */
    .uk-notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}
/* Sub-object: `uk-notify-message`
========================================================================== */
.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    padding: 16px;
    background: #484848;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    border: 1px solid none;
    border-radius: 5px;
}

/* Close in notify
 ========================================================================== */
.uk-notify-message > .uk-close {
    visibility: hidden;
    float: right;
}

.uk-notify-message:hover > .uk-close {
    visibility: visible;
}

/* Modifier: `alert-info`
 ========================================================================== */
.uk-notify-message-primary {
    background: #f9f9f9;
    border-color: #ddd;
    color: #fff;
}

/* Modifier: `alert-success`
 ========================================================================== */
.uk-notify-message-success {
    background: #b8e986;
    border-color: #659f13;
    color: #fff;
}

/* Modifier: `uk-notify-message-warning`
 ========================================================================== */
.uk-notify-message-warning {
    background: #f6d8bb;
    border-color: #f3cba5;
    color: #fff;
}

/* Modifier: `uk-notify-message-danger`
 ========================================================================== */
.uk-notify-message-danger {
    background: #fff9f9;
    border-color: #f7a0a4;
    color: #fff;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
    /* 1 */
    display: inline-block;
    /* 2 */
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    /* 3 */
    border-radius: 5px;
    border: none;
    line-height: 1.5;
    color: #f9f9f9;
    font-size: 16px;
    text-align: center;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.uk-slidenav:hover,
.uk-slidenav:focus {
    /* 2 */
    outline: none;
    /* 3 */
    text-decoration: none;
    /* 4 */
    color: #fff;
    cursor: pointer;
}

/* Active */
.uk-slidenav:active {
    color: #fff;
}

/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
    position: relative;
}

/*
 * Center vertically
 */
.uk-slidenav-position .uk-slidenav {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
}

.uk-slidenav-position:hover .uk-slidenav {
    display: block;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: -80px;
    padding-right: 5px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: -80px;
    padding-left: 5px;
}

/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
    background: transparent;
    transition: background 300ms;
}
.uk-slidenav-contrast:hover {
    background: transparent;
}
.uk-slidenav-contrast.no-svg {
    color: #fff;
}
.uk-slidenav-contrast .arrow {
    fill: #999;
}
@media (min-width: 960px) {
    .uk-slidenav-contrast {
        background: #f9f9f9;
        /*
     * Hover
     * 1. Apply hover style also to focus state
    */
        /* Active */
    }
    .uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
        background: #fff;
    }
    .uk-slidenav-contrast:active {
        background: #fff;
    }
    .uk-slidenav-contrast.no-svg {
        color: #fff;
    }
    .uk-slidenav-contrast .arrow {
        fill: #484848;
    }
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. More robust if padding and border are used
 */
[data-uk-sticky].uk-active {
    z-index: 880;
    /* 1 */
    box-sizing: border-box;
}

/*
 * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
 */
.uk-sticky-placeholder > * {
    /* 1 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*
 * Faster animations
 */
[data-uk-sticky][class*=uk-animation-] {
    animation-duration: 0.2s;
}

[data-uk-sticky].uk-animation-reverse {
    animation-duration: 0.2s;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 930;
    /* 3 */
    box-sizing: border-box;
    max-width: 200px;
    padding: 4px 8px;
    /* 4 */
    background: #484848;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    border-radius: base__border-radius;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    /* 1 */
    border: 4px dashed #484848;
}

/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
    bottom: -4px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #484848;
}

/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
    top: -4px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #484848;
}

/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
    left: 50%;
    margin-left: -4px;
}

/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
    left: 10px;
}

/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
    right: 10px;
}

/*
 * Left
 */
.uk-tooltip-left:after {
    right: -4px;
    top: 50%;
    margin-top: -4px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #484848;
}

/*
 * Right
 */
.uk-tooltip-right:after {
    left: -4px;
    top: 50%;
    margin-top: -4px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #484848;
}

/* ==========================================================================
 * Name:            Animation
 * Description:     Provides a useful set of keyframe animations
 * ========================================================================== */
@keyframes spyder-drop {
    0% {
        opacity: 0;
        transform: translateY(16px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.spyder-more-bounce .spyder-icon {
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1.25);
}
.spyder-more-bounce:hover .spyder-icon, .spyder-more-bounce:focus .spyder-icon, .spyder-more-bounce:active .spyder-icon {
    transform: translateX(40%);
}

.spyder-more-bounce--left .spyder-icon {
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1.25);
}
.spyder-more-bounce--left:hover .spyder-icon, .spyder-more-bounce--left:focus .spyder-icon, .spyder-more-bounce--left:active .spyder-icon {
    transform: translateX(-40%);
}

@keyframes loadingrotation--top {
    from {
        transform: translateX(-50%) rotate(0deg);
    }
    to {
        transform: translateX(-50%) rotate(360deg);
    }
}
@keyframes loadingrotation--center {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-2px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(2px, 0, 0);
    }
}
@keyframes placeHolderShimmer {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.animation--shimmer {
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(90deg, #f9f9f9, transparent, #f9f9f9), #fff;
    background-size: 200% 100%;
}

.animation--svg-stroke > path {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.2s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
/* Mobile XP Favorite Button Animations
 ========================================================================== */
@keyframes heartScale {
    0%, 17.5% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes bubble {
    15% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes particles {
    0%, 15% {
        opacity: 0;
    }
    20% {
        box-shadow: -0.3247595264rem -1.8125rem 0rem 0rem hsl(0, 100%, 70%), 0.3247595264rem -2.1875rem 0rem 0rem hsl(0, 50%, 70%), 1.2145853092rem -1.3839824879rem 0rem 0rem hsl(0, 100%, 70%), 1.9127406207rem -1.1099767196rem 0rem 0rem hsl(0, 50%, 70%), 1.839322634rem 0.0867020657rem 0rem 0rem hsl(0, 100%, 70%), 2.0603890148rem 0.8033816701rem 0rem 0rem hsl(0, 50%, 70%), 1.0790125rem 1.4920981954rem 0rem 0rem hsl(0, 100%, 70%), 0.6565224565rem 2.1117772762rem 0rem 0rem hsl(0, 50%, 70%), -0.4938160543rem 1.7739139507rem 0rem 0rem hsl(0, 100%, 70%), -1.2417189022rem 1.8299615209rem 0rem 0rem hsl(0, 50%, 70%), -1.6947910477rem 0.7199363198rem 0rem 0rem hsl(0, 100%, 70%), -2.2049206003rem 0.1701474161rem 0rem 0rem hsl(0, 50%, 70%), -1.6195538148rem -0.8761680439rem 0rem 0rem hsl(0, 100%, 70%), -1.5077720913rem -1.6177911574rem 0rem 0rem hsl(0, 50%, 70%);
    }
    25%, 100% {
        opacity: 1;
    }
}
/* Mobile Button Spinner Animation
 ========================================================================== */
@keyframes btn-spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/**
 * Font Awesome Migration
 * Most if not all of this file will be purged when we refactor the site.
 **/
.at-menu-btn .spyder-fa-icon {
    color: #000;
    font-size: 20px;
    margin-top: 7px;
}

.at-fav-button .spyder-fa-icon {
    font-size: 22px;
    padding-top: 2px;
}

.filter-tag .spyder-fa-icon {
    margin-left: 5px;
}

.collapsible__trigger .spyder-fa-icon {
    font-size: 20px;
}

.counter__trigger .spyder-fa-icon.disabled {
    color: #c8c8c8;
}

.spyder-modal__close .spyder-fa-icon {
    z-index: 999;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 19px;
}

.spyder-listing__virtual-tour__icon.spyder-fa-icon {
    font-size: 35px;
}

.save-search__pill {
    background: #ed1c24;
    border-radius: calc((1.5 * 14px) / 2);
    position: absolute;
}

.component__default-button {
    background-color: #fff;
    border-width: 0;
    font-weight: 400;
    padding: 5px;
    position: relative;
    line-height: 1.5;
}
.component__default-button:disabled {
    background-color: #f9f9f9;
}
.component__default-button--active {
    background-color: #fff;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.component__default-button--color-blue {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.component__default-button--color-grey {
    color: #484848;
}
.component__default-button--color-red {
    color: #ed1c24;
}
.component__default-button--mini {
    min-height: 50px;
    line-height: 2;
}
.component__default-button--rounded {
    border-radius: 5px;
}
.component__default-button--shadow {
    box-shadow: 0px 1px 2px 1px rgba(74, 74, 74, 0.3);
}
.component__default-button--small {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    padding: 5px;
}
@media screen and (min-width: 360px) {
    .component__default-button--small {
        font-size: 16px !important;
        line-height: 1.5;
    }
}
@media screen and (min-width: 360px) {
    .component__default-button {
        min-height: 50px;
        line-height: 2;
    }
}
html.uk-touch .component__default-button:hover, html.uk-touch .component__default-button:focus, html.uk-touch .component__default-button:active, html.uk-touch .component__default-button.spyder-active, .component__default-button.spyder-active {
    background-color: #fff;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.uk-notouch .component__default-button:hover, .uk-notouch .component__default-button:focus {
    background-color: #ddd;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.component__radio-button {
    display: none !important;
}
.component__radio-button + label {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    min-height: 40px;
    overflow: visible;
    padding: 8px 4px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    vertical-align: middle;
    width: 100%;
}
.component__radio-button + label:after, .component__radio-button + label:before {
    content: none;
    display: none;
}
@media (max-width: 480px) {
    .component__radio-button + label {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.component__radio-button:checked + label {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
}
.component__radio-button:checked + label:after, .component__radio-button:checked + label:before {
    content: none;
    display: none;
}

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: 0;
    color: #222;
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: #222;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #222;
    border-radius: 5px;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/**
 * Social Icons
 * ========================================================================== */
.spyder-social-icons {
    margin: -4px 0 0 -4px;
    font-size: 0;
}
.spyder-social-icons a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    padding: 8px 6px;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    border-radius: 100%;
    margin: 4px 0 0 4px;
    position: relative;
    color: #fff;
    transition: background 0.25s;
}
.spyder-social-icons a:hover {
    color: #999;
    background: #f5f5f5;
}
.spyder-social-icons .spyder-icon--flickr {
    background: #F70080;
}
.spyder-social-icons .spyder-icon--twitter {
    background: #55acee;
}
.spyder-social-icons .spyder-icon--facebook {
    background: #ffffff;
}
.spyder-social-icons .spyder-icon--facebook i{
    color: #3b5998;
}
.spyder-social-icons .spyder-icon--instagram {
    background: #ffffff;
}
.spyder-social-icons .spyder-icon--instagram i {
    color: #f00075;
}
.spyder-social-icons .spyder-icon--linkedin {
    background: #fff;
}
.spyder-social-icons .spyder-icon--linkedin i {
    color: #0976b4;
}
.spyder-social-icons .spyder-icon--pinterest {
    background: #cc2127;
}
.spyder-social-icons .spyder-icon--activerain,
.spyder-social-icons .spyder-icon--active-rain {
    background: #228CD3;
}
.spyder-social-icons .spyder-icon--youtube {
    background: #e52d27;
}
.spyder-social-icons .spyder-icon--email {
    background: #474EA1;
}
.spyder-social-icons .spyder-icon--foursquare {
    background: #0072b1;
}
.spyder-social-icons .spyder-icon--tumblr {
    background: #35465c;
}
.spyder-social-icons .spyder-icon--rss {
    background: #f26522;
}

/** Specific Override for Footer **/
.spyder-footer .spyder-social-icons a:hover {
    background: #999;
}

/* ==========================================================================
 * Name:            Callout
 * Description:     Defines styles for callout messages
 *
 * Component:       `callout`
 *
 * Modifiers:       `callout--success`
 *                  `callout--danger`
 *
 *                  `callout--top-middle`
 *                  `callout--top-left`
 *                  `callout--top-right`
 *
 *                  `callout--bottom-middle`
 *                  `callout--bottom-left`
 *                  `callout--bottom-right`
 *
 *                  `callout--left`
 *                  `callout--right`
 *
 * Markup:
 *
 * <!-- callout with arrow positioned on the top in the middle -->
 * <div class="callout callout--top-middle">
 *  // ... content goes here
 * </div>
 *
 * * <!-- success callout with arrow positioned on the bottom to the left -->
 * <div class="callout callout--bottom-left callout--success">
 *  // ... content goes here
 * </div>
 * ========================================================================== */
.callout {
    background: #f3f9fe;
    border-radius: 5px;
    color: #1581e2;
    padding: 8px;
    position: relative;
}
.callout:after {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
}

/**
 * Modifier: `callout--top`
 *
 * Description: Positions the arrow of the callout to the top.
 *
 * Options: `callout--top-middle`
 *          `callout--top-left`
 *          `callout--top-right`
 * ========================================================================== */
[class*=callout--top]:after {
    border-bottom-color: var(--spyder--style--color--lightest, var(--spyder--style--color--blue--lightest, #f3f9fe));
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
    top: 0;
}

.callout--top-left:after {
    left: 5%;
}
.callout--top-middle:after {
    left: 50%;
}
.callout--top-right:after {
    left: 95%;
}

/**
 * Modifier: `callout--bottom`
 *
 * Description: Positions the arrow of the callout to the bottom.
 *
 * Options: `callout--bottom-middle`
 *          `callout--bottom-left`
 *          `callout--bottom-right`
 * ========================================================================== */
[class*=callout--bottom]:after {
    border-top-color: var(--spyder--style--color--light, var(--spyder--style--color--blue--light, #c4e0fa));
    border-bottom: 0;
    bottom: 0;
    margin-bottom: -10px;
    margin-left: -10px;
}

.callout--bottom-left:after {
    left: 5%;
}
.callout--bottom-middle:after {
    left: 50%;
}
.callout--bottom-right:after {
    left: 95%;
}

/**
 * Modifier: `callout--left`
 *
 * Description: Positions the arrow of the callout to the left. Unlike `top`
 * and `bottom`, the arrow only has one position on the left for now.
 * ========================================================================== */
[class*=callout--left]:after {
    border-right-color: var(--spyder--style--color--light, var(--spyder--style--color--blue--light, #c4e0fa));
    border-left: 0;
    margin-top: -10px;
    margin-left: -10px;
    left: 0;
    top: 50%;
}

/**
 * Modifier: `callout--right`
 *
 * Description: Positions the arrow of the callout to the right. Unlike `top`
 * and `bottom`, the arrow only has one position on the right for now.
 * ========================================================================== */
[class*=callout--right]:after {
    border-left-color: var(--spyder--style--color--light, var(--spyder--style--color--blue--light, #c4e0fa));
    border-right: 0;
    margin-top: -10px;
    margin-right: -10px;
    right: 0;
    top: 50%;
}

/**
 * Modifier: `callout--success`
 *
 * Description: Changes the color of the callout to green to convey a successful
 * state. Updates the arrow color to green as well.
 * ========================================================================== */
.callout--success {
    background: rgba(63, 140, 86, 0.3);
    color: #08110a;
}
.callout--success[class*=callout--top]:after {
    border-bottom-color: rgba(63, 140, 86, 0.3);
}
.callout--success[class*=callout--bottom]:after {
    border-top-color: rgba(63, 140, 86, 0.3);
}
.callout--success[class*=callout--right]:after {
    border-left-color: rgba(63, 140, 86, 0.3);
}
.callout--success[class*=callout--left]:after {
    border-right-color: rgba(63, 140, 86, 0.3);
}

/**
 * Modifier: `callout--danger`
 *
 * Description: Changes the color of the callout to red to convey an error
 * state. Updates the arrow color to red as well.
 * ========================================================================== */
.callout--danger {
    background: rgba(237, 28, 36, 0.15);
    color: #ed1c24;
}
.callout--danger[class*=callout--top]:after {
    border-bottom-color: rgba(237, 28, 36, 0.15);
}
.callout--danger[class*=callout--bottom]:after {
    border-top-color: rgba(237, 28, 36, 0.15);
}
.callout--danger[class*=callout--right]:after {
    border-left-color: rgba(237, 28, 36, 0.15);
}
.callout--danger[class*=callout--left]:after {
    border-right-color: rgba(237, 28, 36, 0.15);
}

/* ==========================================================================
 * Name:            Card
 * Description:     A Card UI that is used as a content container
 *
 * Component:       `card`
 * ========================================================================== */
.card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #999;
    border-radius: 5px;
    min-width: 0;
    position: relative;
}

/**
 * Modifier:      `card--muted`
 *
 * Description:   Cuts the card opacity in half when disabling a card
 * ========================================================================== */
.card--muted {
    opacity: 0.5;
    pointer-events: none;
}

/**
 * Modifier:      `card--muted`
 *
 * Description:   Cuts the card opacity in half when disabling a card
 * ========================================================================== */
.card__body {
    padding: 16px;
}

/* ==========================================================================
 * Name:            Collapsible
 * Description:     Defines styles for collapsible elements
 *
 * Component:       `collapsible`
 * ========================================================================== */
.collapsible {
    position: relative;
    border-top: 1px solid #ddd;
}
.collapsible:last-of-type, .collapsible:only-of-type {
    border-bottom: 1px solid #ddd;
}
.collapsible.collapsible--borderless {
    border-top: 0;
    border-bottom: 0;
}

/**
 * Sub-Component:   `collapsible__trigger`
 *
 * Description:     The clickable element that triggers the opening/closing of
 *                  the collapsible componenet.
 *
 * Modifiers:       `collapsible__trigger--flush-sides`
 *
 * Sub-Components:  `collapsible__trigger__icon`
 * ========================================================================== */
.collapsible__trigger {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.collapsible__trigger--flush-sides {
    padding: 16px 0;
}

.collapsible__trigger__icon {
    fill: #999 !important;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1.25);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.is-open .collapsible__trigger__icon {
    transform: translateY(-50%) rotate(180deg);
}

/**
 * Sub-Component: `collapsible__inner`
 *
 * Description:   The inner div of the collapsible component that contains the
 *                collapsible content
 * ========================================================================== */
.collapsible__inner {
    overflow: hidden;
    padding-bottom: 16px;
}

/* ==========================================================================
 * Name:            Counter
 * Description:     Defines styles for the Counter UI component
 *
 * ========================================================================== */
/**
 * Variables
 * ========================================================================== */
.counter__count {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    text-align: center;
}

.counter__trigger {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 34px;
    width: 34px;
    border-radius: 17px;
    border: 1px solid #999;
    cursor: pointer;
}

/* ==========================================================================
 * Name:            Modal
 * Description:     Defines styles for modals
 * ========================================================================== */
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .modal {
        z-index: 1040;
    }
}

.modal--gradient {
    color: #fff;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

.modal__backdrop {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    overflow-y: auto;
}

.modal__backdrop--animate {
    opacity: 0;
    transition: opacity 150ms linear;
}
.modal__backdrop--animate-in {
    opacity: 1;
}

.modal__content {
    position: relative;
    z-index: 50;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    flex: 1;
    margin: 16px 16px;
    max-width: 450px;
    width: auto;
    padding: 32px 24px;
}
.modal__content:focus {
    outline: none;
}

.modal__content--animate {
    opacity: 0;
    transform: translateY(-100px);
}
.modal__content--animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 200ms linear 200ms/2, transform 200ms ease-out 200ms/2;
}
.modal__content--animate-out {
    transition: opacity 200ms linear, transform 200ms ease-out;
}

.modal__content--background {
    background-attachment: local;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
}

.modal__content--large {
    max-width: 880px;
}

/* ==========================================================================
 * Name:            Toast
 * Description:     Defines styles for notification toasts. Use the Toast React
 *                  component when possible.
 *
 * TODO:            As of now, Toasts are very dependent on various Grid and
 *                  Utility classes. Once we continue to clean up CSS and
 *                  components a bit, perhaps we'll refactor to have Toast styles
 *                  be more independent. - JJ
 *
 * Markup:
 * <div class="toast uk-animation-slide-bottom">
 *   <div class="toast__content">
 *      <div class="grid grid--flexCells">
 *        <div class="cell {bg-color-class} grid--center p-16 cell--noGrow">
 *          // Status Icon
 *        </div>
 *        <div class="cell p-16 uk-text-semibold">
 *          // Toast Text
 *        </div>
 *        <div class="cell grid--center p-16 cell--noGrow">
 *          // X svg for closing the Toast
 *        </div>
 *      </div>
 *    </div>
 * </div>
 *
 * Note: `spyder-color-class` in example can be replaced with util class from
 *       `utilities/_background-colors.scss`
 *
 * React Component: `components/Commom/Toast'
 * ========================================================================== */
.toast {
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
}

.toast__content {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 450px;
    overflow: hidden;
    width: auto;
}

/* ==========================================================================
 * Name:            Cell Align
 * Description:     Previous attempt at establishing a layout method
 *
 * TODO:            Deprecate and remove.
 * ========================================================================== */
.spyder-cell-align {
    text-align: center;
}
.spyder-cell-align.spyder-cell-align--small {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
.spyder-cell-align.spyder-cell-align--small > * {
    display: table-cell;
    vertical-align: top;
}
.spyder-cell-align.spyder-cell-align--small.spyder-cell-align--middle > * {
    vertical-align: middle;
}
.spyder-cell-align.spyder-cell-align--tbl-fixed {
    table-layout: fixed;
}
@media (min-width: 768px) {
    .spyder-cell-align {
        display: table;
        text-align: left;
    }
    .spyder-cell-align.spyder-cell-align--tbl-fixed {
        table-layout: fixed;
    }
    .spyder-cell-align > * {
        display: table-cell;
        vertical-align: top;
    }
    .spyder-cell-align.spyder-cell-align--middle > * {
        vertical-align: middle;
    }
}

.spyder-cell-align--x-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.spyder-cell-align-shuffle.spyder-cell-align-shuffle-small {
    width: 100% !important;
    display: table;
}
.spyder-cell-align-shuffle.spyder-cell-align-shuffle-small > * {
    width: 33.333333%;
    display: table-cell;
}
@media (min-width: 768px) {
    .spyder-cell-align-shuffle > * {
        width: 33.333333%;
    }
    .spyder-cell-align-shuffle .spyder-push-right {
        position: relative;
        left: 100%;
    }
    .spyder-cell-align-shuffle .spyder-push-left {
        position: relative;
        right: 100%;
    }
}

/* ==========================================================================
 * Name:            Autocomplete
 * Description:     Provides suggestions while you type into an input field
 *
 * Component:       `autocomplete`
 *
 * Modifier:      (Nav) `nav-autocomplete`
 *
 * States:          `active`
 * ========================================================================== */
/**
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 */
.autocomplete {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    vertical-align: middle;
}
.autocomplete::-ms-clear {
    display: none;
}

/**
 * Items
 */
.autocomplete-item {
    padding: 4px 16px;
    color: #000;
}

/**
 * Modifier: `nav-autocomplete`
 * ========================================================================== */
/**
 * Active
 * 1. Remove default focus style
 */
.nav-autocomplete li.active > a {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0);
    /* 1 */
    outline: none;
}

/**
 * Sub-object: `uk-nav-header`
 */
.nav-autocomplete .uk-nav-header {
    color: #000;
    background: #f9f9f9;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

/**
 * Sub-object: `uk-nav-divider`
 */
.nav-autocomplete .uk-nav-divider {
    border-top: 1px solid #999;
}

/**
 * Siblings
 * ========================================================================== */
/**
 * Dropdowns
 */
div > .autocomplete[aria-expanded=false] ~ .uk-dropdown {
    display: none !important;
}

div > .autocomplete[aria-expanded=true] ~ .uk-dropdown {
    display: block !important;
}

/* ==========================================================================
 * Name:            Alert
 * Description:     Defines styles for alert messages
 *
 * Component:       `alert`
 *
 * Sub-objects:     `alert-close`
 *
 * Modifiers:       `alert-success`
 *                  `alert-warning`
 *                  `alert-error`
 *                  `alert-large`
 *
 * Uses:            Close: `uk-close`
 *
 * Markup:
 *
 * <!-- alert -->
 * <div class="alert" data-alert>
 *     <a href="#" class="alert-close uk-close"></a>
 *     <p></p>
 * </div>
 * ========================================================================== */
.alert, .openhouse-card {
    margin-bottom: 16px;
    padding: 8px;
    background: var(--spyder--style--color--lightest, var(--spyder--style--color--blue--lightest, #f3f9fe));
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border: 1px solid var(--spyder--style--color--lightest, var(--spyder--style--color--blue--lightest, #f3f9fe));
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

.alert--small {
    padding: 4px;
}

* + .alert, * + .openhouse-card {
    margin-top: 16px;
}

.alert > :last-child, .openhouse-card > :last-child {
    margin-bottom: 0;
}

.alert h1, .openhouse-card h1,
.alert h2,
.openhouse-card h2,
.alert h3,
.openhouse-card h3,
.alert h4,
.openhouse-card h4,
.alert h5,
.openhouse-card h5,
.alert h6,
.openhouse-card h6 {
    color: inherit;
}

/**
 * Close in alert
 * ========================================================================== */
.alert > .uk-close:first-child, .openhouse-card > .uk-close:first-child {
    float: right;
}

.alert > .uk-close:first-child + *, .openhouse-card > .uk-close:first-child + * {
    margin-top: 0;
}

/**
 * Modifier: `alert-success`
 * ========================================================================== */
.alert-success {
    background: rgba(63, 140, 86, 0.05);
    border-color: rgba(63, 140, 86, 0.3);
    color: #3f8c56;
}

/**
 * Modifier: `alert-warning`
 * ========================================================================== */
.alert-warning {
    background: rgba(226, 131, 39, 0.05);
    border-color: rgba(226, 131, 39, 0.3);
    color: #e28327;
}

/**
 * Modifier: `alert-error`
 * ========================================================================== */
.alert-error {
    background: rgba(237, 28, 36, 0.05);
    border-color: #d34836;
    color: #ed1c24;
}

/**
 * BT_SERVICE_OUTAGE alert banner.
 * ========================================================================== */
.spyder-alert-outage {
    background: #fff9f9;
    color: #ed1c24;
    position: static;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}

.spyder-outage-contact-header {
    background: #fff9f9;
    color: #ed1c24;
    padding: 8px;
    border: 1px solid #ed1c24;
    margin-bottom: 16px;
}

/* ==========================================================================
 * Name:            ParsleyJS / Form Errors
 * Description: Defines styles for our error messages
 * ========================================================================== */
.parsley-errors-list,
.errors-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
}
.parsley-errors-list.filled,
.errors-list.filled {
    display: block;
}

.parsley-errors-list.filled {
    padding-left: 0;
}

.parsley-custom-errors .parsley-errors-list.filled {
    margin-top: 16px;
}

.errors-list--opaque {
    background-color: #f8a4a7;
}

/* ==========================================================================
 * Name:            Datepicker
 * Description:     Defines styles for the calendar within our datepicker
 * ========================================================================== */
.datepicker {
    position: relative;
}

.calendar {
    border: 1px solid #999;
    position: absolute;
    top: 80px;
    width: 320px;
    z-index: 10;
    background: #fff;
    left: -32px;
    right: -32px;
    margin: 0 auto;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .calendar {
        left: 0;
        right: 0;
    }
}
.calendar:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    transform: rotate(135deg);
    border-bottom-left-radius: 3px;
    border: 1px solid #999;
    border-right: none;
    border-top: none;
}

.calendar__prevMonth,
.calendar__nextMonth {
    cursor: pointer;
}
.calendar__prevMonth:hover, .calendar__prevMonth:focus,
.calendar__nextMonth:hover,
.calendar__nextMonth:focus {
    background: #f9f9f9;
    outline: 0;
}

.calendar__dayNames {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}

.calendar__day:focus {
    outline: none;
}
.calendar__day:not(.calendar__day--otherMonth) {
    font-weight: 700;
}

.calendar__day div {
    cursor: pointer;
    border-radius: 5px;
    line-height: 18px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}
.calendar__day div:hover, .calendar__day div:focus {
    background: #f9f9f9;
}

.calendar__day--active div {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
}
.calendar__day--active div:hover, .calendar__day--active div:focus {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
}

.calendar__day--disabled {
    opacity: 0.3;
}

.calendar__day--otherMonth {
    color: #999;
}

/* ==========================================================================
 * Name:            Grid
 * Description:     Defines a flexbox grid system with container
 *
 * Markup:
 *
 * <!-- Default flexbox grid -->
 * <div class="grid">
 *   <div class="cell">â€¦</div>
 *   <div class="cell">â€¦</div>
 *   <div class="cell">â€¦</div>
 * </div>
 *
 * <!-- Flexbox grid with gutters -->
 * <div class="grid grid--gutters">
 *   <div class="cell cell-md-3">â€¦</div>
 *   <div class="cell">â€¦</div>
 * </div>
 * example
 * SANDBOX: http://codepen.io/jjacobs_bt/pen/apZYvL?editors=1100#0
 * ========================================================================== */
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1224px;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1220px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.grid--wrapper {
    display: flex;
    flex-direction: column;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cell {
    flex: 1;
    min-width: 0;
}

/**
 * Grid Modifiers
 *
 * Add these classes to the '.grid' element to assign
 * styles to all cells within that grid.
 * ========================================================================== */
.grid--noWrap {
    flex-wrap: nowrap;
}

.grid--dirColumn {
    flex-direction: column;
}

.grid--flexCells > .cell {
    display: flex;
}

.grid--gutters {
    margin: -4px -8px;
}
@media (min-width: 1220px) {
    .grid--gutters {
        margin-right: -12px;
        margin-left: -12px;
    }
}
.grid--gutters > .cell {
    padding: 4px 8px;
}
@media (min-width: 1220px) {
    .grid--gutters > .cell {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.grid--gutters-small {
    margin: -8px;
}
.grid--gutters-small > .cell {
    padding: 8px;
}

.grid--gutters--reset-vertical {
    margin-top: 0;
    margin-bottom: 0;
}
.grid--gutters--reset-vertical > .cell {
    padding-top: 0;
    padding-bottom: 0;
}

/**
 * Vertical alignment
 *
 * There is no class for 'align-items: stretch'
 * since that is the default value.
 * ========================================================================== */
.grid--top {
    align-items: flex-start;
}

.grid--bottom {
    align-items: flex-end;
}

.grid--center {
    align-items: center;
}

.grid--baseline {
    align-items: baseline;
}

/**
 * Multiple Row Vertical alignment
 *
 * There is no class for 'align-content: stretch'
 * since that is the default value.
 * ========================================================================== */
.grid--alignStart,
.grid--alignstart {
    align-content: flex-start;
}

.grid--alignEnd,
.grid--alignend {
    align-content: flex-end;
}

.grid--alignCenter,
.grid--aligncenter {
    align-content: center;
}

.grid--alignBetween,
.grid--alignbetween {
    align-content: space-between;
}

.grid--alignAround,
.grid--alignaround {
    align-content: space-around;
}

/**
 * Horizontal alignment
 *
 * There is no class for 'justify-content: flex-start'
 * since that is the default value.
 * ========================================================================== */
.grid--justifyEnd,
.grid--justifyend {
    justify-content: flex-end;
}

.grid--justifyCenter,
.grid--justifycenter {
    justify-content: center;
}

.grid--justifyBetween,
.grid--justifybetween {
    justify-content: space-between;
}

.grid--justifyAround,
.grid--justifyaround {
    justify-content: space-around;
}

.grid--justifyEvenly,
.grid--justifyevenly {
    justify-content: space-evenly;
}

/**
 * Responive cell divider classes
 *
 * These classes are applied to a grid to
 * apply vertical dividers between cells.
 * Can be applied to appear only on certain screen sizes
 *
 * Markup:
 *
 * <div class="grid grid--gutters grid-lg--dividers">
 *  <div class="cell">This cell will not have a divider to its left.</div>
 *  <div class="cell">This cell will have a divider to its left but only on large devices.</div>
 * </div>
 *
 * Options: grid-{size: xs,sm,md,lg,xl}--dividers
 * ========================================================================== */
.grid-xs--dividers > .cell:nth-child(n+2) {
    border-left: 1px solid #999;
}

@media (min-width: 480px) {
    .grid-sm--dividers > .cell:nth-child(n+2) {
        border-left: 1px solid #999;
    }
}
@media (min-width: 768px) {
    .grid-md--dividers > .cell:nth-child(n+2) {
        border-left: 1px solid #999;
    }
}
@media (min-width: 960px) {
    .grid-lg--dividers > .cell:nth-child(n+2) {
        border-left: 1px solid #999;
    }
}
@media (min-width: 1220px) {
    .grid-xl--dividers > .cell:nth-child(n+2) {
        border-left: 1px solid #999;
    }
}
/**
 * Responsive Grid Classes
 *
 * Added to a "grid" element to set even widths to the cells within
 *
 * Ex.) .grid-xs--full, .grid-md--halves, .grid-lg--fourths
 *
 * Markup:
 *
 * <div class="grid grid--gutters grid-xs--full grid-md--halves">
 *  <div class="cell">These cells will be full width on smaller devices,</div>
 *  <div class="cell">but will show up as 2 columns on medium and larger devices.</div>
 * </div>
 *
 * Options: grid-{size: xs,sm,md,lg,xl}--{width: full, halves, thirds, fourths}
 * --full - Each cell within the grid fills all of the available space
 * --halves - Each cell takes up one half of the available space
 * --thirds - Each cell takes up one third of the available space
 * --fourths - Each cell takes up one fourth of the available space
 * --fit - The number of cells determines the width of each cell so
 *         that all cells fit into the available space.
 * ========================================================================== */
.grid-xs--full > .cell,
.grid-xs--halves > .cell,
.grid-xs--thirds > .cell,
.grid-xs--fourths > .cell {
    flex: none;
}

.grid-xs--full > .cell {
    width: 100%;
}

.grid-xs--halves > .cell {
    width: 50%;
}

.grid-xs--thirds > .cell {
    width: 33.3333333333%;
}

.grid-xs--fourths > .cell {
    width: 25%;
}

.grid-xs--fit > .cell {
    flex: 1;
    width: auto;
}

@media (min-width: 480px) {
    .grid-sm--full > .cell,
    .grid-sm--halves > .cell,
    .grid-sm--thirds > .cell,
    .grid-sm--fourths > .cell {
        flex: none;
    }

    .grid-sm--full > .cell {
        width: 100%;
    }

    .grid-sm--halves > .cell {
        width: 50%;
    }

    .grid-sm--thirds > .cell {
        width: 33.3333333333%;
    }

    .grid-sm--fourths > .cell {
        width: 25%;
    }

    .grid-sm--fit > .cell {
        flex: 1;
        width: auto;
    }
}
@media (min-width: 768px) {
    .grid-md--full > .cell,
    .grid-md--halves > .cell,
    .grid-md--thirds > .cell,
    .grid-md--fourths > .cell {
        flex: none;
    }

    .grid-md--full > .cell {
        width: 100%;
    }

    .grid-md--halves > .cell {
        width: 50%;
    }

    .grid-md--thirds > .cell {
        width: 33.3333333333%;
    }

    .grid-md--fourths > .cell {
        width: 25%;
    }

    .grid-md--fit > .cell {
        flex: 1;
        width: auto;
    }
}
@media (min-width: 960px) {
    .grid-lg--full > .cell,
    .grid-lg--halves > .cell,
    .grid-lg--thirds > .cell,
    .grid-lg--fourths > .cell {
        flex: none;
    }

    .grid-lg--full > .cell {
        width: 100%;
    }

    .grid-lg--halves > .cell {
        width: 50%;
    }

    .grid-lg--thirds > .cell {
        width: 33.3333333333%;
    }

    .grid-lg--fourths > .cell {
        width: 25%;
    }

    .grid-lg--fit > .cell {
        flex: 1;
        width: auto;
    }
}
@media (min-width: 1220px) {
    .grid-xl--full > .cell,
    .grid-xl--halves > .cell,
    .grid-xl--thirds > .cell,
    .grid-xl--fourths > .cell {
        flex: none;
    }

    .grid-xl--full > .cell {
        width: 100%;
    }

    .grid-xl--halves > .cell {
        width: 50%;
    }

    .grid-xl--thirds > .cell {
        width: 33.3333333333%;
    }

    .grid-xl--fourths > .cell {
        width: 25%;
    }

    .grid-xl--fit > .cell {
        flex: 1;
        width: auto;
    }
}
/**
 * Cell Modifiers
 *
 * Add these classes to a '.cell' element to assign
 * styles to that individual cell.
 * ========================================================================== */
.cell--top {
    align-self: flex-start;
}

.cell--bottom {
    align-self: flex-end;
}

.cell--center {
    align-self: center;
}

.cell--baseline {
    align-self: baseline;
}

.cell--stretch {
    align-self: stretch-end;
}

/**
 * Cell Flex property modifiers
 * ========================================================================== */
.cell--noGrow {
    flex-grow: 0;
    flex-basis: auto;
}

.cell--noShrink {
    flex-shrink: 0;
}

.cell--autoSize {
    flex: none;
}

/**
 * Cell widths
 *
 * These classes are applied to '.cell' elements to
 * responsively determine width of an individual cell.
 * There are 12 columns, so the number modifier at the end
 * of each class represents #/12.
 * Ex.) '.cell-xs-8' is equivalent to 8/12 or 2/3.
 *      That cell would take up 2/3 of the available space.
 *
 * Markup:
 *
 * <div class="grid grid--gutters">
 *  <div class="cell cell-xs-12 cell-md-4">
 *    This cell will be full width of its container
 *    on smaller devices, but 4/12 or 1/3 of its container
 *    on medium and larger devices.
 *  </div>
 * </div>
 *
 * Options: .cell-{size: xs,sm,md,lg,xl}-{#1-12}
 * ========================================================================== */
.grid .cell-xs-1, .grid .cell-xs-2, .grid .cell-xs-3, .grid .cell-xs-4, .grid .cell-xs-5, .grid .cell-xs-6, .grid .cell-xs-7, .grid .cell-xs-8, .grid .cell-xs-9, .grid .cell-xs-10, .grid .cell-xs-11, .grid .cell-xs-12 {
    flex: none;
}
.grid .cell-xs-1 {
    width: 8.3333333333%;
}
.grid .cell-xs-2 {
    width: 16.6666666667%;
}
.grid .cell-xs-3 {
    width: 25%;
}
.grid .cell-xs-4 {
    width: 33.3333333333%;
}
.grid .cell-xs-5 {
    width: 41.6666666667%;
}
.grid .cell-xs-6 {
    width: 50%;
}
.grid .cell-xs-7 {
    width: 58.3333333333%;
}
.grid .cell-xs-8 {
    width: 66.6666666667%;
}
.grid .cell-xs-9 {
    width: 75%;
}
.grid .cell-xs-10 {
    width: 83.3333333333%;
}
.grid .cell-xs-11 {
    width: 91.6666666667%;
}
.grid .cell-xs-12 {
    width: 100%;
}
.grid .cell-xs-none {
    flex: none;
    width: auto;
}
.grid .cell-xs-fit {
    flex: 1;
}
.grid .cell-xs-auto {
    flex: auto;
}
.grid .cell-xs-double {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0%;
}
@media (min-width: 480px) {
    .grid .cell-sm-1, .grid .cell-sm-2, .grid .cell-sm-3, .grid .cell-sm-4, .grid .cell-sm-5, .grid .cell-sm-6, .grid .cell-sm-7, .grid .cell-sm-8, .grid .cell-sm-9, .grid .cell-sm-10, .grid .cell-sm-11, .grid .cell-sm-12 {
        flex: none;
    }
    .grid .cell-sm-1 {
        width: 8.3333333333%;
    }
    .grid .cell-sm-2 {
        width: 16.6666666667%;
    }
    .grid .cell-sm-3 {
        width: 25%;
    }
    .grid .cell-sm-4 {
        width: 33.3333333333%;
    }
    .grid .cell-sm-5 {
        width: 41.6666666667%;
    }
    .grid .cell-sm-6 {
        width: 50%;
    }
    .grid .cell-sm-7 {
        width: 58.3333333333%;
    }
    .grid .cell-sm-8 {
        width: 66.6666666667%;
    }
    .grid .cell-sm-9 {
        width: 75%;
    }
    .grid .cell-sm-10 {
        width: 83.3333333333%;
    }
    .grid .cell-sm-11 {
        width: 91.6666666667%;
    }
    .grid .cell-sm-12 {
        width: 100%;
    }
    .grid .cell-sm-none {
        flex: none;
        width: auto;
    }
    .grid .cell-sm-fit {
        flex: 1;
    }
    .grid .cell-sm-auto {
        flex: auto;
    }
    .grid .cell-sm-double {
        flex-grow: 2;
        flex-shrink: 1;
        flex-basis: 0%;
    }
}
@media (min-width: 768px) {
    .grid .cell-md-1, .grid .cell-md-2, .grid .cell-md-3, .grid .cell-md-4, .grid .cell-md-5, .grid .cell-md-6, .grid .cell-md-7, .grid .cell-md-8, .grid .cell-md-9, .grid .cell-md-10, .grid .cell-md-11, .grid .cell-md-12 {
        flex: none;
    }
    .grid .cell-md-1 {
        width: 8.3333333333%;
    }
    .grid .cell-md-2 {
        width: 16.6666666667%;
    }
    .grid .cell-md-3 {
        width: 25%;
    }
    .grid .cell-md-4 {
        width: 33.3333333333%;
    }
    .grid .cell-md-5 {
        width: 41.6666666667%;
    }
    .grid .cell-md-6 {
        width: 50%;
    }
    .grid .cell-md-7 {
        width: 58.3333333333%;
    }
    .grid .cell-md-8 {
        width: 66.6666666667%;
    }
    .grid .cell-md-9 {
        width: 75%;
    }
    .grid .cell-md-10 {
        width: 83.3333333333%;
    }
    .grid .cell-md-11 {
        width: 91.6666666667%;
    }
    .grid .cell-md-12 {
        width: 100%;
    }
    .grid .cell-md-none {
        flex: none;
        width: auto;
    }
    .grid .cell-md-fit {
        flex: 1;
    }
    .grid .cell-md-auto {
        flex: auto;
    }
    .grid .cell-md-double {
        flex-grow: 2;
        flex-shrink: 1;
        flex-basis: 0%;
    }
}
@media (min-width: 960px) {
    .grid .cell-lg-1, .grid .cell-lg-2, .grid .cell-lg-3, .grid .cell-lg-4, .grid .cell-lg-5, .grid .cell-lg-6, .grid .cell-lg-7, .grid .cell-lg-8, .grid .cell-lg-9, .grid .cell-lg-10, .grid .cell-lg-11, .grid .cell-lg-12 {
        flex: none;
    }
    .grid .cell-lg-1 {
        width: 8.3333333333%;
    }
    .grid .cell-lg-2 {
        width: 16.6666666667%;
    }
    .grid .cell-lg-3 {
        width: 25%;
    }
    .grid .cell-lg-4 {
        width: 33.3333333333%;
    }
    .grid .cell-lg-5 {
        width: 41.6666666667%;
    }
    .grid .cell-lg-6 {
        width: 50%;
    }
    .grid .cell-lg-7 {
        width: 58.3333333333%;
    }
    .grid .cell-lg-8 {
        width: 66.6666666667%;
    }
    .grid .cell-lg-9 {
        width: 75%;
    }
    .grid .cell-lg-10 {
        width: 83.3333333333%;
    }
    .grid .cell-lg-11 {
        width: 91.6666666667%;
    }
    .grid .cell-lg-12 {
        width: 100%;
    }
    .grid .cell-lg-none {
        flex: none;
        width: auto;
    }
    .grid .cell-lg-fit {
        flex: 1;
    }
    .grid .cell-lg-auto {
        flex: auto;
    }
    .grid .cell-lg-double {
        flex-grow: 2;
        flex-shrink: 1;
        flex-basis: 0%;
    }
}
@media (min-width: 1220px) {
    .grid .cell-xl-1, .grid .cell-xl-2, .grid .cell-xl-3, .grid .cell-xl-4, .grid .cell-xl-5, .grid .cell-xl-6, .grid .cell-xl-7, .grid .cell-xl-8, .grid .cell-xl-9, .grid .cell-xl-10, .grid .cell-xl-11, .grid .cell-xl-12 {
        flex: none;
    }
    .grid .cell-xl-1 {
        width: 8.3333333333%;
    }
    .grid .cell-xl-2 {
        width: 16.6666666667%;
    }
    .grid .cell-xl-3 {
        width: 25%;
    }
    .grid .cell-xl-4 {
        width: 33.3333333333%;
    }
    .grid .cell-xl-5 {
        width: 41.6666666667%;
    }
    .grid .cell-xl-6 {
        width: 50%;
    }
    .grid .cell-xl-7 {
        width: 58.3333333333%;
    }
    .grid .cell-xl-8 {
        width: 66.6666666667%;
    }
    .grid .cell-xl-9 {
        width: 75%;
    }
    .grid .cell-xl-10 {
        width: 83.3333333333%;
    }
    .grid .cell-xl-11 {
        width: 91.6666666667%;
    }
    .grid .cell-xl-12 {
        width: 100%;
    }
    .grid .cell-xl-none {
        flex: none;
        width: auto;
    }
    .grid .cell-xl-fit {
        flex: 1;
    }
    .grid .cell-xl-auto {
        flex: auto;
    }
    .grid .cell-xl-double {
        flex-grow: 2;
        flex-shrink: 1;
        flex-basis: 0%;
    }
}

/**
 * Cell Order
 * Format: order-{size}--{number}
 * Creates set of order specifiers that allow cell positioning
 * at various breakpoints
 * Markup:
 *
 * <div class="cell order-xs-0 order-md-12">
 *  This cell will appear to the left of other cells on
 *  smaller devices, but to the right on medium devices.
 * </div>
 *
 * Options: order-{size: xs,sm,md,lg,xl}-{#1-12}
 * ========================================================================== */
.order-xs-1 {
    order: 1;
}

.order-xs-2 {
    order: 2;
}

.order-xs-3 {
    order: 3;
}

.order-xs-4 {
    order: 4;
}

.order-xs-5 {
    order: 5;
}

.order-xs-6 {
    order: 6;
}

.order-xs-7 {
    order: 7;
}

.order-xs-8 {
    order: 8;
}

.order-xs-9 {
    order: 9;
}

.order-xs-10 {
    order: 10;
}

.order-xs-11 {
    order: 11;
}

.order-xs-12 {
    order: 12;
}

@media (min-width: 480px) {
    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }
}
@media (min-width: 768px) {
    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }
}
@media (min-width: 960px) {
    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }
}
@media (min-width: 1220px) {
    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }
}
.spyder-flex {
    display: flex;
}

/** Alignment */
.spyder-flex__align--center {
    display: flex;
    align-items: center;
}

.spyder-flex__align--start {
    display: flex;
    align-items: flex-start;
}

.spyder-flex__align--end {
    display: flex;
    align-items: flex-end;
}

.spyder-flex__justify--center {
    display: flex;
    justify-content: center;
}

.spyder-flex__justify--start {
    display: flex;
    justify-content: flex-start;
}

.spyder-flex__justify--end {
    display: flex;
    justify-content: flex-end;
}

.spyder-flex__justify--between {
    display: flex;
    justify-content: space-between;
}

.spyder-flex__justify--around {
    display: flex;
    justify-content: space-around;
}

/** Item Dimensions */
.spyder-flex--item-1 {
    flex: 1;
}

.btn, .spyder-internal-admin #loginform input#wp-submit {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    min-height: auto;
    min-width: 145px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    position: relative;
    border-color: transparent;
}
@media (min-width: 360px) {
    .btn, .spyder-internal-admin #loginform input#wp-submit {
        font-size: 16px;
    }
}
.uk-notouch .btn:hover, .uk-notouch .spyder-internal-admin #loginform input#wp-submit:hover, .spyder-internal-admin #loginform .uk-notouch input#wp-submit:hover, .uk-notouch .btn:focus, .uk-notouch .spyder-internal-admin #loginform input#wp-submit:focus, .spyder-internal-admin #loginform .uk-notouch input#wp-submit:focus {
    text-decoration: none;
}
.btn:hover, .spyder-internal-admin #loginform input#wp-submit:hover, .btn:active, .spyder-internal-admin #loginform input#wp-submit:active, .btn:focus, .spyder-internal-admin #loginform input#wp-submit:focus {
    text-decoration: none;
}
@media (min-width: 480px) {
    .btn, .spyder-internal-admin #loginform input#wp-submit {
        width: initial;
    }
}

.btn--primary, .spyder-internal-admin #loginform input#wp-submit {
    color: #fff;
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: transparent;
}
.uk-notouch .btn--primary:not(.has-background):hover, .uk-notouch .spyder-internal-admin #loginform input#wp-submit:not(.has-background):hover, .spyder-internal-admin #loginform .uk-notouch input#wp-submit:not(.has-background):hover, .uk-notouch .btn--primary:not(.has-background):focus, .uk-notouch .spyder-internal-admin #loginform input#wp-submit:not(.has-background):focus, .spyder-internal-admin #loginform .uk-notouch input#wp-submit:not(.has-background):focus {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    color: #fff;
    text-decoration: none;
}
.btn--primary:not(.has-background):active, .spyder-internal-admin #loginform input#wp-submit:not(.has-background):active {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    text-decoration: none;
}

.btn--secondary {
    border-color: #999;
}
.btn--secondary:not(.has-background) {
    background-color: #fff;
}
.btn--secondary:not(.has-text-color) {
    color: #000;
}
.uk-notouch .btn--secondary:not(.has-background):hover, .uk-notouch .btn--secondary:not(.has-background):focus {
    background-color: #ddd;
    color: #000;
    border-color: transparent;
}
.btn--secondary:not(.has-background):active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.btn--secondary:not(.has-background).spyder-active, .btn--secondary:not(.has-background).btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.btn--secondary:not(.has-background):focus {
    outline: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) auto 1px;
}

.btn--text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    background: none;
    border: 0;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
@media (min-width: 360px) {
    .btn--text {
        font-size: 16px;
    }
}
.uk-notouch .btn--text:hover, .uk-notouch .btn--text:focus {
    background: none;
    color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    border: 0;
}
.btn--text:hover {
    background: none;
    color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    border: 0;
}
.btn--text:active {
    background: none;
    color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    border: 0;
}
.btn--text:focus {
    outline: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) auto 1px;
}

.btn--text--disabled {
    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;
}

.btn--icon {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    min-height: auto;
    min-width: 145px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 8px;
    font-size: 22px;
    line-height: 24px;
    min-width: 42px;
}
@media (min-width: 360px) {
    .btn--icon {
        font-size: 16px;
    }
}
.uk-notouch .btn--icon:hover, .uk-notouch .btn--icon:focus {
    text-decoration: none;
}
.btn--icon:hover, .btn--icon:active, .btn--icon:focus {
    text-decoration: none;
}

.btn--primary-red {
    color: #fff;
    background-color: #ed1c24;
    border-color: transparent;
}
.uk-notouch .btn--primary-red:not(.has-background):hover, .uk-notouch .btn--primary-red:not(.has-background):focus {
    background-color: #d34836;
    color: #fff;
    text-decoration: none;
}
.btn--primary-red:not(.has-background):active {
    background-color: #d34836;
    text-decoration: none;
}

.btn--secondary-red {
    border-color: #999;
}
.btn--secondary-red:not(.has-background) {
    background-color: #fff;
}
.btn--secondary-red:not(.has-text-color) {
    color: #d34836;
}
.uk-notouch .btn--secondary-red:not(.has-background):hover, .uk-notouch .btn--secondary-red:not(.has-background):focus {
    background-color: #ddd;
    color: #b03626;
    border-color: transparent;
}
.btn--secondary-red:not(.has-background):active {
    background-color: rgba(211, 72, 54, 0.1);
    color: #d34836;
    border-color: #d34836;
}
.btn--secondary-red:not(.has-background).spyder-active, .btn--secondary-red:not(.has-background).btn--secondary--active {
    background-color: rgba(211, 72, 54, 0.1);
    color: #d34836;
    border-color: #d34836;
}
.btn--secondary-red:not(.has-background):focus {
    outline: #d34836 auto 1px;
}

.btn--primary-blue {
    color: #fff;
    background-color: var(--spyder--style--color--blue, #1581e2);
    border-color: transparent;
}
.uk-notouch .btn--primary-blue:not(.has-background):hover, .uk-notouch .btn--primary-blue:not(.has-background):focus {
    background-color: var(--spyder--style--color--blue--dark, #1166b3);
    color: #fff;
    text-decoration: none;
}
.btn--primary-blue:not(.has-background):active {
    background-color: var(--spyder--style--color--blue--dark, #1166b3);
    text-decoration: none;
}

.btn--secondary-blue {
    border-color: #999;
}
.btn--secondary-blue:not(.has-background) {
    background-color: #fff;
}
.btn--secondary-blue:not(.has-text-color) {
    color: var(--spyder--style--color--blue, #1581e2);
}
.uk-notouch .btn--secondary-blue:not(.has-background):hover, .uk-notouch .btn--secondary-blue:not(.has-background):focus {
    background-color: #ddd;
    color: var(--spyder--style--color--blue--dark, #1166b3);
    border-color: transparent;
}
.btn--secondary-blue:not(.has-background):active {
    background-color: rgba(var(--spyder--style--color--blue--rgb, rgba(var(#1581e2), 1)), 0.1);
    color: var(--spyder--style--color--blue, #1581e2);
    border-color: var(--spyder--style--color--blue, #1581e2);
}
.btn--secondary-blue:not(.has-background).spyder-active, .btn--secondary-blue:not(.has-background).btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--blue--rgb, rgba(var(#1581e2), 1)), 0.1);
    color: var(--spyder--style--color--blue, #1581e2);
    border-color: var(--spyder--style--color--blue, #1581e2);
}
.btn--secondary-blue:not(.has-background):focus {
    outline: var(--spyder--style--color--blue, #1581e2) auto 1px;
}

.btn--primary-override {
    color: #fff;
    background-color: var(--spyder--style--color--override, var(--spyder--style--color--blue, #1581e2));
    border-color: transparent;
}
.uk-notouch .btn--primary-override:not(.has-background):hover, .uk-notouch .btn--primary-override:not(.has-background):focus {
    background-color: var(--spyder--style--color--override--dark, var(--spyder--style--color--blue--dark, #1166b3));
    color: #fff;
    text-decoration: none;
}
.btn--primary-override:not(.has-background):active {
    background-color: var(--spyder--style--color--override--dark, var(--spyder--style--color--blue--dark, #1166b3));
    text-decoration: none;
}

.btn--secondary-override {
    border-color: #999;
}
.btn--secondary-override:not(.has-background) {
    background-color: #fff;
}
.btn--secondary-override:not(.has-text-color) {
    color: var(--spyder--style--color--override, var(--spyder--style--color--blue, #1581e2));
}
.uk-notouch .btn--secondary-override:not(.has-background):hover, .uk-notouch .btn--secondary-override:not(.has-background):focus {
    background-color: #ddd;
    color: var(--spyder--style--color--override--dark, var(--spyder--style--color--blue--dark, #1166b3));
    border-color: transparent;
}
.btn--secondary-override:not(.has-background):active {
    background-color: rgba(var(--spyder--style--color--override--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color--override, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color--override, var(--spyder--style--color--blue, #1581e2));
}
.btn--secondary-override:not(.has-background).spyder-active, .btn--secondary-override:not(.has-background).btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--override--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color--override, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color--override, var(--spyder--style--color--blue, #1581e2));
}
.btn--secondary-override:not(.has-background):focus {
    outline: var(--spyder--style--color--override, var(--spyder--style--color--blue, #1581e2)) auto 1px;
}

.btn--square {
    border-radius: 2px;
}

.btn--size-small {
    font-size: 12px;
    padding: 4px 12px;
    min-width: auto;
}

.btn--padding-small {
    padding: 4px 12px;
}

@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .btn--size-small--mobile {
        font-size: 12px;
        padding: 4px 12px;
        min-width: auto;
    }
}
.btn--px-small {
    padding-left: 12px;
    padding-right: 12px;
}

.btn--size-large {
    min-height: 50px;
    line-height: 1;
    font-size: 18px;
}

.btn--width-half {
    width: 50%;
    min-width: 0;
}

.btn--width-full, .spyder-internal-admin #loginform input#wp-submit {
    width: 100%;
    min-width: 0;
}

.btn--width-auto {
    width: auto;
    min-width: 0;
}

.uk-notouch .btn--with-theme:hover, .uk-notouch .btn--with-theme:focus {
    filter: brightness(0.85);
}
.btn--with-theme:hover {
    filter: brightness(0.85);
}

.btn__spinner {
    font-size: 22px;
    height: 100%;
    vertical-align: middle;
    width: auto;
    border: 0;
    border-radius: initial;
    animation-duration: 1s;
}

.btn--primary--disabled {
    color: #fff;
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: transparent;
    cursor: not-allowed;
    opacity: 0.5;
}
.uk-notouch .btn--primary--disabled:not(.has-background):hover, .uk-notouch .btn--primary--disabled:not(.has-background):focus {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    color: #fff;
    text-decoration: none;
}
.btn--primary--disabled:not(.has-background):active {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    text-decoration: none;
}
.btn--primary--disabled:hover {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.uk-notouch .btn--primary--disabled:not(.has-background):hover, .uk-notouch .btn--primary--disabled:not(.has-background):focus {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.btn--primary--disabled:not(.has-background):hover {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.btn--primary-red--disabled {
    color: #fff;
    background-color: #ed1c24;
    border-color: transparent;
    cursor: not-allowed;
    opacity: 0.5;
}
.uk-notouch .btn--primary-red--disabled:not(.has-background):hover, .uk-notouch .btn--primary-red--disabled:not(.has-background):focus {
    background-color: #ed1c24;
    color: #fff;
    text-decoration: none;
}
.btn--primary-red--disabled:not(.has-background):active {
    background-color: #ed1c24;
    text-decoration: none;
}
.btn--primary-red--disabled:hover {
    background-color: #ed1c24;
}
.uk-notouch .btn--primary-red--disabled:not(.has-background):hover, .uk-notouch .btn--primary-red--disabled:not(.has-background):focus {
    background-color: #ed1c24;
}
.btn--primary-red--disabled:not(.has-background):hover {
    background-color: #ed1c24;
}

.btn--secondary--disabled {
    border-color: #999;
    cursor: not-allowed;
    opacity: 0.5;
}
.btn--secondary--disabled:not(.has-background) {
    background-color: #fff;
}
.btn--secondary--disabled:not(.has-text-color) {
    color: #000;
}
.uk-notouch .btn--secondary--disabled:not(.has-background):hover, .uk-notouch .btn--secondary--disabled:not(.has-background):focus {
    background-color: #ddd;
    color: #000;
    border-color: transparent;
}
.btn--secondary--disabled:not(.has-background):active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.btn--secondary--disabled:not(.has-background).spyder-active, .btn--secondary--disabled:not(.has-background).btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.btn--secondary--disabled:not(.has-background):focus {
    outline: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) auto 1px;
}
.btn--secondary--disabled:hover {
    background-color: #fff;
    border-color: #999;
}
.uk-notouch .btn--secondary--disabled:not(.has-background):hover, .uk-notouch .btn--secondary--disabled:not(.has-background):focus {
    background-color: #fff;
    border-color: #999;
}
.btn--secondary--disabled:not(.has-background):hover {
    background-color: #fff;
    border-color: #999;
}

.btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.btn__pill {
    position: absolute;
    top: -8px;
    right: -8px;
}

.btn--tag {
    border-radius: 15px;
    font-weight: 500;
    outline: none !important;
}

.btn-group {
    display: inline-flex;
    vertical-align: middle;
    position: static;
}

.btn-group__item {
    box-shadow: none;
    flex: 0 1 auto;
    margin-bottom: 0;
}
.btn-group.width-1-1 > .btn-group__item {
    flex: 1;
}

.btn-group__item-btn {
    width: auto;
    min-width: auto;
    border-radius: 0;
    outline: 0;
    padding: 8px;
    border-right-width: 0;
}

.btn-group__item-btn.btn--size-small {
    padding: 4px 12px;
}

.btn-group__item-btn--first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-group__item-btn--last {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-width: 1px;
}

.btn-group__fab-bar {
    position: fixed;
    width: 90px;
    right: 0;
    right: env(safe-area-inset-right);
    right: constant(safe-area-inset-right);
    bottom: 15px;
    text-align: center;
}

.btn-toolbar {
    display: flex;
    flex-wrap: nowrap;
}
.btn-toolbar .input-group {
    width: auto;
}

/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px 0;
    font-family: lato;
    font-weight: 400;
    color: #000;
    text-transform: none;
    letter-spacing:8px;
}

/*
* Margins
*/
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 16px;
}

h1,
.spyder-heading__h1 {
    font-size: 32px;
    line-height: 1.25;
}

h2,
.spyder-heading__h2 {
    font-size: 22px;
    line-height: 1.25;
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    h2,
    .spyder-heading__h2 {
        font-size: 25px;
    }
}

h3,
.spyder-heading__h3 {
    font-size: 20px;
    line-height: 1.25;
}

h4,
.spyder-heading__h4 {
    font-size: 16px;
    line-height: 1.25;
}

h5,
.spyder-heading__h5 {
    font-size: 14px;
    line-height: 1.25;
}

h6,
.spyder-heading__h6 {
    font-size: 12px;
    line-height: 1.25;
}

.spyder-heading__sub {
    font-size: 28px;
    line-height: 1.25;
}

/**
 * Browser Resets and Normalization
 * ========================================================================== */
form p {
    margin: 0;
    padding: 4px 0;
}

/**
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3.  Correct `font` properties and `color` not being inherited.
 */
input,
select,
textarea {
    /* 1 */
    box-sizing: border-box;
    /* 2 */
    margin: 0;
    /* 3 */
    font: inherit;
    color: inherit;
}
input:focus, input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea,
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=datetime],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

textarea {
    /* 1 */
    overflow: auto;
    /* 2 */
    vertical-align: top;
}

form :invalid {
    box-shadow: none;
}

input:not([type=radio]):not([type=checkbox]),
select {
    vertical-align: middle;
}

/**
 * Form Layout
 * Standard is just a block position
 * For consistency, we can use our grid within a form itself to keep aligned
 * ========================================================================== */
.form__check.disabled, .form__check:disabled,
.form__radio.disabled,
.form__radio:disabled {
    cursor: not-allowed;
}

.btgf-form-main {
    padding: 16px 24px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
}
.btgf-form-main .has-background {
    width: auto;
}
.btgf-form-main.align-right {
    margin-right: 0;
}
.btgf-form-main.align-left {
    margin-left: 0;
}
.btgf-form-main.align-wide {
    width: 100%;
}
.btgf-form-main.align-full {
    width: 100%;
    border: 0;
    border-radius: 0;
}
.btgf-form-main.align-center, .btgf-form-main.align-right, .btgf-form-main.align-left {
    width: 100%;
}
@media (min-width: 768px) {
    .btgf-form-main.align-center, .btgf-form-main.align-right, .btgf-form-main.align-left {
        width: 60%;
    }
}

.form--inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 16px;
}
.form--inline .form__group {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-flow: row wrap;
}

/**
 * Submission State
 *
 * Temporarily "disable" the form until after submission
 */
.form--submitting {
    opacity: 0.7;
    pointer-events: none;
}

.form__section + .form__section {
    position: relative;
    margin-top: 32px;
    padding-top: 32px;
}
.form__section + .form__section::before {
    content: "";
    position: absolute;
    background-color: #ddd;
    border-radius: 5px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 64px;
}

/**
 * Prefix & Suffix
 * ========================================================================== */
.form__input-prefix,
.form__input-suffix {
    display: flex;
    align-items: center;
    height: 100%;
    min-width: 16px;
    min-height: 16px;
    padding: 8px;
    text-align: center;
}

/**
 * Disclaimers
 * ======================================================================== */
.form__disclaimer {
    display: block;
    font-size: 8px;
    overflow: auto;
    margin-top: 0;
    margin-bottom: 8px;
    white-space: pre;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.form__disclaimer--fixed-height {
    max-height: 42px;
    overflow-y: scroll;
}

/**
 * Message Components
 *
 * Variants: success, error, spam
 * ========================================================================== */
.form__alert {
    background-color: #ddd;
    border-left: 2px solid #999;
    margin-top: 16px;
    display: flex;
    padding: 24px;
}

.form__alert--success {
    background-color: rgba(0, 128, 0, 0.2);
    border-left-color: #008000;
}

.form__alert--warning {
    background-color: #f4d0ae;
    border-left-color: #090501;
}

.form__alert--error {
    background-color: #fff9f9;
    border-left-color: #ed1c24;
}

.form__error, .parsley-errors-list,
.errors-list {
    color: #ed1c24;
    font-size: 14px;
}

.form__error--radio,
.form__error--checkbox {
    padding: 0 8px 4px;
}

/**
 * Form Inputs
 * ======================================================================== */
.form__group {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 16px;
}
.form__group .form__label, .form__group .spyder-internal-admin #loginform label, .spyder-internal-admin #loginform .form__group label,
.form__group label {
    display: block;
}

.form__group--block-hidden {
    width: 100%;
    display: flex;
    align-items: center;
}

.form__label-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.form__group--hidden {
    display: none;
}

.form__group--icon .form__input, .form__group--icon .spyder-internal-admin #loginform input[type=text], .spyder-internal-admin #loginform .form__group--icon input[type=text],
.form__group--icon .spyder-internal-admin #loginform input[type=password],
.spyder-internal-admin #loginform .form__group--icon input[type=password] {
    padding-left: 32px;
}

.form__group--icon .form__icon {
    position: absolute;
    top: 37px;
    left: 8px;
    z-index: 1;
}

.form__group--icon .form__icon .spyder-fa-icon {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
}

.form__label, .spyder-internal-admin #loginform label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}
.form__label--hidden {
    position: absolute !important;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.form__required-text {
    font-size: 14px;
    margin: 0 8px;
    color: #ed1c24;
}

.form__helper-text {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.form__input, .spyder-internal-admin #loginform input[type=text],
.spyder-internal-admin #loginform input[type=password],
.form__textarea {
    position: relative;
    border-color: #999;
    background-color: #fff;
    border: 1px solid #999;
    padding: 8px;
    color: #000;
    height: auto;
    min-height: 42px;
    border-radius: 5px;
    width: 100%;
}
.form__input:focus, .spyder-internal-admin #loginform input[type=text]:focus,
.spyder-internal-admin #loginform input[type=password]:focus,
.form__textarea:focus {
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.5);
}
.form__input.parsley-error, .spyder-internal-admin #loginform input.parsley-error[type=text],
.spyder-internal-admin #loginform input.parsley-error[type=password], .form__input.has-error, .spyder-internal-admin #loginform input.has-error[type=text],
.spyder-internal-admin #loginform input.has-error[type=password],
.form__textarea.parsley-error,
.form__textarea.has-error {
    border-color: #ed1c24;
    background-color: #fff9f9;
    color: #999;
}

.form__textarea {
    resize: vertical;
}

.form__textarea--no-resize {
    resize: none;
}

.form__input--disabled,
.form__input:disabled,
.spyder-internal-admin #loginform input[type=text]:disabled,
.spyder-internal-admin #loginform input[type=password]:disabled,
.form__textarea--disabled,
.form__textarea:disabled {
    background-color: #f9f9f9;
    border-color: #999;
    cursor: default;
    pointer-events: none;
}

.form__input--error,
.form__textarea--error {
    background-color: #fff9f9;
    border: 1px solid #ed1c24 !important;
}

.form__input--grouped {
    border: 0;
    border-radius: 5px;
    flex: 1;
    min-width: 0;
    padding: 8px;
    width: auto;
}
.form__input--grouped:focus {
    box-shadow: none !important;
    outline: none;
}

.form__input--grouped-prefix {
    padding-left: 4px;
}

.form__input--grouped-suffix {
    padding-right: 4px;
}

.form__input-group {
    position: relative;
    border-color: #999;
    background-color: #fff;
    border: 1px solid #999;
    padding: 8px;
    color: #000;
    height: auto;
    min-height: 42px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    border-radius: 5px;
    width: 100%;
}
.form__input-group:focus-within {
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, 0.5);
    outline: none;
}

.form__input-group--disabled {
    background-color: #f9f9f9;
    border-color: #999;
    cursor: default;
    pointer-events: none;
}

.form__input-group--error {
    background-color: #fff9f9;
    border: 1px solid #ed1c24 !important;
}

.form__input--hidden {
    opacity: 0;
    height: 0;
    width: 0;
}

.form__input-group--btn-group {
    display: flex;
    width: 100%;
    align-items: stretch;
    position: relative;
    flex-wrap: wrap;
}
.form__input-group--btn-group .form__input, .form__input-group--btn-group .spyder-internal-admin #loginform input[type=text], .spyder-internal-admin #loginform .form__input-group--btn-group input[type=text],
.form__input-group--btn-group .spyder-internal-admin #loginform input[type=password],
.spyder-internal-admin #loginform .form__input-group--btn-group input[type=password] {
    flex: 1 1 auto;
    width: auto;
}

.form__input--btn-appended {
    border-radius: 5px 0 0 5px;
}

.form__input--btn-prepended {
    border-radius: 0 5px 5px 0;
}

.form__input--btn-prepended.form__input--btn-appended {
    border-radius: 0;
}

.form__input--square {
    border-radius: 2px;
}

.form__group--select {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.form__group--select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
}

/**
 * Toggle
 * ======================================================================== */
.form__group--toggle {
    position: relative;
    width: 48px;
    height: 24px;
}
.form__group--toggle input:checked + .form__toggle::before {
    transform: translateX(24px);
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.form__toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 15px;
    border: 1px solid #999;
}
.form__toggle::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: #999;
    transition: 0.4s;
    border-radius: 5px;
}

/**
 * Switch
 * Used Primarily to toggle between the Quick Search & Power switch
 * in the mobile filter menu
 * ======================================================================== */
.form__switch__label {
    position: relative;
    display: inline-block;
    padding: 2px 0;
    height: 24px;
    line-height: 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form__switch__track {
    position: relative;
    height: 20px;
    width: 40px;
    background-color: #ddd;
    border-radius: 24px;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
.form__switch__track:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 24px;
    box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.2);
}
.form__switch__track:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateX(-40px);
    background-color: #b8e986;
    border-radius: 24px;
    transition: transform 300ms ease-out;
}

.form__switch__knob {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    z-index: 5;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: transform 300ms ease-out;
}

.form__switch__input--hidden {
    display: none !important;
}
.form__switch__input--hidden:checked ~ .form__switch__track:after {
    transform: translateX(0);
}
.form__switch__input--hidden:checked + .form__switch__knob {
    transform: translateX(18px);
}

/**
 * Form Checkbox / Radio
 * ========================================================================== */
.form__group--check,
.form__group--radio {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.form__group--radio-buttons {
    margin-bottom: 0;
}

.form__check,
.form__radio {
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}
.form__check--disabled,
.form__radio--disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.form__check-label,
.form__radio-label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.form__check-label::before,
.form__radio-label::before {
    content: "";
    display: flex;
    position: relative;
}
.form__check--disabled .form__check-label, .form__radio--disabled .form__check-label,
.form__check--disabled .form__radio-label,
.form__radio--disabled .form__radio-label {
    cursor: not-allowed;
}

.form__check-label__text,
.form__radio-label__text {
    margin-right: 8px;
}

.form__check .form__check-label::before {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    width: 24px;
    height: 24px;
    transition: background 0.1s linear;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.form__check .form__check-label--square::before {
    border-radius: 0;
}

.form__check .form__check-input {
    position: absolute;
    opacity: 0;
}
.form__check .form__check-input:checked + .form__check-label::before {
    content: "ï€Œ";
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .form__check .form__check-input:checked + .form__check-label::before {
        background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
        color: #fff;
    }
}

.form__group--check-inline {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
}
.form__group--check-inline .form__label-group {
    width: 100%;
}
.form__group--check-inline .form__check {
    flex-wrap: wrap;
    margin-top: 8px;
    margin-right: 8px;
}
.form__group--check-inline .form__check--group {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
}
.form__group--check-inline .form__check--group .form__label-group {
    width: 100%;
}
.form__group--check-inline .form__check--group .form__check {
    flex-wrap: wrap;
    margin-top: 8px;
    margin-right: 8px;
}

.form__group--check-buttons.form__group--check--error {
    background-color: #fff9f9;
    border: 1px solid #ed1c24 !important;
}
.form__group--check-buttons .form__check {
    display: block;
}
.form__group--check-buttons .form__check-label {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    min-height: auto;
    min-width: 145px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-color: #999;
    min-width: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    border-color: #999;
    margin-bottom: 8px;
}
@media (min-width: 360px) {
    .form__group--check-buttons .form__check-label {
        font-size: 16px;
    }
}
.uk-notouch .form__group--check-buttons .form__check-label:hover, .uk-notouch .form__group--check-buttons .form__check-label:focus {
    text-decoration: none;
}
.form__group--check-buttons .form__check-label:hover, .form__group--check-buttons .form__check-label:active, .form__group--check-buttons .form__check-label:focus {
    text-decoration: none;
}
.form__group--check-buttons .form__check-label:not(.has-background) {
    background-color: #fff;
}
.form__group--check-buttons .form__check-label:not(.has-text-color) {
    color: #000;
}
.uk-notouch .form__group--check-buttons .form__check-label:not(.has-background):hover, .uk-notouch .form__group--check-buttons .form__check-label:not(.has-background):focus {
    background-color: #ddd;
    color: #000;
    border-color: transparent;
}
.form__group--check-buttons .form__check-label:not(.has-background):active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.form__group--check-buttons .form__check-label:not(.has-background).spyder-active, .form__group--check-buttons .form__check-label:not(.has-background).btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.form__group--check-buttons .form__check-label:not(.has-background):focus {
    outline: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) auto 1px;
}
.form__group--check-buttons .form__check-label__text {
    margin-right: 0;
}
.form__group--check-buttons .form__check-input:checked ~ .form__check-label {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.form__group--check-buttons .form__check-label::before,
.form__group--check-buttons .form__check-input:checked ~ .form__check-label::before,
.form__group--check-buttons .form__check-label::after,
.form__group--check-buttons .form__check-input:checked ~ .form__check-label::after {
    content: none;
}
.form__group--check-buttons.form__group--check-inline .form__label, .form__group--check-buttons.form__group--check-inline .spyder-internal-admin #loginform label, .spyder-internal-admin #loginform .form__group--check-buttons.form__group--check-inline label {
    align-self: center;
}
.form__group--check-buttons.form__group--check-inline .form__check {
    display: flex;
    min-width: 0;
    flex: 1;
}

.form__radio .form__radio-label::before {
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    flex: 1 0 auto;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.form__radio .form__radio-label::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-radius: 50%;
    left: 6px;
    bottom: 6px;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    transform: scale(0, 0);
}

.form__radio .form__radio-input {
    position: absolute;
    opacity: 0;
}
.form__radio .form__radio-input:checked + .form__radio-label::after {
    opacity: 1;
    transform: scale(1, 1);
}

.form__group--radio-inline {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    width: 100%;
}
.form__group--radio-inline .form__label-group {
    width: 100%;
}
.form__group--radio-inline .form__radio {
    flex-wrap: wrap;
    margin-top: 8px;
    margin-right: 8px;
}
.form__group--radio-inline .form__radio--group {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    flex-grow: 1;
}
.form__group--radio-inline .form__radio--group .form__label-group {
    width: 100%;
}
.form__group--radio-inline .form__radio--group .form__radio {
    flex-wrap: wrap;
    margin-top: 8px;
    margin-right: 8px;
}

.form__group--radio-buttons.form__group--radio--error {
    background-color: #fff9f9;
    border: 1px solid #ed1c24 !important;
}
.form__group--radio-buttons .form__radio {
    display: block;
}
.form__group--radio-buttons .form__radio-label {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    min-height: auto;
    min-width: 145px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-color: #999;
    min-width: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    border-color: #999;
    margin-bottom: 8px;
}
@media (min-width: 360px) {
    .form__group--radio-buttons .form__radio-label {
        font-size: 16px;
    }
}
.uk-notouch .form__group--radio-buttons .form__radio-label:hover, .uk-notouch .form__group--radio-buttons .form__radio-label:focus {
    text-decoration: none;
}
.form__group--radio-buttons .form__radio-label:hover, .form__group--radio-buttons .form__radio-label:active, .form__group--radio-buttons .form__radio-label:focus {
    text-decoration: none;
}
.form__group--radio-buttons .form__radio-label:not(.has-background) {
    background-color: #fff;
}
.form__group--radio-buttons .form__radio-label:not(.has-text-color) {
    color: #000;
}
.uk-notouch .form__group--radio-buttons .form__radio-label:not(.has-background):hover, .uk-notouch .form__group--radio-buttons .form__radio-label:not(.has-background):focus {
    background-color: #ddd;
    color: #000;
    border-color: transparent;
}
.form__group--radio-buttons .form__radio-label:not(.has-background):active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.form__group--radio-buttons .form__radio-label:not(.has-background).spyder-active, .form__group--radio-buttons .form__radio-label:not(.has-background).btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.form__group--radio-buttons .form__radio-label:not(.has-background):focus {
    outline: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) auto 1px;
}
.form__group--radio-buttons .form__radio-label__text {
    margin-right: 0;
}
.form__group--radio-buttons .form__radio-input:checked ~ .form__radio-label {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.form__group--radio-buttons .form__radio-label::before,
.form__group--radio-buttons .form__radio-input:checked ~ .form__radio-label::before,
.form__group--radio-buttons .form__radio-label::after,
.form__group--radio-buttons .form__radio-input:checked ~ .form__radio-label::after {
    content: none;
}
.form__group--radio-buttons.form__group--radio-inline .form__label, .form__group--radio-buttons.form__group--radio-inline .spyder-internal-admin #loginform label, .spyder-internal-admin #loginform .form__group--radio-buttons.form__group--radio-inline label {
    align-self: center;
}
.form__group--radio-buttons.form__group--radio-inline .form__radio {
    display: flex;
    min-width: 0;
    flex: 1;
}

/* stylelint-disable */
/**
 * Variables
 */
/**
 * Mixins
 */
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .form__datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .form__datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    margin-left: -8px;
    position: absolute;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .form__datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .form__datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .form__datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .form__datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px;
}
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .form__datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .form__datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #999;
}

.form__datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px;
}
.form__datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .form__datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
    border-top: 0;
    border-bottom-color: #fff;
}
.form__datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #999;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .form__datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
    bottom: 0;
    margin-bottom: -8px;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .form__datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .form__datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
    border-bottom: 0;
    border-top-color: #fff;
}
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before, .form__datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
    bottom: -1px;
    border-top-color: #999;
}

/**
 * Styles
 */
.form__datepicker-wrapper .react-datepicker-wrapper {
    padding: 0;
    border: 0;
}

.form__datepicker__input--grouped {
    border: 0;
    border-radius: 5px;
    flex: 1;
    min-width: 0;
    padding: 8px;
    width: auto;
    text-align: center;
}
.form__datepicker__input--grouped:focus {
    box-shadow: none !important;
    outline: none;
}

.form__datepicker__input__divider {
    align-self: center;
}

/**
 * Main Component
 */
.form__datepicker__calendar,
.react-datepicker {
    font-size: 16px;
    background-color: #fff;
    color: #000;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    min-width: 300px;
    padding: 0 16px;
}

.react-datepicker--time-only .react-datepicker__triangle {
    left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
    border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px;
}

.form__datepicker-popper,
.react-datepicker-popper {
    z-index: 10;
}
.form__datepicker-popper[data-placement^=bottom],
.react-datepicker-popper[data-placement^=bottom] {
    margin-top: 10px;
}
.form__datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .form__datepicker-popper[data-placement=top-end] .react-datepicker__triangle,
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
    left: auto;
    right: 50px;
}
.form__datepicker-popper[data-placement^=top],
.react-datepicker-popper[data-placement^=top] {
    margin-bottom: 10px;
}
.form__datepicker-popper[data-placement^=right],
.react-datepicker-popper[data-placement^=right] {
    margin-left: 8px;
}
.form__datepicker-popper[data-placement^=right] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
    left: auto;
    right: 42px;
}
.form__datepicker-popper[data-placement^=left],
.react-datepicker-popper[data-placement^=left] {
    margin-right: 8px;
}
.form__datepicker-popper[data-placement^=left] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
    left: 42px;
    right: auto;
}

/**
 * Calendar Header
 */
.calendar__header {
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.react-datepicker__header--custom {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 8px;
    position: relative;
}

.calendar__header__navigation {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    background: none;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    border: 0.45rem solid transparent;
}
.calendar__header__navigation:hover {
    color: var(--spyder--style--color, var(--spyder--style--color--blue--dark, #1166b3));
}
.calendar__header__navigation:disabled, .calendar__header__navigation--disabled {
    color: #999;
    cursor: default;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
    display: inline-block;
    margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    margin-top: 0;
    color: #000;
    font-weight: 700;
    font-size: 0.944rem;
}

.react-datepicker-time__header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.react-datepicker__year {
    margin: 0.4rem;
    text-align: center;
}
.react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    width: 4rem;
    margin: 2px;
}

.react-datepicker__month {
    margin: 0.4rem;
    text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px;
}

.react-datepicker__input-time-container {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
    display: inline-block;
    margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: 85px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
    -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
    margin-left: 5px;
    display: inline-block;
}

.react-datepicker__time-container {
    float: right;
    border-left: 1px solid #ddd;
    width: 85px;
}
.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white;
    border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
    width: 85px;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: center;
    border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    list-style: none;
    margin: 0;
    height: calc(195px + (1.7rem / 2));
    overflow-y: scroll;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    height: 30px;
    padding: 5px 10px;
    white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
    cursor: pointer;
    background-color: #f9f9f9;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
    background-color: var(--spyder--style--color--blue, #1581e2);
    color: white;
    font-weight: 700;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
    background-color: var(--spyder--style--color--blue, #1581e2);
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
    color: #999;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.react-datepicker__week-number {
    color: #999;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.5;
    text-align: center;
    margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    border-radius: 0.3rem;
    background-color: #f9f9f9;
}

.react-datepicker__day-names,
.react-datepicker__week {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    flex: 1;
    width: 24px;
    line-height: 1.5;
    text-align: center;
    padding: 4px;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
    border-radius: 5px;
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
    color: #999;
    pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text {
    cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover {
    border-radius: 0.3rem;
    background-color: #f9f9f9;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today {
    font-weight: 700;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3f8c56;
    color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover {
    background-color: #377a4b;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1 {
    color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2 {
    color: green;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range {
    border-radius: 5px;
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover {
    background-color: var(--spyder--style--color--dar, var(--spyder--style--color--blue--dark, #1166b3));
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected {
    border-radius: 5px;
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover {
    background-color: var(--spyder--style--color--dar, var(--spyder--style--color--blue--dark, #1166b3));
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__month-text--in-range) {
    background-color: rgba(var(--spyder--style--color--blue, #1581e2), 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__month-text--in-selecting-range) {
    background-color: #f9f9f9;
    color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled {
    cursor: default;
    color: #999;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover {
    background-color: transparent;
}

.react-datepicker__day--outside-month {
    color: #999;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
    background-color: var(--spyder--style--color--blue, #1581e2);
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
    background-color: #f9f9f9;
}

.react-datepicker__input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.react-datepicker__input-container:hover {
    cursor: pointer;
    opacity: 0.75;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
    border: 1px solid transparent;
    border-radius: 0.3rem;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
    cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
    border-top-color: gray;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #999;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
    background-color: #f9f9f9;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #ddd;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
    cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
    background-color: #999;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: gray;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: gray;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px;
}

.react-datepicker__close-icon {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0px 6px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: var(--spyder--style--color--blue, #1581e2);
    color: #fff;
    border-radius: 5px;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "Ã—";
}

.react-datepicker__today-button {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 5px 0;
    clear: left;
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647;
}
.react-datepicker__portal .form__datepicker__calendar,
.react-datepicker__portal .react-datepicker {
    min-width: 320px;
    min-height: 300px;
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem;
}

.daypicker__carousel {
    position: relative;
    overflow: hidden;
    padding: 0 24px;
    margin: 16px 0;
}

.form__daypicker__item {
    width: 72px;
    text-align: center;
}
@media (min-width: 360px) {
    .form__daypicker__item {
        width: 84px;
    }
}

.form__daypicker .form__daypicker__item {
    margin-bottom: 0;
}

.form__daypicker__item .form__daypicker__item-label {
    display: block;
    margin-bottom: 0;
    padding: 0;
}

.form__daypicker__item .form__radio-input:checked ~ .form__daypicker__item-label {
    color: #000;
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
}
.form__daypicker__item .form__radio-input:checked ~ .form__daypicker__item-label .daypicker__content__day-numeric {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.form__daypicker__item-label .form__radio-label__text {
    color: #000;
    margin-right: 0;
}

.form__daypicker__content {
    padding: 8px 4px;
}

.daypicker__content__weekday,
.daypicker__content__month {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.daypicker__content__day-numeric {
    font-size: 36px;
}

/**
 * Progress Bar
 * ========================================================================== */
.progress-bar {
    border-radius: 5px;
    height: 8px;
    background-color: #ddd;
}

.progress-bar__fill {
    background-color: var(--spyder--style--color--blue, #1581e2);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: width 200ms ease-in;
}

.progress-bar__label {
    font-size: 12px;
    font-weight: 700;
    color: #999;
    padding-top: 4px;
}

/**
 * Number Range Slider
 * ======================================================================== */
.form__input-group--range-slider {
    border: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.form__input-group--range-slider:focus-within {
    box-shadow: none;
}

.form__range-slider {
    width: 100%;
}
.form__range-slider:focus {
    outline: none;
    box-shadow: none;
}

.form__range-slider--input {
    margin-left: 16px;
    width: 75px;
}

/**
 * Form Button (Primary Button)
 * For form buttons, we will still use our `.btn .btn--primary` naming, but if
 * it is an input-group with an apprended button, this class gets added
 * ========================================================================== */
.form__btn--appended {
    border-radius: 0 5px 5px 0;
}
.form__btn--prepended {
    border-radius: 5px 0 0 5px;
}
.form__btn:focus--appended {
    border-radius: 0 5px 5px 0;
}
.form__btn:focus--prepended {
    border-radius: 5px 0 0 5px;
}

.form-step--forward-enter {
    transform: translateX(0%);
}

.form-step--forward-enter-active {
    transform: translateX(-100%);
    transition: transform 300ms ease-out;
}

.form-step--forward-exit {
    transform: translateX(0%);
}

.form-step--forward-exit-active {
    transform: translateX(-100%);
    transition: transform 300ms ease-out;
}

.form-step--backward-enter {
    transform: translateX(-100%);
}

.form-step--backward-enter-active {
    transform: translateX(0%);
    transition: transform 300ms ease-out;
}

.form-step--backward-exit {
    transform: translateX(-100%);
}

.form-step--backward-exit-active {
    transform: translateX(0%);
    transition: transform 300ms ease-out;
}

.form__fieldset {
    border: 0;
    margin: 0 0 12px;
    padding: 0;
}

.form__fieldset .form__group {
    margin-bottom: 0;
}

/**
 * Legend
 */
.fieldset__legend {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    width: 100%;
    border: 0;
    padding: 0;
}
.fieldset__legend--hidden {
    position: absolute !important;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.form__contact--schedule-showing {
    border: 1px solid #999;
    height: 410px;
    max-width: 360px;
    margin-bottom: 16px;
    padding: 16px 12px 8px;
    position: relative;
    overflow: hidden;
}

.schedule-showing__progress-bar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.schedule-showing__steps,
.schedule-showing__steps__step {
    height: 100%;
}

.schedule-showing__post-submission {
    padding: 24px 0;
    max-width: 80%;
    margin: 0 auto;
}

.schedule-showing__missing-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    text-align: center;
}

.tab__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 4px;
    background-color: transparent;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
}

.tab__label {
    border-bottom: 1px solid #999;
}

.tab__item-link {
    color: #000;
    font-weight: 500;
    min-width: 0;
    padding: 8px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.tab__item-link:hover, .tab__item-link:active, .tab__item-link:focus {
    background-color: transparent;
    color: #000;
    outline: none;
}

.tab__item-link--active {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.tab__item-link--active:hover, .tab__item-link--active:active, .tab__item-link--active:focus {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.tab__indicator {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    bottom: 0;
    height: 3px;
    position: absolute;
    transition: left 300ms ease;
}

.carousel__slider--horizontal {
    position: relative;
    overflow: hidden;
}

.carousel__slider--vertical {
    position: relative;
    overflow: hidden;
}

.carousel__slider-tray--vertical {
    float: left;
}

.carousel__slider-tray-wrap--vertical {
    overflow: hidden;
}

.carousel__slider-tray.carousel__slider-tray--horizontal {
    padding: 0;
}

.carousel__slider-tray {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.carousel__slider-animation {
    transition: transform 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    /* easeInOutCubic */
    will-change: transform;
}

.carousel__slide {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 0;
    margin: 0;
    list-style-type: none;
}
.carousel__slide:focus {
    outline: none !important;
}

.carousel__slide--horizontal {
    float: left;
}
[dir=rtl] .carousel__slide--horizontal {
    direction: rtl;
    transform: scaleX(-1);
}

.carousel__inner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.carousel__slide-focus-ring {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    pointer-events: none;
    outline: none;
}

.carousel__master-spinner-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f9f9f9;
}

.carousel__spinner {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border-width: 4px;
    border-style: solid;
    border-top-color: #484848;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
    border-radius: 30px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.carousel__button {
    width: 42px;
    height: 42px;
    line-height: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

.carousel__button--prev {
    left: 8px;
}

.carousel__button--next {
    right: 8px;
}

.carousel__back-button,
.carousel__next-button {
    color: #999;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-style: none;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    outline: none;
}
.carousel__back-button:disabled,
.carousel__next-button:disabled {
    background-color: transparent;
    color: #ddd;
    cursor: default;
}

.carousel__back-button {
    left: 0;
}

.carousel__next-button {
    right: 0;
}

.carousel__image {
    display: block;
    width: 100%;
    height: 100%;
}

.carousel__dot-frame {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 4px;
}

.carousel__dot {
    transition: all 0.5s;
    color: #999;
    position: relative;
    margin: 0 2px;
    font-size: 7px;
    width: 10px;
    height: 10px;
}

.carousel__dot--active {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.carousel__dot--small {
    font-size: 5px;
}

/* Modals
* We have modal classes in the uikit folder, but to move away from that
* we should start importing to this file
* 4/21 - CNS-7527: migrated modal styled components from SaveSearchModal
 ========================================================================== */
.modal__overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1000;
}

/* Save Search Modal */
.modal--save-search {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: block;
    left: 50%;
    margin: 50px 0;
    padding: 20px;
    position: absolute;
    transform: translateX(-50%);
    width: 450px;
}

/* withModal HOC - used for qualifying questions after signup*/
.spyder-modal {
    position: fixed;
    overflow: auto;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media only screen and (max-width: 480px) {
    .spyder-modal {
        background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#00000000", GradientType=0 );
    }
}

/* is Visible state */
.spyder-modal--is-visible .spyder-modal__backdrop,
.spyder-modal--is-visible .spyder-modal__content {
    opacity: 1;
}
.spyder-modal--is-visible .spyder-modal__content {
    transform: translateY(0);
}

.spyder-modal__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: zindex-900;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s linear;
    transform: translateZ(0);
}

.spyder-modal__content {
    background: transparent;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    position: relative;
    margin: 0 auto;
    z-index: 999;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.3s linear, transform 0.3s ease-out;
}
.spyder-modal__content:focus {
    outline: none;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-modal__content {
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        color: #000;
        margin: 48px auto;
    }
}

.compare__header {
    position: relative;
    margin-bottom: 16px;
    height: 40px;
}

.compare__container {
    padding: 16px 0;
    background-color: #fff;
    overflow: auto;
    width: 100%;
}

.compare-placeholder__wrapper {
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 auto;
    padding: 12px;
}

.compare-placeholder__item {
    justify-content: center;
    align-items: center;
    border: 1px dashed #999;
    text-align: center;
    height: 50%;
}

.compare-items__container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 111px;
}

.compare-items__selection-grid {
    background-color: #fff;
    border: 1px dashed #999;
}

.compare-items__remove-btn {
    background: rgba(74, 74, 74, 0.85);
    border: 0;
    display: block;
    padding: 5px;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-tap-highlight-color: transparent;
    vertical-align: initial !important;
    z-index: 10;
}
.compare-items__remove-btn:hover, .compare-items__remove-btn:focus, .compare-items__remove-btn:active {
    background-color: #484848;
}
.compare-items__remove-btn .spyder-fa-icon {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%) rotate(-45deg);
    color: #fff;
}

.compare__feature-row__wrapper {
    border: 1px solid #999;
}

.compare__feature-row__wrapper--noBorderTop + .compare__feature-row__wrapper--noBorderTop {
    border-top: 0;
}

.compare__feature-row__header {
    background-color: #ddd;
    font-weight: 500;
    text-transform: uppercase;
}

.compare__feature-row__cell {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    min-height: 60px;
    text-align: center;
}
.compare__feature-row__cell:last-child {
    border-right: 0;
}

.compare__feature-row__value--true {
    color: #3f8c56;
}

.compare__feature-row__value--false {
    color: #ed1c24;
}

.filter-tag__container {
    border-top: 0;
    border-bottom: 1px solid #999;
    margin-top: 4px;
    margin-bottom: 0;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .filter-tag__container {
        margin-top: 0;
    }
}

.filter-menu__price--divider {
    position: relative;
    top: 8px;
    text-align: center;
}

/* stylelint-disable selector-class-pattern */
.uk-notouch .baguetteBox-button:hover, .uk-notouch .baguetteBox-button:focus {
    background-color: transparent;
}
.baguetteBox-button:active {
    background-color: transparent;
}

/* stylelint-enable selector-class-pattern */
div[data-type="spyder-block/agent"] {
    z-index: 100;
    min-width: 200px;
}

@media (min-width: 768px) {
    .spyder-block-agent__wrapper.left {
        padding-right: 16px;
        min-width: 320px;
        float: left;
    }

    .spyder-block-agent__wrapper.right {
        padding-left: 16px;
        min-width: 320px;
        float: right;
    }
}
.spyder-block-agent {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    border-radius: 5px;
    background: #fff;
    color: #000;
    padding: 0 !important;
    margin-bottom: 16px;
    overflow: hidden;
}
.spyder-block-agent div {
    box-sizing: border-box;
}

/** Image Block Styles **/
.spyder-block-agent__image {
    position: relative;
    top: 0;
    left: 0;
    flex: 0 0 30%;
    background: #ddd;
    background-position: center center;
    background-size: cover;
}

.spyder-block-agent__image--add-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/** Information Styles **/
.spyder-block-agent__information {
    padding: 16px;
    flex: 1 1 auto;
}

.spyder-block-agent__information-name {
    text-align: left;
    margin: 0;
}
.spyder-block-agent__information-name a {
    color: #000 !important;
}

.spyder-block-agent__information-title {
    text-align: left;
    margin: 0;
}

.spyder-block-agent__information-section {
    margin-top: 8px;
}
.spyder-block-agent__information-section a,
.spyder-block-agent__information-section a:hover,
.spyder-block-agent__information-section a:active,
.spyder-block-agent__information-section a:focus {
    display: flex;
    text-decoration: none !important;
    outline: none !important;
}
.spyder-block-agent__information-section a:hover .spyder-block-agent__information-icon {
    opacity: 0.75;
}

.spyder-block-agent__information-section:first-child {
    margin-top: 16px;
}

.spyder-block-agent__information-content {
    padding-top: 3px;
    flex: 1 1 auto;
    white-space: pre-wrap;
}

.spyder-block-agent__information-icon {
    flex: 0;
    height: 29px;
    width: 30px;
    line-height: 0;
    padding: 7px 6px;
    color: #fff;
    border-radius: 100%;
    background: #484848;
    margin-right: 8px;
    font-size: 14px;
}
.spyder-block-agent__information-icon a {
    color: #fff;
}

/** Tall Layout Adjustments **/
@media (min-width: 480px) {
    .spyder-block-agent__tall {
        display: block;
    }
    .spyder-block-agent__tall .spyder-block-agent__image {
        height: 300px;
    }
    .spyder-block-agent__tall .spyder-block-agent__information-content {
        display: none;
        text-align: center;
    }
    .spyder-block-agent__tall .spyder-block-agent__information-section {
        margin-bottom: 0;
        margin: 8px 4px 0;
        display: inline-block;
        text-align: center;
    }
    .spyder-block-agent__tall .spyder-block-agent__information {
        text-align: center;
    }
}
/** Tall Expanded Layout Adjustments **/
@media (min-width: 480px) {
    .spyder-block-agent__tall-expanded {
        display: block;
    }
    .spyder-block-agent__tall-expanded .spyder-block-agent__image {
        height: 300px;
    }
}
.mobile-agent__avatar {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 64px;
    width: 64px;
}

.spyder-comment {
    list-style: none !important;
}

.spyder-google-login {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #CCC;
    background: white;
    margin-bottom: 10px;
}
.spyder-google-login .spyder-google-login__icon {
    margin: 12px;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/themes/wp-base-theme/assets/media/build/glogo.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.spyder-google-login .spyder-google-login__text {
    position: absolute;
    top: 23px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 0;
}
.spyder-google-login:hover {
    background-color: #EEE;
    cursor: pointer;
}

/* ==========================================================================
 * Name:						Chat Widgets
 * Description:			Defines override styels for various chat plugins
 * ========================================================================== */
@media (max-width: 959px) {
    #ReadyChat_Button,
    #ReadyChat_W,
    #ReadyChat_WP,
    #SnapABug_Button,
    #SnapABug_W #SnapABug_WP,
    #apexchat_invitation_container_wrapper,
    #apexchat_invitation_container_minimized_wrapper,
    #apexchat_invitation_container_inprogress_wrapper {
        display: none !important;
    }
}
#ReadyChat_WP {
    z-index: 100 !important;
}

/* ==========================================================================
 * Name:						Testimonials Widget
 * Description:			Defines override styels for the Axl Testimonials Plugin
 * ========================================================================== */
/*
 * CNS-3375: Play and pause buttons aren't visible
 * CNS-3653: They aren't visible AGAIN in IE! IE does not support
 * `position: initial`. Setting to `position: inherit` instead.
 */
.Axl_Testimonials_Widget_Slider_Widget .bx-wrapper .bx-controls-auto {
    position: inherit;
    margin-top: 10px;
}

/* ==========================================================================
 * Name:						RealSatisfied Widget
 * Description:			Defines override styels for the Real Satisfied Plugin
 * ========================================================================== */
/*
 * CNS-4655: RealSatisfied Widget wasn't rendering on home page, and
 * upon fixing, the full width styles needed some adjusting so
 * that there was a margin and space for reviews to overflow visibly
 */
.spyder-homepage__widget-wrapper .widget.rsw_widget {
    margin-top: 15px;
}
.spyder-homepage__widget-wrapper .widget.rsw_widget p.rs-disp-testimonial {
    text-overflow: inherit;
    white-space: inherit;
}

/* ==========================================================================
 * Name:					Homepage Hero Plugin
 * Description:		Sets styles for homepage hero plugin templates
 * Theme:         All
 * ========================================================================== */
.spyder-dual-search__tabs {
    display: flex;
    align-items: flex-start;
    padding: 0;
}
@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-dual-search__tabs {
        background: rgba(72, 72, 72, 0.6);
    }
}
.spyder-dual-search__tabs__tab {
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    line-height: 2;
    height: 50px;
    justify-content: center;
    margin-right: 8px;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 360px) {
    .spyder-dual-search__tabs__tab {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-dual-search__tabs__tab {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 5px 5px 0 0;
        color: #000;
        height: 40px;
        min-width: 200px;
    }
}
.spyder-dual-search__tabs__tab--first {
    order: 0;
}
.spyder-dual-search__tabs__tab--second {
    order: 1;
    margin-right: 0;
}
.spyder-dual-search__tabs__tab--active {
    background: rgba(72, 72, 72, 0.6);
    color: #fff;
    font-weight: 600;
}
@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-dual-search__tabs__tab--active {
        background: transparent;
    }
    .spyder-dual-search__tabs__tab--active span {
        border-bottom: 4px solid #fff;
    }
}

.spyder-dual-search__wrapper {
    background: rgba(72, 72, 72, 0.6);
    padding: 8px;
    border-radius: 5px;
    border-top-left-radius: 0;
}
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-dual-search__wrapper {
        border-radius: 0;
    }
}

.spyder-fair-housing {
    background: #484848;
    font-size: 18px;
    padding: 8px;
    text-align: center;
    color: #fff;
}
.spyder-fair-housing a {
    color: #fff;
    text-decoration: underline;
}
.spyder-fair-housing a:hover, .spyder-fair-housing a:active, .spyder-fair-housing a:focus {
    color: #ddd;
}
@media (max-width: 768px) {
    .spyder-fair-housing {
        font-size: 12px;
    }
}

.spyder-fair-housing .spyder-fair-housing__close {
    display: inline-block;
    padding-right: 8px;
    cursor: pointer;
}
.spyder-fair-housing .spyder-fair-housing__close:hover, .spyder-fair-housing .spyder-fair-housing__close:active, .spyder-fair-housing .spyder-fair-housing__close:focus {
    color: #ddd;
}

.spyder-fair-housing__ny {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(72, 72, 72, 0.95);
}

.spyder-widget-teasers--clean {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .spyder-widget-teasers--clean {
        text-align: left;
    }
}

.spyder-widget-teasers--clean .spyder-widget-teasers__teaser {
    border-bottom: 1px solid #ddd;
    display: flex;
    height: 100%;
    min-height: 200px;
}
@media only screen and (min-width: 768px) {
    .spyder-widget-teasers--clean .spyder-widget-teasers__teaser {
        border-bottom: 0;
    }
}

.spyder-widget-teasers--clean .spyder-teaser__link {
    display: block;
    flex: 1;
    position: relative;
    padding: 32px 20px;
    z-index: 1;
}

.spyder-widget-teasers--clean .spyder-teaser__header {
    position: relative;
    z-index: 1;
}

.spyder-widget-teasers--clean .spyder-teaser__sep {
    display: inline-block;
    width: 35px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.spyder-widget-teasers--full-width {
    background: #484848;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 32px;
}

.spyder-widget-teasers--full-width .spyder-widget-teasers__wrapper {
    max-width: 2000px;
    margin: 0 auto;
}

.spyder-widget-teasers--full-width .spyder-widget-teasers__teaser {
    display: flex;
    height: 100%;
    min-height: 200px;
}

.spyder-widget-teasers--full-width .spyder-teaser__link {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    flex: 1;
    position: relative;
    padding: 32px 20px;
    z-index: 1;
}
.spyder-widget-teasers--full-width .spyder-teaser__link:hover {
    color: #fff;
}

.spyder-widget-teasers--full-width .spyder-teaser__header {
    position: relative;
    z-index: 1;
}

.spyder-widget-teasers--half-and-half {
    display: block;
    position: relative;
    width: 100%;
    margin-top: -150px;
}

.spyder-widget-teasers--half-and-half .spyder-widget-teasers__teaser {
    display: flex;
    height: 100%;
    max-height: 300px;
    aspect-ratio: 1/1;
    /*box-shadow: 0 1px 6px #ddd;*/
    overflow: hidden;
    border-radius: 100%;
    border-style: solid;
    border-width: 10px;
    border-color: #f9f9f9;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.spyder-widget-teasers--half-and-half .spyder-teaser__link {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    flex: 1;
    position: relative;
    z-index: 1;
}

.spyder-widget-teasers--half-and-half .spyder-teaser__image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.spyder-widget-teasers--portholes {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    margin: 32px 0 0;
    text-align: center;
}

.spyder-widget-teasers--portholes .spyder-widget-teasers__wrapper {
    margin: 0 auto;
}

.spyder-widget-teasers--portholes .spyder-widget-teasers__teaser {
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .spyder-widget-teasers--portholes .spyder-widget-teasers__teaser {
        margin-bottom: 0;
    }
}

.spyder-widget-teasers--portholes .spyder-teaser__header {
    display: inline-block;
    position: relative;
}
.spyder-widget-teasers--portholes .spyder-teaser__header::after {
    content: "";
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #999;
    opacity: 0;
    border-radius: 100%;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 960px) {
    .spyder-widget-teasers--portholes .spyder-teaser__header::after {
        display: block;
    }
}

.spyder-widget-teasers--portholes .spyder-teaser__image {
    position: relative;
    background: #f9f9f9;
    display: inline-block;
    width: 275px;
    height: 275px;
    margin: 0;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 100%;
}
@media only screen and (min-width: 768px) {
    .spyder-widget-teasers--portholes .spyder-teaser__image {
        width: 225px;
        height: 225px;
    }
}
@media (min-width: 960px) {
    .spyder-widget-teasers--portholes .spyder-teaser__image {
        width: 275px;
        height: 275px;
    }
}

.spyder-widget-teasers--portholes .spyder-teaser__button {
    display: none;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    opacity: 0;
    z-index: 1;
    transform: translateY(-15%);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 960px) {
    .spyder-widget-teasers--portholes .spyder-teaser__button {
        display: block;
    }
}

.spyder-widget-teasers--portholes .spyder-teaser__link:hover .spyder-teaser__button {
    opacity: 1;
    transform: translateY(-50%);
}
.spyder-widget-teasers--portholes .spyder-teaser__link:hover .spyder-teaser__header::after {
    opacity: 0.3;
}

.spyder-widget-teaser--portholes-offset {
    margin-top: 0;
    /* stylelint-disable indentation */
}
@media only screen and (min-width: 768px) {
    .spyder-widget-teaser--portholes-offset {
        margin-top: -100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 960px) and (orientation: landscape) {
    .spyder-widget-teaser--portholes-offset {
        margin-top: -15px;
    }
}

.spyder-widget-teasers--rectangular-image {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    margin: 32px 0 0;
    text-align: center;
}

.spyder-widget-teasers--rectangular-image .spyder-widget-teasers__teaser {
    margin-bottom: 60px;
    border-radius: 5px;
}
@media (min-width: 960px) {
    .spyder-widget-teasers--rectangular-image .spyder-widget-teasers__teaser {
        margin-bottom: 32px;
    }
}

.spyder-widget-teasers--rectangular-image .spyder-teaser__link {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    height: 220px;
    width: 100%;
    border-radius: 5px;
}
.spyder-widget-teasers--rectangular-image .spyder-teaser__link::after {
    content: "";
    background: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 5px;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 960px) {
    .spyder-widget-teasers--rectangular-image .spyder-teaser__link::after {
        display: block;
    }
}
.spyder-widget-teasers--rectangular-image .spyder-teaser__link:hover::after {
    opacity: 0.5;
    transform: scale(0.95, 0.9);
}

.spyder-widget-teasers--rectangular-image .spyder-teaser__header {
    border-radius: 5px;
    background: #fff;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    min-height: 80px;
    padding: 8px;
    position: absolute;
    bottom: -30px;
    left: 30px;
    right: 30px;
    z-index: 3;
}

body.seller-form {
    background: #fff !important;
}

.spyder-custom-layout-preview-bar {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: #333;
    color: #fff;
    padding: 8px;
    font-size: 14px;
}

.spyder-custom-layout-preview-bar__title {
    flex-grow: 1;
    padding: 6px;
}

.spyder-custom-layout-preview-bar__actions a {
    display: inline-block;
    margin-left: 4px;
    color: white;
    border: 1px solid #fff;
    padding: 4px 16px;
}
.spyder-custom-layout-preview-bar__actions a:hover {
    color: white;
    opacity: 0.5;
}

@media only screen and (max-width: 768px) {
    .spyder-custom-layout-preview-bar {
        display: block;
    }
}
/* ==========================================================================
 * Name:            Menu List
 * Description:     Defines styles for dropdown menu lists.
 *
 * @see ccomp.js with `data-spyder-ccomp="dropdown"`
 *
 * ========================================================================== */
.menu-list {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
}
.menu-list .menu-list__link {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 4px 8px;
}
@media (min-width: 480px) {
    .menu-list .menu-list__link {
        font-size: 14px;
    }
}
.uk-notouch .menu-list .menu-list__link:hover, .uk-notouch .menu-list .menu-list__link:focus {
    color: #fff;
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.menu-list .menu-list__link:active, .menu-list .menu-list__link.menu-list__link--active {
    color: #fff;
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

/* ==========================================================================
 * Name:            Map Modal
 * Description:     Defines styles for the DirectionModal component
 * ========================================================================== */
.map-modal {
    background: #fff;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 40;
}

.map-modal__container {
    flex: 1 1 auto;
    position: relative;
}
.map-modal__container .xp-map-modal__map {
    /* relative can sometimes be slapped on the style attribute for the map div */
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ========================================================================
 * Name:					ListingPrice
 * Description:		Defines styles for a listing price
 * ======================================================================== */
.listing-price {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
}
@media (min-width: 360px) {
    .listing-price {
        font-size: 30px;
    }
}

.listing-price--server {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0));
}

.listing-price--white {
    color: #fff;
}

.listing-price--green {
    color: #3f8c56;
}

.listing-price--small {
    font-size: 18px;
    line-height: 30px;
}

.listing-price--default {
    font-size: 30px;
}

/* ==========================================================================
 * Name:						General
 * Description:			Defines general global styles
 *
 * TODO: Refactor into more accurate structure and partials
 * ========================================================================== */
html, body {
    background: #222;
    letter-spacing:1.5px;
}

#browser-warning {
    border-radius: 0;
    margin: 0;
    border: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.spyder-content-wrapper {
    padding: 32px 0;
    overflow-x: hidden;
}

.spyder-page-header {
    margin-bottom: 16px;
}
.spyder-page-header button,
.spyder-page-header [role=button] {
    white-space: nowrap;
}

#viewport {
    overflow: hidden;
}

body.results #viewport {
    min-height: 100vh;
}

#inner-viewport iframe, #inner-viewport embed, #inner-viewport object, #inner-viewport video {
    max-width: 100%;
}

body.spyder-async-hide {
    opacity: 0;
}

.spyder-child-block > * {
    display: block;
}

.spyder-child-block-2 * * {
    display: block;
}

.section-block-small {
    padding-top: 16px;
    padding-bottom: 16px;
}

.spyder-cover__context {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.spyder-cover__context--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spyder-flex-grow {
    flex-grow: 1;
}

.spyder-background-primary {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.spyder-background-primary * {
    color: #fff !important;
}

.spyder-h-promo {
    font-size: 32px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .spyder-h-promo {
        font-size: 22px;
        line-height: 1.5;
    }
}

.spyder-image__no-mw {
    max-width: none;
}

.spyder-border-pad {
    display: block;
}

.filter-tag {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) !important;
}
html.uk-touch .filter-tag:hover, html.uk-touch .filter-tag:focus, html.uk-touch .filter-tag:active, .filter-tag:active, .filter-tag:hover, .filter-tag:focus {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) !important;
    color: #fff;
}

.filter-tag.filter-tag--purple {
    background-color: #8d54aa !important;
}
html.uk-touch .filter-tag.filter-tag--purple:hover, html.uk-touch .filter-tag.filter-tag--purple:focus, html.uk-touch .filter-tag.filter-tag--purple:active, .filter-tag.filter-tag--purple:active, .filter-tag.filter-tag--purple:hover, .filter-tag.filter-tag--purple:focus {
    background-color: #8d54aa !important;
    color: #fff;
}

.filter-tag.filter-tag--disabled {
    background-color: #999 !important;
}
html.uk-touch .filter-tag.filter-tag--disabled:hover, html.uk-touch .filter-tag.filter-tag--disabled:focus, html.uk-touch .filter-tag.filter-tag--disabled:active, .filter-tag.filter-tag--disabled:active, .filter-tag.filter-tag--disabled:hover, .filter-tag.filter-tag--disabled:focus {
    background-color: #999 !important;
    color: #fff;
}

.filter-tag__action {
    transition: transform 0.2s;
}
.filter-tag__action.filter-tag__action--disabled {
    transform: rotate(45deg);
}

/* ==========================================================================
 * Name:            Widgets
 * Description:     Defines styles for various Wordpress widgets
 * ========================================================================== */
.widget,
.spyder-widget {
    margin-top: 16px;
}

.spyder-widget {
    clear: both;
}

.spyder-widget__inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 16px;
}

.uk-container .spyder-widget__inner {
    width: 100%;
    padding: 0;
    margin: 0;
}

/**
 * Home Widgets
 * ========================================================================== */
.spyder-homepage__widget-wrapper {
    padding: 0;
}
.spyder-homepage__widget-wrapper .spyder-widget {
    margin-top: 0;
    margin-bottom: 0;
}
.spyder-homepage__widget-wrapper .widget {
    max-width: 1220px;
    padding: 16px;
    margin: 0 auto;
    z-index: 25;
}
.spyder-homepage__widget-wrapper .widget.widget--full-width {
    max-width: 100%;
    padding: 0;
}
.spyder-homepage__widget-wrapper .widget--full-width {
    /* WP's Edit Shortcut Button Styles */
}
.spyder-homepage__widget-wrapper .widget--full-width .customize-partial-edit-shortcut {
    margin-top: 10px;
    z-index: 20;
}

/**
 *  Recent Posts Widget
 * ========================================================================== */
.spyder-recent-posts__thumb {
    width: 120px;
}

/* ==========================================================================
 * Name:					Map and Directions
 * Description:		Defines styles for Google Maps and the Directions panel
 * ========================================================================== */
.gm-style img {
    max-width: none;
}
.gm-style svg {
    max-width: 100%;
}
.gm-style .spyder-cover__wrapper > img {
    max-width: 100%;
}

.spyder-listing__directions-results img {
    max-width: none;
}

/**
 * Map Pins
 * ========================================================================== */
.map-pin {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    color: var(--spyder--style--color--blue, #1581e2);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    height: 24px;
    min-width: 60px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -30px);
}
.map-pin:hover, .map-pin--hover {
    background: #484848;
    color: #fff;
    z-index: 11;
    border-radius: 5px;
}
.map-pin--active {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    z-index: 10;
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.map-pin--active:hover, .map-pin--active.map-pin--hover {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.map-pin--favorite {
    color: #ed1c24;
}
.map-pin--favorite.map-pin--active, .map-pin--favorite.map-pin--hover {
    color: #fff;
}
.map-pin--minimal {
    border-radius: 100% !important;
    height: 20px;
    min-width: 0;
    width: 20px;
    padding: 0 2px;
    transform: translate(-50%, -50%);
}
.map-pin--muted {
    border-radius: 5px;
    color: #484848;
}
.map-pin--muted.map-pin--active, .map-pin--muted.map-pin--hover {
    color: #fff;
}

.map-pin-usermarker {
    z-index: -1;
    transform: translate(-50%, -50%);
    position: absolute;
}

.map-pin-usermarker__icon {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-radius: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.map-pin-usermarker__perim {
    padding: 50px;
    background: rgba(65, 123, 232, 0.3);
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 100%;
    border: 1px solid var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

/**
 * Bottom arrow on Map Pin
 * ========================================================================== */
.map-pin__arrow {
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-width: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
}
.map-pin__arrow:after {
    content: "";
    border: 5px solid transparent;
    border-top: 8px solid #fff;
    border-bottom-width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -5px;
}
.map-pin:hover .map-pin__arrow:after, .map-pin--hover .map-pin__arrow:after {
    border-top-color: #484848;
}
.map-pin--active .map-pin__arrow:after, .map-pin--active:hover .map-pin__arrow:after {
    border-top-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

/**
 * Map Pin Sash Statuses
 *
 * Must use both `map-pin__status` plus a modifier class
 * (ie `map-pin__status--new`)
 * ========================================================================== */
.map-pin__status {
    border-radius: 100%;
    margin: 0 1px;
    height: 12px;
    width: 12px;
}
.map-pin__status--favorited {
    background-image: svg-load("favorite-mobile.svg", fill=#ed1c24);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    height: 14px;
    width: 14px;
}
.map-pin__status--default {
    background: var(--spyder--style--color--blue, #1581e2);
}
.map-pin--active .map-pin__status--default {
    background: #fff;
}

.map-pin__status--foreclosure {
    background-color: #bb9a67;
}
.map-pin__status--new {
    background-color: #fff061;
}
.map-pin__status--offmarket {
    background-color: #545454;
}
.map-pin__status--openhouse {
    background-color: #995100;
}
.map-pin__status--virtualopenhouse {
    background-color: #3d4172;
}
.map-pin__status--pending {
    background-color: #b2b2b2;
}
.map-pin__status--reduced {
    background-color: #36523e;
}
.map-pin__status--rental {
    background-color: #b558b7;
}
.map-pin__status--shortsale {
    background-color: #2f6670;
}
.map-pin__status--sold {
    background-color: #e81818;
}
.map-pin__status--undercontract {
    background-color: #333;
}
.map-pin__status--comingsoon {
    background-color: #fe3466;
}

/* ==========================================================================
 * Name:            Agent Card Styles
 * Description:     Defines styles for agent cards
 * ========================================================================== */
.agent-card__img {
    width: 120px;
    height: 150px;
    border-radius: 5px;
}
.agent-card__info {
    min-height: 150px;
}
.agent-card__details > div:nth-last-child(5):first-child ~ div {
    /* edge case where card has four lines (most have three) of info under the agent name */
    /* selector selects all descendant siblings of the first-child of the fifth last-child */
    /* i.e., if there IS a fifth child, all of its siblings are selected */
    line-height: 1.3em;
}
.agent-card__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.agent-card__tel {
    text-decoration: underline;
}

/**
 * Agent Avatar
 * Used in the AgentAvatar React component
 * Previously nested in:
 * css/src/flagship-framework/components/Common/Agent/AgentAvatar.less
 * ========================================================================== */
.agent-avatar__img {
    width: 120px;
    height: auto;
}

.agent-card__photo {
    height: 150px;
    width: 105px;
    background-size: cover;
    background-position: top center;
    border-radius: 5px;
}

/* ==========================================================================
 * Name:					Ballerbox
 * Description:		The main listings search UI of the Consumer app
 * ========================================================================== */
.ballerbox-wrapper--large {
    padding: 0;
}

.ballerbox__searchby-button {
    background: #fff;
    border: 0;
    color: #000;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 5px 0 0 5px;
}
.uk-notouch .ballerbox__searchby-button:hover, .uk-notouch .ballerbox__searchby-button:focus {
    outline-style: none;
}
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .ballerbox__searchby-button {
        display: none;
    }
}
.ballerbox__searchby-button::after {
    content: "";
    background-color: #ddd;
    height: calc(100% - 16px);
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
}

.ballerbox__search-button__icon {
    font-size: 24px;
    display: none;
}
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .ballerbox__search-button__icon {
        display: block;
    }
}

@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .ballerbox__search-button__text {
        display: none;
    }
}

.ballerbox__autocomplete-input {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.ballerbox__autocomplete-results {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    box-sizing: border-box;
    color: #484848;
    display: block;
    font-size: 16px;
    left: 0;
    max-height: 400px;
    overflow: auto;
    margin-top: 4px;
    padding: 12px 0 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    vertical-align: top;
    z-index: 999;
}

.ballerbox__nearby-button--homepage {
    color: #fff;
    margin-top: 8px;
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .ballerbox__nearby-button--homepage {
        display: none;
    }
}
.ballerbox__nearby-button--homepage:hover, .ballerbox__nearby-button--homepage:active {
    color: #fff;
}

/**
 * Ballerbox Logo
 * ========================================================================== */
@media (max-width: 959px) {
    .spyder-listing-search__logo {
        display: none;
    }
}

/**
 * Ballerbox Search Query Field
 * The actual input field where you type your search
 *
 * Markup:
 *
 * <div class="spyder-search__query-wrapper">
 *  <div class="spyder-search__query-inner">
 *    <div class="spyder-search-type__wrapper"></div>
 *    <input class="spyder-search__query">
 *  </div>
 * </div>
 * ========================================================================== */
.spyder-search-type__wrapper {
    display: none;
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-search-type__wrapper {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 920;
    }
}
.spyder-search-type__wrapper button {
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: uppercase;
}

/**
 * Ballerbox Search Filter options.
 * Includes Price, Type, Beds, Baths, More+
 *
 * Markup:
 *
 * <div class="spyder-search__options-wrapper">
 *  <div class="grid">
 *    <div class="cell">
 *      <div class="spyder-ccomp" data-spyder-ccomp="dropdown">
 *        <a class="spyder-filter__button" data-spyder-ccomp-trigger>Price</a>
 *        <div class="spyder-ccomp__content spyder-dropdown--right"></div>
 *      </div>
 *    </dvi>
 *  </div>
 * </div>
 * ========================================================================== */
.spyder-filter-bar__components {
    position: relative;
}

.spyder-filter__button {
    white-space: nowrap;
    font-size: 16px;
}

.spyder-search__price-list {
    margin-left: -8px;
    margin-right: -8px;
}
.spyder-search__price-list > li {
    padding: 4px 8px;
}
.spyder-search__price-list > li:hover, .spyder-search__price-list > li.active {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    cursor: pointer;
}

@media (max-width: 767px) {
    .spyder-more__trigger.spyder-active + .spyder-dropdown__more {
        max-height: 9999px !important;
    }

    .spyder-listing-search__more-panel {
        padding-top: 16px;
    }

    .spyder-dropdown__more__close {
        display: none;
    }
}
@media (min-width: 768px) {
    .spyder-listing-search__more-panel {
        margin: 16px -8px -8px;
        padding: 8px;
        background: #f9f9f9;
        border-top: 1px solid #999;
        height: 48px;
        position: relative;
        z-index: 900;
    }

    .spyder-dropdown__more {
        padding: 0 !important;
    }
    .spyder-dropdown__more .spyder-ccomp__content__inner {
        padding: 8px;
    }

    .spyder-sticky-footer__wrapper {
        min-height: 100%;
        margin-bottom: -16px;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .spyder-sticky-footer__push {
        height: 16px;
    }
}
.spyder-more__trigger:not(.spyder-active) .spyder-icon__plus {
    display: inline-block;
}
.spyder-more__trigger:not(.spyder-active) .spyder-icon__minus {
    display: none;
}

.spyder-more__trigger.spyder-active .spyder-icon__plus {
    display: none;
}
.spyder-more__trigger.spyder-active .spyder-icon__minus {
    display: inline-block;
}

.spyder-search__options-wrapper .spyder-ccomp.spyder-react-dropdown,
.spyder-search__options-wrapper .spyder-ccomp.spyder-ccomp__dropdown {
    display: block;
}

.spyder-filter__type-subheader {
    border-bottom: 1px solid #ddd;
    line-height: 2em;
}

/**
 * Ballerbox Search Filter Tags and View Switch
 * The area directly below the Search Query field
 * and Search Filter buttons. This area includes the
 * Save This Search button, Search Tags, Sort button,
 * and View Switch Options
 *
 * Markup:
 *
 * <div class="spyder-search-filter-area">
 *  <div class="spyder-save-search__wrapper"></div>
 *  <div class="spyder-view-options__wrapper"></div>
 * </div>
 * ========================================================================== */
@media (max-width: 767px) {
    .spyder-search-filter-area {
        display: none;
    }
}

body.listing .spyder-search-filter-area.spyder-no-save-search {
    margin-top: 0;
}

/**
 * Save Search
 * ========================================================================== */
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-save-search__wrapper {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        padding-right: 4px;
        min-height: 1px;
        width: 100%;
        max-width: 705px;
        vertical-align: middle;
    }
    .spyder-save-search__wrapper > * {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }
}

.spyder-no-save-search .spyder-save-search__wrapper {
    visibility: hidden;
}

/**
 * Search Tags
 * ========================================================================== */
.spyder-search-tags__container {
    width: 100%;
}
@media (min-width: 768px) {
    .spyder-search-tags__container {
        padding-right: 16px;
    }
    .spyder-search-tags__container .spyder-search-tags, .spyder-search-tags__container .spyder-overflow__more-list {
        overflow: hidden;
    }
}

.spyder-search-tags, .spyder-overflow__more-list,
.search-tags {
    margin: 8px 0 0 -4px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
@media (min-width: 768px) {
    .spyder-search-tags, .spyder-overflow__more-list,
    .search-tags {
        text-align: left;
        margin-top: -4px;
    }
}
.spyder-search-tags > li, .spyder-overflow__more-list > li,
.search-tags > li {
    display: inline-block;
    margin: 4px 0 0 4px;
    max-width: 100%;
    overflow: hidden;
}
.spyder-search-tags button, .spyder-overflow__more-list button,
.spyder-search-tags [role=button],
.spyder-overflow__more-list [role=button],
.search-tags button,
.search-tags [role=button] {
    white-space: nowrap;
}
.spyder-search-tags button span, .spyder-overflow__more-list button span,
.spyder-search-tags [role=button] span,
.spyder-overflow__more-list [role=button] span,
.search-tags button span,
.search-tags [role=button] span {
    display: block;
    max-width: 134px;
    padding-right: 20px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
.spyder-search-tags button span:after, .spyder-overflow__more-list button span:after,
.spyder-search-tags [role=button] span:after,
.spyder-overflow__more-list [role=button] span:after,
.search-tags button span:after,
.search-tags [role=button] span:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.65;
    overflow: visible;
}

.spyder-search-tags__on-modal .btn.btn--tag.btn--secondary, .spyder-search-tags__on-modal .spyder-internal-admin #loginform input.btn--tag.btn--secondary#wp-submit, .spyder-internal-admin #loginform .spyder-search-tags__on-modal input.btn--tag.btn--secondary#wp-submit {
    cursor: default;
    background-color: #fff;
    border-color: #999;
}

.spyder-search-overflow__container {
    visibility: hidden;
    pointer-events: none;
}
.spyder-search-overflow__container.spyder-search-overflow__container--show {
    visibility: visible;
    pointer-events: auto;
    padding-left: 4px;
}

.spyder-search-overflow__trigger {
    white-space: nowrap;
    background: #fff;
}

.spyder-listing__table-break td:nth-child(even) {
    word-break: break-word;
}

/**
 * View Switch
 * ========================================================================== */
.spyder-view-options__wrapper {
    max-width: 308px;
}

@media (min-width: 768px) {
    #results-set-interactions {
        white-space: nowrap;
    }
    #results-set-interactions .uk-dropdown {
        white-space: normal;
    }
}

.uk-dropdown .spyder-help-text {
    font-style: italic;
    color: #999;
    padding-left: 11px;
}

/* ==========================================================================
 * Name:					ToolTips
 * Description:		Defines styles for tooltips
 * ========================================================================== */
.new-feature-tooltip {
    position: absolute;
    background-color: #fff;
    z-index: 901;
    top: 50px;
    right: 6%;
    text-align: center;
    padding: 15px;
    max-width: 350px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}
.new-feature-tooltip .uk-close {
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #000;
    z-index: 5;
    opacity: 1;
    width: auto;
}
.new-feature-tooltip .uk-close:after {
    width: 16px;
    height: 16px;
}
.new-feature-tooltip .spyder-icon {
    fill: #F06967;
}
.new-feature-tooltip p {
    max-width: 70%;
    margin: 0 auto;
}
.new-feature-tooltip a {
    margin: 0;
    border: none;
    overflow: visible;
    text-transform: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    min-height: 40px;
    font-size: 16px;
    text-decoration: none;
    border-color: transparent;
}

.tooltip-close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-color: rgba(0, 0, 0, 0) #484848;
    border-style: solid;
    border-width: 0 0 50px 50px;
    height: 0;
    width: 0;
}

.tooltip-close {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.tooltip-close svg {
    z-index: 5;
}

.icon-wrapper {
    background-color: #E3E9E6;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    padding-top: 10px;
}

/* ==========================================================================
 * Name:            Listing Card Slider
 * Description:     Defines styles for listing card slider used for Related
 *                  Properties on non-MobileXP details page and the Listings
 *                  widget on mobile.
 *
 * ========================================================================== */
.spyder-card-slider {
    margin: 0 -16px;
    padding: 0 0 16px 0;
    list-style: none;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-card-slider {
        margin: -8px;
    }
}

.spyder-card-slider .spyder-card-wrapper {
    border-bottom: 1px solid #999;
    padding: 0;
    outline: none;
    width: 100%;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-card-slider .spyder-card-wrapper {
        border-bottom: 0;
        padding: 8px;
    }
}
@media (min-width: 480px) {
    .spyder-card-slider .spyder-card-wrapper {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .spyder-card-slider .spyder-card-wrapper {
        width: 33.333333%;
    }
}
@media (min-width: 960px) {
    .spyder-card-slider .spyder-card-wrapper {
        width: 25%;
    }
}

@media (min-width: 960px) {
    .single-sidebar .spyder-card-slider .spyder-card-wrapper {
        width: 33%;
    }
}

@media (min-width: 960px) {
    .double-sidebar .spyder-card-slider .spyder-card-wrapper {
        width: 50%;
    }
}

@media (min-width: 960px) {
    .cell-md-4 .spyder-card-slider .spyder-card-wrapper {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .cell-md-3 .spyder-card-slider .spyder-card-wrapper {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .cell-md-3 .spyder-card-slider .spyder-card-wrapper {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .cell-lg-3 .spyder-card-slider .spyder-card-wrapper {
        width: 100%;
    }
}

.spyder-card-slider__prev-next--hide .flickity-prev-next-button {
    display: none;
}

.flickity-prev-next-button.previous {
    left: 20px;
}
.flickity-prev-next-button.next {
    right: 20px;
}

.spyder-card-slider__prev-next--below > .flickity-prev-next-button {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    min-height: auto;
    min-width: 145px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 8px;
    font-size: 22px;
    line-height: 24px;
    min-width: 42px;
    border-color: #999;
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #999;
    margin-top: 16px;
}
@media (min-width: 360px) {
    .spyder-card-slider__prev-next--below > .flickity-prev-next-button {
        font-size: 16px;
    }
}
.uk-notouch .spyder-card-slider__prev-next--below > .flickity-prev-next-button:hover, .uk-notouch .spyder-card-slider__prev-next--below > .flickity-prev-next-button:focus {
    text-decoration: none;
}
.spyder-card-slider__prev-next--below > .flickity-prev-next-button:hover, .spyder-card-slider__prev-next--below > .flickity-prev-next-button:active, .spyder-card-slider__prev-next--below > .flickity-prev-next-button:focus {
    text-decoration: none;
}
.spyder-card-slider__prev-next--below > .flickity-prev-next-button:not(.has-background) {
    background-color: #fff;
}
.spyder-card-slider__prev-next--below > .flickity-prev-next-button:not(.has-text-color) {
    color: #000;
}
.uk-notouch .spyder-card-slider__prev-next--below > .flickity-prev-next-button:not(.has-background):hover, .uk-notouch .spyder-card-slider__prev-next--below > .flickity-prev-next-button:not(.has-background):focus {
    background-color: #ddd;
    color: #000;
    border-color: transparent;
}
.spyder-card-slider__prev-next--below > .flickity-prev-next-button:not(.has-background):active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.spyder-card-slider__prev-next--below > .flickity-prev-next-button:not(.has-background).spyder-active, .spyder-card-slider__prev-next--below > .flickity-prev-next-button:not(.has-background).btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.spyder-card-slider__prev-next--below > .flickity-prev-next-button:not(.has-background):focus {
    outline: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) auto 1px;
}
.spyder-card-slider__prev-next--below > .previous {
    margin-left: -28px;
}
.spyder-card-slider__prev-next--below > .next {
    margin-left: 16px;
}

/* ==========================================================================
 * Name:            Guide and Blog Post Teaser Cards
 * Description:     Defines styles for generic cards used on Guide and Blog
 *                  results pages
 *
 * ========================================================================== */
.spyder-gen-teaser {
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #999;
    box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    word-break: break-word;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.spyder-gen-teaser .spyder-cover__wrapper {
    padding-bottom: 0;
    aspect-ratio: 1.3333333333;
}
.spyder-gen-teaser[data-link]:hover {
    cursor: pointer;
}
.spyder-gen-teaser .uk-comment-avatar {
    float: none;
    margin-right: 0;
}

.spyder-gen-teaser__info {
    margin-top: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.spyder-gen-teaser__info p {
    margin-top: 0 !important;
}
.spyder-gen-teaser__info .spyder-gen-teaser__author-block {
    margin-bottom: 8px;
    margin-top: auto;
    display: flex;
}
.spyder-gen-teaser__info .spyder-gen-teaser__author-block div:first-child {
    margin: auto 0;
}
.spyder-gen-teaser__info .spyder-gen-teaser__written-by,
.spyder-gen-teaser__info .spyder-gen-teaser__author {
    display: inline-block;
    margin-bottom: 0 !important;
}
.spyder-gen-teaser__info .spyder-gen-teaser__force-height__button {
    margin-top: auto;
    align-self: center;
}

/* ==========================================================================
 * Name:            Listing Card Skeleton Styles
 * ========================================================================== */
.listing-card--skeleton::after {
    background-color: #f9f9f9;
}

.listing-card__text--skeleton {
    background-color: #f9f9f9;
    border-radius: 5px;
    display: block;
    line-height: 1;
    margin-top: 4px;
    min-height: 24px;
    width: 20%;
}

.listing-card__address--skeleton {
    width: 75%;
}

.listing-card__meta--skeleton {
    min-width: 60px;
}

.listing-card__on-site--skeleton {
    width: 40%;
}

.listing-card__disclaimer--skeleton {
    width: 90%;
}

/* ==========================================================================
 * Name:            CComp
 * Description:     Defines styles for the React version of the ccomp jQuery
 *                  component (@see ccomp.js) with `data-spyder-ccomp="dropdown"`
 *
 * ========================================================================== */
.spyder-ccomp {
    position: relative;
}
@media (max-width: 959px) {
    .spyder-ccomp a,
    .spyder-ccomp a:hover,
    .spyder-ccomp a:focus,
    .spyder-ccomp a:active {
        color: #000;
    }
}
.spyder-ccomp [data-spyder-ccomp-trigger] .spyder-icon {
    pointer-events: none;
}
.spyder-ccomp .spyder-ccomp__content {
    white-space: normal;
}
.spyder-ccomp[data-spyder-ccomp=dropdown], .spyder-ccomp.spyder-ccomp__dropdown {
    display: inline-block;
    /*********************************************************************
   * Dropdown Content Classes mapped to CCompDropdown component Props
   *********************************************************************/
    /*********************************************************************/
}
.spyder-ccomp[data-spyder-ccomp=dropdown].spyder-ccomp--active .spyder-ccomp__content, .spyder-ccomp.spyder-ccomp__dropdown.spyder-ccomp--active .spyder-ccomp__content {
    display: block;
    animation: spyder-drop 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-ccomp__content,
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-react-dropdown__content, .spyder-ccomp.spyder-ccomp__dropdown .spyder-ccomp__content,
.spyder-ccomp.spyder-ccomp__dropdown .spyder-react-dropdown__content {
    background: #fff;
    position: absolute;
    top: 100%;
    min-width: 240px;
    max-width: 250px;
    left: 0;
    padding: 12px;
    border: 1px solid #999;
    box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: left;
    z-index: 902;
    margin-top: 8px;
    display: none;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-ccomp__content:before,
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-react-dropdown__content:before, .spyder-ccomp.spyder-ccomp__dropdown .spyder-ccomp__content:before,
.spyder-ccomp.spyder-ccomp__dropdown .spyder-react-dropdown__content:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 10px;
    background: #fff;
    transform: rotate(135deg);
    border-bottom-left-radius: 5px;
    border: 1px solid #999;
    border-right: none;
    border-top: none;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-ccomp__content > *:last-child,
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-react-dropdown__content > *:last-child, .spyder-ccomp.spyder-ccomp__dropdown .spyder-ccomp__content > *:last-child,
.spyder-ccomp.spyder-ccomp__dropdown .spyder-react-dropdown__content > *:last-child {
    margin-bottom: 0;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-react-dropdown__content, .spyder-ccomp.spyder-ccomp__dropdown .spyder-react-dropdown__content {
    display: block;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--center, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--center {
    left: 50%;
    margin-left: -115px;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--center:before, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--center:before {
    left: 50%;
    margin-left: -5px;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--right, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--right {
    left: auto;
    right: 0;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--right:before, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--right:before {
    left: auto;
    right: 10px;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--large, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--large {
    min-width: 500px;
    max-width: 500px;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--small, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--small {
    min-width: 150px;
}
.spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--small.spyder-dropdown--center, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--small.spyder-dropdown--center {
    margin-left: -75px;
}
@media (max-width: 480px) {
    .spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--small--mobile, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--small--mobile {
        min-width: 150px;
    }
    .spyder-ccomp[data-spyder-ccomp=dropdown] .spyder-dropdown--small--mobile.spyder-dropdown--center, .spyder-ccomp.spyder-ccomp__dropdown .spyder-dropdown--small--mobile.spyder-dropdown--center {
        margin-left: -75px;
    }
}
.spyder-ccomp[data-spyder-ccomp=toggle].spyder-ccomp--active .spyder-ccomp__content, .spyder-ccomp.spyder-ccomp__toggle.spyder-ccomp--active .spyder-ccomp__content {
    max-height: 999px;
    overflow: auto;
    margin-bottom: 16px;
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-ccomp[data-spyder-ccomp=toggle].spyder-ccomp--active .spyder-ccomp__content .spyder-ccomp__content-inner, .spyder-ccomp.spyder-ccomp__toggle.spyder-ccomp--active .spyder-ccomp__content .spyder-ccomp__content-inner {
    opacity: 1;
    transform: none;
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-ccomp[data-spyder-ccomp=toggle].spyder-ccomp--active [data-spyder-ccomp-trigger] > .spyder-icon,
.spyder-ccomp[data-spyder-ccomp=toggle].spyder-ccomp--active .spyder-ccomp__trigger > .spyder-icon, .spyder-ccomp.spyder-ccomp__toggle.spyder-ccomp--active [data-spyder-ccomp-trigger] > .spyder-icon,
.spyder-ccomp.spyder-ccomp__toggle.spyder-ccomp--active .spyder-ccomp__trigger > .spyder-icon {
    transform: translateY(-50%) rotate(180deg);
}
.spyder-ccomp[data-spyder-ccomp=toggle] [data-spyder-ccomp-trigger],
.spyder-ccomp[data-spyder-ccomp=toggle] .spyder-ccomp__trigger, .spyder-ccomp.spyder-ccomp__toggle [data-spyder-ccomp-trigger],
.spyder-ccomp.spyder-ccomp__toggle .spyder-ccomp__trigger {
    position: relative;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-top: 1px solid #999;
    padding: 16px 0;
}
.spyder-ccomp[data-spyder-ccomp=toggle] [data-spyder-ccomp-trigger] .spyder-icon,
.spyder-ccomp[data-spyder-ccomp=toggle] .spyder-ccomp__trigger .spyder-icon, .spyder-ccomp.spyder-ccomp__toggle [data-spyder-ccomp-trigger] .spyder-icon,
.spyder-ccomp.spyder-ccomp__toggle .spyder-ccomp__trigger .spyder-icon {
    transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1.25);
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.spyder-ccomp[data-spyder-ccomp=toggle] .spyder-ccomp__content, .spyder-ccomp.spyder-ccomp__toggle .spyder-ccomp__content {
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-ccomp[data-spyder-ccomp=toggle] .spyder-ccomp__content .spyder-ccomp__content-inner, .spyder-ccomp.spyder-ccomp__toggle .spyder-ccomp__content .spyder-ccomp__content-inner {
    opacity: 0;
    transform: translateY(-25%);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-ccomp[data-spyder-ccomp=toggle] .spyder-ccomp__content .spyder-ccomp__content-inner > *:last-child, .spyder-ccomp.spyder-ccomp__toggle .spyder-ccomp__content .spyder-ccomp__content-inner > *:last-child {
    margin-bottom: 0;
}

.spyder-ccomp.spyder-ccomp--full-width {
    position: static;
}
.spyder-ccomp.spyder-ccomp--full-width .spyder-react-dropdown__content,
.spyder-ccomp.spyder-ccomp--full-width .spyder-ccomp__content {
    min-width: 100%;
}

/* ==========================================================================
 * Name:            Dropdown
 * Description:     Defines some animation styles for spyder-ccomp elements
 *
 * TODO (after merge): I don't believe these are really being used anywhere.
 * Need to check and maybe remove.
 *
 * ========================================================================== */
.spyder-ccomp-enter {
    opacity: 0;
    transform: translateY(16px);
}
.spyder-ccomp-enter.spyder-ccomp-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.spyder-ccomp-leave {
    opacity: 1;
    transform: translateY(0);
}
.spyder-ccomp-leave.spyder-ccomp-leave-active {
    opacity: 0;
    transform: translateY(16px);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ========================================================================
 * Name:            Disclaimers
 * Description:     Defines styles for disclaimers throughout the site
 *
 * ======================================================================== */
/**
 * Details Page Disclaimer
 * ======================================================================== */
.spyder-disclaimer--details-page {
    line-height: 1.2;
}
.spyder-disclaimer--details-page > img {
    display: block;
    padding: 0 0 8px 0;
}
.spyder-disclaimer--details-page > br {
    display: none;
}

/**
 * Finance Page Disclaimer
 * ======================================================================== */
.spyder-disclaimer--lender-form {
    color: #000;
    font-size: 12px;
}

/**
 * Contact Form Disclaimer
 * ======================================================================== */
.spyder-disclaimer-contact-form {
    display: block;
    font-size: 12px;
    max-height: 130px;
    overflow: auto;
    clear: both;
    margin: 16px 0 8px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

/**
 * Footer Disclaimer Menu
 * ======================================================================== */
.spyder-disclaimer-menu {
    line-height: 30px;
}
@media (max-width: 767px) {
    .spyder-disclaimer-menu > li.spyder-disclaimer-menu__copyright {
        width: 100%;
        display: block;
    }
    .spyder-disclaimer-menu > li.spyder-disclaimer-menu__copyright + li:before {
        border-left: none;
        margin-right: 0;
    }
    .spyder-disclaimer-menu li:not(:first-child) {
        line-height: 16px;
    }
}

.spyder-disclaimer-menu__copyright__logo {
    height: 19px;
    display: inline-block;
    padding-right: 20px;
    margin-top: -3px;
}

/**
 * Mobile ResultsList Disclaimer
 * ======================================================================== */
.mobile-gallery__disclaimer__scrolling-container {
    height: 191px;
    overflow-y: scroll;
}

.mobile-gallery__disclaimer-card {
    min-height: 100%;
    padding: 0 12px;
    background: #fff;
    line-height: 1.2;
}
.mobile-gallery__disclaimer-card > img {
    display: block;
    padding: 0 0 8px 0;
}
.mobile-gallery__disclaimer-card > br {
    display: none;
}

/* ==========================================================================
 * Name:            Facebook Login
 * Description:     Defines styles for Facebook Login process
 * ========================================================================== */
.spyder-fb-login {
    background: #3b5998;
    border-color: #385591;
    color: #fff;
    font-size: 16px;
}
.uk-notouch .spyder-fb-login:hover, .uk-notouch .spyder-fb-login:focus {
    background: #344e86;
    border-color: #385591;
    cursor: pointer;
    color: #fff;
}
.spyder-fb-login:active {
    background: #2d4373;
    border-color: #385591;
    color: #fff;
}
.uk-notouch .spyder-fb-login:disabled:hover, .uk-notouch .spyder-fb-login:disabled:focus {
    background-color: #f9f9f9;
    border-color: #999;
    color: #484848;
}

.spyder-fb-login__or {
    position: relative;
    text-align: center;
    margin: 16px 0;
    color: #000;
}
.spyder-fb-login__or span {
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: top;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 100%;
    background: #000;
    color: #fff;
}
.spyder-fb-login__or:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: #000;
    z-index: 1;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-fb-login__or {
        color: #fff;
    }
    .spyder-fb-login__or span, .spyder-fb-login__or::before {
        background: #000;
    }
}

.spyder-loading {
    overflow: hidden;
    position: relative;
}
.spyder-loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1800;
}
.spyder-loading body {
    height: 100vh;
}
.spyder-loading body:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    animation: loadingrotation--top 0.6s infinite linear;
    border: 6px solid rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation-name: loadingrotation--center;
    z-index: 1801;
}
.spyder-loading body:after {
    content: "Just a moment...";
    font-size: 22px;
    line-height: 1.25;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 66px;
    z-index: 1801;
}

.btn--social {
    padding: 0;
    width: 100%;
}

.btn--social__icon {
    float: left;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn--social__icon--tile {
    width: 46px;
    height: 46px;
    margin: 2px;
    background: #fff;
    border-radius: 5px;
}

.btn--social__text {
    font-size: 16px;
    margin-right: 50px;
}

.spyder-google-login-red {
    background: #DC4E41;
    border: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    color: #fff;
}
.uk-notouch .spyder-google-login-red:hover, .uk-notouch .spyder-google-login-red:focus {
    color: #fff;
    background: #C53829;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.svg-icon--small.svg-icon--google-plus {
    margin-left: 10px;
    width: auto;
}

.spyder-google-login-white {
    background: #fff;
    border: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    color: rgba(0, 0, 0, 0.54);
}
.uk-notouch .spyder-google-login-white:hover, .uk-notouch .spyder-google-login-white:focus {
    color: rgba(0, 0, 0, 0.54);
    background: #f9f9f9;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.spyder-google-login-blue {
    background: #4285F4;
    border: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    color: #fff;
}
.uk-notouch .spyder-google-login-blue:hover, .uk-notouch .spyder-google-login-blue:focus {
    background: #3367D6;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    color: #fff;
}

.spyder-google-login-tile {
    background: #fff;
    border-radius: 5px;
}

/* map over color UI to generate utility text color classes
* ex: spyder-text--brand
*/
.spyder-text--white {
    color: #fff;
}
.spyder-text--black {
    color: #000;
}
.spyder-text--gray {
    color: #999;
}
.spyder-text--light-gray {
    color: #ddd;
}
.spyder-text--dark-gray {
    color: #484848;
}
.spyder-text--brand {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.spyder-text--brand-dark {
    color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
}
.spyder-text--brand-light {
    color: var(--spyder--style--color--light, var(--spyder--style--color--blue--light, #c4e0fa));
}
.spyder-text--brand-lightest {
    color: var(--spyder--style--color--lightest, var(--spyder--style--color--blue--lightest, #f3f9fe));
}
.spyder-text--green {
    color: #3f8c56;
}
.spyder-text--red {
    color: #ed1c24;
}

/** Font Weights */
.spyder-text--bold {
    font-weight: 700;
}

.spyder-text--semibold {
    font-weight: 500;
}

.spyder-text--regular {
    font-weight: 400;
}

/** Text Transforms */
.spyder-text--uppercase {
    text-transform: uppercase;
}

.spyder-text--lowercase {
    text-transform: lowercase;
}

.spyder-text--capitalize {
    text-transform: capitalize;
}

/** Font Styles */
.spyder-text--italic {
    font-style: italic;
}

/** Blocks and Truncation */
.spyder-text--block {
    display: block;
}

.spyder-text--truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/** White Space */
.spyder-text--nowrap {
    white-space: nowrap;
}

/** Decorations */
.spyder-text--underline {
    text-decoration: underline;
}

.spyder-text--overline {
    text-decoration: overline;
}

.spyder-text--strikethrough {
    text-decoration: line-through;
}

/** States */
.spyder-text--muted {
    color: #484848 !important;
}

.spyder-text--link-muted,
.spyder-text--link-muted a {
    color: #484848;
}

.spyder-text--link-muted:hover,
.spyder-text--link-muted a:hover {
    color: #484848;
}

.spyder-text--reset,
.spyder-text--reset a,
.spyder-text--reset:hover,
.spyder-text--reset a:hover,
.spyder-text--reset:focus,
.spyder-text--reset a:focus {
    color: inherit;
    text-decoration: none;
}

.spyder-text--hidden {
    display: none;
    visibility: hidden;
}

/* ==========================================================================
 * Name:					Footer
 * Description:		Defines styles for the footer region
 * ========================================================================== */
.spyder-footer {
    background: #333;
    padding: 12px 0 0 0;
}
@media (min-width: 768px) {
    .spyder-footer {
        padding: 24px 0 0 0;
    }
}
.spyder-footer *:not(a) {
    color: #fff;
}
.spyder-footer a {
    color: rgba(255, 255, 255, 0.85);
}
.uk-notouch .spyder-footer a:hover, .uk-notouch .spyder-footer a:focus {
    color: #fff;
}
.spyder-footer .widget {
    margin-top: 0;
}
.spyder-footer .js-home-page-disclaimer {
    display: none;
}
.spyder-footer .spyder-social-icons .spyder-icon__button * {

}

.home .js-home-page-disclaimer {
    display: block;
}

.spyder-footer-aux {
    background: #222;
    margin-top: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
}
@media (min-width: 768px) {
    .spyder-footer-aux {
        margin-top: 24px;
    }
}
.spyder-footer-aux li + li:before {
    border-left-color: rgba(255, 255, 255, 0.25) !important;
}
.spyder-footer-aux a {
    font-size: 14px;
}

@media (max-width: 479px) {
    .listing .spyder-footer-aux,
    .listing .spyder-footer-nav {
        padding-bottom: 88px;
    }
}
/* ==========================================================================
 * Name:            BT Lite
 * Description:     Defines "lite" styles that seem to be used in Willow
 *
 * TODO (after merge): Figure out if this is even being used anymore and
 * possibly remoe
 *
 * ========================================================================== */
.spyder-lite {
    background-color: #e28327;
}
.spyder-lite .spyder-homepage__widget-wrapper {
    display: none;
}
.spyder-lite .spyder-footer {
    margin-top: 0;
}

.spyder-lite-nav__trigger {
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
}
.spyder-lite-nav__icon {
    vertical-align: bottom;
    width: 33px;
    height: 33px;
}

.mobile-app-download-full-overlay__close {
    width: 100%;
    display: block;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 8px;
    min-height: 0;
    line-height: 12px;
}
@media (min-width: 360px) {
    .mobile-app-download-full-overlay__close {
        font-size: 15px;
        padding: 4px 8px;
        line-height: 2;
    }
}

.mobile-app-download-modal__close {
    width: 100%;
    display: block;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 8px;
    min-height: 0;
    line-height: 12px;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
@media (min-width: 360px) {
    .mobile-app-download-modal__close {
        font-size: 15px;
        padding: 4px 8px;
        line-height: 2;
    }
}

.mobile-app-download__btn {
    color: #fff;
    background-color: #fd5356;
    border-color: transparent;
}
.uk-notouch .mobile-app-download__btn:not(.has-background):hover, .uk-notouch .mobile-app-download__btn:not(.has-background):focus {
    background-color: #fc070c;
    color: #fff;
    text-decoration: none;
}
.mobile-app-download__btn:not(.has-background):active {
    background-color: #fc070c;
    text-decoration: none;
}

.mobile-app-download__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-image: url("/wp-content/themes/wp-base-theme/assets/media/build/app/app-legacy.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@media (min-width: 360px) {
    .mobile-app-download__logo {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 360px) {
    .mobile-app-download__logo--modal {
        width: 50px;
        height: 50px;
    }
}

/* ========================================================================
 * Name:            Variant A: Mobile App Fixed Bottom Prompt
 * ======================================================================== */
.mobile-app-prompt__backdrop.modalxp__modal {
    z-index: 1040;
}
.mobile-app-prompt__backdrop.modalxp__modal .modalxp__backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.mobile-app-bottom-prompt {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position: fixed;
    z-index: 1050;
    left: 0;
    right: 0;
    bottom: 0;
}

.mobile-app-bottom-prompt__title {
    color: #484848;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
}

/* ==========================================================================
 * Name:					Mobile Header
 * Description:		Defines styles for the mobile results header
 * ========================================================================== */
.spyder-header__mobile--tablet {
    display: none;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-header__mobile--tablet {
        display: block;
    }
}

.spyder-header__mobile {
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #999;
    height: 50px;
}
@media (min-width: 960px) {
    .spyder-header__mobile {
        display: none;
    }
}
.spyder-header__mobile .spyder-inner-logo {
    max-width: 180px;
    max-height: 40px;
}

.spyder-off-canvas__trigger {
    color: #484848;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
}
.spyder-off-canvas__trigger:hover {
    color: #484848;
}
.spyder-off-canvas__trigger .spyder-fa-icon {
    font-size: 25px;
    vertical-align: middle;
    top: -2px;
}

.spyder-results-header__mobile {
    background: #fff;
    display: none;
}
@media (max-width: 767px) {
    body.results .spyder-results-header__mobile {
        display: block;
    }
}
.spyder-results-header__mobile > * {
    padding: 8px;
    border-bottom: 1px solid #999;
}

.spyder-results__num-sort {
    padding: 8px !important;
    height: 41px;
    background-color: #fff;
    border-bottom: 1px solid #999;
}

.spyder-listing__sort--mobile {
    font-size: 16px;
}

.spyder-results__view-switch.spyder-results__view-switch--search-only .spyder-results-header__mobile__toggle, .spyder-results__view-switch.spyder-results__view-switch--search-only .spyder-results-header__mobile__sort {
    display: none;
}
.spyder-results__view-switch.spyder-results__view-switch--no-sort .spyder-results-header__mobile__sort {
    display: none;
}

.mobile__map-icon {
    border-radius: 100%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}


/**
 * Saved Searches Menu Items
 * ========================================================================== */
.spyder-saved-searches__none {
    display: block;
    color: #000;
    font-size: 15px;
    padding: 4px 8px;
}
@media (min-width: 480px) {
    .spyder-saved-searches__none {
        font-size: 16px;
    }
}

/* ==========================================================================
 * Name:            Off-Canvas Navigation
 * Description:     Defines styles for the Off-Canvas Navigation and Search Menu
 *
 * ========================================================================== */
/**
 * OffCanvas (React)
 * ========================================================================== */
.offcanvas__container {
    background-color: #fff;
    box-shadow: 2px 0 2px rgba(74, 74, 74, 0.25);
}

@media (max-width: 768px) {
    .offcanvas__container .spyder-search__query-wrapper {
        background: #f9f9f9;
    }
}

.offcanvas__container .spyder-filter-bar__components > div {
    margin-left: -8px;
    margin-right: -8px;
}
.offcanvas__container .spyder-filter-bar__components > div:last-child {
    border-bottom: 1px solid #999;
}

.offcanvas__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: #fff;
    border-bottom: 1px solid #999;
}

.offcanvas__nav {
    padding: 70px 8px 8px;
}

.offcanvas__results-spinner {
    height: 28px;
    position: relative;
}
.offcanvas__results-spinner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 28px;
    width: 28px;
    animation: loadingrotation--top 0.6s infinite linear;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
}

.spyder-off-canvas__filter--fixed-open {
    border-top: 1px solid #999;
}

.spyder-filter__price-range__arrow-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -16px;
}

/**
 * OffCanvas Animation
 * ========================================================================== */
.offcanvas--enter {
    transform: translateX(-102%);
}

.offcanvas--enter-active {
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.45, 1);
}

.offcanvas--leave {
    transform: translateX(0);
}

.offcanvas--leave-active {
    transform: translateX(-102%);
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.45, 1);
}

/**
 * OffCanvas Menu
 * ========================================================================== */
.spyder-off-canvas__common {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 8px;
    z-index: 1000;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
    width: 100%;
}
.device__iOS7 .spyder-off-canvas__common {
    -webkit-overflow-scrolling: auto;
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-off-canvas__common {
        width: 300px;
    }
}

.spyder-off-canvas__common.spyder-off-canvas-main-menu {
    background-color: #f9f9f9;
    padding: 0;
}
.spyder-off-canvas__common.spyder-off-canvas-main-menu > *:not(.spyder-off-canvas-menu__close) {
    background-color: #fff;
}
.spyder-off-canvas__common.spyder-off-canvas-main-menu .spyder-off-canvas__header {
    padding: 8px 8px 0;
}
.spyder-off-canvas__common.spyder-off-canvas-main-menu .spyder-off-canvas__header > i {
    font-size: 45px;
}
.spyder-off-canvas__common.spyder-off-canvas-main-menu .spyder-off-canvas__account-btns {
    padding: 16px 8px 0;
}
.spyder-off-canvas__common.spyder-off-canvas-main-menu .spyder-nav-main {
    margin: 0;
}
.spyder-off-canvas__common.spyder-off-canvas-main-menu .spyder-nav-main:not(.spyder-off-canvas__ccomp-nav) {
    padding-top: 16px;
}
.spyder-off-canvas__common.spyder-off-canvas-main-menu .spyder-nav-main.spyder-off-canvas__ccomp-nav {
    margin-top: 24px;
}

.spyder-off-canvas {
    right: 0;
    transform: translateX(100%);
}
.spyder-off-canvas--open .spyder-off-canvas {
    transform: translateX(0);
    pointer-events: auto;
}
.spyder-off-canvas .spyder-ccomp__content {
    margin-bottom: 0 !important;
}

.spyder-off-canvas__hamburger {
    font-size: 20px;
}

.spyder-off-canvas-menu__close {
    color: #484848;
    position: absolute;
    top: 6px;
    right: 16px;
    right: max(16px, env(safe-area-inset-right));
    display: inline-block;
    font-size: 20px;
}

.spyder-off-canvas__wrapper {
    z-index: 901;
    background: #f9f9f9;
}
.spyder-off-canvas__wrapper:before {
    content: "";
    opacity: 0;
    transition: opacity 500ms;
}

.spyder-off-canvas--open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.spyder-off-canvas--open .spyder-off-canvas__wrapper {
    position: relative;
}
.spyder-off-canvas--open .spyder-off-canvas__wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #000;
    opacity: 0.75;
}
.spyder-off-canvas--open .spyder-off-canvas__wrapper:after {
    content: "";
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 310px;
    z-index: 25;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.spyder-user__off-canvas {
    font-size: 72px;
}

.spyder-nav-main {
    list-style: none;
    padding: 0;
    margin: 16px -8px 0;
}
.spyder-nav-main > li:first-child [data-spyder-ccomp-trigger],
.spyder-nav-main > li:first-child > a,
.spyder-nav-main > li + li a {
    border-top: 1px solid #999;
}
.spyder-nav-main > li:last-child {
    border-bottom: 1px solid #999;
}
.spyder-nav-main a {
    display: block;
    font-size: 20px;
    color: #000;
    padding: 16px;
}
.spyder-nav-main .spyder-ccomp[data-spyder-ccomp=toggle] [data-spyder-ccomp-trigger] .spyder-icon {
    right: 16px;
    right: max(16px, env(safe-area-inset-right));
}
.spyder-nav-main .spyder-off-canvas__sub-menu a {
    border: none !important;
}

.spyder-off-canvas__ccomp-nav {
    margin-top: 24px;
}
@media (min-width: 960px) {
    .spyder-off-canvas__ccomp-nav {
        display: none;
    }
}

.spyder-off-canvas__sub-menu {
    padding: 0 8px 8px 8px;
    margin-bottom: 0;
}
.spyder-off-canvas__sub-menu a {
    font-size: 16px;
    border-top: none !important;
    box-shadow: none;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}
.spyder-off-canvas__sub-menu a:before {
    content: "- ";
}
.spyder-off-canvas__sub-menu a[href="/results-map/"] {
    display: none;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-off-canvas__sub-menu a[href="/results-map/"] {
        display: block;
    }
}

.spyder-off-canvas__ballerbox-wrapper {
    position: relative;
}
.spyder-off-canvas__ballerbox-wrapper .spyder-search__query {
    padding-left: 35px;
    padding-right: 40px;
}
.spyder-off-canvas__ballerbox-wrapper .spyder-search__query.has-value {
    padding-right: 66px;
}
.spyder-off-canvas__ballerbox-wrapper .spyder-search__query.without-nearby {
    padding-right: 4px;
}
.spyder-off-canvas__ballerbox-wrapper .spyder-search__query.without-nearby.has-value {
    padding-right: 30px;
}
@media (min-width: 768px) {
    .spyder-off-canvas__ballerbox-wrapper .spyder-search__query {
        padding-left: 110px;
    }
}
.spyder-off-canvas__ballerbox-wrapper input[placeholder],
.spyder-off-canvas__ballerbox-wrapper ::-webkit-input-placeholder {
    text-overflow: ellipsis;
}
.spyder-off-canvas__ballerbox-wrapper .spyder-search__query-inner {
    padding: 7px 0;
}

.spyder--no-scroll {
    overflow-y: hidden;
    height: 100vh;
    position: fixed;
}

/* ==========================================================================
 * Name:            Off-Canvas Filter
 * Description:     Shares a lot of the same variables/hooks as off-canvas component
 *                  Used more as an "extension" of off-canvas
 *
 * ========================================================================== */
.spyder-off-canvas-filter {
    left: 0;
    transform: translateX(-100%);
    overflow-y: scroll;
}
.spyder-off-canvas-filter li {
    list-style-type: none;
}
.spyder-filter--open .spyder-off-canvas-filter {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}
.spyder-off-canvas-filter .spyder-filter__button {
    background-color: initial;
    border: none;
    box-shadow: initial;
    padding: 16px !important;
    line-height: 1.5;
    text-align: initial;
    width: 100%;
}
.spyder-off-canvas-filter .spyder-filter__button:hover, .spyder-off-canvas-filter .spyder-filter__button:focus {
    background-color: initial;
}
.spyder-off-canvas-filter .spyder-filter__button .uk-badge.uk-badge-notification {
    margin-top: -2px;
}
.spyder-off-canvas-filter .spyder-filter-bar__components > div {
    margin-left: -8px;
    margin-right: -8px;
}
.spyder-off-canvas-filter .spyder-filter-bar__components > div:last-child {
    border-bottom: 1px solid #999;
}
.spyder-off-canvas-filter .spyder-ccomp__content__inner, .spyder-off-canvas-filter .spyder-more-filters__inner {
    padding: 0 8px 4px 8px;
}
.spyder-off-canvas-filter .spyder-more-filters {
    margin-left: -8px;
    margin-right: -8px;
}
.spyder-off-canvas-filter .spyder-more-filters__trigger .spyder-icon {
    right: 32px;
}
.spyder-off-canvas-filter .spyder-ccomp__content {
    margin-bottom: 0 !important;
}
.spyder-off-canvas-filter .spyder-filter__price-range__arrow-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -10px;
}
.spyder-off-canvas-filter .spyder-off-canvas__filter--fixed-open {
    border-top: 1px solid #999;
    padding: 16px 0;
    margin-bottom: 16px;
}
.spyder-off-canvas-filter .spyder-ccomp--last {
    border-bottom: 1px solid #999;
}

.spyder-off-canvas__filter-container.filters--enter {
    opacity: 0.01;
}
.spyder-off-canvas__filter-container.filters--enter.filters--enter-active {
    opacity: 1;
    transition: opacity 200ms ease-in-out 300ms;
}
.spyder-off-canvas__filter-container.filters--leave {
    opacity: 0;
}
.spyder-off-canvas__filter-container.filters--leave.filters--leave-active {
    opacity: 0.01;
    transition: opacity 100ms ease-in;
}

/* ==========================================================================
 * Name:            Open House
 * Description:     Defines styles for Open House Cards
 *
 * Component:       OpenHouseCard
 *
 * Modifiers:       `--basic`
 *                  `--virtual`
 *
 * Extends:         `alert`
 *
 * Markup:
 *
 * <!-- openhouse-card -->
 * <div class="openhouse-card openhouse-card--basic">
 *    <div class="openhouse-card__header"></div>
 * </div>
 * ========================================================================== */
.openhouse-card {
    border: 0;
    color: #000;
    /**
   * Modifier: `--basic`
   * ======================================================================== */
    /**
   * Modifier: `--virtual`
   * ======================================================================== */
}
.openhouse-card .openhouse-card__header {
    font-weight: 700;
}
.openhouse-card .openhouse-card__squeeze {
    margin-top: 20px;
    border-top: 1px solid #000;
    padding: 20px 0;
}
.openhouse-card.openhouse-card--basic {
    background: #f6d8bb;
}
.openhouse-card .openhouse-card__header--basic {
    color: #e28327;
}
.openhouse-card.openhouse-card--virtual {
    background: #eee;
}
.openhouse-card .openhouse-card__header--virtual {
    color: #3d4172;
}

/**
   * Element: `__live-pill`
   * ======================================================================== */
.openhouse-card__live-pill {
    position: relative;
    vertical-align: top;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .openhouse-card__live-pill {
        vertical-align: middle;
    }
}
.openhouse-card__live-pill::before {
    content: "";
    background: #ed1c24;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.openhouse-card__live-pill .pill {
    margin-left: 20px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .openhouse-card__live-pill .pill {
        display: block;
    }
}
.openhouse-card__live-pill::before {
    top: 10px;
}
.openhouse-card__live-pill .pill {
    display: inline-block;
}

/* ==========================================================================
 * Name:					Seller Ad
 * Description:		Defines styles for the results gallery Seller Ad
 * ========================================================================== */
.spyder-seller-ad {
    text-align: center;
    padding: 32px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/wp-content/themes/wp-base-theme/assets/media/build/seller-promo-details.webp");
}

.spyder-seller-ad--mobile {
    height: 181px;
    margin: 20px 0;
}

.spyder-seller-ad--gallery {
    flex: 1;
    padding: 16px;
}
@media (min-width: 480px) {
    .spyder-seller-ad--gallery {
        border: 1px solid #999;
        border-radius: 5px;
        margin: 0 auto;
        padding: 32px 12px;
    }
}
@media (min-width: 768px) {
    .spyder-seller-ad--gallery {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.spyder-seller-ad--gallery__inner {
    margin: 0 auto;
}

.spyder-seller-ad__title {
    font-size: 21px;
}
@media (min-width: 375px) {
    .spyder-seller-ad__title {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .spyder-seller-ad__title {
        font-size: 19px;
    }
}
@media (min-width: 1220px) {
    .spyder-seller-ad__title {
        font-size: 21px;
    }
}
.spyder-listings--medium .spyder-seller-ad__title {
    font-size: 20px;
}

.spyder-seller-ad__subtext {
    opacity: 0.9;
}
.spyder-listings--medium .spyder-seller-ad__subtext {
    font-size: 16px;
}

.spyder-seller-ad__btn {
    color: #fff;
    background-color: #659f13;
    border-color: transparent;
}
.uk-notouch .spyder-seller-ad__btn:not(.has-background):hover, .uk-notouch .spyder-seller-ad__btn:not(.has-background):focus {
    background-color: #3a5b0b;
    color: #fff;
    text-decoration: none;
}
.spyder-seller-ad__btn:not(.has-background):active {
    background-color: #3a5b0b;
    text-decoration: none;
}

/* ==========================================================================
 * Name:					Seller Ad
 * Description:		Defines styles for the results gallery Seller Ad
 * ========================================================================== */
.spyder-savesearch-ad {
    border-top: 1px solid #999;
    text-align: center;
    padding: 32px 16px;
    background-color: #fff;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: contain, auto;
    background-attachment: local;
    background-image: url("/wp-content/themes/wp-base-theme/assets/media/build/sky-background.svg"), url("/wp-content/themes/wp-base-theme/assets/media/build/homes-background.svg");
}
@media (min-width: 480px) {
    .spyder-savesearch-ad {
        min-height: 330px;
        border: 1px solid #999;
        border-radius: 5px;
        box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    }
}

.spyder-savesearch-ad--mobile {
    height: 100%;
}

/* ==========================================================================
 * Name:            Squeeze
 * Description:     Defines styles for registration squeeze modal and form
 * ========================================================================== */
body.register .spyder-content-wrapper .uk-tab-center,
body.login .spyder-content-wrapper .uk-tab-center {
    display: none;
}

/**
 * Squeeze form styles
 * ========================================================================== */
.spyder-text-squeeze {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) !important;
}

.spyder-squeeze {
    color: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-squeeze {
        color: #fff;
        background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
        height: auto;
        min-height: 100%;
    }
}
.spyder-squeeze .spyder-modal__squeeze-logo {
    margin-bottom: 8px;
}
.spyder-squeeze .spyder-modal__squeeze-logo img {
    max-width: 200px;
}
@media (max-width: 480px) {
    .spyder-squeeze .spyder-modal__squeeze-logo {
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 16px;
        padding: 8px;
        background-color: #fff;
    }
}

.spyder-squeeze a:not([class*=spyder-modal__]),
.spyder-squeeze .btn--text {
    color: #59aeff;
    font-weight: 700;
}
.uk-notouch .spyder-squeeze a:not([class*=spyder-modal__]):hover, .uk-notouch .spyder-squeeze a:not([class*=spyder-modal__]):focus,
.uk-notouch .spyder-squeeze .btn--text:hover,
.uk-notouch .spyder-squeeze .btn--text:focus {
    color: #2695ff;
}
.spyder-squeeze a:not([class*=spyder-modal__]):active,
.spyder-squeeze .btn--text:active {
    color: #2695ff;
}

.spyder-squeeze .uk-text-muted {
    color: #fff !important;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-squeeze .uk-text-muted {
        color: #484848 !important;
    }
}

@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-squeeze .form__label, .spyder-squeeze .spyder-internal-admin #loginform label, .spyder-internal-admin #loginform .spyder-squeeze label {
        color: #fff;
    }
}

.spyder-squeeze .form__input, .spyder-squeeze .spyder-internal-admin #loginform input[type=text], .spyder-internal-admin #loginform .spyder-squeeze input[type=text],
.spyder-squeeze .spyder-internal-admin #loginform input[type=password],
.spyder-internal-admin #loginform .spyder-squeeze input[type=password] {
    height: 50px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-squeeze .form__input, .spyder-squeeze .spyder-internal-admin #loginform input[type=text], .spyder-internal-admin #loginform .spyder-squeeze input[type=text],
    .spyder-squeeze .spyder-internal-admin #loginform input[type=password],
    .spyder-internal-admin #loginform .spyder-squeeze input[type=password] {
        height: 40px;
    }
}

.spyder-squeeze .spyder-modal__back .spyder-fa-icon {
    z-index: 10;
    color: #000;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
}

/* stylelint-disable selector-max-id */
@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    #complete-register-modal .spyder-modal__close {
        display: none;
    }
}

/* stylelint-enable selector-max-id */
.spyder-squeeze__button {
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    color: #fff;
    font-size: 18px;
}
.uk-notouch .spyder-squeeze__button:hover, .uk-notouch .spyder-squeeze__button:focus {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    border-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    color: #fff;
}
.spyder-squeeze__button:active {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    border-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    color: #fff;
}
.uk-notouch .spyder-squeeze__button:disabled:hover, .uk-notouch .spyder-squeeze__button:disabled:focus {
    background-color: #f9f9f9;
    border-color: #999;
    color: #484848;
}

.spyder-squeeze .parsley-errors-list {
    border-radius: 5px;
    border: 1px solid #d34836;
    background: #FFC0CB;
    margin-top: 8px;
    padding: 4px;
    font-size: 16px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-squeeze .parsley-errors-list {
        background: #fff9f9;
    }
}

@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-squeeze .alert-error {
        background: #FFC0CB;
    }
}

/**
 * Floating Labels
 * ========================================================================== */
.spyder-flabels {
    /* stylelint-disable max-nesting-depth */
}
.spyder-flabels input[type] {
    position: relative;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 0;
    z-index: 1;
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-flabels input[type]:focus {
    background: #f9f9f9;
}
.spyder-flabels label {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    top: 0;
    transform: translateY(15%);
    z-index: 2;
    font-weight: 600 !important;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 6px;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-flabels label span {
    font-weight: 600 !important;
}
.spyder-flabels > *:not(:first-child).spyder-flabels__wrapper,
.spyder-flabels > *:not(:first-child) .spyder-flabels__wrapper {
    border-top: 0;
}

/* stylelint-enable max-nesting-depth */
.spyder-flabels__wrapper {
    position: relative;
    border: 1px solid #999;
}

.spyder-flabels__error-desc {
    position: absolute;
    top: 0;
    right: 6px;
    opacity: 0;
    font-weight: 600 !important;
    color: var(--spyder--style--color--light, var(--spyder--style--color--blue--light, #c4e0fa));
    font-size: 12px;
    text-transform: uppercase;
    z-index: 3;
    pointer-events: none;
}

.spyder-flabels__error input[type] {
    background: #f9f9f9;
}
.spyder-flabels__error input[type]:focus {
    background: #f9f9f9;
}
.spyder-flabels__error .spyder-flabels__error-desc {
    opacity: 1;
    transform: translateY(0);
}

.spyder-flabels--right {
    border-left: 0;
}

.spyder-flabel__float label {
    opacity: 1;
    transform: translateY(0);
}
.spyder-flabel__float input[type] {
    padding-top: 9px;
}

/* ==========================================================================
 * Name:					Tables
 * Description:		Defines style for table UI elements
 * ========================================================================== */
.spyder-listing-table {
    border: 1px solid #999;
    font-size: 14px;
}
.spyder-listing-table tbody tr:nth-of-type(odd),
.spyder-listing-table > .grid:nth-of-type(odd) {
    background: #fff;
}
.spyder-listing-table td,
.spyder-listing-table .grid > .cell {
    padding: 4px;
}

.spyder-sold-info-table {
    width: 100%;
}

.spyder-sold-info-table__wrapper {
    background-color: #fff;
    border: 1px solid #f9f9f9;
    padding: 0 20px;
    margin: 15px 0;
}
@media screen and (max-width: 480px) {
    .spyder-sold-info-table__wrapper {
        padding: 0;
    }
}

.spyder-sold-info-table table {
    border-collapse: collapse;
    width: 100%;
}

.spyder-sold-info-table tr:not(:last-child) {
    border-bottom: 1px solid #f9f9f9;
}

.spyder-sold-info-table td {
    padding: 20px 10px;
}

.spyder-sold-info-table__key {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .spyder-sold-info-table__key {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .spyder-sold-info-table__value {
        text-align: right;
    }
}

/* Privacy Policy Table
========================================================================== */
.spyder-table-pp {
    border: 1px solid #999;
}
.spyder-table-pp thead {
    background-color: #000;
}
.spyder-table-pp thead th {
    color: #f9f9f9;
}
.spyder-table-pp td:first-child {
    border-right: 1px solid #999;
}
@media screen and (max-width: 767px) {
    .spyder-table-pp.uk-table td:not(:last-child), .spyder-table-pp.spyder-listing__table td:not(:last-child), .spyder-table-pp.spyder-listing-table td:not(:last-child) {
        border-bottom: none;
    }
    .spyder-table-pp tr {
        padding-top: 5px;
    }
    .spyder-table-pp td {
        position: relative;
        padding: 5px 15px 15px 15px;
        margin-top: 50px;
        text-align: center;
    }
    .spyder-table-pp td:first-child {
        border-right: 0;
    }
    .spyder-table-pp td:before {
        font-weight: 700;
        position: absolute;
        top: -25px;
        left: 0px;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
        line-height: normal;
    }
    .spyder-table-pp td:nth-child(1):before {
        content: "Categories of Recipients";
    }
    .spyder-table-pp td:nth-child(2):before {
        content: "Reason for Sharing";
    }
}
.spyder-table-pp .uk-table-30 {
    width: 30%;
}
@media screen and (max-width: 767px) {
    .spyder-table-pp .uk-table-30 {
        width: 100%;
    }
}
.spyder-table-pp .uk-table-70 {
    width: 70%;
}
@media screen and (max-width: 767px) {
    .spyder-table-pp .uk-table-70 {
        width: 100%;
    }
}

/* ==========================================================================
 * Name:            Tag / Pill Styles
 * Description:     Defines styles for the tag / pill callouts
 * ========================================================================== */
/**
 * Button Pill - New Tag
 * ========================================================================== */
.pill {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 8px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.pill--overlay {
    border: 1px solid #fff;
}

.pill--muted,
.disabled .pill {
    background-color: #999;
}

.pill--brand {
    background-color: var(--spyder--style--color--override, var(--spyder--style--color--blue, #1581e2));
}

.pill--badge {
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 0;
    padding: 0;
    width: 24px;
}

.pill--badge--muted .disabled .pill {
    background-color: #999;
}

.pill--badge--pill {
    border-radius: 5px;
}

.disabled .pill {
    opacity: 0.5;
}

.link-list__item + .link-list__item {
    border-top: 1px solid #999;
}

.link-list__target {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.link-list__target--disabled {
    color: #484848;
}

.link-list__target--active {
    background-color: #ddd;
}

.link-list__icon {
    float: right;
    color: #484848;
}

.link-list__icon--disabled {
    color: #484848;
}

.link-list__icon--loading {
    position: relative;
    transform: translateY(0.2em);
    width: 1.25em;
    height: 1.25em;
}
.link-list__icon--loading::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    animation: loadingrotation--top 0.6s infinite linear;
    border: 6px solid rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    border-color: rgba(0, 0, 0, 0.25);
    border-top-color: rgba(0, 0, 0, 0.75);
    border-width: 3px;
    width: 1.25em;
    height: 1.25em;
}

.link-list__pill {
    position: relative;
    margin-left: 16px;
}

.link-list__item .spyder-fa-icon {
    font-size: 18px;
    padding: 3px;
}

.user-avatar {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 8px auto;
    font-size: 32px;
    font-weight: 700;
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.uk-notouch .user-avatar:hover, .uk-notouch .user-avatar:focus {
    color: #fff;
}

.user-avatar__img {
    display: block;
}

/* ========================================================================
 * Name:					Mobile Screen
 * Description:		Defines styles for various Mobile Screen UI elements
 * ======================================================================== */
/**
 * Mobile Screen Container
 * ======================================================================== */
.mobile-screen__container {
    background-color: #eee;
    background-attachment: local;
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom 70px center;
    min-height: 100vh;
    padding-bottom: 155px;
}
.mobile-screen__container.mobile-screen__container--landscape {
    background-position: bottom center;
    padding-bottom: 0;
}
.mobile-screen__container.mobile-screen__container--no-footer {
    background-position: bottom center;
    padding-bottom: 70px;
}

/**
 * Mobile Screen Header & Title
 * ======================================================================== */
.mobile-screen__header {
    background-color: var(--spyder--style--color--blue, #1581e2);
    color: #fff;
    position: relative;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: transform 250ms ease-in-out;
}
.mobile-screen__header.at-is-power-search {
    background-color: #d34836;
}

.mobile-screen__header--not-visible {
    transition: transform 300ms ease-in-out;
    transform: translate3d(0, -52px, 0);
}

.mobile-screen__title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
}

/**
 * Circle Button
 * ======================================================================== */
.mobile-screen__circlebutton {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}
.mobile-screen__circlebutton, .mobile-screen__circlebutton:active {
    color: #fff;
}
.mobile-screen__circlebutton.mobile-screen__circle-button--primary, .mobile-screen__circlebutton.mobile-screen__circle-button--primary:active {
    border: 1px solid #000;
    color: #000;
}

/**
 * Mobile Screen Footer
 * ======================================================================== */
.mobile-screen__footerinner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
}
.mobile-screen__footerinner.footer--enter {
    will-change: transform;
    transform: translate3d(0, 60px, 0);
}
.mobile-screen__footerinner.footer--enter.footer--enter-active {
    transform: translate3d(0, 0, 0);
    transition: transform 200ms ease-out 300ms;
}
.mobile-screen__footerinner.footer--leave {
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.mobile-screen__footerinner.footer--leave.footer-hide--leave-active {
    transform: translate3d(0, 60px, 0);
    transition: transform 100ms ease-in;
}

/* Mobile Search Menu */
.mobile-search__menu {
    height: 100%;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 12px;
    transition: transform 250ms ease-in-out;
    width: 100%;
}

.mobile-search__header-grid {
    z-index: 30;
}

.mobile-search__menu--expanded-up {
    transition: transform 300ms ease-in-out;
    transform: translate3d(0, -52px, 0);
}

/* Mobile Baller Box */
.mobile-bb__autocomplete-list {
    background: #fff;
    bottom: 0;
    display: block;
    margin: 0;
    max-height: 100%;
    overflow-y: scroll;
    pointer-events: auto;
    position: relative;
    width: 100vw;
    top: 4px;
    left: -16px;
    right: 0;
    z-index: 1;
    height: calc(100vh - 52px);
    padding: 0 0 60px;
}
.mobile-bb__autocomplete-list.drop-in--enter {
    opacity: 0.01;
    will-change: transform, opacity;
    transform: translate3d(0, -100%, 0);
}
.mobile-bb__autocomplete-list.drop-in--enter.drop-in--enter-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 200ms ease-in-out 300ms, transform 300ms ease-out 300ms;
}
.mobile-bb__autocomplete-list.drop-in--leave {
    opacity: 1;
    will-change: transform, opacity;
    transform: translate3d(0, 0, 0);
}
.mobile-bb__autocomplete-list.drop-in--leave.drop-in--leave-active {
    opacity: 0.01;
    transform: translate3d(0, -100%, 0);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

.mobile-bb__autocomplete-list--iOS {
    padding: 0 0 50vh;
}

.mobile-bb__autocomplete-list-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    list-style: none;
    padding: 12px;
}
.mobile-bb__autocomplete-list-item.active {
    background-color: #c4e0fa;
}

.mobile-bb__autocomplete-title {
    background-color: #eee;
    list-style: none;
    padding: 8px 12px;
}

.mobile-bb__close {
    animation: fadeIn 400ms ease 0ms normal forwards 1;
    position: absolute;
    right: -24px;
    top: 0;
}

.mobile-bb__input-expander {
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    height: 42px;
    width: 100%;
    left: 0;
    top: 0;
    transition: transform 100ms ease-out 250ms;
    will-change: transform;
    z-index: 2;
}

.mobile-search__input-wrapper {
    background-color: transparent;
    border-color: transparent;
    transition: transform 100ms ease-out 250ms;
    z-index: 4;
}
.mobile-search__input-wrapper:focus-within {
    box-shadow: none;
}

.mobile-search__input-wrapper--active {
    transform: translate3d(-16px, 0, 0);
}

.mobile-screen__title-container {
    position: absolute;
    width: 100%;
    transition: transform 200ms cubic-bezier(0.39, 0.58, 0.21, 0.99) 100ms, opacity 200ms ease 100ms;
    opacity: 0;
    transform: scaleX(0);
    color: #fff;
}

.mobile-screen__title-container--active {
    opacity: 1;
    transform: scaleX(1);
}

.modalxp__content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 50;
}
.modalxp__content-wrapper:focus {
    outline: none;
}

.modalxp__content {
    background-attachment: local;
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    flex: 1;
    margin: 50px auto;
    max-width: 450px;
    padding: 30px 30px 40px;
    transition: opacity 0.3s linear, transform 0.3s ease-out;
}

.modalxp__backdrop {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    transition: opacity 0.15s linear;
    transform: translateZ(0);
}
.modalxp__backdrop.modalxp__backdrop_mobileapp {
    background: white;
}

.modalxp__modal {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 16px;
    right: 16px;
    bottom: 0;
}

.mobile-gallery__positioncontext {
    position: relative;
    z-index: 0;
}

.mobile-gallery__backgroundimage {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #f9f9f9;
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: auto;
}

.mobile-gallery__shadow {
    background-color: #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px 2px;
}

.mobile-gallery__context-bar {
    padding-top: 4px;
    background: #fff;
    height: 60px;
}

.mobile-gallery__context-bar--landscape {
    background: #fff;
    border-bottom: 1px solid #999;
    border-top: 1px solid transparent;
}

.mobile-gallery__card {
    border-top: 1px solid #999;
    background-color: #fff;
}

.mobile-gallery__photo-count {
    padding: 4px 12px;
    background: rgba(0, 0, 0, 0.6);
    bottom: 24px;
    position: absolute;
    right: 12px;
    z-index: 10;
}

.mobile-gallery__card-title {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0));
    bottom: 16px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.mobile-gallery__card-meta {
    padding: 4px 12px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #999;
    font-weight: 400;
    height: 100%;
}

.mobile-gallery__card-disclaimers {
    padding: 4px 12px;
    background-color: #fff;
}
.mobile-gallery__card-disclaimers img {
    float: left;
    margin-right: 12px;
    margin-top: 4px;
    max-width: 75px;
}
.mobile-gallery__card-disclaimers .listing-card__disclaimer:last-of-type p:last-child {
    margin-bottom: 0;
}

.mobile-sort__link {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    margin-left: 4px;
}
.mobile-sort__link:hover {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.uk-notouch .mobile-sort__link:hover, .uk-notouch .mobile-sort__link:focus {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.mobile-sort__menu-item {
    border-bottom: 1px solid #999;
    justify-content: space-between;
}
.mobile-sort__menu-item:last-child {
    border-bottom: 0;
}

.mobile-sort__menu-link {
    padding: 12px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.mobile-sort__menu-link:hover.spyder-text--brand {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.mobile-sort__menu-link:hover.spyder-text--dark-gray {
    color: #000;
}
.uk-notouch .mobile-sort__menu-link:hover.spyder-text--brand, .uk-notouch .mobile-sort__menu-link:focus.spyder-text--brand {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.uk-notouch .mobile-sort__menu-link:hover.spyder-text--dark-gray, .uk-notouch .mobile-sort__menu-link:focus.spyder-text--dark-gray {
    color: #484848;
}

.mobile-sort__content-wrapper {
    margin-top: 4px;
    position: absolute;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
}

.mobile-sort__content {
    z-index: 40;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    max-height: 75vh;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.spyder-account__username {
    display: block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==========================================================================
 * Name:            Listing Cards
 * Description:     Defines styles for the listings cards
 * ========================================================================== */
/* stylelint-disable order/order, scss/at-extend-no-missing-placeholder */
.spyder-listing-teaser {
    background: #fff;
    border-top: 1px solid #999;
    flex: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    transition: box-shadow 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 4;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-listing-teaser {
        border-radius: 5px;
        border: 1px solid transparent;
        padding: 8px;
        padding-bottom: 28px;
    }
    .spyder-listing-teaser::after {
        content: "";
        background-color: #ddd;
        height: 5px;
        width: 48px;
        display: flex;
        margin: 0 calc(50% - 24px);
        border-radius: 5px;
        position: absolute;
        bottom: 8px;
    }
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .uk-notouch .spyder-listing-teaser:hover, .uk-notouch .spyder-listing-teaser:focus {
        box-shadow: 0 2px 6px #999;
        border-color: #999;
    }
}
.spyder-listing-teaser > * {
    vertical-align: top;
}

/**
 * Listing Card Preview Image & Photo Slider
 * ========================================================================== */
.listing-card__cover-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 45%, transparent);
    bottom: 16px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__cover-overlay {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 45%, transparent);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        bottom: 0;
    }
}

.spyder-listing-teaser__preview .listing-card__cover-overlay {
    bottom: 0;
}

.spyder-listing-teaser__image-cta {
    display: none;
    transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-listing-teaser__image-cta {
        display: block;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
        z-index: 20;
    }
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-listing-teaser__preview .spyder-listing-teaser__image-container::before {
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 5;
        opacity: 0;
        transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .uk-notouch .spyder-listing-teaser__preview:hover .spyder-listing-teaser__image-cta,
    .uk-notouch .spyder-listing-teaser__preview:hover .spyder-listing-teaser__image-container::before, .uk-notouch .spyder-listing-teaser__preview:focus .spyder-listing-teaser__image-cta,
    .uk-notouch .spyder-listing-teaser__preview:focus .spyder-listing-teaser__image-container::before {
        opacity: 1;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__photo-slider {
        border-radius: 5px;
    }
    .listing-card__photo-slider .flickity-prev-next-button {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        border-radius: 5px;
        border: 1px solid;
        cursor: pointer;
        min-height: auto;
        min-width: 145px;
        padding: 8px 12px;
        transition: all 0.3s ease;
        text-decoration: none;
        vertical-align: middle;
        text-align: center;
        display: inline-block;
        padding: 8px;
        font-size: 22px;
        line-height: 24px;
        min-width: 42px;
        border-color: #999;
        width: 42px;
        height: 42px;
        line-height: 1;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        display: flex;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s linear;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9) and (min-width: 360px), (min-width: 824px) and (min-aspect-ratio: 13/9) and (min-width: 360px) {
    .listing-card__photo-slider .flickity-prev-next-button {
        font-size: 16px;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .uk-notouch .listing-card__photo-slider .flickity-prev-next-button:hover, .uk-notouch .listing-card__photo-slider .flickity-prev-next-button:focus {
        text-decoration: none;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__photo-slider .flickity-prev-next-button:hover, .listing-card__photo-slider .flickity-prev-next-button:active, .listing-card__photo-slider .flickity-prev-next-button:focus {
        text-decoration: none;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__photo-slider .flickity-prev-next-button:not(.has-background) {
        background-color: #fff;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__photo-slider .flickity-prev-next-button:not(.has-text-color) {
        color: #000;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .uk-notouch .listing-card__photo-slider .flickity-prev-next-button:not(.has-background):hover, .uk-notouch .listing-card__photo-slider .flickity-prev-next-button:not(.has-background):focus {
        background-color: #ddd;
        color: #000;
        border-color: transparent;
    }
    .listing-card__photo-slider .flickity-prev-next-button:not(.has-background):active {
        background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
        color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
        border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    }
    .listing-card__photo-slider .flickity-prev-next-button:not(.has-background).spyder-active, .listing-card__photo-slider .flickity-prev-next-button:not(.has-background).btn--secondary--active {
        background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
        color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
        border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    }
    .listing-card__photo-slider .flickity-prev-next-button:not(.has-background):focus {
        outline: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) auto 1px;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__photo-slider .flickity-prev-next-button.next {
        right: 8px;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__photo-slider .flickity-prev-next-button.previous {
        left: 8px;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__photo-slider .flickity-button-icon {
        fill: #484848;
        position: absolute;
        width: 22px;
        height: 22px;
        pointer-events: none;
    }
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .uk-notouch .listing-card__photo-slider:hover .flickity-prev-next-button, .uk-notouch .listing-card__photo-slider:focus .flickity-prev-next-button {
        opacity: 1;
        visibility: visible;
    }
}

/**
 * Listing Card Price
 * ========================================================================== */
.listing-card__price {
    color: #fff;
    padding: 4px;
    text-shadow: 1px 1px 4px #333;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__price {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
        padding: 8px;
    }
}

/**
 * Listing Card Info and Feature Data (ie address, beds/baths, On Site, etc.)
 * ========================================================================== */
.listing-card__info {
    padding: 0 8px 4px;
    border-bottom: 1px solid #999;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__info {
        border-bottom: 0;
        padding: 0;
    }
}

@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__meta-label {
        position: absolute !important;
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        margin: -1px;
        padding: 0;
        overflow: hidden;
        height: 1px;
        width: 1px;
        word-wrap: normal;
    }
}

@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__meta--beds::after {
        content: " bd";
    }
    .listing-card__meta--baths::after {
        content: " ba";
    }
    .listing-card__meta--halfBaths::after {
        content: " Â½ ba";
    }
    .listing-card__meta--sqft::after {
        content: " sqft";
    }
    .listing-card__meta--acres::after {
        content: " acres";
    }
    .listing-card__meta--units::after {
        content: " units";
    }
}

@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .listing-card__onsite {
        font-size: 14px;
    }
    .listing-card__onsite::before {
        content: attr(data-alt-text);
    }
}

@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .listing-card__onsite-label,
    .listing-card__onsite-text {
        position: absolute !important;
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        margin: -1px;
        padding: 0;
        overflow: hidden;
        height: 1px;
        width: 1px;
        word-wrap: normal;
    }
}

@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .listing-card__onmarketdate {
        font-size: 14px;
    }
}

.listing-card__onmarketdate-label {
    font-weight: 700;
}
@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .listing-card__onmarketdate-label {
        font-weight: 400;
    }
}

/**
 * Listing Card Disclaimers
 * ========================================================================== */
.listing-card__disclaimer-wrapper {
    line-height: 1.2;
    padding: 12px 8px;
    width: 100%;
}
.listing-card__disclaimer-wrapper *:last-child {
    margin-bottom: 0;
}
.listing-card__disclaimer-wrapper img {
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
    max-width: 20%;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__disclaimer-wrapper {
        margin-top: 8px;
        padding: 0;
    }
}

.listing-card__disclaimer {
    color: #000;
    font-size: 14px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__disclaimer {
        color: #484848;
        font-size: 12px;
    }
}

.listing-card__disclaimer + .listing-card__disclaimer {
    margin-top: 12px;
}

.listing-card__disclaimer--large {
    font-size: 16px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-card__disclaimer--large {
        font-size: 14px;
    }
}

/**
 * Comparison Table Card Styles
 * ========================================================================== */
.spyder-listing-teaser--selected .spyder-listing-teaser__compare-button {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.spyder-listing-teaser--active {
    border: 1px solid var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    box-shadow: 0 0 0 1px var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.spyder-listing-teaser--active:hover {
    box-shadow: 0 0 0 1px var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)), 0 1px 2px 2px rgba(153, 153, 153, 0.65);
}

/**
 * OffMarket Listing Card Styles
 * ========================================================================== */
.spyder-listing-teaser__offmarket {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    /*
   * CNS-8093
   * Override pointer-events style for fave buttons on off-market listings.
   * Should allow users to un-favorite an off-market listing,
   * but not allow them to re-favorite it.
   * Only targets listing cards in the favorites gallery, as that's the only
   * place an off-market listing card should show up.
   */
}
.spyder-listing-teaser__offmarket:hover .spyder-listing-teaser__image-cta {
    display: none;
}
.spyder-listing-teaser__offmarket.favorited .spyder-listing__favorite-container {
    pointer-events: auto;
}

/**
 * Mobile Map Listing Cards
 * ========================================================================== */
.spyder-listing-teaser__mobile-map .spyder-listing-teaser__image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.spyder-listing-teaser__mobile-map .listing-card__photo-slider {
    height: 184px;
    padding-bottom: 0;
}

.spyder-listing-teaser__mobile-map .listing-card__image {
    height: 184px;
    padding-bottom: 50%;
}

/* ==========================================================================
 * Name:            WordPress
 * Description:     Defines styles for WordPress
 * ========================================================================== */
.alignnone {
    margin: 4px 16px 16px 0;
}

.aligncenter {
    display: block;
    margin: 4px auto 4px auto;
}

.alignright {
    float: right;
    margin: 4px 0 16px 16px;
}

.alignleft {
    float: left;
    margin: 4px 16px 16px 0;
}

.aligncenter {
    display: block;
    margin: 4px auto;
}

.wp-caption {
    text-align: center;
}
.guide-featured-image {
    margin: 4px 16px 16px 0;
    display: flex;
    flex-wrap: wrap;
}

/**
 * Article Listing
 * ========================================================================== */
.article-bottom p:last-child {
    margin-bottom: 0;
}

/**
 * Search
 * ========================================================================== */
.post-type + .post-type {
    margin-top: 16px;
}

/*
 * Widgets
 * ========================================================================== */
.widget + .widget {
    margin-top: 16px;
}

/* ==========================================================================
 * Name:            Listings
 * Description:     Defines styles for listing-related elements
 * ========================================================================== */
.spyder-results__loading {
    min-height: 82px;
}
.spyder-results__loading > * {
    visibility: hidden;
}
.spyder-results__loading:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    animation: loadingrotation--top 0.6s infinite linear;
    border: 6px solid rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    margin-top: 16px;
    visibility: visible;
    z-index: 105;
}
.spyder-results__loading:after {
    content: none;
}

.spyder-results__loading {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
.spyder-results__loading:before {
    height: auto !important;
    width: auto !important;
    font-size: 64px;
    border: 0 !important;
    margin: 0 !important;
    content: "ï„";
}

#inner-viewport .spyder-results__loading {
    margin-top: 25px;
}

@media (max-width: 1219px) {
    body.results-map .sort-button {
        display: none;
    }
}
@media (max-width: 767px) {
    body.results #main-top {
        display: none;
    }
    body.results .search-wrapper .logo {
        display: none;
    }
}

body.results #footer, body.compare #footer, body.favorites #footer {
    display: none;
}

/**
 * Search
 * ========================================================================== */
.spyder-listing-search-menu {
    padding: 16px 0;
    background: #fff;
    z-index: 900;
    border-bottom: 1px solid #999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 767px) {
    .spyder-listing-search-menu {
        display: none !important;
    }
}

.search-wrapper {
    text-align: center;
}
@media (min-width: 1220px) {
    .search-wrapper {
        display: table;
        width: 100%;
        text-align: inherit;
    }
    .search-wrapper > * {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .spyder-view-toggle__show-hero {
        display: none;
    }
}
.spyder-results-header {
    padding: 8px !important;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #999;
}
@media (min-width: 480px) {
    .spyder-results-header {
        padding: 0 !important;
        margin-bottom: 16px;
        background-color: inherit;
        border-bottom-width: 0;
    }
}

.spyder-results-header__tagline {
    font-size: 16px;
    line-height: 1.25;
}
@media (min-width: 480px) {
    .spyder-results-header__tagline {
        font-size: 22px;
        line-height: 1.25;
    }
}

.spyder-results__header__mls-data {
    display: none;
}
@media (min-width: 480px) {
    .spyder-results__header__mls-data {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/**
 * No Results Icon
 * ========================================================================== */
.spyder-results__none__icon {
    font-size: 60px;
    margin: 0 auto 10px;
}

.spyder-listing__table-break td:nth-child(even) {
    word-break: break-word;
}

.spyder-listing__feature-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow: hidden;
}
.spyder-listing__feature-grid .attr-num {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-word;
}
.spyder-listing__feature-grid li {
    width: 50%;
    display: inline-block;
    font-size: 0;
    text-align: center;
    padding: 5px;
    border-left: 1px solid #999;
    position: relative;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .spyder-listing__feature-grid li {
        padding: 10px 5px;
    }
}
.spyder-listing__feature-grid li > div {
    font-size: 14px;
}
.spyder-listing__feature-grid li.expand {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #999;
}
.spyder-listing__feature-grid li:nth-child(odd) {
    border-left-color: transparent;
}
.spyder-listing__feature-grid li:nth-child(n+2) {
    border-top: 1px solid #999;
}
.spyder-listing__feature-grid li:nth-child(2) {
    border-top-color: transparent;
}

.spyder-panel .spyder-listing-table {
    border: 0;
}
.spyder-panel .spyder-listing-table td {
    border-bottom: 0;
}

.spyder-listing__view-switch {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}
@media (min-width: 768px) {
    .spyder-listing__view-switch {
        display: none;
    }
}

.spyder-listing__headline {
    font-size: 22px;
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
}
.spyder-panel .spyder-listing__headline {
    border-bottom: 0;
    padding-bottom: 0;
}

.spyder-listing__map-container {
    position: relative;
}

.spyder-listing__map-switcher .btn-group__item.uk-active > button {
    background: #f9f9f9;
    color: #000;
}
@media (min-width: 768px) {
    .spyder-listing__map-switcher {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 10;
    }
}

.spyder-listing__map-object {
    height: 300px;
    position: relative;
    overflow: hidden;
}
.spyder-listing__map-object > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.spyder-listing__activate-map-link {
    display: block;
    height: 100%;
    position: relative;
}

.spyder-listing__activate-map-text {
    background-color: rgba(255, 255, 255, 0.67);
    color: #000;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 140px;
    margin: auto;
    padding: 0px;
    text-align: center;
}

.spyder-no-streetview {
    background: #575757;
}
.spyder-no-streetview img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
}

.spyder-listing__directions-panel > * {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

.spyder-listing__tenant-minimap {
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 16px;
}
.spyder-listing__tenant-minimap > img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: none;
}

/**
 * Property Features Table (will be used throughout later)
 * ========================================================================== */
.spyder-listing__table {
    background: #fff;
    box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #999;
    border-collapse: separate;
    font-size: 14px;
    word-break: break-word;
}
.spyder-listing__table tr:first-child th {
    border-top-left-radius: 5px;
}
.spyder-listing__table tr:first-child td {
    border-top-right-radius: 5px;
}
.spyder-listing__table tr:last-child th {
    border-bottom-left-radius: 5px;
    border-bottom: 0;
}
.spyder-listing__table tr:last-child td {
    border-bottom-right-radius: 5px;
}

.spyder-listing__table__label {
    border-right: 1px solid #999;
    font-weight: 700;
    min-width: 140px;
}

.spyder-listing__table__items {
    width: 100%;
}
.spyder-listing__table__items span:not(:last-child) {
    position: relative;
}
.spyder-listing__table__items span:not(:last-child):after {
    content: ", ";
}

.spyder-listing__table > tbody > tr:nth-child(odd) td,
.spyder-listing__table > tbody > tr:nth-child(odd) th,
.spyder-listing-table > div.grid:nth-child(odd) {
    background: #f9f9f9 !important;
}

/* ==========================================================================
 * Name:						Favorite Button
 * Description:		Describes styles for all favorite button instances
 * ========================================================================== */
/**
 * Favorite Icon Container
 *
 * Ex.)
 * <div class="favorite-icon">
 *   <span class="favorite-icon__heart" />
 * </div>
 * ========================================================================== */
.favorite-icon {
    font-size: 22px;
    position: relative;
    transition: color 0.2s ease-in-out;
}
.favorite-icon::after {
    box-shadow: -0.3247595264rem -2.3125rem 0rem -0.1875rem hsl(0, 100%, 70%), 0.3247595264rem -2.6875rem 0rem -0.1875rem hsl(0, 50%, 70%), 1.6055010504rem -1.6957273888rem 0rem -0.1875rem hsl(0, 100%, 70%), 2.3036563619rem -1.4217216205rem 0rem -0.1875rem hsl(0, 50%, 70%), 2.3267865901rem 0.1979625327rem 0rem -0.1875rem hsl(0, 100%, 70%), 2.5478529709rem 0.9146421371rem 0rem -0.1875rem hsl(0, 50%, 70%), 1.2959543696rem 1.9425826294rem 0rem -0.1875rem hsl(0, 100%, 70%), 0.873464326rem 2.5622617101rem 0rem -0.1875rem hsl(0, 50%, 70%), -0.7107579239rem 2.2243983847rem 0rem -0.1875rem hsl(0, 100%, 70%), -1.4586607717rem 2.2804459549rem 0rem -0.1875rem hsl(0, 50%, 70%), -2.1822550038rem 0.8311967868rem 0rem -0.1875rem hsl(0, 100%, 70%), -2.6923845564rem 0.2814078831rem 0rem -0.1875rem hsl(0, 50%, 70%), -2.010469556rem -1.1879129448rem 0rem -0.1875rem hsl(0, 100%, 70%), -1.8986878326rem -1.9295360583rem 0rem -0.1875rem hsl(0, 50%, 70%);
    content: "";
    border-radius: 40px;
    position: absolute;
    z-index: 50;
    opacity: 0;
    margin: -0.1875rem auto;
    width: 0.375rem;
    height: 0.375rem;
    top: 50%;
    left: 0;
    right: 0;
}

.favorite-icon--active {
    color: #ed1c24;
}
.favorite-icon--active::after {
    animation: particles 700ms ease-out;
}

.favorite-icon--paused::after {
    animation-name: none;
}

/**
 * Favorite Heart Icon
 *
 * Ex.)
 * <div class="favorite-icon">
 *   <span class="favorite-icon__heart" />
 * </div>
 * ========================================================================== */
.favorite-icon--active .favorite-icon__heart {
    animation: heartScale 400ms cubic-bezier(0.17, 0.89, 0.4, 1.55);
    animation-fill-mode: forwards;
}

.favorite-icon--paused .favorite-icon__heart {
    animation-name: none;
}

/* General Favorite Button
 *
 * Ex.)
 * <button class="spyder-listing__favorite-container">
 *    <div class="favorite-icon spyder-listing__favorite-button">
 *      <span class="favorite-icon__heart" />
 *    </div>
 * </button>
 ========================================================================== */
.spyder-listing__favorite-container {
    position: absolute;
    right: 8px;
    top: 8px;
    width: auto;
    z-index: 10;
    border: 0;
    background: none;
    cursor: pointer;
    padding-right: 0;
    padding-left: 0;
}

.spyder-listing__favorite-button {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    border: 0;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    width: 40px;
    z-index: 0;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-listing__favorite-button {
        height: 32px;
        width: 32px;
    }
}
.uk-notouch .spyder-listing__favorite-button:hover, .uk-notouch .spyder-listing__favorite-button:focus {
    color: #ed1c24;
}
.spyder-listing__favorite-button::before {
    content: "";
    border-radius: 40px;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(0);
}

.spyder-listing__favorite-button.favorite-icon--active {
    color: #f26864;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-listing__favorite-button.favorite-icon--active {
        color: #ed1c24;
    }
}
.spyder-listing__favorite-button.favorite-icon--active::before {
    animation: bubble 700ms ease-out;
    animation-fill-mode: forwards;
}

.spyder-listing__favorite-button.favorite-icon--paused::before {
    animation-name: none;
    transform: scale(1);
}

.spyder-listing__favorite-button .favorite-icon__heart {
    z-index: 10;
}
@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-listing__favorite-button .favorite-icon__heart {
        font-weight: 900;
    }
}

/**
 * Desktop Details Favorite Button - Inline button with Share and Map
 * ========================================================================== */
.btn-favorite.btn-favorite--active {
    color: #ed1c24;
}
.uk-notouch .btn-favorite.btn-favorite--active:hover, .uk-notouch .btn-favorite.btn-favorite--active:focus {
    background: #fff9f9;
    color: #d34836;
}
.uk-notouch .btn-favorite.btn-favorite--active:hover .favorite-icon, .uk-notouch .btn-favorite.btn-favorite--active:focus .favorite-icon {
    color: #d34836;
}
.btn-favorite.btn-favorite--active:hover, .btn-favorite.btn-favorite--active:active, .btn-favorite.btn-favorite--active:focus {
    background: #fff9f9;
    color: #d34836;
}

.btn-favorite-inner {
    width: auto;
}
@media (min-width: 960px) {
    .btn-favorite-inner {
        width: 100%;
    }
}

/* ==========================================================================
 * Name:					Sash
 * Description:		Defines our color variables and styles for listing sashes
 * ========================================================================== */
.spyder-sash {
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    height: auto;
    min-width: auto;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-sash {
        border-radius: 5px;
        font-weight: 700;
        height: auto;
        line-height: 1;
        min-width: 20%;
    }
}

.spyder-sash--inline {
    display: inline-block;
}

.spyder-sash__live-pill {
    position: relative;
    vertical-align: top;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-sash__live-pill {
        vertical-align: middle;
    }
}
.spyder-sash__live-pill::before {
    content: "";
    background: #ed1c24;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.spyder-sash__live-pill .pill {
    margin-left: 20px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-sash__live-pill .pill {
        display: block;
    }
}

/**
 * Sash Types
 * ========================================================================== */
.spyder-sash--foreclosure {
    background-color: #bb9a67;
}
.spyder-sash--new {
    background-color: #fff061;
}
.spyder-sash--offmarket {
    background-color: #545454;
}
.spyder-sash--openhouse {
    background-color: #995100;
}
.spyder-sash--virtualopenhouse {
    background-color: #3d4172;
}
.spyder-sash--pending {
    background-color: #b2b2b2;
}
.spyder-sash--reduced {
    background-color: #36523e;
}
.spyder-sash--rental {
    background-color: #b558b7;
}
.spyder-sash--shortsale {
    background-color: #2f6670;
}
.spyder-sash--sold {
    background-color: #e81818;
}
.spyder-sash--undercontract {
    background-color: #333;
}
.spyder-sash--comingsoon {
    background-color: #fe3466;
}

.spyder-sash--new {
    color: #000;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-sash--new {
        color: #484848;
    }
}
@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-sash--new::before {
        content: "New On Site";
    }
}

@media (max-width: 479px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-sash--new .spyder-sash__text {
        position: absolute !important;
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        margin: -1px;
        padding: 0;
        overflow: hidden;
        height: 1px;
        width: 1px;
        word-wrap: normal;
    }
}

.spyder-sash--listing-card {
    position: absolute;
    top: 12px;
    left: 8px;
    z-index: 20;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-sash--listing-card {
        top: 8px;
    }
}

/* ==========================================================================
 * Name:					Listing Header
 * Description:		Defines styles for elements in the listing header
 * ========================================================================== */
/**
 *  Single Property Listing Header
 * ========================================================================== */
.spyder-listing__header {
    text-align: left;
    position: relative;
    background: #fff;
    height: auto;
    border-bottom: 1px solid #999;
}
.spyder-listing__header .spyder-header__inner {
    height: auto;
    min-height: 136px;
}
@media (min-width: 768px) and (max-width: 959px) {
    .spyder-listing__header .container {
        padding: 0;
    }
}

.spyder-listing__header-grid {
    padding: 11px 0;
}
@media (min-width: 768px) {
    .spyder-listing__header-grid {
        padding: 11px 0;
        padding-left: 40px;
    }
}

.spyder-listing__header-cta {
    margin-top: 4px;
}

.spyder-listing__header-cta--mobile {
    background-color: #fff;
    border-bottom-width: 0;
    box-shadow: none;
    padding-top: 16px;
    padding-bottom: 16px;
}
.spyder-listing__header-cta--mobile.uk-active, .uk-active .spyder-listing__header-cta--mobile {
    border-bottom: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.spyder-listing__header-cta__wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
}

.spyder-listing__header-cta__container .spyder-listing__header-cta__btn {
    font-size: 14px;
}

@media (min-width: 480px) and (max-width: 960px) {
    .spyder-listing__header-cta__btn {
        font-size: 15px;
    }
}

.listing-detail .top-action-buttons.no-map > * {
    width: 50%;
}
.listing-detail .top-action-buttons.no-map > *[disabled] {
    opacity: 0.5;
}

.listing-detail .aux-info .spyder-price__base {
    display: block;
    font-size: 26px;
    font-weight: 700;
}
@media (min-width: 480px) {
    .listing-detail .aux-info .spyder-price__base {
        display: inline-block;
    }
}

.listing-address {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
@media (min-width: 480px) {
    .listing-address {
        font-size: 23px;
        line-height: 1.25;
    }
}

/**
 * Back to Search button
 * ========================================================================== */
.spyder-back-to-search {
    display: none;
}
@media (min-width: 768px) {
    .spyder-back-to-search {
        background-color: transparent;
        border: none;
        display: block;
        width: 24px;
        position: absolute;
        height: 100%;
        top: 0;
    }
    .spyder-back-to-search .spyder-fa-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
    }
}

/* ==========================================================================
 * Name:					Listing Details
 * Description:		Defines styles for the listing details page
 * ========================================================================== */
.listing-detail {
    padding-bottom: 32px;
}
.listing-detail .aux-info {
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .listing-detail .aux-info {
        text-align: inherit;
    }
}
.listing-detail .aux-info > li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 11px;
}

.listing-detail .spyder-listing__header-details {
    margin: 6px 0 11px;
}

/*
Content wrapper around mobile listing details content and action bar. Really only has styles for
Landscape orientation.
*/
@media (min-aspect-ratio: 13/9) {
    .details__content {
        box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px 2px;
        margin: 0 110px 0 16px;
    }
}

.details__content .carousel__dot-frame {
    position: static;
}

.details__content .carousel__dot {
    color: #999;
}

.details__content .carousel__dot--active {
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.details--wrapper {
    background: #fff;
}

.details--price {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}

.details__image-container .spyder-listing__slide-count-pill {
    bottom: 24px;
}

.request-showing__calendar-wrapper {
    height: 350px;
}

.request-showing__dates-expander {
    margin-top: -24px;
}

/* ==========================================================================
 * Name:					Listing Gallery
 * Description:		Defines styles for listings in the results gallery
 * ========================================================================== */
.listing__background__skeleton {
    background-color: #f9f9f9;
    background-size: 200% 100%;
}

/* ==========================================================================
 * Name:					Listing Agent Contact Widget
 * Description:		Defines styles for the contact widget on the details page
 * ========================================================================== */
/**
 * Agent Info Card
 * ========================================================================== */
.spyder-listing__agent--card .spyder-panel,
.spyder-listing__agent__contact-widget__card .spyder-panel {
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

@media (min-width: 768px) and (max-width: 959px) {
    .spyder-listing__agent--card {
        margin-top: 16px;
    }
}

.spyder-listing__agent__contact-widget__card .bt__agent-lender__card:nth-child(2) > div {
    border-top: 1px solid #999;
    padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 959px) {
    .spyder-listing__agent__contact-widget__card .bt__agent-lender__card:nth-child(2) > div {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}

.spyder-listing__agent_image {
    border-radius: 5px;
}
.spyder-listing__agent_image img {
    border-radius: 5px;
}

.spyder-listing__agent__info {
    padding-bottom: 4px;
    padding-left: 8px;
}
@media (min-width: 960px) and (max-width: 1220px) {
    .spyder-listing__agent__info {
        margin-top: 0;
    }
}

.spyder-listing__agent__info__name {
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
}

.spyder-listing__agent__info__category {
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 8px;
}
.spyder-listing__agent__info__category--agent {
    background-color: #D7F4FF;
}
.spyder-listing__agent__info__category--lender {
    background-color: #DEF4D2;
}

.spyder-listing__agent__info__phone {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 400;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-listing__agent__info__phone {
        line-height: 1.2;
    }
}

.spyder-listing__agent__info__phone .spyder-icon {
    vertical-align: top;
}

.spyder-listing__agent__info_phone__type {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.spyder-listing__agent__call-agent {
    display: inline-block;
}

/**
 * Agent Contact Widget
 * ========================================================================== */
@media (min-width: 480px) {
    .spyder-listing__agent__contact-widget {
        background: #fff;
        box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
        border: 1px solid #999;
        border-radius: 5px;
        overflow: hidden;
        padding: 16px;
        font-size: 16px;
    }
    .spyder-listing__agent__contact-widget:before, .spyder-listing__agent__contact-widget:after {
        content: "";
        display: table;
    }
}

.spyder-listing__agent__brandid__legal-name {
    font-weight: 400;
}

.spyder-listing__agent__brandid__addres {
    line-height: 1.3em;
}

@media (min-width: 768px) and (max-width: 960px) {
    .spyder-listing__agent__contact-widget__card {
        margin: 16px auto;
    }
}
@media (min-width: 960px) and (max-width: 1220px) {
    .spyder-listing__agent__contact-widget__card .spyder-listing__agent__info__phone__type {
        display: block;
        margin-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .spyder-listing__agent__contact-widget__map {
        margin: 32px auto 16px;
    }
}

/* ==========================================================================
 * Name:					Sidebar w/ Listings
 * Description:		Defines styles for listings when featured in a sidebar
 * ========================================================================== */
.spyder-sidebar .spyder-featured-listings .container {
    padding: 0;
}

/* ==========================================================================
 * Name:					Listing Photo Slider
 * Description:		Defines styles for the listing details page photo slider
 * ========================================================================== */
.listing-gallery {
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .listing-gallery {
        padding-bottom: 57%;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .listing-gallery {
        padding-bottom: 66.6666666667%;
    }
}

.spyder-listing-gallery__cell {
    width: 100%;
}

.spyder-listing__gallery__image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.spyder-listing__slide-count-pill {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.25;
    padding: 4px 8px;
    position: absolute;
    bottom: 24px;
    right: 8px;
    z-index: 20;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-listing__slide-count-pill {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        font-size: 12px;
        line-height: 1.5;
        padding: 2px 8px;
    }
}

.spyder-listing__slide-count-pill--preview {
    bottom: 8px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-listing__slide-count-pill--preview {
        bottom: 12px;
    }
}

.spyder-listing__slide-count-pill--legacy {
    left: 50%;
    right: auto;
    font-size: 16px;
    transform: translateX(-50%);
    padding: 4px 12px;
}

.spyder-cover__wrapper {
    background-color: #f9f9f9;
    display: block;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-cover__wrapper {
        padding-bottom: 57%;
    }
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-cover__wrapper {
        padding-bottom: 66.6666666667%;
    }
}

/**
 * virtual tour links
 * ========================================================================== */
.spyder-listing__virtual-tour {
    font-size: 14px;
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    margin-top: 8px;
}
.spyder-listing__virtual-tour__link {
    text-transform: uppercase;
    width: 105px;
    display: inline-block;
    margin-right: 16px;
}
.spyder-listing__virtual-tour__icon {
    font-size: 45px;
    display: block;
}
.spyder-listing__virtual-tour__text {
    margin-top: 7px;
    font-weight: 700;
    line-height: 1.1em;
    width: 60px;
}

/**
 * CNS-5563: Photo Slider CTA
 * ========================================================================== */
.photo-slider__background-img {
    background-size: contain;
    background-repeat: no-repeat;
}

/* ==========================================================================
 * Name:					Listing Photo Slider Thumbnails
 * Description:		Defines styles for thumbnails on the listing photo slider
 * ========================================================================== */
.spyder-listing__thumbnails {
    margin-top: 16px;
    height: 68px;
    overflow: hidden;
}

.spyder-card-slider-nav__cell {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    width: 75px;
    height: 50px;
    opacity: 0.75;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
}
.spyder-card-slider-nav__cell + * {
    margin-left: 16px;
}
.spyder-card-slider-nav__cell:hover, .spyder-card-slider-nav__cell.is-selected {
    opacity: 1;
}
.spyder-card-slider-nav__cell.is-selected {
    border: 1px solid var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.spyder-card-slider-nav {
    margin-top: 16px;
    padding: 16px;
    background: #fbfbfb;
    border: 1px solid #999;
}

.spyder-listing__thumbnail {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

:root {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
}

/*
WordPress base styles abstracts
*/
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * These are default block editor widths in case the theme doesn't provide them.
 */
/* General Block Styles
 ======================================================================== */
[class*=wp-block-] {
    margin-bottom: 16px;
}

/* Initial `.has-background` classes
 ======================================================================== */
p.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    p.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > p.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar p.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

h1.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    h1.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > h1.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar h1.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

h2.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    h2.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > h2.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar h2.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

h3.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    h3.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > h3.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar h3.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

h4.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    h4.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > h4.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar h4.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

h5.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    h5.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > h5.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar h5.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

h6.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    h6.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > h6.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar h6.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

ul.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    ul.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > ul.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar ul.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

ol.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    ol.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > ol.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar ol.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-columns.has-background {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
    padding: 20px 16px;
}
@media (min-width: 1220px) {
    .wp-block-columns.has-background {
        padding: 20px 24px;
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}

.wp-block-cover__inner-container > .wp-block-columns.has-background {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar .wp-block-columns.has-background {
        margin-left: 0;
        margin-right: 0;
        max-width: 1220px;
        width: auto;
    }
}

/* WP Components & Blocks
 ======================================================================== */
/* WP Components & Blocks
 ======================================================================== */
/* Block Alignment
 ======================================================================== */
body {
    overflow-x: hidden;
}

.container > .alignfull,
.container > .alignwide,
.container > .aligncenter,
.spyder-interior-content:not(.has-sidebar) > .alignfull,
.spyder-interior-content:not(.has-sidebar) > .alignwide,
.spyder-interior-content:not(.has-sidebar) > .aligncenter {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
}
.container > .alignfull:last-child,
.container > .alignwide:last-child,
.container > .aligncenter:last-child,
.spyder-interior-content:not(.has-sidebar) > .alignfull:last-child,
.spyder-interior-content:not(.has-sidebar) > .alignwide:last-child,
.spyder-interior-content:not(.has-sidebar) > .aligncenter:last-child {
    margin-bottom: 16px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .container > .alignfull:last-child,
    .container > .alignwide:last-child,
    .container > .aligncenter:last-child,
    .spyder-interior-content:not(.has-sidebar) > .alignfull:last-child,
    .spyder-interior-content:not(.has-sidebar) > .alignwide:last-child,
    .spyder-interior-content:not(.has-sidebar) > .aligncenter:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 1220px) {
    .container > .alignwide,
    .spyder-interior-content:not(.has-sidebar) > .alignwide {
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}
@media (min-width: 1220px) {
    .container > .aligncenter,
    .spyder-interior-content:not(.has-sidebar) > .aligncenter {
        margin-left: auto;
        margin-right: auto;
        max-width: 1220px;
        width: auto;
    }
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

.align-right {
    margin-right: 0;
}

.align-left {
    margin-left: 0;
}

/* Quotes
 ======================================================================== */
.wp-block-quote {
    border-left: 0.25em solid currentColor;
    padding-left: 12px;
    padding-right: 12px;
}

.wp-block-quote.is-style-large {
    border: 0;
}

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
    color: #000;
    font-style: normal;
}
.is-style-large .wp-block-quote cite,
.is-style-large .wp-block-quote footer,
.is-style-large .wp-block-quote__citation {
    font-size: 18px;
}

.wp-block-buttons .wp-block-button,
.wp-block-buttons .wp-block-button__link {
    margin-bottom: 0;
}
.wp-block-buttons .wp-block-button {
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
}

.wp-block-button__link {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    min-height: auto;
    min-width: 145px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: transparent;
}
@media (min-width: 360px) {
    .wp-block-button__link {
        font-size: 16px;
    }
}
.uk-notouch .wp-block-button__link:hover, .uk-notouch .wp-block-button__link:focus {
    text-decoration: none;
}
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
    text-decoration: none;
}
.uk-notouch .wp-block-button__link:not(.has-background):hover, .uk-notouch .wp-block-button__link:not(.has-background):focus {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    color: #fff;
    text-decoration: none;
}
.wp-block-button__link:not(.has-background):active {
    background-color: var(--spyder--style--color--dark, var(--spyder--style--color--blue--dark, #1166b3));
    text-decoration: none;
}

.is-style-secondary .wp-block-button__link {
    border-color: #999;
}
.is-style-secondary .wp-block-button__link:not(.has-background) {
    background-color: #fff;
}
.is-style-secondary .wp-block-button__link:not(.has-text-color) {
    color: #000;
}
.uk-notouch .is-style-secondary .wp-block-button__link:not(.has-background):hover, .uk-notouch .is-style-secondary .wp-block-button__link:not(.has-background):focus {
    background-color: #ddd;
    color: #000;
    border-color: transparent;
}
.is-style-secondary .wp-block-button__link:not(.has-background):active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.is-style-secondary .wp-block-button__link:not(.has-background).spyder-active, .is-style-secondary .wp-block-button__link:not(.has-background).btn--secondary--active {
    background-color: rgba(var(--spyder--style--color--rgb, 21, 129, 226), 0.1);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}
.is-style-secondary .wp-block-button__link:not(.has-background):focus {
    outline: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2)) auto 1px;
}
.is-style-secondary .wp-block-button__link.has-background {
    border-color: transparent;
}

.wp-block-button__link.has-background:hover {
    filter: brightness(0.85);
}

.wp-block-button__link.has-background.has-text-color.has-white-color:hover {
    color: #fff;
}
.wp-block-button__link.has-background.has-text-color:hover {
    color: currentColor;
}

.wp-block-button__link.has-background:not(.has-text-color):hover {
    color: #fff;
}

/* Columns (Frontend)
 ======================================================================== */
.wp-block-columns {
    /* Reset margins and width for a Columns block nested within a column or a Cover block */
    /* Clear padding for Columns block nested in a Column */
}
.wp-block-columns.alignwide:not([class*=has-background]) {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1220px) {
    .wp-block-columns.alignwide:not([class*=has-background]) {
        padding-left: 0;
        padding-right: 0;
    }
}
.wp-block-columns.alignfull, .has-sidebar .wp-block-columns.alignfull, .has-sidebar .wp-block-cover.alignfull .wp-block-columns.alignfull {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1220px) {
    .wp-block-columns.alignfull, .has-sidebar .wp-block-columns.alignfull, .has-sidebar .wp-block-cover.alignfull .wp-block-columns.alignfull {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.wp-block-columns.alignfull, .wp-block-cover.alignfull .wp-block-columns.alignfull {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
}
@media (min-width: 1220px) {
    .wp-block-columns.alignfull, .wp-block-cover.alignfull .wp-block-columns.alignfull {
        padding-left: calc((100vw - 1176px) / 2);
        padding-right: calc((100vw - 1176px) / 2);
    }
    @supports (padding-left: max(10px, (10px + 10px))) {
        .wp-block-columns.alignfull, .wp-block-cover.alignfull .wp-block-columns.alignfull {
            padding-left: max(24px, (100vw - 1176px) / 2);
            padding-right: max(24px, (100vw - 1176px) / 2);
        }
    }
}
.wp-block-cover:not(.alignfull) .wp-block-columns.alignfull, .wp-block-column > .wp-block-columns {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.wp-block-cover:not(.alignfull) .wp-block-columns.alignfull {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1220px) {
    .wp-block-cover:not(.alignfull) .wp-block-columns.alignfull {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.wp-block-column > .wp-block-columns {
    padding: 0;
}

.wp-block-column {
    margin-bottom: 0;
    /* stylelint-disable max-nesting-depth */
}
@media (min-width: 600px) {
    .wp-block-column:nth-child(even) {
        margin-left: 16px;
    }
}
@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 24px;
    }
}
.wp-block-column > .alignfull,
.wp-block-column > .alignwide {
    padding-left: 0;
    padding-right: 0;
}
.wp-block-column > .has-background {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
}
@media (min-width: 1220px) {
    .wp-block-column > .has-background {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width: 600px) {
    .wp-block-column > .has-background {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.wp-block-column .btgf-form-main.align-center, .wp-block-column .btgf-form-main.align-right, .wp-block-column .btgf-form-main.align-left {
    width: 100%;
}

/* Cover (Frontend)
 ======================================================================== */
.wp-block-cover,
.wp-block-cover-image {
    padding: 20px 0;
}
.wp-block-cover.alignleft, .wp-block-cover.alignright, .wp-block-cover.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover-image.aligncenter {
    float: none;
}
.wp-block-cover.alignleft, .wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-cover.aligncenter,
.wp-block-cover-image.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-cover.alignwide, .wp-block-cover[class*=has-background],
.wp-block-cover-image.alignwide,
.wp-block-cover-image[class*=has-background] {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
}
@media (min-width: 600px) {
    .wp-block-cover.alignwide, .wp-block-cover[class*=has-background],
    .wp-block-cover-image.alignwide,
    .wp-block-cover-image[class*=has-background] {
        margin-left: -24px;
        margin-right: -24px;
        max-width: 1220px;
        width: auto;
    }
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
    margin: 0 calc(50% - 50vw) 16px;
    max-width: 100vw;
    width: 100vw;
}
.has-sidebar .wp-block-cover,
.has-sidebar .wp-block-cover-image {
    height: auto;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    max-width: 1224px;
    margin-bottom: 0;
    width: 100%;
}
.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1220px) {
    .wp-block-cover .wp-block-cover__inner-container > *,
    .wp-block-cover-image .wp-block-cover__inner-container > * {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-interior-content.has-sidebar .wp-block-cover.alignwide, .spyder-interior-content.has-sidebar .wp-block-cover[class*=has-background],
    .spyder-interior-content.has-sidebar .wp-block-cover-image.alignwide,
    .spyder-interior-content.has-sidebar .wp-block-cover-image[class*=has-background] {
        margin-left: 0;
        margin-right: 0;
    }
    .spyder-interior-content.has-sidebar .wp-block-cover.alignfull,
    .spyder-interior-content.has-sidebar .wp-block-cover-image.alignfull {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
h1.alignfull,
h2.alignfull,
h3.alignfull,
h4.alignfull,
h5.alignfull,
h6.alignfull {
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.spyder-interior-content.has-sidebar h1.alignfull,
.spyder-interior-content.has-sidebar h2.alignfull,
.spyder-interior-content.has-sidebar h3.alignfull,
.spyder-interior-content.has-sidebar h4.alignfull,
.spyder-interior-content.has-sidebar h5.alignfull,
.spyder-interior-content.has-sidebar h6.alignfull {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1220px) {
    .spyder-interior-content.has-sidebar h1.alignfull,
    .spyder-interior-content.has-sidebar h2.alignfull,
    .spyder-interior-content.has-sidebar h3.alignfull,
    .spyder-interior-content.has-sidebar h4.alignfull,
    .spyder-interior-content.has-sidebar h5.alignfull,
    .spyder-interior-content.has-sidebar h6.alignfull {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.spyder-interior-content ul,
.spyder-interior-content ol {
    padding-left: 24px;
}

.wp-block-column ul,
.wp-block-column ol {
    padding-left: 24px;
}

/* stylelint-disable selector-no-qualifying-type */
ol.has-background,
ul.has-background,
.wp-block-column ul.has-background,
.wp-block-column ol.has-background,
.wp-block-cover .wp-block-cover__inner-container > ul,
.wp-block-cover .wp-block-cover__inner-container > ol {
    padding-left: 40px;
}
@media (min-width: 1220px) {
    ol.has-background,
    ul.has-background,
    .wp-block-column ul.has-background,
    .wp-block-column ol.has-background,
    .wp-block-cover .wp-block-cover__inner-container > ul,
    .wp-block-cover .wp-block-cover__inner-container > ol {
        padding-left: 48px;
    }
}

/* stylelint-enable selector-no-qualifying-type */
/* Embeds
 ======================================================================== */
.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}
.is-dark-theme .wp-block-embed figcaption {
    color: rgba(255, 255, 255, 0.65);
}

/* Images
 ======================================================================== */
.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}
.is-dark-theme .wp-block-image figcaption {
    color: rgba(255, 255, 255, 0.65);
}

.wp-block-image img {
    display: block;
}
@media (max-width: 959px) {
    .wp-block-image img {
        height: auto;
        width: auto;
    }
}

@media (max-width: 959px) {
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
}

/* Separators
 ======================================================================== */
.wp-block-separator {
    border: none;
    border-bottom: 2px solid currentColor;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.4;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px;
}

.wp-block-separator {
    /* Prevent collapsed margins */
    margin: 24px auto;
}

/* Social Links
 ======================================================================== */
.wp-social-link {
    padding: 0;
}

.wp-block-social-link-anchor {
    margin-bottom: 0;
}
.uk-notouch .wp-block-social-link-anchor:hover, .uk-notouch .wp-block-social-link-anchor:focus {
    color: currentColor;
    fill: currentColor;
}

/* Tables
 ======================================================================== */
.wp-block-table {
    border-collapse: collapse;
}
.wp-block-table thead {
    border-bottom: 3px solid;
}
.wp-block-table tfoot {
    border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
    padding: 0.5em;
    border: 1px solid;
    word-break: normal;
}
.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center;
}
.is-dark-theme .wp-block-table figcaption {
    color: rgba(255, 255, 255, 0.65);
}

.wp-block-table table {
    border-collapse: collapse;
}

/* Custom Components & Blocks
 ======================================================================== */
/* Custom block frontend styles
 ======================================================================== */
.wp-block-spyder-block-agent {
    min-width: 200px;
}

@media (min-width: 782px) {
    .spyder-block-agent__wrapper.left {
        padding-right: 16px;
        min-width: 320px;
        float: left;
    }

    .spyder-block-agent__wrapper.right {
        padding-left: 16px;
        min-width: 320px;
        float: right;
    }
}
.spyder-block-agent {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    border-radius: 5px;
    background: #fff;
    color: #000;
    margin-bottom: 16px;
    overflow: hidden;
}

/** Image Block Styles **/
.spyder-block-agent__image {
    position: relative;
    top: 0;
    left: 0;
    flex: 0 0 30%;
    background: #ddd;
    background-position: center center;
    background-size: cover;
}

/** Information Styles **/
.spyder-block-agent__information {
    padding: 16px;
    flex: 1 1 auto;
}

.spyder-block-agent__information-name {
    text-align: left;
    margin: 0;
}
.spyder-block-agent__information-name a {
    color: #000 !important;
}

.spyder-block-agent__information-title {
    text-align: left;
    margin: 0;
}

.spyder-block-agent__information-section {
    margin-top: 8px;
}
.spyder-block-agent__information-section a,
.spyder-block-agent__information-section a:hover,
.spyder-block-agent__information-section a:active,
.spyder-block-agent__information-section a:focus {
    display: flex;
    text-decoration: none !important;
    outline: none !important;
}
.spyder-block-agent__information-section a:hover .spyder-block-agent__information-icon {
    opacity: 0.75;
}

.spyder-block-agent__information-section:first-child {
    margin-top: 16px;
}

.spyder-block-agent__information-content {
    padding-top: 3px;
    flex: 1 1 auto;
    white-space: pre-wrap;
}

.spyder-block-agent__information-icon {
    flex: 0;
    height: 29px;
    width: 30px;
    line-height: 0;
    padding: 7px 6px;
    color: #fff;
    border-radius: 100%;
    background: #484848;
    margin-right: 8px;
    font-size: 14px;
}

/** Tall Layout Adjustments **/
@media (min-width: 480px) {
    .spyder-block-agent__tall {
        display: block;
    }
    .spyder-block-agent__tall .spyder-block-agent__image {
        height: 300px;
    }
    .spyder-block-agent__tall .spyder-block-agent__information-content {
        display: none;
        text-align: center;
    }
    .spyder-block-agent__tall .spyder-block-agent__information-section {
        margin-bottom: 0;
        margin: 8px 4px 0;
        display: inline-block;
        text-align: center;
    }
    .spyder-block-agent__tall .spyder-block-agent__information {
        text-align: center;
    }
}
/** Tall Expanded Layout Adjustments **/
@media (min-width: 480px) {
    .spyder-block-agent__tall-expanded {
        display: block;
    }
    .spyder-block-agent__tall-expanded .spyder-block-agent__image {
        height: 300px;
    }
}
/* ==========================================================================
 * Name:					Border Helpers
 * Description:		A series of helper classes for applying borders
 * ========================================================================== */
.border-0 {
    border-width: 0;
}

.border {
    border: 1px solid #999;
}

.border-top {
    border-top: 1px solid #999;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

.border-right {
    border-right: 1px solid #999;
}

.border-left {
    border-left: 1px solid #999;
}

.border-x {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.border-y {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

/* ==========================================================================
 * Name:					Flex
 * Description:		Defines utility class for flexbox
 * ========================================================================== */
.spyder-flex-media {
    position: relative;
    padding-bottom: 47%;
    height: 0;
    overflow: hidden;
}
.spyder-flex-media object, .spyder-flex-media iframe, .spyder-flex-media embed, .spyder-flex-media video, .spyder-flex-media .gmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Position
 ========================================================================== */
.spyder-position--absolute {
    position: absolute;
}

.spyder-position--relative {
    position: relative;
}

.spyder-position--fixed {
    position: fixed;
}

/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.spyder-position--top-full {
    top: 0;
    left: 0;
    right: 0;
}

.spyder-position--bottom-full {
    bottom: 0;
    left: 0;
    right: 0;
}

.spyder-position--top-left {
    top: 0;
    left: 0;
}

.spyder-position--top-right {
    top: 0;
    right: 0;
}

.spyder-position--bottom-left {
    bottom: 0;
    left: 0;
}

.spyder-position--bottom-right {
    bottom: 0;
    right: 0;
}

.spyder-position--bottom-0 {
    bottom: 0;
}

.spyder-position--top-0 {
    top: 0;
}

.spyder-position--left-0 {
    left: 0;
}

.spyder-position--right-0 {
    right: 0;
}

/*
 * Cover
 */
.spyder-position--cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ==========================================================================
 * Name:            Helpers
 * Description:     Defines a series of helper classes
 *
 * These classes can easily be applied to any HTML element to
 * add predefined styles without having to create brand-new,
 * element-specific classes
 * ========================================================================== */
/**
 * Widths
 *
 * Classes to set a predefined width to an element.
 * These classes are broken into fractions that yield percent values
 *
 * TODO (after merge): Add more of these options and possible responsive options
 *
 * Markup:
 *
 * <div class="width-1-1">
 *  This div will be 100% of its parent
 * </div>
 *
 * <div class="width-1-2">
 *  This div will be 50% of its parent
 * </div>
 * ========================================================================== */
.width-1-1 {
    width: 100%;
}

.width-1-2 {
    width: 50%;
}

.width-1-4 {
    width: 25%;
}

/**
 * Heights
 * Classes to set a predefined height to an element.
 * These classes are broken into fractions that yield percent values
 *
 * TODO (after merge): Add more of these options and possible responsive options
 *
 * Markup:
 *
 * <div class="height-1-1">
 *  This div will be 100% height of its parent
 * </div>
 *
 * <div class="height-1-2">
 *  This div will be 50% height of its parent
 * </div>
 * ========================================================================== */
.height-1-1 {
    height: 100%;
}

.height-1-2 {
    height: 50%;
}

.height-1-4 {
    height: 25%;
}

/**
 * Overflow
 * Classes to set the overflow CSS property
 *
 * Markup:
 *
 * <div class="overflow-hide">
 *  Content that overflows this div will be hidden
 * </div>
 *
 * <div class="overflow-show">
 *  Content that overflows this div will be visible
 * </div>
 * ========================================================================== */
.overflow-hide {
    overflow: hidden;
}

.overflow-show {
    overflow: visible;
}

/**
 * Opacity Helpers
 * Classes to set the opacity CSS property
 * ========================================================================== */
.opacity--half {
    opacity: 0.5;
}

/**
 * Outline
 * Classes to set the outline CSS property
 * ========================================================================== */
.outline--none {
    outline: none;
}

/**
 * Clearfix
 * `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex
 * item, only in Webkit.
 * `table` is used again with `:after` because `clear` only works with block elements.
 * ========================================================================== */
.spyder-clearfix::before {
    content: "";
    display: table-cell;
}

.spyder-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.resize-y {
    resize: vertical;
}

/* ==========================================================================
 * Name:            Skeleton Text
 * Description:     Defines skeleton styles for text-based elements
 * ========================================================================== */
.skeleton-text {
    background-color: #f9f9f9;
    border-radius: 5px;
    display: block;
    line-height: 1;
    min-height: 24px;
}

.skeleton-text--width-100 {
    width: 100%;
}

.skeleton-text--width-75 {
    width: 75%;
}

.skeleton-text--width-50 {
    width: 50%;
}

.skeleton-text--width-25 {
    width: 25%;
}

/* ==========================================================================
 * Name:            Margin and Padding Utility Helpers
 * Description:     Defines a series of margin and padding helper classes
 *
 * These classes can easily be applied to any HTML element to
 * add predefined spacing styles without having to create brand-new,
 * element-specific classes.
 *
 * A similar structure can be found in Bootstrap v4
 * https://github.com/twbs/bootstrap/blob/v4-dev/scss/utilities/_spacing.scss
 *
 * Format: `@{propertyAbbreviation: p, m}@{direction: t, r, b, l, x, y}--safe`
 * where `x` === x-axis and `y` === y-axi
 * ========================================================================== */
.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-4 {
    padding: 4px !important;
}

.pt-4,
.py-4 {
    padding-top: 4px !important;
}

.pr-4,
.px-4 {
    padding-right: 4px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 4px !important;
}

.pl-4,
.px-4 {
    padding-left: 4px !important;
}

.p-8 {
    padding: 8px !important;
}

.pt-8,
.py-8 {
    padding-top: 8px !important;
}

.pr-8,
.px-8 {
    padding-right: 8px !important;
}

.pb-8,
.py-8 {
    padding-bottom: 8px !important;
}

.pl-8,
.px-8 {
    padding-left: 8px !important;
}

.p-12 {
    padding: 12px !important;
}

.pt-12,
.py-12 {
    padding-top: 12px !important;
}

.pr-12,
.px-12 {
    padding-right: 12px !important;
}

.pb-12,
.py-12 {
    padding-bottom: 12px !important;
}

.pl-12,
.px-12 {
    padding-left: 12px !important;
}

.p-16 {
    padding: 16px !important;
}

.pt-16,
.py-16 {
    padding-top: 16px !important;
}

.pr-16,
.px-16 {
    padding-right: 16px !important;
}

.pb-16,
.py-16 {
    padding-bottom: 16px !important;
}

.pl-16,
.px-16 {
    padding-left: 16px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20,
.py-20 {
    padding-top: 20px !important;
}

.pr-20,
.px-20 {
    padding-right: 20px !important;
}

.pb-20,
.py-20 {
    padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
    padding-left: 20px !important;
}

.p-24 {
    padding: 24px !important;
}

.pt-24,
.py-24 {
    padding-top: 24px !important;
}

.pr-24,
.px-24 {
    padding-right: 24px !important;
}

.pb-24,
.py-24 {
    padding-bottom: 24px !important;
}

.pl-24,
.px-24 {
    padding-left: 24px !important;
}

.p-28 {
    padding: 28px !important;
}

.pt-28,
.py-28 {
    padding-top: 28px !important;
}

.pr-28,
.px-28 {
    padding-right: 28px !important;
}

.pb-28,
.py-28 {
    padding-bottom: 28px !important;
}

.pl-28,
.px-28 {
    padding-left: 28px !important;
}

.p-32 {
    padding: 32px !important;
}

.pt-32,
.py-32 {
    padding-top: 32px !important;
}

.pr-32,
.px-32 {
    padding-right: 32px !important;
}

.pb-32,
.py-32 {
    padding-bottom: 32px !important;
}

.pl-32,
.px-32 {
    padding-left: 32px !important;
}

.p-36 {
    padding: 36px !important;
}

.pt-36,
.py-36 {
    padding-top: 36px !important;
}

.pr-36,
.px-36 {
    padding-right: 36px !important;
}

.pb-36,
.py-36 {
    padding-bottom: 36px !important;
}

.pl-36,
.px-36 {
    padding-left: 36px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40,
.py-40 {
    padding-top: 40px !important;
}

.pr-40,
.px-40 {
    padding-right: 40px !important;
}

.pb-40,
.py-40 {
    padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
    padding-left: 40px !important;
}

.p-44 {
    padding: 44px !important;
}

.pt-44,
.py-44 {
    padding-top: 44px !important;
}

.pr-44,
.px-44 {
    padding-right: 44px !important;
}

.pb-44,
.py-44 {
    padding-bottom: 44px !important;
}

.pl-44,
.px-44 {
    padding-left: 44px !important;
}

.p-48 {
    padding: 48px !important;
}

.pt-48,
.py-48 {
    padding-top: 48px !important;
}

.pr-48,
.px-48 {
    padding-right: 48px !important;
}

.pb-48,
.py-48 {
    padding-bottom: 48px !important;
}

.pl-48,
.px-48 {
    padding-left: 48px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-4 {
    margin: 4px !important;
}

.mt-4,
.my-4 {
    margin-top: 4px !important;
}

.mr-4,
.mx-4 {
    margin-right: 4px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 4px !important;
}

.ml-4,
.mx-4 {
    margin-left: 4px !important;
}

.m-8 {
    margin: 8px !important;
}

.mt-8,
.my-8 {
    margin-top: 8px !important;
}

.mr-8,
.mx-8 {
    margin-right: 8px !important;
}

.mb-8,
.my-8 {
    margin-bottom: 8px !important;
}

.ml-8,
.mx-8 {
    margin-left: 8px !important;
}

.m-12 {
    margin: 12px !important;
}

.mt-12,
.my-12 {
    margin-top: 12px !important;
}

.mr-12,
.mx-12 {
    margin-right: 12px !important;
}

.mb-12,
.my-12 {
    margin-bottom: 12px !important;
}

.ml-12,
.mx-12 {
    margin-left: 12px !important;
}

.m-16 {
    margin: 16px !important;
}

.mt-16,
.my-16 {
    margin-top: 16px !important;
}

.mr-16,
.mx-16 {
    margin-right: 16px !important;
}

.mb-16,
.my-16 {
    margin-bottom: 16px !important;
}

.ml-16,
.mx-16 {
    margin-left: 16px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20,
.my-20 {
    margin-top: 20px !important;
}

.mr-20,
.mx-20 {
    margin-right: 20px !important;
}

.mb-20,
.my-20 {
    margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
    margin-left: 20px !important;
}

.m-24 {
    margin: 24px !important;
}

.mt-24,
.my-24 {
    margin-top: 24px !important;
}

.mr-24,
.mx-24 {
    margin-right: 24px !important;
}

.mb-24,
.my-24 {
    margin-bottom: 24px !important;
}

.ml-24,
.mx-24 {
    margin-left: 24px !important;
}

.m-28 {
    margin: 28px !important;
}

.mt-28,
.my-28 {
    margin-top: 28px !important;
}

.mr-28,
.mx-28 {
    margin-right: 28px !important;
}

.mb-28,
.my-28 {
    margin-bottom: 28px !important;
}

.ml-28,
.mx-28 {
    margin-left: 28px !important;
}

.m-32 {
    margin: 32px !important;
}

.mt-32,
.my-32 {
    margin-top: 32px !important;
}

.mr-32,
.mx-32 {
    margin-right: 32px !important;
}

.mb-32,
.my-32 {
    margin-bottom: 32px !important;
}

.ml-32,
.mx-32 {
    margin-left: 32px !important;
}

.m-36 {
    margin: 36px !important;
}

.mt-36,
.my-36 {
    margin-top: 36px !important;
}

.mr-36,
.mx-36 {
    margin-right: 36px !important;
}

.mb-36,
.my-36 {
    margin-bottom: 36px !important;
}

.ml-36,
.mx-36 {
    margin-left: 36px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40,
.my-40 {
    margin-top: 40px !important;
}

.mr-40,
.mx-40 {
    margin-right: 40px !important;
}

.mb-40,
.my-40 {
    margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
    margin-left: 40px !important;
}

.m-44 {
    margin: 44px !important;
}

.mt-44,
.my-44 {
    margin-top: 44px !important;
}

.mr-44,
.mx-44 {
    margin-right: 44px !important;
}

.mb-44,
.my-44 {
    margin-bottom: 44px !important;
}

.ml-44,
.mx-44 {
    margin-left: 44px !important;
}

.m-48 {
    margin: 48px !important;
}

.mt-48,
.my-48 {
    margin-top: 48px !important;
}

.mr-48,
.mx-48 {
    margin-right: 48px !important;
}

.mb-48,
.my-48 {
    margin-bottom: 48px !important;
}

.ml-48,
.mx-48 {
    margin-left: 48px !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/**
 * Webkit iOS 11 Compatible Padding Helper Classes
 * ========================================================================== */
.p-0--safe {
    padding: 0 !important;
}

.pt-0--safe,
.py-0--safe {
    padding-top: 0 !important;
}

.pr-0--safe,
.px-0--safe {
    padding-right: 0 !important;
}

.pb-0--safe,
.py-0--safe {
    padding-bottom: 0 !important;
}

.pl-0--safe,
.px-0--safe {
    padding-left: 0 !important;
}

.p-4--safe {
    padding: 4px !important;
}

.pt-4--safe,
.py-4--safe {
    padding-top: 4px !important;
}

.pr-4--safe,
.px-4--safe {
    padding-right: 4px !important;
}

.pb-4--safe,
.py-4--safe {
    padding-bottom: 4px !important;
}

.pl-4--safe,
.px-4--safe {
    padding-left: 4px !important;
}

.p-8--safe {
    padding: 8px !important;
}

.pt-8--safe,
.py-8--safe {
    padding-top: 8px !important;
}

.pr-8--safe,
.px-8--safe {
    padding-right: 8px !important;
}

.pb-8--safe,
.py-8--safe {
    padding-bottom: 8px !important;
}

.pl-8--safe,
.px-8--safe {
    padding-left: 8px !important;
}

.p-12--safe {
    padding: 12px !important;
}

.pt-12--safe,
.py-12--safe {
    padding-top: 12px !important;
}

.pr-12--safe,
.px-12--safe {
    padding-right: 12px !important;
}

.pb-12--safe,
.py-12--safe {
    padding-bottom: 12px !important;
}

.pl-12--safe,
.px-12--safe {
    padding-left: 12px !important;
}

.p-16--safe {
    padding: 16px !important;
}

.pt-16--safe,
.py-16--safe {
    padding-top: 16px !important;
}

.pr-16--safe,
.px-16--safe {
    padding-right: 16px !important;
}

.pb-16--safe,
.py-16--safe {
    padding-bottom: 16px !important;
}

.pl-16--safe,
.px-16--safe {
    padding-left: 16px !important;
}

.p-20--safe {
    padding: 20px !important;
}

.pt-20--safe,
.py-20--safe {
    padding-top: 20px !important;
}

.pr-20--safe,
.px-20--safe {
    padding-right: 20px !important;
}

.pb-20--safe,
.py-20--safe {
    padding-bottom: 20px !important;
}

.pl-20--safe,
.px-20--safe {
    padding-left: 20px !important;
}

.p-24--safe {
    padding: 24px !important;
}

.pt-24--safe,
.py-24--safe {
    padding-top: 24px !important;
}

.pr-24--safe,
.px-24--safe {
    padding-right: 24px !important;
}

.pb-24--safe,
.py-24--safe {
    padding-bottom: 24px !important;
}

.pl-24--safe,
.px-24--safe {
    padding-left: 24px !important;
}

.p-28--safe {
    padding: 28px !important;
}

.pt-28--safe,
.py-28--safe {
    padding-top: 28px !important;
}

.pr-28--safe,
.px-28--safe {
    padding-right: 28px !important;
}

.pb-28--safe,
.py-28--safe {
    padding-bottom: 28px !important;
}

.pl-28--safe,
.px-28--safe {
    padding-left: 28px !important;
}

.p-32--safe {
    padding: 32px !important;
}

.pt-32--safe,
.py-32--safe {
    padding-top: 32px !important;
}

.pr-32--safe,
.px-32--safe {
    padding-right: 32px !important;
}

.pb-32--safe,
.py-32--safe {
    padding-bottom: 32px !important;
}

.pl-32--safe,
.px-32--safe {
    padding-left: 32px !important;
}

.p-36--safe {
    padding: 36px !important;
}

.pt-36--safe,
.py-36--safe {
    padding-top: 36px !important;
}

.pr-36--safe,
.px-36--safe {
    padding-right: 36px !important;
}

.pb-36--safe,
.py-36--safe {
    padding-bottom: 36px !important;
}

.pl-36--safe,
.px-36--safe {
    padding-left: 36px !important;
}

.p-40--safe {
    padding: 40px !important;
}

.pt-40--safe,
.py-40--safe {
    padding-top: 40px !important;
}

.pr-40--safe,
.px-40--safe {
    padding-right: 40px !important;
}

.pb-40--safe,
.py-40--safe {
    padding-bottom: 40px !important;
}

.pl-40--safe,
.px-40--safe {
    padding-left: 40px !important;
}

.p-44--safe {
    padding: 44px !important;
}

.pt-44--safe,
.py-44--safe {
    padding-top: 44px !important;
}

.pr-44--safe,
.px-44--safe {
    padding-right: 44px !important;
}

.pb-44--safe,
.py-44--safe {
    padding-bottom: 44px !important;
}

.pl-44--safe,
.px-44--safe {
    padding-left: 44px !important;
}

.p-48--safe {
    padding: 48px !important;
}

.pt-48--safe,
.py-48--safe {
    padding-top: 48px !important;
}

.pr-48--safe,
.px-48--safe {
    padding-right: 48px !important;
}

.pb-48--safe,
.py-48--safe {
    padding-bottom: 48px !important;
}

.pl-48--safe,
.px-48--safe {
    padding-left: 48px !important;
}

@supports (padding: env(safe-area-inset-top)) or (padding: constant(safe-area-inset-top)) {
    .px--safe {
        padding-right: constant(safe-area-inset-right) !important;
        padding-right: env(safe-area-inset-right) !important;
        padding-left: constant(safe-area-inset-left) !important;
        padding-left: env(safe-area-inset-left) !important;
    }

    .py--safe {
        padding-top: constant(safe-area-inset-top) !important;
        padding-top: env(safe-area-inset-top) !important;
        padding-bottom: constant(safe-area-inset-bottom) !important;
        padding-bottom: env(safe-area-inset-bottom) !important;
    }

    .p-0--safe {
        padding-top: calc(0px + constant(safe-area-inset-top)) !important;
        padding-top: calc(0px + env(safe-area-inset-top)) !important;
        padding-right: calc(0px + constant(safe-area-inset-right)) !important;
        padding-right: calc(0px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(0px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(0px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(0px + constant(safe-area-inset-left)) !important;
        padding-left: calc(0px + env(safe-area-inset-left)) !important;
    }

    .pt-0--safe,
    .py-0--safe {
        padding-top: calc(0px + constant(safe-area-inset-top)) !important;
        padding-top: calc(0px + env(safe-area-inset-top)) !important;
    }

    .pr-0--safe,
    .px-0--safe {
        padding-right: calc(0px + constant(safe-area-inset-right)) !important;
        padding-right: calc(0px + env(safe-area-inset-right)) !important;
    }

    .pb-0--safe,
    .py-0--safe {
        padding-bottom: calc(0px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(0px + env(safe-area-inset-bottom)) !important;
    }

    .pl-0--safe,
    .px-0--safe {
        padding-left: calc(0px + constant(safe-area-inset-left)) !important;
        padding-left: calc(0px + env(safe-area-inset-left)) !important;
    }

    .p-4--safe {
        padding-top: calc(4px + constant(safe-area-inset-top)) !important;
        padding-top: calc(4px + env(safe-area-inset-top)) !important;
        padding-right: calc(4px + constant(safe-area-inset-right)) !important;
        padding-right: calc(4px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(4px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(4px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(4px + constant(safe-area-inset-left)) !important;
        padding-left: calc(4px + env(safe-area-inset-left)) !important;
    }

    .pt-4--safe,
    .py-4--safe {
        padding-top: calc(4px + constant(safe-area-inset-top)) !important;
        padding-top: calc(4px + env(safe-area-inset-top)) !important;
    }

    .pr-4--safe,
    .px-4--safe {
        padding-right: calc(4px + constant(safe-area-inset-right)) !important;
        padding-right: calc(4px + env(safe-area-inset-right)) !important;
    }

    .pb-4--safe,
    .py-4--safe {
        padding-bottom: calc(4px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(4px + env(safe-area-inset-bottom)) !important;
    }

    .pl-4--safe,
    .px-4--safe {
        padding-left: calc(4px + constant(safe-area-inset-left)) !important;
        padding-left: calc(4px + env(safe-area-inset-left)) !important;
    }

    .p-8--safe {
        padding-top: calc(8px + constant(safe-area-inset-top)) !important;
        padding-top: calc(8px + env(safe-area-inset-top)) !important;
        padding-right: calc(8px + constant(safe-area-inset-right)) !important;
        padding-right: calc(8px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(8px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(8px + constant(safe-area-inset-left)) !important;
        padding-left: calc(8px + env(safe-area-inset-left)) !important;
    }

    .pt-8--safe,
    .py-8--safe {
        padding-top: calc(8px + constant(safe-area-inset-top)) !important;
        padding-top: calc(8px + env(safe-area-inset-top)) !important;
    }

    .pr-8--safe,
    .px-8--safe {
        padding-right: calc(8px + constant(safe-area-inset-right)) !important;
        padding-right: calc(8px + env(safe-area-inset-right)) !important;
    }

    .pb-8--safe,
    .py-8--safe {
        padding-bottom: calc(8px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    }

    .pl-8--safe,
    .px-8--safe {
        padding-left: calc(8px + constant(safe-area-inset-left)) !important;
        padding-left: calc(8px + env(safe-area-inset-left)) !important;
    }

    .p-12--safe {
        padding-top: calc(12px + constant(safe-area-inset-top)) !important;
        padding-top: calc(12px + env(safe-area-inset-top)) !important;
        padding-right: calc(12px + constant(safe-area-inset-right)) !important;
        padding-right: calc(12px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(12px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(12px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(12px + constant(safe-area-inset-left)) !important;
        padding-left: calc(12px + env(safe-area-inset-left)) !important;
    }

    .pt-12--safe,
    .py-12--safe {
        padding-top: calc(12px + constant(safe-area-inset-top)) !important;
        padding-top: calc(12px + env(safe-area-inset-top)) !important;
    }

    .pr-12--safe,
    .px-12--safe {
        padding-right: calc(12px + constant(safe-area-inset-right)) !important;
        padding-right: calc(12px + env(safe-area-inset-right)) !important;
    }

    .pb-12--safe,
    .py-12--safe {
        padding-bottom: calc(12px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    }

    .pl-12--safe,
    .px-12--safe {
        padding-left: calc(12px + constant(safe-area-inset-left)) !important;
        padding-left: calc(12px + env(safe-area-inset-left)) !important;
    }

    .p-16--safe {
        padding-top: calc(16px + constant(safe-area-inset-top)) !important;
        padding-top: calc(16px + env(safe-area-inset-top)) !important;
        padding-right: calc(16px + constant(safe-area-inset-right)) !important;
        padding-right: calc(16px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(16px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(16px + constant(safe-area-inset-left)) !important;
        padding-left: calc(16px + env(safe-area-inset-left)) !important;
    }

    .pt-16--safe,
    .py-16--safe {
        padding-top: calc(16px + constant(safe-area-inset-top)) !important;
        padding-top: calc(16px + env(safe-area-inset-top)) !important;
    }

    .pr-16--safe,
    .px-16--safe {
        padding-right: calc(16px + constant(safe-area-inset-right)) !important;
        padding-right: calc(16px + env(safe-area-inset-right)) !important;
    }

    .pb-16--safe,
    .py-16--safe {
        padding-bottom: calc(16px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    }

    .pl-16--safe,
    .px-16--safe {
        padding-left: calc(16px + constant(safe-area-inset-left)) !important;
        padding-left: calc(16px + env(safe-area-inset-left)) !important;
    }

    .p-20--safe {
        padding-top: calc(20px + constant(safe-area-inset-top)) !important;
        padding-top: calc(20px + env(safe-area-inset-top)) !important;
        padding-right: calc(20px + constant(safe-area-inset-right)) !important;
        padding-right: calc(20px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(20px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(20px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(20px + constant(safe-area-inset-left)) !important;
        padding-left: calc(20px + env(safe-area-inset-left)) !important;
    }

    .pt-20--safe,
    .py-20--safe {
        padding-top: calc(20px + constant(safe-area-inset-top)) !important;
        padding-top: calc(20px + env(safe-area-inset-top)) !important;
    }

    .pr-20--safe,
    .px-20--safe {
        padding-right: calc(20px + constant(safe-area-inset-right)) !important;
        padding-right: calc(20px + env(safe-area-inset-right)) !important;
    }

    .pb-20--safe,
    .py-20--safe {
        padding-bottom: calc(20px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(20px + env(safe-area-inset-bottom)) !important;
    }

    .pl-20--safe,
    .px-20--safe {
        padding-left: calc(20px + constant(safe-area-inset-left)) !important;
        padding-left: calc(20px + env(safe-area-inset-left)) !important;
    }

    .p-24--safe {
        padding-top: calc(24px + constant(safe-area-inset-top)) !important;
        padding-top: calc(24px + env(safe-area-inset-top)) !important;
        padding-right: calc(24px + constant(safe-area-inset-right)) !important;
        padding-right: calc(24px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(24px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(24px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(24px + constant(safe-area-inset-left)) !important;
        padding-left: calc(24px + env(safe-area-inset-left)) !important;
    }

    .pt-24--safe,
    .py-24--safe {
        padding-top: calc(24px + constant(safe-area-inset-top)) !important;
        padding-top: calc(24px + env(safe-area-inset-top)) !important;
    }

    .pr-24--safe,
    .px-24--safe {
        padding-right: calc(24px + constant(safe-area-inset-right)) !important;
        padding-right: calc(24px + env(safe-area-inset-right)) !important;
    }

    .pb-24--safe,
    .py-24--safe {
        padding-bottom: calc(24px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(24px + env(safe-area-inset-bottom)) !important;
    }

    .pl-24--safe,
    .px-24--safe {
        padding-left: calc(24px + constant(safe-area-inset-left)) !important;
        padding-left: calc(24px + env(safe-area-inset-left)) !important;
    }

    .p-28--safe {
        padding-top: calc(28px + constant(safe-area-inset-top)) !important;
        padding-top: calc(28px + env(safe-area-inset-top)) !important;
        padding-right: calc(28px + constant(safe-area-inset-right)) !important;
        padding-right: calc(28px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(28px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(28px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(28px + constant(safe-area-inset-left)) !important;
        padding-left: calc(28px + env(safe-area-inset-left)) !important;
    }

    .pt-28--safe,
    .py-28--safe {
        padding-top: calc(28px + constant(safe-area-inset-top)) !important;
        padding-top: calc(28px + env(safe-area-inset-top)) !important;
    }

    .pr-28--safe,
    .px-28--safe {
        padding-right: calc(28px + constant(safe-area-inset-right)) !important;
        padding-right: calc(28px + env(safe-area-inset-right)) !important;
    }

    .pb-28--safe,
    .py-28--safe {
        padding-bottom: calc(28px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(28px + env(safe-area-inset-bottom)) !important;
    }

    .pl-28--safe,
    .px-28--safe {
        padding-left: calc(28px + constant(safe-area-inset-left)) !important;
        padding-left: calc(28px + env(safe-area-inset-left)) !important;
    }

    .p-32--safe {
        padding-top: calc(32px + constant(safe-area-inset-top)) !important;
        padding-top: calc(32px + env(safe-area-inset-top)) !important;
        padding-right: calc(32px + constant(safe-area-inset-right)) !important;
        padding-right: calc(32px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(32px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(32px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(32px + constant(safe-area-inset-left)) !important;
        padding-left: calc(32px + env(safe-area-inset-left)) !important;
    }

    .pt-32--safe,
    .py-32--safe {
        padding-top: calc(32px + constant(safe-area-inset-top)) !important;
        padding-top: calc(32px + env(safe-area-inset-top)) !important;
    }

    .pr-32--safe,
    .px-32--safe {
        padding-right: calc(32px + constant(safe-area-inset-right)) !important;
        padding-right: calc(32px + env(safe-area-inset-right)) !important;
    }

    .pb-32--safe,
    .py-32--safe {
        padding-bottom: calc(32px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(32px + env(safe-area-inset-bottom)) !important;
    }

    .pl-32--safe,
    .px-32--safe {
        padding-left: calc(32px + constant(safe-area-inset-left)) !important;
        padding-left: calc(32px + env(safe-area-inset-left)) !important;
    }

    .p-36--safe {
        padding-top: calc(36px + constant(safe-area-inset-top)) !important;
        padding-top: calc(36px + env(safe-area-inset-top)) !important;
        padding-right: calc(36px + constant(safe-area-inset-right)) !important;
        padding-right: calc(36px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(36px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(36px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(36px + constant(safe-area-inset-left)) !important;
        padding-left: calc(36px + env(safe-area-inset-left)) !important;
    }

    .pt-36--safe,
    .py-36--safe {
        padding-top: calc(36px + constant(safe-area-inset-top)) !important;
        padding-top: calc(36px + env(safe-area-inset-top)) !important;
    }

    .pr-36--safe,
    .px-36--safe {
        padding-right: calc(36px + constant(safe-area-inset-right)) !important;
        padding-right: calc(36px + env(safe-area-inset-right)) !important;
    }

    .pb-36--safe,
    .py-36--safe {
        padding-bottom: calc(36px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(36px + env(safe-area-inset-bottom)) !important;
    }

    .pl-36--safe,
    .px-36--safe {
        padding-left: calc(36px + constant(safe-area-inset-left)) !important;
        padding-left: calc(36px + env(safe-area-inset-left)) !important;
    }

    .p-40--safe {
        padding-top: calc(40px + constant(safe-area-inset-top)) !important;
        padding-top: calc(40px + env(safe-area-inset-top)) !important;
        padding-right: calc(40px + constant(safe-area-inset-right)) !important;
        padding-right: calc(40px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(40px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(40px + constant(safe-area-inset-left)) !important;
        padding-left: calc(40px + env(safe-area-inset-left)) !important;
    }

    .pt-40--safe,
    .py-40--safe {
        padding-top: calc(40px + constant(safe-area-inset-top)) !important;
        padding-top: calc(40px + env(safe-area-inset-top)) !important;
    }

    .pr-40--safe,
    .px-40--safe {
        padding-right: calc(40px + constant(safe-area-inset-right)) !important;
        padding-right: calc(40px + env(safe-area-inset-right)) !important;
    }

    .pb-40--safe,
    .py-40--safe {
        padding-bottom: calc(40px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
    }

    .pl-40--safe,
    .px-40--safe {
        padding-left: calc(40px + constant(safe-area-inset-left)) !important;
        padding-left: calc(40px + env(safe-area-inset-left)) !important;
    }

    .p-44--safe {
        padding-top: calc(44px + constant(safe-area-inset-top)) !important;
        padding-top: calc(44px + env(safe-area-inset-top)) !important;
        padding-right: calc(44px + constant(safe-area-inset-right)) !important;
        padding-right: calc(44px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(44px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(44px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(44px + constant(safe-area-inset-left)) !important;
        padding-left: calc(44px + env(safe-area-inset-left)) !important;
    }

    .pt-44--safe,
    .py-44--safe {
        padding-top: calc(44px + constant(safe-area-inset-top)) !important;
        padding-top: calc(44px + env(safe-area-inset-top)) !important;
    }

    .pr-44--safe,
    .px-44--safe {
        padding-right: calc(44px + constant(safe-area-inset-right)) !important;
        padding-right: calc(44px + env(safe-area-inset-right)) !important;
    }

    .pb-44--safe,
    .py-44--safe {
        padding-bottom: calc(44px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(44px + env(safe-area-inset-bottom)) !important;
    }

    .pl-44--safe,
    .px-44--safe {
        padding-left: calc(44px + constant(safe-area-inset-left)) !important;
        padding-left: calc(44px + env(safe-area-inset-left)) !important;
    }

    .p-48--safe {
        padding-top: calc(48px + constant(safe-area-inset-top)) !important;
        padding-top: calc(48px + env(safe-area-inset-top)) !important;
        padding-right: calc(48px + constant(safe-area-inset-right)) !important;
        padding-right: calc(48px + env(safe-area-inset-right)) !important;
        padding-bottom: calc(48px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(48px + env(safe-area-inset-bottom)) !important;
        padding-left: calc(48px + constant(safe-area-inset-left)) !important;
        padding-left: calc(48px + env(safe-area-inset-left)) !important;
    }

    .pt-48--safe,
    .py-48--safe {
        padding-top: calc(48px + constant(safe-area-inset-top)) !important;
        padding-top: calc(48px + env(safe-area-inset-top)) !important;
    }

    .pr-48--safe,
    .px-48--safe {
        padding-right: calc(48px + constant(safe-area-inset-right)) !important;
        padding-right: calc(48px + env(safe-area-inset-right)) !important;
    }

    .pb-48--safe,
    .py-48--safe {
        padding-bottom: calc(48px + constant(safe-area-inset-bottom)) !important;
        padding-bottom: calc(48px + env(safe-area-inset-bottom)) !important;
    }

    .pl-48--safe,
    .px-48--safe {
        padding-left: calc(48px + constant(safe-area-inset-left)) !important;
        padding-left: calc(48px + env(safe-area-inset-left)) !important;
    }
}
.shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow-up {
    box-shadow: 0 -1px 3px -1px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
 * Name:					Text Helpers
 * Description:		A Series of Text-Based Utility Classes
 * ========================================================================== */
/**
 * Font Size Modifiers
 * ========================================================================== */
.font-size--12 {
    font-size: 12px;
}

.font-size--14 {
    font-size: 14px;
}

.font-size--16 {
    font-size: 16px;
}

.font-size--18 {
    font-size: 18px;
}

.font-size--20 {
    font-size: 20px;
}

.font-size--22 {
    font-size: 22px;
}

.font-size--24 {
    font-size: 24px;
}

.spyder-text-reset {
    font-size: 16px;
    line-height: 1.5;
}

/**
 * Text Alignment
 *
 * Format: text-{size: xs,sm,md,lg,xl}--{alignment}
 *
 * Markup:
 *
 * <div class="text-xs--center text-md--left">
 *  The text here will be centered by default on mobile
 *  devices but left aligned on tablets and larger.
 * </div>
 * ========================================================================== */
.text-xs--left {
    text-align: left !important;
}

.text-xs--center {
    text-align: center !important;
}

.text-xs--right {
    text-align: right !important;
}

@media (min-width: 480px) {
    .text-sm--left {
        text-align: left !important;
    }

    .text-sm--center {
        text-align: center !important;
    }

    .text-sm--right {
        text-align: right !important;
    }
}
@media (min-width: 768px) {
    .text-md--left {
        text-align: left !important;
    }

    .text-md--center {
        text-align: center !important;
    }

    .text-md--right {
        text-align: right !important;
    }
}
@media (min-width: 960px) {
    .text-lg--left {
        text-align: left !important;
    }

    .text-lg--center {
        text-align: center !important;
    }

    .text-lg--right {
        text-align: right !important;
    }
}
@media (min-width: 1220px) {
    .text-xl--left {
        text-align: left !important;
    }

    .text-xl--center {
        text-align: center !important;
    }

    .text-xl--right {
        text-align: right !important;
    }
}
/**
 * Font Color Modifiers
 * ========================================================================== */
.black {
    color: #000;
}

.gray {
    color: #484848;
}

.gray-base {
    color: #999;
}

.spyder-text-white {
    color: #fff;
}
.spyder-text-white * {
    color: #fff;
}

.spyder-text-default {
    color: #000;
}

/**
 * Font Weight Modifiers
 * ========================================================================== */
.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 500;
}

.text-italic {
    font-style: italic;
}

/**
 * Font Decoration Modifiers
 * ========================================================================== */
.underline {
    text-decoration: underline;
}

.bg-white {
    background-color: #fff;
}

.bg-gray-lightest {
    background-color: #f9f9f9;
}

.bg-gray-lighter {
    background-color: #ddd;
}

.bg-gray-light {
    background-color: #eaeaea;
}

.bg-gray {
    background-color: #999;
}

.bg-gray-dark {
    background-color: #484848;
}

.bg-gray-darker {
    background-color: #222;
}

.bg-black {
    background-color: #000;
}

.bg-black--transparent-50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-blue {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.bg-blue-light {
    background-color: var(--spyder--style--color--light, var(--spyder--style--color--blue--light, #c4e0fa));
}

.bg-red {
    background-color: #ed1c24;
}

.bg-red--dark {
    background-color: #d34836;
}

.bg-green {
    background-color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
}

.bg-transparent {
    background-color: transparent;
}

/* ==========================================================================
 * Name:					Results Page
 * Description:		Results page specific styles
 * ========================================================================== */
.spyder-results-wrapper {
    padding-top: 16px;
}
@media (max-width: 479px) {
    .spyder-results-wrapper.spyder-content-wrapper {
        padding: 0;
    }
    .spyder-results-wrapper .container {
        padding: 0;
    }
}

/**
 * Map View
 * ========================================================================== */
.spyder-map-view__wrapper {
    overflow: hidden;
    position: relative;
}

.spyder-map-view__map button,
.spyder-map-view__map [role=button],
.spyder-map-view__map input[type=button],
.spyder-map-view__map input[type=submit],
.spyder-map-view__map input[type=reset],
.spyder-listing__map-object button,
.spyder-listing__map-object [role=button],
.spyder-listing__map-object input[type=button],
.spyder-listing__map-object input[type=submit],
.spyder-listing__map-object input[type=reset] {
    line-height: inherit;
    min-height: auto;
}

/**
 * Results Sidebar
 * ========================================================================== */
.spyder-map-view__results {
    position: relative;
    order: 2;
}
.spyder-map-view__results .spyder-map-view__results__inner {
    display: none;
}
@media (min-width: 1220px) {
    .spyder-map-view__results {
        max-width: 380px;
        order: 1;
    }
    .spyder-map-view__results .spyder-map-view__results__inner {
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow-y: scroll;
        z-index: 0;
        width: 100%;
    }
}

/**
 * Result Map
 * ========================================================================== */
.spyder-map-view__map {
    position: relative;
    order: 1;
}
@media (max-width: 767px) {
    .spyder-map-view__map .spyder-flex-media {
        padding-bottom: 100%;
    }
}
@media (min-width: 1220px) {
    .spyder-map-view__map {
        order: 2;
    }
}
.spyder-map-view__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.spyder-map-notification {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -100%);
    max-width: 215px;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(0, 0, 0, 0.9);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 16px 24px;
    z-index: 14;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .spyder-map-notification {
        max-width: 600px;
        font-size: 16px;
        line-height: 1.5;
    }
}
.spyder-map-notification.active {
    transform: translate(-50%, 0);
}

.cluster-marker-label {
    color: #fff;
    font-size: 16px;
    height: 32px;
    left: -50%;
    line-height: 32px;
    margin-top: -50%;
    text-align: center;
    width: 32px;
}

.marker-label {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    line-height: 120%;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .marker-label {
        font-size: 12px;
    }
}

/**
 * Map Disclaimer
 * ========================================================================== */
.spyder-map-view__disclaimer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 8px;
    height: 60px;
    overflow-y: auto;
    border-top: 1px solid #999;
    z-index: 1;
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-map-view__disclaimer {
        font-size: 12px;
    }
}
.spyder-map-view__disclaimer p:last-child {
    margin-bottom: 0;
}

.spyder-map-view__wrapper.spyder-map-view__disclaimer--expanded .spyder-map-view__disclaimer {
    width: auto;
    right: 0;
}

/* ==========================================================================
 * Name:        Results Map View
 * Description: Defines styles for the Map Results View
 * ========================================================================== */
/**
 * Placeholders
 * ========================================================================== */
.results-map-xp__toast, .results-map-xp__action-bar, .results-map-xp__map-container {
    top: 56px;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .results-map-xp__toast, .results-map-xp__action-bar, .results-map-xp__map-container {
        top: 0;
    }
}

/**
 * Variables
 * ========================================================================== */
/**
 * Main
 * ========================================================================== */
.results-map-xp {
    background: #fff;
}

.results-map-xp__map {
    height: 100%;
}

.results-map-xp__map-container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}
@media (min-width: 480px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .results-map-xp__map-container {
        position: static;
        height: 100%;
    }
}

.results-map-xp__map-container--mobile-app {
    position: fixed;
    top: 0;
}

/**
 * Action Bar and FAB buttons
 * ========================================================================== */
.results-map-xp__action-bar {
    position: absolute;
    right: 16px;
    margin-top: 24px;
    padding: 16px 0;
}

.results-map-xp__action-bar--mobile-app {
    position: fixed;
    top: 16px;
}

.results-map-desktop__action-bar {
    position: absolute;
    right: 16px;
    margin-top: 24px;
    top: 25px;
    z-index: 10;
}

.results-map-desktop__action-bar__button-group {
    margin-top: 24px;
}

/**
 * Toast
 * ========================================================================== */
.results-map-xp__toast {
    z-index: 2;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .results-map-xp__toast {
        font-size: 16px;
    }
}
@media (min-width: 960px) {
    .results-map-xp__toast {
        font-size: 16px;
    }
}

.results-map-xp__toast--mobile-app {
    position: fixed;
    top: 0;
}

/**
 * Branded Site Header
 *
 * Animate out on map view
 * ========================================================================== */
.results-map-xp__site-header--leave {
    transform: translateY(0);
}

.results-map-xp__site-header--leave.results-map-xp__site-header--leave-active {
    transform: translateY(-50px);
    transition: transform 300ms ease-in-out;
}

.results-map-xp__results-header {
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(50px);
    transition: transform 300ms ease-in-out;
    width: 100%;
    z-index: 10;
}

.results-map-xp__results-header.is__site-header {
    transform: translateY(0);
    transition: transform 300ms ease-in-out;
}

/**
 * CNS-5780: Mobile Map Search Preview Card
 *
 * ToDO: Refactor these classes and all Photo Slider classes into consistent
 * BEM structure and move to their own file
 * ========================================================================== */
.spyder-listing-gallery-wrapper__preview {
    height: 200px;
}
.spyder-listing-gallery-wrapper__preview .spyder-cover__wrapper {
    height: 200px;
    padding: 0;
}
.spyder-listing-gallery-wrapper__preview .listing-gallery {
    padding-bottom: 185px;
}
.spyder-listing-gallery-wrapper__preview .listing-gallery > .flickity-viewport {
    height: 185px !important;
}
.spyder-listing-gallery-wrapper__preview .listing-gallery .spyder-cover__wrapper {
    height: 185px;
    padding: 0;
}

.results-map-xp__card-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.results-map-xp__card-container--animate {
    transition: transform 200ms ease-in-out;
}
.results-map-xp__card-container .spyder-listing-gallery__cell {
    bottom: 0;
    height: 185px;
    width: 100%;
    overflow: hidden;
}

.results-map-xp__card__render--enter {
    transform: translateY(425px);
}

.results-map-xp__card__render--enter.results-map-xp__card__render--enter-active {
    transform: translateY(0);
    transition: transform 300ms ease-in-out;
}

.results-map-xp__card__render--leave {
    transform: translateY(0);
}

.results-map-xp__card__render--leave.results-map-xp__card__render--leave-active {
    transform: translateY(425px);
    transition: transform 300ms ease-in-out;
}

/**
 * Tablet/Desktop Results Container
 *
 * Left-aligned shelf that houses listing cards associated with the current
 * results rendered to the map
 * ========================================================================== */
.results-map__results-container {
    background-color: #f9f9f9;
    position: relative;
    width: 310px;
    height: 100%;
    transform: translate(0);
}
@media (min-width: 1220px) {
    .results-map__results-container {
        width: 610px;
    }
}

.results-map__results-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.results-map__results-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 5;
}

.results-map__results-list__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.results-map__pagination {
    height: 105px;
    width: 100%;
    border-top: 1px solid #999;
    padding: 16px 8px 4px;
}
@media (min-width: 1220px) {
    .results-map__pagination {
        height: 75px;
    }
}

.results-map__max-results {
    height: 105px;
    width: 100%;
    padding: 16px 8px 4px;
    text-align: center;
}
@media (min-width: 1220px) {
    .results-map__max-results {
        height: 75px;
    }
}

.results-list__footer__disclaimer {
    overflow-y: scroll;
    height: 105px;
    padding: 8px 4px;
    width: 100%;
}

.site-nav-container {
    position: relative;
}

.site-nav {
    position: absolute;
    width: 100%;
    top: 0;
    transition: left 0.5s ease-in-out;
}

.site-nav-right-enter {
    left: 100%;
}

.site-nav-left-enter {
    left: -100%;
}

.site-nav-right-enter-active, .site-nav-left-enter-active {
    left: 0;
}

.site-nav-right-leave, .site-nav-left-leave {
    left: 0;
}

.site-nav-right-leave-active {
    left: -100%;
}

.site-nav-left-leave-active {
    left: 100%;
}

.spyder-internal-admin #loginform p {
    display: block;
}

.spyder-internal-admin #loginform label {
    display: block;
}

.spyder-internal-admin #loginform input[type=text],
.spyder-internal-admin #loginform input[type=password] {
    display: block;
}

/**
 * Wordpress Activation Email Page
 */
#signup-content {
    background: #fff;
    padding: 16px;
    border: 1px solid #999;
    display: block;
    margin: 32px auto;
    max-width: 640px;
    border-radius: 5px;
}
#signup-content label {
    margin-bottom: 4px;
    font-weight: bold;
}
#signup-content input[type=text] {
    border: 1px solid #999;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 8px;
    font-size: 16px;
}
#signup-content input[type=submit] {
    color: #fff;
    background: var(--spyder--style--color, var(--spyder--style--color--blue, #1581e2));
    border-radius: 5px;
    width: 100%;
    padding: 8px;
    display: block;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}
#signup-content input[type=submit]:hover {
    opacity: 0.75;
}

/**
 * New Blog Page
 */
.spyder-blog-index-wrapper {
    margin-left: -20px;
}

.spyder-blog-index-article {
    padding: 24px 8px;
    border-bottom: 1px solid #999;
}
.spyder-blog-index-article:last-child {
    border-bottom: 0;
}

.spyder-blog-index-article h3.spyder-blog-index-header {
    font-weight: bold !important;
}
.spyder-blog-index-article h3.spyder-blog-index-header a {
    font-weight: bold !important;
}

.spyder-blog-index-article a.spyder-blog-index-image {
    display: block;
    height: 400px;
    width: 100%;
    background: white;
    border: 1px solid #999;
    margin: 16px 0;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.spyder-blog-index-article p.spyder-blog-index-excerpt {
    padding-bottom: 0;
    margin-bottom: 0;
}
.spyder-blog-index-article p.spyder-blog-index-excerpt a {
    font-weight: bold !important;
}

.spyder-blog-index-empty {
    width: 100%;
    text-align: center;
    font-size: 50px;
}
.spyder-blog-index-empty i {
    font-size: 64px;
    opacity: 0.5;
}

@media (max-width: 960px) {
    .spyder-blog-index-article a.spyder-blog-index-image {
        height: 250px;
    }
}
/**
 * New Blog Widget
 */
.spyder-blog-widget-article {
    display: flex;
    flex-direction: row-reverse;
    padding: 24px 8px;
    border-bottom: 1px solid #999;
}
.spyder-blog-widget-article:last-child {
    border-bottom: 0;
}

.spyder-blog-widget-article h3.spyder-blog-widget-header {
    font-weight: bold !important;
}
.spyder-blog-widget-article h3.spyder-blog-widget-header a {
    font-weight: bold !important;
}

.spyder-blog-widget-article div.spyder-blog-widget-content {
    flex-grow: 1;
}

.spyder-blog-widget-article a.spyder-blog-widget-image {
    display: block;
    flex: none;
    height: 150px;
    width: 250px;
    background: white;
    border: 1px solid #999;
    margin-left: 24px;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.spyder-blog-widget-article p.spyder-blog-widget-excerpt {
    padding-bottom: 0;
    margin-bottom: 0;
}
.spyder-blog-widget-article p.spyder-blog-widget-excerpt a {
    font-weight: bold !important;
}

.spyder-blog-widget-empty {
    width: 100%;
    text-align: center;
    font-size: 50px;
}
.spyder-blog-widget-empty i {
    font-size: 64px;
    opacity: 0.5;
}

@media (max-width: 960px) {
    .spyder-blog-widget-article {
        display: block;
    }

    .spyder-blog-widget-article a.spyder-blog-widget-image {
        flex-grow: 1;
        margin-left: 0;
        margin-bottom: 16px;
        width: 100%;
        height: 200px;
    }
}
.spyder-blog-widget-cta {
    padding: 16px;
    text-align: center;
}

.spyder-sidebar .spyder-blog-widget-article {
    display: block;
}
.spyder-sidebar .spyder-blog-widget-article a.spyder-blog-widget-image {
    flex-grow: 1;
    margin-left: 0;
    margin-bottom: 16px;
    width: 100%;
    height: 200px;
}

/* ==========================================================================
 * Name:					Print Styles
 * Description:		Sets styles for the print media query
 * ========================================================================== */
.spyder-print-view {
    display: none;
}

@media print {
    html, body, p, a, div, span {
        color: #000 !important;
    }

    body.listing .spyder-listing__view-switch {
        display: none !important;
    }
    body.listing #top,
    body.listing #aux-top,
    body.listing #main-top,
    body.listing .spyder-header__mobile,
    body.listing .uk-sticky-placeholder,
    body.listing .spyder-listing-search-menu,
    body.listing .listing-detail,
    body.listing .spyder-related-properties,
    body.listing .spyder-widget,
    body.listing #footer {
        display: none !important;
    }
    body.listing .spyder-print-view {
        display: block;
        width: 100%;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1.5;
        color: #eaeaea;
    }
    body.listing .spyder-print-view img {
        display: block;
    }
    body.listing .spyder-print-view strong {
        color: #000;
    }
    body.listing .spyder-print__wrap {
        font-size: 0;
        position: relative;
    }
    body.listing .spyder-print__wrap > * {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }
    body.listing .spyder-print__left {
        width: 65%;
        border-right: 1px solid #484848;
        padding-right: 16px;
    }
    body.listing .spyder-print__meta {
        margin: -4px 0 0 -4px;
        padding: 0;
        list-style: none;
        font-size: 0;
    }
    body.listing .spyder-print__meta > * {
        margin-left: 16px;
        margin-top: 16px;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }
    body.listing .spyder-print__meta-blocks {
        width: 100%;
        margin-top: 8px;
        border-top: 1px solid #484848;
        border-bottom: 1px solid #484848;
        text-align: center;
        border-collapse: collapse;
    }
    body.listing .spyder-print__meta-blocks tr {
        display: block;
    }
    body.listing .spyder-print__meta-blocks td {
        display: inline-block;
        padding: 16px;
        margin: 8px;
        width: 20%;
        border: 1px solid #484848;
    }
    body.listing .spyder-print__meta-val {
        font-weight: 700;
        font-size: 22px;
        line-height: 1.5;
    }
    body.listing .spyder-print__meta-label {
        font-size: 16px;
        white-space: nowrap;
        text-transform: uppercase;
    }
    body.listing .spyder-print__block {
        overflow: visible;
    }
    body.listing .spyder-print__block + .spyder-print__block {
        margin-top: 8px;
    }
    body.listing .spyder-print__block *:last-child {
        margin-bottom: 0;
    }
    body.listing .spyder-print__header {
        border-bottom: 1px solid #999;
        margin-bottom: 16px;
    }
    body.listing .spyder-print__header + p {
        margin-top: 0;
    }
    body.listing .spyder-print__description {
        position: relative;
        overflow: hidden;
    }
    body.listing .spyder-print__view-more {
        display: inline-block;
        padding: 16px;
        background: #222;
        color: #fff;
        margin-top: 16px;
    }
    body.listing .spyder-print__view-more strong {
        color: #fff;
    }
    body.listing .spyder-print__area__wrap {
        font-size: 0;
        margin: 8px 0;
    }
    body.listing .spyder-print__area__wrap > * {
        display: inline-block;
        width: 45%;
        vertical-align: top;
        font-size: 16px;
    }
    body.listing .spyder-print__area__wrap > * + * {
        margin-left: 10%;
    }
    body.listing .spyder-print__area-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        max-width: 40%;
    }
    body.listing .spyder-print__area-val {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: right;
        max-width: 55%;
    }
    body.listing .spyder-print__right {
        width: 35%;
        padding-left: 16px;
        position: relative;
    }
    body.listing .spyder-print__office {
        margin-top: 8px;
    }
    body.listing .spyder-print__office img {
        max-height: 75px;
    }
    body.listing .spyder-print__agent {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #999;
    }
    body.listing .spyder-print__agent-img {
        width: 100px;
    }
    body.listing .spyder-print__media-list img {
        max-height: 175px;
    }
    body.listing .spyder-print__media-list img + img {
        margin-top: 8px;
    }
}
/* ==========================================================================
 * Name:					Enterprise Search Menu
 * Description:		Search menu activated by the "BoomTown Brand-Level Enterprise
 *                Search Box" Wordpress plugin
 * ========================================================================== */
/**
 * Search bar
 * ========================================================================== */
.spyder-esearch__cell__query {
    width: 100%;
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-esearch__cell__query {
        flex: 1;
        padding-right: 16px;
        width: auto;
    }
}
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-esearch__cell__query {
        display: block;
    }
}

/**
 * Inner Search Bar
 * ========================================================================== */
.spyder-esearch__query-wrapper {
    position: relative;
}
.spyder-esearch__query-wrapper .spyder-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 10;
}
.spyder-esearch__query-wrapper .uk-dropdown {
    text-align: left;
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

/**
 * Error State
 * ========================================================================== */
.spyder-esearch--error {
    position: relative;
    z-index: 5;
    animation-fill-mode: both;
    animation: shake 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 2px solid #fff9f9 !important;
}

/**
 * Filters and Button Wrapper
 * ========================================================================== */
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-esearch__actions {
        width: 100%;
    }
}

/**
 * Beds/Baths Filters
 * ========================================================================== */
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-esearch__filters {
        margin-top: 4px;
    }
    .spyder-esearch__filters > * {
        width: 50%;
    }
    .spyder-esearch__filters > * > button,
    .spyder-esearch__filters > * > [role=button] {
        width: 100%;
    }
    .spyder-esearch__filters > *:active {
        color: #4a4a4a !important;
    }
}

button.spyder-esearch__filter-btn {
    color: #4a4a4a !important;
}

/**
 * Agent/Office Search
 * ========================================================================== */
.spyder-agent-office__wrapper {
    position: relative;
}
.spyder-agent-office__wrapper .uk-dropdown {
    text-align: left;
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

/**
 * CRES Table-Grid
 * ========================================================================== */
.spyder-cres__table-grid {
    width: 100% !important;
}
.spyder-cres__table-grid td {
    padding-bottom: 16px;
}
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-cres__table-grid {
        display: table-row;
    }
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    .spyder-cres__table-grid td + td {
        padding-left: 16px;
    }
}
.spyder-cres__table-grid img {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #999;
    background: #fff;
    border-radius: 5px;
}

/* ==========================================================================
 * Name:					Homepage
 * Description:		Sets styles for the homepage and hero element
 * Theme:         Hawkeye
 * ========================================================================== */
#hero-wrapper {
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
}

#hero-style-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #999;
    background-image: url("/wp-content/themes/wp-base-theme/assets/media/build/default-hero-bg.webp");
}
@media (min-width: 768px) {
    #hero-background {
        background-image: url("/wp-content/themes/wp-base-theme/assets/media/build/default-hero-bg.webp");
    }
}
@media (min-width: 960px) {
    #hero-background {
        background-image: url("/wp-content/themes/wp-base-theme/assets/media/build/default-hero-bg.webp");
    }
}
@media (min-width: 1220px) {
    #hero-background {
        background-image: url("/wp-content/themes/wp-base-theme/assets/media/build/default-hero-bg.webp");
    }
}

#hero-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color:rgba(0,0,0,0.35);
}

#hero {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    #hero {
        min-height: 500px;
        padding-bottom: 120px;
        padding-top: 40px;
    }
}
@media (max-width: 823px) and (min-aspect-ratio: 13/9) {
    #hero {
        height: auto;
        padding-top: 0;
        padding-bottom: 16px;
    }
}
@media (min-width: 1220px) {
    #hero {
        min-height: 600px;
    }
}
#hero .search-spacer {
    margin-top: 16px;
}
@media (min-width: 768px) and (max-aspect-ratio: 13/9), (min-width: 824px) and (min-aspect-ratio: 13/9) {
    #hero .search-spacer {
        margin-top: 100px;
    }
}
#hero .search-wrapper {
    background: #f9f9f9;
    border: 1px solid #999;
    padding: 8px;
    border-radius: 5px;
}

.spyder-hero__search-bar {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 8px;
}
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-hero__search-bar {
        border-radius: 0;
        margin-left: -12px;
        margin-right: -12px;
    }

    #hero-wrapper{
        min-height: 40vh;
    }
}

.spyder-logo--home__link {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .spyder-logo--home {
        max-width: 50%;
        max-height: 50%;
    }
}

.spyder-homepage__widget-wrapper .spyder-homepage__sidebar-wrapper > .widget:first-child > .spyder-widget__portholes .spyder-porthole__toggle {
    margin-top: -80px;
}
@media (min-width: 960px) {
    .spyder-homepage__widget-wrapper .spyder-homepage__sidebar-wrapper > .widget:first-child > .spyder-widget__portholes .spyder-porthole__toggle {
        margin-top: -100px;
    }
}

.spyder-widget__portholes {
    background: #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    text-align: center;
}
@media (max-width: 767px) and (max-aspect-ratio: 13/9), (max-width: 823px) and (min-aspect-ratio: 13/9) {
    .spyder-widget__portholes {
        display: none;
    }
}

.spyder-porthole__toggle {
    display: inline-block;
}

.spyder-porthole__image {
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #999;
    background: #fff;
    border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 225px;
    height: 225px;
}
@media (min-width: 960px) {
    .spyder-porthole__image {
        width: 275px;
        height: 275px;
    }
}

/**
 * Overlay
 * ========================================================================== */
.spyder-porthole__context {
    display: inline-block;
    position: relative;
}
.spyder-porthole__context:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-porthole__toggle:hover .spyder-porthole__context:after {
    opacity: 1;
}

.spyder-porthole__text {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    text-align: center;
    transform: translateY(-15%);
    opacity: 0;
    z-index: 10;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spyder-porthole__toggle:hover .spyder-porthole__text {
    opacity: 1;
    transform: translateY(-50%);
}

.triple-highlight-inner {
    margin: 0 0 -2.5% 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}
.triple-highlight-inner > * {
    font-size: 16px;
    vertical-align: top;
    width: 100%;
    margin-bottom: 5%;
    display: inline-block;
}
@media (min-width: 480px) {
    .triple-highlight-inner {
        margin-left: -5%;
        margin-bottom: -2.5%;
    }
    .triple-highlight-inner > * {
        width: 45%;
        margin-left: 5%;
        margin-bottom: 5%;
    }
}
@media (min-width: 768px) {
    .triple-highlight-inner {
        margin-left: -3.333333%;
        margin-bottom: -1.6666665%;
    }
    .triple-highlight-inner > * {
        width: 30%;
        margin-left: 3.333333%;
        margin-bottom: 3.333333%;
    }
}

/*# sourceMappingURL=base-theme.eb983775.min.css.map*/

/*Homepage Search Bar*/
/*===========================*/
.spyder-search-container{
    position:absolute;
    bottom:200px;
    width:100%;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    z-index:5;
}

.spyder-search-container form{
    display:flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    max-width: 1220px;
    width: 95%;
    border-color: #f9f9f9;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

.spyder-search-container .spyder_search_bar{
    width:100%;
}

.spyder-search-container>form input[type="text"]{
    width:100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
}

.spyder-search-container>form input[type="submit"]{
    width:25%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 425px){
    .spyder-search-container>form>input[type="text"]::placeholder{
        content: "Apples";
    }
}

/*Overlay*/
/*===========================*/
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.15);
    z-index:2;
}

/*Footer*/
/*===========================*/
@media only screen and (min-width: 768px) and (max-width: 959px){
    .spyder-md-3{
        width:41.67% !important;
    }
    .spyder-xs-12{
        width:33.33% !important;
    }
}
@media only screen and (max-width: 767px){
    .spyder-footer-phone{
        justify-content: center;
    }

    .js-global-footer-about, .js-global-footer-address{
        text-align:center;
    }

    .spyder-footer-text{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
}
.spyder-footer-phone{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

/*Homepage Teasers*/
/*===========================*/
@media only screen and (min-width: 1440px){
    .spyder-widget-teasers__teaser{
        height: unset !important;
        max-height: 400px !important;
        min-height: unset !important;
    }
}
@media only screen and (max-width: 950px) {
    .spyder-widget-teasers__teaser{
        height: unset !important;
        width: 200px;
        min-height: unset !important;
    }

    .spyder-widget-teasers--half-and-half{
        top: -100px !important;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .spyder-widget-teasers__teaser{
        height: unset !important;
        width: 200px;
        min-height: unset !important;
    }

    .spyder-widget-teasers--half-and-half{
        top: unset;
        margin: 0 !important;
    }
}

/*scrvaldosta*/
.wp-block-latest-posts__post-title{
    font-size: 125%;
    font-weight: bold;
    text-decoration: underline;
}

.wp-block-latest-posts__list>li{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px;
}

.wpcf7-form {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
}

.wpcf7-form-control-wrap>*{
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.wpcf7-form-control{
    border-radius: 10px;
    margin-top: 10px;
}

@media only screen and (max-width: 767px){
    .spyder-footer .spyder-grid{
        flex-direction: column-reverse;
    }
}

#hero-background{
    height: 0 !important;
}