/*!
Theme Name: Inn8ly Builder
Theme URI: http://inn8ly.com
Author: Red8 Interactive
Author URI: http://red8interactive.com
Description: Your small business builder
Version: 1.5.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inn8ly-builder
Tags: Theme
GitHub Theme URI: https://github.com/Red8Interactive/inn8ly-builder

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

inn8ly-builder is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bourbon & Neat
# FontAwesome
# Variables Site and Mixins
# Normalize
# Typography
# Elements
# Flexible Content
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bourbon & Neat
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.paraxify {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

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

.fa-lg {
  font-size: 1.33333em;
  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-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\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-adobe:before {
  content: "\f778";
}

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

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

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

.fa-airbnb:before {
  content: "\f834";
}

.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-artstation:before {
  content: "\f77a";
}

.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-atlassian:before {
  content: "\f77b";
}

.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-baby:before {
  content: "\f77c";
}

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

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

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

.fa-bacon:before {
  content: "\f7e5";
}

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

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

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

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

.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-battle-net:before {
  content: "\f835";
}

.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-biking:before {
  content: "\f84a";
}

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

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

.fa-biohazard:before {
  content: "\f780";
}

.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-blog:before {
  content: "\f781";
}

.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-medical:before {
  content: "\f7e6";
}

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

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

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

.fa-bootstrap:before {
  content: "\f836";
}

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

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

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

.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-bread-slice:before {
  content: "\f7ec";
}

.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-buffer:before {
  content: "\f837";
}

.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-buy-n-large:before {
  content: "\f8a6";
}

.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-day:before {
  content: "\f783";
}

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

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

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

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

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

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

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

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

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

.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-caravan:before {
  content: "\f8ff";
}

.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-carrot:before {
  content: "\f787";
}

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

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

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

.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-centos:before {
  content: "\f789";
}

.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-cheese:before {
  content: "\f7ef";
}

.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-chromecast:before {
  content: "\f838";
}

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

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

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

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

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

.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-medical:before {
  content: "\f7f5";
}

.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-compress-alt:before {
  content: "\f422";
}

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

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

.fa-confluence:before {
  content: "\f78d";
}

.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-cotton-bureau:before {
  content: "\f89e";
}

.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-crutch:before {
  content: "\f7f7";
}

.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-dailymotion:before {
  content: "\f952";
}

.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-dhl:before {
  content: "\f790";
}

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

.fa-diaspora:before {
  content: "\f791";
}

.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-dumpster:before {
  content: "\f793";
}

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

.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-egg:before {
  content: "\f7fb";
}

.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-ethernet:before {
  content: "\f796";
}

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

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

.fa-evernote:before {
  content: "\f839";
}

.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-alt:before {
  content: "\f424";
}

.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-fan:before {
  content: "\f863";
}

.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-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

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

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

.fa-figma:before {
  content: "\f799";
}

.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-alt:before {
  content: "\f7e4";
}

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

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

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

.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-gifts:before {
  content: "\f79c";
}

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

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

.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-cheers:before {
  content: "\f79f";
}

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

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

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.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-globe-europe:before {
  content: "\f7a2";
}

.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-lines:before {
  content: "\f7a4";
}

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

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

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

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

.fa-guitar:before {
  content: "\f7a6";
}

.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-hamburger:before {
  content: "\f805";
}

.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-middle-finger:before {
  content: "\f806";
}

.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-hard-hat:before {
  content: "\f807";
}

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

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

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

.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-heart-broken:before {
  content: "\f7a9";
}

.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-holly-berry:before {
  content: "\f7aa";
}

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

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

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

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

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

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

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

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

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

.fa-hotdog:before {
  content: "\f80f";
}

.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-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

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

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

.fa-ideal:before {
  content: "\f913";
}

.fa-igloo:before {
  content: "\f7ae";
}

.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-instagram-square:before {
  content: "\f955";
}

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

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

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

.fa-itch-io:before {
  content: "\f83a";
}

.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-jira:before {
  content: "\f7b1";
}

.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-laptop-medical:before {
  content: "\f812";
}

.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-mdb:before {
  content: "\f8ca";
}

.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-mendeley:before {
  content: "\f7b3";
}

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

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

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

.fa-microblog:before {
  content: "\f91a";
}

.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-mitten:before {
  content: "\f7b5";
}

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

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

.fa-mixer:before {
  content: "\f956";
}

.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:before {
  content: "\f8cc";
}

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

.fa-mug-hot:before {
  content: "\f7b6";
}

.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-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-orcid:before {
  content: "\f8d2";
}

.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-pager:before {
  content: "\f815";
}

.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-pepper-hot:before {
  content: "\f816";
}

.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-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.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-pied-piper-square:before {
  content: "\f91e";
}

.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-pizza-slice:before {
  content: "\f818";
}

.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-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.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-record-vinyl:before {
  content: "\f8d9";
}

.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-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.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-restroom:before {
  content: "\f7bd";
}

.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-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.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-sd-card:before {
  content: "\f7c2";
}

.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-shopify:before {
  content: "\f957";
}

.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-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.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-sleigh:before {
  content: "\f7cc";
}

.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-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.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-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

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

.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-stackpath:before {
  content: "\f842";
}

.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-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.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-tenge:before {
  content: "\f7d7";
}

.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:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.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-trailer:before {
  content: "\f941";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.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-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.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-unity:before {
  content: "\f949";
}

.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-ups:before {
  content: "\f7e0";
}

.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-nurse:before {
  content: "\f82f";
}

.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-usps:before {
  content: "\f7e1";
}

.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-voicemail:before {
  content: "\f897";
}

.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-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.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-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.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 Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

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

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

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

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-pencil:before {
  content: "\f303";
}

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

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

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

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

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

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

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

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-tablet:before {
  content: "\f3fa";
}

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

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

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

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

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

.fa.fa-pencil-square:before {
  content: "\f14b";
}

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

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

.fa.fa-gbp:before {
  content: "\f154";
}

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

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

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

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

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

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

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

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

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

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

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

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

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

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

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

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

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

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

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

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

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

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

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./assets/dist/fonts/webfonts/fa-solid-900.eot");
  src: url("./assets/dist/fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./assets/dist/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("./assets/dist/fonts/webfonts/fa-solid-900.woff") format("woff"), url("./assets/dist/fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("./assets/dist/fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./assets/dist/fonts/webfonts/fa-brands-400.eot");
  src: url("./assets/dist/fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./assets/dist/fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("./assets/dist/fonts/webfonts/fa-brands-400.woff") format("woff"), url("./assets/dist/fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("./assets/dist/fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./assets/dist/fonts/webfonts/fa-regular-400.eot");
  src: url("./assets/dist/fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./assets/dist/fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("./assets/dist/fonts/webfonts/fa-regular-400.woff") format("woff"), url("./assets/dist/fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("./assets/dist/fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*--------------------------------------------------------------
# Variables Site and Mixins
--------------------------------------------------------------*/
:root {
  --color-primary: #b92120;
  --color-secondary: #dc9d45;
  --color-accent1: #b85655;
  --color-accent2: #bcb282;
}

/**************************************
 *   FONTS
 *************************************/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, .woocommerce-order-received .entry-content .woocommerce .title h3, .woocommerce h1.page-title,
