@charset "UTF-8";
/*!
Theme Name: Legacy Collection
Theme URI: http://www.ideamktg.com
Template: idea-framework
Author: Idea Marketing Group
Author URI: http://www.ideamktg.com
Description:
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: featured-images, fluid-layout, responsive-layout
Text Domain: ideafw
Domain Path: /languages
*/
/**
 * Vertical Align (VA) Middle SASS Mixins
 *
 * Example Usage:
 *
 * .va-container {
 *      @include va-container();
 *
 *      .va-content {
 *          @include va-content();
 *      }
 *  }
 *
 * <div class="va-container">
 *     <div class="va-content">
 *         <h6>Example Title</h6>
 *         <p>Example Content</p>
 *     </div>
 * </div>
 */
/* FLEX - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Mixins
-------------------------------------------------------------- */
/**
 * Values: row (default) | row-reverse | column | column-reverse
 */
/**
 * Values: nowrap (default) | wrap | wrap-reverse
 */
/**
 * Values: row (default) | nowrap
 */
/**
 * Value: any integer (0 is the default)
 */
/**
 * Value: any integer (0 is the default)
 */
/**
 * Value: any integer (0 is the default)
 */
/**
 * Values: flex-start (default) | flex-end | center | space-between | space-around
 *
 * Note: space-* values not supported in older syntaxes.
 */
/**
 * Values: flex-start | flex-end | center | baseline | stretch (default)
 */
/**
 * Values: auto (default) | flex-start | flex-end | center | baseline | stretch
 */
/**
 * Values: flex-start | flex-end | center | space-between | space-around | stretch (default)
 */
/**
 * Font families are defined using the $fonts map and accessed via the font-family() function.
 * For example, if you wanted to access the font 'Open Sans', you would use font-family('open-sans')
 * The fonts used here must be setup in theme.config.php in order to be usable
 */
/**
 * Global settings
 */
/**
 * Colors are defined using the $palette map and accessed via the palette() function.
 * For example, if you wanted to access the color blue, you would use palette('blue')
 * Colors could be nested as well and accessed via palette( 'key', 'color' )
 * The colors defined here will automagically create css ready classes for font and background colors
 */
/**
 * Breakpoints are used to specify when different screen styles are to take affect. Example Usage:
 *
 * @media ( max-width: $breakpoint-1 ) {
 *    .class {
 *        color: red;
 *    }
 * }
 *
 */
section.page-section.section-image-gallery.shadow-box, section.page-section.section-tabs {
  position: relative; }
  section.page-section.section-image-gallery.shadow-box:before, section.page-section.section-tabs:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #b5a268; }

