/* Minification failed. Returning unminified contents.
(6573,22): run-time error CSS1063: Expected calculation unit, found 'line-height'
(6573,22): run-time error CSS1064: Expected calculation product, found 'line-height'
(6573,22): run-time error CSS1065: Expected calculation sum, found 'line-height'
(6573,22): run-time error CSS1034: Expected closing parenthesis, found 'line-height'
(6573,22): run-time error CSS1042: Expected function, found 'line-height'
(6573,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(6600,22): run-time error CSS1063: Expected calculation unit, found 'line-height'
(6600,22): run-time error CSS1064: Expected calculation product, found 'line-height'
(6600,22): run-time error CSS1065: Expected calculation sum, found 'line-height'
(6600,22): run-time error CSS1034: Expected closing parenthesis, found 'line-height'
(6600,22): run-time error CSS1042: Expected function, found 'line-height'
(6600,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(6613,26): run-time error CSS1063: Expected calculation unit, found 'line-height'
(6613,26): run-time error CSS1064: Expected calculation product, found 'line-height'
(6613,26): run-time error CSS1065: Expected calculation sum, found 'line-height'
(6613,26): run-time error CSS1034: Expected closing parenthesis, found 'line-height'
(6613,26): run-time error CSS1042: Expected function, found 'line-height'
(6613,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url(/Static/Find/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/Static/Find/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/Static/Find/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/Static/Find/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/Static/Find/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/Static/Find/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 0.875rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.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-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url(/Static/Find/img/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url(/Static/Find/fonts/slick.eot);
    src: url(/Static/Find/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/Static/Find/fonts/slick.woff) format("woff"), url(/Static/Find/fonts/slick.ttf) format("truetype"), url(/Static/Find/fonts/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0rem;
    font-size: 0rem;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 1.25rem;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0rem;
            font-size: 0rem;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 0.375rem;
                line-height: 1.25rem;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

    .datepicker--cell.-focus- {
        background: #f0f0f0;
    }

    .datepicker--cell.-current- {
        color: #4EB5E6;
    }

        .datepicker--cell.-current-.-focus- {
            color: #4a4a4a;
        }

        .datepicker--cell.-current-.-in-range- {
            color: #4EB5E6;
        }

    .datepicker--cell.-in-range- {
        background: rgba(92, 196, 239, 0.1);
        color: #4a4a4a;
        border-radius: 0;
    }

        .datepicker--cell.-in-range-.-focus- {
            background-color: rgba(92, 196, 239, 0.2);
        }

    .datepicker--cell.-disabled- {
        cursor: default;
        color: #aeaeae;
    }

        .datepicker--cell.-disabled-.-focus- {
            color: #aeaeae;
        }

        .datepicker--cell.-disabled-.-in-range- {
            color: #a1a1a1;
        }

        .datepicker--cell.-disabled-.-current-.-focus- {
            color: #aeaeae;
        }

    .datepicker--cell.-range-from- {
        border: 1px solid rgba(92, 196, 239, 0.5);
        background-color: rgba(92, 196, 239, 0.1);
        border-radius: 4px 0 0 4px;
    }

    .datepicker--cell.-range-to- {
        border: 1px solid rgba(92, 196, 239, 0.5);
        background-color: rgba(92, 196, 239, 0.1);
        border-radius: 0 4px 4px 0;
    }

    .datepicker--cell.-range-from-.-range-to- {
        border-radius: 4px;
    }

    .datepicker--cell.-selected- {
        color: #fff;
        border: none;
        background: #007398;
    }

        .datepicker--cell.-selected-.-current- {
            color: #fff;
            background: #007398;
        }

        .datepicker--cell.-selected-.-focus- {
            background: #003B5B;
        }

    .datepicker--cell:empty {
        cursor: default;
    }

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name {
    color: #007398;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--years {
    height: 170px;
}

.datepicker--cells-years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

    .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
        color: #dedede;
    }

        .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
            color: #c5c5c5;
        }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 0.875rem;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    z-index: 100;
}

    .datepicker.-from-top- {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .datepicker.-from-right- {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    .datepicker.-from-bottom- {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    .datepicker.-from-left- {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }

    .datepicker.active {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
        transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    }

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px;
}

.-only-timepicker- .datepicker--content {
    display: none;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body {
    display: none;
}

    .datepicker--body.active {
        display: block;
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker--nav-action:hover {
        background: #f0f0f0;
    }

    .datepicker--nav-action.-disabled- {
        visibility: hidden;
    }

    .datepicker--nav-action svg {
        width: 32px;
        height: 32px;
    }

    .datepicker--nav-action path {
        fill: none;
        stroke: #9c9c9c;
        stroke-width: 2px;
    }

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}

    .datepicker--nav-title i {
        font-style: normal;
        color: #9c9c9c;
        margin-left: 5px;
    }

    .datepicker--nav-title:hover {
        background: #f0f0f0;
    }

    .datepicker--nav-title.-disabled- {
        cursor: default;
        background: none;
    }

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
}

    .datepicker--button:hover {
        color: #4a4a4a;
        background: #f0f0f0;
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}

    .datepicker--time.-am-pm- .datepicker--time-sliders {
        -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
        flex: 0 1 138px;
        max-width: 138px;
    }

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 0.75rem;
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.875rem;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 1.1875rem;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

    .datepicker--time-current-hours:after,
    .datepicker--time-current-minutes:after {
        content: '';
        background: #f0f0f0;
        border-radius: 4px;
        position: absolute;
        left: -2px;
        top: -3px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
        opacity: 0;
    }

    .datepicker--time-current-hours.-focus-:after,
    .datepicker--time-current-minutes.-focus-:after {
        opacity: 1;
    }

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 0.6875rem;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.6875rem;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

    .datepicker--time-row:first-child {
        margin-bottom: 4px;
    }

    .datepicker--time-row input[type='range'] {
        background: none;
        cursor: pointer;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        padding: 0;
        margin: 0;
        -webkit-appearance: none;
    }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .datepicker--time-row input[type='range']::-ms-tooltip {
            display: none;
        }

        .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type='range']:hover::-ms-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type='range']:focus {
            outline: none;
        }

            .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
                background: #007398;
                border-color: #007398;
            }

            .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
                background: #007398;
                border-color: #007398;
            }

            .datepicker--time-row input[type='range']:focus::-ms-thumb {
                background: #007398;
                border-color: #007398;
            }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
        }

        .datepicker--time-row input[type='range']::-moz-range-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
        }

        .datepicker--time-row input[type='range']::-ms-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
        }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            margin-top: -6px;
        }

        .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent;
        }

        .datepicker--time-row input[type='range']::-moz-range-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent;
        }

        .datepicker--time-row input[type='range']::-ms-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent;
        }

        .datepicker--time-row input[type='range']::-ms-fill-lower {
            background: transparent;
        }

        .datepicker--time-row input[type='range']::-ms-fill-upper {
            background: transparent;
        }

    .datepicker--time-row span {
        padding: 0 12px;
    }

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 1rem;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

    .datepicker--time-icon:after, .datepicker--time-icon:before {
        content: '';
        background: currentColor;
        position: absolute;
    }

    .datepicker--time-icon:after {
        height: .4em;
        width: 1px;
        left: calc(50% - 1px);
        top: calc(50% + 1px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .datepicker--time-icon:before {
        width: .4em;
        height: 1px;
        top: calc(50% + 1px);
        left: calc(50% - 1px);
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

body {
    overflow-x: hidden;
}

.find-columns {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .find-columns .main-col {
        margin-right: 42px;
    }

@media (min-width: 1200px) {
    .find-columns .main-col {
        width: 100%;
    }
}

@media (max-width: 1199.9px) {
    .find-columns .main-col {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .find-columns[data-columns="2"] .main-col {
        width: calc(100% - 352px);
    }
}

@media (max-width: 1199.9px) {
    .find-columns {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.find-content {
    padding: 0 20px;
}

    .find-content *,
    .find-content *::before,
    .find-content *::after {
        box-sizing: border-box;
    }

.find-header {
    color: #003B5C;
    font-family: "Open Sans", sans-serif;
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 5.125rem;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

@media (max-width: 767.9px) {
    .find-header {
        font-size: 3.4375rem;
    }
}

@media (max-width: 479.9px) {
    .find-header {
        border-bottom: 1px solid #E2E1E2;
        font-size: 2.25rem;
        line-height: 3.0625rem;
        margin-bottom: 15px;
        padding-bottom: 5px;
        text-align: center;
    }
}

.slick-list {
    margin: 0 -7.5px;
}

.slick-slide {
    margin: 0 7.5px;
}

@media (max-width: 767.9px) {
    .accordion .accordion-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s cubic-bezier(0, 1, 0, 1);
    }

        .accordion .accordion-body.opened {
            max-height: 500px;
            transition: max-height 1s ease-in-out;
        }
}

.moody-find .moody-find-form .search-filters .filter-inputs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
}

    .moody-find .moody-find-form .search-filters .filter-inputs .category-list,
    .moody-find .moody-find-form .search-filters .filter-inputs .custom-filter-list,
    .moody-find .moody-find-form .search-filters .filter-inputs .filter-datepicker {
        border: 1px solid #979797;
        border-radius: 0;
        color: #4A4A4A;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 600;
        height: 44px;
    }

@media (min-width: 768px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .category-list,
    .moody-find .moody-find-form .search-filters .filter-inputs .custom-filter-list,
    .moody-find .moody-find-form .search-filters .filter-inputs .filter-datepicker {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.moody-find .moody-find-form .search-filters .filter-inputs .category-list,
.moody-find .moody-find-form .search-filters .filter-inputs .custom-filter-list {
    margin-right: 16px;
    position: relative;
}

    .moody-find .moody-find-form .search-filters .filter-inputs .category-list select,
    .moody-find .moody-find-form .search-filters .filter-inputs .custom-filter-list select {
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        height: 100%;
        padding-left: 5px;
        padding-right: 35px;
        position: relative;
        text-indent: 1px;
        text-overflow: '';
        width: 100%;
    }

        .moody-find .moody-find-form .search-filters .filter-inputs .category-list select::-ms-expand,
        .moody-find .moody-find-form .search-filters .filter-inputs .custom-filter-list select::-ms-expand {
            display: none;
        }

    .moody-find .moody-find-form .search-filters .filter-inputs .category-list::after,
    .moody-find .moody-find-form .search-filters .filter-inputs .custom-filter-list::after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #525252;
        content: '';
        height: 0;
        position: absolute;
        right: 18px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
    }

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .category-list,
    .moody-find .moody-find-form .search-filters .filter-inputs .custom-filter-list {
        margin-bottom: 10px;
        margin-right: 0;
    }

        .moody-find .moody-find-form .search-filters .filter-inputs .category-list select,
        .moody-find .moody-find-form .search-filters .filter-inputs .custom-filter-list select {
            padding-left: 15px;
        }
}

.moody-find .moody-find-form .search-filters .filter-inputs .date-filter {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

@media (min-width: 768px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .date-filter {
        width: 250px;
    }
}

.moody-find .moody-find-form .search-filters .filter-inputs .date-filter::after {
    background: url(/Static/Find/img/calendar-icon.svg) center center no-repeat;
    background-size: cover;
    content: '';
    height: 26px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
}

.moody-find .moody-find-form .search-filters .filter-inputs .filter-datepicker {
    padding-left: 5px;
    padding-right: 45px;
    width: 100%;
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .filter-datepicker {
        padding-left: 15px;
    }
}

.moody-find .moody-find-form .search-filters .filter-inputs .filter-label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #003B5C;
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.6875rem;
    margin-right: 21px;
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .filter-label::after {
        color: #4A7729;
        content: '\f067';
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: normal;
        margin-left: 5px;
        position: relative;
        top: 1px;
    }
}

.moody-find .moody-find-form .search-filters .filter-inputs .filter-label::before {
    content: 'Filter by:';
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .filter-label::before {
        color: #4A7729;
        content: 'Filter Search';
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-decoration: underline;
    }
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .filter-label {
        cursor: pointer;
        display: block;
        margin-right: 0;
        text-align: center;
    }

        .moody-find .moody-find-form .search-filters .filter-inputs .filter-label.opened::after {
            content: '\f068';
            top: 2px;
        }
}

@media (min-width: 768px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .inputs {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .filter-inputs .inputs {
        margin-top: 5px;
    }
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .filter-inputs {
        border-bottom: 1px solid #E2E1E2;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.moody-find .moody-find-form .search-filters .search-input-box {
    background-color: #FFF;
    border: 1px solid #979797;
    border-radius: 3px;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
    height: 60px;
    margin-bottom: 16px;
    position: relative;
    width: 100%;
}

    .moody-find .moody-find-form .search-filters .search-input-box input {
        background: transparent;
        border: 0;
        border-radius: 3px;
        color: #4A4A4A;
        font-family: "Open Sans", sans-serif;
        font-size: 1.25rem;
        height: 100%;
        padding: 0 55px 0 19px;
        width: 100%;
    }

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .search-input-box input {
        padding-left: 15px;
        padding-right: 45px;
    }
}

.moody-find .moody-find-form .search-filters .search-input-box.Autocomplete-search.active .suggested-results {
    opacity: 1;
    visibility: visible;
}

.moody-find .moody-find-form .search-filters .search-input-box.Autocomplete-search .suggested-results {
    background-color: #f8f8f8;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24);
    left: 0;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: .3s all;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

    .moody-find .moody-find-form .search-filters .search-input-box.Autocomplete-search .suggested-results li {
        margin: 0;
        padding: 0;
    }

        .moody-find .moody-find-form .search-filters .search-input-box.Autocomplete-search .suggested-results li a {
            background-color: #f8f8f8;
            color: #133B59;
            display: block;
            font-size: 1rem;
            font-weight: bold;
            line-height: 1.375rem;
            padding: 13px 24px;
            text-align: left;
            transition: .3s all;
        }

            .moody-find .moody-find-form .search-filters .search-input-box.Autocomplete-search .suggested-results li a em {
                font-style: normal;
                font-weight: normal;
            }

            .moody-find .moody-find-form .search-filters .search-input-box.Autocomplete-search .suggested-results li a:hover {
                background-color: #133B59;
                color: #FFF;
            }

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .search-input-box.Autocomplete-search .suggested-results li a {
        font-size: 0.875rem;
        line-height: 1.1875rem;
        padding: 8px 32px 9px;
    }
}

.moody-find .moody-find-form .search-filters .search-input-box .search-submit {
    background: url(/Static/Find/img/search.svg) center center no-repeat;
    background-size: cover;
    border: 0;
    content: '';
    display: block;
    height: 25.38px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25.35px;
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .search-input-box .search-submit {
        height: 26.32px;
        right: 13px;
        width: 26px;
    }
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-filters .search-input-box {
        border: 1px solid #333;
        color: #383838;
        font-size: 1.125rem;
        font-weight: 600;
        height: 44px;
        line-height: 1.5rem;
        margin-bottom: 10px;
    }
}

.moody-find .moody-find-form .results-displayed {
    color: #7B7B7B;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.1875rem;
    margin-bottom: 28px;
    text-align: center;
}

@media (min-width: 768px) {
    .moody-find .moody-find-form .results-displayed {
        display: none;
    }
}

.moody-find .moody-find-form .results-filters {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .moody-find .moody-find-form .results-filters .filter-label {
        color: #003B5C;
        font-family: "Open Sans", sans-serif;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.5rem;
        margin-right: 10px;
    }

    .moody-find .moody-find-form .results-filters .result-set {
        color: #4A7729;
        font-family: "Open Sans", sans-serif;
        font-size: 0.9375rem;
        line-height: 1.5rem;
        margin-bottom: 36px;
        margin-right: 15px;
        text-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    }

        .moody-find .moody-find-form .results-filters .result-set.active {
            color: #A6A2A8;
            display: inline-block;
        }

        .moody-find .moody-find-form .results-filters .result-set:not(.active) {
            font-weight: 600;
        }

        .moody-find .moody-find-form .results-filters .result-set:last-child {
            margin-right: 0;
        }

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .results-filters {
        display: none;
    }
}

.moody-find .moody-find-form .result-showing {
    color: #7B7B7B;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.1875rem;
    margin-bottom: 25px;
    text-align: center;
}

@media (min-width: 768px) {
    .moody-find .moody-find-form .result-showing {
        display: none;
    }
}

.moody-find .moody-find-form .search-pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 90px;
    padding: 0;
    text-align: center;
}

    .moody-find .moody-find-form .search-pagination li {
        -webkit-flex: 0 0 44px;
        -ms-flex: 0 0 44px;
        flex: 0 0 44px;
        height: 44px;
        margin-bottom: 10px;
        margin-right: 5px;
        vertical-align: bottom;
    }

        .moody-find .moody-find-form .search-pagination li a {
            background-color: #00749C;
            border-radius: 3px;
            color: #FFF;
            display: block;
            font-family: "Open Sans", sans-serif;
            font-size: 1rem;
            font-weight: bold;
            height: 100%;
            position: relative;
            text-decoration: none;
            transition: all .25s linear;
        }

            .moody-find .moody-find-form .search-pagination li a span {
                display: inline-block;
                left: 50%;
                position: absolute;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

            .moody-find .moody-find-form .search-pagination li a.active, .moody-find .moody-find-form .search-pagination li a:hover {
                background-color: #003B5E;
            }

        .moody-find .moody-find-form .search-pagination li.dots {
            color: #9B9B9B;
            font-family: "Open Sans", sans-serif;
            font-size: 1.25rem;
            position: relative;
        }

            .moody-find .moody-find-form .search-pagination li.dots span {
                bottom: 0;
                left: 50%;
                position: absolute;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

@media (max-width: 550px) {
    .moody-find .moody-find-form .search-pagination li.dots {
        -webkit-flex: 0 0 25px;
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
    }
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-pagination li.dots {
        -webkit-flex: 0 0 9px;
        -ms-flex: 0 0 9px;
        flex: 0 0 9px;
    }
}

.moody-find .moody-find-form .search-pagination li.increment-link {
    -webkit-flex: 0 0 112px;
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
    height: 44px;
    margin-bottom: 10px;
}

@media (max-width: 550px) {
    .moody-find .moody-find-form .search-pagination li.increment-link a {
        width: 90px;
    }
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-pagination li.increment-link a {
        width: 112px;
    }
}

.moody-find .moody-find-form .search-pagination li.increment-link:first-child a span::before {
    content: 'Previous';
}

.moody-find .moody-find-form .search-pagination li.increment-link:last-child a span::before {
    content: 'Next';
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-pagination li.increment-link:last-child a {
        float: right;
    }
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-pagination li.increment-link {
        -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-pagination li.increment-link {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 10px;
        margin-right: 0;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

        .moody-find .moody-find-form .search-pagination li.increment-link.span-full {
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }
}

.moody-find .moody-find-form .search-pagination li:last-child {
    margin-right: 0;
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-pagination li {
        -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        height: 50px;
        margin-right: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-pagination {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        margin-top: 58px;
        max-width: 300px;
    }
}

.moody-find .moody-find-form .search-results .result {
    background-color: #F8F8F8;
    border-left: 20px solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 26px;
    margin-left: -20px;
    padding: 7px 16px 13px 13px;
    position: relative;
    text-decoration: none;
}

    .moody-find .moody-find-form .search-results .result .result-availability {
        color: #989898;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.1875rem;
    }

    .moody-find .moody-find-form .search-results .result .result-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .moody-find .moody-find-form .search-results .result .result-content .result-desc {
            color: #666;
            font-family: "Open Sans", sans-serif;
            font-size: 0.875rem;
            font-weight: 300;
            line-height: 1.1875rem;
            margin-bottom: 14px;
            margin-top: 14.5px;
            padding: 0;
        }

        .moody-find .moody-find-form .search-results .result .result-content .result-img {
            -webkit-flex: 0 0 144px;
            -ms-flex: 0 0 144px;
            flex: 0 0 144px;
            margin-bottom: 10px;
            margin-right: 15px;
            margin-top: 12px;
        }

            .moody-find .moody-find-form .search-results .result .result-content .result-img img {
                display: block;
                height: auto;
                width: 100%;
            }

@media (min-width: 768px) {
    .moody-find .moody-find-form .search-results .result .result-content .result-img + .result-desc {
        margin-top: 25px;
    }
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-results .result .result-content .result-img {
        display: none;
    }
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-results .result .result-content {
        display: none;
    }
}

.moody-find .moody-find-form .search-results .result .result-filetype {
    color: #666;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.1875rem;
    margin-bottom: 11px;
    text-transform: uppercase;
}

    .moody-find .moody-find-form .search-results .result .result-filetype::before {
        content: 'Filetype: ';
        font-weight: 300;
        text-transform: none;
    }

.moody-find .moody-find-form .search-results .result .result-header {
    color: #003B5C;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.0625rem;
    margin: 0;
    padding: 0;
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-results .result .result-header {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

.moody-find .moody-find-form .search-results .result .result-highlight-image {
    -webkit-flex: 0 0 129px;
    -ms-flex: 0 0 129px;
    flex: 0 0 129px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 9px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

    .moody-find .moody-find-form .search-results .result .result-highlight-image img {
        display: block;
        height: auto;
        width: 100%;
    }

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-results .result .result-highlight-image {
        display: none;
    }
}

.moody-find .moody-find-form .search-results .result .result-main {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

    .moody-find .moody-find-form .search-results .result .result-main .mobile-result-source-info {
        color: #7B7B7B;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.1875rem;
        margin-top: 3px;
        text-transform: uppercase;
    }

        .moody-find .moody-find-form .search-results .result .result-main .mobile-result-source-info span:first-of-type::after {
            content: '|';
            margin-left: 3px;
        }

        .moody-find .moody-find-form .search-results .result .result-main .mobile-result-source-info span:last-of-type::after {
            content: '';
        }

@media (min-width: 480px) {
    .moody-find .moody-find-form .search-results .result .result-main .mobile-result-source-info {
        display: none;
    }
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-results .result .result-main {
        margin-top: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-results .result .result-main {
        overflow: hidden;
    }
}

.moody-find .moody-find-form .search-results .result .result-source-info {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    white-space: nowrap;
}

    .moody-find .moody-find-form .search-results .result .result-source-info span {
        color: #7B7B7B;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.1875rem;
        text-align: right;
        text-transform: uppercase;
    }

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-results .result .result-source-info span {
        display: inline-block;
    }

        .moody-find .moody-find-form .search-results .result .result-source-info span:first-of-type::after {
            content: '|';
            margin-left: 5px;
        }

        .moody-find .moody-find-form .search-results .result .result-source-info span:last-of-type::after {
            content: '';
        }
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-results .result .result-source-info {
        display: none;
    }
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-results .result .result-source-info {
        margin-left: 0;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        text-align: left;
    }
}

.moody-find .moody-find-form .search-results .result .result-subheader {
    color: #676767;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin-bottom: 9px;
    margin-top: 8px;
    padding: 0;
}

.moody-find .moody-find-form .search-results .result .result-topics {
    list-style-type: none;
    margin-bottom: 11px;
    margin-top: 0;
    padding: 0;
    line-height: 1;
}

    .moody-find .moody-find-form .search-results .result .result-topics li {
        color: #666;
        display: inline-block;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.1875rem;
    }

        .moody-find .moody-find-form .search-results .result .result-topics li:not(:first-child) {
            font-weight: bold;
        }

            .moody-find .moody-find-form .search-results .result .result-topics li:not(:first-child)::after {
                content: ',';
            }

        .moody-find .moody-find-form .search-results .result .result-topics li:last-child::after {
            content: '';
        }

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-results .result .result-topics {
        margin-bottom: 2px;
        margin-top: 10px;
    }
}

.moody-find .moody-find-form .search-results .result .result-url {
    color: #4A7729;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.1875rem;
    text-decoration: underline;
    word-break: break-all;
}

@media (max-width: 479.9px) {
    .moody-find .moody-find-form .search-results .result .result-url {
        display: none;
    }
}

.moody-find .moody-find-form .search-results .result:nth-child(even) {
    background-color: #F0F0F0;
}

.moody-find .moody-find-form .search-results .result.result--conferences {
    border-left-color: #D19600;
}

.moody-find .moody-find-form .search-results .result.result--education {
    border-left-color: #4398B4;
}

.moody-find .moody-find-form .search-results .result.result--global {
    border-left-color: #003B5C;
}

.moody-find .moody-find-form .search-results .result.result--radio {
    border-left-color: #7A9A01;
}

.moody-find .moody-find-form .search-results .result.result--titw {
    border-left-color: #00749A;
}

.moody-find .moody-find-form .search-results .result:hover .result-header {
    text-decoration: underline;
}

@media (max-width: 767.9px) {
    .moody-find .moody-find-form .search-results .result {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.related-results {
    margin-top: 67px;
}

    .related-results .all-results .result {
        background-color: #F8F8F8;
        border-left: 20px solid;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 26px;
        margin-left: -20px;
        padding: 27px 16px 28px 30px;
        position: relative;
        text-decoration: none;
    }

        .related-results .all-results .result .result-availability {
            color: #989898;
            display: inline-block;
            font-family: "Open Sans", sans-serif;
            font-size: 0.875rem;
            font-weight: 300;
            line-height: 1.1875rem;
            margin-top: 10px;
        }

@media (max-width: 479.9px) {
    .related-results .all-results .result .result-availability {
        margin-top: 0;
    }
}

.related-results .all-results .result .result-content {
    margin-top: 15px;
}

    .related-results .all-results .result .result-content .result-desc {
        color: #7B7B7B;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.1875rem;
        margin: 0;
        padding: 0;
    }

@media (max-width: 650px) {
    .related-results .all-results .result .result-content {
        display: none;
    }
}

.related-results .all-results .result .result-image {
    -webkit-flex: 0 0 118px;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    margin-right: 20px;
}

    .related-results .all-results .result .result-image img {
        display: block;
        height: auto;
        width: 100%;
    }

@media (max-width: 767.9px) {
    .related-results .all-results .result .result-image {
        -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 479.9px) {
    .related-results .all-results .result .result-image {
        -webkit-flex: 0 0 58px;
        -ms-flex: 0 0 58px;
        flex: 0 0 58px;
        margin-right: 17px;
    }
}

@media (max-width: 767.9px) {
    .related-results .all-results .result .result-main {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.related-results .all-results .result .result-price-type .price {
    color: #003B5C;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.1875rem;
}

.related-results .all-results .result .result-price-type .type {
    color: #989898;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.1875rem;
    margin-right: 15px;
}

@media (max-width: 479.9px) {
    .related-results .all-results .result .result-price-type .type {
        margin-right: 10px;
    }
}

.related-results .all-results .result .result-source-info {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    position: absolute;
    right: 15px;
    top: 10px;
}

    .related-results .all-results .result .result-source-info .result-date,
    .related-results .all-results .result .result-source-info .result-source {
        color: #7B7B7B;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.1875rem;
        text-align: right;
        text-transform: uppercase;
    }

@media (max-width: 767.9px) {
    .related-results .all-results .result .result-source-info {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 2px;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        position: relative;
        text-align: right;
        top: 0;
    }

        .related-results .all-results .result .result-source-info .result-date,
        .related-results .all-results .result .result-source-info .result-source {
            display: inline-block;
        }

        .related-results .all-results .result .result-source-info span:first-of-type::after {
            content: '|';
            margin-left: 3px;
        }

        .related-results .all-results .result .result-source-info span:last-of-type::after {
            content: '';
        }
}

@media (max-width: 479.9px) {
    .related-results .all-results .result .result-source-info {
        display: none;
    }
}

.related-results .all-results .result .result-subheader {
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375rem;
    margin-bottom: 0;
    margin-top: 3px;
    padding: 0;
}

@media (max-width: 767.9px) {
    .related-results .all-results .result .result-subheader {
        font-size: 0.9375rem;
    }
}

@media (max-width: 479.9px) {
    .related-results .all-results .result .result-subheader {
        font-size: 0.875rem;
        margin-bottom: 6px;
    }
}

.related-results .all-results .result .result-title {
    color: #003B5C;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.0625rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

@media (max-width: 767.9px) {
    .related-results .all-results .result .result-title {
        font-size: 1.3125rem;
    }
}

@media (max-width: 479.9px) {
    .related-results .all-results .result .result-title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 10px;
    }
}

.related-results .all-results .result .result-price-type {
    display: block;
    line-height: 1;
}

.related-results .all-results .result .star-rating {
    display: block;
}

    .related-results .all-results .result .star-rating:after {
        content: "";
        display: table;
        clear: both;
    }

    .related-results .all-results .result .star-rating .star {
        background: url(/Static/Find/img/star.svg) no-repeat 0 0/contain;
        float: left;
        height: 20px;
        width: 20px;
    }

    .related-results .all-results .result .star-rating.one-star .star:nth-child(2), .related-results .all-results .result .star-rating.one-star .star:nth-child(3), .related-results .all-results .result .star-rating.one-star .star:nth-child(4), .related-results .all-results .result .star-rating.one-star .star:nth-child(5) {
        background: url(/Static/Find/img/empty-star.svg) no-repeat 0 0/contain;
    }

    .related-results .all-results .result .star-rating.two-star .star:nth-child(3), .related-results .all-results .result .star-rating.two-star .star:nth-child(4), .related-results .all-results .result .star-rating.two-star .star:nth-child(5) {
        background: url(/Static/Find/img/empty-star.svg) no-repeat 0 0/contain;
    }

    .related-results .all-results .result .star-rating.three-star .star:nth-child(4), .related-results .all-results .result .star-rating.three-star .star:nth-child(5) {
        background: url(/Static/Find/img/empty-star.svg) no-repeat 0 0/contain;
    }

    .related-results .all-results .result .star-rating.four-star .star:nth-child(5) {
        background: url(/Static/Find/img/empty-star.svg) no-repeat 0 0/contain;
    }

@media (max-width: 479.9px) {
    .related-results .all-results .result .star-rating {
        display: none;
    }
}

.related-results .all-results .result.result--radio {
    border-left-color: #7A9A01;
}

.related-results .all-results .result.result--publishers {
    border-left-color: #4A7729;
}

.related-results .all-results .result:hover .result-title {
    text-decoration: underline;
}

.related-results .all-results .result:nth-child(even) {
    background-color: #F0F0F0;
}

@media (max-width: 767.9px) {
    .related-results .all-results .result {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding-bottom: 22px;
        padding-left: 14px;
        padding-top: 10px;
    }
}

@media (max-width: 479.9px) {
    .related-results .all-results .result {
        margin-bottom: 10px;
        padding-left: 7px;
        padding-top: 20px;
    }
}

.related-results .related-header {
    color: #003B5C;
    font-family: "Open Sans", sans-serif;
    font-size: 2.375rem;
    font-weight: bold;
    line-height: 4.0625rem;
    margin-bottom: 48px;
    padding: 0;
}

@media (max-width: 767.9px) {
    .related-results .related-header {
        font-size: 2rem;
        line-height: 2.6875rem;
        margin-bottom: 25px;
    }
}

@media (max-width: 479.9px) {
    .related-results .related-header {
        text-align: center;
    }
}

.related-results .result.has-date .result-image ~ .result-main {
    -webkit-flex: 0 0 calc(100% - 118px);
    -ms-flex: 0 0 calc(100% - 118px);
    flex: 0 0 calc(100% - 118px);
}

@media (max-width: 767.9px) {
    .related-results .result.has-date .result-image ~ .result-main {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }
}

.related-results .result.has-date .result-main {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 155px;
}

@media (max-width: 767.9px) {
    .related-results .result.has-date .result-main {
        padding-right: 0;
    }
}

@media (max-width: 479.9px) {
    .related-results {
        margin-top: 45px;
    }
}

.related-and-popular {
    width: 310px;
}

    .related-and-popular .popular-and-related-books {
        margin-top: 57px;
        margin-bottom: 22px;
    }

        .related-and-popular .popular-and-related-books .book-results .result {
            background-color: #f8f8f8;
            display: inline-block;
            margin-bottom: 22px;
            padding: 19px 32px 8px;
            text-decoration: none;
        }

@media (min-width: 1200px) {
    .related-and-popular .popular-and-related-books .book-results .result {
        display: block;
    }
}

.related-and-popular .popular-and-related-books .book-results .result .book-author {
    color: #666;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.1875rem;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 479.9px) {
    .related-and-popular .popular-and-related-books .book-results .result .book-author {
        font-size: 0.875rem;
    }
}

.related-and-popular .popular-and-related-books .book-results .result .book-image {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 83px;
}

.related-and-popular .popular-and-related-books .book-results .result .book-title {
    color: #4A7729;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin-bottom: 6px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.related-and-popular .popular-and-related-books .book-results .result .star-rating {
    font-size: 0;
    margin-bottom: 7px;
    text-align: center;
}

    .related-and-popular .popular-and-related-books .book-results .result .star-rating .star {
        background: url(/Static/Find/img/star.svg) no-repeat 0 0/contain;
        display: inline-block;
        height: 20px;
        width: 20px;
    }

    .related-and-popular .popular-and-related-books .book-results .result .star-rating.one-star .star:nth-child(2), .related-and-popular .popular-and-related-books .book-results .result .star-rating.one-star .star:nth-child(3), .related-and-popular .popular-and-related-books .book-results .result .star-rating.one-star .star:nth-child(4), .related-and-popular .popular-and-related-books .book-results .result .star-rating.one-star .star:nth-child(5) {
        background: url(/Static/Find/img/empty-star.svg) no-repeat 0 0/contain;
    }

    .related-and-popular .popular-and-related-books .book-results .result .star-rating.two-star .star:nth-child(3), .related-and-popular .popular-and-related-books .book-results .result .star-rating.two-star .star:nth-child(4), .related-and-popular .popular-and-related-books .book-results .result .star-rating.two-star .star:nth-child(5) {
        background: url(/Static/Find/img/empty-star.svg) no-repeat 0 0/contain;
    }

    .related-and-popular .popular-and-related-books .book-results .result .star-rating.three-star .star:nth-child(4), .related-and-popular .popular-and-related-books .book-results .result .star-rating.three-star .star:nth-child(5) {
        background: url(/Static/Find/img/empty-star.svg) no-repeat 0 0/contain;
    }

    .related-and-popular .popular-and-related-books .book-results .result .star-rating.four-star .star:nth-child(5) {
        background: url(/Static/Find/img/empty-star.svg) no-repeat 0 0/contain;
    }

.related-and-popular .popular-and-related-books .book-results .result:last-of-type {
    margin-bottom: 35px;
}

.related-and-popular .popular-and-related-books .book-results .result:hover .book-title {
    text-decoration: underline;
}

@media (max-width: 1199.9px) {
    .related-and-popular .popular-and-related-books .book-results .result {
        background-color: #F9F9F9;
        border: 1px solid #EFEDED;
        border-radius: 2px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        padding: 19px 23px 8px 23px;
    }
}

.related-and-popular .popular-and-related-books .header {
    color: #003B5C;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin-bottom: 29px;
    margin-top: 0;
    padding: 0 0 0 13px;
}

@media (max-width: 767.9px) {
    .related-and-popular .popular-and-related-books .header {
        color: #383838;
        text-transform: uppercase;
    }
}

.related-and-popular .popular-and-related-books .more-titles {
    color: #487729;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    .related-and-popular .popular-and-related-books .more-titles::after {
        color: #487729;
        content: '\f054';
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 1.3125rem;
        font-weight: 300;
        margin-left: 10px;
        position: relative;
        top: 2px;
    }

@media (max-width: 767.9px) {
    .related-and-popular .popular-and-related-books {
        margin-top: 30px;
    }
}

@media (max-width: 1199.9px) {
    .related-and-popular .related-and-popular-searches {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 767.9px) {
    .related-and-popular .related-and-popular-searches {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.related-and-popular .related-searches {
    margin-bottom: 18px;
}

    .related-and-popular .related-searches .related-header {
        color: #003B5C;
        font-family: "Open Sans", sans-serif;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.5rem;
        margin-bottom: 8px;
        margin-top: 0;
        padding: 0 0 0 13px;
    }

    .related-and-popular .related-searches .search-list {
        border-top: 4px solid #003B5C;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .related-and-popular .related-searches .search-list li {
            margin: 0;
            padding: 0;
        }

            .related-and-popular .related-searches .search-list li a {
                color: #FFF;
                display: block;
                font-family: "Open Sans", sans-serif;
                font-size: 1.125rem;
                line-height: 1.5rem;
                padding: 10px 19px;
                text-decoration: none;
                transition: all 0.3s ease-in-out;
            }

        .related-and-popular .related-searches .search-list.result--conferences li a {
            background-color: #D19600;
        }

            .related-and-popular .related-searches .search-list.result--conferences li a:hover {
                background-color: #ffb805;
            }

        .related-and-popular .related-searches .search-list.result--education li a {
            background-color: #4398B4;
        }

            .related-and-popular .related-searches .search-list.result--education li a:hover {
                background-color: #65adc5;
            }

        .related-and-popular .related-searches .search-list.result--global li a {
            background-color: #003B5C;
        }

            .related-and-popular .related-searches .search-list.result--global li a:hover {
                background-color: #005c8f;
            }

        .related-and-popular .related-searches .search-list.result--radio li a {
            background-color: #7A9A01;
        }

            .related-and-popular .related-searches .search-list.result--radio li a:hover {
                background-color: #a2cd01;
            }

        .related-and-popular .related-searches .search-list.result--titw li a {
            background-color: #00749A;
        }

            .related-and-popular .related-searches .search-list.result--titw li a:hover {
                background-color: #009acd;
            }

@media (max-width: 767.9px) {
    .related-and-popular .related-searches:first-child {
        margin-top: 34px;
    }
}

@media (max-width: 767.9px) {
    .related-and-popular .related-searches:last-child {
        margin-top: 18px;
    }
}

@media (max-width: 1199.9px) {
    .related-and-popular .related-searches {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 10px;
    }
}

@media (max-width: 767.9px) {
    .related-and-popular .related-searches {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
    }
}

@media (max-width: 1199.9px) {
    .related-and-popular {
        width: auto;
    }
}

.Best-bets {
    width: 100%;
    margin: 0 0 35px;
    padding: 0 48px;
}

    .Best-bets .slider {
        width: 100%;
    }

    .Best-bets .item {
        padding: 12px 18px 26px 24px;
        background-color: #F0F0F0;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 19px;
        height: inherit;
    }

    .Best-bets .link {
        display: block;
        text-decoration: none;
    }

    .Best-bets .date {
        width: 100%;
        color: #7B7B7B;
        font-size: 0.875rem;
        font-weight: 19px;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 0 20px;
    }

    .Best-bets .content {
        width: 100%;
    }

    .Best-bets .thumb {
        width: 112px;
        height: 112px;
        margin: 0 14px 14px 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
    }

    .Best-bets .title {
        font-size: 1.3125rem;
        font-weight: 600;
        line-height: 1.75rem;
        color: #003B5C;
        margin: 0 0 14px;
        padding: 0;
        float: left;
        overflow: hidden;
    }

    .Best-bets .thumb + .title {
        width: calc(100% - 126px);
    }

    .Best-bets .sub-title {
        color: #676767;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.5rem;
        margin: 0 0 1px;
        padding: 0;
        width: 100%;
        clear: both;
    }

    .Best-bets .desc {
        width: 100%;
        color: #666666;
        clear: both;
        word-break: break-word;
    }

    .Best-bets .slick-next,
    .Best-bets .slick-prev {
        height: 24px;
        width: 36px;
        background-image: url(/Static/Find/img/chevron.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 36px 24px;
        z-index: 2;
    }

        .Best-bets .slick-next:before,
        .Best-bets .slick-prev:before {
            display: none;
        }

    .Best-bets .slick-list {
        margin: 0;
    }

@media (max-width: 1200px) {
    .Best-bets .slick-list:after {
        content: "";
        height: 100%;
        width: 270px;
        position: absolute;
        top: 0;
        right: -68px;
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        display: block;
        z-index: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 1000px) {
    .Best-bets .slick-list:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .Best-bets .slick-list {
        overflow: visible;
    }
}

.Best-bets .slick-slide > div {
    height: inherit;
}

@media (max-width: 1200px) {
    .Best-bets .slick-slide {
        width: calc(50vw - 206px);
    }
}

@media (max-width: 1000px) {
    .Best-bets .slick-slide {
        width: calc(50vh - 156px);
    }
}

@media (max-width: 767px) {
    .Best-bets .slick-slide {
        width: calc(100vw - 106px);
    }
}

@media (max-width: 767px) {
    .Best-bets .slick-active {
        position: relative;
    }

        .Best-bets .slick-active:after {
            content: "";
            height: 100%;
            width: 100%;
            opacity: 0.7;
            position: absolute;
            top: 0;
            left: calc(100% + 30px);
            background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
            display: block;
            z-index: 1;
        }
}

.Best-bets .slick-next {
    right: -50px;
    -webkit-transform: rotate(90deg) translate(-12px, 0);
    transform: rotate(90deg) translate(-12px, 0);
}

.Best-bets .slick-prev {
    left: -50px;
    -webkit-transform: rotate(-90deg) translate(12px, 0);
    transform: rotate(-90deg) translate(12px, 0);
}

@media (max-width: 1200px) and (min-width: 768px) {
    .find-columns[data-columns="2"] .Best-bets[data-count="2"] {
        padding: 0;
    }

        .find-columns[data-columns="2"] .Best-bets[data-count="2"] .slick-slide {
            margin: 0 15px;
            width: calc(50vw - 40px);
        }

            .find-columns[data-columns="2"] .Best-bets[data-count="2"] .slick-slide .thumb ~ .sub-title {
                clear: none;
            }

        .find-columns[data-columns="2"] .Best-bets[data-count="2"] .slick-list:after {
            display: none;
        }
}

@media (min-width: 1199px) {
    [data-brand="RDO"] .find-columns[data-columns="2"] .Best-bets .title {
        width: auto;
    }
}

.find-columns[data-columns="1"] .Best-bets[data-count="2"] {
    padding: 0;
}

    .find-columns[data-columns="1"] .Best-bets[data-count="2"] .slick-slide {
        margin: 0 15px;
    }

        .find-columns[data-columns="1"] .Best-bets[data-count="2"] .slick-slide .thumb ~ .sub-title {
            clear: none;
        }

@media (max-width: 1200px) {
    .find-columns[data-columns="1"] .Best-bets[data-count="2"] .slick-slide {
        width: calc(50vw - 40px);
    }
}

@media (max-width: 767px) {
    .find-columns[data-columns="1"] .Best-bets[data-count="2"] .slick-slide {
        width: calc(100vw - 106px);
    }
}

@media (max-width: 1200px) {
    .find-columns[data-columns="1"] .Best-bets[data-count="2"] .slick-list:after {
        display: none;
    }
}

.find-columns .Best-bets[data-count="1"] {
    padding: 0;
}

    .find-columns .Best-bets[data-count="1"] .content:after {
        content: "";
        display: table;
        width: 100%;
    }

    .find-columns .Best-bets[data-count="1"] .sub-title {
        clear: none;
    }

@media (max-width: 767px) {
    .Best-bets {
        padding: 0;
    }
}

.Search-results .best-bets-result {
    background-color: #00395D;
    margin-bottom: 16px;
    color: #D1D1D1;
    display: flex;
    position: relative;
}

.Search-results .best-bets-results a {
    text-decoration: none;
}

.Search-results .best-bets-result .arrow {
    fill: #fff;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

@media (max-width: 1199.9px) {
    .Search-results .best-bets-result .arrow {
        display: none;
    }
}

.Search-results .best-bets-thumbnail {
    max-width: 270px;
    max-height: 270px;
}

@media (max-width: 1199.9px) {
    .Search-results .best-bets-thumbnail {
        max-width: 200px;
        max-height: 200px;
    }
}

.Search-results .best-bets-container {
    min-height: 116px;
    display: grid;
    flex-direction: column;
    margin: 16px 55px 18px 16px;
    font-size: 12px;
}

.Search-results .best-bets-container p {
    color: #F7F7F6;
    max-height: calc(line-height * 2);
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 12px;
}

@media (max-width: 1199.9px) {
    .Search-results .best-bets-container p {
        margin-bottom: 5px;
    }
}

.Search-results .best-bets-container h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #FFF;
    text-transform: uppercase;
}

.Search-results .best-bets-container .url {
    max-height: calc(line-height);
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #4298B5;
    font-size: 12px;
}

@media (max-width: 1199.9px) {
    .Search-results .best-bets-container .url {
        max-height: calc(line-height);
        -webkit-line-clamp: 1;
    }
}