.woocommerce-page h1.page-title, h3, h4, h5, h6 {
  clear: both;
  margin: 0.5em 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

h2, .woocommerce-order-received .entry-content .woocommerce .title h3, .woocommerce h1.page-title,
.woocommerce-page h1.page-title {
  font-size: 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  font-size: 28px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

p {
  font-size: 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em 0 0;
  border-left: 2px solid #b92120;
  padding-left: 1em;
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.tech_filter_menu {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.tech_filter_menu li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 24px;
  font-size: 13px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  color: #999999;
}
.tech_filter_menu li:last-child {
  margin-right: 0;
}
.tech_filter_menu li a {
  color: #999999;
}
.tech_filter_menu li.current-cat, .tech_filter_menu li:hover, .tech_filter_menu li:focus {
  border-bottom: 1px solid #dd9d45;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

ul {
  margin-left: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.r8_main_header {
  background-color: #ffffff;
}

.r8_sec_menu_wrapper {
  background-color: #000000;
}

.site-header {
  position: relative;
  width: 100%;
}

.r8_header_fixed .site-header {
  position: fixed;
  z-index: 50;
}

.r8_header_absolute .site-header {
  position: absolute;
  z-index: 10;
}

.fixed-header-spacer {
  width: 100%;
  display: block;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .fixed-header-spacer {
    height: 0px;
  }
}
.fixed-header-spacer.no-hero {
  height: 102px;
}
@media screen and (max-width: 768px) {
  .fixed-header-spacer.no-hero {
    height: 60px;
  }
}
@media screen and (max-width: 626px) {
  .fixed-header-spacer.no-hero {
    height: 50px;
  }
}

.disable_header_space .fixed-header-spacer {
  display: none;
}

.top_header_search_form {
  display: none;
  padding: 20px;
  background-color: #ffffff;
  -moz-box-shadow: inset 0 0 10px -2px #000000;
  -webkit-box-shadow: inset 0 0 10px -2px #000000;
  box-shadow: inset 0 0 10px -2px #000000;
}

.site-header {
  z-index: 10;
}
.site-header.has_search_sec .header_search {
  padding: 0 15px;
}
.site-header.has_no_search .header_search {
  padding-left: 15px;
}
.site-header.header_shadow {
  -webkit-box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, 0.75);
}
.site-header.absolute_logo_header .header_wrapper {
  position: relative;
}
.site-header .container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-header .r8_sec_menu_wrapper {
    display: none;
  }
}
.site-header .r8_sec_menu_wrapper .container:after {
  clear: both;
  content: "";
  display: table;
}
.site-header .r8_sec_menu_wrapper .my_account_login {
  margin-left: 30px;
  float: right;
}
.site-header .r8_sec_menu_wrapper .my_account_login.logged_in a:first-child {
  margin-right: 30px;
}
.site-header .r8_sec_menu_wrapper .my_account_login a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
  font-size: 15px;
  display: inline-block;
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: right;
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container > div {
  display: inline-block;
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul ul,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul ul {
  top: 0;
  left: 0;
  float: none;
  position: relative;
  margin: 0.2em 0;
  box-shadow: inset 0px 0px 4px 1px rgba(39, 33, 33, 0.6);
  margin-left: 0.5em;
  border-top: 4px solid var(--color-primary);
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul a,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul a {
  width: 200px;
  padding: 4px 5px;
  position: relative;
  border-bottom: 2px solid transparent;
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul a:hover, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul a:focus,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul a:hover,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul a:focus {
  border-bottom: 2px solid var(--color-primary);
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul li:hover > ul,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul li.focus > ul,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul li:hover > ul,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul li.focus > ul {
  left: auto;
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container li,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left li {
  float: left;
  position: relative;
}
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container a,
.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left a {
  display: block;
  text-decoration: none;
}
.site-header .r8_sec_menu_wrapper .r8_secondary_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .r8_sec_menu_wrapper .r8_secondary_menu > li {
  color: #ffffff;
  display: inline-block;
  margin-left: 20px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-header .r8_sec_menu_wrapper .r8_secondary_menu > li:not(.r8_btn_menu_link) > a {
  color: #ffffff;
  padding: 5px 0;
}
.site-header .r8_sec_menu_wrapper .r8_secondary_menu > li:not(.r8_btn_menu_link) a {
  text-decoration: none;
  font-size: 15px;
  display: block;
}
.site-header .r8_sec_menu_wrapper .r8_secondary_menu > li:not(.r8_btn_menu_link) a:hover {
  opacity: 0.7;
}
.site-header .r8_sec_menu_wrapper .r8_secondary_menu > li:not(.r8_btn_menu_link):last-child a {
  padding-right: 0;
}
.site-header .r8_sec_menu_wrapper .r8_secondary_menu > li:first-child {
  margin-left: 0;
}
.site-header .r8_main_header .header_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  position: relative;
}
.site-header .r8_main_header .site-branding {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.site-header .r8_main_header .site-branding.r8_logo_center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .site-header .r8_main_header .site-branding.r8_logo_center {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .site-header .r8_main_header .site-branding {
    width: 90%;
  }
}
@media screen and (max-width: 626px) {
  .site-header .r8_main_header .site-branding {
    width: 85%;
  }
}
.site-header .r8_main_header .r8_main_menu {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .site-header .r8_main_header .r8_main_menu {
    display: none;
  }
}
.site-header .r8_main_header .main-navigation {
  width: auto;
  z-index: 3;
}
.site-header .r8_main_header .r8_menu_right {
  margin-left: auto;
}
.site-header .r8_main_header .r8_menu_center {
  margin-left: auto;
  margin-right: auto;
}
.site-header .r8_main_header .r8_menu_left {
  margin-right: auto;
}
.site-header .r8_main_header .primary_menu > li {
  position: relative;
}
.site-header .r8_main_header .primary_menu > li:not(.r8_btn_menu_link) > a {
  padding: 25px 15px;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #000000;
}
.site-header .r8_main_header .primary_menu > li:not(.r8_btn_menu_link):hover > a:after, .site-header .r8_main_header .primary_menu > li:not(.r8_btn_menu_link):focus > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color-primary);
}
.site-header .r8_main_header .primary_menu > li.current_page_item > a:after, .site-header .r8_main_header .primary_menu > li.current-menu-item > a:after, .site-header .r8_main_header .primary_menu > li.current_page_ancestor > a:after, .site-header .r8_main_header .primary_menu > li.current-menu-ancestor > a:after, .site-header .r8_main_header .primary_menu > li.current_page_parent > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color-primary);
}
.site-header .r8_main_header .primary_menu > li .sub-menu {
  top: 100%;
  max-width: 240px;
  min-width: 180px;
  right: 0;
  background-color: #ffffff;
}
.site-header .r8_main_header .primary_menu > li .sub-menu:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color-primary);
}
.site-header .r8_main_header .primary_menu > li .sub-menu > li {
  float: none;
}
.site-header .r8_main_header .primary_menu > li .sub-menu > li.current_page_item > a:after, .site-header .r8_main_header .primary_menu > li .sub-menu > li.current-menu-item > a:after, .site-header .r8_main_header .primary_menu > li .sub-menu > li.current_page_ancestor > a:after, .site-header .r8_main_header .primary_menu > li .sub-menu > li.current-menu-ancestor > a:after, .site-header .r8_main_header .primary_menu > li .sub-menu > li.current_page_parent > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
}
.site-header .r8_main_header .primary_menu > li .sub-menu > li a {
  width: auto;
  display: block;
  padding: 5px 15px;
  color: #000000;
  font-size: 14px;
}
.site-header .r8_main_header .primary_menu > li .sub-menu > li a:hover, .site-header .r8_main_header .primary_menu > li .sub-menu > li a:focus {
  background-color: #f3ece3;
}
.site-header .r8_main_header .primary_menu > li .sub-menu > li a:hover:after, .site-header .r8_main_header .primary_menu > li .sub-menu > li a:focus:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
}
.site-header .r8_main_header .header-logo {
  line-height: 0;
  padding: 8px 0;
}
@media screen and (max-width: 626px) {
  .site-header .r8_main_header .header-logo {
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 626px) {
  .site-header .r8_main_header .absolute_logo img {
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.site-header .r8_main_header .resize_logo {
  transition: all 1s;
}
.site-header .r8_main_header .resize_logo img {
  transition: all 1s;
  max-height: 500%;
  width: auto;
}
@media screen and (max-width: 626px) {
  .site-header .r8_main_header .resize_logo img {
    max-height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 626px) {
  .site-header .r8_main_header .resize_logo.absolute_logo img {
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.site-header .r8_main_header .resize_logo.small_logo.absolute_logo img {
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-header .r8_main_header .resize_logo.small_logo img {
  max-height: 100%;
  width: auto;
}
.site-header .r8_main_header .custom-logo-link {
  display: inline-block;
  line-height: 0;
}
.site-header .r8_main_header .site_description {
  width: 220px;
  text-align: center;
  color: var(--color-primary);
  line-height: 1;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .site-header .r8_main_header .site_description {
    max-width: 200px;
    font-size: 14px;
  }
}
@media screen and (max-width: 626px) {
  .site-header .r8_main_header .site_description {
    display: none;
  }
}
.site-header .header_search .search_icon {
  cursor: pointer;
}
.site-header .mobile_menu_btn_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 5px 0;
}
.site-header a.mobile_menu_icon {
  height: 35px;
  width: 35px;
  right: 0px;
  position: relative;
  z-index: 102;
  cursor: pointer;
  display: none;
}
.site-header a.mobile_menu_icon:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 768px) {
  .site-header a.mobile_menu_icon {
    display: block;
  }
}
.site-header a.mobile_menu_icon:focus {
  outline: none;
}
.site-header a.mobile_menu_icon:after, .site-header a.mobile_menu_icon:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "";
  width: 35px;
  height: 3px;
  background-color: #000;
  position: absolute;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.site-header a.mobile_menu_icon:after:hover, .site-header a.mobile_menu_icon:before:hover {
  background-color: #000000;
}
.site-header a.mobile_menu_icon:after {
  top: 15px;
}
.site-header a.mobile_menu_icon:before {
  top: 5px;
}
.site-header a.mobile_menu_icon span {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #000;
  top: 25px;
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.site-header .mobile_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .site-branding {
    padding: 10px 0;
  }
}

.r8-split-header .site-header .r8_main_header .main-navigation {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .r8-split-header .site-header .r8_main_header .main-navigation {
    width: auto;
  }
}
.r8-split-header .r8_sec_menu_wrapper .r8_secondary_menu_left {
  float: left;
}
.r8-split-header .r8_sec_menu_wrapper .header_search {
  margin-left: 15px;
}
.r8-split-header .r8_sec_menu_wrapper .header_search .search_icon {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .r8-split-header .r8_main_header .header_wrapper {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
.r8-split-header .r8_main_header .header_wrapper .mobile_site_branding {
  display: none;
}
@media screen and (max-width: 768px) {
  .r8-split-header .r8_main_header .header_wrapper .mobile_site_branding {
    display: block;
    max-width: 100px;
  }
}
.r8-split-header .r8_main_header .header_wrapper .r8_main_menu {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8-menu-primary-left-container,
.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8-menu-primary-right-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 125px);
}
.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8-menu-primary-left-container {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  text-align: right;
}
.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8-menu-primary-right-container {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  text-align: left;
}
.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8_primary_menu_left {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .site-branding {
  margin: 0 50px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .r8-split-header .r8_main_header .header_wrapper .r8_main_menu .site-branding {
    padding: 10px 0;
  }
}

/*********mmenu 9********/
body .mm-btn:after,
body .mm-btn:before {
  border-width: 4px;
}
body .mm-navbar__breadcrumbs {
  font-weight: 700;
}

.mm-opened a.mobile_menu_icon:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  top: 18px;
}
.mm-opened a.mobile_menu_icon:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  top: 18px;
}
.mm-opened a.mobile_menu_icon span {
  opacity: 0;
}

.mm-menu .mm-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.mm-menu .mm-panels {
  height: 100vh;
}
.mm-menu a {
  font-size: 16px;
  letter-spacing: 0.01em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mm-menu .m_search_section form {
  margin: 15px 20px;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid var(--mm-color-border);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mm-menu .m_search_section label {
  width: 100%;
}
.mm-menu .m_search_section .search-field {
  font-size: 1em;
  height: 100%;
}
.mm-menu .m_search_section .search-submit {
  display: block;
  padding: 0 !important;
  border-radius: 5px;
  line-height: 1.5rem;
  letter-spacing: -1em;
  margin: 0;
  min-width: auto;
  width: 2em;
  height: 2em;
}
.mm-menu .m_search_section .search-submit .fa-search {
  font-size: 1em;
  display: inline-block;
  margin-left: -1em;
}
.mm-menu .search-form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.mm-menu .search-field {
  padding: 3px;
  width: 100%;
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  font-size: 10px;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #000000;
}

html.mm-next:after, html.mm-prev:after {
  content: none !important;
}

.r8_btn_menu_link {
  padding: 10px 5px;
}

/* 
*
* Cases when mobile menu is active on desktop
*/
.site-header.has_active_mobile_menu a.mobile_menu_icon {
  display: block;
}
.site-header.has_active_mobile_menu .r8_main_header .site-branding.r8_logo_center {
  width: calc(100% - 40px);
}
@media screen and (min-width: 767px) {
  .site-header.has_active_mobile_menu .r8_main_header .site-branding.r8_logo_center {
    padding-left: 40px;
  }
}

@media screen and (min-width: 767px) {
  .r8-split-header
  .site-header.has_active_mobile_menu
  .r8_main_header
  .main-navigation {
    width: calc(100% - 40px);
    padding-left: 40px;
  }
}

.site_footer {
  clear: both;
  color: #fff;
  padding: 50px 0;
  background-color: #363636;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site_footer:after {
  clear: both;
  content: "";
  display: table;
}
.site_footer a {
  color: inherit;
}
.site_footer a:hover, .site_footer a:focus {
  color: inherit;
}
.site_footer .footer_bottom_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 626px) {
  .site_footer .footer_bottom_content.left_copyright_pos .left_copyright {
    display: none;
  }
}
.site_footer .footer_bottom_content.left_copyright_pos .right_copyright {
  display: none;
}
@media screen and (max-width: 626px) {
  .site_footer .footer_bottom_content.left_copyright_pos .right_copyright {
    display: block;
  }
}
@media screen and (max-width: 626px) {
  .site_footer .footer_bottom_content {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.site_footer .footer_bottom_content .left_copyright, .site_footer .footer_bottom_content .right_copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.site_footer .footer_bottom_content .left_copyright:last-child, .site_footer .footer_bottom_content .right_copyright:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .site_footer .footer_bottom_content .left_copyright, .site_footer .footer_bottom_content .right_copyright {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .site_footer .footer_bottom_content .left_copyright:last-child, .site_footer .footer_bottom_content .right_copyright:last-child {
    margin-right: 0;
  }
  .site_footer .footer_bottom_content .left_copyright:nth-child(1n), .site_footer .footer_bottom_content .right_copyright:nth-child(1n) {
    margin-right: 0;
  }
  .site_footer .footer_bottom_content .left_copyright:nth-child(1n+1), .site_footer .footer_bottom_content .right_copyright:nth-child(1n+1) {
    clear: left;
  }
}
.site_footer .logo_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.site_footer .logo_container:last-child {
  margin-right: 0;
}
.site_footer .logo_container:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 626px) {
  .site_footer .logo_container {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    float: none;
  }
  .site_footer .logo_container:last-child {
    margin-right: 0;
  }
  .site_footer .logo_container:nth-child(1n) {
    margin-right: 0;
  }
  .site_footer .logo_container:nth-child(1n+1) {
    clear: left;
  }
}
.site_footer .logo_container.footer_right {
  float: right;
  margin-right: 0;
}
.site_footer .logo_container.footer_right .footer_logo {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .site_footer .logo_container.footer_right .footer_logo {
    margin: 0 auto;
  }
}
.site_footer .logo_container.footer_left .footer_logo {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 626px) {
  .site_footer .logo_container.footer_left .footer_logo {
    margin: 0 auto;
  }
}
.site_footer .logo_container .footer_logo {
  display: block;
}
@media screen and (max-width: 626px) {
  .site_footer .logo_container .footer_logo {
    margin: 0 auto;
  }
}
.site_footer .logo_container .footer_widget {
  width: 100%;
}
.site_footer .non_logo_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.site_footer .non_logo_container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .site_footer .non_logo_container {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .site_footer .non_logo_container:last-child {
    margin-right: 0;
  }
  .site_footer .non_logo_container:nth-child(1n) {
    margin-right: 0;
  }
  .site_footer .non_logo_container:nth-child(1n+1) {
    clear: left;
  }
}
.site_footer .non_logo_container.footer_right .footer_social {
  float: right;
}
@media screen and (max-width: 626px) {
  .site_footer .non_logo_container.footer_right .footer_social {
    float: none;
  }
}
.site_footer .copyright_container:after {
  clear: both;
  content: "";
  display: table;
}
.site_footer .copyright_container.footer_right {
  text-align: right;
}
.site_footer .footer_menu_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.site_footer .footer_menu_container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .site_footer .footer_menu_container {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-bottom: 10px;
  }
  .site_footer .footer_menu_container:last-child {
    margin-right: 0;
  }
  .site_footer .footer_menu_container:nth-child(1n) {
    margin-right: 0;
  }
  .site_footer .footer_menu_container:nth-child(1n+1) {
    clear: left;
  }
}
.site_footer .footer_menu_container.footer_right {
  text-align: right;
}

.footer_content,
.footer_bottom_content {
  width: 100%;
}
.footer_content:after,
.footer_bottom_content:after {
  clear: both;
  content: "";
  display: table;
}

.footer_logo_wrapper {
  margin-bottom: 1em;
}
.footer_logo_wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.copyright_content {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 626px) {
  .copyright_content {
    text-align: center;
  }
}

.footer_widgets_block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.footer_widgets_block:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 768px) {
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block:last-child {
    margin-right: 0;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(2n) {
    margin-right: 0;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(2n+1) {
    clear: left;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block.footer_widget_center {
    display: none;
  }
}
@media screen and (max-width: 626px) {
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-top: 10px;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block:last-child {
    margin-right: 0;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(3n) {
    margin-right: 3.57866%;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(3n+1) {
    clear: none;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(1n) {
    margin-right: 0;
  }
  .footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(1n+1) {
    clear: left;
  }
}
.footer_widgets_block.no_center_widget.left_pos_logo .footer_widget_right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.footer_widgets_block.no_center_widget.left_pos_logo .footer_widget_right:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer_widgets_block.no_center_widget.left_pos_logo .footer_widget_right {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .footer_widgets_block.no_center_widget.left_pos_logo .footer_widget_right:last-child {
    margin-right: 0;
  }
}
.footer_widgets_block.no_center_widget.right_pos_logo .footer_widget_left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.footer_widgets_block.no_center_widget.right_pos_logo .footer_widget_left:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer_widgets_block.no_center_widget.right_pos_logo .footer_widget_left {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .footer_widgets_block.no_center_widget.right_pos_logo .footer_widget_left:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_widgets_block.no_center_widget .footer_widget_block {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .footer_widgets_block.no_center_widget .footer_widget_block:last-child {
    margin-right: 0;
  }
}
.footer_widgets_block .footer_widget_block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.footer_widgets_block .footer_widget_block:last-child {
  margin-right: 0;
}
.footer_widgets_block .footer_widget_block:nth-child(3n) {
  margin-right: 0;
}
.footer_widgets_block .footer_widget_block:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 626px) {
  .footer_widgets_block .footer_widget_block {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-top: 10px;
  }
  .footer_widgets_block .footer_widget_block:last-child {
    margin-right: 0;
  }
  .footer_widgets_block .footer_widget_block:nth-child(3n) {
    margin-right: 2.35765%;
  }
  .footer_widgets_block .footer_widget_block:nth-child(3n+1) {
    clear: none;
  }
  .footer_widgets_block .footer_widget_block:nth-child(1n) {
    margin-right: 0;
  }
  .footer_widgets_block .footer_widget_block:nth-child(1n+1) {
    clear: left;
  }
}

.footer_widgetized {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.footer_widgetized:after {
  clear: both;
  content: "";
  display: table;
}
.footer_widgetized .footer_widget_block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.footer_widgetized .footer_widget_block:last-child {
  margin-right: 0;
}
.footer_widgetized .footer_widget_block:nth-child(2n) {
  margin-right: 0;
}
.footer_widgetized .footer_widget_block:nth-child(2n+1) {
  clear: left;
}
.footer_widgetized .footer_widget_block.footer_widget_right {
  float: right;
}
@media screen and (max-width: 626px) {
  .footer_widgetized .footer_widget_block {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-top: 10px;
  }
  .footer_widgetized .footer_widget_block:last-child {
    margin-right: 0;
  }
  .footer_widgetized .footer_widget_block:nth-child(3n) {
    margin-right: 2.35765%;
  }
  .footer_widgetized .footer_widget_block:nth-child(3n+1) {
    clear: none;
  }
  .footer_widgetized .footer_widget_block:nth-child(1n) {
    margin-right: 0;
  }
  .footer_widgetized .footer_widget_block:nth-child(1n+1) {
    clear: left;
  }
}

.footer_widget_block.footer_widget_right {
  text-align: right;
}
.footer_widget_block.footer_widget_center {
  text-align: center;
}
@media screen and (max-width: 626px) {
  .footer_widget_block {
    text-align: center !important;
  }
}

.footer_widget:after {
  clear: both;
  content: "";
  display: table;
}
.footer_widget .widget {
  margin: 20px 0 0 0;
}
.footer_widget .widget:first-child {
  margin-top: 0;
}
.footer_widget .widget .widget-title {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.125;
  margin: 0 0 5px;
}
.footer_widget .textwidget {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.footer_widget .textwidget:first-child {
  margin-top: 0;
}
.footer_widget .textwidget:last-child {
  margin-bottom: 0;
}
.footer_widget .textwidget p {
  margin-bottom: 10px;
}
.footer_widget .textwidget p:first-child {
  margin-top: 0;
}
.footer_widget .widget_nav_menu {
  float: left;
  margin-right: 95px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer_widget .widget_nav_menu {
    margin-right: 30px;
  }
}
@media screen and (max-width: 626px) {
  .footer_widget .widget_nav_menu {
    float: none;
    margin-right: 30px;
  }
}
.footer_widget .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.footer_widget .widget_nav_menu li {
  line-height: 1.5;
}

.footer_social {
  display: inline-block;
}
.footer_social:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 626px) {
  .footer_social {
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
  }
}
.footer_social .menu-social-menu-container {
  display: inline-block;
}
.footer_social .footer_social_title {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.footer_social ul {
  font-size: 20px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 626px) {
  .footer_social ul {
    display: inline-block;
  }
}
.footer_social ul li {
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.5;
}
.footer_social ul li:last-child {
  margin-right: 0;
}

.full_width_social:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 626px) {
  .full_width_social {
    text-align: center;
  }
}

.footer_menu, .sec_footer_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.footer_menu:after, .sec_footer_menu:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 626px) {
  .footer_menu, .sec_footer_menu {
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.footer_menu li, .sec_footer_menu li {
  display: inline-block;
  font-weight: 600;
  margin-right: 1.5em;
  line-height: 1.75;
}
.footer_menu li:last-child, .sec_footer_menu li:last-child {
  margin-right: 0;
}

.sec_footer_menu {
  font-size: 16px;
}
.sec_footer_menu a {
  font-weight: normal;
}

.footer_widgets_block .footer_widget_top {
  width: 100%;
}

.container,
.r8_container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 50px;
}
.container.full_width,
.r8_container.full_width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .container,
  .r8_container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 626px) {
  .container,
  .r8_container {
    padding: 0 20px;
  }
}

.container {
  width: 100%;
}
.container:after {
  clear: both;
  content: "";
  display: table;
}

.r8_flexible_content_section {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .r8_flexible_content_section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_flexible_content_section {
    padding: 20px 0;
  }
}

.parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .parallax {
    /* CSS specific to iOS devices */
    background-attachment: unset;
  }
}

.tech_section {
  padding: 75px 0;
}

.r8_wysiwig_content:after, .wysiwig_content:after {
  clear: both;
  content: "";
  display: table;
}
.r8_wysiwig_content > :first-child, .wysiwig_content > :first-child {
  margin-top: 0;
}
.r8_wysiwig_content > :last-child, .wysiwig_content > :last-child {
  margin-bottom: 0;
}
.r8_wysiwig_content h2, .r8_wysiwig_content .woocommerce-order-received .entry-content .woocommerce .title h3, .woocommerce-order-received .entry-content .woocommerce .title .r8_wysiwig_content h3, .r8_wysiwig_content .woocommerce h1.page-title, .woocommerce .r8_wysiwig_content h1.page-title,
.r8_wysiwig_content .woocommerce-page h1.page-title,
.woocommerce-page .r8_wysiwig_content h1.page-title, .wysiwig_content h2, .wysiwig_content .woocommerce-order-received .entry-content .woocommerce .title h3, .woocommerce-order-received .entry-content .woocommerce .title .wysiwig_content h3, .wysiwig_content .woocommerce h1.page-title, .woocommerce .wysiwig_content h1.page-title,
.wysiwig_content .woocommerce-page h1.page-title,
.woocommerce-page .wysiwig_content h1.page-title {
  margin: 0;
}

.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider .slick-dots {
  margin-left: 0;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 1;
  background: blue;
}
.slick-slider .slick-next {
  right: 25px;
}
.slick-slider .slick-prev {
  left: 25px;
}

.r8_button_wrap.aligncenter {
  text-align: center;
}

.r8_btn {
  min-width: 120px;
  max-width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--color-primary);
}
.r8_btn:hover {
  opacity: 0.7;
}
.r8_btn.primary_btn {
  background-color: var(--color-primary);
}
.r8_btn.secondary_btn {
  background-color: var(--color-secondary);
}
.r8_btn.outline_btn {
  background-color: transparent;
}
.r8_btn.grey_btn {
  background-color: #666666;
}
.r8_btn.orange_btn {
  background-color: #dd9d45;
}
.r8_btn.transparent_btn {
  background-color: rgba(255, 255, 255, 0.25);
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  min-width: 60px;
}
.r8_btn.link_btn {
  background-color: transparent;
  padding: 0;
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  border-radius: 0;
  min-width: 0;
  text-transform: none;
  font-weight: 600;
}

.r8_wrap_link {
  color: inherit;
}
.r8_wrap_link:hover, .r8_wrap_link:focus, .r8_wrap_link:visited {
  color: inherit;
}

.page-template-default .default_page_content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template-default .default_page_content .entry-title {
  margin-top: 0;
}
.page-template-default .default_page_content .r8_flexible_content_section:first-child {
  padding-top: 0;
}

#secondary ul {
  margin: 0;
}

cite,
figcaption {
  font-size: 0.75em;
}

.featherlight .featherlight-next, .featherlight .featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
}
.featherlight .featherlight-next span, .featherlight .featherlight-previous span {
  font-size: 40px;
}
.featherlight .featherlight-next:hover, .featherlight .featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.25);
}
.featherlight .featherlight-previous {
  left: 25px;
  right: 80%;
}

.inn8_readmore_content {
  display: none;
}

.inn8_readmore_btn {
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
# Flexible Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Flexible Theme
--------------------------------------------------------------*/
.r8_accordion_section .r8_accordion {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.r8_accordion_section .r8_accordion .r8_accordion_row_content {
  display: none;
}
.r8_accordion_section .r8_accordion .r8_accordion_row_content.is-expanded {
  display: block;
}
.r8_accordion_section .r8_accordion > li.is-expanded .r8_accordion_open_icon {
  -webkit-transform: rotate(90deg) translate(-50%, 0);
  -moz-transform: rotate(90deg) translate(-50%, 0);
  -ms-transform: rotate(90deg) translate(-50%, 0);
  -o-transform: rotate(90deg) translate(-50%, 0);
  transform: rotate(90deg) translate(-50%, 0);
}
.r8_accordion_section .r8_accordion > li.is-expanded .r8_accordion_row_content {
  display: block;
}
.r8_accordion_section .r8_accordion > li:last-child {
  border-bottom: none !important;
}
.r8_accordion_section .r8_accordion_row_title {
  padding: 10px 50px 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
}
.r8_accordion_section .r8_accordion_row_title[data-open="1"] + .r8_accordion_row_content {
  display: block;
}
.r8_accordion_section .r8_accordion_row_title.r8_accordion_left .r8_accordion_row_title_tag {
  text-align: left;
}
.r8_accordion_section .r8_accordion_row_title.r8_accordion_center .r8_accordion_row_title_tag {
  text-align: center;
}
.r8_accordion_section .r8_accordion_row_title.r8_accordion_right .r8_accordion_row_title_tag {
  text-align: right;
}
.r8_accordion_section .r8_accordion_row_title_tag {
  margin: 0;
  flex-grow: 1;
}
.r8_accordion_section .r8_accordion_row_content {
  padding: 20px;
}
.r8_accordion_section .r8_accordion_open_icon {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 5px 7px 5px 7px;
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.r8_accordion_section .r8_accordion_open_icon > i {
  margin-left: 2px;
}

.r8_accordion_title_image {
  display: inline-block;
  line-height: 0;
  width: 50px;
  max-width: 50px;
  margin-right: 10px;
  text-align: center;
}
.r8_accordion_title_image img {
  margin: 0 auto;
  width: 100%;
}

.r8_callout_section .callout {
  text-align: center;
  overflow: hidden;
}
.r8_callout_section .wrap_link {
  color: inherit;
  display: block;
}
.r8_callout_section .wrap_link:focus, .r8_callout_section .wrap_link:hover {
  color: inherit;
  opacity: 1;
}
.r8_callout_section .wrap_link:focus button.r8_btn, .r8_callout_section .wrap_link:hover button.r8_btn {
  opacity: 0.6;
}
.r8_callout_section .cta_inner_container, .r8_callout_section .q_inner_container {
  padding: 20px;
  height: 100%;
  overflow: hidden;
}
.r8_callout_section .cta_inner_container :first-child, .r8_callout_section .q_inner_container :first-child {
  margin-top: 0;
}
.r8_callout_section .cta_inner_container :last-child, .r8_callout_section .q_inner_container :last-child {
  margin-bottom: 0 !important;
}
.r8_callout_section .quote_box {
  padding: 25px 40px 15px;
  margin: 0 auto;
  width: 100%;
}
.r8_callout_section .quoter_name {
  margin-top: 10px;
}
.r8_callout_section .callout_column {
  padding: 30px 40px 25px;
}
.r8_callout_section .callout_column .callout_title {
  margin-bottom: 20px;
}
.r8_callout_section .callout_column .callout_copy {
  margin: 20px 0;
}
.r8_callout_section .callout_column.dark_style {
  background-color: var(--color-secondary);
}
.r8_callout_section .callout_column.light_style {
  background-color: var(--color-primary);
}
.r8_callout_section .callouts_wrapper.one_columns {
  margin: 0 auto;
  width: 100%;
}
.r8_callout_section .callouts_wrapper.two_columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 626px) {
  .r8_callout_section .callouts_wrapper.two_columns {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.r8_callout_section .callouts_wrapper.two_columns .callout_column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.r8_callout_section .callouts_wrapper.two_columns .callout_column:last-child {
  margin-right: 0;
}
.r8_callout_section .callouts_wrapper.two_columns .callout_column:nth-child(2n) {
  margin-right: 0;
}
.r8_callout_section .callouts_wrapper.two_columns .callout_column:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 626px) {
  .r8_callout_section .callouts_wrapper.two_columns .callout_column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_callout_section .callouts_wrapper.two_columns .callout_column:last-child {
    margin-right: 0;
  }
  .r8_callout_section .callouts_wrapper.two_columns .callout_column:nth-child(1n) {
    margin-right: 0;
  }
  .r8_callout_section .callouts_wrapper.two_columns .callout_column:nth-child(1n+1) {
    clear: left;
  }
  .r8_callout_section .callouts_wrapper.two_columns .callout_column:not(:first-child) {
    margin-top: 30px;
  }
}

.pop_up_video .em_video {
  width: 80vw;
}

.r8_carousel_section {
  padding-bottom: 50px;
}
.r8_carousel_section.has_pagination .r8_carousel {
  padding-bottom: 40px;
}
.r8_carousel_section .r8-timeline-btns {
  opacity: 0;
  max-height: 0;
}
.r8_carousel_section .r8-timeline-btns.slick-initialized {
  opacity: 1;
  transition: opacity .3s ease-out;
  max-height: 10000px;
}
.r8_carousel_section .r8-timeline-btns.slick-slider .slick-prev,
.r8_carousel_section .r8-timeline-btns.slick-slider .slick-next {
  height: 25px;
  width: 25px;
}
.r8_carousel_section .r8-timeline-btns.slick-slider .slick-prev.slick-disabled,
.r8_carousel_section .r8-timeline-btns.slick-slider .slick-next.slick-disabled {
  display: none !important;
}
.r8_carousel_section .r8-timeline-btns.slick-slider .slick-prev {
  left: 12px;
}
.r8_carousel_section .r8-timeline-btns.slick-slider .slick-next {
  right: 12px;
}
.r8_carousel_section .r8-timeline-btns .r8-carousel--timeline-item {
  height: 100%;
}
.r8_carousel_section .r8-timeline-btns .r8-timeline-text {
  font-size: 0.9em;
  margin-bottom: .35em;
  flex-grow: 1;
}
.r8_carousel_section .r8-timeline-btns .r8-timeline-btn {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  padding-top: 20px;
  height: 100%;
  position: relative;
}
.r8_carousel_section .r8-timeline-btns .r8-timeline-btn:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 9px;
}
.r8_carousel_section .r8-timeline-btns .nav-icon {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-primary);
  box-shadow: 0px 0px 7px 1px #444242;
  border: 1px solid white;
  position: relative;
  z-index: 2;
  transition: bottom .3s ease-in;
}
.r8_carousel_section .r8-timeline-btns .slick-slide {
  height: auto;
}
.r8_carousel_section .r8-timeline-btns .slick-slide.current-time .nav-icon {
  width: 15px;
  height: 15px;
  bottom: -1px;
}
.r8_carousel_section .r8_carousel {
  padding: 20px 0 20px;
}
@media screen and (max-width: 626px) {
  .r8_carousel_section .r8_carousel {
    padding: 0;
  }
}
.r8_carousel_section .r8_carousel.text_over_image .r8_image_over_content {
  display: none;
}
.r8_carousel_section .r8_carousel.text_over_image .r8_content_over_image {
  display: block;
  margin-bottom: 1em;
}
.r8_carousel_section .r8_carousel.image_over_text .r8_image_over_content {
  display: block;
  margin-top: 1em;
}
.r8_carousel_section .r8_carousel.image_over_text .r8_content_over_image {
  display: none;
}
@media screen and (min-width: 769px) {
  .r8_carousel_section .r8_carousel.image_left_text .r8_carousel_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.r8_carousel_section .r8_carousel .r8_image_over_content, .r8_carousel_section .r8_carousel .r8_content_over_image {
  width: 100%;
}
.r8_carousel_section .r8_carousel .r8_carousel_item_image {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.r8_carousel_section .r8_carousel .r8_carousel_item_image img {
  margin: 0 auto;
  max-width: 100%;
}
.r8_carousel_section .r8_carousel .r8_carousel_item {
  height: auto;
  padding: 10px;
  position: relative;
}
.r8_carousel_section .r8_carousel .r8_carousel_item > :first-child {
  margin-top: 0;
}
.r8_carousel_section .r8_carousel .r8_carousel_item > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 626px) {
  .r8_carousel_section .r8_carousel .r8_carousel_item {
    padding: 5px;
  }
}
.r8_carousel_section .r8_carousel .r8_carousel_item .r8_wrap_link {
  width: 100%;
}
.r8_carousel_section .r8_carousel .r8_carousel_item .r8_wrap_link > :first-child {
  margin-top: 0;
}
.r8_carousel_section .r8_carousel .r8_carousel_item .r8_wrap_link > :last-child {
  margin-bottom: 0;
}
.r8_carousel_section .r8_carousel .r8_carousel_item .r8_btn {
  margin-top: 25px;
}
.r8_carousel_section .r8_carousel .r8_carousel_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 100px;
  padding: 10px 15px;
}
@media screen and (max-width: 626px) {
  .r8_carousel_section .r8_carousel .r8_carousel_content {
    padding: 10px 0px;
  }
}
.r8_carousel_section .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  box-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -o-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
}
.r8_carousel_section .r8_section_title {
  margin: 0;
}
.r8_carousel_section .r8_carousel_item_copy {
  margin-top: 10px;
}
.r8_carousel_section .r8_carousel_btn {
  margin: 1em auto;
}
.r8_carousel_section .slick-slider .slick-list {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1280px) {
  .r8_carousel_section .slick-slider .slick-list {
    max-width: calc( 100% - 100px );
  }
}
.r8_carousel_section .slick-slider .slick-prev {
  left: 0px;
  margin: 0;
}
.r8_carousel_section .slick-slider .slick-next {
  right: 0px;
  margin: 0;
}
.r8_carousel_section .slick-slider .slick-dots {
  bottom: 0;
}
.r8_carousel_section.timeline_carousel .r8_carousel .r8_carousel_item_image img {
  width: 100%;
}

.r8_categories_section .r8_categories {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r8_categories_section .r8_categories .category_box_details {
  width: 100%;
}
.r8_categories_section .r8_categories.one_column .r8_category {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.r8_categories_section .r8_categories.one_column .r8_category:last-child {
  margin-right: 0;
}
.r8_categories_section .r8_categories.one_column .r8_category:nth-child(1n) {
  margin-right: 0;
}
.r8_categories_section .r8_categories.one_column .r8_category:nth-child(1n+1) {
  clear: left;
}
.r8_categories_section .r8_categories.one_column .r8_category:first-child {
  margin-top: 0;
}
.r8_categories_section .r8_categories.one_column .r8_category > a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.one_column .r8_category > a {
    display: block;
  }
}
.r8_categories_section .r8_categories.one_column .r8_category > a .category_thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
}
.r8_categories_section .r8_categories.one_column .r8_category > a .category_thumbnail:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.one_column .r8_category > a .category_thumbnail {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_categories_section .r8_categories.one_column .r8_category > a .category_thumbnail:last-child {
    margin-right: 0;
  }
}
.r8_categories_section .r8_categories.one_column .r8_category > a .category_content {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}
.r8_categories_section .r8_categories.one_column .r8_category > a .category_content.has_thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 78.67549%;
}
.r8_categories_section .r8_categories.one_column .r8_category > a .category_content.has_thumbnail:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.one_column .r8_category > a .category_content.has_thumbnail {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_categories_section .r8_categories.one_column .r8_category > a .category_content.has_thumbnail:last-child {
    margin-right: 0;
  }
}
.r8_categories_section .r8_categories.two_column .r8_category {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.r8_categories_section .r8_categories.two_column .r8_category:last-child {
  margin-right: 0;
}
.r8_categories_section .r8_categories.two_column .r8_category:nth-child(2n) {
  margin-right: 0;
}
.r8_categories_section .r8_categories.two_column .r8_category:nth-child(2n+1) {
  clear: left;
}
.r8_categories_section .r8_categories.two_column .r8_category:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.two_column .r8_category:nth-child(-n+2) {
    margin-top: 15px;
  }
}
.r8_categories_section .r8_categories.three_column .r8_category {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.r8_categories_section .r8_categories.three_column .r8_category:last-child {
  margin-right: 0;
}
.r8_categories_section .r8_categories.three_column .r8_category:nth-child(3n) {
  margin-right: 0;
}
.r8_categories_section .r8_categories.three_column .r8_category:nth-child(3n+1) {
  clear: left;
}
.r8_categories_section .r8_categories.three_column .r8_category:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.three_column .r8_category:nth-child(-n+3) {
    margin-top: 15px;
  }
}
.r8_categories_section .r8_categories.four_column .r8_category {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.r8_categories_section .r8_categories.four_column .r8_category:last-child {
  margin-right: 0;
}
.r8_categories_section .r8_categories.four_column .r8_category:nth-child(4n) {
  margin-right: 0;
}
.r8_categories_section .r8_categories.four_column .r8_category:nth-child(4n+1) {
  clear: left;
}
.r8_categories_section .r8_categories.four_column .r8_category:nth-child(-n+4) {
  margin-top: 0;
}
.r8_categories_section .r8_categories.four_column .r8_category .category_title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .r8_categories_section .r8_categories.four_column .r8_category {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-top: 15px;
  }
  .r8_categories_section .r8_categories.four_column .r8_category:last-child {
    margin-right: 0;
  }
  .r8_categories_section .r8_categories.four_column .r8_category:nth-child(2n) {
    margin-right: 0;
  }
  .r8_categories_section .r8_categories.four_column .r8_category:nth-child(2n+1) {
    clear: left;
  }
  .r8_categories_section .r8_categories.four_column .r8_category:nth-child(-n+4) {
    margin-top: 15px;
  }
  .r8_categories_section .r8_categories.four_column .r8_category:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.four_column .r8_category:nth-child(-n+3) {
    margin-top: 15px;
  }
}
.r8_categories_section .r8_categories.five_column .r8_category {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
}
.r8_categories_section .r8_categories.five_column .r8_category:last-child {
  margin-right: 0;
}
.r8_categories_section .r8_categories.five_column .r8_category:nth-child(5n) {
  margin-right: 0;
}
.r8_categories_section .r8_categories.five_column .r8_category:nth-child(5n+1) {
  clear: left;
}
.r8_categories_section .r8_categories.five_column .r8_category:nth-child(-n+5) {
  margin-top: 0;
}
.r8_categories_section .r8_categories.five_column .r8_category .category_title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .r8_categories_section .r8_categories.five_column .r8_category {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-top: 15px;
  }
  .r8_categories_section .r8_categories.five_column .r8_category:last-child {
    margin-right: 0;
  }
  .r8_categories_section .r8_categories.five_column .r8_category:nth-child(2n) {
    margin-right: 0;
  }
  .r8_categories_section .r8_categories.five_column .r8_category:nth-child(2n+1) {
    clear: left;
  }
  .r8_categories_section .r8_categories.five_column .r8_category:nth-child(-n+5) {
    margin-top: 15px;
  }
  .r8_categories_section .r8_categories.five_column .r8_category:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.five_column .r8_category:nth-child(-n+3) {
    margin-top: 15px;
  }
}
.r8_categories_section .r8_categories.six_column .r8_category {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.r8_categories_section .r8_categories.six_column .r8_category:last-child {
  margin-right: 0;
}
.r8_categories_section .r8_categories.six_column .r8_category:nth-child(6n) {
  margin-right: 0;
}
.r8_categories_section .r8_categories.six_column .r8_category:nth-child(6n+1) {
  clear: left;
}
.r8_categories_section .r8_categories.six_column .r8_category:nth-child(-n+6) {
  margin-top: 0;
}
.r8_categories_section .r8_categories.six_column .r8_category .category_title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .r8_categories_section .r8_categories.six_column .r8_category {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-top: 15px;
  }
  .r8_categories_section .r8_categories.six_column .r8_category:last-child {
    margin-right: 0;
  }
  .r8_categories_section .r8_categories.six_column .r8_category:nth-child(2n) {
    margin-right: 0;
  }
  .r8_categories_section .r8_categories.six_column .r8_category:nth-child(2n+1) {
    clear: left;
  }
  .r8_categories_section .r8_categories.six_column .r8_category:nth-child(-n+6) {
    margin-top: 15px;
  }
  .r8_categories_section .r8_categories.six_column .r8_category:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.six_column .r8_category:nth-child(-n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 626px) {
  .r8_categories_section .r8_categories.two_column .r8_category, .r8_categories_section .r8_categories.three_column .r8_category, .r8_categories_section .r8_categories.four_column .r8_category, .r8_categories_section .r8_categories.five_column .r8_category, .r8_categories_section .r8_categories.six_column .r8_category {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 314.84594%;
    margin-top: 15px;
  }
  .r8_categories_section .r8_categories.two_column .r8_category:last-child, .r8_categories_section .r8_categories.three_column .r8_category:last-child, .r8_categories_section .r8_categories.four_column .r8_category:last-child, .r8_categories_section .r8_categories.five_column .r8_category:last-child, .r8_categories_section .r8_categories.six_column .r8_category:last-child {
    margin-right: 0;
  }
  .r8_categories_section .r8_categories.two_column .r8_category:nth-child(1n), .r8_categories_section .r8_categories.three_column .r8_category:nth-child(1n), .r8_categories_section .r8_categories.four_column .r8_category:nth-child(1n), .r8_categories_section .r8_categories.five_column .r8_category:nth-child(1n), .r8_categories_section .r8_categories.six_column .r8_category:nth-child(1n) {
    margin-right: 0;
  }
  .r8_categories_section .r8_categories.two_column .r8_category:nth-child(1n+1), .r8_categories_section .r8_categories.three_column .r8_category:nth-child(1n+1), .r8_categories_section .r8_categories.four_column .r8_category:nth-child(1n+1), .r8_categories_section .r8_categories.five_column .r8_category:nth-child(1n+1), .r8_categories_section .r8_categories.six_column .r8_category:nth-child(1n+1) {
    clear: left;
  }
  .r8_categories_section .r8_categories.two_column .r8_category:first-child, .r8_categories_section .r8_categories.three_column .r8_category:first-child, .r8_categories_section .r8_categories.four_column .r8_category:first-child, .r8_categories_section .r8_categories.five_column .r8_category:first-child, .r8_categories_section .r8_categories.six_column .r8_category:first-child {
    margin-top: 0;
  }
}
.r8_categories_section .r8_category {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.r8_categories_section .r8_category .content_category_box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%;
  height: 100%;
}
.r8_categories_section .r8_category .category_box_cta {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  width: 100%;
}
.r8_categories_section .r8_category .category_thumbnail a:hover img, .r8_categories_section .r8_category .category_thumbnail a:focus img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.r8_categories_section .r8_category .category_content {
  border-top: none;
  text-align: center;
  padding: 20px;
}
.r8_categories_section .r8_category .category_content :first-child {
  margin-top: 0;
}
.r8_categories_section .r8_category .category_thumbnail img {
  width: 100%;
}
.r8_categories_section .r8_category .category_title {
  margin: 0;
}
.r8_categories_section .r8_category .category_title > a {
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}
.r8_categories_section .r8_category .category_excerpt {
  margin: 1em 0;
}
.r8_categories_section .r8_category .category_excerpt p:first-child {
  margin: 0;
}

.r8_columns_section .r8_container > :first-child {
  margin-top: 0;
}
.r8_columns_section .r8_container > :last-child {
  margin-bottom: 0;
}
.r8_columns_section .r8_column {
  padding: 10px;
  margin-top: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.r8_columns_section .r8_column.r8_has_hover_overlay {
  position: relative;
}
.r8_columns_section .r8_column.r8_has_hover_overlay .r8_column_wrapper_link:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.r8_columns_section .r8_columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r8_columns_section .r8_columns .r8_column_image {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.r8_columns_section .r8_columns .r8_column_image img {
  width: 100%;
}
.r8_columns_section .r8_columns.column_content_top {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.r8_columns_section .r8_columns.column_content_middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.r8_columns_section .r8_columns.column_content_bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.r8_columns_section .r8_columns.r8_reverse_column {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.r8_reverse_column {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.r8_columns_section .r8_columns.one_column .r8_column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.r8_columns_section .r8_columns.one_column .r8_column:last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.one_column .r8_column:nth-child(1n) {
  margin-right: 0;
}
.r8_columns_section .r8_columns.one_column .r8_column:nth-child(1n+1) {
  clear: left;
}
.r8_columns_section .r8_columns.one_column .r8_column:first-child {
  margin-top: 0;
}
.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(2n) {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(2n+1) {
  clear: left;
}
.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even) {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even) {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):nth-child(2n), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):nth-child(2n) {
    margin-right: 2.35765%;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):nth-child(2n+1), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):nth-child(2n+1) {
    clear: none;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):last-child {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):nth-child(1n), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):nth-child(1n) {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):nth-child(1n+1), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):nth-child(1n+1) {
    clear: left;
  }
}
.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even) {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even) {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):nth-child(2n), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):nth-child(2n) {
    margin-right: 2.35765%;
  }
  .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):nth-child(2n+1), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):nth-child(2n+1) {
    clear: none;
  }
  .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):last-child {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):nth-child(1n), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):nth-child(1n) {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):nth-child(1n+1), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):nth-child(1n+1) {
    clear: left;
  }
}
.r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(odd) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(odd):last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(even) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(even):last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(even) {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(odd):nth-child(2n), .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(even):nth-child(2n) {
    margin-right: 2.35765%;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(odd):nth-child(2n+1), .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(even):nth-child(2n+1) {
    clear: none;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(even):last-child {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(odd):nth-child(1n), .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(even):nth-child(1n) {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(odd):nth-child(1n+1), .r8_columns_section .r8_columns.two_column.r8_one_fourth .r8_column:nth-child(even):nth-child(1n+1) {
    clear: left;
  }
}
.r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(odd) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
.r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(odd):last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(even) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(even):last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(even) {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(odd):nth-child(2n), .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(even):nth-child(2n) {
    margin-right: 2.35765%;
  }
  .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(odd):nth-child(2n+1), .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(even):nth-child(2n+1) {
    clear: none;
  }
  .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(even):last-child {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(odd):nth-child(1n), .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(even):nth-child(1n) {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(odd):nth-child(1n+1), .r8_columns_section .r8_columns.two_column.r8_three_fourth .r8_column:nth-child(even):nth-child(1n+1) {
    clear: left;
  }
}
.r8_columns_section .r8_columns.two_column .r8_column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.r8_columns_section .r8_columns.two_column .r8_column:last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column .r8_column:nth-child(2n) {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column .r8_column:nth-child(2n+1) {
  clear: left;
}
.r8_columns_section .r8_columns.two_column .r8_column:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.two_column .r8_column {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.two_column .r8_column:nth-child(-n+2) {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.two_column .r8_column:first-child {
    margin-top: 0;
  }
}
.r8_columns_section .r8_columns.three_column .r8_column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.r8_columns_section .r8_columns.three_column .r8_column:last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.three_column .r8_column:nth-child(3n) {
  margin-right: 0;
}
.r8_columns_section .r8_columns.three_column .r8_column:nth-child(3n+1) {
  clear: left;
}
.r8_columns_section .r8_columns.three_column .r8_column:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.three_column .r8_column {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.three_column .r8_column:nth-child(-n+3) {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.three_column .r8_column:first-child {
    margin-top: 0;
  }
}
.r8_columns_section .r8_columns.four_column .r8_column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.r8_columns_section .r8_columns.four_column .r8_column:last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.four_column .r8_column:nth-child(4n) {
  margin-right: 0;
}
.r8_columns_section .r8_columns.four_column .r8_column:nth-child(4n+1) {
  clear: left;
}
.r8_columns_section .r8_columns.four_column .r8_column:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .r8_columns_section .r8_columns.four_column .r8_column {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:nth-child(4n) {
    margin-right: 2.35765%;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:nth-child(4n+1) {
    clear: none;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:last-child {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:nth-child(2n) {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:nth-child(2n+1) {
    clear: left;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:nth-child(-n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.four_column .r8_column {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:nth-child(-n+2) {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:nth-child(-n+2) {
    margin-top: 0px;
  }
  .r8_columns_section .r8_columns.four_column .r8_column:first-child {
    margin-top: 0;
  }
}
.r8_columns_section .r8_columns.five_column .r8_column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
}
.r8_columns_section .r8_columns.five_column .r8_column:last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.five_column .r8_column:nth-child(5n) {
  margin-right: 0;
}
.r8_columns_section .r8_columns.five_column .r8_column:nth-child(5n+1) {
  clear: left;
}
.r8_columns_section .r8_columns.five_column .r8_column:nth-child(-n+5) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .r8_columns_section .r8_columns.five_column .r8_column {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:nth-child(5n) {
    margin-right: 2.35765%;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:nth-child(5n+1) {
    clear: none;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:last-child {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:nth-child(2n) {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:nth-child(2n+1) {
    clear: left;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:nth-child(-n+5) {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:nth-child(-n+2) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.five_column .r8_column {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:nth-child(-n+2) {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.five_column .r8_column:first-child {
    margin-top: 0;
  }
}
.r8_columns_section .r8_columns.six_column .r8_column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.r8_columns_section .r8_columns.six_column .r8_column:last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.six_column .r8_column:nth-child(6n) {
  margin-right: 0;
}
.r8_columns_section .r8_columns.six_column .r8_column:nth-child(6n+1) {
  clear: left;
}
.r8_columns_section .r8_columns.six_column .r8_column:nth-child(-n+6) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .r8_columns_section .r8_columns.six_column .r8_column {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:nth-child(6n) {
    margin-right: 2.35765%;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:nth-child(6n+1) {
    clear: none;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:nth-child(2n) {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:nth-child(2n+1) {
    clear: left;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:last-child {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:nth-child(-n+6) {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:nth-child(-n+2) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.six_column .r8_column {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:nth-child(-n+2) {
    margin-top: 20px;
  }
  .r8_columns_section .r8_columns.six_column .r8_column:first-child {
    margin-top: 0;
  }
}

.r8_columns_section-one_column .container {
  max-width: 880px;
}

.r8_columns_section .r8_columns {
  margin-top: 20px;
}
@media screen and (max-width: 626px) {
  .r8_columns_section .r8_columns.two_column .r8_column, .r8_columns_section .r8_columns.three_column .r8_column, .r8_columns_section .r8_columns.four_column .r8_column, .r8_columns_section .r8_columns.five_column .r8_column, .r8_columns_section .r8_columns.six_column .r8_column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_columns_section .r8_columns.two_column .r8_column:last-child, .r8_columns_section .r8_columns.three_column .r8_column:last-child, .r8_columns_section .r8_columns.four_column .r8_column:last-child, .r8_columns_section .r8_columns.five_column .r8_column:last-child, .r8_columns_section .r8_columns.six_column .r8_column:last-child {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column .r8_column:nth-child(1n), .r8_columns_section .r8_columns.three_column .r8_column:nth-child(1n), .r8_columns_section .r8_columns.four_column .r8_column:nth-child(1n), .r8_columns_section .r8_columns.five_column .r8_column:nth-child(1n), .r8_columns_section .r8_columns.six_column .r8_column:nth-child(1n) {
    margin-right: 0;
  }
  .r8_columns_section .r8_columns.two_column .r8_column:nth-child(1n+1), .r8_columns_section .r8_columns.three_column .r8_column:nth-child(1n+1), .r8_columns_section .r8_columns.four_column .r8_column:nth-child(1n+1), .r8_columns_section .r8_columns.five_column .r8_column:nth-child(1n+1), .r8_columns_section .r8_columns.six_column .r8_column:nth-child(1n+1) {
    clear: left;
  }
  .r8_columns_section .r8_columns.two_column .r8_column:not(:first-child), .r8_columns_section .r8_columns.three_column .r8_column:not(:first-child), .r8_columns_section .r8_columns.four_column .r8_column:not(:first-child), .r8_columns_section .r8_columns.five_column .r8_column:not(:first-child), .r8_columns_section .r8_columns.six_column .r8_column:not(:first-child) {
    margin-top: 30px;
  }
}
.r8_columns_section .r8_columns.two_column .r8_column .icon_column:after, .r8_columns_section .r8_columns.three_column .r8_column .icon_column:after, .r8_columns_section .r8_columns.four_column .r8_column .icon_column:after, .r8_columns_section .r8_columns.five_column .r8_column .icon_column:after, .r8_columns_section .r8_columns.six_column .r8_column .icon_column:after {
  clear: both;
  content: "";
  display: table;
}
.r8_columns_section .r8_columns.two_column .r8_column .icon_column .column_image, .r8_columns_section .r8_columns.three_column .r8_column .icon_column .column_image, .r8_columns_section .r8_columns.four_column .r8_column .icon_column .column_image, .r8_columns_section .r8_columns.five_column .r8_column .icon_column .column_image, .r8_columns_section .r8_columns.six_column .r8_column .icon_column .column_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.r8_columns_section .r8_columns.two_column .r8_column .icon_column .column_image:last-child, .r8_columns_section .r8_columns.three_column .r8_column .icon_column .column_image:last-child, .r8_columns_section .r8_columns.four_column .r8_column .icon_column .column_image:last-child, .r8_columns_section .r8_columns.five_column .r8_column .icon_column .column_image:last-child, .r8_columns_section .r8_columns.six_column .r8_column .icon_column .column_image:last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column .r8_column .icon_column .column_image img, .r8_columns_section .r8_columns.three_column .r8_column .icon_column .column_image img, .r8_columns_section .r8_columns.four_column .r8_column .icon_column .column_image img, .r8_columns_section .r8_columns.five_column .r8_column .icon_column .column_image img, .r8_columns_section .r8_columns.six_column .r8_column .icon_column .column_image img {
  width: 100%;
  height: auto;
  display: block;
}
.r8_columns_section .r8_columns.two_column .r8_column .icon_column .column_content, .r8_columns_section .r8_columns.three_column .r8_column .icon_column .column_content, .r8_columns_section .r8_columns.four_column .r8_column .icon_column .column_content, .r8_columns_section .r8_columns.five_column .r8_column .icon_column .column_content, .r8_columns_section .r8_columns.six_column .r8_column .icon_column .column_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column .r8_column .icon_column .column_content:last-child, .r8_columns_section .r8_columns.three_column .r8_column .icon_column .column_content:last-child, .r8_columns_section .r8_columns.four_column .r8_column .icon_column .column_content:last-child, .r8_columns_section .r8_columns.five_column .r8_column .icon_column .column_content:last-child, .r8_columns_section .r8_columns.six_column .r8_column .icon_column .column_content:last-child {
  margin-right: 0;
}
.r8_columns_section .r8_columns.two_column .column_wysiwig, .r8_columns_section .r8_columns.three_column .column_wysiwig, .r8_columns_section .r8_columns.four_column .column_wysiwig, .r8_columns_section .r8_columns.five_column .column_wysiwig, .r8_columns_section .r8_columns.six_column .column_wysiwig {
  word-break: break-word;
}

.r8_hero {
  position: relative;
  z-index: 2;
}
.r8_hero.full_width {
  max-width: 100% !important;
}
.r8_hero .slide_title {
  font-size: 36px;
}
.r8_hero .r8_hero_cta {
  display: inline-block;
  min-width: 40px;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: 3px solid #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .r8_hero .r8_hero_cta {
    padding: 3px 14px;
    border-width: 2px;
    font-size: 16px;
  }
}
.r8_hero .r8_hero_cta:hover, .r8_hero .r8_hero_cta:focus {
  color: #000000;
  background-color: #ffffff;
}
.r8_hero .slick-dots {
  bottom: 0;
  margin-bottom: 20px;
}
.r8_hero .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 12px;
}
@media screen and (max-width: 626px) {
  .r8_hero .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 9px;
  }
}
.r8_hero .slick-dots li button {
  background: #ffffff;
  opacity: 0.7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 626px) {
  .r8_hero .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
.r8_hero .slick-dots li button:before {
  display: none;
}
.r8_hero .slick-dots li.slick-active button {
  opacity: 1;
}
.r8_hero .hero_scroll_down_btn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.6);
  font-size: 20px;
  text-align: center;
  z-index: 10;
}
.r8_hero .r8_hero_copy > :first-child {
  margin-top: 0;
}
.r8_hero .r8_hero_copy > :last-child {
  margin-bottom: 0;
}
.r8_hero .hero_btn {
  margin-top: 30px;
}
.r8_hero .image-wrapper {
  line-height: 0;
}

.m-hero__dropContent-h1,
.m-hero__dropContent-h2 {
  display: none;
}

@media screen and (max-width: 626px) {
  .h1_dropMobile .d-hero__dropContent-h1 {
    display: none !important;
  }

  .h2_dropMobile .d-hero__dropContent-h2 {
    display: none !important;
  }

  .m-hero__dropContent-h1 {
    display: block;
  }

  .m-hero__dropContent-h2 {
    display: block;
  }
}
.m-hero__dropContent .h1-content,
.m-hero__dropContent .h2-content {
  padding: 0 20px;
}
.m-hero__dropContent .hc1_section,
.m-hero__dropContent .hc2_section {
  max-width: none;
}

.hc_section {
  position: relative;
}
.hc_section .image-wrapper,
.hc_section .r8_hero_copy {
  position: relative;
  z-index: 2;
}

.r8_hero_bg_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.r8_hero_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
}
.r8_hero_content > .container {
  width: 100%;
}

/****************************************
 * Video background hero
 ****************************************/
.r8_video_bg_hero.hero_content_dep_height .video_box, .r8_video_bg_hero.hero_custom_height .video_box, .r8_video_bg_hero.hero_full_height .video_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.r8_video_bg_hero.hero_content_dep_height .hero_video, .r8_video_bg_hero.hero_custom_height .hero_video, .r8_video_bg_hero.hero_full_height .hero_video {
  position: absolute;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.r8_video_bg_hero.hero_content_dep_height .hero_video.hero_embed_video, .r8_video_bg_hero.hero_custom_height .hero_video.hero_embed_video, .r8_video_bg_hero.hero_full_height .hero_video.hero_embed_video {
  position: relative;
}
.r8_video_bg_hero.hero_content_dep_height .video_hero_content, .r8_video_bg_hero.hero_custom_height .video_hero_content, .r8_video_bg_hero.hero_full_height .video_hero_content {
  position: relative;
}
.r8_video_bg_hero.hero_full_height {
  height: 100vh;
}
.r8_video_bg_hero.hero_full_height .hero_bg_image {
  display: none;
}
@media screen and (max-width: 626px) {
  .r8_video_bg_hero.hero_full_height .hero_bg_image {
    display: none;
  }
}
.r8_video_bg_hero.hero_image_dep_height .video_box video {
  width: 100%;
}
.r8_video_bg_hero.hero_image_dep_height .video_hero_content {
  position: absolute;
  top: 0;
}

.hero_embed_video {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  padding-top: 55%;
}

.hero_embed_video,
.hero_embed_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.r8_video_bg_hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.r8_video_bg_hero.r8_hero_mobile .video_hero_content {
  padding: 100px 0;
}
.r8_video_bg_hero .hero_bg_image {
  display: none;
}
@media screen and (max-width: 626px) {
  .r8_video_bg_hero .hero_bg_image {
    display: block;
  }
}
.r8_video_bg_hero .hero_bg_image.mobile_device_image {
  display: block;
}
.r8_video_bg_hero .hero_embed_video {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 55%;
  position: relative;
}
.r8_video_bg_hero .hero_embed_video iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.r8_video_bg_hero .video_box {
  line-height: 0;
  overflow: hidden;
}
.r8_video_bg_hero .video_hero_content {
  padding: 120px 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.r8_video_bg_hero .video_hero_content .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.r8_video_bg_hero .video_hero_content .container.center_pos {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}
.r8_video_bg_hero .video_hero_content .container.left_pos {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  text-align: left;
}
.r8_video_bg_hero .video_hero_content .container.right_pos {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  text-align: left;
}
.r8_video_bg_hero .video_hero_content .h_content_section {
  width: 100%;
}

/*******************************************
 *    Image Hero Section
 *******************************************/
html.touch .r8_image_bg_hero.hero_parallax_bg {
  background-attachment: scroll;
}

.r8_image_bg_hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.r8_image_bg_hero.hero_parallax_bg {
  background-attachment: fixed;
}
.r8_image_bg_hero.hero_custom_height picture {
  display: none;
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero.hero_custom_height.m_hero_content_dep_height, .r8_image_bg_hero.hero_custom_height.m_hero_image_dep_height {
    height: auto;
  }
}
.r8_image_bg_hero.hero_content_dep_height {
  padding: 80px 0;
}
.r8_image_bg_hero.hero_content_dep_height .hero_bg_image,
.r8_image_bg_hero.hero_content_dep_height picture {
  display: none;
}
.r8_image_bg_hero.hero_image_dep_height .r8_hero_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.r8_image_bg_hero.hero_full_height {
  height: 100vh;
}
.r8_image_bg_hero.hero_full_height picture {
  display: none;
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero.hero_full_height.m_hero_content_dep_height, .r8_image_bg_hero.hero_full_height.m_hero_image_dep_height {
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero.hero_full_height.m_hero_image_dep_height .hero_bg_image,
  .r8_image_bg_hero.hero_full_height.m_hero_image_dep_height picture, .r8_image_bg_hero.hero_content_dep_height.m_hero_image_dep_height .hero_bg_image,
  .r8_image_bg_hero.hero_content_dep_height.m_hero_image_dep_height picture, .r8_image_bg_hero.hero_custom_height.m_hero_image_dep_height .hero_bg_image,
  .r8_image_bg_hero.hero_custom_height.m_hero_image_dep_height picture {
    display: block;
  }
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero.m_hero_content_dep_height {
    padding: 80px 0;
  }
  .r8_image_bg_hero.m_hero_content_dep_height .hero_bg_image {
    display: none;
  }
  .r8_image_bg_hero.m_hero_content_dep_height picture {
    display: none;
  }
  .r8_image_bg_hero.m_hero_content_dep_height .r8_hero_content {
    position: relative;
  }
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero.m_hero_image_dep_height .r8_hero_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero.m_hero_full_height {
    height: 100vh;
  }
  .r8_image_bg_hero.m_hero_full_height picture {
    display: none;
  }
  .r8_image_bg_hero.m_hero_full_height .r8_hero_content {
    position: relative;
  }
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero.m_hero_custom_height picture {
    display: none;
  }
  .r8_image_bg_hero.m_hero_custom_height .r8_hero_content {
    position: relative;
  }
}
.r8_image_bg_hero .two_columns_content .hc_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.r8_image_bg_hero .two_columns_content .hc_section:last-child {
  margin-right: 0;
}
.r8_image_bg_hero .two_columns_content .hc_section:nth-child(2n) {
  margin-right: 0;
}
.r8_image_bg_hero .two_columns_content .hc_section:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero .two_columns_content .hc_section {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_image_bg_hero .two_columns_content .hc_section:last-child {
    margin-right: 0;
  }
  .r8_image_bg_hero .two_columns_content .hc_section:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .r8_image_bg_hero .two_columns_content .hc_section:nth-child(2n+1) {
    clear: none;
  }
  .r8_image_bg_hero .two_columns_content .hc_section:nth-child(1n) {
    margin-right: 0;
  }
  .r8_image_bg_hero .two_columns_content .hc_section:nth-child(1n+1) {
    clear: left;
  }
  .r8_image_bg_hero .two_columns_content .hc_section.hc2_section {
    margin-top: 50px;
  }
}
.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc1_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc1_section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc1_section {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc1_section:last-child {
    margin-right: 0;
  }
}
.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc2_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc2_section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc2_section {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc2_section:last-child {
    margin-right: 0;
  }
}
.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc1_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc1_section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc1_section {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc1_section:last-child {
    margin-right: 0;
  }
}
.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc2_section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc2_section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc2_section {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc2_section:last-child {
    margin-right: 0;
  }
}
.r8_image_bg_hero .hero_bg_image {
  width: 100%;
  display: block;
  max-width: 100%;
}
.r8_image_bg_hero .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.r8_image_bg_hero .container.col_position_center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}
.r8_image_bg_hero .container.col_position_left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  text-align: left;
}
.r8_image_bg_hero .container.col_position_right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  text-align: right;
}
.r8_image_bg_hero .container.col_v_position_top {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.r8_image_bg_hero .container.col_v_position_bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.r8_image_bg_hero .hc_section {
  width: 100%;
}
.r8_image_bg_hero .hc_section.col_position_center {
  text-align: center;
}
.r8_image_bg_hero .hc_section.col_position_left {
  text-align: left;
}
.r8_image_bg_hero .hc_section.col_position_right {
  text-align: right;
}
.r8_image_bg_hero .hc_section.col_v_position_top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.r8_image_bg_hero .hc_section.col_v_position_bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}

/**********************************************
 *    Hero Slider Section
 **********************************************/
.r8_slider_hero.has_slider_arrows .hero_slide_content {
  margin: 0 80px;
}
@media screen and (max-width: 626px) {
  .r8_slider_hero.has_slider_arrows .hero_slide_content {
    margin: 0 50px;
  }
}
.r8_slider_hero.hero_slider_full_height {
  height: 100vh;
}
.r8_slider_hero.hero_slider_full_height .slick-slide.r8_hero_slide {
  height: 100vh;
}
.r8_slider_hero.hero_slider_full_height .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.r8_slider_hero.hero_slider_content_dep_height .slick-track, .r8_slider_hero.hero_slider_constant_height .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.r8_slider_hero.hero_slider_content_dep_height .slick-slide.r8_hero_slide, .r8_slider_hero.hero_slider_constant_height .slick-slide.r8_hero_slide {
  height: auto;
}
@media screen and (max-width: 768px) {
  .r8_slider_hero.hero_slider_image_dep_height .r8_hero_slide {
    height: 500px;
    max-height: 500px;
  }
}
@media screen and (max-width: 626px) {
  .r8_slider_hero.hero_slider_image_dep_height .r8_hero_slide {
    height: 550px;
    max-height: 550px;
  }
}
.r8_slider_hero .slick-slide,
.r8_slider_hero .slick-slider .slick-track,
.r8_slider_hero .slick-slider .slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}
.r8_slider_hero .hero_slide_bg {
  width: 100%;
}
.r8_slider_hero .hero_slide_bg img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .r8_slider_hero .hero_slide_bg img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.r8_slider_hero .r8_hero_slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.r8_slider_hero .r8_hero_slide.hero_full_height {
  height: 100vh;
}
.r8_slider_hero .r8_hero_slide.hero_content_dep_height {
  padding: 100px 0;
}
.r8_slider_hero .r8_hero_slide.hero_content_dep_height .hero_slide_outer_container {
  width: 100%;
  max-width: 100%;
}
.r8_slider_hero .r8_hero_slide.slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.r8_slider_hero .hero_slide_outer_container {
  width: 100%;
  max-width: 100%;
}
.r8_slider_hero .r8_hero_container.center_pos {
  text-align: center;
}
.r8_slider_hero .r8_hero_container.right_pos {
  text-align: right;
}
.r8_slider_hero .r8_hero_container.right_pos .hero_slide_content {
  text-align: left;
}
.r8_slider_hero .r8_hero_container.left_pos {
  text-align: left;
}
.r8_slider_hero .hero_slide_content {
  display: inline-block;
  position: relative;
}
.r8_slider_hero .hero_slide_content .slide_title {
  margin-top: 0;
}

.r8_hero_content.placeholder_single {
  position: relative;
  background: var(--color-primary);
}

.r8_image_bg_hero.hero_full_height {
  display: flex;
  align-items: center;
  min-height: 100vh;
  height: 100%;
}
@media screen and (max-width: 626px) {
  .r8_image_bg_hero.hero_full_height {
    padding: 70px 0;
  }
}

.hero_full_height .r8_hero_content {
  min-height: 100%;
  width: 100%;
}

.r8_video_bg_hero.hero_image_dep_height > .r8-section-bg,
.r8_image_bg_hero.hero_image_dep_height > .r8-section-bg {
  position: relative;
}
.r8_video_bg_hero.hero_image_dep_height > .r8-section-bg .video_box,
.r8_image_bg_hero.hero_image_dep_height > .r8-section-bg .video_box {
  position: relative;
}
.r8_video_bg_hero.hero_image_dep_height > .r8-section-bg .video_box.r8-vid-yt,
.r8_image_bg_hero.hero_image_dep_height > .r8-section-bg .video_box.r8-vid-yt {
  padding-top: 55%;
  padding-bottom: 33px;
}
.r8_video_bg_hero.hero_image_dep_height > .r8-section-bg .hero_video,
.r8_image_bg_hero.hero_image_dep_height > .r8-section-bg .hero_video {
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.r8_video_bg_hero.hero_image_dep_height > .r8-section-bg .screen,
.r8_image_bg_hero.hero_image_dep_height > .r8-section-bg .screen {
  max-width: 100%;
}
@media screen and (max-width: 626px) {
  .r8_video_bg_hero.hero_image_dep_height.m_hero_full_height .r8-section-bg, .r8_video_bg_hero.hero_image_dep_height.m_hero_content_dep_height .r8-section-bg, .r8_video_bg_hero.hero_image_dep_height.m_hero_custom_height .r8-section-bg,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_full_height .r8-section-bg,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_content_dep_height .r8-section-bg,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_custom_height .r8-section-bg {
    position: absolute;
  }
  .r8_video_bg_hero.hero_image_dep_height.m_hero_full_height .video_box.r8-vid-yt, .r8_video_bg_hero.hero_image_dep_height.m_hero_content_dep_height .video_box.r8-vid-yt, .r8_video_bg_hero.hero_image_dep_height.m_hero_custom_height .video_box.r8-vid-yt,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_full_height .video_box.r8-vid-yt,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_content_dep_height .video_box.r8-vid-yt,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_custom_height .video_box.r8-vid-yt {
    padding: 0;
  }
  .r8_video_bg_hero.hero_image_dep_height.m_hero_full_height .video_box:not(.r8-vid-yt), .r8_video_bg_hero.hero_image_dep_height.m_hero_content_dep_height .video_box:not(.r8-vid-yt), .r8_video_bg_hero.hero_image_dep_height.m_hero_custom_height .video_box:not(.r8-vid-yt),
  .r8_image_bg_hero.hero_image_dep_height.m_hero_full_height .video_box:not(.r8-vid-yt),
  .r8_image_bg_hero.hero_image_dep_height.m_hero_content_dep_height .video_box:not(.r8-vid-yt),
  .r8_image_bg_hero.hero_image_dep_height.m_hero_custom_height .video_box:not(.r8-vid-yt) {
    height: 100%;
  }
  .r8_video_bg_hero.hero_image_dep_height.m_hero_full_height .hero_video, .r8_video_bg_hero.hero_image_dep_height.m_hero_content_dep_height .hero_video, .r8_video_bg_hero.hero_image_dep_height.m_hero_custom_height .hero_video,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_full_height .hero_video,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_content_dep_height .hero_video,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_custom_height .hero_video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .r8_video_bg_hero.hero_image_dep_height.m_hero_full_height .screen, .r8_video_bg_hero.hero_image_dep_height.m_hero_content_dep_height .screen, .r8_video_bg_hero.hero_image_dep_height.m_hero_custom_height .screen,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_full_height .screen,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_content_dep_height .screen,
  .r8_image_bg_hero.hero_image_dep_height.m_hero_custom_height .screen {
    max-width: none;
  }
}
@media screen and (max-width: 626px) {
  .r8_video_bg_hero.m_hero_image_dep_height > .r8-section-bg,
  .r8_image_bg_hero.m_hero_image_dep_height > .r8-section-bg {
    position: relative;
  }
  .r8_video_bg_hero.m_hero_image_dep_height > .r8-section-bg .video_box,
  .r8_image_bg_hero.m_hero_image_dep_height > .r8-section-bg .video_box {
    position: relative;
  }
  .r8_video_bg_hero.m_hero_image_dep_height > .r8-section-bg .video_box.r8-vid-yt,
  .r8_image_bg_hero.m_hero_image_dep_height > .r8-section-bg .video_box.r8-vid-yt {
    padding-top: 55%;
    padding-bottom: 33px;
  }
  .r8_video_bg_hero.m_hero_image_dep_height > .r8-section-bg .hero_video,
  .r8_image_bg_hero.m_hero_image_dep_height > .r8-section-bg .hero_video {
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .r8_video_bg_hero.m_hero_image_dep_height > .r8-section-bg .screen,
  .r8_image_bg_hero.m_hero_image_dep_height > .r8-section-bg .screen {
    max-width: 100%;
  }
}

.r8_image_section {
  padding: 2em 0;
}
.r8_image_section .r8_image_section_image_container {
  width: 100%;
  display: block;
  min-height: 500px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
}
.r8_image_section .r8_image_section_image_container .non-full-width-image .r8_inline_image {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.r8_image_section .r8_image_section_image_container .non-full-width-image .r8_inline_pic {
  line-height: 0;
  text-align: center;
}
.r8_image_section .r8_image_section_image_container.non-parallax-image {
  min-height: 1px;
  height: auto;
}
.r8_image_section .r8_image_section_image_container.non-parallax-image .r8_inline_pic {
  display: block;
}
.r8_image_section .r8_image_section_image_container.parallax .r8_image_section_image {
  background-attachment: fixed;
}
.r8_image_section .r8_image_inline {
  line-height: 0;
}
.r8_image_section .r8_inline_image {
  width: 100%;
}
.r8_image_section .r8_image_gallery {
  width: 100%;
}
.r8_image_section .r8_image_gallery:after {
  clear: both;
  content: "";
  display: table;
}
.r8_image_section .r8_image_gallery .r8_gallery_image {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 4%;
}
.r8_image_section .r8_image_gallery .r8_gallery_image a {
  display: block;
  width: 100%;
}
.r8_image_section .r8_image_gallery .r8_gallery_image img {
  width: 100%;
}
.r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-top: 4%;
}
.r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:last-child {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(6n) {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(6n+1) {
  clear: left;
}
.r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(1), .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(2), .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(3), .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(4), .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(5), .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(6) {
  margin-top: 0px;
}
.r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
  margin-top: 4%;
}
.r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:last-child {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(5n) {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(5n+1) {
  clear: left;
}
.r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(1), .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(2), .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(3), .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(4), .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(5) {
  margin-top: 0px;
}
.r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-top: 4%;
}
.r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:last-child {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:nth-child(4n) {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:nth-child(4n+1) {
  clear: left;
}
.r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:nth-child(1), .r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:nth-child(2), .r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:nth-child(3), .r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:nth-child(4) {
  margin-top: 0px;
}
.r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: 4%;
}
.r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:last-child {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:nth-child(3n) {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:nth-child(3n+1) {
  clear: left;
}
.r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:nth-child(1), .r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:nth-child(2), .r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:nth-child(3) {
  margin-top: 0px;
}
.r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 4%;
}
.r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:last-child {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:nth-child(2n) {
  margin-right: 0;
}
.r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:nth-child(2n+1) {
  clear: left;
}
.r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:nth-child(1), .r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:nth-child(2) {
  margin-top: 0px;
}
@media screen and (max-width: 626px) {
  .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image, .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image, .r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image, .r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image, .r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:last-child, .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:last-child, .r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:last-child, .r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:last-child, .r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:last-child {
    margin-right: 0;
  }
  .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(2n), .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(2n), .r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:nth-child(2n), .r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:nth-child(2n), .r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:nth-child(2n) {
    margin-right: 0;
  }
  .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:nth-child(2n+1), .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:nth-child(2n+1), .r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:nth-child(2n+1), .r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:nth-child(2n+1), .r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:nth-child(2n+1) {
    clear: left;
  }
  .r8_image_section .r8_image_gallery.r8_gallery_six_col .r8_gallery_image:not(:nth-child(-n+2)), .r8_image_section .r8_image_gallery.r8_gallery_five_col .r8_gallery_image:not(:nth-child(-n+2)), .r8_image_section .r8_image_gallery.r8_gallery_four_col .r8_gallery_image:not(:nth-child(-n+2)), .r8_image_section .r8_image_gallery.r8_gallery_three_col .r8_gallery_image:not(:nth-child(-n+2)), .r8_image_section .r8_image_gallery.r8_gallery_two_col .r8_gallery_image:not(:nth-child(-n+2)) {
    margin-top: 7%;
  }
}

.r8_tabs {
  padding: 2em 0;
}

.r8_horizontal_tabs_container {
  padding: 0;
  margin: 0;
}
.r8_horizontal_tabs_container:after {
  clear: both;
  content: "";
  display: table;
}
.r8_horizontal_tabs_container .horizontal_tabs {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.r8_horizontal_tabs_container .horizontal_tabs:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 626px) {
  .r8_horizontal_tabs_container .horizontal_tabs {
    overflow-x: scroll;
  }
}
.r8_horizontal_tabs_container .tab_link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  float: left;
  padding: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 626px) {
  .r8_horizontal_tabs_container .tab_link {
    margin-right: 0px;
  }
}
.r8_horizontal_tabs_container .tab_link:last-child {
  margin-right: 0px;
}
.r8_horizontal_tabs_container .tab_title_image {
  margin-right: 15px;
}
@media screen and (max-width: 626px) {
  .r8_horizontal_tabs_container .tab_title_image {
    display: none;
  }
}
.r8_horizontal_tabs_container .tab_title_image img {
  width: 100%;
  height: auto;
  display: block;
}
.r8_horizontal_tabs_container .tab_title {
  text-align: center;
}
.r8_horizontal_tabs_container .horizontal_tab_content {
  display: none;
  padding: 10px;
}
.r8_horizontal_tabs_container .horizontal_tab_content.is_open {
  display: block;
}
@media screen and (max-width: 626px) {
  .r8_horizontal_tabs_container .horizontal_tab_content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
  }
}

.r8_vertical_tabs_container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 0;
  margin: 0;
}
.r8_vertical_tabs_container:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 626px) {
  .r8_vertical_tabs_container {
    display: block;
  }
}
.r8_vertical_tabs_container .vertical_tabs {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
}
.r8_vertical_tabs_container .tab_link {
  display: block;
  padding: 10px;
}
.r8_vertical_tabs_container .vertical_tab_content_container {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
}
.r8_vertical_tabs_container .vertical_tab_content {
  display: none;
  min-height: 250px;
  padding: 10px 20px 20px;
  height: 100%;
}
.r8_vertical_tabs_container .vertical_tab_content.is_open {
  display: block;
}
@media screen and (max-width: 626px) {
  .r8_vertical_tabs_container .vertical_tab_content img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
  }
}
.r8_vertical_tabs_container .vertical_tab_accordion_heading {
  cursor: pointer;
  display: block;
}

.r8_tabs .r8_tabs_container {
  max-width: 100%;
  width: 100%;
}
.r8_tabs a.tab_link {
  text-align: center;
  padding: 12px;
  -webkit-transition: background 0.25s linear, color 0.25s linear;
  -moz-transition: background 0.25s linear, color 0.25s linear;
  transition: background 0.25s linear, color 0.25s linear;
}
.r8_tabs a.tab_link:hover, .r8_tabs a.tab_link:focus, .r8_tabs a.tab_link:active {
  opacity: 1 !important;
}
.r8_tabs a.tab_link:focus {
  outline: none;
}
.r8_tabs .horizontal_tabs {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.r8_tabs .horizontal_tabs .tab_link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  font-size: 16px;
}
.r8_tabs .r8_tab_content {
  border: 1px solid #e2e2e2;
  padding: 30px 40px;
}
@media screen and (max-width: 626px) {
  .r8_tabs .r8_vertical_tabs_container .vertical_tabs {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
  .r8_tabs .r8_vertical_tabs_container .vertical_tabs:last-child {
    margin-right: 0;
  }
  .r8_tabs .r8_vertical_tabs_container .vertical_tabs:nth-child(1n) {
    margin-right: 0;
  }
  .r8_tabs .r8_vertical_tabs_container .vertical_tabs:nth-child(1n+1) {
    clear: left;
  }
}
.r8_tabs .r8_vertical_tabs_container .vertical_tabs .tab_link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.r8_tabs .r8_vertical_tabs_container .vertical_tabs .tab_link .tab_title_image {
  margin-right: 15px;
}
@media screen and (max-width: 626px) {
  .r8_tabs .r8_vertical_tabs_container .vertical_tabs .tab_link .tab_title_image {
    display: none;
  }
}
.r8_tabs .r8_vertical_tabs_container .vertical_tab_content_container {
  width: 70%;
}
@media screen and (max-width: 626px) {
  .r8_tabs .r8_vertical_tabs_container .vertical_tab_content_container {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_tabs .r8_vertical_tabs_container .vertical_tab_content_container:last-child {
    margin-right: 0;
  }
}

.r8_slider_section.full_width_slider .r8_inner_container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.r8_slider_section.full_width_slider .r8_inner_container.right_aligned_content {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.r8_slider_section.full_width_slider .r8_inner_container.left_aligned_content {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.r8_slider_section.full_width_slider .r8_inner_container.center_aligned_content {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.r8_slider_section.full_width_slider.has_slider_arrows .r8_inner_container .slide_content {
  margin: 0 80px;
}
@media screen and (max-width: 626px) {
  .r8_slider_section.full_width_slider.has_slider_arrows .r8_inner_container .slide_content {
    margin: 0 50px;
  }
}
.r8_slider_section.non_full_width_slider .r8_slider_item {
  margin: 0 80px;
}
@media screen and (max-width: 626px) {
  .r8_slider_section.non_full_width_slider .r8_slider_item {
    margin: 0 50px;
  }
}
.r8_slider_section .slick-slider .slick-list {
  margin: 0 auto;
}
.r8_slider_section .r8_inner_container {
  margin: 0 auto;
}
.r8_slider_section .r8_slider_item {
  height: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.r8_slider_section .r8_slider_item.right_aligned_content {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.r8_slider_section .r8_slider_item.left_aligned_content {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.r8_slider_section .r8_slider_item.center_aligned_content {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.r8_slider_section .r8_slider_item picture {
  width: 100%;
}
.r8_slider_section .r8_slider_item.slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.r8_slider_section .r8_slider_item.image_text .slide_content, .r8_slider_section .r8_slider_item.text .slide_content {
  width: 100%;
}
.r8_slider_section .r8_slider_item .slide_content {
  padding: 150px 0px;
}
.r8_slider_section .r8_slider_item.image img {
  margin: 0 auto;
}
.r8_slider_section .r8_slider_item.testimonial .slide_content {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  max-width: 800px;
  text-align: center;
}
.r8_slider_section .r8_slider_item.testimonial .slide_content > :first-child {
  margin-top: 0;
}
.r8_slider_section .r8_slider_item.testimonial .slide_content > :last-child {
  margin-bottom: 0;
}
.r8_slider_section .r8_slider_item .r8_container {
  z-index: 10;
  width: 100%;
}
.r8_slider_section .slide_content:after {
  clear: both;
  content: "";
  display: table;
}
.r8_slider_section .slide_content.one_column {
  margin: 0;
}
.r8_slider_section .slide_content.two_column .slide_content_col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.r8_slider_section .slide_content.two_column .slide_content_col:last-child {
  margin-right: 0;
}
.r8_slider_section .slide_content.two_column .slide_content_col:nth-child(2n) {
  margin-right: 0;
}
.r8_slider_section .slide_content.two_column .slide_content_col:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 626px) {
  .r8_slider_section .slide_content.two_column .slide_content_col {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin: 15px;
  }
  .r8_slider_section .slide_content.two_column .slide_content_col:last-child {
    margin-right: 0;
  }
}
.r8_slider_section .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.r8_slider_section .slick-dots {
  bottom: 0px;
}
.r8_slider_section .testimony_quoter {
  color: #999999;
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
}
.r8_slider_section .testimony_quoter:before {
  content: '';
  width: 143px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  top: 0;
}
.r8_slider_section .testimony_quoter.left_aligned:before {
  left: 0;
}
.r8_slider_section .testimony_quoter.right_aligned:before {
  right: 0;
}
.r8_slider_section .testimony_quoter.center_aligned:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.r8_slider_section .r8_slider_item .slide_content {
  padding: 30px 0px;
}
.r8_slider_section .slick-dots {
  bottom: 0px;
}

.r8_flexible_content_section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.r8_flexible_content_section .r8_container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.r8_flexible_content_section .r8_section_title {
  margin-top: 0px;
  margin-bottom: 1em;
}

.r8_primary_font_color {
  color: var(--color-primary);
}
.r8_primary_font_color.r8_section_title {
  color: var(--color-primary);
}
.r8_primary_font_color p:not(.r8_section_title),
.r8_primary_font_color h1:not(.r8_section_title),
.r8_primary_font_color h2:not(.r8_section_title),
.r8_primary_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_primary_font_color h3:not(.r8_section_title),
.r8_primary_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_primary_font_color h1.page-title:not(.r8_section_title),
.r8_primary_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_primary_font_color h1.page-title:not(.r8_section_title),
.r8_primary_font_color h3:not(.r8_section_title),
.r8_primary_font_color h4:not(.r8_section_title),
.r8_primary_font_color h5:not(.r8_section_title),
.r8_primary_font_color h6:not(.r8_section_title) {
  color: var(--color-primary);
}

.callout .r8_primary_font_color {
  color: var(--color-primary);
}
.callout .r8_primary_font_color p:not(.r8_section_title), .callout .r8_primary_font_color h1:not(.r8_section_title), .callout .r8_primary_font_color h2:not(.r8_section_title), .callout .r8_primary_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_primary_font_color h3:not(.r8_section_title), .callout .r8_primary_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_primary_font_color h1.page-title:not(.r8_section_title),
.callout .r8_primary_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_primary_font_color h1.page-title:not(.r8_section_title), .callout .r8_primary_font_color h3:not(.r8_section_title), .callout .r8_primary_font_color h4:not(.r8_section_title), .callout .r8_primary_font_color h5:not(.r8_section_title), .callout .r8_primary_font_color h6:not(.r8_section_title) {
  color: var(--color-primary);
}

.r8_secondary_font_color {
  color: var(--color-secondary);
}
.r8_secondary_font_color.r8_section_title {
  color: var(--color-secondary);
}
.r8_secondary_font_color p:not(.r8_section_title),
.r8_secondary_font_color h1:not(.r8_section_title),
.r8_secondary_font_color h2:not(.r8_section_title),
.r8_secondary_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_secondary_font_color h3:not(.r8_section_title),
.r8_secondary_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_secondary_font_color h1.page-title:not(.r8_section_title),
.r8_secondary_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_secondary_font_color h1.page-title:not(.r8_section_title),
.r8_secondary_font_color h3:not(.r8_section_title),
.r8_secondary_font_color h4:not(.r8_section_title),
.r8_secondary_font_color h5:not(.r8_section_title),
.r8_secondary_font_color h6:not(.r8_section_title) {
  color: var(--color-secondary);
}

.callout .r8_secondary_font_color {
  color: var(--color-secondary);
}
.callout .r8_secondary_font_color p:not(.r8_section_title), .callout .r8_secondary_font_color h1:not(.r8_section_title), .callout .r8_secondary_font_color h2:not(.r8_section_title), .callout .r8_secondary_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_secondary_font_color h3:not(.r8_section_title), .callout .r8_secondary_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_secondary_font_color h1.page-title:not(.r8_section_title),
.callout .r8_secondary_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_secondary_font_color h1.page-title:not(.r8_section_title), .callout .r8_secondary_font_color h3:not(.r8_section_title), .callout .r8_secondary_font_color h4:not(.r8_section_title), .callout .r8_secondary_font_color h5:not(.r8_section_title), .callout .r8_secondary_font_color h6:not(.r8_section_title) {
  color: var(--color-secondary);
}

.r8_accent_font_color {
  color: #a9a9a9;
}
.r8_accent_font_color.r8_section_title {
  color: #a9a9a9;
}
.r8_accent_font_color p:not(.r8_section_title),
.r8_accent_font_color h1:not(.r8_section_title),
.r8_accent_font_color h2:not(.r8_section_title),
.r8_accent_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_accent_font_color h3:not(.r8_section_title),
.r8_accent_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_accent_font_color h1.page-title:not(.r8_section_title),
.r8_accent_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_accent_font_color h1.page-title:not(.r8_section_title),
.r8_accent_font_color h3:not(.r8_section_title),
.r8_accent_font_color h4:not(.r8_section_title),
.r8_accent_font_color h5:not(.r8_section_title),
.r8_accent_font_color h6:not(.r8_section_title) {
  color: #a9a9a9;
}

.callout .r8_accent_font_color {
  color: #a9a9a9;
}
.callout .r8_accent_font_color p:not(.r8_section_title), .callout .r8_accent_font_color h1:not(.r8_section_title), .callout .r8_accent_font_color h2:not(.r8_section_title), .callout .r8_accent_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_accent_font_color h3:not(.r8_section_title), .callout .r8_accent_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_accent_font_color h1.page-title:not(.r8_section_title),
.callout .r8_accent_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_accent_font_color h1.page-title:not(.r8_section_title), .callout .r8_accent_font_color h3:not(.r8_section_title), .callout .r8_accent_font_color h4:not(.r8_section_title), .callout .r8_accent_font_color h5:not(.r8_section_title), .callout .r8_accent_font_color h6:not(.r8_section_title) {
  color: #a9a9a9;
}

.r8_accent1_font_color {
  color: var(--color-accent1);
}
.r8_accent1_font_color.r8_section_title {
  color: var(--color-accent1);
}
.r8_accent1_font_color p:not(.r8_section_title),
.r8_accent1_font_color h1:not(.r8_section_title),
.r8_accent1_font_color h2:not(.r8_section_title),
.r8_accent1_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_accent1_font_color h3:not(.r8_section_title),
.r8_accent1_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_accent1_font_color h1.page-title:not(.r8_section_title),
.r8_accent1_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_accent1_font_color h1.page-title:not(.r8_section_title),
.r8_accent1_font_color h3:not(.r8_section_title),
.r8_accent1_font_color h4:not(.r8_section_title),
.r8_accent1_font_color h5:not(.r8_section_title),
.r8_accent1_font_color h6:not(.r8_section_title) {
  color: var(--color-accent1);
}

.callout .r8_accent1_font_color {
  color: var(--color-accent1);
}
.callout .r8_accent1_font_color p:not(.r8_section_title), .callout .r8_accent1_font_color h1:not(.r8_section_title), .callout .r8_accent1_font_color h2:not(.r8_section_title), .callout .r8_accent1_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_accent1_font_color h3:not(.r8_section_title), .callout .r8_accent1_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_accent1_font_color h1.page-title:not(.r8_section_title),
.callout .r8_accent1_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_accent1_font_color h1.page-title:not(.r8_section_title), .callout .r8_accent1_font_color h3:not(.r8_section_title), .callout .r8_accent1_font_color h4:not(.r8_section_title), .callout .r8_accent1_font_color h5:not(.r8_section_title), .callout .r8_accent1_font_color h6:not(.r8_section_title) {
  color: var(--color-accent1);
}

.r8_accent2_font_color {
  color: var(--color-accent2);
}
.r8_accent2_font_color.r8_section_title {
  color: var(--color-accent2);
}
.r8_accent2_font_color p:not(.r8_section_title),
.r8_accent2_font_color h1:not(.r8_section_title),
.r8_accent2_font_color h2:not(.r8_section_title),
.r8_accent2_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_accent2_font_color h3:not(.r8_section_title),
.r8_accent2_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_accent2_font_color h1.page-title:not(.r8_section_title),
.r8_accent2_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_accent2_font_color h1.page-title:not(.r8_section_title),
.r8_accent2_font_color h3:not(.r8_section_title),
.r8_accent2_font_color h4:not(.r8_section_title),
.r8_accent2_font_color h5:not(.r8_section_title),
.r8_accent2_font_color h6:not(.r8_section_title) {
  color: var(--color-accent2);
}

.callout .r8_accent2_font_color {
  color: var(--color-accent2);
}
.callout .r8_accent2_font_color p:not(.r8_section_title), .callout .r8_accent2_font_color h1:not(.r8_section_title), .callout .r8_accent2_font_color h2:not(.r8_section_title), .callout .r8_accent2_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_accent2_font_color h3:not(.r8_section_title), .callout .r8_accent2_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_accent2_font_color h1.page-title:not(.r8_section_title),
.callout .r8_accent2_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_accent2_font_color h1.page-title:not(.r8_section_title), .callout .r8_accent2_font_color h3:not(.r8_section_title), .callout .r8_accent2_font_color h4:not(.r8_section_title), .callout .r8_accent2_font_color h5:not(.r8_section_title), .callout .r8_accent2_font_color h6:not(.r8_section_title) {
  color: var(--color-accent2);
}

.r8_black_font_color {
  color: #000;
}
.r8_black_font_color p:not(.r8_section_title),
.r8_black_font_color h1:not(.r8_section_title),
.r8_black_font_color h2:not(.r8_section_title),
.r8_black_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_black_font_color h3:not(.r8_section_title),
.r8_black_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_black_font_color h1.page-title:not(.r8_section_title),
.r8_black_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_black_font_color h1.page-title:not(.r8_section_title),
.r8_black_font_color h3:not(.r8_section_title),
.r8_black_font_color h4:not(.r8_section_title),
.r8_black_font_color h5:not(.r8_section_title),
.r8_black_font_color h6:not(.r8_section_title) {
  color: #000;
}

.callout .r8_black_font_color {
  color: #000000;
}
.callout .r8_black_font_color p:not(.r8_section_title), .callout .r8_black_font_color h1:not(.r8_section_title), .callout .r8_black_font_color h2:not(.r8_section_title), .callout .r8_black_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_black_font_color h3:not(.r8_section_title), .callout .r8_black_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_black_font_color h1.page-title:not(.r8_section_title),
.callout .r8_black_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_black_font_color h1.page-title:not(.r8_section_title), .callout .r8_black_font_color h3:not(.r8_section_title), .callout .r8_black_font_color h4:not(.r8_section_title), .callout .r8_black_font_color h5:not(.r8_section_title), .callout .r8_black_font_color h6:not(.r8_section_title) {
  color: #000000;
}

.r8_white_font_color {
  color: #fff;
}
.r8_white_font_color p:not(.r8_section_title),
.r8_white_font_color h1:not(.r8_section_title),
.r8_white_font_color h2:not(.r8_section_title),
.r8_white_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_white_font_color h3:not(.r8_section_title),
.r8_white_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_white_font_color h1.page-title:not(.r8_section_title),
.r8_white_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_white_font_color h1.page-title:not(.r8_section_title),
.r8_white_font_color h3:not(.r8_section_title),
.r8_white_font_color h4:not(.r8_section_title),
.r8_white_font_color h5:not(.r8_section_title),
.r8_white_font_color h6:not(.r8_section_title) {
  color: #fff;
}

@media screen and (max-width: 626px) {
  .r8_wysiwig_content.m_r8_white_font_color, body .m_r8_white_font_color {
    color: #fff;
  }
}

@media screen and (max-width: 626px) {
  .r8_wysiwig_content.m_r8_white_font_color p:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color h1:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color h2:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
  .woocommerce-order-received .entry-content .woocommerce .title .r8_wysiwig_content.m_r8_white_font_color h3:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color .woocommerce h1.page-title:not(.r8_section_title),
  .woocommerce .r8_wysiwig_content.m_r8_white_font_color h1.page-title:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
  .woocommerce-page .r8_wysiwig_content.m_r8_white_font_color h1.page-title:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color h3:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color h4:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color h5:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_white_font_color h6:not(.r8_section_title) {
    color: #fff;
  }
}

@media screen and (max-width: 626px) {
  .r8_wysiwig_content.m_r8_black_font_color, body .m_r8_black_font_color {
    color: #000;
  }
}

@media screen and (max-width: 626px) {
  .r8_wysiwig_content.m_r8_black_font_color p:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color h1:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color h2:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
  .woocommerce-order-received .entry-content .woocommerce .title .r8_wysiwig_content.m_r8_black_font_color h3:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color .woocommerce h1.page-title:not(.r8_section_title),
  .woocommerce .r8_wysiwig_content.m_r8_black_font_color h1.page-title:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
  .woocommerce-page .r8_wysiwig_content.m_r8_black_font_color h1.page-title:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color h3:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color h4:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color h5:not(.r8_section_title),
  .r8_wysiwig_content.m_r8_black_font_color h6:not(.r8_section_title) {
    color: #000;
  }
}

.callout .r8_white_font_color {
  color: #ffffff;
}
.callout .r8_white_font_color p:not(.r8_section_title), .callout .r8_white_font_color h1:not(.r8_section_title), .callout .r8_white_font_color h2:not(.r8_section_title), .callout .r8_white_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_white_font_color h3:not(.r8_section_title), .callout .r8_white_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_white_font_color h1.page-title:not(.r8_section_title),
.callout .r8_white_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_white_font_color h1.page-title:not(.r8_section_title), .callout .r8_white_font_color h3:not(.r8_section_title), .callout .r8_white_font_color h4:not(.r8_section_title), .callout .r8_white_font_color h5:not(.r8_section_title), .callout .r8_white_font_color h6:not(.r8_section_title) {
  color: #ffffff;
}

.r8_gray_font_color {
  color: #a9a9a9;
}
.r8_gray_font_color p:not(.r8_section_title),
.r8_gray_font_color h1:not(.r8_section_title),
.r8_gray_font_color h2:not(.r8_section_title),
.r8_gray_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_gray_font_color h3:not(.r8_section_title),
.r8_gray_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_gray_font_color h1.page-title:not(.r8_section_title),
.r8_gray_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_gray_font_color h1.page-title:not(.r8_section_title),
.r8_gray_font_color h3:not(.r8_section_title),
.r8_gray_font_color h4:not(.r8_section_title),
.r8_gray_font_color h5:not(.r8_section_title),
.r8_gray_font_color h6:not(.r8_section_title) {
  color: #a9a9a9;
}

.callout .r8_gray_font_color {
  color: #a9a9a9;
}
.callout .r8_gray_font_color p:not(.r8_section_title), .callout .r8_gray_font_color h1:not(.r8_section_title), .callout .r8_gray_font_color h2:not(.r8_section_title), .callout .r8_gray_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_gray_font_color h3:not(.r8_section_title), .callout .r8_gray_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_gray_font_color h1.page-title:not(.r8_section_title),
.callout .r8_gray_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_gray_font_color h1.page-title:not(.r8_section_title), .callout .r8_gray_font_color h3:not(.r8_section_title), .callout .r8_gray_font_color h4:not(.r8_section_title), .callout .r8_gray_font_color h5:not(.r8_section_title), .callout .r8_gray_font_color h6:not(.r8_section_title) {
  color: #a9a9a9;
}

.r8_light_gray_font_color {
  color: #eaeaea;
}
.r8_light_gray_font_color p:not(.r8_section_title),
.r8_light_gray_font_color h1:not(.r8_section_title),
.r8_light_gray_font_color h2:not(.r8_section_title),
.r8_light_gray_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_light_gray_font_color h3:not(.r8_section_title),
.r8_light_gray_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_light_gray_font_color h1.page-title:not(.r8_section_title),
.r8_light_gray_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_light_gray_font_color h1.page-title:not(.r8_section_title),
.r8_light_gray_font_color h3:not(.r8_section_title),
.r8_light_gray_font_color h4:not(.r8_section_title),
.r8_light_gray_font_color h5:not(.r8_section_title),
.r8_light_gray_font_color h6:not(.r8_section_title) {
  color: #eaeaea;
}

.callout .r8_light_gray_font_color {
  color: #eaeaea;
}
.callout .r8_light_gray_font_color p:not(.r8_section_title), .callout .r8_light_gray_font_color h1:not(.r8_section_title), .callout .r8_light_gray_font_color h2:not(.r8_section_title), .callout .r8_light_gray_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_light_gray_font_color h3:not(.r8_section_title), .callout .r8_light_gray_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_light_gray_font_color h1.page-title:not(.r8_section_title),
.callout .r8_light_gray_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_light_gray_font_color h1.page-title:not(.r8_section_title), .callout .r8_light_gray_font_color h3:not(.r8_section_title), .callout .r8_light_gray_font_color h4:not(.r8_section_title), .callout .r8_light_gray_font_color h5:not(.r8_section_title), .callout .r8_light_gray_font_color h6:not(.r8_section_title) {
  color: #eaeaea;
}

.r8_dark_gray_font_color {
  color: #696969;
}
.r8_dark_gray_font_color p:not(.r8_section_title),
.r8_dark_gray_font_color h1:not(.r8_section_title),
.r8_dark_gray_font_color h2:not(.r8_section_title),
.r8_dark_gray_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title),
.woocommerce-order-received .entry-content .woocommerce .title .r8_dark_gray_font_color h3:not(.r8_section_title),
.r8_dark_gray_font_color .woocommerce h1.page-title:not(.r8_section_title),
.woocommerce .r8_dark_gray_font_color h1.page-title:not(.r8_section_title),
.r8_dark_gray_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .r8_dark_gray_font_color h1.page-title:not(.r8_section_title),
.r8_dark_gray_font_color h3:not(.r8_section_title),
.r8_dark_gray_font_color h4:not(.r8_section_title),
.r8_dark_gray_font_color h5:not(.r8_section_title),
.r8_dark_gray_font_color h6:not(.r8_section_title) {
  color: #696969;
}

.callout .r8_dark_gray_font_color {
  color: #696969;
}
.callout .r8_dark_gray_font_color p:not(.r8_section_title), .callout .r8_dark_gray_font_color h1:not(.r8_section_title), .callout .r8_dark_gray_font_color h2:not(.r8_section_title), .callout .r8_dark_gray_font_color .woocommerce-order-received .entry-content .woocommerce .title h3:not(.r8_section_title), .woocommerce-order-received .entry-content .woocommerce .title .callout .r8_dark_gray_font_color h3:not(.r8_section_title), .callout .r8_dark_gray_font_color .woocommerce h1.page-title:not(.r8_section_title), .woocommerce .callout .r8_dark_gray_font_color h1.page-title:not(.r8_section_title),
.callout .r8_dark_gray_font_color .woocommerce-page h1.page-title:not(.r8_section_title),
.woocommerce-page .callout .r8_dark_gray_font_color h1.page-title:not(.r8_section_title), .callout .r8_dark_gray_font_color h3:not(.r8_section_title), .callout .r8_dark_gray_font_color h4:not(.r8_section_title), .callout .r8_dark_gray_font_color h5:not(.r8_section_title), .callout .r8_dark_gray_font_color h6:not(.r8_section_title) {
  color: #696969;
}

.r8_float_content {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.r8_float_content.right_pos {
  right: 0;
}
.r8_float_content.left_pos {
  left: 0;
}
.r8_float_content.center_pos {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.r8_add_shadow {
  -webkit-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.75);
}

.r8_posts_section .r8_posts {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r8_posts_section .r8_posts.post-grid.one_column .r8_post {
  width: 100%;
}
.r8_posts_section .r8_posts.post-grid.one_column .post-grid-item {
  padding-right: 0;
}
.r8_posts_section .r8_posts.post-grid.two_column .r8_post {
  width: 50%;
  padding-right: 1px;
}
.r8_posts_section .r8_posts.post-grid.two_column .r8_post:nth-child(2n) .post-grid-item {
  padding-right: 0;
}
.r8_posts_section .r8_posts.post-grid.three_column .r8_post {
  width: 33.33%;
  padding-right: 1px;
}
.r8_posts_section .r8_posts.post-grid.three_column .r8_post:nth-child(3n) .post-grid-item {
  padding-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.post-grid.three_column .r8_post {
    width: 100%;
    padding-right: 0;
  }
}
.r8_posts_section .r8_posts.post-grid.four_column .r8_post {
  width: 25%;
  padding-right: 1px;
}
.r8_posts_section .r8_posts.post-grid.four_column .r8_post:nth-child(4n) .post-grid-item {
  padding-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.post-grid.four_column .r8_post {
    width: 50%;
    padding-right: 1px;
  }
  .r8_posts_section .r8_posts.post-grid.four_column .r8_post:nth-child(2n) {
    padding-right: 0;
  }
}
.r8_posts_section .r8_posts.post-grid.five_column .r8_post {
  width: 20%;
  padding-right: 1px;
}
.r8_posts_section .r8_posts.post-grid.five_column .r8_post:nth-child(5n) .post-grid-item {
  padding-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.post-grid.five_column .r8_post {
    width: 50%;
    padding-right: 1px;
  }
  .r8_posts_section .r8_posts.post-grid.five_column .r8_post:nth-child(2n) {
    padding-right: 0;
  }
}
.r8_posts_section .r8_posts.post-grid.six_column .r8_post {
  width: 16.67%;
  padding-right: 1px;
}
.r8_posts_section .r8_posts.post-grid.six_column .r8_post:nth-child(6n) .post-grid-item {
  padding-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.post-grid.six_column .r8_post {
    width: 50%;
    padding-right: 1px;
  }
  .r8_posts_section .r8_posts.post-grid.six_column .r8_post:nth-child(2n) {
    padding-right: 0;
  }
}
.r8_posts_section .r8_posts.post-grid .r8_post {
  margin: 0;
  width: 100%;
  padding: 0;
  box-shadow: none;
}
.r8_posts_section .r8_posts.post-grid .post-grid-item {
  padding-right: 0;
  padding-bottom: 1px;
  display: block;
  position: relative;
  height: 100%;
}
.r8_posts_section .r8_posts.post-grid .post-grid-item figure {
  height: 100%;
}
.r8_posts_section .r8_posts.post-grid .post-grid-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.r8_posts_section .r8_posts.post-grid .post-grid-item a:hover .post-grid-overlay, .r8_posts_section .r8_posts.post-grid .post-grid-item a:focus .post-grid-overlay,
.r8_posts_section .r8_posts.post-grid .post-grid-item a .focus .post-grid-overlay {
  opacity: 1;
}
.r8_posts_section .r8_posts.post-grid .post-grid-item .post-grid-overlay {
  font-size: 0.75rem;
  height: 100%;
  transition: opacity .25s ease-in-out;
  background-color: rgba(17, 17, 17, 0.75);
  text-align: left;
  color: #ffffff;
  padding: 20px 30px 30px 20px;
  position: relative;
  opacity: 0;
  z-index: 2;
}
.r8_posts_section .r8_posts.post-grid .post-grid-item .post-grid-image {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.r8_posts_section .r8_posts.post-grid .post-grid-item .post-grid-image img {
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@supports (object-fit: cover) {
  .r8_posts_section .r8_posts.post-grid .post-grid-item .post-grid-image img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transform: none;
  }
}
.r8_posts_section .r8_posts.post-grid .post-grid-item .post-grid-heading {
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
.r8_posts_section .r8_posts .post_box_details {
  width: 100%;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post:last-child {
  margin-right: 0;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post:nth-child(1n) {
  margin-right: 0;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post:nth-child(1n+1) {
  clear: left;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post:first-child {
  margin-top: 0;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a {
    display: block;
  }
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_thumbnail:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_thumbnail {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_thumbnail:last-child {
    margin-right: 0;
  }
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_content {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_content.has_thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 78.67549%;
}
.r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_content.has_thumbnail:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_content.has_thumbnail {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .r8_posts_section .r8_posts.one_column:not(.post-grid) .r8_post > a .post_content.has_thumbnail:last-child {
    margin-right: 0;
  }
}
.r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:last-child {
  margin-right: 0;
}
.r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:nth-child(2n) {
  margin-right: 0;
}
.r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:nth-child(2n+1) {
  clear: left;
}
.r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:nth-child(-n+2) {
    margin-top: 15px;
  }
}
.r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:last-child {
  margin-right: 0;
}
.r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:nth-child(3n) {
  margin-right: 0;
}
.r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:nth-child(3n+1) {
  clear: left;
}
.r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:nth-child(-n+3) {
    margin-top: 15px;
  }
}
.r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:last-child {
  margin-right: 0;
}
.r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(4n) {
  margin-right: 0;
}
.r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(4n+1) {
  clear: left;
}
.r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(-n+4) {
  margin-top: 0;
}
.r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post .post_title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-top: 15px;
  }
  .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:last-child {
    margin-right: 0;
  }
  .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(2n) {
    margin-right: 0;
  }
  .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(2n+1) {
    clear: left;
  }
  .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(-n+4) {
    margin-top: 15px;
  }
  .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(-n+3) {
    margin-top: 15px;
  }
}
.r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.11388%;
}
.r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:last-child {
  margin-right: 0;
}
.r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(5n) {
  margin-right: 0;
}
.r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(5n+1) {
  clear: left;
}
.r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(-n+5) {
  margin-top: 0;
}
.r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post .post_title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-top: 15px;
  }
  .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:last-child {
    margin-right: 0;
  }
  .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(2n) {
    margin-right: 0;
  }
  .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(2n+1) {
    clear: left;
  }
  .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(-n+5) {
    margin-top: 15px;
  }
  .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(-n+3) {
    margin-top: 15px;
  }
}
.r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:last-child {
  margin-right: 0;
}
.r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(6n) {
  margin-right: 0;
}
.r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(6n+1) {
  clear: left;
}
.r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(-n+6) {
  margin-top: 0;
}
.r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post .post_title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    margin-top: 15px;
  }
  .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:last-child {
    margin-right: 0;
  }
  .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(2n) {
    margin-right: 0;
  }
  .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(2n+1) {
    clear: left;
  }
  .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(-n+6) {
    margin-top: 15px;
  }
  .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(-n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 626px) {
  .r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post, .r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post, .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post, .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post, .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 314.84594%;
    margin-top: 15px;
  }
  .r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:last-child, .r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:last-child, .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:last-child, .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:last-child, .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:last-child {
    margin-right: 0;
  }
  .r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:nth-child(1n), .r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:nth-child(1n), .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(1n), .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(1n), .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(1n) {
    margin-right: 0;
  }
  .r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:nth-child(1n+1), .r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:nth-child(1n+1), .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:nth-child(1n+1), .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:nth-child(1n+1), .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:nth-child(1n+1) {
    clear: left;
  }
  .r8_posts_section .r8_posts.two_column:not(.post-grid) .r8_post:first-child, .r8_posts_section .r8_posts.three_column:not(.post-grid) .r8_post:first-child, .r8_posts_section .r8_posts.four_column:not(.post-grid) .r8_post:first-child, .r8_posts_section .r8_posts.five_column:not(.post-grid) .r8_post:first-child, .r8_posts_section .r8_posts.six_column:not(.post-grid) .r8_post:first-child {
    margin-top: 0;
  }
}
.r8_posts_section .r8_post {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.r8_posts_section .r8_post .content_post_box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%;
  height: 100%;
}
.r8_posts_section .r8_post .post_box_cta {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  width: 100%;
}
.r8_posts_section .r8_post .post_thumbnail a:hover img, .r8_posts_section .r8_post .post_thumbnail a:focus img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.r8_posts_section .r8_post .post_content {
  border-top: none;
  text-align: center;
  padding: 20px;
}
.r8_posts_section .r8_post .post_content > :first-child {
  margin-top: 0;
}
.r8_posts_section .r8_post .post_thumbnail img {
  width: 100%;
}
.r8_posts_section .r8_post .post_title {
  margin: 0;
  display: block;
}
.r8_posts_section .r8_post .post_title h5 {
  margin: 0;
}
.r8_posts_section .r8_post .post_excerpt {
  margin: 1em 0;
}
.r8_posts_section .r8_post .post_excerpt p:first-child {
  margin: 0;
}

.r8_video_section .outer_bg_video_container {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.r8_video_section .r8_bg_video_container {
  position: relative;
}
.r8_video_section .r8_bg_video_container:after {
  clear: both;
  content: "";
  display: table;
}
.r8_video_section .r8_bg_video_container .video_copy.left_pos {
  float: left;
}
.r8_video_section .r8_bg_video_container .video_copy.right_pos {
  float: right;
}
.r8_video_section .r8_bg_video_container .video_copy.center_pos {
  margin: 0 auto;
}
@media screen and (max-width: 626px) {
  .r8_video_section .r8_bg_video_container .video_copy {
    width: 90%;
  }
}
.r8_video_section .bg_video_box {
  width: 100%;
}
.r8_video_section .bg_video_container {
  position: relative;
  width: 100%;
}
.r8_video_section .bg_video {
  min-width: 100%;
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.r8_video_section .r8_pop_up_poster_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
.r8_video_section .r8_pop_up_poster_wrapper .r8_play_btn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r8_video_section .r8_pop_up_poster_wrapper .video_poster {
  width: 100%;
}

.em_video {
  max-width: 720px;
  margin: auto;
  text-align: center;
}
.em_video iframe {
  max-width: 100%;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.r8_pop_up_video {
  padding: 25px;
  background-color: #000000;
}
.r8_pop_up_video .em_video {
  width: 80vw;
}

.pricing_plans ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing_plans .plans:after {
  clear: both;
  content: "";
  display: table;
}
.pricing_plans .plans.column_4 .pricing_plan {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.pricing_plans .plans.column_4 .pricing_plan:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .pricing_plans .plans.column_4 .pricing_plan {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-bottom: 20px;
  }
  .pricing_plans .plans.column_4 .pricing_plan:last-child {
    margin-right: 0;
  }
  .pricing_plans .plans.column_4 .pricing_plan:last-child {
    margin-bottom: 0;
  }
}
.pricing_plans .plans.column_3 .pricing_plan {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.pricing_plans .plans.column_3 .pricing_plan:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .pricing_plans .plans.column_3 .pricing_plan {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-bottom: 20px;
  }
  .pricing_plans .plans.column_3 .pricing_plan:last-child {
    margin-right: 0;
  }
  .pricing_plans .plans.column_3 .pricing_plan:last-child {
    margin-bottom: 0;
  }
}
.pricing_plans .plans .pricing_plan {
  background-color: #F5F5F5;
  border: 1px solid #D4D4D4;
}
.pricing_plans .plans .pricing_plan.featured {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 626px) {
  .pricing_plans .plans .pricing_plan.featured {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.pricing_plans .plans .pricing_plan.light {
  font-weight: 300;
}
.pricing_plans .plans .pricing_plan.normal {
  font-weight: 400;
}
.pricing_plans .plans .pricing_plan.bold {
  font-weight: 700;
}
.pricing_plans .plans .pricing_plan .plan_header {
  padding: 20px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #D4D4D4;
}
.pricing_plans .plans .pricing_plan .plan_header .plan_title {
  font-size: 22px;
}
.pricing_plans .plans .pricing_plan .plan_header .plan_price {
  font-size: 53px;
}
.pricing_plans .plans .pricing_plan .plan_header .billing_frequency {
  font-size: 18px;
}
.pricing_plans .plans .pricing_plan .plan_footer {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #D4D4D4;
}
.pricing_plans .plans .pricing_plan .plan_footer a {
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
}
.pricing_plans .plans .pricing_plan ul {
  width: 100%;
}
.pricing_plans .plans .pricing_plan ul li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 15px;
  border-top: 1px solid #D4D4D4;
}
@media screen and (max-width: 626px) {
  .pricing_plans .plans .pricing_plan ul li {
    font-size: 14px;
    padding: 16px;
  }
}
.pricing_plans .plans .pricing_plan ul li:first-child:before {
  content: none;
}
.pricing_plans .plans .pricing_plan ul li p {
  margin: 0;
}
.pricing_plans .plans .plan_options {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  background-color: #ffffff;
  border: 1px solid #D4D4D4;
  display: none;
}
.pricing_plans .plans .plan_options:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .pricing_plans .plans .plan_options {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    display: block;
  }
  .pricing_plans .plans .plan_options:last-child {
    margin-right: 0;
  }
}
.pricing_plans .plans .plan_options:first-of-type {
  display: block;
}
.pricing_plans .plans .plan_options .plan_header {
  text-align: center;
  padding: 67px;
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 626px) {
  .pricing_plans .plans .plan_options .plan_header {
    padding: 67px 0;
  }
}
.pricing_plans .plans .plan_options ul {
  width: 100%;
}
.pricing_plans .plans .plan_options ul li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  text-align: center;
  border-top: 1px solid #D4D4D4;
  font-size: 16px;
  padding: 15px;
}
@media screen and (max-width: 626px) {
  .pricing_plans .plans .plan_options ul li {
    font-size: 14px;
    padding: 16px;
  }
}
.pricing_plans .plans .plan_options ul li:first-child {
  border-top: none;
}
.pricing_plans.light .pricing_plan.featured {
  background-color: #ffffff;
}
.pricing_plans.light .pricing_plan .plan_header {
  border-bottom: 0;
  position: relative;
}
.pricing_plans.light .pricing_plan .plan_header:after {
  content: '';
  height: 1px;
  width: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #D4D4D4;
  left: 50%;
  transform: translateX(-50%);
}
.pricing_plans.light .pricing_plan ul li {
  border-top: 0;
  position: relative;
}
.pricing_plans.light .pricing_plan ul li:before {
  content: '';
  height: 1px;
  width: 80%;
  display: block;
  background-color: #D4D4D4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pricing_plans.light .pricing_plan ul li:first-child:before {
  content: none;
}
.pricing_plans.light .pricing_plan .plan_footer {
  border-top: 0;
  position: relative;
}
.pricing_plans.light .pricing_plan .plan_footer:before {
  content: '';
  height: 1px;
  width: 80%;
  display: block;
  background-color: #D4D4D4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pricing_plans.header_color .pricing_plan .plan_header .plan_title {
  color: #ffffff !important;
}
.pricing_plans.header_color .pricing_plan .plan_header .plan_price {
  color: #ffffff !important;
}
.pricing_plans.header_color .pricing_plan .plan_header .billing_frequency {
  color: #ffffff !important;
}
.pricing_plans.header_color .pricing_plan li:nth-child(odd) {
  background-color: #ffffff;
}
.pricing_plans.side_display .plans.column_3 .pricing_plan, .pricing_plans.side_display .plans.column_4 .pricing_plan {
  border-color: #ffffff !important;
}
@media screen and (max-width: 626px) {
  .pricing_plans.side_display .plans.column_3 .pricing_plan, .pricing_plans.side_display .plans.column_4 .pricing_plan {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
    margin-right: 0;
  }
  .pricing_plans.side_display .plans.column_3 .pricing_plan:last-child, .pricing_plans.side_display .plans.column_4 .pricing_plan:last-child {
    margin-right: 0;
  }
}
.pricing_plans.side_display .plans.column_3 .pricing_plan .plan_header, .pricing_plans.side_display .plans.column_4 .pricing_plan .plan_header {
  border-color: #ffffff !important;
}
.pricing_plans.side_display .plans.column_3 .pricing_plan .plan_header .plan_title, .pricing_plans.side_display .plans.column_4 .pricing_plan .plan_header .plan_title {
  color: #ffffff !important;
}
.pricing_plans.side_display .plans.column_3 .pricing_plan .plan_header .plan_price, .pricing_plans.side_display .plans.column_4 .pricing_plan .plan_header .plan_price {
  color: #ffffff !important;
}
.pricing_plans.side_display .plans.column_3 .pricing_plan .plan_header .billing_frequency, .pricing_plans.side_display .plans.column_4 .pricing_plan .plan_header .billing_frequency {
  color: #ffffff !important;
}
.pricing_plans.side_display .plans.column_3 .pricing_plan .plan_footer, .pricing_plans.side_display .plans.column_4 .pricing_plan .plan_footer {
  border-color: #ffffff !important;
}
.pricing_plans.side_display .plans.column_3 .pricing_plan .plan_footer a, .pricing_plans.side_display .plans.column_4 .pricing_plan .plan_footer a {
  background-color: #ffffff;
}
.pricing_plans.side_display .plans.column_3 .pricing_plan li, .pricing_plans.side_display .plans.column_4 .pricing_plan li {
  border-color: #ffffff !important;
  color: #ffffff;
}

.r8_flexible_content_section .r8-section-bg.r8-vid-bg {
  overflow: hidden;
}
.r8_flexible_content_section .r8-section-bg.r8-vid-bg .hero_embed_video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.r8_shortcode_section .shortcode_container {
  width: 100%;
}

.r8_flexible_content_section .r8_section_title, .r8_slider_hero_container .r8_section_title {
  text-align: center;
}
.r8_flexible_content_section .slick-slider .slick-next, .r8_flexible_content_section .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-prev {
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  width: 30px;
  height: 50px;
  width: 50px;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.6);
  color: var(--color-primary);
  font-size: 20px;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
  margin-top: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.r8_flexible_content_section .slick-slider .slick-next:before, .r8_flexible_content_section .slick-slider .slick-prev:before, .r8_slider_hero_container .slick-slider .slick-next:before, .r8_slider_hero_container .slick-slider .slick-prev:before {
  display: none;
}
.r8_flexible_content_section .slick-slider .slick-next:hover, .r8_flexible_content_section .slick-slider .slick-prev:hover, .r8_slider_hero_container .slick-slider .slick-next:hover, .r8_slider_hero_container .slick-slider .slick-prev:hover {
  opacity: 1;
}
.r8_flexible_content_section .slick-slider .slick-next i, .r8_flexible_content_section .slick-slider .slick-prev i, .r8_slider_hero_container .slick-slider .slick-next i, .r8_slider_hero_container .slick-slider .slick-prev i {
  font-size: 20px;
}
@media screen and (max-width: 626px) {
  .r8_flexible_content_section .slick-slider .slick-next, .r8_flexible_content_section .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-prev {
    height: 35px;
    width: 35px;
    font-size: 16px;
  }
  .r8_flexible_content_section .slick-slider .slick-next i, .r8_flexible_content_section .slick-slider .slick-prev i, .r8_slider_hero_container .slick-slider .slick-next i, .r8_slider_hero_container .slick-slider .slick-prev i {
    font-size: 16px;
  }
}
.r8_flexible_content_section .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
  padding-left: 3px;
  right: 0px;
}
@media screen and (max-width: 1280px) {
  .r8_flexible_content_section .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
    right: 0;
  }
}
.r8_flexible_content_section .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
  left: 0px;
}
@media screen and (max-width: 1280px) {
  .r8_flexible_content_section .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
    left: 0;
  }
}
.r8_flexible_content_section .slick-slider .slick-slide, .r8_slider_hero_container .slick-slider .slick-slide {
  outline: none;
}
.r8_flexible_content_section .slick-slider .slick-dots li, .r8_slider_hero_container .slick-slider .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0px 8px;
}
.r8_flexible_content_section .slick-slider .slick-dots li.slick-active button, .r8_slider_hero_container .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.r8_flexible_content_section .slick-slider .slick-dots li button, .r8_slider_hero_container .slick-slider .slick-dots li button {
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  opacity: 0.5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
}
.r8_flexible_content_section .slick-slider .slick-dots li button:before, .r8_slider_hero_container .slick-slider .slick-dots li button:before {
  display: none;
}

.r8_flexible_content_section.full_width_slider .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
  left: calc(50% - 590px);
}
@media screen and (max-width: 1280px) {
  .r8_flexible_content_section.full_width_slider .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .r8_flexible_content_section.full_width_slider .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
    left: 30px;
  }
}
@media screen and (max-width: 626px) {
  .r8_flexible_content_section.full_width_slider .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
    left: 20px;
  }
}
.r8_flexible_content_section.full_width_slider .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
  right: calc(50% - 590px);
}
@media screen and (max-width: 1280px) {
  .r8_flexible_content_section.full_width_slider .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .r8_flexible_content_section.full_width_slider .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
    right: 30px;
  }
}
@media screen and (max-width: 626px) {
  .r8_flexible_content_section.full_width_slider .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
    right: 20px;
  }
}
.r8_flexible_content_section.full_width_slider .slick-slider .slick-dots, .r8_slider_hero_container .slick-slider .slick-dots {
  padding: 0 30px;
}

.r8_max_width {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.r8-section-intro-copy {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.r8_flexible_content_section,
.r8_hero_container {
  position: relative;
}
.r8_flexible_content_section .r8_container,
.r8_flexible_content_section .r8_hero_content,
.r8_hero_container .r8_container,
.r8_hero_container .r8_hero_content {
  position: relative;
  z-index: 2;
}

.r8_flexible_content_section .r8-section-bg,
.r8_hero .r8-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@supports (object-fit: cover) {
  .r8_flexible_content_section .r8-section-bg video,
  .r8_flexible_content_section .r8-section-bg img,
  .r8_hero .r8-section-bg video,
  .r8_hero .r8-section-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@supports not (object-fit: cover) {
  .r8_flexible_content_section .r8-section-bg video,
  .r8_flexible_content_section .r8-section-bg img,
  .r8_hero .r8-section-bg video,
  .r8_hero .r8-section-bg img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.r8_flexible_content_section .r8-section-bg .bg_overlay,
.r8_hero .r8-section-bg .bg_overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.r8-vid-yt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.r8-vid-yt .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  margin: auto;
  transition: opacity .5s;
}
.r8-vid-yt .screen.active {
  opacity: 1;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.archive .archive_hero .archive_category_title, .blog .archive_hero .archive_category_title, .page-template-template-archive .archive_hero .archive_category_title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.archive .page-header-archive, .blog .page-header-archive, .page-template-template-archive .page-header-archive {
  padding-top: 40px;
}
.archive .featured_post > a, .blog .featured_post > a, .page-template-template-archive .featured_post > a {
  color: inherit;
}
.archive .r8_page_content.r8-no-sidebar .r8_posts.r8_featured_posts.row_layout.one_column, .blog .r8_page_content.r8-no-sidebar .r8_posts.r8_featured_posts.row_layout.one_column, .page-template-template-archive .r8_page_content.r8-no-sidebar .r8_posts.r8_featured_posts.row_layout.one_column {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.archive .archive_content, .blog .archive_content, .page-template-template-archive .archive_content {
  width: 100%;
  padding: 60px 0;
}
.archive .archive_content:after, .blog .archive_content:after, .page-template-template-archive .archive_content:after {
  clear: both;
  content: "";
  display: table;
}
.archive .archive_content.archive_has_hero_content, .blog .archive_content.archive_has_hero_content, .page-template-template-archive .archive_content.archive_has_hero_content {
  padding-top: 40px;
}
.archive .archive_content .r8_flexible_content_section:first-child, .blog .archive_content .r8_flexible_content_section:first-child, .page-template-template-archive .archive_content .r8_flexible_content_section:first-child {
  padding-top: 0;
}
.archive .archive_content .r8_flexible_content_section:last-child, .blog .archive_content .r8_flexible_content_section:last-child, .page-template-template-archive .archive_content .r8_flexible_content_section:last-child {
  padding-bottom: 0;
}
.archive .archive_content .r8_posts, .blog .archive_content .r8_posts, .page-template-template-archive .archive_content .r8_posts {
  margin-top: 0;
}
.archive .archive_content #secondary, .blog .archive_content #secondary, .page-template-template-archive .archive_content #secondary {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .archive .archive_content #secondary, .blog .archive_content #secondary, .page-template-template-archive .archive_content #secondary {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .archive .archive_content #secondary .widget_search, .blog .archive_content #secondary .widget_search, .page-template-template-archive .archive_content #secondary .widget_search {
    display: none;
  }
}
.archive .archive_content #secondary .widget-title, .blog .archive_content #secondary .widget-title, .page-template-template-archive .archive_content #secondary .widget-title {
  font-size: 20px;
}
.archive .archive_content #secondary ul, .blog .archive_content #secondary ul, .page-template-template-archive .archive_content #secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive .archive_content #secondary ul li, .blog .archive_content #secondary ul li, .page-template-template-archive .archive_content #secondary ul li {
  line-height: 1.2;
  margin-bottom: 10px;
}
.archive .r8_posts_section .r8_posts.row_layout.one_column .r8_post, .blog .r8_posts_section .r8_posts.row_layout.one_column .r8_post, .page-template-template-archive .r8_posts_section .r8_posts.row_layout.one_column .r8_post {
  text-align: inherit;
}
.archive .r8_posts_section .r8_posts.row_layout.one_column .r8_post > a .post_content, .blog .r8_posts_section .r8_posts.row_layout.one_column .r8_post > a .post_content, .page-template-template-archive .r8_posts_section .r8_posts.row_layout.one_column .r8_post > a .post_content {
  padding: 0;
  text-align: inherit;
  max-width: 100%;
}

.home #home-first-column .column_wysiwig p:first-of-type {
  margin: 0;
}

.boxed_templpage_wrap {
  height: 100vh;
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 950px) {
  .boxed_templpage_wrap {
    height: auto;
    background-size: 0 0;
    background-image: none;
  }
}

.page-template-page-boxed_templpage {
  overflow-x: hidden;
}
@media screen and (max-width: 950px) {
  .page-template-page-boxed_templpage {
    overflow: auto;
  }
}

.boxed_templpage {
  height: 100%;
  overflow: hidden;
}
.boxed_templpage .half {
  display: block;
  width: 49%;
  float: left;
  height: 100%;
}
.boxed_templpage .half.left {
  background-position: center;
  background-size: cover;
  background-repeat: none;
  width: 51%;
  padding: 25px;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .half.left {
    width: 100%;
    height: 100vh;
  }
}
.boxed_templpage .half.right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: slideFromRight;
  -moz-animation-name: slideFromRight;
  animation-name: slideFromRight;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .half.right {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    height: auto;
    float: none;
    width: 100%;
  }
}
.boxed_templpage .boxed_templ_left_header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.boxed_templpage .right_half_sections {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  height: calc(100% - 82px);
}
@media screen and (max-width: 950px) {
  .boxed_templpage .right_half_sections {
    height: auto;
  }
}
.boxed_templpage .boxed_templpage_m_menu_icon {
  display: none;
  height: 24px;
  position: relative;
  width: 32px;
}
.boxed_templpage .boxed_templpage_m_menu_icon span {
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
}
.boxed_templpage .boxed_templpage_m_menu_icon:after, .boxed_templpage .boxed_templpage_m_menu_icon:before {
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  content: '';
  position: absolute;
}
.boxed_templpage .boxed_templpage_m_menu_icon:after {
  top: 10px;
}
.boxed_templpage .boxed_templpage_m_menu_icon:before {
  top: 20px;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .boxed_templpage_m_menu_icon {
    display: block;
  }
}
.boxed_templpage .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 626px) {
  .boxed_templpage .logo {
    max-width: calc( 100% - 100px);
  }
}
.boxed_templpage .boxed_templpage_content p {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.15;
  margin: 0 0 20px 0;
}
.boxed_templpage .boxed_templpage_content p:last-child {
  margin: 0px;
}
.boxed_templpage .boxed_templpage_content a {
  line-height: 1;
  display: inline-block;
  margin: 15px 0 0;
}
.boxed_templpage .section_content_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px 15px;
  line-height: 1.25;
  color: #ffffff;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .section_content_wrapper {
    padding: 20px 10px 40px;
    height: auto;
    min-height: 100%;
  }
}
.boxed_templpage .section_content_wrapper .section_content {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.boxed_templpage .section_image {
  width: 100%;
  height: 50%;
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .section_image {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.boxed_templpage .section_image img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.boxed_templpage .section_wrap:after {
  clear: both;
  content: "";
  display: table;
}
.boxed_templpage .section {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.boxed_templpage .section img {
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .section img {
    height: auto;
  }
}
.boxed_templpage .section .wrapper_link {
  display: block;
  width: 100%;
  height: 100%;
}
.boxed_templpage .section .wrapper_link img {
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .section .wrapper_link {
    height: auto;
  }
}
.boxed_templpage .section .section_content {
  width: 100%;
  font-size: 16px;
}
.boxed_templpage .section .section_content h4 {
  font-size: 20px;
  line-height: 1.35;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0px;
}
.boxed_templpage .section .section_content h4:after {
  content: '';
  height: 1px;
  background-color: #ffffff;
  opacity: .5;
  width: 50%;
  margin: 4px auto 4px;
  display: block;
}
.boxed_templpage .section .section_content p {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
}
.boxed_templpage .section_1 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 35%;
}
.boxed_templpage .section_1 img {
  display: block;
  width: auto;
}
.boxed_templpage .section_3 img {
  margin: 0;
}
.boxed_templpage .center_section {
  height: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .center_section {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
}
.boxed_templpage .section_2, .boxed_templpage .section_3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .section_2, .boxed_templpage .section_3 {
    width: 100%;
    height: auto;
  }
}
.boxed_templpage .section_4 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 20%;
}
.boxed_templpage .section_4 .wrapper_link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.boxed_templpage .section_4 h3 {
  margin: 0;
}
.boxed_templpage .section_1, .boxed_templpage .section_2, .boxed_templpage .section_3, .boxed_templpage .section_4 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .boxed_templpage .section_1, .boxed_templpage .section_2, .boxed_templpage .section_3, .boxed_templpage .section_4 {
    min-height: 50vw;
    height: auto;
  }
}
@media screen and (max-width: 626px) {
  .boxed_templpage .section_1, .boxed_templpage .section_2, .boxed_templpage .section_3, .boxed_templpage .section_4 {
    min-height: 70vw;
  }
}

@keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.header_boxed_templ {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 30px;
  position: relative;
  width: 100%;
}
.header_boxed_templ:after {
  clear: both;
  content: "";
  display: table;
}
.header_boxed_templ.outer_header_boxed_templ {
  background-color: transparent;
  padding: 0;
}
.header_boxed_templ.outer_header_boxed_templ .top_header_search_form {
  width: 100%;
}
.header_boxed_templ.d_header_boxed_templ {
  height: 82px;
}
@media screen and (max-width: 950px) {
  .header_boxed_templ.d_header_boxed_templ {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .header_boxed_templ .header_search {
    display: none;
  }
}
.header_boxed_templ .header_search .search_icon {
  padding: 30px 0px 30px 10px;
}
.header_boxed_templ .header_search i {
  cursor: pointer;
  color: #ffffff;
}
.header_boxed_templ .header_search_form {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0px;
  display: none;
}
@media screen and (max-width: 850px) {
  .header_boxed_templ .header_search_form {
    display: none;
  }
}
.header_boxed_templ .header_search_form .search-form {
  background-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  margin: 0;
}
.header_boxed_templ .header_search_form .search-form input[type="search"] {
  padding: 10px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0;
  outline: none;
}
.header_boxed_templ .header_search_form .search-form input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.header_boxed_templ .header_search_form .search-form input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.header_boxed_templ .header_search_form .search-form input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.header_boxed_templ .header_search_form .search-form input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.header_boxed_templ .header_search_form .search-form .search-submit {
  display: none;
}
.header_boxed_templ .header_search_form.search_open {
  top: 100%;
  opacity: 1;
  z-index: 1;
}
.header_boxed_templ .login_link {
  padding-right: 10px;
  color: #ffffff;
}
.header_boxed_templ .login_link span, .header_boxed_templ .login_link a {
  color: #ffffff;
}
.header_boxed_templ .menu_wrapper {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  float: left;
  width: auto;
}
.header_boxed_templ .menu_wrapper .primary_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_boxed_templ .menu_wrapper .primary_menu > li {
  display: inline-block;
  padding: 30px 25px 30px 0;
}
.header_boxed_templ .menu_wrapper .primary_menu > li a {
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .header_boxed_templ .menu_wrapper .primary_menu > li a {
    font-size: 15px;
  }
}
.header_boxed_templ .menu_wrapper .primary_menu ul {
  top: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.header_boxed_templ .menu_wrapper .primary_menu ul li a {
  padding: 5px 10px;
}
.header_boxed_templ .cart_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  float: right;
}
@media screen and (max-width: 1000px) {
  .header_boxed_templ .cart_wrapper {
    font-size: 15px;
  }
}
.header_boxed_templ .cart_wrapper .r8_cart {
  padding-right: 20px;
  float: left;
}
.header_boxed_templ .cart_wrapper .r8_cart a {
  color: #ffffff;
}
.header_boxed_templ .cart_wrapper .search {
  float: left;
}
.header_boxed_templ .cart_wrapper .search i {
  color: #ffffff;
}
.header_boxed_templ .cart_wrapper .search_icon {
  color: #ffffff;
}
.header_boxed_templ .header_search_form {
  right: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.boxed_templ_contents {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: calc(100% - 55px);
  overflow: hidden;
}

.footer_boxed_templ {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: rgba(66, 66, 66, 0.75);
  bottom: 0;
  width: 100%;
  padding: 12px 0;
  min-height: 55px;
}
@media screen and (max-width: 950px) {
  .footer_boxed_templ {
    position: static;
  }
}
.footer_boxed_templ .container:after {
  clear: both;
  content: "";
  display: table;
}
.footer_boxed_templ .container.boxed_templ_footer_container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  max-width: none;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .footer_boxed_templ .container.boxed_templ_footer_container {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer_boxed_templ .left, .footer_boxed_templ .right, .footer_boxed_templ .center {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer_boxed_templ .left, .footer_boxed_templ .right, .footer_boxed_templ .center {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
}
.footer_boxed_templ .left a, .footer_boxed_templ .right a, .footer_boxed_templ .center a {
  color: #ffffff;
}
.footer_boxed_templ .left a i, .footer_boxed_templ .right a i, .footer_boxed_templ .center a i {
  color: #ffffff;
}
.footer_boxed_templ .left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  font-size: 17px;
}
.footer_boxed_templ .left:last-child {
  margin-right: 0;
}
.footer_boxed_templ .left a {
  padding-right: 10px;
  display: inline-block;
}
.footer_boxed_templ .left a:first-child {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .footer_boxed_templ .left {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .footer_boxed_templ .left:last-child {
    margin-right: 0;
  }
}
.footer_boxed_templ .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right;
  margin-right: 0;
  font-size: 13px;
  text-align: right;
}
.footer_boxed_templ .right:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer_boxed_templ .right {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    text-align: center;
  }
  .footer_boxed_templ .right:last-child {
    margin-right: 0;
  }
}
.footer_boxed_templ .center {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  font-size: 17px;
  text-align: center;
}
.footer_boxed_templ .center:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer_boxed_templ .center {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .footer_boxed_templ .center:last-child {
    margin-right: 0;
  }
}
.footer_boxed_templ .boxed_templ_footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_boxed_templ .boxed_templ_footer_menu li {
  margin: 5px;
  display: inline-block;
}

.single .single_hero .single_category_title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 38px;
}
.single .entry-header.r8-post-title {
  padding: 40px 0;
}
.single .entry-header.r8-post-title .entry-title {
  margin: 0;
}
.single .single_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 40px 0;
}
.single .single_content:last-child {
  margin-right: 0;
}
.single .single_content.r8-no-sidebar {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
.single .single_content.r8-no-sidebar.full_width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.single .single_content.r8-no-top-content-padding {
  padding-top: 0;
}
.single .single_content #primary .r8_flexible_content_section > :first-child {
  padding-top: 0;
}
.single .single_content #primary article .entry-title {
  font-size: 28px;
  margin: 0;
  margin-bottom: 0.5em;
}
.single .single_content #primary article .entry-content {
  margin: 0;
}
.single .single_content #primary article .entry-content:after {
  clear: both;
  content: "";
  display: table;
}

.search_page .r8_hero .title_404 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}
.search_page .page-header-search {
  padding: 40px 0 0;
}
.search_page .search_content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 40px 0;
}
.search_page .search_content:last-child {
  margin-right: 0;
}
.search_page .search_content #primary article {
  margin-bottom: 40px;
}
.search_page .search_content #primary article:after {
  clear: both;
  content: "";
  display: table;
}
.search_page .search_content #primary article > a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}
@media screen and (max-width: 626px) {
  .search_page .search_content #primary article > a {
    display: block;
  }
}
.search_page .search_content #primary article .post_thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
}
.search_page .search_content #primary article .post_thumbnail:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .search_page .search_content #primary article .post_thumbnail {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .search_page .search_content #primary article .post_thumbnail:last-child {
    margin-right: 0;
  }
}
.search_page .search_content #primary article .post_thumbnail img {
  width: 100%;
}
.search_page .search_content #primary article .post_content {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}
.search_page .search_content #primary article .post_content > :first-child {
  margin-top: 0;
}
.search_page .search_content #primary article .post_content > :last-child {
  margin-bottom: 0;
}
.search_page .search_content #primary article .post_content.has_thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 78.67549%;
}
.search_page .search_content #primary article .post_content.has_thumbnail:last-child {
  margin-right: 0;
}
@media screen and (max-width: 626px) {
  .search_page .search_content #primary article .post_content.has_thumbnail {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .search_page .search_content #primary article .post_content.has_thumbnail:last-child {
    margin-right: 0;
  }
}
.search_page .search_content #primary .entry-title {
  margin: 0;
}
.search_page .search_content #primary .entry-summary {
  margin-top: 5px;
}
.search_page .search_content #primary .entry-summary > :first-child {
  margin-top: 0;
}
.search_page .search_content #primary .entry-summary > :last-child {
  margin-bottom: 0;
}
.search_page .search_content #primary .page-title {
  font-size: 28px;
  margin: 0;
  font-weight: 300;
}
.search_page .search_content #primary .page-content {
  margin: 0;
}
.search_page .search_content #primary .page-content p {
  margin: 0 0 30px;
}
.search_page .search_content #secondary {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .search-no-results .widget_search {
    display: none;
  }
}