section.page-section.section-tabs::before, section.page-section.section-general-content.shadow-box.has-image.image-position-right.shadow-box-alt .section-content .image-content .content, section.page-section.section-general-content.shadow-box.has-image.image-position-left.shadow-box-alt .section-content .image-content .content {
  background: linear-gradient(102deg, #C4AC78 -44.25%, #514835 100%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

.fa-accusoft:before {
  content: "\f369"; }

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

.fa-ad:before {
  content: "\f641"; }

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

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

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

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

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

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

.fa-ambulance:before {
  content: "\f0f9"; }

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

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

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

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

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

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

.fa-ban:before {
  content: "\f05e"; }

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

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

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

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

.fa-bath:before {
  content: "\f2cd"; }

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

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

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

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

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

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

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

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

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

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

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

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

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

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

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

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

.fa-bookmark:before {
  content: "\f02e"; }

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

.fa-box:before {
  content: "\f466"; }

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

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

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

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

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

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

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

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

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

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

.fa-camera:before {
  content: "\f030"; }

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cat:before {
  content: "\f6be"; }

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

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

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

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

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

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

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

.fa-chess:before {
  content: "\f439"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

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

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

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

.fa-cloud:before {
  content: "\f0c2"; }

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

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

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

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

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

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

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

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

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

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

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

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

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

.fa-comments:before {
  content: "\f086"; }

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

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

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

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

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

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

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

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

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

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

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

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

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

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

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

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

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

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

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

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

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

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

.fa-donate:before {
  content: "\f4b9"; }

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

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

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

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

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

.fa-dribbble:before {
  content: "\f17d"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

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

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

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

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

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

.fa-exclamation:before {
  content: "\f12a"; }

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

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

.fa-expand:before {
  content: "\f065"; }

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

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-facebook:before {
  content: "\f09a"; }

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

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

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

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

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

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

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

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

.fa-female:before {
  content: "\f182"; }

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-upload:before {
  content: "\f574"; }

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

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

.fa-firefox:before {
  content: "\f269"; }

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

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

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

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

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

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

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

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

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

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

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

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

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

.fa-github:before {
  content: "\f09b"; }

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

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

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

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

.fa-goodreads:before {
  content: "\f3a8"; }

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

.fa-google:before {
  content: "\f1a0"; }

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

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

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

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

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

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "\f4c2"; }

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

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-hospital:before {
  content: "\f0f8"; }

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

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

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

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

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

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

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-instagram:before {
  content: "\f16d"; }

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

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

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

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

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

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

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

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

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

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

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

.fa-list:before {
  content: "\f03a"; }

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

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

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

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

.fa-lock:before {
  content: "\f023"; }

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

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

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

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

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

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

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

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

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

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

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

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

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

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

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

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

.fa-node:before {
  content: "\f419"; }

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

.fa-not-equal:before {
  content: "\f53e"; }

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

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

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

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

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

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

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

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-php:before {
  content: "\f457"; }

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

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

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

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

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

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

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

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

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

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

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-redo:before {
  content: "\f01e"; }

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

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

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

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

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

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

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

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

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

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

.fa-ship:before {
  content: "\f21a"; }

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

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

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

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

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

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

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

.fa-slash:before {
  content: "\f715"; }

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

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

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

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

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

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

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

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

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

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

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

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

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

.fa-stop:before {
  content: "\f04d"; }

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

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

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

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

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

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

.fa-tablet:before {
  content: "\f10a"; }

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

.fa-tablets:before {
  content: "\f490"; }

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

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-terminal:before {
  content: "\f120"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

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

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

.fa,
.fas {
  font-family: 'FontAwesome';
  font-weight: 900; }

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

.far {
  font-family: 'FontAwesome';
  font-weight: 400; }

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

.fab {
  font-family: 'FontAwesomeBrands'; }

/* Global Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1; }

html {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff; }

body {
  overflow: visible;
  margin: 0 auto;
  padding: 0;
  max-width: 1920px;
  line-height: 1;
  color: #1A1A1A;
  background: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: none; }

/* Globalized elements
-------------------------------------------------------------- */
article, aside, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, dl, blockquote, pre, table, p,
h1, h2, h3, h4, h5, h6, hr, address {
  margin: 0 0 20px; }

*, *:before, *:after {
  outline: none; }

/* Elements with border-box model
-------------------------------------------------------------- */
input,
textarea,
select,
button,
img {
  box-sizing: border-box; }

/* General element styles
-------------------------------------------------------------- */
a {
  color: #b5a268;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none; }
  a:hover {
    color: #c6b78a; }
  a:active {
    color: #c6b78a; }
  a:focus {
    outline: 1px dotted #222222; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #222222;
  font-family: Libre Bodoni, serif;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none; }

h1, .h1 {
  font-size: 2.875em; }

h2, .h2 {
  font-size: 2.25em; }

h3, .h3 {
  font-size: 1.75em; }

h4, .h4 {
  font-size: 1.25em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 1em; }

::-moz-selection {
  color: #ffffff;
  background: #59503a; }

::selection {
  color: #ffffff;
  background: #59503a; }

::-moz-selection {
  color: #ffffff;
  background: #59503a; }

img {
  max-width: 100%;
  height: auto; }

ol, ul {
  margin-left: 10px;
  padding-left: 10px; }
  ol li, ul li {
    font-size: inherit; }
  ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0; }

ul.icon-list {
  list-style: none;
  padding-left: 100px; }
  ul.icon-list > li {
    position: relative; }
    ul.icon-list > li img {
      position: absolute;
      top: 0;
      left: -80px;
      height: 42px;
      width: auto;
      max-width: 42px; }

dl {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden; }
  dl dt, dl dd {
    margin: 0;
    padding: 0;
    font-size: inherit; }
  dl dt {
    float: left;
    clear: left;
    padding: 0;
    width: 100px;
    text-align: left;
    font-weight: 600;
    color: inherit; }
    dl dt:after {
      content: none; }
  dl dd {
    margin-left: 120px; }
    dl dd:after {
      content: "";
      display: table;
      clear: both; }

blockquote {
  quotes: none;
  position: relative;
  padding: 20px;
  background: #f6f6f6;
  color: #e1e1e1; }
  blockquote p {
    margin: 0;
    padding: 0; }
  blockquote strong,
  blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    color: #222222;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap; }
  blockquote:before, blockquote:after {
    content: '';
    content: none; }
  blockquote > *:last-child {
    margin-bottom: 0; }

blockquote,
blockquote > p,
q {
  color: #000000; }

q {
  padding: 0.3em 0.5em;
  background: #ffffff; }

p, li, dt, dd, address {
  font-size: inherit;
  line-height: 1.5;
  color: inherit; }

p:empty {
  display: none; }

hr {
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 2px;
  border: none;
  background: #f6f6f6; }

strong, em {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

sup {
  font-size: 0.675em; }

pre, code {
  font-family: Consolas, Courier New, Courier, monospace;
  font-size: inherit;
  font-weight: 400; }

pre {
  overflow: auto;
  padding: 15px;
  background: #f6f6f6;
  color: #222222;
  font-size: 12px;
  border-left: 5px solid #b5a268;
  line-height: 1.3;
  text-align: left; }

code {
  padding: 5px 10px;
  background: #ffffff; }

/* Table styles
-------------------------------------------------------------- */
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; }
  table caption {
    padding: 12px 10px;
    margin: 0;
    background: #222222;
    color: #ffffff;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4; }
  table tr {
    margin: 0;
    padding: 0; }
    table tr th,
    table tr td {
      padding: 10px;
      text-align: left;
      font-size: 1em;
      line-height: 1.4;
      border: 1px solid #e6e6e6;
      vertical-align: middle; }
    table tr th {
      color: inherit;
      font-weight: 600; }
    table tr td {
      color: inherit; }
  table tbody tr:nth-child(odd) th {
    background: #ffffff; }
  table tbody tr:nth-child(odd) td {
    background: whitesmoke; }
  table tbody tr:nth-child(even) th {
    background: #ffffff; }
  table tbody tr:nth-child(even) td {
    background: #fafafa; }

/**
 * This script will generate fully resposive grids based on the settings below.
 *
 * $grid-margins: The amount of space (in percent) between grid elements. Default is 1.5%
 * $grid-base-cols: The number of columns to base the grid system after. Default is 12
 * $grid-precision: The number of decimals to round the calculations to. Default is 3
 *
 */
/**
 * Begin style output here
 */
.row {
  margin: 0;
  margin-left: -1.5%;
  margin-right: -1.5%;
  padding: 0;
  clear: both; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row > [class*="col-"],
  .row > [class*="grid-"] {
    float: left;
    clear: none;
    margin-top: 0;
    margin-right: 1.5%;
    margin-bottom: 3%;
    margin-left: 1.5%;
    padding: 0;
    list-style: none;
    box-sizing: border-box; }
    .row > [class*="col-"] > *:last-child,
    .row > [class*="grid-"] > *:last-child {
      margin-bottom: 0; }
  .row.no-bottom-margins, .row.no-bottom-margins > * {
    margin-bottom: 0; }
  .row > .col-full {
    width: 97%; }
  .row > .col-12 {
    width: 47%; }
  .row > .col-13 {
    width: 30.333%; }
  .row > .col-23 {
    width: 63.666%; }
  .row > .col-14 {
    width: 22%; }
  .row > .col-34 {
    width: 72%; }
  .row > .col-15 {
    width: 17%; }
  .row > .col-25 {
    width: 37%; }
  .row > .col-35 {
    width: 57%; }
  .row > .col-45 {
    width: 77%; }
  .row > .grid-1 {
    width: 5.333%; }
  .row > .grid-2 {
    width: 13.666%; }
  .row > .grid-3 {
    width: 22%; }
  .row > .grid-4 {
    width: 30.333%; }
  .row > .grid-5 {
    width: 38.666%; }
  .row > .grid-6 {
    width: 47%; }
  .row > .grid-7 {
    width: 55.333%; }
  .row > .grid-8 {
    width: 63.666%; }
  .row > .grid-9 {
    width: 72%; }
  .row > .grid-10 {
    width: 80.333%; }
  .row > .grid-11 {
    width: 88.666%; }
  .row > .grid-12 {
    width: 97%; }
  @media (max-width: 1024px) {
    .row > .lg-col-full {
      width: 97%; }
    .row > .lg-col-12 {
      width: 47%; }
    .row > .lg-col-13 {
      width: 30.333%; }
    .row > .lg-col-23 {
      width: 63.666%; }
    .row > .lg-col-14 {
      width: 22%; }
    .row > .lg-col-34 {
      width: 72%; }
    .row > .lg-col-15 {
      width: 17%; }
    .row > .lg-col-25 {
      width: 37%; }
    .row > .lg-col-35 {
      width: 57%; }
    .row > .lg-col-45 {
      width: 77%; }
    .row > .lg-grid-1 {
      width: 5.333%; }
    .row > .lg-grid-2 {
      width: 13.666%; }
    .row > .lg-grid-3 {
      width: 22%; }
    .row > .lg-grid-4 {
      width: 30.333%; }
    .row > .lg-grid-5 {
      width: 38.666%; }
    .row > .lg-grid-6 {
      width: 47%; }
    .row > .lg-grid-7 {
      width: 55.333%; }
    .row > .lg-grid-8 {
      width: 63.666%; }
    .row > .lg-grid-9 {
      width: 72%; }
    .row > .lg-grid-10 {
      width: 80.333%; }
    .row > .lg-grid-11 {
      width: 88.666%; }
    .row > .lg-grid-12 {
      width: 97%; } }
  @media (max-width: 768px) {
    .row > .md-col-full {
      width: 97%; }
    .row > .md-col-12 {
      width: 47%; }
    .row > .md-col-13 {
      width: 30.333%; }
    .row > .md-col-23 {
      width: 63.666%; }
    .row > .md-col-14 {
      width: 22%; }
    .row > .md-col-34 {
      width: 72%; }
    .row > .md-col-15 {
      width: 17%; }
    .row > .md-col-25 {
      width: 37%; }
    .row > .md-col-35 {
      width: 57%; }
    .row > .md-col-45 {
      width: 77%; }
    .row > .md-grid-1 {
      width: 5.333%; }
    .row > .md-grid-2 {
      width: 13.666%; }
    .row > .md-grid-3 {
      width: 22%; }
    .row > .md-grid-4 {
      width: 30.333%; }
    .row > .md-grid-5 {
      width: 38.666%; }
    .row > .md-grid-6 {
      width: 47%; }
    .row > .md-grid-7 {
      width: 55.333%; }
    .row > .md-grid-8 {
      width: 63.666%; }
    .row > .md-grid-9 {
      width: 72%; }
    .row > .md-grid-10 {
      width: 80.333%; }
    .row > .md-grid-11 {
      width: 88.666%; }
    .row > .md-grid-12 {
      width: 97%; } }
  @media (max-width: 640px) {
    .row > .sm-col-full {
      width: 97%; }
    .row > .sm-col-12 {
      width: 47%; }
    .row > .sm-col-13 {
      width: 30.333%; }
    .row > .sm-col-23 {
      width: 63.666%; }
    .row > .sm-col-14 {
      width: 22%; }
    .row > .sm-col-34 {
      width: 72%; }
    .row > .sm-col-15 {
      width: 17%; }
    .row > .sm-col-25 {
      width: 37%; }
    .row > .sm-col-35 {
      width: 57%; }
    .row > .sm-col-45 {
      width: 77%; }
    .row > .sm-grid-1 {
      width: 5.333%; }
    .row > .sm-grid-2 {
      width: 13.666%; }
    .row > .sm-grid-3 {
      width: 22%; }
    .row > .sm-grid-4 {
      width: 30.333%; }
    .row > .sm-grid-5 {
      width: 38.666%; }
    .row > .sm-grid-6 {
      width: 47%; }
    .row > .sm-grid-7 {
      width: 55.333%; }
    .row > .sm-grid-8 {
      width: 63.666%; }
    .row > .sm-grid-9 {
      width: 72%; }
    .row > .sm-grid-10 {
      width: 80.333%; }
    .row > .sm-grid-11 {
      width: 88.666%; }
    .row > .sm-grid-12 {
      width: 97%; } }
  @media (max-width: 480px) {
    .row > .xs-col-full {
      width: 97%; }
    .row > .xs-col-12 {
      width: 47%; }
    .row > .xs-col-13 {
      width: 30.333%; }
    .row > .xs-col-23 {
      width: 63.666%; }
    .row > .xs-col-14 {
      width: 22%; }
    .row > .xs-col-34 {
      width: 72%; }
    .row > .xs-col-15 {
      width: 17%; }
    .row > .xs-col-25 {
      width: 37%; }
    .row > .xs-col-35 {
      width: 57%; }
    .row > .xs-col-45 {
      width: 77%; }
    .row > .xs-grid-1 {
      width: 5.333%; }
    .row > .xs-grid-2 {
      width: 13.666%; }
    .row > .xs-grid-3 {
      width: 22%; }
    .row > .xs-grid-4 {
      width: 30.333%; }
    .row > .xs-grid-5 {
      width: 38.666%; }
    .row > .xs-grid-6 {
      width: 47%; }
    .row > .xs-grid-7 {
      width: 55.333%; }
    .row > .xs-grid-8 {
      width: 63.666%; }
    .row > .xs-grid-9 {
      width: 72%; }
    .row > .xs-grid-10 {
      width: 80.333%; }
    .row > .xs-grid-11 {
      width: 88.666%; }
    .row > .xs-grid-12 {
      width: 97%; } }
  .row.collapsed {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    .row.collapsed > [class*="col-"],
    .row.collapsed > [class*="grid-"] {
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0; }
    .row.collapsed > .col-full {
      width: 100%; }
    .row.collapsed > .col-12 {
      width: 50%; }
    .row.collapsed > .col-13 {
      width: 33.333%; }
    .row.collapsed > .col-23 {
      width: 66.666%; }
    .row.collapsed > .col-14 {
      width: 25%; }
    .row.collapsed > .col-34 {
      width: 75%; }
    .row.collapsed > .col-15 {
      width: 20%; }
    .row.collapsed > .col-25 {
      width: 40%; }
    .row.collapsed > .col-35 {
      width: 60%; }
    .row.collapsed > .col-45 {
      width: 80%; }
    .row.collapsed > .grid-1 {
      width: 8.333%; }
    .row.collapsed > .grid-2 {
      width: 16.666%; }
    .row.collapsed > .grid-3 {
      width: 25%; }
    .row.collapsed > .grid-4 {
      width: 33.333%; }
    .row.collapsed > .grid-5 {
      width: 41.666%; }
    .row.collapsed > .grid-6 {
      width: 50%; }
    .row.collapsed > .grid-7 {
      width: 58.333%; }
    .row.collapsed > .grid-8 {
      width: 66.666%; }
    .row.collapsed > .grid-9 {
      width: 75%; }
    .row.collapsed > .grid-10 {
      width: 83.333%; }
    .row.collapsed > .grid-11 {
      width: 91.666%; }
    .row.collapsed > .grid-12 {
      width: 100%; }
    @media (max-width: 1024px) {
      .row.collapsed > .lg-col-full {
        width: 100%; }
      .row.collapsed > .lg-col-12 {
        width: 50%; }
      .row.collapsed > .lg-col-13 {
        width: 33.333%; }
      .row.collapsed > .lg-col-23 {
        width: 66.666%; }
      .row.collapsed > .lg-col-14 {
        width: 25%; }
      .row.collapsed > .lg-col-34 {
        width: 75%; }
      .row.collapsed > .lg-col-15 {
        width: 20%; }
      .row.collapsed > .lg-col-25 {
        width: 40%; }
      .row.collapsed > .lg-col-35 {
        width: 60%; }
      .row.collapsed > .lg-col-45 {
        width: 80%; }
      .row.collapsed > .lg-grid-1 {
        width: 8.333%; }
      .row.collapsed > .lg-grid-2 {
        width: 16.666%; }
      .row.collapsed > .lg-grid-3 {
        width: 25%; }
      .row.collapsed > .lg-grid-4 {
        width: 33.333%; }
      .row.collapsed > .lg-grid-5 {
        width: 41.666%; }
      .row.collapsed > .lg-grid-6 {
        width: 50%; }
      .row.collapsed > .lg-grid-7 {
        width: 58.333%; }
      .row.collapsed > .lg-grid-8 {
        width: 66.666%; }
      .row.collapsed > .lg-grid-9 {
        width: 75%; }
      .row.collapsed > .lg-grid-10 {
        width: 83.333%; }
      .row.collapsed > .lg-grid-11 {
        width: 91.666%; }
      .row.collapsed > .lg-grid-12 {
        width: 100%; } }
    @media (max-width: 768px) {
      .row.collapsed > .md-col-full {
        width: 100%; }
      .row.collapsed > .md-col-12 {
        width: 50%; }
      .row.collapsed > .md-col-13 {
        width: 33.333%; }
      .row.collapsed > .md-col-23 {
        width: 66.666%; }
      .row.collapsed > .md-col-14 {
        width: 25%; }
      .row.collapsed > .md-col-34 {
        width: 75%; }
      .row.collapsed > .md-col-15 {
        width: 20%; }
      .row.collapsed > .md-col-25 {
        width: 40%; }
      .row.collapsed > .md-col-35 {
        width: 60%; }
      .row.collapsed > .md-col-45 {
        width: 80%; }
      .row.collapsed > .md-grid-1 {
        width: 8.333%; }
      .row.collapsed > .md-grid-2 {
        width: 16.666%; }
      .row.collapsed > .md-grid-3 {
        width: 25%; }
      .row.collapsed > .md-grid-4 {
        width: 33.333%; }
      .row.collapsed > .md-grid-5 {
        width: 41.666%; }
      .row.collapsed > .md-grid-6 {
        width: 50%; }
      .row.collapsed > .md-grid-7 {
        width: 58.333%; }
      .row.collapsed > .md-grid-8 {
        width: 66.666%; }
      .row.collapsed > .md-grid-9 {
        width: 75%; }
      .row.collapsed > .md-grid-10 {
        width: 83.333%; }
      .row.collapsed > .md-grid-11 {
        width: 91.666%; }
      .row.collapsed > .md-grid-12 {
        width: 100%; } }
    @media (max-width: 640px) {
      .row.collapsed > .sm-col-full {
        width: 100%; }
      .row.collapsed > .sm-col-12 {
        width: 50%; }
      .row.collapsed > .sm-col-13 {
        width: 33.333%; }
      .row.collapsed > .sm-col-23 {
        width: 66.666%; }
      .row.collapsed > .sm-col-14 {
        width: 25%; }
      .row.collapsed > .sm-col-34 {
        width: 75%; }
      .row.collapsed > .sm-col-15 {
        width: 20%; }
      .row.collapsed > .sm-col-25 {
        width: 40%; }
      .row.collapsed > .sm-col-35 {
        width: 60%; }
      .row.collapsed > .sm-col-45 {
        width: 80%; }
      .row.collapsed > .sm-grid-1 {
        width: 8.333%; }
      .row.collapsed > .sm-grid-2 {
        width: 16.666%; }
      .row.collapsed > .sm-grid-3 {
        width: 25%; }
      .row.collapsed > .sm-grid-4 {
        width: 33.333%; }
      .row.collapsed > .sm-grid-5 {
        width: 41.666%; }
      .row.collapsed > .sm-grid-6 {
        width: 50%; }
      .row.collapsed > .sm-grid-7 {
        width: 58.333%; }
      .row.collapsed > .sm-grid-8 {
        width: 66.666%; }
      .row.collapsed > .sm-grid-9 {
        width: 75%; }
      .row.collapsed > .sm-grid-10 {
        width: 83.333%; }
      .row.collapsed > .sm-grid-11 {
        width: 91.666%; }
      .row.collapsed > .sm-grid-12 {
        width: 100%; } }
    @media (max-width: 480px) {
      .row.collapsed > .xs-col-full {
        width: 100%; }
      .row.collapsed > .xs-col-12 {
        width: 50%; }
      .row.collapsed > .xs-col-13 {
        width: 33.333%; }
      .row.collapsed > .xs-col-23 {
        width: 66.666%; }
      .row.collapsed > .xs-col-14 {
        width: 25%; }
      .row.collapsed > .xs-col-34 {
        width: 75%; }
      .row.collapsed > .xs-col-15 {
        width: 20%; }
      .row.collapsed > .xs-col-25 {
        width: 40%; }
      .row.collapsed > .xs-col-35 {
        width: 60%; }
      .row.collapsed > .xs-col-45 {
        width: 80%; }
      .row.collapsed > .xs-grid-1 {
        width: 8.333%; }
      .row.collapsed > .xs-grid-2 {
        width: 16.666%; }
      .row.collapsed > .xs-grid-3 {
        width: 25%; }
      .row.collapsed > .xs-grid-4 {
        width: 33.333%; }
      .row.collapsed > .xs-grid-5 {
        width: 41.666%; }
      .row.collapsed > .xs-grid-6 {
        width: 50%; }
      .row.collapsed > .xs-grid-7 {
        width: 58.333%; }
      .row.collapsed > .xs-grid-8 {
        width: 66.666%; }
      .row.collapsed > .xs-grid-9 {
        width: 75%; }
      .row.collapsed > .xs-grid-10 {
        width: 83.333%; }
      .row.collapsed > .xs-grid-11 {
        width: 91.666%; }
      .row.collapsed > .xs-grid-12 {
        width: 100%; } }
.box-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: center;
  margin: 0;
  margin-bottom: 20px;
  padding: 0; }
  .box-grid > * {
    display: block;
    margin: 0;
    margin-bottom: 3%;
    padding: 0;
    width: 22%;
    list-style: none;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .box-grid > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .box-grid > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .box-grid > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .box-grid > * {
        width: 97%; } }
  .box-grid.columns-5 > * {
    width: 17%; }
  .box-grid.columns-4 > * {
    width: 22%; }
  .box-grid.columns-3 > * {
    width: 30.333%; }
  .box-grid.columns-2 > * {
    width: 47%; }
  .box-grid.columns-1 > * {
    width: 97%; }
  @media (max-width: 1024px) {
    .box-grid.columns-5 > * {
      width: 22%; } }
  @media (max-width: 768px) {
    .box-grid.columns-5 > *, .box-grid.columns-4 > * {
      width: 30.333%; } }
  @media (max-width: 640px) {
    .box-grid.columns-5 > *, .box-grid.columns-4 > *, .box-grid.columns-3 > * {
      width: 47%; } }
  @media (max-width: 480px) {
    .box-grid.columns-5 > *, .box-grid.columns-4 > *, .box-grid.columns-3 > *, .box-grid.columns-2 > * {
      width: 97%; } }
/**
 * This script will generate fully resposive grids based on the settings below.
 *
 * $grid-margins: The amount of space (in percent) between grid elements. Default is 1.5%
 * $grid-base-cols: The number of columns to base the grid system after. Default is 12
 * $grid-precision: The number of decimals to round the calculations to. Default is 3
 *
 */
/**
 * Begin style output here
 */
.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  margin-left: -1.5%;
  margin-right: -1.5%;
  padding: 0; }
  .flex-row[class*="col-"].col-full > *, .flex-row[class*="grid-"].col-full > * {
    width: 97%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-full > *, .flex-row[class*="grid-"].col-full > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-full > *, .flex-row[class*="grid-"].col-full > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-full > *, .flex-row[class*="grid-"].col-full > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-full > *, .flex-row[class*="grid-"].col-full > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-12 > *, .flex-row[class*="grid-"].col-12 > * {
    width: 47%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-12 > *, .flex-row[class*="grid-"].col-12 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-12 > *, .flex-row[class*="grid-"].col-12 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-12 > *, .flex-row[class*="grid-"].col-12 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-12 > *, .flex-row[class*="grid-"].col-12 > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-13 > *, .flex-row[class*="grid-"].col-13 > * {
    width: 30.333%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-13 > *, .flex-row[class*="grid-"].col-13 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-13 > *, .flex-row[class*="grid-"].col-13 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-13 > *, .flex-row[class*="grid-"].col-13 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-13 > *, .flex-row[class*="grid-"].col-13 > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-23 > *, .flex-row[class*="grid-"].col-23 > * {
    width: 63.666%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-23 > *, .flex-row[class*="grid-"].col-23 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-23 > *, .flex-row[class*="grid-"].col-23 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-23 > *, .flex-row[class*="grid-"].col-23 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-23 > *, .flex-row[class*="grid-"].col-23 > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-14 > *, .flex-row[class*="grid-"].col-14 > * {
    width: 22%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-14 > *, .flex-row[class*="grid-"].col-14 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-14 > *, .flex-row[class*="grid-"].col-14 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-14 > *, .flex-row[class*="grid-"].col-14 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-14 > *, .flex-row[class*="grid-"].col-14 > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-34 > *, .flex-row[class*="grid-"].col-34 > * {
    width: 72%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-34 > *, .flex-row[class*="grid-"].col-34 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-34 > *, .flex-row[class*="grid-"].col-34 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-34 > *, .flex-row[class*="grid-"].col-34 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-34 > *, .flex-row[class*="grid-"].col-34 > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-15 > *, .flex-row[class*="grid-"].col-15 > * {
    width: 17%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-15 > *, .flex-row[class*="grid-"].col-15 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-15 > *, .flex-row[class*="grid-"].col-15 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-15 > *, .flex-row[class*="grid-"].col-15 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-15 > *, .flex-row[class*="grid-"].col-15 > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-25 > *, .flex-row[class*="grid-"].col-25 > * {
    width: 37%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-25 > *, .flex-row[class*="grid-"].col-25 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-25 > *, .flex-row[class*="grid-"].col-25 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-25 > *, .flex-row[class*="grid-"].col-25 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-25 > *, .flex-row[class*="grid-"].col-25 > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-35 > *, .flex-row[class*="grid-"].col-35 > * {
    width: 57%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-35 > *, .flex-row[class*="grid-"].col-35 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-35 > *, .flex-row[class*="grid-"].col-35 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-35 > *, .flex-row[class*="grid-"].col-35 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-35 > *, .flex-row[class*="grid-"].col-35 > * {
        width: 100%; } }
  .flex-row[class*="col-"].col-45 > *, .flex-row[class*="grid-"].col-45 > * {
    width: 77%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].col-45 > *, .flex-row[class*="grid-"].col-45 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].col-45 > *, .flex-row[class*="grid-"].col-45 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].col-45 > *, .flex-row[class*="grid-"].col-45 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].col-45 > *, .flex-row[class*="grid-"].col-45 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-1 > *, .flex-row[class*="grid-"].grid-1 > * {
    width: 5.333%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-1 > *, .flex-row[class*="grid-"].grid-1 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-1 > *, .flex-row[class*="grid-"].grid-1 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-1 > *, .flex-row[class*="grid-"].grid-1 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-1 > *, .flex-row[class*="grid-"].grid-1 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-2 > *, .flex-row[class*="grid-"].grid-2 > * {
    width: 13.666%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-2 > *, .flex-row[class*="grid-"].grid-2 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-2 > *, .flex-row[class*="grid-"].grid-2 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-2 > *, .flex-row[class*="grid-"].grid-2 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-2 > *, .flex-row[class*="grid-"].grid-2 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-3 > *, .flex-row[class*="grid-"].grid-3 > * {
    width: 22%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-3 > *, .flex-row[class*="grid-"].grid-3 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-3 > *, .flex-row[class*="grid-"].grid-3 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-3 > *, .flex-row[class*="grid-"].grid-3 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-3 > *, .flex-row[class*="grid-"].grid-3 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-4 > *, .flex-row[class*="grid-"].grid-4 > * {
    width: 30.333%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-4 > *, .flex-row[class*="grid-"].grid-4 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-4 > *, .flex-row[class*="grid-"].grid-4 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-4 > *, .flex-row[class*="grid-"].grid-4 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-4 > *, .flex-row[class*="grid-"].grid-4 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-5 > *, .flex-row[class*="grid-"].grid-5 > * {
    width: 38.666%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-5 > *, .flex-row[class*="grid-"].grid-5 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-5 > *, .flex-row[class*="grid-"].grid-5 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-5 > *, .flex-row[class*="grid-"].grid-5 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-5 > *, .flex-row[class*="grid-"].grid-5 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-6 > *, .flex-row[class*="grid-"].grid-6 > * {
    width: 47%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-6 > *, .flex-row[class*="grid-"].grid-6 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-6 > *, .flex-row[class*="grid-"].grid-6 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-6 > *, .flex-row[class*="grid-"].grid-6 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-6 > *, .flex-row[class*="grid-"].grid-6 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-7 > *, .flex-row[class*="grid-"].grid-7 > * {
    width: 55.333%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-7 > *, .flex-row[class*="grid-"].grid-7 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-7 > *, .flex-row[class*="grid-"].grid-7 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-7 > *, .flex-row[class*="grid-"].grid-7 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-7 > *, .flex-row[class*="grid-"].grid-7 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-8 > *, .flex-row[class*="grid-"].grid-8 > * {
    width: 63.666%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-8 > *, .flex-row[class*="grid-"].grid-8 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-8 > *, .flex-row[class*="grid-"].grid-8 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-8 > *, .flex-row[class*="grid-"].grid-8 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-8 > *, .flex-row[class*="grid-"].grid-8 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-9 > *, .flex-row[class*="grid-"].grid-9 > * {
    width: 72%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-9 > *, .flex-row[class*="grid-"].grid-9 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-9 > *, .flex-row[class*="grid-"].grid-9 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-9 > *, .flex-row[class*="grid-"].grid-9 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-9 > *, .flex-row[class*="grid-"].grid-9 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-10 > *, .flex-row[class*="grid-"].grid-10 > * {
    width: 80.333%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-10 > *, .flex-row[class*="grid-"].grid-10 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-10 > *, .flex-row[class*="grid-"].grid-10 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-10 > *, .flex-row[class*="grid-"].grid-10 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-10 > *, .flex-row[class*="grid-"].grid-10 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-11 > *, .flex-row[class*="grid-"].grid-11 > * {
    width: 88.666%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-11 > *, .flex-row[class*="grid-"].grid-11 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-11 > *, .flex-row[class*="grid-"].grid-11 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-11 > *, .flex-row[class*="grid-"].grid-11 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-11 > *, .flex-row[class*="grid-"].grid-11 > * {
        width: 100%; } }
  .flex-row[class*="col-"].grid-12 > *, .flex-row[class*="grid-"].grid-12 > * {
    width: 97%; }
    @media (max-width: 1024px) {
      .flex-row[class*="col-"].grid-12 > *, .flex-row[class*="grid-"].grid-12 > * {
        width: 22%; } }
    @media (max-width: 768px) {
      .flex-row[class*="col-"].grid-12 > *, .flex-row[class*="grid-"].grid-12 > * {
        width: 30.333%; } }
    @media (max-width: 640px) {
      .flex-row[class*="col-"].grid-12 > *, .flex-row[class*="grid-"].grid-12 > * {
        width: 47%; } }
    @media (max-width: 480px) {
      .flex-row[class*="col-"].grid-12 > *, .flex-row[class*="grid-"].grid-12 > * {
        width: 100%; } }
  .flex-row[class*="col-"].column, .flex-row[class*="grid-"].column {
    flex-direction: column;
    align-items: center; }
  .flex-row[class*="col-"].column-reverse, .flex-row[class*="grid-"].column-reverse {
    flex-direction: column-reverse;
    align-items: center; }
  .flex-row[class*="col-"] > *, .flex-row[class*="grid-"] > * {
    margin-top: 0;
    margin-right: 1.5%;
    margin-bottom: 3%;
    margin-left: 1.5%;
    padding: 0;
    list-style: none;
    box-sizing: border-box; }
  .flex-row > [class*="col-"],
  .flex-row > [class*="grid-"] {
    margin-top: 0;
    margin-right: 1.5%;
    margin-bottom: 3%;
    margin-left: 1.5%;
    padding: 0;
    list-style: none;
    box-sizing: border-box; }
    .flex-row > [class*="col-"] > *:last-child,
    .flex-row > [class*="grid-"] > *:last-child {
      margin-bottom: 0; }
  .flex-row.no-bottom-margins, .flex-row.no-bottom-margins > * {
    margin-bottom: 0; }
  .flex-row > .col-full {
    width: 97%; }
  .flex-row > .col-12 {
    width: 47%; }
  .flex-row > .col-13 {
    width: 30.333%; }
  .flex-row > .col-23 {
    width: 63.666%; }
  .flex-row > .col-14 {
    width: 22%; }
  .flex-row > .col-34 {
    width: 72%; }
  .flex-row > .col-15 {
    width: 17%; }
  .flex-row > .col-25 {
    width: 37%; }
  .flex-row > .col-35 {
    width: 57%; }
  .flex-row > .col-45 {
    width: 77%; }
  .flex-row > .grid-1 {
    width: 5.333%; }
  .flex-row > .grid-2 {
    width: 13.666%; }
  .flex-row > .grid-3 {
    width: 22%; }
  .flex-row > .grid-4 {
    width: 30.333%; }
  .flex-row > .grid-5 {
    width: 38.666%; }
  .flex-row > .grid-6 {
    width: 47%; }
  .flex-row > .grid-7 {
    width: 55.333%; }
  .flex-row > .grid-8 {
    width: 63.666%; }
  .flex-row > .grid-9 {
    width: 72%; }
  .flex-row > .grid-10 {
    width: 80.333%; }
  .flex-row > .grid-11 {
    width: 88.666%; }
  .flex-row > .grid-12 {
    width: 97%; }
  @media (max-width: 1024px) {
    .flex-row > .lg-col-full {
      width: 97%; }
    .flex-row > .lg-col-12 {
      width: 47%; }
    .flex-row > .lg-col-13 {
      width: 30.333%; }
    .flex-row > .lg-col-23 {
      width: 63.666%; }
    .flex-row > .lg-col-14 {
      width: 22%; }
    .flex-row > .lg-col-34 {
      width: 72%; }
    .flex-row > .lg-col-15 {
      width: 17%; }
    .flex-row > .lg-col-25 {
      width: 37%; }
    .flex-row > .lg-col-35 {
      width: 57%; }
    .flex-row > .lg-col-45 {
      width: 77%; }
    .flex-row > .lg-grid-1 {
      width: 5.333%; }
    .flex-row > .lg-grid-2 {
      width: 13.666%; }
    .flex-row > .lg-grid-3 {
      width: 22%; }
    .flex-row > .lg-grid-4 {
      width: 30.333%; }
    .flex-row > .lg-grid-5 {
      width: 38.666%; }
    .flex-row > .lg-grid-6 {
      width: 47%; }
    .flex-row > .lg-grid-7 {
      width: 55.333%; }
    .flex-row > .lg-grid-8 {
      width: 63.666%; }
    .flex-row > .lg-grid-9 {
      width: 72%; }
    .flex-row > .lg-grid-10 {
      width: 80.333%; }
    .flex-row > .lg-grid-11 {
      width: 88.666%; }
    .flex-row > .lg-grid-12 {
      width: 97%; } }
  @media (max-width: 768px) {
    .flex-row > .md-col-full {
      width: 97%; }
    .flex-row > .md-col-12 {
      width: 47%; }
    .flex-row > .md-col-13 {
      width: 30.333%; }
    .flex-row > .md-col-23 {
      width: 63.666%; }
    .flex-row > .md-col-14 {
      width: 22%; }
    .flex-row > .md-col-34 {
      width: 72%; }
    .flex-row > .md-col-15 {
      width: 17%; }
    .flex-row > .md-col-25 {
      width: 37%; }
    .flex-row > .md-col-35 {
      width: 57%; }
    .flex-row > .md-col-45 {
      width: 77%; }
    .flex-row > .md-grid-1 {
      width: 5.333%; }
    .flex-row > .md-grid-2 {
      width: 13.666%; }
    .flex-row > .md-grid-3 {
      width: 22%; }
    .flex-row > .md-grid-4 {
      width: 30.333%; }
    .flex-row > .md-grid-5 {
      width: 38.666%; }
    .flex-row > .md-grid-6 {
      width: 47%; }
    .flex-row > .md-grid-7 {
      width: 55.333%; }
    .flex-row > .md-grid-8 {
      width: 63.666%; }
    .flex-row > .md-grid-9 {
      width: 72%; }
    .flex-row > .md-grid-10 {
      width: 80.333%; }
    .flex-row > .md-grid-11 {
      width: 88.666%; }
    .flex-row > .md-grid-12 {
      width: 97%; } }
  @media (max-width: 640px) {
    .flex-row > .sm-col-full {
      width: 97%; }
    .flex-row > .sm-col-12 {
      width: 47%; }
    .flex-row > .sm-col-13 {
      width: 30.333%; }
    .flex-row > .sm-col-23 {
      width: 63.666%; }
    .flex-row > .sm-col-14 {
      width: 22%; }
    .flex-row > .sm-col-34 {
      width: 72%; }
    .flex-row > .sm-col-15 {
      width: 17%; }
    .flex-row > .sm-col-25 {
      width: 37%; }
    .flex-row > .sm-col-35 {
      width: 57%; }
    .flex-row > .sm-col-45 {
      width: 77%; }
    .flex-row > .sm-grid-1 {
      width: 5.333%; }
    .flex-row > .sm-grid-2 {
      width: 13.666%; }
    .flex-row > .sm-grid-3 {
      width: 22%; }
    .flex-row > .sm-grid-4 {
      width: 30.333%; }
    .flex-row > .sm-grid-5 {
      width: 38.666%; }
    .flex-row > .sm-grid-6 {
      width: 47%; }
    .flex-row > .sm-grid-7 {
      width: 55.333%; }
    .flex-row > .sm-grid-8 {
      width: 63.666%; }
    .flex-row > .sm-grid-9 {
      width: 72%; }
    .flex-row > .sm-grid-10 {
      width: 80.333%; }
    .flex-row > .sm-grid-11 {
      width: 88.666%; }
    .flex-row > .sm-grid-12 {
      width: 97%; } }
  @media (max-width: 480px) {
    .flex-row > .xs-col-full {
      width: 97%; }
    .flex-row > .xs-col-12 {
      width: 47%; }
    .flex-row > .xs-col-13 {
      width: 30.333%; }
    .flex-row > .xs-col-23 {
      width: 63.666%; }
    .flex-row > .xs-col-14 {
      width: 22%; }
    .flex-row > .xs-col-34 {
      width: 72%; }
    .flex-row > .xs-col-15 {
      width: 17%; }
    .flex-row > .xs-col-25 {
      width: 37%; }
    .flex-row > .xs-col-35 {
      width: 57%; }
    .flex-row > .xs-col-45 {
      width: 77%; }
    .flex-row > .xs-grid-1 {
      width: 5.333%; }
    .flex-row > .xs-grid-2 {
      width: 13.666%; }
    .flex-row > .xs-grid-3 {
      width: 22%; }
    .flex-row > .xs-grid-4 {
      width: 30.333%; }
    .flex-row > .xs-grid-5 {
      width: 38.666%; }
    .flex-row > .xs-grid-6 {
      width: 47%; }
    .flex-row > .xs-grid-7 {
      width: 55.333%; }
    .flex-row > .xs-grid-8 {
      width: 63.666%; }
    .flex-row > .xs-grid-9 {
      width: 72%; }
    .flex-row > .xs-grid-10 {
      width: 80.333%; }
    .flex-row > .xs-grid-11 {
      width: 88.666%; }
    .flex-row > .xs-grid-12 {
      width: 97%; } }
  .flex-row.collapsed {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    .flex-row.collapsed > [class*="col-"],
    .flex-row.collapsed > [class*="grid-"] {
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0; }
    .flex-row.collapsed > .col-full {
      width: 100%; }
    .flex-row.collapsed > .col-12 {
      width: 50%; }
    .flex-row.collapsed > .col-13 {
      width: 33.333%; }
    .flex-row.collapsed > .col-23 {
      width: 66.666%; }
    .flex-row.collapsed > .col-14 {
      width: 25%; }
    .flex-row.collapsed > .col-34 {
      width: 75%; }
    .flex-row.collapsed > .col-15 {
      width: 20%; }
    .flex-row.collapsed > .col-25 {
      width: 40%; }
    .flex-row.collapsed > .col-35 {
      width: 60%; }
    .flex-row.collapsed > .col-45 {
      width: 80%; }
    .flex-row.collapsed > .grid-1 {
      width: 8.333%; }
    .flex-row.collapsed > .grid-2 {
      width: 16.666%; }
    .flex-row.collapsed > .grid-3 {
      width: 25%; }
    .flex-row.collapsed > .grid-4 {
      width: 33.333%; }
    .flex-row.collapsed > .grid-5 {
      width: 41.666%; }
    .flex-row.collapsed > .grid-6 {
      width: 50%; }
    .flex-row.collapsed > .grid-7 {
      width: 58.333%; }
    .flex-row.collapsed > .grid-8 {
      width: 66.666%; }
    .flex-row.collapsed > .grid-9 {
      width: 75%; }
    .flex-row.collapsed > .grid-10 {
      width: 83.333%; }
    .flex-row.collapsed > .grid-11 {
      width: 91.666%; }
    .flex-row.collapsed > .grid-12 {
      width: 100%; }
    @media (max-width: 1024px) {
      .flex-row.collapsed > .lg-col-full {
        width: 100%; }
      .flex-row.collapsed > .lg-col-12 {
        width: 50%; }
      .flex-row.collapsed > .lg-col-13 {
        width: 33.333%; }
      .flex-row.collapsed > .lg-col-23 {
        width: 66.666%; }
      .flex-row.collapsed > .lg-col-14 {
        width: 25%; }
      .flex-row.collapsed > .lg-col-34 {
        width: 75%; }
      .flex-row.collapsed > .lg-col-15 {
        width: 20%; }
      .flex-row.collapsed > .lg-col-25 {
        width: 40%; }
      .flex-row.collapsed > .lg-col-35 {
        width: 60%; }
      .flex-row.collapsed > .lg-col-45 {
        width: 80%; }
      .flex-row.collapsed > .lg-grid-1 {
        width: 8.333%; }
      .flex-row.collapsed > .lg-grid-2 {
        width: 16.666%; }
      .flex-row.collapsed > .lg-grid-3 {
        width: 25%; }
      .flex-row.collapsed > .lg-grid-4 {
        width: 33.333%; }
      .flex-row.collapsed > .lg-grid-5 {
        width: 41.666%; }
      .flex-row.collapsed > .lg-grid-6 {
        width: 50%; }
      .flex-row.collapsed > .lg-grid-7 {
        width: 58.333%; }
      .flex-row.collapsed > .lg-grid-8 {
        width: 66.666%; }
      .flex-row.collapsed > .lg-grid-9 {
        width: 75%; }
      .flex-row.collapsed > .lg-grid-10 {
        width: 83.333%; }
      .flex-row.collapsed > .lg-grid-11 {
        width: 91.666%; }
      .flex-row.collapsed > .lg-grid-12 {
        width: 100%; } }
    @media (max-width: 768px) {
      .flex-row.collapsed > .md-col-full {
        width: 100%; }
      .flex-row.collapsed > .md-col-12 {
        width: 50%; }
      .flex-row.collapsed > .md-col-13 {
        width: 33.333%; }
      .flex-row.collapsed > .md-col-23 {
        width: 66.666%; }
      .flex-row.collapsed > .md-col-14 {
        width: 25%; }
      .flex-row.collapsed > .md-col-34 {
        width: 75%; }
      .flex-row.collapsed > .md-col-15 {
        width: 20%; }
      .flex-row.collapsed > .md-col-25 {
        width: 40%; }
      .flex-row.collapsed > .md-col-35 {
        width: 60%; }
      .flex-row.collapsed > .md-col-45 {
        width: 80%; }
      .flex-row.collapsed > .md-grid-1 {
        width: 8.333%; }
      .flex-row.collapsed > .md-grid-2 {
        width: 16.666%; }
      .flex-row.collapsed > .md-grid-3 {
        width: 25%; }
      .flex-row.collapsed > .md-grid-4 {
        width: 33.333%; }
      .flex-row.collapsed > .md-grid-5 {
        width: 41.666%; }
      .flex-row.collapsed > .md-grid-6 {
        width: 50%; }
      .flex-row.collapsed > .md-grid-7 {
        width: 58.333%; }
      .flex-row.collapsed > .md-grid-8 {
        width: 66.666%; }
      .flex-row.collapsed > .md-grid-9 {
        width: 75%; }
      .flex-row.collapsed > .md-grid-10 {
        width: 83.333%; }
      .flex-row.collapsed > .md-grid-11 {
        width: 91.666%; }
      .flex-row.collapsed > .md-grid-12 {
        width: 100%; } }
    @media (max-width: 640px) {
      .flex-row.collapsed > .sm-col-full {
        width: 100%; }
      .flex-row.collapsed > .sm-col-12 {
        width: 50%; }
      .flex-row.collapsed > .sm-col-13 {
        width: 33.333%; }
      .flex-row.collapsed > .sm-col-23 {
        width: 66.666%; }
      .flex-row.collapsed > .sm-col-14 {
        width: 25%; }
      .flex-row.collapsed > .sm-col-34 {
        width: 75%; }
      .flex-row.collapsed > .sm-col-15 {
        width: 20%; }
      .flex-row.collapsed > .sm-col-25 {
        width: 40%; }
      .flex-row.collapsed > .sm-col-35 {
        width: 60%; }
      .flex-row.collapsed > .sm-col-45 {
        width: 80%; }
      .flex-row.collapsed > .sm-grid-1 {
        width: 8.333%; }
      .flex-row.collapsed > .sm-grid-2 {
        width: 16.666%; }
      .flex-row.collapsed > .sm-grid-3 {
        width: 25%; }
      .flex-row.collapsed > .sm-grid-4 {
        width: 33.333%; }
      .flex-row.collapsed > .sm-grid-5 {
        width: 41.666%; }
      .flex-row.collapsed > .sm-grid-6 {
        width: 50%; }
      .flex-row.collapsed > .sm-grid-7 {
        width: 58.333%; }
      .flex-row.collapsed > .sm-grid-8 {
        width: 66.666%; }
      .flex-row.collapsed > .sm-grid-9 {
        width: 75%; }
      .flex-row.collapsed > .sm-grid-10 {
        width: 83.333%; }
      .flex-row.collapsed > .sm-grid-11 {
        width: 91.666%; }
      .flex-row.collapsed > .sm-grid-12 {
        width: 100%; } }
    @media (max-width: 480px) {
      .flex-row.collapsed > .xs-col-full {
        width: 100%; }
      .flex-row.collapsed > .xs-col-12 {
        width: 50%; }
      .flex-row.collapsed > .xs-col-13 {
        width: 33.333%; }
      .flex-row.collapsed > .xs-col-23 {
        width: 66.666%; }
      .flex-row.collapsed > .xs-col-14 {
        width: 25%; }
      .flex-row.collapsed > .xs-col-34 {
        width: 75%; }
      .flex-row.collapsed > .xs-col-15 {
        width: 20%; }
      .flex-row.collapsed > .xs-col-25 {
        width: 40%; }
      .flex-row.collapsed > .xs-col-35 {
        width: 60%; }
      .flex-row.collapsed > .xs-col-45 {
        width: 80%; }
      .flex-row.collapsed > .xs-grid-1 {
        width: 8.333%; }
      .flex-row.collapsed > .xs-grid-2 {
        width: 16.666%; }
      .flex-row.collapsed > .xs-grid-3 {
        width: 25%; }
      .flex-row.collapsed > .xs-grid-4 {
        width: 33.333%; }
      .flex-row.collapsed > .xs-grid-5 {
        width: 41.666%; }
      .flex-row.collapsed > .xs-grid-6 {
        width: 50%; }
      .flex-row.collapsed > .xs-grid-7 {
        width: 58.333%; }
      .flex-row.collapsed > .xs-grid-8 {
        width: 66.666%; }
      .flex-row.collapsed > .xs-grid-9 {
        width: 75%; }
      .flex-row.collapsed > .xs-grid-10 {
        width: 83.333%; }
      .flex-row.collapsed > .xs-grid-11 {
        width: 91.666%; }
      .flex-row.collapsed > .xs-grid-12 {
        width: 100%; } }
/* Form/input/button styles
-------------------------------------------------------------- */
input,
textarea,
select,
button,
.input {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
  vertical-align: middle;
  border: none; }

.gform_wrapper.gform-theme input[type="text"],
.gform_wrapper.gform-theme input[type="email"],
.gform_wrapper.gform-theme input[type="password"],
.gform_wrapper.gform-theme input[type="search"],
.gform_wrapper.gform-theme input[type="url"],
.gform_wrapper.gform-theme input[type="date"],
.gform_wrapper.gform-theme input[type="time"],
.gform_wrapper.gform-theme input[type="datetime"],
.gform_wrapper.gform-theme input[type="datetime-local"],
.gform_wrapper.gform-theme input[type="number"],
.gform_wrapper.gform-theme input[type="range"],
.gform_wrapper.gform-theme input[type="tel"],
.gform_wrapper.gform-theme input[type="range"],
.gform_wrapper.gform-theme input[type="file"],
.gform_wrapper.gform-theme textarea,
.gform_wrapper.gform-theme select,
.gform_wrapper.gform-theme .input {
  padding: 0 12px;
  height: 48px;
  background-color: #ffffff;
  font-size: 16px;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.3s; }
  .gform_wrapper.gform-theme input[type="text"]:focus, .gform_wrapper.gform-theme input[type="text"]:active,
  .gform_wrapper.gform-theme input[type="email"]:focus,
  .gform_wrapper.gform-theme input[type="email"]:active,
  .gform_wrapper.gform-theme input[type="password"]:focus,
  .gform_wrapper.gform-theme input[type="password"]:active,
  .gform_wrapper.gform-theme input[type="search"]:focus,
  .gform_wrapper.gform-theme input[type="search"]:active,
  .gform_wrapper.gform-theme input[type="url"]:focus,
  .gform_wrapper.gform-theme input[type="url"]:active,
  .gform_wrapper.gform-theme input[type="date"]:focus,
  .gform_wrapper.gform-theme input[type="date"]:active,
  .gform_wrapper.gform-theme input[type="time"]:focus,
  .gform_wrapper.gform-theme input[type="time"]:active,
  .gform_wrapper.gform-theme input[type="datetime"]:focus,
  .gform_wrapper.gform-theme input[type="datetime"]:active,
  .gform_wrapper.gform-theme input[type="datetime-local"]:focus,
  .gform_wrapper.gform-theme input[type="datetime-local"]:active,
  .gform_wrapper.gform-theme input[type="number"]:focus,
  .gform_wrapper.gform-theme input[type="number"]:active,
  .gform_wrapper.gform-theme input[type="range"]:focus,
  .gform_wrapper.gform-theme input[type="range"]:active,
  .gform_wrapper.gform-theme input[type="tel"]:focus,
  .gform_wrapper.gform-theme input[type="tel"]:active,
  .gform_wrapper.gform-theme input[type="range"]:focus,
  .gform_wrapper.gform-theme input[type="range"]:active,
  .gform_wrapper.gform-theme input[type="file"]:focus,
  .gform_wrapper.gform-theme input[type="file"]:active,
  .gform_wrapper.gform-theme textarea:focus,
  .gform_wrapper.gform-theme textarea:active,
  .gform_wrapper.gform-theme select:focus,
  .gform_wrapper.gform-theme select:active,
  .gform_wrapper.gform-theme .input:focus,
  .gform_wrapper.gform-theme .input:active {
    border-color: #000000;
    background-color: #fefefe; }

.gform_wrapper.gform-theme select {
  display: inline-flex;
  align-items: center; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="range"],
input[type="file"],
textarea,
select,
.input {
  padding: 0 10px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  transition: all 0.3s; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="range"]:focus,
  input[type="range"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="range"]:focus,
  input[type="range"]:active,
  input[type="file"]:focus,
  input[type="file"]:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active,
  .input:focus,
  .input:active {
    border-color: #000000;
    background-color: #fefefe; }

textarea {
  padding: 10px;
  height: auto;
  line-height: 1.5; }

input[type="radio"],
input[type="checkbox"] {
  position: relative; }

input[type="submit"],
button,
.btn,
body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input:is([type="submit"], [type="button"]),
.button,
.wp-block-file__button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 46px;
  padding: 5px 24px;
  margin: 0;
  color: #ffffff;
  background: #b5a268;
  border: none;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.2s; }
  input[type="submit"]:hover,
  button:hover,
  .btn:hover,
  body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input:hover:is([type="submit"], [type="button"]),
  .button:hover,
  .wp-block-file__button:hover,
  .wp-block-button__link:hover {
    background: #9d894d;
    color: #ffffff;
    cursor: pointer; }
  input[type="submit"].btn-outlined,
  button.btn-outlined,
  .btn.btn-outlined,
  body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input.btn-outlined:is([type="submit"], [type="button"]),
  .button.btn-outlined,
  .wp-block-file__button.btn-outlined,
  .wp-block-button__link.btn-outlined {
    background: transparent;
    color: #b5a268;
    border: 1px solid #b5a268; }
    input[type="submit"].btn-outlined.fb-video:after,
    button.btn-outlined.fb-video:after,
    .btn.btn-outlined.fb-video:after,
    body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input.btn-outlined.fb-video:is([type="submit"], [type="button"]):after,
    .button.btn-outlined.fb-video:after,
    .wp-block-file__button.btn-outlined.fb-video:after,
    .wp-block-button__link.btn-outlined.fb-video:after {
      background-color: #b5a268; }
    input[type="submit"].btn-outlined:hover,
    button.btn-outlined:hover,
    .btn.btn-outlined:hover,
    body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input.btn-outlined:hover:is([type="submit"], [type="button"]),
    .button.btn-outlined:hover,
    .wp-block-file__button.btn-outlined:hover,
    .wp-block-button__link.btn-outlined:hover {
      background: #b5a268;
      color: #ffffff;
      border-color: #b5a268; }
      input[type="submit"].btn-outlined:hover.fb-video:after,
      button.btn-outlined:hover.fb-video:after,
      .btn.btn-outlined:hover.fb-video:after,
      body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input.btn-outlined:hover.fb-video:is([type="submit"], [type="button"]):after,
      .button.btn-outlined:hover.fb-video:after,
      .wp-block-file__button.btn-outlined:hover.fb-video:after,
      .wp-block-button__link.btn-outlined:hover.fb-video:after {
        background-color: #ffffff; }
  @media (max-width: 640px) {
    input[type="submit"],
    button,
    .btn,
    body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input:is([type="submit"], [type="button"]),
    .button,
    .wp-block-file__button,
    .wp-block-button__link {
      height: auto;
      min-height: 46px;
      padding: 10px 20px; } }
a.btn,
a.button,
a.wp-block-file__button,
a.wp-block-button__link {
  line-height: 1.5;
  box-sizing: border-box; }
  a.btn.fb-video:after,
  a.button.fb-video:after,
  a.wp-block-file__button.fb-video:after,
  a.wp-block-button__link.fb-video:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    height: 12px;
    width: 12px;
    transition: all 0.2s;
    -webkit-mask: url(library/img/svg/play-icon.svg) no-repeat 50% 50%;
            mask: url(library/img/svg/play-icon.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #b5a268; }

::-webkit-input-placeholder {
  color: #6f6f6f; }

::-moz-placeholder {
  color: #6f6f6f; }

:-ms-input-placeholder {
  color: #6f6f6f; }

input:-moz-placeholder {
  color: #6f6f6f; }

#hdr {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd; }
  #hdr .spacer {
    flex-grow: 1; }
  #hdr > .ctr {
    max-width: 1750px; }
  #hdr .hdr-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #hdr .hdr-inner #highlight-menu {
      margin-left: 55px; }
  #hdr #logo {
    display: block;
    margin: 0;
    padding: 20px 0; }
    #hdr #logo img {
      height: auto;
      max-height: 60px;
      width: auto;
      max-width: 240px;
      display: block; }
  @media (max-width: 1280px) {
    #hdr .hdr-inner #logo {
      order: 1; }
    #hdr .hdr-inner .spacer {
      order: 2; }
    #hdr .hdr-inner #nav-expand {
      order: 3; }
    #hdr .hdr-inner #highlight-menu {
      order: 4;
      margin-left: 40px; } }
  @media (max-width: 640px) {
    #hdr .hdr-inner {
      flex-wrap: wrap; }
      #hdr .hdr-inner .spacer {
        display: none; }
      #hdr .hdr-inner #highlight-menu {
        order: 1;
        width: 100vw;
        margin-left: -20px;
        margin-right: -20px; }
      #hdr .hdr-inner #logo {
        order: 2;
        padding: 26px 0; }
      #hdr .hdr-inner #nav-expand {
        order: 3; } }
@media (min-width: 1280px) {
  body.has-floating-header #hdr {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: none; }
    body.has-floating-header #hdr ul > li > a {
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
      body.has-floating-header #hdr ul > li > a:hover {
        color: #b5a268; }
  body.has-floating-header section.page-section.section-banner.default-layout .banner-wrap-inner .banner-content {
    padding-top: 5%; } }

#hdr-notification {
  margin: 0;
  padding: 0; }
  #hdr-notification .hdr-notification-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1765px;
    margin: auto;
    padding: 10px 2%; }
    #hdr-notification .hdr-notification-inner > * {
      display: block;
      margin: 0;
      padding: 0; }
  #hdr-notification a.notification-link {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: underline;
    transition: all 0.3s; }
    #hdr-notification a.notification-link > * {
      margin: 0; }
    #hdr-notification a.notification-link:hover {
      color: #ffffff; }
  #hdr-notification a.dismiss-notification {
    margin: 0;
    padding: 0 5px;
    text-decoration: none;
    font-size: 28px;
    border: 1px solid #ffffff;
    color: #ffffff;
    opacity: 0.7; }
    #hdr-notification a.dismiss-notification:hover {
      opacity: 1.0; }
  #hdr-notification p {
    color: #ffffff; }
  #hdr-notification.warning p:before, #hdr-notification.warning p:after, #hdr-notification.emergency p:before, #hdr-notification.emergency p:after {
    content: "\f071";
    font-family: FontAwesome;
    padding: 0 10px;
    font-size: 0.9em;
    font-weight: 900; }
  @media (max-width: 640px) {
    #hdr-notification.warning p:before, #hdr-notification.emergency p:before {
      display: block; }
    #hdr-notification.warning p:after, #hdr-notification.emergency p:after {
      display: none; } }
  #hdr-notification.default {
    background: rgba(243, 238, 228, 0.95); }
    #hdr-notification.default p,
    #hdr-notification.default a {
      color: #1A1A1A; }
    #hdr-notification.default a.dismiss-notification {
      color: #1A1A1A;
      border-color: currentColor; }
  #hdr-notification.warning {
    background: #e1b311; }
  #hdr-notification.emergency {
    background: #f64b2f; }
  #hdr-notification.success {
    background: #7eb62e; }
  #hdr-notification.notice {
    background: #2fa9f6; }

#page {
  padding: 5% 0; }
  #page.no-content {
    display: none;
    padding: 0; }
  #page.shadow-box-layout {
    margin: 0;
    padding: 0; }
    #page.shadow-box-layout .ctr {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      display: flex; }
    #page.shadow-box-layout .shadowbox-left-content,
    #page.shadow-box-layout .shadowbox-right-content {
      margin: 0;
      padding: 5%;
      box-sizing: border-box; }
    #page.shadow-box-layout .shadowbox-left-content {
      width: 25%;
      background: #f6f6f6; }
    #page.shadow-box-layout .shadowbox-right-content {
      width: 75%;
      padding-right: calc( ( 102% - 1440px ) / 2); }
  @media (max-width: 1024px) {
    #page > .ctr {
      padding-left: 55px;
      padding-right: 55px; } }
  @media (max-width: 834px) {
    #page {
      padding-top: 80px;
      padding-bottom: 60px; } }
  @media (max-width: 480px) {
    #page > .ctr {
      padding-left: 20px;
      padding-right: 20px; } }
body:not(:has(#hdr)) #ftr #ftr-top .ftr-content-section {
  max-width: 1000px; }

body:not(:has(#hdr)) #ftr .spacer {
  max-width: 1000px; }

body:not(:has(#hdr)) #ftr .ftr-location-info {
  display: none; }

#ftr {
  padding: 100px 0;
  margin: 0;
  background-color: #3c3528;
  background: linear-gradient(255deg, #242018 0.13%, #514835 99.68%);
  background-position: 50% 0;
  background-size: auto;
  background-repeat: no-repeat; }
  #ftr #ftr-top,
  #ftr #ftr-bottom {
    display: block; }
  #ftr #ftr-top {
    padding: 0 0 70px; }
    #ftr #ftr-top .ftr-content-section {
      max-width: 900px;
      margin: 0 auto;
      padding: 0;
      color: #ffffff; }
      #ftr #ftr-top .ftr-content-section h1, #ftr #ftr-top .ftr-content-section h2, #ftr #ftr-top .ftr-content-section h3 {
        font-size: 48px;
        margin-bottom: 25px; }
      #ftr #ftr-top .ftr-content-section h1, #ftr #ftr-top .ftr-content-section h2, #ftr #ftr-top .ftr-content-section h3, #ftr #ftr-top .ftr-content-section h4, #ftr #ftr-top .ftr-content-section h5, #ftr #ftr-top .ftr-content-section h6, #ftr #ftr-top .ftr-content-section p, #ftr #ftr-top .ftr-content-section ul, #ftr #ftr-top .ftr-content-section li {
        color: #ffffff; }
      #ftr #ftr-top .ftr-content-section p:has(a.btn) {
        margin-top: 35px; }
      #ftr #ftr-top .ftr-content-section > *:last-child {
        margin-bottom: 0; }
  #ftr #ftr-bottom {
    padding: 70px 0 0;
    color: rgba(255, 255, 255, 0.5); }
  #ftr a:not(.btn) {
    color: #ffffff;
    transition: opacity 0.2s; }
    #ftr a:not(.btn):hover {
      filter: alpha(opacity=65);
      -moz-opacity: 0.65;
      -khtml-opacity: 0.65;
      opacity: 0.65; }
  #ftr .copyright {
    text-align: center;
    font-size: 14px;
    max-width: 370px;
    margin: 0 auto; }
    #ftr .copyright p {
      line-height: 1.90; }
    #ftr .copyright p,
    #ftr .copyright a {
      margin-bottom: 5px;
      color: inherit; }
    #ftr .copyright > *:last-child {
      margin-bottom: 0; }
  #ftr .ftr-location-info {
    display: flex;
    justify-content: center;
    gap: 15px 40px;
    margin: 0 auto 45px;
    padding: 0;
    max-width: 900px;
    text-align: center; }
    #ftr .ftr-location-info > * {
      display: list-item;
      margin: 0;
      color: rgba(255, 255, 255, 0.5);
      white-space: nowrap;
      padding-left: 13px; }
      #ftr .ftr-location-info > *::marker {
        color: rgba(255, 255, 255, 0.2); }
      #ftr .ftr-location-info > *:first-child {
        list-style: none;
        padding-left: 0; }
  #ftr .spacer {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    height: 2px;
    background: rgba(255, 255, 255, 0.1); }
  #ftr #footer-menu {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1px;
    grid-template-columns: repeat(3, max-content);
    grid-template-rows: repeat(3, auto);
    justify-content: space-between;
    gap: 18px 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 0;
    list-style: none; }
    #ftr #footer-menu > li {
      display: block;
      margin: 0;
      padding: 0; }
      #ftr #footer-menu > li > a {
        color: rgba(255, 255, 255, 0.7984);
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 2px;
        transition: color 0.2s; }
        #ftr #footer-menu > li > a:hover {
          color: #ffffff; }
  @media (max-width: 900px) {
    #ftr #ftr-top .ftr-content-section {
      max-width: 600px; }
    #ftr .spacer {
      max-width: 600px; }
    #ftr .ftr-location-info {
      flex-wrap: wrap; }
    #ftr #footer-menu {
      max-width: 490px;
      grid-template-columns: repeat(2, max-content);
      grid-template-rows: repeat(5, auto); } }
  @media (max-width: 768px) {
    #ftr .ftr-location-info {
      display: block; }
      #ftr .ftr-location-info > * {
        display: block;
        white-space: normal;
        padding-left: 0;
        margin-bottom: 15px;
        line-height: 1.5; } }
  @media (max-width: 480px) {
    #ftr #footer-menu {
      display: none; } }