.page_404 .r8_hero .title_404 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}
.page_404 .page-header-404 {
  padding: 40px 0 0px;
}
.page_404 .content_404 {
  width: 100%;
  padding: 40px 0;
}
.page_404 .content_404:after {
  clear: both;
  content: "";
  display: table;
}
.page_404 .content_404 #primary .error-404 .page-title {
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5em;
}
.page_404 .content_404 #primary .error-404 .page-content {
  margin: 0;
}
.page_404 .content_404 #primary .error-404 .page-content p {
  margin: 0 0 30px;
}
.page_404 .content_404 #secondary {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page_404 .content_404 #secondary {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page_404 .content_404 #secondary .widget_search {
    display: none;
  }
}
.page_404 .content_404 #secondary .widget-title {
  font-size: 20px;
}
.page_404 .content_404 #secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page_404 .content_404 #secondary ul li {
  line-height: 1.2;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  font-size: 15px;
  margin: 13px;
  margin-left: 0;
  background-color: var(--color-primary);
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: white;
  padding: 8px 20px;
  box-shadow: none;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 700;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  opacity: 0.7;
}
button:active, button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  opacity: 0.9;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  padding: 5px 4px !important;
}
select:not([multiple]) {
  padding-right: 20px !important;
  background-image: url("./assets/dist/images/select_down.png");
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

select:not([multiple]) option {
  color: black;
  background-color: white;
}

select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 5px 4px;
}