/* Navigation Expand Menu
-------------------------------------------------------------- */
#nav-expand {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 5px 0;
  position: relative;
  height: 36px;
  width: 38px;
  margin: 0;
  padding: 0;
  z-index: 999999;
  border-radius: 100%; }
  #nav-expand span.line {
    height: 4px;
    width: 100%;
    display: block;
    background-color: #6A6158;
    border-radius: 20px;
    transition: transform 0.2s; }
    #nav-expand span.line:last-child {
      margin-bottom: 0; }
  #nav-expand:hover {
    cursor: pointer; }

/* Main navigation styles
-------------------------------------------------------------- */
#main-menu,
#highlight-menu {
  margin: 0;
  padding: 0; }
  #main-menu li,
  #highlight-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }
    #main-menu li a,
    #highlight-menu li a {
      text-transform: uppercase;
      font-weight: 600;
      color: #222222;
      transition: all 0.2s; }
    #main-menu li.mobile-only,
    #highlight-menu li.mobile-only {
      position: fixed;
      visibility: hidden;
      left: -9999em;
      height: 0;
      width: 0;
      overflow: hidden; }
    #main-menu li.has-sub-menu > a,
    #highlight-menu li.has-sub-menu > a {
      padding-right: 10px;
      position: relative; }
      #main-menu li.has-sub-menu > a::before,
      #highlight-menu li.has-sub-menu > a::before {
        width: calc( 100% + 12px); }
      #main-menu li.has-sub-menu > a:after,
      #highlight-menu li.has-sub-menu > a:after {
        content: '\f078';
        font-family: FontAwesome;
        display: inline-block;
        max-height: 10px;
        font-size: 10px;
        position: absolute;
        top: 50%;
        right: -4px;
        color: inherit;
        transition: transform 0.2s;
        transform: translateY(-50%) rotate(0deg); }
    #main-menu li.has-sub-menu:hover > a:after,
    #highlight-menu li.has-sub-menu:hover > a:after {
      transform: translateY(-50%) rotate(-180deg); }
    #main-menu li ul,
    #highlight-menu li ul {
      visibility: hidden;
      position: absolute;
      z-index: -999;
      width: auto;
      margin: 0;
      padding: 0;
      background: #ffffff;
      box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
      transition: opacity 0.2s;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
      #main-menu li ul li,
      #highlight-menu li ul li {
        display: block; }
        #main-menu li ul li > a,
        #highlight-menu li ul li > a {
          display: block;
          min-width: 180px;
          margin: 0;
          padding: 15px 30px;
          white-space: nowrap;
          text-align: left;
          font-size: 14px;
          color: #1A1A1A; }
          #main-menu li ul li > a:hover,
          #highlight-menu li ul li > a:hover {
            background-color: #9d894d;
            color: #ffffff; }
        #main-menu li ul li ul,
        #highlight-menu li ul li ul {
          border-left: 1px solid #9d894d; }
    #main-menu li:hover > a,
    #highlight-menu li:hover > a {
      color: #b5a268; }
    #main-menu li:hover > ul,
    #highlight-menu li:hover > ul {
      visibility: visible;
      z-index: 999;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  #main-menu > li,
  #highlight-menu > li {
    position: relative;
    display: inline-block;
    margin: 0;
    list-style: none; }
    #main-menu > li > a,
    #highlight-menu > li > a {
      display: inline-block;
      margin: 0;
      padding: 15px 15px;
      letter-spacing: 0.8px; }
    #main-menu > li > ul,
    #highlight-menu > li > ul {
      top: 100%;
      left: 0; }
      #main-menu > li > ul > li ul,
      #highlight-menu > li > ul > li ul {
        top: 0;
        left: 100%; }
    #main-menu > li.highlight > a,
    #highlight-menu > li.highlight > a {
      background: #b5a268;
      color: #ffffff;
      transition: all 0.2s; }
      #main-menu > li.highlight > a:hover,
      #highlight-menu > li.highlight > a:hover {
        background: #9d894d; }

#main-menu {
  display: flex;
  justify-content: space-between;
  gap: 15px 0;
  max-width: 1170px;
  width: 100%; }

@media (max-width: 640px) {
  #highlight-menu > li {
    width: 100%; }
    #highlight-menu > li > a {
      display: block;
      text-align: center; } }

/* Pager styles
-------------------------------------------------------------- */
.pager {
  margin-top: 30px;
  padding: 0;
  text-align: center; }
  .pager:after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline-block;
    margin: 0 10px 10px 0; }
    .pager li a, .pager li span {
      display: block;
      padding: 5px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      background: #b5a268;
      color: #ffffff;
      font-size: 1.25em;
      transition: all 0.3s; }
      .pager li a.dots, .pager li span.dots {
        height: auto;
        width: auto;
        background: none;
        color: #b5a268; }
      .pager li a i, .pager li span i {
        font-size: 0.9em;
        color: #ffffff; }
      .pager li a.prev .icon, .pager li span.prev .icon {
        padding-right: 5px; }
      .pager li a.next .icon, .pager li span.next .icon {
        padding-left: 5px; }
    .pager li a:hover, .pager li .current {
      background: #3a3426; }

/* Breadcrumb styles
-------------------------------------------------------------- */
#breadcrumb-bx {
  background: white;
  padding: 5px; }

.breadcrumbs {
  margin: 0 0 20px;
  padding: 0; }
  .breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumbs li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs li a {
      display: inline-block; }
      .breadcrumbs li a:after {
        content: "\f105";
        margin-left: 10px;
        font-family: FontAwesome;
        font-size: 16px;
        color: #222222;
        font-weight: 900; }
  .breadcrumbs li, .breadcrumbs li a {
    line-height: 1.4; }

/* Breadcrumb styles
-------------------------------------------------------------- */
#skip-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  outline: 2px solid #b5a268;
  width: 300px;
  padding: 20px;
  position: fixed;
  right: 110%;
  top: 50px;
  z-index: 999;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  box-shadow: 3px 3px 5px 0px rgba(34, 34, 34, 0.75);
  transition: all 0.15s; }
  #skip-nav.active {
    right: 80%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  #skip-nav #skip-exit {
    background: #b5a268;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    transition: background 0.2s; }
    #skip-nav #skip-exit:hover {
      cursor: pointer;
      background: #3a3426; }
  #skip-nav .nav-title {
    display: block;
    width: 100%;
    font-size: 1.125em;
    text-align: center;
    margin-bottom: 15px; }
  #skip-nav .nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center; }
    #skip-nav .nav-wrapper > li {
      width: 49%;
      margin: 0 1% 1.5%;
      list-style: none; }
      #skip-nav .nav-wrapper > li > a {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
        #skip-nav .nav-wrapper > li > a:active {
          background-color: blue; }
      #skip-nav .nav-wrapper > li:nth-child(2n+1) {
        margin-left: 0; }
      #skip-nav .nav-wrapper > li:nth-child(2n+2) {
        margin-right: 0; }

.tabs {
  display: block;
  margin: 0 0 20px; }
  .tabs .labels {
    display: block;
    margin: 0;
    padding: 0 20px; }
    .tabs .labels:after {
      content: "";
      display: table;
      clear: both; }
    .tabs .labels .label {
      float: left;
      margin: 0 1px;
      padding: 0;
      list-style: none;
      background: #fefefe; }
      .tabs .labels .label > a {
        display: block;
        margin: 0;
        padding: 10px 20px; }
      .tabs .labels .label.active {
        background: #f6f6f6; }
        .tabs .labels .label.active > a {
          color: #000000; }
  .tabs .tab {
    margin: 0;
    padding: 2.5%;
    background: #f6f6f6; }
    .tabs .tab:after {
      content: "";
      display: table;
      clear: both; }
    .tabs .tab > *:last-child {
      margin-bottom: 0; }

.faqs.expandable .faq {
  margin-bottom: 20px; }
  .faqs.expandable .faq .faq-title {
    margin: 0;
    margin-bottom: 10px; }
    .faqs.expandable .faq .faq-title:hover {
      cursor: pointer; }
    .faqs.expandable .faq .faq-title:before {
      content: '';
      display: inline-block;
      width: 12px;
      margin: 0 10px 0 0;
      padding: 0 6px;
      text-align: center;
      background: #f6f6f6;
      border-radius: 50%; }
  .faqs.expandable .faq.collapsed .faq-title:before {
    content: '+'; }
  .faqs.expandable .faq.expanded .faq-title:before {
    content: '−'; }

.faqs.ux-list-layout {
  margin-top: 70px; }
  .faqs.ux-list-layout .faq {
    display: flex;
    margin: 0;
    padding: 30px 0 40px;
    border-top: 1px solid rgba(106, 97, 88, 0.25);
    gap: 5%; }
    .faqs.ux-list-layout .faq .faq-title,
    .faqs.ux-list-layout .faq .faq-content {
      margin: 0;
      padding: 0; }
    .faqs.ux-list-layout .faq .faq-title {
      width: 35%;
      font-size: 18px;
      font-family: Montserrat, sans-serif;
      text-transform: uppercase;
      font-weight: 600; }
    .faqs.ux-list-layout .faq .faq-content {
      width: 60%; }
      .faqs.ux-list-layout .faq .faq-content > *:last-child {
        margin-bottom: 0; }
    @media (max-width: 768px) {
      .faqs.ux-list-layout .faq {
        flex-direction: column; }
        .faqs.ux-list-layout .faq .faq-title,
        .faqs.ux-list-layout .faq .faq-content {
          width: 100%; }
        .faqs.ux-list-layout .faq .faq-title {
          margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .faqs.ux-list-layout .faq {
      display: block; }
      .faqs.ux-list-layout .faq .faq-title,
      .faqs.ux-list-layout .faq .faq-content {
        width: 100%; }
      .faqs.ux-list-layout .faq .faq-title {
        margin-bottom: 20px; }
      .faqs.ux-list-layout .faq:last-child {
        padding-bottom: 0; } }
.testimonials:not(.slick-slider) .testimonial {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  padding: 50px 20px 50px 50px;
  text-align: left; }

blockquote.testimonial {
  display: flex;
  align-items: center;
  padding: 30px;
  text-align: center;
  background: #ffffff; }
  blockquote.testimonial .testimonial-image {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    border-radius: 100%; }
    blockquote.testimonial .testimonial-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: 110%;
      max-height: 110%;
      transform: translate(-50%, -50%); }
    blockquote.testimonial .testimonial-image.default-icon {
      border-radius: 0; }
      blockquote.testimonial .testimonial-image.default-icon img {
        max-width: 100%;
        max-height: 100%; }
  blockquote.testimonial .testimonial-content > * {
    display: inline;
    margin: 0;
    padding: 0; }
  blockquote.testimonial .testimonial-content p {
    line-height: 1.6;
    margin-bottom: 20px; }
  blockquote.testimonial .testimonial-content > *:last-child {
    margin-bottom: 0; }
  blockquote.testimonial cite {
    margin: 20px 0 0;
    font-family: Libre Bodoni, serif;
    white-space: normal; }

.testimonials.testimonial-slider {
  margin: 0;
  padding: 0 0 2.5%; }
  .testimonials.testimonial-slider .testimonial {
    margin: 0;
    padding: 0; }
    .testimonials.testimonial-slider .testimonial .inner {
      max-width: 640px;
      margin: auto;
      padding: 0 80px; }

.accordions {
  padding: 0 0 20px; }
  .accordions .accordion {
    margin: 0;
    padding: 0; }
    .accordions .accordion .title {
      position: relative;
      padding: 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #f6f6f6; }
      .accordions .accordion .title .icon {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: middle; }
        .accordions .accordion .title .icon img {
          max-width: 28px;
          max-height: 28px; }
      .accordions .accordion .title:hover {
        cursor: pointer; }
      .accordions .accordion .title:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        margin: 0;
        padding: 0;
        color: #222222;
        transform: translateY(-50%); }
    .accordions .accordion .content:after {
      content: "";
      display: table;
      clear: both; }
    .accordions .accordion.expanded .title:after {
      content: '−'; }
    .accordions .accordion.collapsed .title:after {
      content: '+'; }

body:not(:has(#hdr)) section.page-section.section-video-banner.ux-style-boxed .video-banner-content h1, body:not(:has(#hdr)) section.page-section.section-video-banner.ux-style-boxed .video-banner-content h2, body:not(:has(#hdr)) section.page-section.section-video-banner.ux-style-boxed .video-banner-content h3 {
  font-size: 2.25em; }

#hdr + section.page-section.section-video-banner.ux-style-boxed.pos-btm .section-content {
  margin-bottom: 60px; }

#hdr + section.page-section.section-video-banner.ux-style-boxed.pos-btm .video-banner-content {
  top: auto;
  bottom: -60px; }

#hdr + section.page-section.section-video-banner.ux-style-boxed .section-content::before {
  background: rgba(0, 0, 0, 0.375); }

#hdr + section.page-section.section-video-banner.ux-style-boxed .video-banner-content {
  max-width: 800px;
  padding: 60px 70px 60px 90px;
  top: 300px;
  transform: none; }
  #hdr + section.page-section.section-video-banner.ux-style-boxed .video-banner-content p {
    font-size: 16px; }

@media (max-width: 1024px) {
  #hdr + section.page-section.section-video-banner .video-banner-content p {
    font-size: 1.2em; }
  #hdr + section.page-section.section-video-banner .video-banner-content h2 {
    font-size: 2.75em; }
  #hdr + section.page-section.section-video-banner .video-banner-content h3 {
    font-size: 2.375em; }
  #hdr + section.page-section.section-video-banner.ux-style-default .video-banner-content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 30px;
    background: #222222;
    transform: none;
    box-sizing: border-box; }
  #hdr + section.page-section.section-video-banner.ux-style-boxed .video-banner-content {
    padding: 70px 50px;
    position: relative;
    top: auto;
    left: auto;
    margin: -175px auto 0;
    max-width: calc( 100% - 110px); } }

@media (max-width: 834px) {
  #hdr + section.page-section.section-video-banner figure.fallback {
    height: 475px; }
  #hdr + section.page-section.section-video-banner.ux-style-boxed .video-banner-content {
    top: 0; } }

@media (max-width: 640px) {
  #hdr + section.page-section.section-video-banner figure.fallback {
    height: 240px; } }

@media (max-width: 480px) {
  #hdr + section.page-section.section-video-banner.ux-style-boxed .video-banner-content {
    padding: 50px 40px;
    max-width: none; } }