textarea {
  padding-left: 5px 4px;
  width: 100%;
}

#content .search-form, .top_header_search_form .search-form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 626px) {
  #content .search-form, .top_header_search_form .search-form {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
}
#content .search-form label, .top_header_search_form .search-form label {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#content .search-form .search-field, .top_header_search_form .search-form .search-field {
  width: 100%;
}
@media screen and (max-width: 626px) {
  #content .search-form .search-field, .top_header_search_form .search-form .search-field {
    width: 100%;
  }
}
#content .search-form .search-submit, .top_header_search_form .search-form .search-submit {
  margin: 0;
  margin-left: 13px;
  box-shadow: none;
  text-shadow: none;
}
@media screen and (max-width: 626px) {
  #content .search-form .search-submit, .top_header_search_form .search-form .search-submit {
    margin-top: 10px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  .gform_wrapper table.gfield_list tr {
    background: transparent !important;
  }
}
.gform_wrapper li.gsection.gf_scroll_text {
  background-color: transparent !important;
}
.gform_wrapper label.gfield_label {
  font-weight: 600 !important;
}
.gform_wrapper select:not([multiple]) {
  padding-right: 20px !important;
  background-image: url("./assets/dist/images/select_down.png");
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.gform_wrapper .top_label span.ginput_total {
  color: inherit;
}
.gform_wrapper .gform_footer button,
.gform_wrapper .gform_footer input[type="button"],
.gform_wrapper .gform_footer input[type="reset"],
.gform_wrapper .gform_footer input[type="submit"] {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  font-size: 15px;
  margin: 13px;
  margin-left: 0;
  background-color: var(--color-primary);
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: white;
  padding: 8px 20px;
  box-shadow: none;
  border-radius: 0px;
  font-weight: 700;
}
.gform_wrapper .gform_footer button:hover,
.gform_wrapper .gform_footer input[type="button"]:hover,
.gform_wrapper .gform_footer input[type="reset"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
  opacity: 0.7;
}

/* css required for the +/- icons on gravity forms */
body .gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 40px !important;
  text-align: center;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons img {
  width: 50%;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
  body .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
  }

  .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    margin-top: 0px !important;
    padding-top: 3px !important;
    background-color: rgba(255, 255, 255, 0.52);
  }

  body .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item,
  body .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 4px 5px 0px !important;
    width: 20px;
  }

  body .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    padding-bottom: 1px !important;
  }
}
/* end of css required for the +/- icons on gravity forms */
.comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label {
  min-width: 70px;
  display: inline-block;
}

input[type="search"] {
  -webkit-appearance: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b92120;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

#content a:hover, #content a:focus, #content a:active {
  opacity: 0.8;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul li > .sub-menu li, .r8_sec_menu_wrapper ul li > .sub-menu li {
  position: relative;
}
.main-navigation ul li > .sub-menu li:hover > .sub-menu, .main-navigation ul li > .sub-menu li:focus > .sub-menu, .r8_sec_menu_wrapper ul li > .sub-menu li:hover > .sub-menu, .r8_sec_menu_wrapper ul li > .sub-menu li:focus > .sub-menu {
  left: 0;
}
.main-navigation ul li > .sub-menu li > a, .r8_sec_menu_wrapper ul li > .sub-menu li > a {
  position: relative;
}
.main-navigation ul li > .sub-menu ul, .r8_sec_menu_wrapper ul li > .sub-menu ul {
  left: 0;
  position: relative;
  margin: 0.2em 0;
  box-shadow: inset 0px 0px 4px 1px rgba(39, 33, 33, 0.6);
  margin-left: 0.5em;
  float: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-navigation ul > li.r8_btn_menu_link {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .main-navigation ul ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.posts-navigation,
.post-navigation {
  width: 100%;
  text-align: center;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  margin: 1em auto 1.5em;
  display: inline-block;
  text-align: center;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: auto;
  padding: 0 15px;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: "\f104";
  font-family: 'FontAwesome', 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline;
  padding-right: 10px;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: auto;
  padding: 0 15px;
}
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: "\f105";
  font-family: 'FontAwesome', 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline;
  padding-left: 10px;
}

.r8-posts-navigation .page-numbers {
  padding: 0.5em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 0.75em;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
  width: 100%;
  max-width: 320px;
}
.widget .widget-title {
  margin-top: 5px;
}

#r8-global-bottom-widget, #r8-global-top-widget {
  padding: 40px 0;
}
#r8-global-bottom-widget > :first-child, #r8-global-top-widget > :first-child {
  margin-top: 0;
}
#r8-global-bottom-widget > :last-child, #r8-global-top-widget > :last-child {
  margin-bottom: 0;
}