section.page-section {
  margin: 0;
  padding: 0;
  /**
     * Individual section styles
     */
  /**
     * Section custom classes overrides
     */ }
  section.page-section.section-divider hr {
    margin-left: auto;
    margin-right: auto; }
  section.page-section.section-divider.full-width hr {
    width: 100%; }
  section.page-section.section-divider.max-width hr {
    width: 1440px; }
  section.page-section.section-divider.reduced-width hr {
    width: 800px; }
  section.page-section .section-content {
    position: relative;
    max-width: 1440px;
    padding: 5% 2%;
    margin: 0 auto; }
    section.page-section .section-content > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 834px) {
      section.page-section .section-content {
        padding: 80px 20px; } }
  section.page-section.section-general-content.shadow-box:not(.has-image) .section-content {
    padding-left: 25%;
    padding-right: 25%; }
  section.page-section.section-general-content.shadow-box.no-horizontal-padding .section-content {
    padding-left: 0;
    padding-right: 0; }
  section.page-section.section-general-content.shadow-box.image-position-right .section-content {
    padding-left: 20%; }
  section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content, section.page-section.section-general-content.shadow-box.has-image.image-position-left .section-content {
    padding-bottom: 0; }
  section.page-section.section-general-content.shadow-box.has-image.image-position-right.shadow-box-alt .section-content .image-content .content, section.page-section.section-general-content.shadow-box.has-image.image-position-left.shadow-box-alt .section-content .image-content .content {
    padding: 180px 110px 180px 60px; }
    section.page-section.section-general-content.shadow-box.has-image.image-position-right.shadow-box-alt .section-content .image-content .content *, section.page-section.section-general-content.shadow-box.has-image.image-position-left.shadow-box-alt .section-content .image-content .content * {
      color: #ffffff; }
  section.page-section.section-general-content.shadow-box.has-image.image-position-right.lrg-content .section-content .image-content .content, section.page-section.section-general-content.shadow-box.has-image.image-position-left.lrg-content .section-content .image-content .content {
    max-width: 900px; }
  section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content, section.page-section.section-general-content.shadow-box.has-image.image-position-left .section-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content .image-content, section.page-section.section-general-content.shadow-box.has-image.image-position-left .section-content .image-content {
      gap: 0; }
      section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content .image-content .image, section.page-section.section-general-content.shadow-box.has-image.image-position-left .section-content .image-content .image {
        flex-basis: 52%;
        height: 800px;
        visibility: visible !important;
        animation: none; }
        section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content .image-content .image img, section.page-section.section-general-content.shadow-box.has-image.image-position-left .section-content .image-content .image img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content .image-content .content, section.page-section.section-general-content.shadow-box.has-image.image-position-left .section-content .image-content .content {
        flex-basis: 50%;
        max-width: 750px;
        background: rgba(243, 238, 228, 0.9);
        margin-left: -65px;
        padding: 100px;
        box-sizing: border-box; }
        section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content .image-content .content h3, section.page-section.section-general-content.shadow-box.has-image.image-position-left .section-content .image-content .content h3 {
          font-size: 2.25em; }
  section.page-section.section-general-content.shadow-box.has-image.image-position-left .section-content .image-content {
    justify-content: flex-start; }
  section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content .image-content {
    justify-content: flex-start; }
  section.page-section.section-general-content.shadow-box.has-image.image-position-right .section-content .content {
    position: relative;
    margin-left: 0;
    margin-right: -65px; }
  section.page-section.section-general-content.global-footer-cta {
    background-color: #676a70;
    background-image: url(library/img/cta-footer-bg.jpg);
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat; }
    section.page-section.section-general-content.global-footer-cta .section-content > p,
    section.page-section.section-general-content.global-footer-cta .section-content > h1, section.page-section.section-general-content.global-footer-cta .section-content > h2, section.page-section.section-general-content.global-footer-cta .section-content > h3, section.page-section.section-general-content.global-footer-cta .section-content > h4, section.page-section.section-general-content.global-footer-cta .section-content > h5, section.page-section.section-general-content.global-footer-cta .section-content > h6 {
      color: #ffffff; }
    section.page-section.section-general-content.global-footer-cta .section-content input, section.page-section.section-general-content.global-footer-cta .section-content select, section.page-section.section-general-content.global-footer-cta .section-content textarea {
      border-color: #ffffff; }
    section.page-section.section-general-content.global-footer-cta .section-content .gform_footer .gform_button {
      margin-left: auto;
      margin-right: auto; }
    section.page-section.section-general-content.global-footer-cta hr {
      opacity: 0.1;
      max-width: 80px; }
    section.page-section.section-general-content.global-footer-cta .gform_wrapper {
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; }
  section.page-section.section-general-content.has-image .section-content .image-content {
    display: block; }
    section.page-section.section-general-content.has-image .section-content .image-content figure.image img {
      display: block; }
  section.page-section.section-general-content.has-image.image-position-left .section-content, section.page-section.section-general-content.has-image.image-position-right .section-content {
    max-width: 1540px; }
    section.page-section.section-general-content.has-image.image-position-left .section-content .image-content, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 50px 80px; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .image, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .image {
        flex-basis: 52%; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content {
        flex-basis: 43%; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content hr, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content hr {
        background: transparent; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h4, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h4 {
        font-size: 1.75em; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h2:has(img) img, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h3:has(img) img, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h4:has(img) img, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h5:has(img) img, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h2:has(img) img, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h3:has(img) img, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h4:has(img) img, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h5:has(img) img {
        margin-bottom: 0; }
        section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h2:has(img) img.alignleft, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h3:has(img) img.alignleft, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h4:has(img) img.alignleft, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h5:has(img) img.alignleft, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h2:has(img) img.alignleft, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h3:has(img) img.alignleft, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h4:has(img) img.alignleft, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h5:has(img) img.alignleft {
          margin-right: 23px; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h2:has(img) + p, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h3:has(img) + p, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h4:has(img) + p, section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h5:has(img) + p, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h2:has(img) + p, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h3:has(img) + p, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h4:has(img) + p, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h5:has(img) + p {
        margin-bottom: 45px; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content > *:last-child, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content > *:last-child {
        margin-bottom: 0; }
  section.page-section.section-general-content.has-image.image-position-right .section-content .image-content {
    flex-direction: row-reverse; }
  section.page-section.section-general-content.has-image.image-position-background .section-content {
    padding: 0;
    max-width: 100%; }
    section.page-section.section-general-content.has-image.image-position-background .section-content .image-content {
      position: relative;
      overflow: hidden; }
      section.page-section.section-general-content.has-image.image-position-background .section-content .image-content figure.image {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0; }
        section.page-section.section-general-content.has-image.image-position-background .section-content .image-content figure.image img {
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          width: auto;
          height: auto;
          min-height: 100%;
          min-width: 100%;
          max-height: none;
          max-width: none;
          transform: translate(-50%, -50%); }
      section.page-section.section-general-content.has-image.image-position-background .section-content .image-content .content {
        position: relative;
        z-index: 10;
        margin: auto;
        padding: 10% 0;
        max-width: 1440px; }
        section.page-section.section-general-content.has-image.image-position-background .section-content .image-content .content > *:last-child {
          margin-bottom: 0; }
  section.page-section.section-general-content.has-image.image-position-background.light-content {
    background-color: #222222; }
    section.page-section.section-general-content.has-image.image-position-background.light-content .section-content .image-content .content > *:not(.btn) {
      color: #ffffff; }
  section.page-section.section-general-content.has-image.image-position-background.dark-content {
    background-color: #f6f6f6; }
    section.page-section.section-general-content.has-image.image-position-background.dark-content .section-content .image-content .content > *:not(.btn) {
      color: #000000; }
  section.page-section.section-general-content.has-image.image-position-background.effect-darken figure.image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.675); }
  @media (max-width: 1024px) {
    section.page-section.section-general-content.has-image.image-position-left.shadow-box.shadow-box-alt .section-content, section.page-section.section-general-content.has-image.image-position-right.shadow-box.shadow-box-alt .section-content {
      padding-bottom: 0; }
      section.page-section.section-general-content.has-image.image-position-left.shadow-box.shadow-box-alt .section-content .image-content .content, section.page-section.section-general-content.has-image.image-position-right.shadow-box.shadow-box-alt .section-content .image-content .content {
        padding: 70px 60px;
        margin-top: -170px; }
    section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content {
      padding-bottom: 100px; }
      section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content .image-content, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content .image-content {
        display: block;
        padding-left: 55px;
        padding-right: 55px; }
        section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content .image-content .image, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content .image-content .image {
          margin-left: -55px;
          margin-right: -55px; }
        section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content .image-content .content, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content .image-content .content {
          position: relative;
          max-width: 100%;
          margin-left: 0;
          margin-top: -90px; }
    section.page-section.section-general-content.has-image.image-position-left .section-content .image-content, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content {
      align-items: flex-start; } }
  @media (max-width: 900px) {
    section.page-section.section-general-content:not(.has-image) .section-content {
      padding-left: 55px;
      padding-right: 55px; }
    section.page-section.section-general-content.has-image.image-position-left:not(.shadow-box) .section-content, section.page-section.section-general-content.has-image.image-position-right:not(.shadow-box) .section-content {
      padding-left: 55px;
      padding-right: 55px; }
      section.page-section.section-general-content.has-image.image-position-left:not(.shadow-box) .section-content .image-content, section.page-section.section-general-content.has-image.image-position-right:not(.shadow-box) .section-content .image-content {
        display: flex;
        flex-wrap: wrap;
        row-gap: 80px; }
        section.page-section.section-general-content.has-image.image-position-left:not(.shadow-box) .section-content .image-content figure.image,
        section.page-section.section-general-content.has-image.image-position-left:not(.shadow-box) .section-content .image-content .content, section.page-section.section-general-content.has-image.image-position-right:not(.shadow-box) .section-content .image-content figure.image,
        section.page-section.section-general-content.has-image.image-position-right:not(.shadow-box) .section-content .image-content .content {
          flex-basis: 100%;
          width: 100%; }
        section.page-section.section-general-content.has-image.image-position-left:not(.shadow-box) .section-content .image-content .content, section.page-section.section-general-content.has-image.image-position-right:not(.shadow-box) .section-content .image-content .content {
          order: 1; }
        section.page-section.section-general-content.has-image.image-position-left:not(.shadow-box) .section-content .image-content figure.image, section.page-section.section-general-content.has-image.image-position-right:not(.shadow-box) .section-content .image-content figure.image {
          order: 2;
          margin-bottom: 0; }
    section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content {
      padding-top: 0; }
    section.page-section.section-general-content.has-image.image-position-left .section-content .image-content, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content {
      display: block; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content figure.image, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content figure.image {
        display: block;
        margin: 0 0 20px; }
        section.page-section.section-general-content.has-image.image-position-left .section-content .image-content figure.image img, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content figure.image img {
          margin: auto; } }
  @media (max-width: 640px) {
    section.page-section.section-general-content:not(.has-image) .section-content {
      padding-left: 20px;
      padding-right: 20px; }
    section.page-section.section-general-content.has-image.image-position-left.shadow-box.shadow-box-alt .section-content .image-content .image, section.page-section.section-general-content.has-image.image-position-right.shadow-box.shadow-box-alt .section-content .image-content .image {
      height: 450px; }
    section.page-section.section-general-content.has-image.image-position-left.shadow-box.shadow-box-alt .section-content .image-content .content, section.page-section.section-general-content.has-image.image-position-right.shadow-box.shadow-box-alt .section-content .image-content .content {
      padding: 70px 40px;
      margin-top: 0; }
    section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content .image-content, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content .image-content {
      padding-left: 0;
      padding-right: 0; }
      section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content .image-content .image, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content .image-content .image {
        height: 500px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0; }
    section.page-section.section-general-content.has-image.image-position-left .section-content .image-content, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content {
      align-items: flex-start; }
      section.page-section.section-general-content.has-image.image-position-left .section-content .image-content .content h4:has(img) img.alignleft, section.page-section.section-general-content.has-image.image-position-right .section-content .image-content .content h4:has(img) img.alignleft {
        margin: 0 0 25px; } }
  @media (max-width: 480px) {
    section.page-section.section-general-content.has-image.image-position-left:not(.shadow-box) .section-content, section.page-section.section-general-content.has-image.image-position-right:not(.shadow-box) .section-content {
      padding-left: 25px;
      padding-right: 25px; }
    section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content {
      padding-bottom: 80px; }
      section.page-section.section-general-content.has-image.image-position-left.shadow-box .section-content .image-content .content, section.page-section.section-general-content.has-image.image-position-right.shadow-box .section-content .image-content .content {
        padding: 70px 50px;
        margin-top: -55px; } }
  section.page-section.section-main-content main#page,
  section.page-section.section-main-content main#page .ctr {
    padding: 0; }
  @media (max-width: 1024px) {
    section.page-section.section-main-content .section-content {
      padding-left: 55px;
      padding-right: 55px; } }
  @media (max-width: 480px) {
    section.page-section.section-main-content .section-content {
      padding-left: 25px;
      padding-right: 25px; } }
  section.page-section.section-grid-layout .section-content:has(.box-grid.columns-2 .grid-element .gform_wrapper) {
    max-width: 1420px; }
    section.page-section.section-grid-layout .section-content:has(.box-grid.columns-2 .grid-element .gform_wrapper) .box-grid {
      gap: 85px 5%; }
      section.page-section.section-grid-layout .section-content:has(.box-grid.columns-2 .grid-element .gform_wrapper) .box-grid.columns-2 .grid-element {
        width: 47.5%; }
  section.page-section.section-grid-layout .section-content:has(.box-grid.columns-3) {
    max-width: 1250px; }
  section.page-section.section-grid-layout .section-content:has(.box-grid.columns-4) {
    max-width: 1700px; }
  section.page-section.section-grid-layout .section-content .box-grid {
    gap: 85px 9%; }
    section.page-section.section-grid-layout .section-content .box-grid.columns-2 .grid-element {
      width: 45.5%; }
    section.page-section.section-grid-layout .section-content .box-grid.columns-3 .grid-element {
      width: 27.333%; }
    section.page-section.section-grid-layout .section-content .box-grid.columns-4 .grid-element {
      width: 18.25%; }
    section.page-section.section-grid-layout .section-content .box-grid .grid-element {
      margin-bottom: 0; }
      section.page-section.section-grid-layout .section-content .box-grid .grid-element .location-info {
        margin-top: 35px; }
        section.page-section.section-grid-layout .section-content .box-grid .grid-element .location-info li {
          margin-bottom: 15px; }
      section.page-section.section-grid-layout .section-content .box-grid .grid-element p a:not(.btn) {
        text-decoration: underline;
        color: #3a3426;
        font-weight: 700; }
        section.page-section.section-grid-layout .section-content .box-grid .grid-element p a:not(.btn):hover {
          color: #59503a; }
      section.page-section.section-grid-layout .section-content .box-grid .grid-element > *:last-child {
        margin-bottom: 0; }
  @media (max-width: 1024px) {
    section.page-section.section-grid-layout .section-content {
      padding-left: 55px;
      padding-right: 55px; }
      section.page-section.section-grid-layout .section-content:has(.box-grid.columns-2 .grid-element .gform_wrapper) {
        max-width: 600px; }
        section.page-section.section-grid-layout .section-content:has(.box-grid.columns-2 .grid-element .gform_wrapper) .box-grid {
          display: block; }
          section.page-section.section-grid-layout .section-content:has(.box-grid.columns-2 .grid-element .gform_wrapper) .box-grid.columns-2 .grid-element {
            width: 100%; }
          section.page-section.section-grid-layout .section-content:has(.box-grid.columns-2 .grid-element .gform_wrapper) .box-grid .grid-element {
            width: 100%; }
      section.page-section.section-grid-layout .section-content .box-grid.columns-3, section.page-section.section-grid-layout .section-content .box-grid.columns-4 {
        -moz-column-gap: 6%;
             column-gap: 6%; }
        section.page-section.section-grid-layout .section-content .box-grid.columns-3 .grid-element, section.page-section.section-grid-layout .section-content .box-grid.columns-4 .grid-element {
          width: 47%; }
      section.page-section.section-grid-layout .section-content .box-grid .grid-element {
        padding: 0 15px;
        box-sizing: border-box; } }
  @media (max-width: 480px) {
    section.page-section.section-grid-layout .section-content {
      padding-left: 45px;
      padding-right: 45px; }
      section.page-section.section-grid-layout .section-content .box-grid.columns-3, section.page-section.section-grid-layout .section-content .box-grid.columns-4 {
        display: block; }
        section.page-section.section-grid-layout .section-content .box-grid.columns-3 .grid-element, section.page-section.section-grid-layout .section-content .box-grid.columns-4 .grid-element {
          width: 100%; }
      section.page-section.section-grid-layout .section-content .box-grid .grid-element {
        padding: 0;
        margin-bottom: 50px; }
        section.page-section.section-grid-layout .section-content .box-grid .grid-element:last-child {
          margin-bottom: 0; } }
  @media (max-width: 360px) {
    section.page-section.section-grid-layout .section-content {
      padding-left: 20px;
      padding-right: 20px; } }
  section.page-section.section-blog-feed .blog-posts-grid .post,
  section.page-section.section-blog-feed .blog-post-stacked .post {
    display: block; }
    section.page-section.section-blog-feed .blog-posts-grid .post .featured-image,
    section.page-section.section-blog-feed .blog-post-stacked .post .featured-image {
      display: block; }
      section.page-section.section-blog-feed .blog-posts-grid .post .featured-image img,
      section.page-section.section-blog-feed .blog-post-stacked .post .featured-image img {
        display: block; }
  section.page-section.section-blog-feed .blog-posts-grid .featured-image {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0 0 75%;
    margin: 0 0 20px; }
    section.page-section.section-blog-feed .blog-posts-grid .featured-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: auto;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      max-height: 200%;
      max-width: 200%;
      transform: translate(-50%, -50%); }
  section.page-section.section-blog-feed .blog-posts-grid .post-content {
    padding: 0; }
  section.page-section.section-blog-feed .blog-posts-grid.columns-2 .featured-image {
    padding-bottom: 50%; }
  section.page-section.section-blog-feed .blog-posts-stacked .post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    section.page-section.section-blog-feed .blog-posts-stacked .post .featured-image {
      -webkit-box: 1;
      -moz-box: 1;
      flex: 1 0 0%; }
    section.page-section.section-blog-feed .blog-posts-stacked .post .post-content {
      -webkit-box: 2;
      -moz-box: 2;
      flex: 2 0 0%;
      padding: 0 5%; }
  section.page-section.section-tabs::before {
    width: 34%; }
  section.page-section.section-tabs .section-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    min-height: 850px;
    box-sizing: border-box; }
    section.page-section.section-tabs .section-content .section-tabs-nav,
    section.page-section.section-tabs .section-content .section-tabs-item-cnt {
      display: block; }
    section.page-section.section-tabs .section-content .section-tabs-nav {
      width: 34%; }
      section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul {
        margin: 0;
        padding: 50px;
        list-style: none; }
        section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li {
          position: relative;
          max-width: 80%;
          margin: 0 0 24px;
          padding: 16px 0;
          font-weight: 500;
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.5);
          letter-spacing: 0.8px; }
          section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li.current, section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li:hover {
            cursor: pointer;
            color: #ffffff;
            border-bottom-color: #ffffff; }
            section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li.current::after, section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li:hover::after {
              background-color: #ffffff; }
            section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li.current::before, section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li:hover::before {
              padding: 0 10px;
              margin-right: 5px; }
          section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li::before {
            content: '';
            position: relative;
            display: inline-block;
            height: 20px;
            width: 0;
            padding: 0;
            vertical-align: -3px;
            -webkit-mask: url(library/img/learn-more.svg) no-repeat 50% 50%;
                    mask: url(library/img/learn-more.svg) no-repeat 50% 50%;
            -webkit-mask-size: cover;
                    mask-size: cover;
            background-color: #ffffff;
            transition: all 0.3s; }
          section.page-section.section-tabs .section-content .section-tabs-nav .section-tabs-ul > li::after {
            content: '';
            height: 4px;
            width: 100%;
            max-width: 295px;
            background-color: rgba(255, 255, 255, 0.5);
            position: absolute;
            bottom: 0;
            left: 0; }
    section.page-section.section-tabs .section-content .section-tabs-item-cnt {
      width: 66%; }
      section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items {
        margin-left: -60px; }
        section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content {
          display: flex;
          align-items: center;
          padding: 0;
          max-width: 1160px;
          opacity: 1.0;
          transition: all 0.3s;
          gap: 0 60px; }
          section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .image img {
            display: block;
            width: 100%;
            height: auto; }
          section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content {
            max-width: 500px; }
            section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content h1, section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content h2, section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content h3 {
              font-size: 2.25em; }
            section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content .link-more {
              color: #3a3426; }
              section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content .link-more::after {
                background-color: currentColor; }
              section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content .link-more:hover {
                color: #59503a; }
            section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content p:has(.link-more) {
              margin-top: 35px; }
            section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content > *:last-child {
              margin-bottom: 0; }
            @media (min-width: 768px) {
              section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content > * {
                max-width: 92%; } }
        section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items.in-transition .section-tab-item-content {
          opacity: 0.1; }
  section.page-section.section-tabs .slick-arrow {
    top: 100%;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 10px; }
    section.page-section.section-tabs .slick-arrow.slick-prev {
      right: 180px; }
    section.page-section.section-tabs .slick-arrow.slick-next {
      right: 110px; }
  @media (max-width: 1366px) {
    section.page-section.section-tabs::before {
      width: 38%; }
    section.page-section.section-tabs .section-content .section-tabs-nav {
      width: 38%; }
    section.page-section.section-tabs .section-content .section-tabs-item-cnt {
      width: 62%; }
      section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content {
        max-width: 400px;
        padding-right: 20px; } }
  @media (max-width: 1176px) {
    section.page-section.section-tabs::before {
      display: none; }
    section.page-section.section-tabs .section-content {
      display: block;
      padding-bottom: 150px;
      padding-left: 20px;
      padding-right: 20px; }
      section.page-section.section-tabs .section-content .section-tabs-nav {
        display: none; }
      section.page-section.section-tabs .section-content .section-tabs-item-cnt {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 60px; }
        section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items {
          margin: 0; }
          section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content {
            display: block; }
            section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .image {
              margin-bottom: 60px; }
            section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content {
              max-width: 500px; }
    section.page-section.section-tabs .slick-arrow {
      top: calc( 100% + 80px);
      bottom: auto;
      right: auto; }
      section.page-section.section-tabs .slick-arrow.slick-prev {
        left: 0; }
      section.page-section.section-tabs .slick-arrow.slick-next {
        left: 70px; } }
  @media (max-width: 480px) {
    section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .image {
      height: 500px;
      margin-bottom: 40px; }
      section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    section.page-section.section-tabs .section-content .section-tabs-item-cnt .section-tab-items .section-tab-item-content .content {
      max-width: none; } }
  section.page-section.section-faqs .faq-section-content {
    margin-bottom: 40px; }
  @media (max-width: 1024px) {
    section.page-section.section-faqs .section-content {
      padding-left: 55px;
      padding-right: 55px; } }
  @media (max-width: 480px) {
    section.page-section.section-faqs .section-content {
      padding-left: 25px;
      padding-right: 25px; } }
  section.page-section.section-image-gallery .gallery-slider {
    padding: 0 120px; }
    section.page-section.section-image-gallery .gallery-slider .slick-arrow.slick-prev {
      left: 0; }
    section.page-section.section-image-gallery .gallery-slider .slick-arrow.slick-next {
      right: 0; }
    section.page-section.section-image-gallery .gallery-slider .slick-list .slick-track .gallery-image {
      padding: 0 0 10px;
      text-align: center; }
      section.page-section.section-image-gallery .gallery-slider .slick-list .slick-track .gallery-image img {
        display: block;
        margin: auto; }
      section.page-section.section-image-gallery .gallery-slider .slick-list .slick-track .gallery-image figcaption {
        max-width: 950px;
        margin: 50px auto 0;
        padding: 20px 0 0; }
        section.page-section.section-image-gallery .gallery-slider .slick-list .slick-track .gallery-image figcaption h4, section.page-section.section-image-gallery .gallery-slider .slick-list .slick-track .gallery-image figcaption h5, section.page-section.section-image-gallery .gallery-slider .slick-list .slick-track .gallery-image figcaption h6 {
          font-size: 1.75em; }
        section.page-section.section-image-gallery .gallery-slider .slick-list .slick-track .gallery-image figcaption > *:last-child {
          margin-bottom: 0; }
    @media (max-width: 640px) {
      section.page-section.section-image-gallery .gallery-slider {
        padding: 0 0 60px; }
        section.page-section.section-image-gallery .gallery-slider .slick-arrow {
          top: 90%; } }
  @media (max-width: 900px) {
    section.page-section.section-image-gallery .section-content {
      padding-left: 55px;
      padding-right: 55px; }
    section.page-section.section-image-gallery .gallery-slider {
      padding: 0 0 70px; }
      section.page-section.section-image-gallery .gallery-slider .slick-dots {
        display: none !important; }
      section.page-section.section-image-gallery .gallery-slider .slick-arrow.slick-prev, section.page-section.section-image-gallery .gallery-slider .slick-arrow.slick-next {
        right: auto;
        left: 50%;
        bottom: 0;
        top: auto;
        transform: translateX(-50%); }
      section.page-section.section-image-gallery .gallery-slider .slick-arrow.slick-prev {
        left: calc( 50% - 35px); }
      section.page-section.section-image-gallery .gallery-slider .slick-arrow.slick-next {
        left: calc( 50% + 35px); } }
  @media (max-width: 834px) {
    section.page-section.section-image-gallery.reduced-bottom-padding .section-content {
      padding-bottom: 80px; } }
  @media (max-width: 480px) {
    section.page-section.section-image-gallery .section-content {
      padding-left: 25px;
      padding-right: 25px; } }
  section.page-section.section-page-links .page-links {
    display: flex;
    flex-wrap: wrap; }
    section.page-section.section-page-links .page-links.columns-2 {
      gap: 100px 4.5%; }
      section.page-section.section-page-links .page-links.columns-2 > a,
      section.page-section.section-page-links .page-links.columns-2 > div {
        margin: 0;
        width: 47.75%; }
    section.page-section.section-page-links .page-links > a,
    section.page-section.section-page-links .page-links > div {
      position: relative;
      z-index: 5;
      display: block;
      margin: 0 1.5% 3%;
      padding: 0;
      width: 30.333%;
      transition: all 0.2s; }
      section.page-section.section-page-links .page-links > a .link-content,
      section.page-section.section-page-links .page-links > div .link-content {
        position: relative;
        margin: 0;
        padding: 0; }
        section.page-section.section-page-links .page-links > a .link-content.animated,
        section.page-section.section-page-links .page-links > div .link-content.animated {
          animation-fill-mode: none;
          -webkit-animation-fill-mode: none; }
        section.page-section.section-page-links .page-links > a .link-content .image,
        section.page-section.section-page-links .page-links > a .link-content .title,
        section.page-section.section-page-links .page-links > div .link-content .image,
        section.page-section.section-page-links .page-links > div .link-content .title {
          display: block; }
        section.page-section.section-page-links .page-links > a .link-content .desc,
        section.page-section.section-page-links .page-links > div .link-content .desc {
          color: #222222; }
        section.page-section.section-page-links .page-links > a .link-content .image,
        section.page-section.section-page-links .page-links > div .link-content .image {
          margin: 0;
          margin-bottom: 50px;
          aspect-ratio: 3 / 2;
          transition: all 0.4s; }
          section.page-section.section-page-links .page-links > a .link-content .image img,
          section.page-section.section-page-links .page-links > div .link-content .image img {
            display: block;
            width: auto;
            height: auto;
            min-height: 100%;
            min-width: 100%;
            max-height: 100%;
            max-width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        section.page-section.section-page-links .page-links > a .link-content .title,
        section.page-section.section-page-links .page-links > div .link-content .title {
          margin: 0;
          margin-bottom: 20px;
          font-size: 1.75em; }
        section.page-section.section-page-links .page-links > a .link-content .link-more,
        section.page-section.section-page-links .page-links > div .link-content .link-more {
          display: block;
          margin-top: 35px;
          color: #3a3426; }
          section.page-section.section-page-links .page-links > a .link-content .link-more::after,
          section.page-section.section-page-links .page-links > div .link-content .link-more::after {
            background-color: currentColor; }
          section.page-section.section-page-links .page-links > a .link-content .link-more:hover,
          section.page-section.section-page-links .page-links > div .link-content .link-more:hover {
            color: #59503a; }
    section.page-section.section-page-links .page-links.columns-2 > a {
      width: 47%; }
    section.page-section.section-page-links .page-links.columns-3 > a {
      width: 30.333%; }
    section.page-section.section-page-links .page-links.columns-4 > a {
      width: 22%; }
    @media (max-width: 1024px) {
      section.page-section.section-page-links .page-links.columns-4 > a {
        width: 30.333%; } }
    @media (max-width: 768px) {
      section.page-section.section-page-links .page-links > a, section.page-section.section-page-links .page-links.columns-3 > a, section.page-section.section-page-links .page-links.columns-4 > a {
        width: 47%; } }
    @media (max-width: 640px) {
      section.page-section.section-page-links .page-links > a, section.page-section.section-page-links .page-links.columns-2 > a, section.page-section.section-page-links .page-links.columns-3 > a, section.page-section.section-page-links .page-links.columns-4 > a {
        width: 100%; } }
  @media (max-width: 900px) {
    section.page-section.section-page-links .section-content {
      padding-left: 55px;
      padding-right: 55px; }
    section.page-section.section-page-links .page-links.columns-2 {
      gap: 70px 6%; }
    section.page-section.section-page-links .page-links > a .link-content .image,
    section.page-section.section-page-links .page-links > div .link-content .image {
      aspect-ratio: auto;
      height: 165px;
      width: 100%; } }
  @media (max-width: 480px) {
    section.page-section.section-page-links .section-content {
      padding: 80px 45px; } }
  section.page-section.section-banner {
    position: relative; }
    section.page-section.section-banner .section-content {
      width: 100%;
      max-width: 100%;
      padding: 0; }
    section.page-section.section-banner.default-layout .section-content {
      background-image: url(library/img/legacy-bg-logo.png);
      background-repeat: no-repeat;
      background-position: 100% 100%; }
    section.page-section.section-banner.default-layout.no-logo .section-content {
      background-image: none; }
    section.page-section.section-banner.default-layout .banner-wrap-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 5%; }
      section.page-section.section-banner.default-layout .banner-wrap-inner .banner-image,
      section.page-section.section-banner.default-layout .banner-wrap-inner .banner-content {
        margin: 0;
        padding: 0;
        box-sizing: border-box; }
      section.page-section.section-banner.default-layout .banner-wrap-inner .banner-image {
        position: relative;
        width: 55%;
        overflow: hidden;
        border-radius: 0 0 60% 0; }
        section.page-section.section-banner.default-layout .banner-wrap-inner .banner-image img {
          display: block;
          width: 100%; }
        section.page-section.section-banner.default-layout .banner-wrap-inner .banner-image:before {
          content: '';
          display: block;
          position: absolute;
          z-index: 10;
          top: 0;
          left: -20%;
          width: 140%;
          height: 100%;
          box-shadow: inset 0px 40px 60px 0px rgba(0, 0, 0, 0.75); }
      section.page-section.section-banner.default-layout .banner-wrap-inner .banner-content {
        width: 40%;
        padding-left: calc( ( 100% - 1440px ) / 2); }
    section.page-section.section-banner.default-layout .banner-bar .banner-bar-cnt {
      position: relative;
      left: -20px;
      box-sizing: border-box;
      padding: 2.5% 5%;
      padding-left: calc( ( 102% - 1440px ) / 2);
      max-width: 73%;
      background: #f3eee4;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
      border-radius: 5px; }
      section.page-section.section-banner.default-layout .banner-bar .banner-bar-cnt > *:last-child {
        margin-bottom: 0; }
      @media (max-width: 1440px) {
        section.page-section.section-banner.default-layout .banner-bar .banner-bar-cnt {
          padding-left: 20px; } }
    section.page-section.section-banner.alternate-layout.has-additional-content .section-content .banner-wrap-inner {
      max-width: 1490px; }
    section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) {
      align-items: flex-start;
      flex-wrap: nowrap;
      max-width: 1530px;
      padding: 0 20px; }
      section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content {
        margin-top: -175px;
        margin-bottom: 100px;
        width: 55%;
        padding: 115px 70px 115px 90px; }
        section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content h1, section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content h2, section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content h3 {
          font-size: 2.25em; }
        section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content p:has(.link-more) {
          margin-top: 35px; }
        section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content .link-more {
          color: #3a3426; }
          section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content .link-more::after {
            background-color: currentColor; }
          section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content .link-more:hover {
            color: #59503a; }
      section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-additional-cnt {
        width: 45%;
        padding: 30px 50px 0; }
      section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .testimonials.testimonial-slider .testimonial .inner {
        max-width: 475px;
        padding: 0; }
      section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .testimonials.slick-slider .slick-arrow {
        display: none !important; }
    section.page-section.section-banner.alternate-layout .section-content {
      width: 100%;
      max-width: 100%; }
      section.page-section.section-banner.alternate-layout .section-content .banner-image {
        width: 100%; }
        section.page-section.section-banner.alternate-layout .section-content .banner-image img {
          display: block;
          margin: 0; }
      section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner {
        display: flex;
        flex-wrap: wrap;
        max-width: 1620px;
        margin: 0 auto;
        padding: 0 20px; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content,
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-additional-cnt {
          width: 100%;
          max-width: 800px;
          padding: 5%;
          box-sizing: border-box; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content {
          display: flex;
          flex-direction: column;
          align-content: center;
          justify-content: center;
          margin-top: -175px;
          margin-bottom: 100px;
          background: rgba(243, 238, 228, 0.95); }
          section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content h1, section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content h2 {
            font-size: 2.875em; }
          section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content > *:last-child {
            margin-bottom: 0; }
          section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content.has-combined-content {
            width: 100%;
            max-width: 100%;
            padding: 70px;
            margin-bottom: 20px; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-additional-cnt:has(> .testimonials) {
          max-width: 100%; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content {
          display: flex;
          flex-wrap: nowrap;
          gap: 75px; }
          section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content .left-content {
            width: 49%; }
          section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content .right-content {
            width: 51%; }
          section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content .left-content > *:last-child,
          section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content .right-content > *:last-child {
            margin-bottom: 0; }
    @media (max-width: 1024px) {
      section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) {
        display: block;
        position: relative;
        padding-bottom: 110px; }
        section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content,
        section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-additional-cnt {
          width: 100%; }
        section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content {
          max-width: 730px;
          margin-top: -130px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 60px;
          padding: 60px 60px 70px; }
          section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content p:has(.link-more) {
            margin-top: 15px; }
      section.page-section.section-banner.alternate-layout .section-content .banner-image {
        height: 475px; }
        section.page-section.section-banner.alternate-layout .section-content .banner-image img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content.has-combined-content {
        padding: 60px 50px;
        margin-bottom: 0; }
      section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content {
        display: block; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content h1, section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content h2 {
          font-size: 2.25em; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content h1 br, section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content h2 br, section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content h3 br, section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content h4 br {
          display: none; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content .left-content,
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content .right-content {
          width: 100%; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .combined-content .left-content > *:last-child {
          margin-bottom: 20px; } }
    @media (max-width: 900px) {
      section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner {
        padding: 0 55px; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content {
          max-width: none;
          padding: 70px 50px;
          margin-bottom: 80px; } }
    @media (max-width: 480px) {
      section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) {
        padding: 0 10px 110px; }
        section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-content {
          padding: 50px 30px 60px; }
        section.page-section.section-banner.alternate-layout.has-additional-content .banner-wrap-inner:has(.banner-additional-cnt .testimonials) .banner-additional-cnt {
          padding-left: 20px;
          padding-right: 20px; }
      section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner {
        padding: 0 15px; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner:has(.banner-content.has-combined-content) {
          padding: 0; }
        section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content {
          max-width: none;
          padding: 50px 40px; }
          section.page-section.section-banner.alternate-layout .section-content .banner-wrap-inner .banner-content.has-combined-content {
            padding: 60px 40px; } }
  section.page-section.section-video-banner .section-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    section.page-section.section-video-banner .section-content:before {
      content: '';
      position: absolute;
      z-index: 10;
      display: block;
      margin: 0;
      padding: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.675); }
  section.page-section.section-video-banner video,
  section.page-section.section-video-banner figure.fallback {
    position: relative;
    z-index: 5;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
    section.page-section.section-video-banner video img,
    section.page-section.section-video-banner figure.fallback img {
      display: block;
      margin: 0;
      width: 100%;
      height: auto;
      border: none; }
  section.page-section.section-video-banner figure.fallback {
    height: 650px; }
    section.page-section.section-video-banner figure.fallback img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  section.page-section.section-video-banner video {
    min-height: 800px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  section.page-section.section-video-banner.ux-style-default .video-banner-content {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-align: center;
    max-width: 1125px;
    width: 100%; }
    section.page-section.section-video-banner.ux-style-default .video-banner-content h1, section.page-section.section-video-banner.ux-style-default .video-banner-content h2, section.page-section.section-video-banner.ux-style-default .video-banner-content h3 {
      font-size: 66px;
      line-height: 1.4;
      font-weight: 500; }
    section.page-section.section-video-banner.ux-style-default .video-banner-content h1, section.page-section.section-video-banner.ux-style-default .video-banner-content h2, section.page-section.section-video-banner.ux-style-default .video-banner-content h3, section.page-section.section-video-banner.ux-style-default .video-banner-content h4, section.page-section.section-video-banner.ux-style-default .video-banner-content h5, section.page-section.section-video-banner.ux-style-default .video-banner-content h6 {
      font-family: Montserrat, sans-serif;
      text-transform: uppercase; }
    section.page-section.section-video-banner.ux-style-default .video-banner-content h1, section.page-section.section-video-banner.ux-style-default .video-banner-content h2, section.page-section.section-video-banner.ux-style-default .video-banner-content h3, section.page-section.section-video-banner.ux-style-default .video-banner-content h4, section.page-section.section-video-banner.ux-style-default .video-banner-content h5, section.page-section.section-video-banner.ux-style-default .video-banner-content h6, section.page-section.section-video-banner.ux-style-default .video-banner-content p, section.page-section.section-video-banner.ux-style-default .video-banner-content ul, section.page-section.section-video-banner.ux-style-default .video-banner-content li {
      color: #ffffff;
      text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); }
    section.page-section.section-video-banner.ux-style-default .video-banner-content p {
      font-size: 24px;
      line-height: 1.7; }
      section.page-section.section-video-banner.ux-style-default .video-banner-content p:has(a.btn) {
        margin-top: 40px;
        text-shadow: none; }
    section.page-section.section-video-banner.ux-style-default .video-banner-content > *:last-child {
      margin-bottom: 0; }
  @media (max-width: 834px) {
    section.page-section.section-video-banner.ux-style-default .video-banner-content h1, section.page-section.section-video-banner.ux-style-default .video-banner-content h2, section.page-section.section-video-banner.ux-style-default .video-banner-content h3 {
      font-size: 2.875em; } }
  section.page-section.section-video-banner.ux-style-boxed .section-content::before {
    opacity: 0; }
  section.page-section.section-video-banner.ux-style-boxed .fallback {
    height: 800px; }
  section.page-section.section-video-banner.ux-style-boxed .video-banner-content {
    padding: 90px;
    max-width: 750px;
    background: rgba(243, 238, 228, 0.95);
    box-sizing: border-box; }
    section.page-section.section-video-banner.ux-style-boxed .video-banner-content h1, section.page-section.section-video-banner.ux-style-boxed .video-banner-content h2 {
      font-size: 2.875em; }
    section.page-section.section-video-banner.ux-style-boxed .video-banner-content p {
      font-size: 18px; }
    section.page-section.section-video-banner.ux-style-boxed .video-banner-content > *:last-child {
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    section.page-section.section-video-banner.ux-style-boxed .video-banner-content {
      position: absolute;
      z-index: 15;
      top: 50%;
      left: 10%;
      transform: translate(0, -50%); } }
  @media (max-width: 1024px) {
    section.page-section.section-video-banner.ux-style-boxed .section-content:before {
      content: none; }
    section.page-section.section-video-banner.ux-style-boxed .video-banner-content {
      position: relative;
      z-index: 20;
      margin: -20% 5% 0 5%; }
      section.page-section.section-video-banner.ux-style-boxed .video-banner-content br {
        display: none; }
      section.page-section.section-video-banner.ux-style-boxed .video-banner-content h1, section.page-section.section-video-banner.ux-style-boxed .video-banner-content h2, section.page-section.section-video-banner.ux-style-boxed .video-banner-content h3 {
        max-width: 90%;
        font-size: 2.25em; } }
  @media (max-width: 480px) {
    section.page-section.section-video-banner.ux-style-boxed .video-banner-content {
      padding: 70px 40px; }
      section.page-section.section-video-banner.ux-style-boxed .video-banner-content img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      section.page-section.section-video-banner.ux-style-boxed .video-banner-content h1, section.page-section.section-video-banner.ux-style-boxed .video-banner-content h2, section.page-section.section-video-banner.ux-style-boxed .video-banner-content h3 {
        max-width: 100%; } }
  @media (max-width: 1024px) {
    section.page-section.section-video-banner .section-content:has(figure.fallback) .video-banner-content {
      max-width: 720px; } }
  @media (max-width: 834px) {
    section.page-section.section-video-banner.ux-style-default .section-content:has(figure.fallback) .video-banner-content h1, section.page-section.section-video-banner.ux-style-default .section-content:has(figure.fallback) .video-banner-content h2, section.page-section.section-video-banner.ux-style-default .section-content:has(figure.fallback) .video-banner-content h3 {
      font-size: 66px; } }
  @media (max-width: 480px) {
    section.page-section.section-video-banner.ux-style-default .section-content:has(figure.fallback) .video-banner-content {
      padding: 30px;
      box-sizing: border-box; }
      section.page-section.section-video-banner.ux-style-default .section-content:has(figure.fallback) .video-banner-content h1, section.page-section.section-video-banner.ux-style-default .section-content:has(figure.fallback) .video-banner-content h2, section.page-section.section-video-banner.ux-style-default .section-content:has(figure.fallback) .video-banner-content h3 {
        font-size: 2.875em; }
    section.page-section.section-video-banner figure.fallback {
      height: 800px; } }
  section.page-section.section-testimonials.masonry:not(.testimonial-slider) .testimonials {
    gap: 0;
    margin: 0 -0.5%; }
    section.page-section.section-testimonials.masonry:not(.testimonial-slider) .testimonials[class*='columns-'] .testimonial {
      width: 32.333%; }
    section.page-section.section-testimonials.masonry:not(.testimonial-slider) .testimonials .testimonial {
      margin: 0 0.5% 15px; }
  section.page-section.section-testimonials.testimonial-slider .section-content {
    padding-bottom: 150px; }
  section.page-section.section-testimonials.testimonial-slider .slick-arrow.slick-prev {
    left: 0; }
  section.page-section.section-testimonials.testimonial-slider .slick-arrow.slick-next {
    right: 0; }
  @media (max-width: 1024px) {
    section.page-section.section-testimonials.testimonial-slider .slick-arrow {
      display: none !important; }
    section.page-section.section-testimonials.testimonial-slider .testimonial .inner {
      max-width: 465px;
      padding: 0 20px; } }
  @media (max-width: 834px) {
    section.page-section.section-testimonials.testimonial-slider .section-content {
      padding-top: 70px;
      padding-bottom: 110px; } }
  @media (max-width: 480px) {
    section.page-section.section-testimonials.testimonial-slider .testimonial .inner {
      max-width: 360px;
      padding: 0; } }
  section.page-section.section-collections.slim-layout .section-content {
    max-width: 1350px; }
  section.page-section.section-collections.slim-layout .collections-list {
    gap: 100px 1%; }
    section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-4 > * {
      width: 24.25%; }
    section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-3 > * {
      width: 32.667%; }
    section.page-section.section-collections.slim-layout .collections-list.box-grid .collection-item {
      margin-bottom: 0; }
  section.page-section.section-collections .collections-list.box-grid {
    row-gap: 75px; }
    section.page-section.section-collections .collections-list.box-grid.columns-4 .collection-item {
      flex-grow: 0;
      width: 22.75%; }
  section.page-section.section-collections .collections-list .collection-item {
    margin-bottom: 0; }
    section.page-section.section-collections .collections-list .collection-item .collection-link {
      margin-top: 10px; }
      section.page-section.section-collections .collections-list .collection-item .collection-link a {
        color: #3a3426; }
        section.page-section.section-collections .collections-list .collection-item .collection-link a::after {
          background-color: currentColor; }
        section.page-section.section-collections .collections-list .collection-item .collection-link a:hover {
          color: #59503a; }
  @media (max-width: 1024px) {
    section.page-section.section-collections.slim-layout .collections-list {
      gap: 100px 3%; }
      section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-4 > *, section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-3 > * {
        width: 31.333%; }
    section.page-section.section-collections:not(.slim-layout) .section-content {
      padding-left: 55px;
      padding-right: 55px; }
    section.page-section.section-collections:not(.slim-layout) .collections-list {
      justify-content: flex-start; }
    section.page-section.section-collections:not(.slim-layout) .collection-item figure.featured-image {
      max-height: 230px; }
    section.page-section.section-collections:not(.slim-layout) .collection-item .collection-title {
      max-width: 100%; }
    section.page-section.section-collections .collections-list {
      gap: 75px 8%; }
      section.page-section.section-collections .collections-list.box-grid.columns-3 .collection-item, section.page-section.section-collections .collections-list.box-grid.columns-4 .collection-item {
        width: 46%; }
      section.page-section.section-collections .collections-list.box-grid.columns-4 .collection-item {
        flex-grow: 0; } }
  @media (max-width: 834px) {
    section.page-section.section-collections.slim-layout .section-content {
      max-width: 700px; }
    section.page-section.section-collections.slim-layout .collections-list {
      gap: 45px 6%; }
      section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-4 > *, section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-3 > *, section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-2 > * {
        width: 47%; } }
  @media (max-width: 640px) {
    section.page-section.section-collections .collections-list {
      gap: 75px 8%; }
      section.page-section.section-collections .collections-list.box-grid.columns-2 .collection-item, section.page-section.section-collections .collections-list.box-grid.columns-3 .collection-item, section.page-section.section-collections .collections-list.box-grid.columns-4 .collection-item {
        width: 100%; } }
  @media (max-width: 480px) {
    section.page-section.section-collections.slim-layout .section-content {
      max-width: 330px; }
    section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-4 > *, section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-3 > *, section.page-section.section-collections.slim-layout .collections-list.box-grid.columns-2 > * {
      width: 100%; }
    section.page-section.section-collections:not(.slim-layout) .section-content {
      padding-left: 45px;
      padding-right: 45px; }
    section.page-section.section-collections:not(.slim-layout) .collections-list.box-grid {
      row-gap: 45px; } }
  @media (max-width: 360px) {
    section.page-section.section-collections:not(.slim-layout) .section-content {
      padding-left: 20px;
      padding-right: 20px; } }
  section.page-section.no-padding .section-content {
    padding-top: 0;
    padding-bottom: 0; }
  section.page-section.no-top-padding .section-content {
    padding-top: 0; }
  section.page-section.no-bottom-padding .section-content {
    padding-bottom: 0; }
  @media (min-width: 1680px) {
    section.page-section.no-padding .section-content, section.page-section.no-horizontal-padding .section-content {
      padding-left: 0;
      padding-right: 0; } }
  section.page-section.reduced-padding .section-content {
    padding-top: 2%;
    padding-bottom: 2%; }
    @media (max-width: 834px) {
      section.page-section.reduced-padding .section-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
  section.page-section.reduced-top-padding .section-content {
    padding-top: 2%; }
    @media (max-width: 834px) {
      section.page-section.reduced-top-padding .section-content {
        padding-top: 30px; } }
  section.page-section.reduced-bottom-padding .section-content {
    padding-bottom: 2%; }
    @media (max-width: 834px) {
      section.page-section.reduced-bottom-padding .section-content {
        padding-bottom: 30px; } }
  section.page-section.xl-padding .section-content {
    padding-top: 150px;
    padding-bottom: 150px; }
    @media (max-width: 834px) {
      section.page-section.xl-padding .section-content {
        padding-top: 80px;
        padding-bottom: 80px; } }
  section.page-section.xl-top-padding .section-content {
    padding-top: 150px; }
    @media (max-width: 834px) {
      section.page-section.xl-top-padding .section-content {
        padding-top: 80px; } }
  section.page-section.xl-bottom-padding .section-content {
    padding-bottom: 150px; }
    @media (max-width: 834px) {
      section.page-section.xl-bottom-padding .section-content {
        padding-bottom: 80px; } }
  section.page-section.no-ctr .section-content {
    max-width: 100%; }
  section.page-section.med-reduced-width .section-content {
    max-width: 950px; }
  section.page-section.reduced-width .section-content {
    max-width: 950px; }
  section.page-section.content-text-align-left .section-content * {
    text-align: left; }
  section.page-section.content-text-align-center .section-content * {
    text-align: center; }
  section.page-section.content-text-align-right .section-content * {
    text-align: right; }

/* Search Results
-------------------------------------------------------------- */
#search-bar {
  margin: 0 0 20px; }

/* Search Results
-------------------------------------------------------------- */
body.search-results #page .ctr,
body.search-no-results #page .ctr {
  text-align: left !important; }
  body.search-results #page .ctr #search-bar,
  body.search-no-results #page .ctr #search-bar {
    margin: 0; }
    body.search-results #page .ctr #search-bar .search-form,
    body.search-no-results #page .ctr #search-bar .search-form {
      float: right;
      margin-top: 0; }
      @media (max-width: 640px) {
        body.search-results #page .ctr #search-bar .search-form,
        body.search-no-results #page .ctr #search-bar .search-form {
          float: none;
          text-align: center;
          margin: 10px 0; } }
#search-results .search-result {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #c3c3c3; }
  #search-results .search-result .title {
    margin: 0;
    font-size: 1.375em; }
  #search-results .search-result .link {
    margin: 0 0 10px;
    font-size: 0.8675em; }
    #search-results .search-result .link a {
      color: #c3c3c3; }
      #search-results .search-result .link a:hover {
        color: #aaaaaa; }
  #search-results .search-result > *:last-child {
    margin-bottom: 0; }

#blog-topbar {
  margin: 0;
  padding: 30px;
  background: #f6f6f6; }
  #blog-topbar:after {
    content: "";
    display: table;
    clear: both; }
  #blog-topbar #blog-search-form {
    width: 100%;
    max-width: 480px;
    text-align: right;
    margin: 0;
    float: right; }
  #blog-topbar label {
    display: none; }
  #blog-topbar input[type="text"], #blog-topbar select {
    width: 100%;
    max-width: 300px;
    background: #ffffff;
    border-color: #ffffff; }
  @media (max-width: 1024px) {
    #blog-topbar #blog-search-form {
      max-width: 375px; } }
  @media (max-width: 768px) {
    #blog-topbar #blog-search-form,
    #blog-topbar #blog-term-select {
      float: none;
      margin: 0 auto 10px;
      text-align: center;
      max-width: 100%; }
      #blog-topbar #blog-search-form input[type="text"], #blog-topbar #blog-search-form select,
      #blog-topbar #blog-term-select input[type="text"],
      #blog-topbar #blog-term-select select {
        max-width: 73%; } }
#post,
#posts,
#archive {
  text-align: left; }
  #post > article,
  #posts > article,
  #archive > article {
    margin: 20px 0;
    padding: 0; }
    #post > article:after,
    #posts > article:after,
    #archive > article:after {
      content: "";
      display: table;
      clear: both; }
    #post > article .title,
    #posts > article .title,
    #archive > article .title {
      margin: 0;
      padding: 4% 0 1%;
      font-size: 1.5em; }

#posts,
#archive {
  margin-top: 5%; }
  #posts > article,
  #archive > article {
    margin: 4% 0; }
    #posts > article.has-post-thumbnail,
    #archive > article.has-post-thumbnail {
      padding-left: 260px;
      padding-bottom: 0; }
      #posts > article.has-post-thumbnail .post-thumbnail,
      #archive > article.has-post-thumbnail .post-thumbnail {
        float: left;
        display: block;
        margin: 0;
        margin-left: -260px;
        margin-bottom: 20px;
        width: 240px;
        height: auto; }
      #posts > article.has-post-thumbnail .title,
      #archive > article.has-post-thumbnail .title {
        padding-top: 5%; }
    @media (max-width: 640px) {
      #posts > article.has-post-thumbnail,
      #archive > article.has-post-thumbnail {
        padding-left: 0; }
        #posts > article.has-post-thumbnail .post-thumbnail,
        #archive > article.has-post-thumbnail .post-thumbnail {
          float: none;
          margin: 0 auto 20px;
          width: auto;
          height: auto; } }
#post {
  margin: 0 auto;
  max-width: 800px; }

/* WordPress Core
-------------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border: 2px solid #f0f0f0;
  padding: 10px;
  text-align: center;
  box-sizing: border-box; }
  .wp-caption img {
    display: block;
    margin: 0 0 20px; }
  .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 0.8675em;
    font-style: italic; }

#comments {
  padding: 0;
  margin: 0 0 20px; }
  #comments .comments-title {
    font-size: 1.675em; }
  #comments .comment-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    #comments .comment-list .comment {
      margin: 0 0 10px;
      padding: 0;
      list-style: none; }
      #comments .comment-list .comment .comment-body {
        position: relative;
        border: 1px solid #e1e1e1;
        margin: 0 0 10px;
        padding: 20px; }
        #comments .comment-list .comment .comment-body .comment-meta {
          margin: 0 0 20px; }
          #comments .comment-list .comment .comment-body .comment-meta:after {
            content: "";
            display: table;
            clear: both; }
          #comments .comment-list .comment .comment-body .comment-meta .comment-author {
            margin: 0 0 10px;
            vertical-align: middle; }
            #comments .comment-list .comment .comment-body .comment-meta .comment-author > * {
              vertical-align: middle;
              margin: 0;
              padding: 0; }
            #comments .comment-list .comment .comment-body .comment-meta .comment-author img.avatar {
              margin-right: 5px; }
            #comments .comment-list .comment .comment-body .comment-meta .comment-author .fn {
              color: #222222; }
            #comments .comment-list .comment .comment-body .comment-meta .comment-author .says {
              font-style: italic;
              color: #7b7b7b; }
          #comments .comment-list .comment .comment-body .comment-meta .comment-metadata {
            margin: 0;
            font-size: 0.8125em; }
        #comments .comment-list .comment .comment-body .comment-content > *:last-child {
          margin-bottom: 0; }
        #comments .comment-list .comment .comment-body .reply {
          position: absolute;
          top: 20px;
          right: 20px;
          margin: 0;
          padding: 0; }
      #comments .comment-list .comment .children {
        margin-left: 20px; }

#respond {
  margin: 0 0 20px; }
  #respond #reply-title {
    margin: 0 0 10px;
    font-size: 1.675em; }
    #respond #reply-title > small > a {
      font-size: 0.45em;
      color: #888888; }
  #respond #commentform label {
    display: block;
    padding: 0;
    margin: 0 0 5px; }

[class*="wp-block-"] {
  margin-bottom: 20px; }

/* Common Blocks
-------------------------------------------------------------- */
/* Block: Gallery */
ul.wp-block-gallery {
  margin-left: 0; }

/* Block: Cover */
.wp-block-cover {
  background-repeat: no-repeat; }
  .wp-block-cover.has-parallax {
    background-size: auto; }

/* Block: File Upload (more styles in _inputs.scss) */
.wp-block-file * + .wp-block-file__button {
  margin-left: 20px; }

/* Formatting Blocks
-------------------------------------------------------------- */
/* Block: Code */
.wp-block-code code {
  background: transparent;
  padding: 0; }

/* Block: Pullquote */
.wp-block-pullquote.is-style-default {
  border-top: 3px solid;
  border-bottom: 3px solid; }

.wp-block-pullquote blockquote {
  margin-bottom: 0;
  padding: 0 20px;
  background: transparent; }

/* Block: Verse */
pre.wp-block-verse {
  background: transparent;
  font-family: inherit;
  font-size: 1em;
  padding: 0;
  margin: 0 0 20px;
  border: none; }

/* Layout Blocks
-------------------------------------------------------------- */
/* Block: Button */
.wp-block-button.is-style-default .wp-block-button__link {
  border-radius: 12px; }

.wp-block-button.is-style-outline .wp-block-button__link {
  position: relative;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 12px; }
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    background: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    color: #ffffff; }

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0; }

/* Block: Columns */
.wp-block-columns .wp-block-column {
  /* Block Editor column breakpoint */ }
  .wp-block-columns .wp-block-column:last-child {
    /* Fix: bugged right margin on odd number columns */ }
    .wp-block-columns .wp-block-column:last-child:nth-of-type(odd) {
      margin-right: 0; }
  @media (max-width: 781px) {
    .wp-block-columns .wp-block-column {
      flex-basis: 100%;
      margin-left: 0;
      margin-right: 0; } }
/* Block: Line Separator */
.wp-block-separator.is-style-default {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto; }

/* Widget Blocks
-------------------------------------------------------------- */
/* Block: Archive */
.wp-block-archives.wp-block-archives-dropdown > label {
  display: block;
  margin: 0 0 10px; }

/* Embed Blocks
-------------------------------------------------------------- */
/* Centering */
.wp-block-embed.aligncenter .wp-block-embed__wrapper > * {
  margin-left: auto !important;
  margin-right: auto !important; }

.collection-item {
  display: flex;
  flex-direction: column; }
  .collection-item > * {
    display: block;
    width: 100%;
    text-align: center; }
    .collection-item > *:last-child {
      margin-bottom: 0; }
  .collection-item .spacer {
    flex-grow: 1; }
  .collection-item figure.featured-image {
    overflow: hidden;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: 300px;
    padding: 0;
    margin: 0 0 50px;
    background: #f6f6f6; }
    .collection-item figure.featured-image img {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      pointer-events: none; }
  .collection-item .collection-title {
    font-size: 1.75em;
    max-width: 75%; }
  .collection-item figure.collection-logo {
    display: flex;
    justify-content: center;
    aspect-ratio: 3 / 1;
    margin: 0 0 20px;
    text-align: center; }
    .collection-item figure.collection-logo img {
      display: block;
      margin: auto;
      height: auto;
      width: auto;
      max-height: 90%;
      max-width: 90%;
      pointer-events: none; }
  .collection-item .city-state-byline {
    text-transform: uppercase; }
  @media (max-width: 480px) {
    .collection-item figure.collection-logo {
      aspect-ratio: auto;
      margin-left: auto;
      margin-right: auto;
      max-width: 200px; } }
.ca-collection {
  margin-bottom: 10%; }
  .ca-collection .ca-collection-header {
    margin: 0 0 2.5%;
    font-size: 2.5em;
    font-family: Montserrat, sans-serif; }
  .ca-collection .ca-collection-category {
    padding: 2.5% 0 0;
    border-top: 2px solid #f6f6f6; }
    .ca-collection .ca-collection-category .ca-collection-category-header {
      margin: 0 0 2.5%;
      font-size: 1.25em;
      font-family: Montserrat, sans-serif; }
    .ca-collection .ca-collection-category .collections-list.box-grid {
      justify-content: flex-start;
      margin-bottom: 5%; }

#widgets {
  margin: 0;
  padding: 0; }
  #widgets .widget {
    margin: 0 0 10%;
    padding: 5%;
    list-style: none; }
    #widgets .widget .widgettitle {
      font-size: 1.5em; }
    #widgets .widget.widget_search .widgettitle {
      margin-bottom: 5%; }
    #widgets .widget.widget_search .search-form {
      position: relative; }
      #widgets .widget.widget_search .search-form:after {
        content: '\f002';
        position: absolute;
        top: 50%;
        right: 0;
        width: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: 900;
        font-family: FontAwesome;
        z-index: 5;
        transform: translateY(-50%); }
      #widgets .widget.widget_search .search-form input[type="text"] {
        width: 100%; }
      #widgets .widget.widget_search .search-form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0;
        background: none;
        border: none;
        z-index: 10; }
    #widgets .widget.widget_categories .widgettitle {
      display: none; }
    #widgets .widget.widget_categories ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #widgets .widget.widget_categories ul li {
        line-height: 2; }

/* Gravity Form Styles */
body .gform_wrapper {
  margin: 0 0 20px; }
  body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital {
    margin-bottom: 0; }
  body .gform_wrapper.gform-theme .gform_fields {
    row-gap: 12px;
    -moz-column-gap: 24px;
         column-gap: 24px; }
  body .gform_wrapper.gform-theme .gfield.sm-label label {
    font-size: 12px; }
  body .gform_wrapper.gform-theme .gfield.gfield--type-consent {
    margin-bottom: 40px; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-consent .ginput_container_consent .gform-field-label {
      font-size: 12px; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-consent .ginput_container_consent a {
      color: #1A1A1A;
      font-weight: 400; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-consent .ginput_container_consent input[type="checkbox"] {
      border-color: #1A1A1A;
      border-radius: 0; }
  body .gform_wrapper.gform-theme .gfield.gfield--type-section {
    height: 0;
    margin-top: 10px;
    margin-bottom: 40px; }
  body .gform_wrapper.gform-theme .gfield.gfield--type-radio .gfield_radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 2%; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-radio .gfield_radio .gchoice {
      display: flex;
      align-items: center;
      flex-basis: 49%; }
      body .gform_wrapper.gform-theme .gfield.gfield--type-radio .gfield_radio .gchoice input[type="text"] {
        margin-left: 10px;
        height: 34px; }
  body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox {
    margin-bottom: 40px; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox.no-top-margin {
      margin-top: 0; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox.column .ginput_container .gfield_checkbox {
      flex-direction: column; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox .gfield_label {
      margin-bottom: 17px; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between; }
      body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice {
        display: inline-flex;
        min-width: 200px; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox .gchoice .gfield-choice-input {
      border-color: #1A1A1A;
      border-radius: 0; }
    body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox .gchoice label {
      font-size: 14px; }
      body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox .gchoice label a {
        color: #3a3426;
        text-decoration: underline; }
        body .gform_wrapper.gform-theme .gfield.gfield--type-checkbox .gchoice label a:hover {
          color: #59503a; }
  body .gform_wrapper.gform-theme .gfield hr {
    background-color: #a9c2e5;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 20px; }
  body .gform_wrapper.gform-theme .gfield label,
  body .gform_wrapper.gform-theme .gfield legend {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 400; }
  body .gform_wrapper.gform-theme .gfield textarea {
    padding: 12px 14px; }
    body .gform_wrapper.gform-theme .gfield textarea.large {
      height: 180px;
      min-block-size: auto;
      color: #1A1A1A; }
  body .gform_wrapper.gform-theme .gform_footer {
    margin-top: 5px; }
  body .gform_wrapper .gform_heading .gform_required_legend {
    display: none; }
  body .gform_wrapper form .gform_fields .gfield {
    margin-bottom: 12px; }
    body .gform_wrapper form .gform_fields .gfield .gfield_label {
      font-weight: 400; }
    body .gform_wrapper form .gform_fields .gfield .ginput_container .gfield_radio .gchoice,
    body .gform_wrapper form .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice {
      line-height: 1.5; }
    body .gform_wrapper form .gform_fields .gfield.gsection .gsection_title {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-weight: 600;
      font-size: 2.25em; }

/* Custom gallery styles
-------------------------------------------------------------- */
.wp-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  padding: 0;
  width: 100%;
  gap: 1%; }
  .wp-gallery > * {
    display: block;
    width: 32.333%;
    margin: 0 0 1%; }
    .wp-gallery > * img {
      display: block;
      margin: 0 auto;
      width: auto;
      height: auto;
      max-width: 100%;
      border: none;
      transition: all 0.3s;
      filter: alpha(opacity=90);
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9; }
      .wp-gallery > * img:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
  .wp-gallery.masonry-layout {
    display: block;
    margin: 0 -0.5% 20px;
    padding: 0; }
    .wp-gallery.masonry-layout:after {
      content: "";
      display: table;
      clear: both; }
    .wp-gallery.masonry-layout > * {
      float: left;
      margin: 0 0.5% 1%; }
  .wp-gallery.columns-1 > * {
    width: 99.000%; }
  .wp-gallery.columns-2 > * {
    width: 49.000%; }
  .wp-gallery.columns-3 > * {
    width: 32.333%; }
  .wp-gallery.columns-4 > * {
    width: 24.000%; }
  .wp-gallery.columns-5 > * {
    width: 19.000%; }
  .wp-gallery.columns-6 > * {
    width: 15.666%; }
  .wp-gallery.columns-7 > * {
    width: 13.285%; }
  .wp-gallery.columns-8 > * {
    width: 11.500%; }
  .wp-gallery.columns-9 > * {
    width: 10.111%; }
  @media (max-width: 1180px) {
    .wp-gallery.columns-9 > *, .wp-gallery.columns-8 > *, .wp-gallery.columns-7 > * {
      width: 15.666%; } }
  @media (max-width: 1040px) {
    .wp-gallery.columns-9 > *, .wp-gallery.columns-8 > *, .wp-gallery.columns-7 > *, .wp-gallery.columns-6 > * {
      width: 19.000%; } }
  @media (max-width: 900px) {
    .wp-gallery.columns-9 > *, .wp-gallery.columns-8 > *, .wp-gallery.columns-7 > *, .wp-gallery.columns-6 > *, .wp-gallery.columns-5 > * {
      width: 24.000%; } }
  @media (max-width: 760px) {
    .wp-gallery.columns-9 > *, .wp-gallery.columns-8 > *, .wp-gallery.columns-7 > *, .wp-gallery.columns-6 > *, .wp-gallery.columns-5 > *, .wp-gallery.columns-4 > * {
      width: 32.333%; } }
  @media (max-width: 640px) {
    .wp-gallery.columns-9 > *, .wp-gallery.columns-8 > *, .wp-gallery.columns-7 > *, .wp-gallery.columns-6 > *, .wp-gallery.columns-5 > *, .wp-gallery.columns-4 > *, .wp-gallery.columns-3 > * {
      width: 49.000%; } }
  @media (max-width: 480px) {
    .wp-gallery.columns-9 > *, .wp-gallery.columns-8 > *, .wp-gallery.columns-7 > *, .wp-gallery.columns-6 > *, .wp-gallery.columns-5 > *, .wp-gallery.columns-4 > *, .wp-gallery.columns-3 > *, .wp-gallery.columns-2 > * {
      width: 99.000%; } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 20px; } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  padding: 5px;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc( 100% - 10px); } }

.slick-slider {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }
  .slick-slider.slick-dotted {
    margin-bottom: 20px; }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%; }
    .slick-slider .slick-list, .slick-slider .slick-list .slick-list {
      transform: translate3d(0,0,0); }
    .slick-slider .slick-list, .slick-slider .slick-list *:hover {
      outline: none; }
    .slick-slider .slick-list .slick-track {
      position: relative;
      display: block;
      margin: 0;
      padding: 0; }
      .slick-slider .slick-list .slick-track:after {
        content: "";
        display: table;
        clear: both; }
      .slick-slider .slick-list .slick-track .slick-slide {
        float: left;
        height: auto;
        margin: 0;
        padding: 0;
        min-height: 1px; }
        .slick-slider .slick-list .slick-track .slick-slide.dragging img {
          pointer-events: none; }
        .slick-vertical .slick-slider .slick-list .slick-track .slick-slide {
          display: block;
          height: auto; }
        .slick-slider .slick-list .slick-track .slick-slide > *:last-child {
          margin-bottom: 0; }
  .slick-slider .slick-arrow {
    position: absolute;
    z-index: 100;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: none;
    text-align: center;
    border: 1px solid #b5a268;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6; }
    .slick-slider .slick-arrow:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      font-family: FontAwesome;
      font-size: 60px;
      font-weight: 200;
      line-height: 50px;
      color: #000000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0;
      text-align: center;
      background-size: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #b5a268; }
    .slick-slider .slick-arrow:hover {
      outline: none;
      background-color: transparent;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .slick-slider .slick-arrow.slick-disabled:before {
      filter: alpha(opacity=25);
      -moz-opacity: 0.25;
      -khtml-opacity: 0.25;
      opacity: 0.25; }
    .slick-slider .slick-arrow.slick-prev {
      left: 20px;
      text-indent: -5px; }
      .slick-slider .slick-arrow.slick-prev:before {
        -webkit-mask: url(library/img/slick-arrow-left.svg) no-repeat 50% 50%;
                mask: url(library/img/slick-arrow-left.svg) no-repeat 50% 50%; }
    .slick-slider .slick-arrow.slick-next {
      right: 20px;
      text-indent: 5px; }
      .slick-slider .slick-arrow.slick-next:before {
        -webkit-mask: url(library/img/slick-arrow-right.svg) no-repeat 50% 50%;
                mask: url(library/img/slick-arrow-right.svg) no-repeat 50% 50%; }
  .slick-slider .slick-dots {
    position: absolute;
    z-index: 99;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%; }
    .slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none;
      cursor: pointer; }
      .slick-slider .slick-dots li button {
        display: block;
        height: 8px;
        width: 8px;
        margin: 0 4px;
        padding: 0;
        border: 0;
        background: transparent;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        cursor: pointer;
        box-shadow: none; }
        .slick-slider .slick-dots li button:hover {
          outline: none; }
          .slick-slider .slick-dots li button:hover:before {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; }
        .slick-slider .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          width: 8px;
          height: 8px;
          font-family: FontAwesome;
          font-weight: 900;
          font-size: 8px;
          line-height: 8px;
          text-align: center;
          color: #000000;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          filter: alpha(opacity=25);
          -moz-opacity: 0.25;
          -khtml-opacity: 0.25;
          opacity: 0.25; }
      .slick-slider .slick-dots li.slick-active button:before {
        color: #000000;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6; }
  .slick-slider.slick-initialized {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .slick-slider.slick-loading {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; }

.ui-datepicker {
  width: 350px;
  padding: 5px;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 10px 0;
    background: #9d894d; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 10px;
    width: 32px;
    height: 32px;
    background: none;
    text-align: center;
    border-radius: 50%; }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      position: absolute;
      overflow: hidden;
      height: 0;
      width: 0;
      font-size: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-size: 24px;
      line-height: 32px;
      color: #ffffff;
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      -khtml-opacity: 0.75;
      opacity: 0.75; }
    .ui-datepicker .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-next:hover {
      cursor: pointer;
      background: none; }
      .ui-datepicker .ui-datepicker-prev:hover:before,
      .ui-datepicker .ui-datepicker-next:hover:before {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
  .ui-datepicker .ui-datepicker-prev {
    left: 10px; }
    .ui-datepicker .ui-datepicker-prev:before {
      content: '\276e'; }
  .ui-datepicker .ui-datepicker-next {
    right: 10px; }
    .ui-datepicker .ui-datepicker-next:before {
      content: '\276f'; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 0 40px;
    line-height: 1.5;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      height: 32px;
      font-size: 1em;
      margin: 0 1px;
      border: none; }
      .ui-datepicker .ui-datepicker-title select.ui-datepicker-month-year {
        width: 100%; }
      .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        width: 45%; }
  .ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0; }
    .ui-datepicker table tr th {
      margin: 0;
      padding: 5px;
      text-align: center;
      font-weight: 300;
      background: #ffffff;
      color: #222222;
      border: none; }
    .ui-datepicker table tr td {
      margin: 0;
      padding: 0;
      background: #f6f6f6;
      border: 1px solid #dddddd; }
      .ui-datepicker table tr td span, .ui-datepicker table tr td a {
        display: block;
        padding: 8px 5px;
        text-align: center;
        text-decoration: none;
        font-weight: 500; }
    .ui-datepicker table tr:nth-child(odd) td {
      background: #f6f6f6; }
    .ui-datepicker table tr:nth-child(even) td {
      background: #e9e9e9; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }

.ui-datepicker-trigger {
  margin-left: 10px; }
  .ui-datepicker-trigger:hover {
    cursor: pointer; }

.ui-datepicker-calendar .ui-state-active {
  background: #ffffff; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }
  .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
    float: left; }
    .ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
      width: 95%;
      margin: 0 auto .4em; }
  .ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0; }
  .ui-datepicker.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

[class*="animate-"] {
  transform: perspective(1px) translateZ(0); }

/**
 * Float animation (.animate-float)
 */
@keyframes animate-float {
  0% {
    transform: translateY(-8px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(-8px); } }

.animate-float {
  animation-name: animate-float;
  animation-duration: 1.5s, 3s;
  animation-delay: 0.5s, 1.5s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate; }

/**
 * Sway animation (.animate-sway)
 */
@keyframes animate-sway {
  0% {
    transform: rotate(-6deg) translateX(-8px); }
  50% {
    transform: rotate(6deg) translateX(8px); }
  100% {
    transform: rotate(-6deg) translateX(-8px); } }

.animate-sway {
  animation-name: animate-sway;
  animation-duration: 6s;
  animation-delay: 0.5s, 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate; }

/**
 * Shake animation (.animate-shake)
 */
@keyframes animate-shake {
  0% {
    transform: translate(0); }
  10% {
    transform: translate(-2px, -2px); }
  20% {
    transform: translate(2px, -2px); }
  30% {
    transform: translate(-2px, 2px); }
  40% {
    transform: translate(2px, 2px); }
  50% {
    transform: translate(-2px, -2px); }
  60% {
    transform: translate(2px, -2px); }
  70% {
    transform: translate(-2px, 2px); }
  80% {
    transform: translate(-2px, -2px); }
  90% {
    transform: translate(2px, -2px); }
  100% {
    transform: translate(0); } }

.animate-shake {
  animation-name: animate-shake;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

/**
 * Pulse animation (.animate-pulse)
 */
@keyframes animate-pulse {
  25% {
    transform: scale(1.05); }
  75% {
    transform: scale(0.95); } }

.animate-pulse {
  animation-name: animate-pulse;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

/**
 * Spin animation (.animate-span-[left|right])
 */
@keyframes animate-spin-left {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

@keyframes animate-spin-right {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.animate-spin-left,
.animate-spin-right {
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.animate-spin-left {
  animation-name: animate-spin-left; }

.animate-spin-right {
  animation-name: animate-spin-right; }

/**
 * Swing animation (.animate-swing)
 */
@keyframes animate-swing {
  0%,
  100% {
    transform: translateX(-5px) rotate(4deg); }
  50% {
    transform: translateX(5px) rotate(-4deg); } }

.animate-swing {
  transform-origin: 50% 0;
  animation-name: animate-swing;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

/**
 * Flicker animation (.animation-flicker)
 */
@keyframes animate-flicker {
  0%,
  100% {
    opacity: 1; }
  31.98% {
    opacity: 1; }
  32% {
    opacity: 0; }
  32.8% {
    opacity: 0; }
  32.82% {
    opacity: 1; }
  34.98% {
    opacity: 1; }
  35% {
    opacity: 0; }
  35.7% {
    opacity: 0; }
  35.72% {
    opacity: 1; }
  36.98% {
    opacity: 1; }
  37% {
    opacity: 0; }
  37.6% {
    opacity: 0; }
  37.62% {
    opacity: 1; }
  67.98% {
    opacity: 1; }
  68% {
    opacity: 0; }
  68.4% {
    opacity: 0; }
  68.42% {
    opacity: 1; }
  95.98% {
    opacity: 1; }
  96% {
    opacity: 0; }
  96.7% {
    opacity: 0; }
  96.72% {
    opacity: 1; }
  98.98% {
    opacity: 1; }
  99% {
    opacity: 0; }
  99.6% {
    opacity: 0; }
  99.62% {
    opacity: 1; } }

.animate-flicker {
  animation-name: animate-flicker;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

form.collections-lead-in-form {
  display: inline-block;
  margin: 0 20px;
  word-spacing: 10px; }
  form.collections-lead-in-form .living-choice {
    max-width: 160px; }
  form.collections-lead-in-form .zip-code {
    max-width: 120px; }

ul.location-info {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  ul.location-info a {
    color: #222222; }
    ul.location-info a:hover {
      color: #b5a268; }
  ul.location-info li {
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.5; }
    ul.location-info li:before {
      content: '';
      display: inline-block;
      width: 16px;
      height: auto;
      margin: 0 20px 0 0;
      padding: 0;
      font-family: FontAwesome;
      font-weight: 900;
      color: #b5a268; }
    ul.location-info li.address:before {
      content: '\f3c5'; }
    ul.location-info li.phone:before {
      content: '\f095'; }

body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content {
  max-width: 1615px; }
  body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content {
    justify-content: space-between;
    gap: 0; }
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content .image,
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content .content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .image,
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .content {
      flex: 0 1 auto; }
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content .image, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .image {
      flex-basis: 52%; }
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content .content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .content {
      flex-basis: 44%;
      max-width: 620px; }
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content::after, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content::after {
      display: none; }

body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .image {
  text-align: right; }
  body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .image img {
    display: inline-block; }

body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image .content p {
  font-size: 24px;
  line-height: 1.7; }

@media (max-width: 900px) {
  body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content {
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%; }
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content .image,
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content .content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .image,
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .content {
      flex-basis: 100%; }
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content .content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .content {
      max-width: 620px;
      margin: 0 auto 80px; } }

@media (max-width: 480px) {
  body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px; }
    body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-right .section-content .image-content .content, body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image.image-position-left .section-content .image-content .content {
      max-width: 620px;
      margin: 0 auto 80px; }
  body.home:has(.section-video-banner + .section-general-content) .section-general-content:not(.shadow-box).has-image .content p {
    font-size: 20px; } }

body.page-template-template-form-layout .gravity-form {
  padding-right: 50px; }
  body.page-template-template-form-layout .gravity-form .gform_wrapper {
    margin-top: 5%; }

body.page-template-template-form-layout .contact-sidebar {
  padding: 0 5%; }

@media (max-width: 768px) {
  body.page-template-template-form-layout .gravity-form {
    padding-right: 0; } }

html > body {
  /* Font styles
    -------------------------------------------------------------- */
  /* Color definitions. This will automagically create classes based on the $palette variable in config
    -------------------------------------------------------------- */
  /* Center content on page with built in clearfix
    -------------------------------------------------------------- */
  /* General Usage Styles
    -------------------------------------------------------------- */
  /* Video styles
    -------------------------------------------------------------- */ }
  html > body .fw-200 {
    font-weight: 200; }
  html > body .fw-300 {
    font-weight: 300; }
  html > body .fw-400 {
    font-weight: 400; }
  html > body .fw-500 {
    font-weight: 500; }
  html > body .fw-600 {
    font-weight: 600; }
  html > body .fw-700 {
    font-weight: 700; }
  html > body .fw-800 {
    font-weight: 800; }
  html > body .fs-smallest {
    font-size: 0.375em; }
  html > body .fs-smaller {
    font-size: 0.5em; }
  html > body .fs-small {
    font-size: 0.75em; }
  html > body .fs-default {
    font-size: 1em; }
  html > body .fs-large {
    font-size: 1.75em; }
  html > body .fs-larger {
    font-size: 2em; }
  html > body .fs-largest {
    font-size: 2.5em; }
  html > body .fs-super {
    font-size: 4em; }
  html > body .color-highlight-primary {
    color: #b5a268; }
  html > body .bg-highlight-primary {
    background-color: #b5a268; }
  html > body .color-highlight-primary-lt {
    color: #c6b78a; }
  html > body .bg-highlight-primary-lt {
    background-color: #c6b78a; }
  html > body .color-highlight-primary-dk {
    color: #9d894d; }
  html > body .bg-highlight-primary-dk {
    background-color: #9d894d; }
  html > body .color-highlight-secondary {
    color: #3a3426; }
  html > body .bg-highlight-secondary {
    background-color: #3a3426; }
  html > body .color-highlight-secondary-lt {
    color: #59503a; }
  html > body .bg-highlight-secondary-lt {
    background-color: #59503a; }
  html > body .color-highlight-secondary-dk {
    color: #1b1812; }
  html > body .bg-highlight-secondary-dk {
    background-color: #1b1812; }
  html > body .color-alert-base {
    color: #777777; }
  html > body .bg-alert-base {
    background-color: #777777; }
  html > body .color-alert-error {
    color: #f64b2f; }
  html > body .bg-alert-error {
    background-color: #f64b2f; }
  html > body .color-alert-success {
    color: #7eb62e; }
  html > body .bg-alert-success {
    background-color: #7eb62e; }
  html > body .color-alert-warning {
    color: #e1b311; }
  html > body .bg-alert-warning {
    background-color: #e1b311; }
  html > body .color-alert-notice {
    color: #2fa9f6; }
  html > body .bg-alert-notice {
    background-color: #2fa9f6; }
  html > body .color-custom-outlined-btn {
    color: #b5a268; }
  html > body .bg-custom-outlined-btn {
    background-color: #b5a268; }
  html > body .color-custom-outlined-btn-hover {
    color: #b5a268; }
  html > body .bg-custom-outlined-btn-hover {
    background-color: #b5a268; }
  html > body .color-custom-box-shadow-default {
    color: #f3eee4; }
  html > body .bg-custom-box-shadow-default {
    background-color: #f3eee4; }
  html > body .color-black {
    color: #000000; }
  html > body .bg-black {
    background-color: #000000; }
  html > body .color-white {
    color: #ffffff; }
  html > body .bg-white {
    background-color: #ffffff; }
  html > body .color-gray {
    color: #222222; }
  html > body .bg-gray {
    background-color: #222222; }
  html > body .color-gray-lt {
    color: #f6f6f6; }
  html > body .bg-gray-lt {
    background-color: #f6f6f6; }
  html > body .color-gray-dk {
    color: #777777; }
  html > body .bg-gray-dk {
    background-color: #777777; }
  html > body .color-font {
    color: #1A1A1A; }
  html > body .bg-font {
    background-color: #1A1A1A; }
  html > body .color-red {
    color: #ff0000; }
  html > body .bg-red {
    background-color: #ff0000; }
  html > body .color-orange {
    color: #ff6600; }
  html > body .bg-orange {
    background-color: #ff6600; }
  html > body .color-green {
    color: #008000; }
  html > body .bg-green {
    background-color: #008000; }
  html > body .color-blue {
    color: #0066CC; }
  html > body .bg-blue {
    background-color: #0066CC; }
  html > body .color-yellow {
    color: #ffff00; }
  html > body .bg-yellow {
    background-color: #ffff00; }
  html > body .ctr {
    position: relative;
    max-width: 1440px;
    padding: 0 2%;
    margin: 0 auto; }
    @media (max-width: 640px) {
      html > body .ctr {
        padding: 0 20px; } }
  html > body .clr:after,
  html > body .clearfix:after {
    content: "";
    display: table;
    clear: both; }
  html > body .clear {
    clear: both; }
  html > body .border {
    border: 1px solid #f6f6f6;
    background: #ffffff; }
  html > body img.border {
    padding: 4px; }
  html > body .hidden {
    display: none; }
  html > body .block {
    display: block; }
  html > body .inline {
    display: inline; }
  html > body .inline-block {
    display: inline-block; }
  html > body .nowrap {
    white-space: nowrap; }
  html > body .overflow-hidden {
    overflow: hidden; }
  html > body .float-none {
    float: none; }
  html > body .float-left {
    float: left; }
  html > body .float-right {
    float: right; }
  html > body .alignnone {
    text-align: inherit; }
  html > body .aligncenter {
    text-align: center; }
  html > body img.aligncenter,
  html > body div.aligncenter,
  html > body figure.aligncenter {
    display: block;
    margin: 0 auto 20px; }
  html > body .alignright {
    text-align: right; }
  html > body img.alignright,
  html > body div.alignright,
  html > body figure.alignright {
    float: right;
    margin: 0 0 20px 20px; }
    @media (max-width: 640px) {
      html > body img.alignright,
      html > body div.alignright,
      html > body figure.alignright {
        float: none;
        display: block;
        margin: 0 auto 20px; } }
  html > body .alignleft {
    text-align: left; }
  html > body img.alignleft,
  html > body div.alignleft,
  html > body figure.alignleft {
    float: left;
    margin: 0 20px 20px 0; }
    @media (max-width: 640px) {
      html > body img.alignleft,
      html > body div.alignleft,
      html > body figure.alignleft {
        float: none;
        display: block;
        margin: 0 auto 20px; } }
  html > body .line-through {
    position: relative;
    overflow: hidden;
    text-align: center; }
    html > body .line-through:before, html > body .line-through:after {
      position: absolute;
      top: 51%;
      overflow: hidden;
      width: 50%;
      height: 1px;
      content: '\a0';
      background-color: #f6f6f6; }
    html > body .line-through:before {
      margin-left: -52%;
      text-align: right; }
    html > body .line-through:after {
      margin-left: 2%; }
  html > body .lead-in-title {
    letter-spacing: 0.8px;
    font-weight: 600;
    text-transform: uppercase; }
  html > body .link-more {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.80px; }
    html > body .link-more:after {
      content: '';
      position: relative;
      display: inline-block;
      margin-left: 5px;
      height: 20px;
      width: 20px;
      vertical-align: -3px;
      -webkit-mask: url(library/img/learn-more.svg) no-repeat 50% 50%;
              mask: url(library/img/learn-more.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
              mask-size: cover;
      background-color: #b5a268;
      transition: all 0.3s; }
  html > body .alert {
    margin: 0 0 20px;
    padding: 20px;
    background-color: #777777;
    line-height: 1.3;
    color: #ffffff; }
    html > body .alert.error {
      background-color: #f64b2f; }
    html > body .alert.success {
      background-color: #7eb62e; }
    html > body .alert.warning {
      background-color: #e1b311; }
    html > body .alert.notice {
      background-color: #2fa9f6; }
  html > body .mb10 {
    margin-bottom: 10px; }
  html > body .mb0 {
    margin-bottom: 0; }
  html > body .video {
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 56.25%;
    background: #222222; }
    html > body .video iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%; }

/* Loading Screen
-------------------------------------------------------------- */
#loading {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.8125); }
  #loading.off {
    height: 0;
    width: 0;
    overflow: hidden; }
  #loading > i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 32px;
    width: 32px;
    margin: -16px 0 0 -16px;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    text-align: center; }

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px 15px;
  text-align: center;
  margin: 0 0 35px;
  vertical-align: middle; }
  .social-icons > a {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    border-radius: 28px;
    transition: all 0.2s; }
    .social-icons > a:hover {
      background: #9d894d;
      border-color: #9d894d;
      color: #ffffff; }

.google-map {
  width: 100%;
  min-height: 400px; }

#wpadminbar {
  top: auto !important;
  bottom: 0 !important; }
  #wpadminbar .menupop .ab-sub-wrapper,
  #wpadminbar .shortlink-input {
    bottom: 32px !important; }
  @media screen and (max-width: 600px) {
    #wpadminbar {
      position: fixed !important; } }
  @media screen and (max-width: 782px) {
    #wpadminbar .menupop .ab-sub-wrapper,
    #wpadminbar .shortlink-input {
      bottom: 46px !important; } }
@media screen and (min-width: 783px) {
  .admin-bar.masthead-fixed .site-header {
    top: 0 !important; } }

@media (max-width: 1280px) {
  #nav-expand {
    display: flex; }
  html.mobile-nav-menu-active, html.mobile-nav-menu-active body {
    overflow: hidden; }
  html.mobile-nav-menu-active #main-menu {
    height: calc( 100% - 25px);
    width: calc( 100% - 10px);
    position: fixed;
    visibility: visible;
    z-index: 999998;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  html.mobile-nav-menu-active #nav-expand {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    border: 1px solid #ffffff; }
    html.mobile-nav-menu-active #nav-expand span.line {
      position: relative;
      background-color: #ffffff;
      border-color: #ffffff;
      max-width: 22px;
      height: 1px; }
      html.mobile-nav-menu-active #nav-expand span.line:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg); }
      html.mobile-nav-menu-active #nav-expand span.line:nth-of-type(2) {
        position: absolute;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0; }
      html.mobile-nav-menu-active #nav-expand span.line:nth-of-type(3) {
        top: -10px;
        transform: rotate(-45deg); }
    html.mobile-nav-menu-active #nav-expand i:before {
      content: '\d7'; }
  #main-menu {
    display: block;
    overflow-y: scroll;
    position: fixed;
    visibility: hidden;
    z-index: -999998;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
    padding: 70px 40px 25px 40px;
    height: 0;
    width: 0;
    background: #b5a268;
    border-radius: 0px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity 0.5s;
    box-sizing: border-box; }
    #main-menu, #main-menu * {
      border: none !important;
      box-shadow: none !important; }
    #main-menu li {
      position: relative !important;
      float: none !important;
      display: block !important;
      clear: both !important;
      margin: 0 0 20px !important;
      padding: 0 !important;
      background: none !important; }
      #main-menu li.mobile-logo {
        display: block; }
        #main-menu li.mobile-logo a {
          margin-bottom: 40px !important; }
      #main-menu li.has-sub-menu > a::after {
        display: none; }
      #main-menu li a {
        display: block !important;
        margin: 0 !important;
        padding: 10px 10px !important;
        background: none !important;
        font-size: 18px;
        text-align: left !important;
        text-transform: uppercase;
        color: #222222 !important; }
      #main-menu li.mobile-only {
        position: relative;
        visibility: visible;
        left: 0;
        height: auto;
        width: auto;
        overflow: auto; }
      #main-menu li ul {
        position: static !important;
        visibility: visible !important;
        padding: 0 0 0 15px !important;
        margin: 0 !important;
        background: none !important;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
        #main-menu li ul li a {
          font-size: 14px; }
    #main-menu > li:last-child {
      padding-bottom: 30px; } }

@media (max-width: 360px) {
  #main-menu {
    padding: 25px 20px; } }

/* iOS Phone Style
--------------------------------------------- */
a[href^=tel] {
  color: inherit;
  text-decoration: none; }

section.page-section .section-content {
  max-width: 1220px; }

.page-template-template-splash-layout {
  font-family: "Montserrat", sans-serif; }
  .page-template-template-splash-layout .bg-gray-lt {
    background-color: #f3f3f3; }
  .page-template-template-splash-layout a.btn {
    min-width: 220px; }
  .page-template-template-splash-layout a.btn.btn-outlined {
    border-color: #000;
    color: #000; }
  .page-template-template-splash-layout h1 {
    font-size: 66px;
    font-weight: 400;
    letter-spacing: -1.68px; }
    @media (max-width: 1024px) {
      .page-template-template-splash-layout h1 {
        font-size: 50px !important; } }
  .page-template-template-splash-layout h2 {
    font-size: 56px; }
    @media (max-width: 1024px) {
      .page-template-template-splash-layout h2 {
        font-size: 34px !important; } }
  .page-template-template-splash-layout h3 {
    font-size: 48px; }
    @media (max-width: 1024px) {
      .page-template-template-splash-layout h3 {
        font-size: 34px !important; } }
  .page-template-template-splash-layout h4 {
    font-size: 36px; }
    @media (max-width: 1024px) {
      .page-template-template-splash-layout h4 {
        font-size: 34px !important; } }
  .page-template-template-splash-layout h5 {
    font-size: 28px; }
    @media (max-width: 1024px) {
      .page-template-template-splash-layout h5 {
        font-size: 20px !important; } }
  .page-template-template-splash-layout h6 {
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 1024px) {
      .page-template-template-splash-layout h6 {
        font-size: 18px !important;
        line-height: 26px !important; } }
  .page-template-template-splash-layout #hdr {
    padding: 20px; }
    .page-template-template-splash-layout #hdr .locations {
      list-style: none;
      margin: 0; }
      .page-template-template-splash-layout #hdr .locations .location-item {
        display: inline-block;
        position: relative;
        padding-left: 42px; }
        .page-template-template-splash-layout #hdr .locations .location-item:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 30px;
          height: 30px;
          border-radius: 3px;
          background: #8B0E04 url("library/img/arrow-down.svg") center no-repeat; }
        .page-template-template-splash-layout #hdr .locations .location-item a {
          font-weight: 600;
          font-size: 17px;
          line-height: 109%;
          letter-spacing: 0.85px;
          color: #000000 !important; }
          .page-template-template-splash-layout #hdr .locations .location-item a:hover {
            text-decoration: underline !important; }
        .page-template-template-splash-layout #hdr .locations .location-item:not(:last-child) {
          margin-right: 20px; }
    .page-template-template-splash-layout #hdr .btn, .page-template-template-splash-layout #hdr body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input:is([type="submit"], [type="button"]), body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer .page-template-template-splash-layout #hdr input:is([type="submit"], [type="button"]) {
      flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .page-template-template-splash-layout #hdr {
        padding: 0; }
        .page-template-template-splash-layout #hdr .hdr-inner {
          flex-direction: column-reverse;
          padding: 0 !important; }
        .page-template-template-splash-layout #hdr .btn, .page-template-template-splash-layout #hdr body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer input:is([type="submit"], [type="button"]), body .gform_wrapper.gform-theme.gform-theme--framework.gform-theme--orbital .gform_footer .page-template-template-splash-layout #hdr input:is([type="submit"], [type="button"]) {
          width: 100%; }
        .page-template-template-splash-layout #hdr .locations {
          width: 100%;
          padding: 20px; }
          .page-template-template-splash-layout #hdr .locations .location-item:not(:last-child) {
            margin-bottom: 20px;
            margin-right: 0px; } }
  .page-template-template-splash-layout section.page-section.section-splash-hero .section-content {
    padding: 0;
    position: relative;
    overflow: hidden; }
    .page-template-template-splash-layout section.page-section.section-splash-hero .section-content figure.image {
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
      .page-template-template-splash-layout section.page-section.section-splash-hero .section-content figure.image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1; }
      .page-template-template-splash-layout section.page-section.section-splash-hero .section-content figure.image img {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        max-height: none;
        max-width: none;
        transform: translate(-50%, -50%); }
    .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .content {
      text-align: center;
      position: relative;
      z-index: 10;
      margin: auto;
      padding: 10% 15px;
      max-width: 1270px;
      color: #fff; }
      .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .content h1 {
        font-size: 47px;
        line-height: 56px;
        color: #fff !important;
        font-family: "Montserrat" !important;
        text-transform: uppercase !important; }
      .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .content p.hero {
        font-size: 24px;
        line-height: 28px; }
    .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .subcontent {
      display: flex;
      gap: 30px;
      margin-top: 82px; }
      .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .subcontent .hero-content {
        flex: 1; }
        .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .subcontent .hero-content h5 {
          color: #fff; }
      @media (max-width: 768px) {
        .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .subcontent {
          flex-direction: column;
          gap: 5px; } }
    .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .scrollmore {
      position: absolute;
      color: #fff;
      text-align: center;
      bottom: 0;
      z-index: 10;
      margin-bottom: 50px;
      font-style: italic;
      font-family: 'Bodoni Moda';
      left: 50%;
      transform: translateX(-50%); }
      .page-template-template-splash-layout section.page-section.section-splash-hero .section-content .scrollmore:before {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 42px;
        background-color: #fff; }
  .page-template-template-splash-layout section.page-section.section-splash-locations .theme_list ul {
    margin: 0;
    margin-bottom: 35px;
    flex-grow: 1;
    list-style: none;
    padding: 0;
    position: relative; }
    .page-template-template-splash-layout section.page-section.section-splash-locations .theme_list ul li {
      border-bottom: 1px solid #D9D9D9;
      font-weight: 400;
      padding: 18px 0; }
      .page-template-template-splash-layout section.page-section.section-splash-locations .theme_list ul li:first-child {
        border-top: 1px solid #D9D9D9; }
  .page-template-template-splash-layout section.page-section.section-splash-locations.style-horizontal .location {
    display: flex;
    align-items: center;
    gap: 30px; }
    .page-template-template-splash-layout section.page-section.section-splash-locations.style-horizontal .location:not(:last-child) {
      margin-bottom: 30px; }
    .page-template-template-splash-layout section.page-section.section-splash-locations.style-horizontal .location .image,
    .page-template-template-splash-layout section.page-section.section-splash-locations.style-horizontal .location .content {
      width: 50%; }
  @media (max-width: 768px) {
    .page-template-template-splash-layout section.page-section.section-splash-locations.style-horizontal .location {
      flex-direction: column;
      align-items: flex-start; }
      .page-template-template-splash-layout section.page-section.section-splash-locations.style-horizontal .location .image,
      .page-template-template-splash-layout section.page-section.section-splash-locations.style-horizontal .location .content {
        width: 100%; } }
  .page-template-template-splash-layout section.page-section.section-splash-locations.style-vertical .locations {
    display: flex;
    gap: 30px; }
    .page-template-template-splash-layout section.page-section.section-splash-locations.style-vertical .locations .location {
      flex: 1;
      flex-shrink: 0; }
    .page-template-template-splash-layout section.page-section.section-splash-locations.style-vertical .locations .image {
      margin-bottom: 50px; }
  @media (max-width: 768px) {
    .page-template-template-splash-layout section.page-section.section-splash-locations.style-vertical .locations {
      flex-direction: column; } }
  .page-template-template-splash-layout section.page-section.section-splash-services .locations {
    margin-top: 60px;
    display: flex;
    gap: 30px; }
    .page-template-template-splash-layout section.page-section.section-splash-services .locations .location {
      flex: 1;
      flex-shrink: 0; }
    .page-template-template-splash-layout section.page-section.section-splash-services .locations .image {
      margin-bottom: 50px; }
  .page-template-template-splash-layout section.page-section.section-splash-services .accordion {
    border: 1px solid #8B0E04;
    background: #fff;
    border-radius: 20px; }
    .page-template-template-splash-layout section.page-section.section-splash-services .accordion .title {
      font-family: "Bodoni Moda", Arial sans-serif;
      padding: 24px 30px;
      font-weight: 500;
      font-size: 28px;
      line-height: 120%;
      text-transform: capitalize;
      margin-bottom: 0;
      text-align: left !important;
      border-bottom: 0 !important; }
      .page-template-template-splash-layout section.page-section.section-splash-services .accordion .title:after {
        content: "" !important;
        right: 30px;
        width: 40px;
        height: 40px;
        background: url("library/img/plus.svg") no-repeat center center; }
    .page-template-template-splash-layout section.page-section.section-splash-services .accordion .content {
      padding: 0 30px 24px;
      text-align: left !important; }
      .page-template-template-splash-layout section.page-section.section-splash-services .accordion .content p {
        margin: 0; }
    .page-template-template-splash-layout section.page-section.section-splash-services .accordion:not(:last-child) {
      margin-bottom: 7px; }
    .page-template-template-splash-layout section.page-section.section-splash-services .accordion.expanded {
      border: 1px solid #000; }
      .page-template-template-splash-layout section.page-section.section-splash-services .accordion.expanded .title:after {
        background: url("library/img/minus.svg") no-repeat center center; }
  @media (max-width: 768px) {
    .page-template-template-splash-layout section.page-section.section-splash-services .locations {
      flex-direction: column; } }
  .page-template-template-splash-layout #ftr {
    text-align: center; }
  .page-template-template-splash-layout #ftr-top .locations {
    list-style: none;
    color: #fff;
    margin: 0; }
    .page-template-template-splash-layout #ftr-top .locations .location-item a {
      font-family: "Bodoni Moda", serif;
      font-size: 34px;
      font-weight: 500;
      line-height: 120%;
      text-transform: capitalize; }
    .page-template-template-splash-layout #ftr-top .locations .location-item:not(:last-child) {
      margin-bottom: 24px; }
  .page-template-template-splash-layout #ftr-bottom {
    color: #fff !important; }
  .page-template-template-splash-layout .copyright {
    max-width: 670px !important;
    font-size: 16px !important; }
  .page-template-template-splash-layout .spacer {
    max-width: 1000px !important; }
  @media screen and (min-width: 768px) {
    .page-template-template-splash-layout .button-container {
      display: inline-block; }
    .page-template-template-splash-layout .button-container + .button-container {
      margin-left: 10px; } }
  @media (max-width: 768px) {
    .page-template-template-splash-layout .button-container + .button-container {
      margin-top: 20px; } }
/*# sourceMappingURL=style.css.map */