#secondary {
  margin-right: 0;
}
#secondary figure {
  margin: 1em 0 1.5em;
}
@media screen and (max-width: 768px) {
  #secondary {
    margin-top: 30px;
  }
}
#secondary .widget_search .search-form {
  display: block;
}
#secondary .widget_search .search-form .search-submit {
  margin: 0;
  margin-top: 10px;
}
#secondary .widget-title {
  font-size: 24px;
}
#secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#secondary ul li {
  line-height: 1.2;
  margin-bottom: 10px;
}
#secondary ul li ul li {
  margin: 5px;
  padding-left: 13px;
  position: relative;
}
#secondary ul li ul li:before {
  content: '\f111';
  font-family: 'FontAwesome', 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 7px;
  line-height: 16px;
  color: var(--color-primary);
}
#secondary .widget_em_locations_widget ul ul > li, #secondary .widget_em_widget ul ul > li {
  margin-bottom: 0;
  text-transform: capitalize;
}

.widget_search .search-form .search-field {
  width: 100%;
}
.widget_search .search-form .search-submit {
  margin: 5px;
  margin-left: 0;
  box-shadow: none;
  border: none;
  text-shadow: none;
}
.widget_search .search-form .search-submit:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.remove_top_margin .page-content,
.remove_top_margin .entry-content,
.remove_top_margin .entry-summary {
  margin-top: 0;
}
.remove_top_margin .hentry {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Content Grid
--------------------------------------------------------------*/
.content-grid h2, .content-grid .woocommerce-order-received .entry-content .woocommerce .title h3, .woocommerce-order-received .entry-content .woocommerce .title .content-grid h3, .content-grid .woocommerce h1.page-title, .woocommerce .content-grid h1.page-title,
.content-grid .woocommerce-page h1.page-title,
.woocommerce-page .content-grid h1.page-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.content-grid .r8_posts {
  margin-top: 40px;
}

.r8-left-sidebar, .r8-right-sidebar {
  width: 100%;
}
.r8-left-sidebar:after, .r8-right-sidebar:after {
  clear: both;
  content: "";
  display: table;
}
.r8-left-sidebar #primary, .r8-right-sidebar #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
.r8-left-sidebar #primary:last-child, .r8-right-sidebar #primary:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .r8-left-sidebar #primary, .r8-right-sidebar #primary {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .r8-left-sidebar #primary:last-child, .r8-right-sidebar #primary:last-child {
    margin-right: 0;
  }
}
.r8-left-sidebar #secondary, .r8-right-sidebar #secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.r8-left-sidebar #secondary:last-child, .r8-right-sidebar #secondary:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .r8-left-sidebar #secondary, .r8-right-sidebar #secondary {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .r8-left-sidebar #secondary:last-child, .r8-right-sidebar #secondary:last-child {
    margin-right: 0;
  }
}

.r8-right-sidebar #secondary {
  margin-right: 0;
}

.r8-left-sidebar #primary {
  margin-right: 0;
  float: right;
}

.r8-no-sidebar {
  width: 100%;
}
.r8-no-sidebar:after {
  clear: both;
  content: "";
  display: table;
}
.r8-no-sidebar #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.r8-no-sidebar #primary:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .wp-block-embed.wp-has-aspect-ratio {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 {
    padding-top: 56.25%;
  }

  .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .wp-block-embed.wp-has-aspect-ratio div {
    width: 100%;
    height: 100%;
  }

  .wp-block-embed.wp-has-aspect-ratio, iframe {
    width: 100%;
    height: 100%;
  }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Block Editor Support
--------------------------------------------------------------*/
.entry-content .alignfull, .entry-content .alignwide {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  /**
    Other ways of achieving full width within a fixed container:
    left here as reference
   */
    /*
    //1
      margin-left  : calc( -100vw / 2 + 100% / 2 );
      margin-right : calc( -100vw / 2 + 100% / 2 );
      max-width    : 100vw;

     */
  /*
  //2
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
   */
    /*
      //3
         width: 100vw;
         position: relative;
         left: 50%;
         margin-left: -50vw;

     */
}
.entry-content .alignfull img, .entry-content .alignwide img {
  width: 100%;
}

/*--------------------------------------------------------------
# Various misc fixes
--------------------------------------------------------------*/
/**
  Fixes a padding issue on the Kadence blocks plugin,
   this forces tab content to have a fixed padding on
   mobile sizes
 */
@media (max-width: 767px) {
  .kt-tabs-wrap .wp-block-kadence-tab {
    padding: 20px !important;
  }
}
/**
  Fixes an unwanted visible scroll on some browser
  for the stackable gutenberg blocks
 */
.stk-block > .stk-content-align {
  overflow: visible;
}

/**
  Fixes color not being applied on post titles
 */
.taxonomy-category a {
  color: inherit;
}

/** Woo **/
.shop-template .categories {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 40px;
}
.shop-template .categories:after {
  clear: both;
  content: "";
  display: table;
}
.shop-template .categories .category {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-top: 30px;
}
.shop-template .categories .category:last-child {
  margin-right: 0;
}
.shop-template .categories .category:nth-child(2n) {
  margin-right: 0;
}
.shop-template .categories .category:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 626px) {
  .shop-template .categories .category {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
  }
  .shop-template .categories .category:last-child {
    margin-right: 0;
  }
}
.shop-template .categories .category:nth-child(1), .shop-template .categories .category:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 626px) {
  .shop-template .categories .category:nth-child(n+1) {
    margin-top: 30px;
  }
}
.shop-template .categories .category .category_title h4 {
  margin: 0;
}
.shop-template .categories .category .category_title h4 a {
  color: #696969;
  font-size: 1.25rem;
  text-transform: lowercase;
}
.shop-template .categories .category .category_image {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  background-color: #ffffff;
}
.shop-template .categories .category .category_image > a {
  display: block;
}
.shop-template .categories .category .category_image img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-template .categories .category .category_info {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #ffffff;
  padding: 25px 40px 30px;
  text-align: center;
}
.shop-template .categories .category .category_info .category_info_wrap {
  width: 100%;
}
.shop-template .categories .category .category_description {
  margin-top: 24px;
}
.shop-template .categories .category .category_description p {
  line-height: 1.5;
}
.shop-template .r8_image_section .r8_image_gallery {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.shop-template .r8_image_section .r8_image_gallery:after {
  clear: both;
  content: "";
  display: table;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:last-child {
  margin-right: 0;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(6n) {
  margin-right: 2.35765%;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(6n+1) {
  clear: none;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n) {
  margin-right: 0;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n+1) {
  clear: left;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:not(:nth-child(-n+3)) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 30.94756%;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:last-child {
    margin-right: 0;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n) {
    margin-right: 3.57866%;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n+1) {
    clear: none;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3n) {
    margin-right: 0;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 626px) {
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:last-child {
    margin-right: 0;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3n) {
    margin-right: 7.42297%;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3n+1) {
    clear: none;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(2n) {
    margin-right: 0;
  }
  .shop-template .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(2n+1) {
    clear: left;
  }
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image a:hover {
  opacity: 1;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image a:hover > img {
  filter: none !important;
  max-height: 150px;
}
.shop-template .r8_image_section .r8_image_gallery .r8_gallery_image a > img {
  width: 180px;
}

.woocommerce span.onsale {
  background-color: var(--color-primary);
}
.woocommerce ul.products {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 3px;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product:nth-child(odd) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 525px) {
  .woocommerce ul.products li.product {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .woocommerce ul.products li.product:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 626px) {
  .woocommerce ul.products li.product:last-child {
    margin-bottom: 10px;
  }
}
.woocommerce ul.products li.product a:hover, .woocommerce ul.products li.product a:focus {
  opacity: 1;
}
.woocommerce ul.products li.product .star-rating {
  margin: 5px auto 0 auto;
  font-size: .675em;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > img.wp-post-image,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > img.attachment-woocommerce_thumbnail {
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);
  margin-top: -20px;
  margin-left: -20px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h3 {
  padding: 0 20px;
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .price {
  color: #333333;
  padding: 0 20px;
  text-align: center;
  margin-top: 5px;
}
.woocommerce ul.products .add_to_cart_button,
.woocommerce ul.products .ajax_add_to_cart,
.woocommerce ul.products .product_type_variable,
.woocommerce ul.products .product_type_grouped,
.woocommerce ul.products .product_type_external,
.woocommerce ul.products .product_type_simple {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  margin: 0 auto;
}
.woocommerce ul.products .added_to_cart {
  position: absolute;
  margin-left: -50px;
  background-color: white;
  border-radius: 3px;
  bottom: -12px;
  width: 100px;
  left: 50%;
}

@media screen and (max-width: 626px) {
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%;
  }
  .woocommerce-page .cart-collaterals .cross-sells ul.products li:last-child {
    margin-right: 0;
  }
  .woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(2n) {
    margin-right: 0;
  }
  .woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 626px) {
  .woocommerce-page .cart-collaterals .cross-sells ul.products li a.add_to_cart_button {
    font-size: 10px;
  }
}

.woocommerce td.product-name dl.variation p {
  margin: 0;
}

.woocommerce-cart .site-content {
  padding: 0 !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 60px;
  max-width: 100%;
}

#add_payment_method table.cart .product-thumbnail > a, .woocommerce-cart table.cart .product-thumbnail > a, .woocommerce-checkout table.cart .product-thumbnail > a {
  line-height: 0;
  display: block;
}

.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price {
  color: #333333;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th,
.woocommerce #content div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations th {
  padding: 5px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}
@media screen and (max-width: 626px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    min-height: 10px !important;
    width: 100%;
  }
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce #content div.product div.images .flex-control-thumbs {
  margin-top: 3.5%;
}
.woocommerce div.product div.images .flex-control-thumbs > li,
.woocommerce #content div.product div.images .flex-control-thumbs > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs > li:last-child,
.woocommerce #content div.product div.images .flex-control-thumbs > li:last-child {
  margin-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs > li:nth-child(4n),
.woocommerce #content div.product div.images .flex-control-thumbs > li:nth-child(4n) {
  margin-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs > li:nth-child(4n+1),
.woocommerce #content div.product div.images .flex-control-thumbs > li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product div.thumbnails a:hover, .woocommerce div.product div.thumbnails a:focus,
.woocommerce #content div.product div.thumbnails a:hover,
.woocommerce #content div.product div.thumbnails a:focus {
  opacity: 1;
}
.woocommerce div.product .product_meta span,
.woocommerce #content div.product .product_meta span {
  display: block;
}
.woocommerce div.product .product_meta span span,
.woocommerce #content div.product .product_meta span span {
  display: inline;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel {
  background-color: #ffffff;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs {
  padding-left: 0px;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
  background-color: #ccc;
  border-radius: 0px;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #ffffff;
  border-top: 2px solid var(--color-primary);
}
.woocommerce div.product .related.products li.product,
.woocommerce #content div.product .related.products li.product {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.woocommerce div.product .related.products li.product:last-child,
.woocommerce #content div.product .related.products li.product:last-child {
  margin-right: 0;
}
.woocommerce div.product .related.products li.product:nth-child(4n),
.woocommerce #content div.product .related.products li.product:nth-child(4n) {
  margin-right: 0;
}
.woocommerce div.product .related.products li.product:nth-child(4n+1),
.woocommerce #content div.product .related.products li.product:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .related.products li.product,
  .woocommerce #content div.product .related.products li.product {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
  }
  .woocommerce div.product .related.products li.product:last-child,
  .woocommerce #content div.product .related.products li.product:last-child {
    margin-right: 0;
  }
  .woocommerce div.product .related.products li.product:nth-child(4n),
  .woocommerce #content div.product .related.products li.product:nth-child(4n) {
    margin-right: 2.35765%;
  }
  .woocommerce div.product .related.products li.product:nth-child(4n+1),
  .woocommerce #content div.product .related.products li.product:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce div.product .related.products li.product:nth-child(2n),
  .woocommerce #content div.product .related.products li.product:nth-child(2n) {
    margin-right: 0;
  }
  .woocommerce div.product .related.products li.product:nth-child(2n+1),
  .woocommerce #content div.product .related.products li.product:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 626px) {
  .woocommerce div.product .related.products li.product,
  .woocommerce #content div.product .related.products li.product {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .woocommerce div.product .related.products li.product:last-child,
  .woocommerce #content div.product .related.products li.product:last-child {
    margin-right: 0;
  }
  .woocommerce div.product .related.products li.product:nth-child(2n),
  .woocommerce #content div.product .related.products li.product:nth-child(2n) {
    margin-right: 3.57866%;
  }
  .woocommerce div.product .related.products li.product:nth-child(2n+1),
  .woocommerce #content div.product .related.products li.product:nth-child(2n+1) {
    clear: none;
  }
  .woocommerce div.product .related.products li.product:nth-child(1n),
  .woocommerce #content div.product .related.products li.product:nth-child(1n) {
    margin-right: 0;
  }
  .woocommerce div.product .related.products li.product:nth-child(1n+1),
  .woocommerce #content div.product .related.products li.product:nth-child(1n+1) {
    clear: left;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  position: static;
}

.woocommerce-product-gallery__image {
  min-height: auto !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #content div.product div.summary .product_title, .woocommerce div.product div.summary .product_title, .woocommerce-page #content div.product div.summary .product_title, .woocommerce-page div.product div.summary .product_title {
    padding-top: 0;
  }
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  white-space: normal;
  max-width: 100%;
}

.woocommerce-account .site-content {
  padding: 0 !important;
}

.woocommerce .woocommerce-MyAccount-navigation {
  background-color: #ffffff;
  border-radius: 3px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0px;
}
.woocommerce .woocommerce-MyAccount-content {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 20px;
}
.woocommerce #customer_login {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce #customer_login:after {
  clear: both;
  content: "";
  display: table;
}
.woocommerce #customer_login .col-1 {
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .woocommerce #customer_login .col-1 {
    margin-right: 0;
  }
}
.woocommerce #customer_login .col-1 h2, .woocommerce-order-received .entry-content .woocommerce #customer_login .col-1 .title h3, .woocommerce-order-received .entry-content .woocommerce .title #customer_login .col-1 h3, .woocommerce #customer_login .col-1 h1.page-title, .woocommerce #customer_login .col-2 h2, .woocommerce-order-received .entry-content .woocommerce #customer_login .col-2 .title h3, .woocommerce-order-received .entry-content .woocommerce .title #customer_login .col-2 h3, .woocommerce #customer_login .col-2 h1.page-title {
  margin-top: 0;
}
.woocommerce #customer_login .col-1 form, .woocommerce #customer_login .col-2 form {
  margin-top: 0;
}
.woocommerce #customer_login div[class*="column"] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.woocommerce #customer_login div[class*="column"] form {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-color: #ffffff;
  border-radius: 3px;
}

.woocommerce-order-received .entry-header h2, .woocommerce-order-received .entry-header .entry-content .woocommerce .title h3, .woocommerce-order-received .entry-content .woocommerce .title .entry-header h3, .woocommerce-order-received .entry-header .woocommerce h1.page-title, .woocommerce .woocommerce-order-received .entry-header h1.page-title,
.woocommerce-order-received .entry-header .woocommerce-page h1.page-title,
.woocommerce-page .woocommerce-order-received .entry-header h1.page-title {
  margin: 0;
}
.woocommerce-order-received .entry-content {
  margin-top: 0;
}
.woocommerce-order-received .shop_table.order_details {
  max-width: 710px;
}
.woocommerce-order-received .shop_table.order_details thead {
  background-color: var(--color-primary);
  color: #ffffff;
}
.woocommerce-order-received .shop_table.order_details thead th {
  font-weight: 300;
  font-size: 20px;
  text-align: left;
}
.woocommerce-order-received .shop_table.order_details thead th.product-total {
  width: 100px;
}
.woocommerce-order-received .shop_table.order_details tfoot tr {
  text-align: center;
}
.woocommerce-order-received .shop_table.order_details tfoot tr:not(:last-child) th, .woocommerce-order-received .shop_table.order_details tfoot tr:not(:last-child) td {
  font-weight: 300;
}
.woocommerce-order-received .shop_table.customer_details {
  max-width: 710px;
}
.woocommerce-order-received .shop_table.customer_details th {
  width: 100px;
}
.woocommerce-order-received .shop_table.customer_details td {
  font-weight: 300;
}
.woocommerce-order-received .entry-content .woocommerce .title h3 {
  margin-bottom: 0;
}
.woocommerce-order-received .entry-content .woocommerce address {
  font-style: normal;
}

@media screen and (max-width: 626px) {
  .woocommerce .order_details {
    padding: 0;
  }
}
.woocommerce .order_details > li {
  margin-bottom: 8px;
  border-color: var(--color-primary);
}
@media screen and (max-width: 626px) {
  .woocommerce .order_details > li {
    border-right: none;
    border-bottom: 1px dashed var(--color-primary);
    width: 100%;
  }
}

#wl-wrapper a {
  font-weight: 400;
}
#wl-wrapper .wl-intro .entry-title {
  margin-top: 0;
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-actions-table.wl-right {
    width: 100%;
  }
  #wl-wrapper .wl-actions-table.wl-right td {
    display: inline-block;
    width: 50%;
    padding: 5px;
  }
  #wl-wrapper .wl-actions-table.wl-right td select {
    width: 100%;
  }
  #wl-wrapper .wl-actions-table.wl-right td:last-child {
    display: block;
    width: 100%;
    padding: 0 5px;
  }
  #wl-wrapper .wl-actions-table.wl-right td:last-child input {
    margin-top: 10px;
  }
}
#wl-wrapper .wl-table {
  line-height: 1.25;
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-table.wl-manage tr:last-child td input[type='submit'] {
    width: auto;
    padding: 8px 5px;
    margin: 0 auto;
  }
  #wl-wrapper .wl-table.wl-manage th.product-name {
    text-align: center;
  }
  #wl-wrapper .wl-table.wl-manage .product-name .row-actions {
    display: none;
  }
  #wl-wrapper .wl-table.wl-manage .wl-privacy-col {
    width: auto;
  }
  #wl-wrapper .wl-table.wl-manage .wl-share-links {
    display: none;
  }
}
#wl-wrapper .wl-table.manage td.product-thumbnail img {
  width: 60px;
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-table.manage td.product-quantity {
    min-width: auto;
  }
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-table.manage td.product-quantity input {
    font-size: 11px;
    width: auto;
  }
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-table.manage td.product-purchase > a {
    white-space: normal;
    font-size: 12px;
    max-width: 60px;
  }
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-table.view td.product-quantity {
    min-width: auto;
  }
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-table.view td.product-thumbnail {
    display: none;
  }
}
#wl-wrapper .wl-table.view td.product-thumbnail img {
  width: 70px;
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-table.view td.product-purchase > a {
    white-space: normal;
    font-size: 12px;
    max-width: 60px;
  }
}
#wl-wrapper .wl-table th, #wl-wrapper .wl-table td {
  vertical-align: middle;
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-table th, #wl-wrapper .wl-table td {
    font-size: 14px;
    padding: 8px 5px;
  }
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-form .form-row-first, #wl-wrapper .wl-form .form-row-last {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 626px) {
  #wl-wrapper .wl-search-form input.find-input {
    width: 100%;
    margin-bottom: 8px;
  }
}

.site-header .r8_sec_menu_wrapper .r8-woocommerce-menu.r8_secondary_menu li:first-child {
  margin-left: 15px;
}
.site-header .r8_sec_menu_wrapper .r8-woocommerce-menu.r8_secondary_menu li.woo-my_account:after {
  content: "|";
}
.site-header .r8_sec_menu_wrapper .r8-woocommerce-menu.r8_secondary_menu li.woo-my_logout {
  margin-left: 0px;
}

.page-template-default .default_page_content .entry-content .woocommerce > :first-child {
  margin-top: 0;
}
.page-template-default .default_page_content .entry-content .woocommerce > :last-child {
  margin-bottom: 0;
}

#content .woocommerce-product-search {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 626px) {
  #content .woocommerce-product-search {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
}
#content .woocommerce-product-search label {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
#content .woocommerce-product-search .search-field {
  width: 100%;
}
@media screen and (max-width: 626px) {
  #content .woocommerce-product-search .search-field {
    width: 100%;
  }
}
#content .woocommerce-product-search input[type='submit'] {
  margin: 0;
  margin-left: 13px;
  box-shadow: none;
  text-shadow: none;
}
@media screen and (max-width: 626px) {
  #content .woocommerce-product-search input[type='submit'] {
    margin-top: 10px;
    margin-left: 0px;
  }
}

#secondary .widget_product_search .woocommerce-product-search {
  display: block;
}
#secondary .widget_product_search .woocommerce-product-search input[type='submit'] {
  margin: 0;
  margin-top: 10px;
}

.woocommerce .site-content,
.woocommerce-page .site-content {
  padding-top: 2em;
}
.woocommerce .site-content:after,
.woocommerce-page .site-content:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 626px) {
  .woocommerce .site-content,
  .woocommerce-page .site-content {
    padding: 20px;
  }
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  font-weight: 600;
}
.woocommerce .r8_flexible_content_section .r8_container,
.woocommerce-page .r8_flexible_content_section .r8_container {
  padding: 0;
}
.woocommerce.woocommerce-account:not(.logged-in) .r8-page-title,
.woocommerce-page.woocommerce-account:not(.logged-in) .r8-page-title {
  display: none;
}
.woocommerce.woocommerce-account:not(.logged-in) .entry-content,
.woocommerce-page.woocommerce-account:not(.logged-in) .entry-content {
  margin-top: 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  z-index: 10;
}
.woocommerce .woof_products_top_panel,
.woocommerce-page .woof_products_top_panel {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 10px;
}
.woocommerce .woof_products_top_panel .woof_remove_ppi,
.woocommerce-page .woof_products_top_panel .woof_remove_ppi {
  text-transform: capitalize;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  color: var(--color-primary);
}
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  padding: 5px 0 6px;
}
@media screen and (max-width: 626px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    width: 100%;
  }
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  background-color: #ffffff;
  border-color: var(--color-primary);
  border-radius: 3px;
}
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  min-height: 3.536em;
  min-width: 3.536em;
  padding: .202em;
}

.woo_content_wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  padding-right: 20px;
}
.woo_content_wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .woo_content_wrapper {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 67.63167%;
    padding-right: 10px;
  }
  .woo_content_wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 626px) {
  .woo_content_wrapper {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    padding-right: 0px;
  }
  .woo_content_wrapper:last-child {
    margin-right: 0;
  }
}

.woocommerce .order_details li strong, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
  font-weight: 400;
  text-align: left;
}

/**************************************
 * Buttons
***************************************/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: var(--color-primary);
  box-shadow: none;
  border-width: 0px;
  color: #ffffff;
  border-radius: 3px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
  opacity: .6;
  box-shadow: none;
  border-width: 0px;
  color: #ffffff;
}

.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  background-color: transparent;
  color: #666;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  line-height: inherit;
}

.woocommerce button.button.alt.disabled {
  background-color: #b7b7b7;
}
.woocommerce button.button.alt.disabled:hover {
  background-color: #b7b7b7;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 120px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
}

/**************************************
 * Forms
***************************************/
.woocommerce #review_form #respond p.comment-form-author {
  margin-right: 2.35765%;
}

.shop_table {
  background-color: #ffffff;
  border-radius: 5px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--color-primary);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #fbf4eb;
}
@media screen and (max-width: 768px) {
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .widget_price_filter .price_slider_amount .button {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .widget_price_filter .price_slider_amount .price_slider_wrapper {
    clear: both;
  }
}

@media screen and (max-width: 626px) {
  .woocommerce table.shop_table.customer_details td {
    word-break: break-word;
  }
}

/**************************************
 * Notifications
***************************************/
.woocommerce-info {
  border-color: var(--color-primary);
}
.woocommerce-info:before {
  color: var(--color-primary);
}

/**************************************
 * Pagination
***************************************/
.woocommerce-pagination {
  margin-bottom: 1em;
}

.page-numbers {
  background-color: #ffffff;
  color: #333333;
}
.page-numbers a:visited {
  color: #333333;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #ffffff;
  color: var(--color-primary);
}

/**************************************
 * Widgets
***************************************/
.woocommerce ul.cart_list .product-title, .woocommerce ul.product_list_widget .product-title {
  font-weight: 400;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: 400;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 52px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .woocommerce .widget.widget_search .search-form .search-submit {
    margin-top: 5px;
  }
}

.woocommerce .widget_price_filter .price_slider_amount input[type='text'] {
  width: 100%;
  margin: 0.25em 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  margin-top: 5px;
}

/**************************************
 * Checkout
***************************************/
.woocommerce-checkout .site-content {
  padding: 0 !important;
}

#customer_details {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 20px 20px;
}

.woocommerce-billing-fields {
  position: relative;
}
.woocommerce-billing-fields:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -25px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .woocommerce-billing-fields:before {
    background-color: transparent;
  }
}

.payment_box.payment_method_paypal_pro .form-row-first {
  width: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #ffffff;
  border-radius: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #e7e7e7;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
  border-color: #e7e7e7;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

/*# sourceMappingURL=main.css.map */
;/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;-ms-scroll-chaining:chained;overscroll-behavior:auto;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:'';display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:20px;overflow:hidden}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu_iconbar-left .mm-iconbar,.mm-menu_iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield input{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text{-webkit-transition:background-color .4s ease;-o-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:'';display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:'';display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:'';display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}body.modal-open .mm-slideout{z-index:unset};/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;

	/* dimensions: spanning the background from edge to edge */
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */

	/* position: centering content */
	text-align: center;

	/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
white-space: nowrap;

	/* styling */
	cursor: pointer;
	background: #333;
	/* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	/* position: trick to center content vertically */
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
position: relative;
	/* position: centering vertical and horizontal */
text-align: left;
vertical-align: middle;
display: inline-block;
	/* dimensions: cut off images */
overflow: auto;
padding: 25px 25px 0;
border-bottom: 25px solid transparent;
	/* dimensions: handling large content */
margin-left: 5%;
margin-right: 5%;
max-height: 95%;
	/* styling */
background: #fff;
cursor: auto;
	/* reset white-space wrapping */
white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;

	/* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px;

	/* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}


.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}
;/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

.featherlight-next,
.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	/* preventing text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* IE9 hack, otherwise navigation doesn't appear */
background: rgba(0,0,0,0);
}

.featherlight-previous {
left: 25px;
right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
background: rgba(255,255,255,0.25);
}

.featherlight-next span,
.featherlight-previous span {
display: none;
position: absolute;
top: 50%;
left: 5%;
width: 82%;
	/* center horizontally */
text-align: center;
font-size: 80px;
line-height: 80px;
	/* center vertically */
margin-top: -40px;
text-shadow: 0px 0px 5px #fff;
color: #fff;
font-style: normal;
font-weight: normal;
}

.featherlight-next span {
right: 5%;
left: auto;
}

.featherlight-next:hover span,
.featherlight-previous:hover span {
display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
display: none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
display: none;
}


/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
.featherlight-next:hover,
	.featherlight-previous:hover {
background: none;
}

.featherlight-next span,
	.featherlight-previous span {
display: block;
}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
.featherlight-next,
	.featherlight-previous {
  top: 10px;
  right: 10px;
  left: 85%;
}

.featherlight-previous {
  left: 10px;
  right: 85%;
}

.featherlight-next span,
	.featherlight-previous span {
  margin-top: -30px;
  font-size: 40px;
}
}
