/************************************************
*	FUNCTIONS						            *
************************************************/
/************************************************
*	VARIABLES						            *
************************************************/
:root {
  --white: #fafafa;
  --white-light: white;
  --white-dark: #c7c7c7;
  --black: #111111;
  --black-light: #5e5e5e;
  --black-dark: black;
  --grey: #d4d4d4;
  --grey-light: white;
  --grey-dark: #a1a1a1;
  --red: #990000;
  --primary: #8abdc1;
  --primary-light: #cde3e4;
  --primary-dark: #4f9196;
  --secondary: #92cca6;
  --secondary-light: #d7eddf;
  --secondary-dark: #4fa96e;
  --tertiary: #d6974c;
  --tertiary-light: #e0af75;
  --tertiary-dark: #c27e2d;
}

@font-face {
  font-family: "FontAwesomeBrands";
  font-style: normal;
  font-weight: normal;
  src: url("build/fonts/FONTAWESOME/fa-brands-400.eot");
  src: url("build/fonts/FONTAWESOME/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("build/fonts/FONTAWESOME/fa-brands-400.woff2") format("woff2"), url("build/fonts/FONTAWESOME/fa-brands-400.woff") format("woff"), url("build/fonts/FONTAWESOME/fa-brands-400.ttf") format("truetype"), url("build/fonts/FONTAWESOME/fa-brands-400.svg#fontawesome") format("svg");
}
.icon-brand {
  font-family: "FontAwesomeBrands";
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
  src: url("build/fonts/FONTAWESOME/fa-light-300.eot");
  src: url("build/fonts/FONTAWESOME/fa-light-300.eot?#iefix") format("embedded-opentype"), url("build/fonts/FONTAWESOME/fa-light-300.woff2") format("woff2"), url("build/fonts/FONTAWESOME/fa-light-300.woff") format("woff"), url("build/fonts/FONTAWESOME/fa-light-300.ttf") format("truetype"), url("build/fonts/FONTAWESOME/fa-light-300.svg#fontawesome") format("svg");
}
.icon-light {
  font-family: "FontAwesome";
  font-weight: 300;
}

.icon.icon-light {
  font-weight: 300 !important;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url("build/fonts/FONTAWESOME/fa-regular-400.eot");
  src: url("build/fonts/FONTAWESOME/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("build/fonts/FONTAWESOME/fa-regular-400.woff2") format("woff2"), url("build/fonts/FONTAWESOME/fa-regular-400.woff") format("woff"), url("build/fonts/FONTAWESOME/fa-regular-400.ttf") format("truetype"), url("build/fonts/FONTAWESOME/fa-regular-400.svg#fontawesome") format("svg");
}
.icon-regular {
  font-family: "FontAwesome";
  font-weight: 400;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url("build/fonts/FONTAWESOME/fa-solid-900.eot");
  src: url("build/fonts/FONTAWESOME/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("build/fonts/FONTAWESOME/fa-solid-900.woff2") format("woff2"), url("build/fonts/FONTAWESOME/fa-solid-900.woff") format("woff"), url("build/fonts/FONTAWESOME/fa-solid-900.ttf") format("truetype"), url("build/fonts/FONTAWESOME/fa-solid-900.svg#fontawesome") format("svg");
}
.icon,
.icon-solid {
  font-family: "FontAwesome";
  font-weight: 900;
}

.icon,
.icon-solid,
.icon-regular,
.icon-light,
.icon-brand {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
}

.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.icon-xs {
  font-size: 0.75em;
}

.icon-sm {
  font-size: 0.875em;
}

.icon-1x {
  font-size: 70%;
}

.icon-2x {
  font-size: 150%;
}

.icon-3x {
  font-size: 200%;
}

.icon-4x {
  font-size: 250%;
}

.icon-5x {
  font-size: 300%;
}

.icon-6x {
  font-size: 350%;
}

.icon-7x {
  font-size: 400%;
}

.icon-8x {
  font-size: 450%;
}

.icon-9x {
  font-size: 500%;
}

.icon-10x {
  font-size: 550%;
}

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

.icon-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.icon-ul > li {
  position: relative;
}

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

.icon-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

.icon.icon-pull-left,
.icon-solid.icon-pull-left,
.icon-regular.icon-pull-left,
.icon-light.icon-pull-left,
.icon-brand.icon-pull-left {
  margin-right: 0.3em;
}

.icon.icon-pull-right,
.icon-solid.icon-pull-right,
.icon-regular.icon-pull-right,
.icon-light.icon-pull-right,
.icon-brand.icon-pull-right {
  margin-left: 0.3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.icon-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 */
.icon-500px:before {
  content: "\f26e";
}

.icon-abacus:before {
  content: "\f640";
}

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

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

.icon-acorn:before {
  content: "\f6ae";
}

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

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

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

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

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

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

.icon-adobe:before {
  content: "\f778";
}

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

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

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

.icon-alarm-clock:before {
  content: "\f34e";
}

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

.icon-alicorn:before {
  content: "\f6b0";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-analytics:before {
  content: "\f643";
}

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

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

.icon-angel:before {
  content: "\f779";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-apple-crate:before {
  content: "\f6b1";
}

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

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

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

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

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

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

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

.icon-arrow-alt-down:before {
  content: "\f354";
}

.icon-arrow-alt-from-bottom:before {
  content: "\f346";
}

.icon-arrow-alt-from-left:before {
  content: "\f347";
}

.icon-arrow-alt-from-right:before {
  content: "\f348";
}

.icon-arrow-alt-from-top:before {
  content: "\f349";
}

.icon-arrow-alt-left:before {
  content: "\f355";
}

.icon-arrow-alt-right:before {
  content: "\f356";
}

.icon-arrow-alt-square-down:before {
  content: "\f350";
}

.icon-arrow-alt-square-left:before {
  content: "\f351";
}

.icon-arrow-alt-square-right:before {
  content: "\f352";
}

.icon-arrow-alt-square-up:before {
  content: "\f353";
}

.icon-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.icon-arrow-alt-to-left:before {
  content: "\f34b";
}

.icon-arrow-alt-to-right:before {
  content: "\f34c";
}

.icon-arrow-alt-to-top:before {
  content: "\f34d";
}

.icon-arrow-alt-up:before {
  content: "\f357";
}

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

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

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

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

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

.icon-arrow-from-bottom:before {
  content: "\f342";
}

.icon-arrow-from-left:before {
  content: "\f343";
}

.icon-arrow-from-right:before {
  content: "\f344";
}

.icon-arrow-from-top:before {
  content: "\f345";
}

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

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

.icon-arrow-square-down:before {
  content: "\f339";
}

.icon-arrow-square-left:before {
  content: "\f33a";
}

.icon-arrow-square-right:before {
  content: "\f33b";
}

.icon-arrow-square-up:before {
  content: "\f33c";
}

.icon-arrow-to-bottom:before {
  content: "\f33d";
}

.icon-arrow-to-left:before {
  content: "\f33e";
}

.icon-arrow-to-right:before {
  content: "\f340";
}

.icon-arrow-to-top:before {
  content: "\f341";
}

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

.icon-arrows:before {
  content: "\f047";
}

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

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

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

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-artstation:before {
  content: "\f77a";
}

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

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

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

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

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

.icon-atlassian:before {
  content: "\f77b";
}

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

.icon-atom-alt:before {
  content: "\f5d3";
}

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

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

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

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

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

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

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

.icon-axe:before {
  content: "\f6b2";
}

.icon-axe-battle:before {
  content: "\f6b3";
}

.icon-baby:before {
  content: "\f77c";
}

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

.icon-backpack:before {
  content: "\f5d4";
}

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

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

.icon-badge:before {
  content: "\f335";
}

.icon-badge-check:before {
  content: "\f336";
}

.icon-badge-dollar:before {
  content: "\f645";
}

.icon-badge-percent:before {
  content: "\f646";
}

.icon-badger-honey:before {
  content: "\f6b4";
}

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

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

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

.icon-ball-pile:before {
  content: "\f77e";
}

.icon-ballot:before {
  content: "\f732";
}

.icon-ballot-check:before {
  content: "\f733";
}

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

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

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

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

.icon-barcode-alt:before {
  content: "\f463";
}

.icon-barcode-read:before {
  content: "\f464";
}

.icon-barcode-scan:before {
  content: "\f465";
}

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

.icon-baseball:before {
  content: "\f432";
}

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

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

.icon-basketball-hoop:before {
  content: "\f435";
}

.icon-bat:before {
  content: "\f6b5";
}

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

.icon-battery-bolt:before {
  content: "\f376";
}

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

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

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

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

.icon-battery-slash:before {
  content: "\f377";
}

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

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

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

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

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

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

.icon-bell-school:before {
  content: "\f5d5";
}

.icon-bell-school-slash:before {
  content: "\f5d6";
}

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

.icon-bells:before {
  content: "\f77f";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-blanket:before {
  content: "\f498";
}

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

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

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

.icon-blog:before {
  content: "\f781";
}

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

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

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

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

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

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

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

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

.icon-bone-break:before {
  content: "\f5d8";
}

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

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

.icon-book-alt:before {
  content: "\f5d9";
}

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

.icon-book-heart:before {
  content: "\f499";
}

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

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

.icon-book-spells:before {
  content: "\f6b8";
}

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

.icon-books:before {
  content: "\f5db";
}

.icon-boot:before {
  content: "\f782";
}

.icon-booth-curtain:before {
  content: "\f734";
}

.icon-bow-arrow:before {
  content: "\f6b9";
}

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

.icon-bowling-pins:before {
  content: "\f437";
}

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

.icon-box-alt:before {
  content: "\f49a";
}

.icon-box-ballot:before {
  content: "\f735";
}

.icon-box-check:before {
  content: "\f467";
}

.icon-box-fragile:before {
  content: "\f49b";
}

.icon-box-full:before {
  content: "\f49c";
}

.icon-box-heart:before {
  content: "\f49d";
}

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

.icon-box-up:before {
  content: "\f49f";
}

.icon-box-usd:before {
  content: "\f4a0";
}

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

.icon-boxes-alt:before {
  content: "\f4a1";
}

.icon-boxing-glove:before {
  content: "\f438";
}

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

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

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

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

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

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

.icon-browser:before {
  content: "\f37e";
}

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

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

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

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

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

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

.icon-bullseye-arrow:before {
  content: "\f648";
}

.icon-bullseye-pointer:before {
  content: "\f649";
}

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

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

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

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

.icon-bus-school:before {
  content: "\f5dd";
}

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

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

.icon-cabinet-filing:before {
  content: "\f64b";
}

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

.icon-calculator-alt:before {
  content: "\f64c";
}

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

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

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

.icon-calendar-day:before {
  content: "\f783";
}

.icon-calendar-edit:before {
  content: "\f333";
}

.icon-calendar-exclamation:before {
  content: "\f334";
}

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

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

.icon-calendar-star:before {
  content: "\f736";
}

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

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

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

.icon-camera-alt:before {
  content: "\f332";
}

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

.icon-campfire:before {
  content: "\f6ba";
}

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

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

.icon-candle-holder:before {
  content: "\f6bc";
}

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

.icon-candy-corn:before {
  content: "\f6bd";
}

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

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

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

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

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

.icon-car-bump:before {
  content: "\f5e0";
}

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

.icon-car-garage:before {
  content: "\f5e2";
}

.icon-car-mechanic:before {
  content: "\f5e3";
}

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

.icon-car-tilt:before {
  content: "\f5e5";
}

.icon-car-wash:before {
  content: "\f5e6";
}

.icon-caret-circle-down:before {
  content: "\f32d";
}

.icon-caret-circle-left:before {
  content: "\f32e";
}

.icon-caret-circle-right:before {
  content: "\f330";
}

.icon-caret-circle-up:before {
  content: "\f331";
}

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

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

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

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

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

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

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

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

.icon-carrot:before {
  content: "\f787";
}

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

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

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

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

.icon-cauldron:before {
  content: "\f6bf";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-centos:before {
  content: "\f789";
}

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

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

.icon-chair-office:before {
  content: "\f6c1";
}

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

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

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

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

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

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

.icon-chart-line-down:before {
  content: "\f64d";
}

.icon-chart-network:before {
  content: "\f78a";
}

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

.icon-chart-pie-alt:before {
  content: "\f64e";
}

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

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

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

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

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

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

.icon-chess-bishop-alt:before {
  content: "\f43b";
}

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

.icon-chess-clock:before {
  content: "\f43d";
}

.icon-chess-clock-alt:before {
  content: "\f43e";
}

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

.icon-chess-king-alt:before {
  content: "\f440";
}

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

.icon-chess-knight-alt:before {
  content: "\f442";
}

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

.icon-chess-pawn-alt:before {
  content: "\f444";
}

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

.icon-chess-queen-alt:before {
  content: "\f446";
}

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

.icon-chess-rook-alt:before {
  content: "\f448";
}

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

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

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

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

.icon-chevron-double-down:before {
  content: "\f322";
}

.icon-chevron-double-left:before {
  content: "\f323";
}

.icon-chevron-double-right:before {
  content: "\f324";
}

.icon-chevron-double-up:before {
  content: "\f325";
}

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

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

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

.icon-chevron-square-down:before {
  content: "\f329";
}

.icon-chevron-square-left:before {
  content: "\f32a";
}

.icon-chevron-square-right:before {
  content: "\f32b";
}

.icon-chevron-square-up:before {
  content: "\f32c";
}

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

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

.icon-chimney:before {
  content: "\f78b";
}

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

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

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

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

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

.icon-claw-marks:before {
  content: "\f6c2";
}

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

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

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

.icon-clipboard-list-check:before {
  content: "\f737";
}

.icon-clipboard-prescription:before {
  content: "\f5e8";
}

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

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

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

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

.icon-cloud-download:before {
  content: "\f0ed";
}

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

.icon-cloud-drizzle:before {
  content: "\f738";
}

.icon-cloud-hail:before {
  content: "\f739";
}

.icon-cloud-hail-mixed:before {
  content: "\f73a";
}

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

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

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

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

.icon-cloud-rainbow:before {
  content: "\f73e";
}

.icon-cloud-showers:before {
  content: "\f73f";
}

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

.icon-cloud-sleet:before {
  content: "\f741";
}

.icon-cloud-snow:before {
  content: "\f742";
}

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

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

.icon-cloud-upload:before {
  content: "\f0ee";
}

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

.icon-clouds:before {
  content: "\f744";
}

.icon-clouds-moon:before {
  content: "\f745";
}

.icon-clouds-sun:before {
  content: "\f746";
}

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

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

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

.icon-club:before {
  content: "\f327";
}

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

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

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

.icon-code-commit:before {
  content: "\f386";
}

.icon-code-merge:before {
  content: "\f387";
}

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

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

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

.icon-coffee-togo:before {
  content: "\f6c5";
}

.icon-coffin:before {
  content: "\f6c6";
}

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

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

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

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

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

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

.icon-comment-alt-check:before {
  content: "\f4a2";
}

.icon-comment-alt-dollar:before {
  content: "\f650";
}

.icon-comment-alt-dots:before {
  content: "\f4a3";
}

.icon-comment-alt-edit:before {
  content: "\f4a4";
}

.icon-comment-alt-exclamation:before {
  content: "\f4a5";
}

.icon-comment-alt-lines:before {
  content: "\f4a6";
}

.icon-comment-alt-minus:before {
  content: "\f4a7";
}

.icon-comment-alt-plus:before {
  content: "\f4a8";
}

.icon-comment-alt-slash:before {
  content: "\f4a9";
}

.icon-comment-alt-smile:before {
  content: "\f4aa";
}

.icon-comment-alt-times:before {
  content: "\f4ab";
}

.icon-comment-check:before {
  content: "\f4ac";
}

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

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

.icon-comment-edit:before {
  content: "\f4ae";
}

.icon-comment-exclamation:before {
  content: "\f4af";
}

.icon-comment-lines:before {
  content: "\f4b0";
}

.icon-comment-minus:before {
  content: "\f4b1";
}

.icon-comment-plus:before {
  content: "\f4b2";
}

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

.icon-comment-smile:before {
  content: "\f4b4";
}

.icon-comment-times:before {
  content: "\f4b5";
}

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

.icon-comments-alt:before {
  content: "\f4b6";
}

.icon-comments-alt-dollar:before {
  content: "\f652";
}

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

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

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

.icon-compass-slash:before {
  content: "\f5e9";
}

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

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

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

.icon-compress-wide:before {
  content: "\f326";
}

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

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

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

.icon-container-storage:before {
  content: "\f4b7";
}

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

.icon-conveyor-belt:before {
  content: "\f46e";
}

.icon-conveyor-belt-alt:before {
  content: "\f46f";
}

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

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

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

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

.icon-corn:before {
  content: "\f6c7";
}

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

.icon-cow:before {
  content: "\f6c8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-credit-card-blank:before {
  content: "\f389";
}

.icon-credit-card-front:before {
  content: "\f38a";
}

.icon-cricket:before {
  content: "\f449";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-curling:before {
  content: "\f44a";
}

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

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

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

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

.icon-dagger:before {
  content: "\f6cb";
}

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

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

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

.icon-deer:before {
  content: "\f78e";
}

.icon-deer-rudolph:before {
  content: "\f78f";
}

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

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

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

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

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

.icon-desktop-alt:before {
  content: "\f390";
}

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

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

.icon-dewpoint:before {
  content: "\f748";
}

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

.icon-dhl:before {
  content: "\f790";
}

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

.icon-diamond:before {
  content: "\f219";
}

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

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

.icon-dice-d10:before {
  content: "\f6cd";
}

.icon-dice-d12:before {
  content: "\f6ce";
}

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

.icon-dice-d4:before {
  content: "\f6d0";
}

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

.icon-dice-d8:before {
  content: "\f6d2";
}

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

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

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

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

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

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

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

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

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

.icon-diploma:before {
  content: "\f5ea";
}

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

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

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

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

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

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

.icon-do-not-enter:before {
  content: "\f5ec";
}

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

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

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

.icon-dog-leashed:before {
  content: "\f6d4";
}

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

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

.icon-dolly-empty:before {
  content: "\f473";
}

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

.icon-dolly-flatbed-alt:before {
  content: "\f475";
}

.icon-dolly-flatbed-empty:before {
  content: "\f476";
}

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

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

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

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

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

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

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

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

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

.icon-draw-circle:before {
  content: "\f5ed";
}

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

.icon-draw-square:before {
  content: "\f5ef";
}

.icon-dreidel:before {
  content: "\f792";
}

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

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

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

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

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

.icon-drumstick:before {
  content: "\f6d6";
}

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

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

.icon-duck:before {
  content: "\f6d8";
}

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

.icon-dumpster:before {
  content: "\f793";
}

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

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

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

.icon-ear:before {
  content: "\f5f0";
}

.icon-ear-muffs:before {
  content: "\f795";
}

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

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

.icon-eclipse:before {
  content: "\f749";
}

.icon-eclipse-alt:before {
  content: "\f74a";
}

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

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

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

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

.icon-elephant:before {
  content: "\f6da";
}

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

.icon-ellipsis-h-alt:before {
  content: "\f39b";
}

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

.icon-ellipsis-v-alt:before {
  content: "\f39c";
}

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

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

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

.icon-empty-set:before {
  content: "\f656";
}

.icon-engine-warning:before {
  content: "\f5f2";
}

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

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

.icon-envelope-open-dollar:before {
  content: "\f657";
}

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

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

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

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

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

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

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

.icon-ethernet:before {
  content: "\f796";
}

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

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

.icon-exchange:before {
  content: "\f0ec";
}

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

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

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

.icon-exclamation-square:before {
  content: "\f321";
}

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

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

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

.icon-expand-arrows:before {
  content: "\f31d";
}

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

.icon-expand-wide:before {
  content: "\f320";
}

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

.icon-external-link:before {
  content: "\f08e";
}

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

.icon-external-link-square:before {
  content: "\f14c";
}

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

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

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

.icon-eye-evil:before {
  content: "\f6db";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-fedex:before {
  content: "\f797";
}

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

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

.icon-field-hockey:before {
  content: "\f44c";
}

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

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

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

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

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

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

.icon-file-certificate:before {
  content: "\f5f3";
}

.icon-file-chart-line:before {
  content: "\f659";
}

.icon-file-chart-pie:before {
  content: "\f65a";
}

.icon-file-check:before {
  content: "\f316";
}

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

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

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

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

.icon-file-edit:before {
  content: "\f31c";
}

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

.icon-file-exclamation:before {
  content: "\f31a";
}

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

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

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

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

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

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

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

.icon-file-minus:before {
  content: "\f318";
}

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

.icon-file-plus:before {
  content: "\f319";
}

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

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

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

.icon-file-spreadsheet:before {
  content: "\f65b";
}

.icon-file-times:before {
  content: "\f317";
}

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

.icon-file-user:before {
  content: "\f65c";
}

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

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

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

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

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

.icon-film-alt:before {
  content: "\f3a0";
}

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

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

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

.icon-fire-alt:before {
  content: "\f7e4";
}

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

.icon-fire-smoke:before {
  content: "\f74b";
}

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

.icon-fireplace:before {
  content: "\f79a";
}

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

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

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

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

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

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

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

.icon-flag-alt:before {
  content: "\f74c";
}

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

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

.icon-flame:before {
  content: "\f6df";
}

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

.icon-flask-poison:before {
  content: "\f6e0";
}

.icon-flask-potion:before {
  content: "\f6e1";
}

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

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

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

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

.icon-fog:before {
  content: "\f74e";
}

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

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

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

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

.icon-folder-times:before {
  content: "\f65f";
}

.icon-folders:before {
  content: "\f660";
}

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

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

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

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

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

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

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

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

.icon-football-helmet:before {
  content: "\f44f";
}

.icon-forklift:before {
  content: "\f47a";
}

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

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

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

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

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

.icon-fragile:before {
  content: "\f4bb";
}

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

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

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

.icon-frosty-head:before {
  content: "\f79b";
}

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

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

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

.icon-function:before {
  content: "\f661";
}

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

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

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

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

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

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

.icon-gas-pump-slash:before {
  content: "\f5f4";
}

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

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

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

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

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

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

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

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

.icon-gift-card:before {
  content: "\f663";
}

.icon-gifts:before {
  content: "\f79c";
}

.icon-gingerbread-man:before {
  content: "\f79d";
}

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

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

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

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

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

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

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

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

.icon-glass-champagne:before {
  content: "\f79e";
}

.icon-glass-cheers:before {
  content: "\f79f";
}

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

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

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

.icon-glass-whiskey-rocks:before {
  content: "\f7a1";
}

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

.icon-glasses-alt:before {
  content: "\f5f5";
}

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

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

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

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

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

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

.icon-globe-europe:before {
  content: "\f7a2";
}

.icon-globe-snow:before {
  content: "\f7a3";
}

.icon-globe-stand:before {
  content: "\f5f6";
}

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

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

.icon-golf-club:before {
  content: "\f451";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-grip-lines:before {
  content: "\f7a4";
}

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

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

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

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

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

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

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

.icon-h1:before {
  content: "\f313";
}

.icon-h2:before {
  content: "\f314";
}

.icon-h3:before {
  content: "\f315";
}

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

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

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

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

.icon-hammer-war:before {
  content: "\f6e4";
}

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

.icon-hand-heart:before {
  content: "\f4bc";
}

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

.icon-hand-holding-box:before {
  content: "\f47b";
}

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

.icon-hand-holding-magic:before {
  content: "\f6e5";
}

.icon-hand-holding-seedling:before {
  content: "\f4bf";
}

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

.icon-hand-holding-water:before {
  content: "\f4c1";
}

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

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

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

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

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

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

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

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

.icon-hand-receiving:before {
  content: "\f47c";
}

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

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

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

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

.icon-hands-heart:before {
  content: "\f4c3";
}

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

.icon-hands-usd:before {
  content: "\f4c5";
}

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

.icon-handshake-alt:before {
  content: "\f4c6";
}

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

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

.icon-hat-santa:before {
  content: "\f7a7";
}

.icon-hat-winter:before {
  content: "\f7a8";
}

.icon-hat-witch:before {
  content: "\f6e7";
}

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

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

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

.icon-head-side:before {
  content: "\f6e9";
}

.icon-head-vr:before {
  content: "\f6ea";
}

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

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

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

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

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

.icon-heart-broken:before {
  content: "\f7a9";
}

.icon-heart-circle:before {
  content: "\f4c7";
}

.icon-heart-rate:before {
  content: "\f5f8";
}

.icon-heart-square:before {
  content: "\f4c8";
}

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

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

.icon-helmet-battle:before {
  content: "\f6eb";
}

.icon-hexagon:before {
  content: "\f312";
}

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

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

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

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

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

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

.icon-hockey-mask:before {
  content: "\f6ee";
}

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

.icon-hockey-sticks:before {
  content: "\f454";
}

.icon-holly-berry:before {
  content: "\f7aa";
}

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

.icon-home-heart:before {
  content: "\f4c9";
}

.icon-hood-cloak:before {
  content: "\f6ef";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-house-flood:before {
  content: "\f74f";
}

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

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

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

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

.icon-humidity:before {
  content: "\f750";
}

.icon-hurricane:before {
  content: "\f751";
}

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

.icon-ice-skate:before {
  content: "\f7ac";
}

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

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

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

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

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

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

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

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

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

.icon-inbox-in:before {
  content: "\f310";
}

.icon-inbox-out:before {
  content: "\f311";
}

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

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

.icon-industry-alt:before {
  content: "\f3b3";
}

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

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

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

.icon-info-square:before {
  content: "\f30f";
}

.icon-inhaler:before {
  content: "\f5f9";
}

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

.icon-integral:before {
  content: "\f667";
}

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

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

.icon-intersection:before {
  content: "\f668";
}

.icon-inventory:before {
  content: "\f480";
}

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

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

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

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

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

.icon-jack-o-lantern:before {
  content: "\f30e";
}

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

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

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

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

.icon-jira:before {
  content: "\f7b1";
}

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

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

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

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

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

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

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

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

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

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

.icon-key-skeleton:before {
  content: "\f6f3";
}

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

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

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

.icon-keynote:before {
  content: "\f66c";
}

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

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

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

.icon-kidneys:before {
  content: "\f5fb";
}

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

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

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

.icon-kite:before {
  content: "\f6f4";
}

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

.icon-knife-kitchen:before {
  content: "\f6f5";
}

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

.icon-lambda:before {
  content: "\f66e";
}

.icon-lamp:before {
  content: "\f4ca";
}

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

.icon-landmark-alt:before {
  content: "\f752";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-layer-minus:before {
  content: "\f5fe";
}

.icon-layer-plus:before {
  content: "\f5ff";
}

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

.icon-leaf-heart:before {
  content: "\f4cb";
}

.icon-leaf-maple:before {
  content: "\f6f6";
}

.icon-leaf-oak:before {
  content: "\f6f7";
}

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

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

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

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

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

.icon-level-down:before {
  content: "\f149";
}

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

.icon-level-up:before {
  content: "\f148";
}

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

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

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

.icon-lightbulb-dollar:before {
  content: "\f670";
}

.icon-lightbulb-exclamation:before {
  content: "\f671";
}

.icon-lightbulb-on:before {
  content: "\f672";
}

.icon-lightbulb-slash:before {
  content: "\f673";
}

.icon-lights-holiday:before {
  content: "\f7b2";
}

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

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

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

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

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

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

.icon-lips:before {
  content: "\f600";
}

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

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

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

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

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

.icon-location:before {
  content: "\f601";
}

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

.icon-location-circle:before {
  content: "\f602";
}

.icon-location-slash:before {
  content: "\f603";
}

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

.icon-lock-alt:before {
  content: "\f30d";
}

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

.icon-lock-open-alt:before {
  content: "\f3c2";
}

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

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

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

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

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-loveseat:before {
  content: "\f4cc";
}

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

.icon-luchador:before {
  content: "\f455";
}

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

.icon-lungs:before {
  content: "\f604";
}

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

.icon-mace:before {
  content: "\f6f8";
}

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

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

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

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

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

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

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

.icon-mandolin:before {
  content: "\f6f9";
}

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

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

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

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

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

.icon-map-marker-alt-slash:before {
  content: "\f605";
}

.icon-map-marker-check:before {
  content: "\f606";
}

.icon-map-marker-edit:before {
  content: "\f607";
}

.icon-map-marker-exclamation:before {
  content: "\f608";
}

.icon-map-marker-minus:before {
  content: "\f609";
}

.icon-map-marker-plus:before {
  content: "\f60a";
}

.icon-map-marker-question:before {
  content: "\f60b";
}

.icon-map-marker-slash:before {
  content: "\f60c";
}

.icon-map-marker-smile:before {
  content: "\f60d";
}

.icon-map-marker-times:before {
  content: "\f60e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-megaphone:before {
  content: "\f675";
}

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

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

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

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

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

.icon-mendeley:before {
  content: "\f7b3";
}

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

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

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

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

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

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

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

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

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

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

.icon-mind-share:before {
  content: "\f677";
}

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

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

.icon-minus-hexagon:before {
  content: "\f307";
}

.icon-minus-octagon:before {
  content: "\f308";
}

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

.icon-mistletoe:before {
  content: "\f7b4";
}

.icon-mitten:before {
  content: "\f7b5";
}

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

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

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

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

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

.icon-mobile-android:before {
  content: "\f3ce";
}

.icon-mobile-android-alt:before {
  content: "\f3cf";
}

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

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

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

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

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

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

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

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

.icon-monitor-heart-rate:before {
  content: "\f611";
}

.icon-monkey:before {
  content: "\f6fb";
}

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

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

.icon-moon-cloud:before {
  content: "\f754";
}

.icon-moon-stars:before {
  content: "\f755";
}

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

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

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

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

.icon-mountains:before {
  content: "\f6fd";
}

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

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

.icon-mug-marshmallows:before {
  content: "\f7b7";
}

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

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

.icon-narwhal:before {
  content: "\f6fe";
}

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

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

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

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

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

.icon-nintendo-switch:before {
  content: "\f418";
}

.icon-node:before {
  content: "\f419";
}

.icon-node-js:before {
  content: "\f3d3";
}

.icon-not-equal:before {
  content: "\f53e";
}

.icon-notes-medical:before {
  content: "\f481";
}

.icon-npm:before {
  content: "\f3d4";
}

.icon-ns8:before {
  content: "\f3d5";
}

.icon-nutritionix:before {
  content: "\f3d6";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-octagon:before {
  content: "\f306";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-oil-can:before {
  content: "\f613";
}

.icon-oil-temp:before {
  content: "\f614";
}

.icon-old-republic:before {
  content: "\f510";
}

.icon-om:before {
  content: "\f679";
}

.icon-omega:before {
  content: "\f67a";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-ornament:before {
  content: "\f7b8";
}

.icon-osi:before {
  content: "\f41a";
}

.icon-otter:before {
  content: "\f700";
}

.icon-outdent:before {
  content: "\f03b";
}

.icon-page4:before {
  content: "\f3d7";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-paint-brush-alt:before {
  content: "\f5a9";
}

.icon-paint-roller:before {
  content: "\f5aa";
}

.icon-palette:before {
  content: "\f53f";
}

.icon-palfed:before {
  content: "\f3d8";
}

.icon-pallet:before {
  content: "\f482";
}

.icon-pallet-alt:before {
  content: "\f483";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-parachute-box:before {
  content: "\f4cd";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-parking:before {
  content: "\f540";
}

.icon-parking-circle:before {
  content: "\f615";
}

.icon-parking-circle-slash:before {
  content: "\f616";
}

.icon-parking-slash:before {
  content: "\f617";
}

.icon-passport:before {
  content: "\f5ab";
}

.icon-pastafarianism:before {
  content: "\f67b";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-patreon:before {
  content: "\f3d9";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-paw-alt:before {
  content: "\f701";
}

.icon-paw-claws:before {
  content: "\f702";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-peace:before {
  content: "\f67c";
}

.icon-pegasus:before {
  content: "\f703";
}

.icon-pen:before {
  content: "\f304";
}

.icon-pen-alt:before {
  content: "\f305";
}

.icon-pen-fancy:before {
  content: "\f5ac";
}

.icon-pen-nib:before {
  content: "\f5ad";
}

.icon-pen-square:before {
  content: "\f14b";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-pencil-alt:before {
  content: "\f303";
}

.icon-pencil-paintbrush:before {
  content: "\f618";
}

.icon-pencil-ruler:before {
  content: "\f5ae";
}

.icon-pennant:before {
  content: "\f456";
}

.icon-penny-arcade:before {
  content: "\f704";
}

.icon-people-carry:before {
  content: "\f4ce";
}

.icon-percent:before {
  content: "\f295";
}

.icon-percentage:before {
  content: "\f541";
}

.icon-periscope:before {
  content: "\f3da";
}

.icon-person-booth:before {
  content: "\f756";
}

.icon-person-carry:before {
  content: "\f4cf";
}

.icon-person-dolly:before {
  content: "\f4d0";
}

.icon-person-dolly-empty:before {
  content: "\f4d1";
}

.icon-person-sign:before {
  content: "\f757";
}

.icon-phabricator:before {
  content: "\f3db";
}

.icon-phoenix-framework:before {
  content: "\f3dc";
}

.icon-phoenix-squadron:before {
  content: "\f511";
}

.icon-phone:before {
  content: "\f095";
}

.icon-phone-office:before {
  content: "\f67d";
}

.icon-phone-plus:before {
  content: "\f4d2";
}

.icon-phone-slash:before {
  content: "\f3dd";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-phone-volume:before {
  content: "\f2a0";
}

.icon-php:before {
  content: "\f457";
}

.icon-pi:before {
  content: "\f67e";
}

.icon-pie:before {
  content: "\f705";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-pied-piper-hat:before {
  content: "\f4e5";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pig:before {
  content: "\f706";
}

.icon-piggy-bank:before {
  content: "\f4d3";
}

.icon-pills:before {
  content: "\f484";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-place-of-worship:before {
  content: "\f67f";
}

.icon-plane:before {
  content: "\f072";
}

.icon-plane-alt:before {
  content: "\f3de";
}

.icon-plane-arrival:before {
  content: "\f5af";
}

.icon-plane-departure:before {
  content: "\f5b0";
}

.icon-play:before {
  content: "\f04b";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-playstation:before {
  content: "\f3df";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-plus:before {
  content: "\f067";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-plus-hexagon:before {
  content: "\f300";
}

.icon-plus-octagon:before {
  content: "\f301";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-podium:before {
  content: "\f680";
}

.icon-podium-star:before {
  content: "\f758";
}

.icon-poll:before {
  content: "\f681";
}

.icon-poll-h:before {
  content: "\f682";
}

.icon-poll-people:before {
  content: "\f759";
}

.icon-poo:before {
  content: "\f2fe";
}

.icon-poo-storm:before {
  content: "\f75a";
}

.icon-poop:before {
  content: "\f619";
}

.icon-portrait:before {
  content: "\f3e0";
}

.icon-pound-sign:before {
  content: "\f154";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-pray:before {
  content: "\f683";
}

.icon-praying-hands:before {
  content: "\f684";
}

.icon-prescription:before {
  content: "\f5b1";
}

.icon-prescription-bottle:before {
  content: "\f485";
}

.icon-prescription-bottle-alt:before {
  content: "\f486";
}

.icon-presentation:before {
  content: "\f685";
}

.icon-print:before {
  content: "\f02f";
}

.icon-print-slash:before {
  content: "\f686";
}

.icon-procedures:before {
  content: "\f487";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-project-diagram:before {
  content: "\f542";
}

.icon-pumpkin:before {
  content: "\f707";
}

.icon-pushed:before {
  content: "\f3e1";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-python:before {
  content: "\f3e2";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-question:before {
  content: "\f128";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-question-square:before {
  content: "\f2fd";
}

.icon-quidditch:before {
  content: "\f458";
}

.icon-quinscape:before {
  content: "\f459";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-quran:before {
  content: "\f687";
}

.icon-r-project:before {
  content: "\f4f7";
}

.icon-rabbit:before {
  content: "\f708";
}

.icon-rabbit-fast:before {
  content: "\f709";
}

.icon-racquet:before {
  content: "\f45a";
}

.icon-radiation:before {
  content: "\f7b9";
}

.icon-radiation-alt:before {
  content: "\f7ba";
}

.icon-rainbow:before {
  content: "\f75b";
}

.icon-raindrops:before {
  content: "\f75c";
}

.icon-ram:before {
  content: "\f70a";
}

.icon-ramp-loading:before {
  content: "\f4d4";
}

.icon-random:before {
  content: "\f074";
}

.icon-raspberry-pi:before {
  content: "\f7bb";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-react:before {
  content: "\f41b";
}

.icon-reacteurope:before {
  content: "\f75d";
}

.icon-readme:before {
  content: "\f4d5";
}

.icon-rebel:before {
  content: "\f1d0";
}

.icon-receipt:before {
  content: "\f543";
}

.icon-rectangle-landscape:before {
  content: "\f2fa";
}

.icon-rectangle-portrait:before {
  content: "\f2fb";
}

.icon-rectangle-wide:before {
  content: "\f2fc";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-red-river:before {
  content: "\f3e3";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-redhat:before {
  content: "\f7bc";
}

.icon-redo:before {
  content: "\f01e";
}

.icon-redo-alt:before {
  content: "\f2f9";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-repeat:before {
  content: "\f363";
}

.icon-repeat-1:before {
  content: "\f365";
}

.icon-repeat-1-alt:before {
  content: "\f366";
}

.icon-repeat-alt:before {
  content: "\f364";
}

.icon-reply:before {
  content: "\f3e5";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-replyd:before {
  content: "\f3e6";
}

.icon-republican:before {
  content: "\f75e";
}

.icon-researchgate:before {
  content: "\f4f8";
}

.icon-resolving:before {
  content: "\f3e7";
}

.icon-restroom:before {
  content: "\f7bd";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-retweet-alt:before {
  content: "\f361";
}

.icon-rev:before {
  content: "\f5b2";
}

.icon-ribbon:before {
  content: "\f4d6";
}

.icon-ring:before {
  content: "\f70b";
}

.icon-road:before {
  content: "\f018";
}

.icon-robot:before {
  content: "\f544";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-rocketchat:before {
  content: "\f3e8";
}

.icon-rockrms:before {
  content: "\f3e9";
}

.icon-route:before {
  content: "\f4d7";
}

.icon-route-highway:before {
  content: "\f61a";
}

.icon-route-interstate:before {
  content: "\f61b";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-ruble-sign:before {
  content: "\f158";
}

.icon-ruler:before {
  content: "\f545";
}

.icon-ruler-combined:before {
  content: "\f546";
}

.icon-ruler-horizontal:before {
  content: "\f547";
}

.icon-ruler-triangle:before {
  content: "\f61c";
}

.icon-ruler-vertical:before {
  content: "\f548";
}

.icon-running:before {
  content: "\f70c";
}

.icon-rupee-sign:before {
  content: "\f156";
}

.icon-rv:before {
  content: "\f7be";
}

.icon-sad-cry:before {
  content: "\f5b3";
}

.icon-sad-tear:before {
  content: "\f5b4";
}

.icon-safari:before {
  content: "\f267";
}

.icon-sass:before {
  content: "\f41e";
}

.icon-satellite:before {
  content: "\f7bf";
}

.icon-satellite-dish:before {
  content: "\f7c0";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-scalpel:before {
  content: "\f61d";
}

.icon-scalpel-path:before {
  content: "\f61e";
}

.icon-scanner:before {
  content: "\f488";
}

.icon-scanner-keyboard:before {
  content: "\f489";
}

.icon-scanner-touchscreen:before {
  content: "\f48a";
}

.icon-scarecrow:before {
  content: "\f70d";
}

.icon-scarf:before {
  content: "\f7c1";
}

.icon-schlix:before {
  content: "\f3ea";
}

.icon-school:before {
  content: "\f549";
}

.icon-screwdriver:before {
  content: "\f54a";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-scroll:before {
  content: "\f70e";
}

.icon-scroll-old:before {
  content: "\f70f";
}

.icon-scrubber:before {
  content: "\f2f8";
}

.icon-scythe:before {
  content: "\f710";
}

.icon-sd-card:before {
  content: "\f7c2";
}

.icon-search:before {
  content: "\f002";
}

.icon-search-dollar:before {
  content: "\f688";
}

.icon-search-location:before {
  content: "\f689";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-searchengin:before {
  content: "\f3eb";
}

.icon-seedling:before {
  content: "\f4d8";
}

.icon-sellcast:before {
  content: "\f2da";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-server:before {
  content: "\f233";
}

.icon-servicestack:before {
  content: "\f3ec";
}

.icon-shapes:before {
  content: "\f61f";
}

.icon-share:before {
  content: "\f064";
}

.icon-share-all:before {
  content: "\f367";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-sheep:before {
  content: "\f711";
}

.icon-shekel-sign:before {
  content: "\f20b";
}

.icon-shield:before {
  content: "\f132";
}

.icon-shield-alt:before {
  content: "\f3ed";
}

.icon-shield-check:before {
  content: "\f2f7";
}

.icon-shield-cross:before {
  content: "\f712";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-shipping-fast:before {
  content: "\f48b";
}

.icon-shipping-timed:before {
  content: "\f48c";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-shoe-prints:before {
  content: "\f54b";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-shopware:before {
  content: "\f5b5";
}

.icon-shovel:before {
  content: "\f713";
}

.icon-shovel-snow:before {
  content: "\f7c3";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-shredder:before {
  content: "\f68a";
}

.icon-shuttle-van:before {
  content: "\f5b6";
}

.icon-shuttlecock:before {
  content: "\f45b";
}

.icon-sigma:before {
  content: "\f68b";
}

.icon-sign:before {
  content: "\f4d9";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-sign-in-alt:before {
  content: "\f2f6";
}

.icon-sign-language:before {
  content: "\f2a7";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-sign-out-alt:before {
  content: "\f2f5";
}

.icon-signal:before {
  content: "\f012";
}

.icon-signal-1:before {
  content: "\f68c";
}

.icon-signal-2:before {
  content: "\f68d";
}

.icon-signal-3:before {
  content: "\f68e";
}

.icon-signal-4:before {
  content: "\f68f";
}

.icon-signal-alt:before {
  content: "\f690";
}

.icon-signal-alt-1:before {
  content: "\f691";
}

.icon-signal-alt-2:before {
  content: "\f692";
}

.icon-signal-alt-3:before {
  content: "\f693";
}

.icon-signal-alt-slash:before {
  content: "\f694";
}

.icon-signal-slash:before {
  content: "\f695";
}

.icon-signature:before {
  content: "\f5b7";
}

.icon-sim-card:before {
  content: "\f7c4";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-sistrix:before {
  content: "\f3ee";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-sith:before {
  content: "\f512";
}

.icon-skating:before {
  content: "\f7c5";
}

.icon-skeleton:before {
  content: "\f620";
}

.icon-sketch:before {
  content: "\f7c6";
}

.icon-ski-jump:before {
  content: "\f7c7";
}

.icon-ski-lift:before {
  content: "\f7c8";
}

.icon-skiing:before {
  content: "\f7c9";
}

.icon-skiing-nordic:before {
  content: "\f7ca";
}

.icon-skull:before {
  content: "\f54c";
}

.icon-skull-crossbones:before {
  content: "\f714";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-slack:before {
  content: "\f198";
}

.icon-slack-hash:before {
  content: "\f3ef";
}

.icon-slash:before {
  content: "\f715";
}

.icon-sledding:before {
  content: "\f7cb";
}

.icon-sleigh:before {
  content: "\f7cc";
}

.icon-sliders-h:before {
  content: "\f1de";
}

.icon-sliders-h-square:before {
  content: "\f3f0";
}

.icon-sliders-v:before {
  content: "\f3f1";
}

.icon-sliders-v-square:before {
  content: "\f3f2";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-smile:before {
  content: "\f118";
}

.icon-smile-beam:before {
  content: "\f5b8";
}

.icon-smile-plus:before {
  content: "\f5b9";
}

.icon-smile-wink:before {
  content: "\f4da";
}

.icon-smog:before {
  content: "\f75f";
}

.icon-smoke:before {
  content: "\f760";
}

.icon-smoking:before {
  content: "\f48d";
}

.icon-smoking-ban:before {
  content: "\f54d";
}

.icon-sms:before {
  content: "\f7cd";
}

.icon-snake:before {
  content: "\f716";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-snow-blowing:before {
  content: "\f761";
}

.icon-snowboarding:before {
  content: "\f7ce";
}

.icon-snowflake:before {
  content: "\f2dc";
}

.icon-snowflakes:before {
  content: "\f7cf";
}

.icon-snowman:before {
  content: "\f7d0";
}

.icon-snowmobile:before {
  content: "\f7d1";
}

.icon-snowplow:before {
  content: "\f7d2";
}

.icon-socks:before {
  content: "\f696";
}

.icon-solar-panel:before {
  content: "\f5ba";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-alpha-down:before {
  content: "\f15d";
}

.icon-sort-alpha-up:before {
  content: "\f15e";
}

.icon-sort-amount-down:before {
  content: "\f160";
}

.icon-sort-amount-up:before {
  content: "\f161";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-numeric-down:before {
  content: "\f162";
}

.icon-sort-numeric-up:before {
  content: "\f163";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-sourcetree:before {
  content: "\f7d3";
}

.icon-spa:before {
  content: "\f5bb";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-spade:before {
  content: "\f2f4";
}

.icon-speakap:before {
  content: "\f3f3";
}

.icon-spider:before {
  content: "\f717";
}

.icon-spider-black-widow:before {
  content: "\f718";
}

.icon-spider-web:before {
  content: "\f719";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-spinner-third:before {
  content: "\f3f4";
}

.icon-splotch:before {
  content: "\f5bc";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-spray-can:before {
  content: "\f5bd";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-square-full:before {
  content: "\f45c";
}

.icon-square-root:before {
  content: "\f697";
}

.icon-square-root-alt:before {
  content: "\f698";
}

.icon-squarespace:before {
  content: "\f5be";
}

.icon-squirrel:before {
  content: "\f71a";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-staff:before {
  content: "\f71b";
}

.icon-stamp:before {
  content: "\f5bf";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-and-crescent:before {
  content: "\f699";
}

.icon-star-christmas:before {
  content: "\f7d4";
}

.icon-star-exclamation:before {
  content: "\f2f3";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-star-half-alt:before {
  content: "\f5c0";
}

.icon-star-of-david:before {
  content: "\f69a";
}

.icon-star-of-life:before {
  content: "\f621";
}

.icon-stars:before {
  content: "\f762";
}

.icon-staylinked:before {
  content: "\f3f5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-steam-symbol:before {
  content: "\f3f6";
}

.icon-steering-wheel:before {
  content: "\f622";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-sticker-mule:before {
  content: "\f3f7";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-stocking:before {
  content: "\f7d5";
}

.icon-stomach:before {
  content: "\f623";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stopwatch:before {
  content: "\f2f2";
}

.icon-store:before {
  content: "\f54e";
}

.icon-store-alt:before {
  content: "\f54f";
}

.icon-strava:before {
  content: "\f428";
}

.icon-stream:before {
  content: "\f550";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-stripe:before {
  content: "\f429";
}

.icon-stripe-s:before {
  content: "\f42a";
}

.icon-stroopwafel:before {
  content: "\f551";
}

.icon-studiovinari:before {
  content: "\f3f8";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-subway:before {
  content: "\f239";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-suitcase-rolling:before {
  content: "\f5c1";
}

.icon-sun:before {
  content: "\f185";
}

.icon-sun-cloud:before {
  content: "\f763";
}

.icon-sun-dust:before {
  content: "\f764";
}

.icon-sun-haze:before {
  content: "\f765";
}

.icon-sunrise:before {
  content: "\f766";
}

.icon-sunset:before {
  content: "\f767";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-supple:before {
  content: "\f3f9";
}

.icon-surprise:before {
  content: "\f5c2";
}

.icon-suse:before {
  content: "\f7d6";
}

.icon-swatchbook:before {
  content: "\f5c3";
}

.icon-swimmer:before {
  content: "\f5c4";
}

.icon-swimming-pool:before {
  content: "\f5c5";
}

.icon-sword:before {
  content: "\f71c";
}

.icon-swords:before {
  content: "\f71d";
}

.icon-synagogue:before {
  content: "\f69b";
}

.icon-sync:before {
  content: "\f021";
}

.icon-sync-alt:before {
  content: "\f2f1";
}

.icon-syringe:before {
  content: "\f48e";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-table-tennis:before {
  content: "\f45d";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-tablet-alt:before {
  content: "\f3fa";
}

.icon-tablet-android:before {
  content: "\f3fb";
}

.icon-tablet-android-alt:before {
  content: "\f3fc";
}

.icon-tablet-rugged:before {
  content: "\f48f";
}

.icon-tablets:before {
  content: "\f490";
}

.icon-tachometer:before {
  content: "\f0e4";
}

.icon-tachometer-alt:before {
  content: "\f3fd";
}

.icon-tachometer-alt-average:before {
  content: "\f624";
}

.icon-tachometer-alt-fast:before {
  content: "\f625";
}

.icon-tachometer-alt-fastest:before {
  content: "\f626";
}

.icon-tachometer-alt-slow:before {
  content: "\f627";
}

.icon-tachometer-alt-slowest:before {
  content: "\f628";
}

.icon-tachometer-average:before {
  content: "\f629";
}

.icon-tachometer-fast:before {
  content: "\f62a";
}

.icon-tachometer-fastest:before {
  content: "\f62b";
}

.icon-tachometer-slow:before {
  content: "\f62c";
}

.icon-tachometer-slowest:before {
  content: "\f62d";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-tally:before {
  content: "\f69c";
}

.icon-tape:before {
  content: "\f4db";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-teamspeak:before {
  content: "\f4f9";
}

.icon-teeth:before {
  content: "\f62e";
}

.icon-teeth-open:before {
  content: "\f62f";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-telegram-plane:before {
  content: "\f3fe";
}

.icon-temperature-frigid:before {
  content: "\f768";
}

.icon-temperature-high:before {
  content: "\f769";
}

.icon-temperature-hot:before {
  content: "\f76a";
}

.icon-temperature-low:before {
  content: "\f76b";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-tenge:before {
  content: "\f7d7";
}

.icon-tennis-ball:before {
  content: "\f45e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-the-red-yeti:before {
  content: "\f69d";
}

.icon-theater-masks:before {
  content: "\f630";
}

.icon-themeco:before {
  content: "\f5c6";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-thermometer:before {
  content: "\f491";
}

.icon-thermometer-empty:before {
  content: "\f2cb";
}

.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-thermometer-half:before {
  content: "\f2c9";
}

.icon-thermometer-quarter:before {
  content: "\f2ca";
}

.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}

.icon-theta:before {
  content: "\f69e";
}

.icon-think-peaks:before {
  content: "\f731";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbtack:before {
  content: "\f08d";
}

.icon-thunderstorm:before {
  content: "\f76c";
}

.icon-thunderstorm-moon:before {
  content: "\f76d";
}

.icon-thunderstorm-sun:before {
  content: "\f76e";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-ticket-alt:before {
  content: "\f3ff";
}

.icon-tilde:before {
  content: "\f69f";
}

.icon-times:before {
  content: "\f00d";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-times-hexagon:before {
  content: "\f2ee";
}

.icon-times-octagon:before {
  content: "\f2f0";
}

.icon-times-square:before {
  content: "\f2d3";
}

.icon-tint:before {
  content: "\f043";
}

.icon-tint-slash:before {
  content: "\f5c7";
}

.icon-tire:before {
  content: "\f631";
}

.icon-tire-flat:before {
  content: "\f632";
}

.icon-tire-pressure-warning:before {
  content: "\f633";
}

.icon-tire-rugged:before {
  content: "\f634";
}

.icon-tired:before {
  content: "\f5c8";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-toilet:before {
  content: "\f7d8";
}

.icon-toilet-paper:before {
  content: "\f71e";
}

.icon-toilet-paper-alt:before {
  content: "\f71f";
}

.icon-tombstone:before {
  content: "\f720";
}

.icon-tombstone-alt:before {
  content: "\f721";
}

.icon-toolbox:before {
  content: "\f552";
}

.icon-tools:before {
  content: "\f7d9";
}

.icon-tooth:before {
  content: "\f5c9";
}

.icon-toothbrush:before {
  content: "\f635";
}

.icon-torah:before {
  content: "\f6a0";
}

.icon-torii-gate:before {
  content: "\f6a1";
}

.icon-tornado:before {
  content: "\f76f";
}

.icon-tractor:before {
  content: "\f722";
}

.icon-trade-federation:before {
  content: "\f513";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-traffic-cone:before {
  content: "\f636";
}

.icon-traffic-light:before {
  content: "\f637";
}

.icon-traffic-light-go:before {
  content: "\f638";
}

.icon-traffic-light-slow:before {
  content: "\f639";
}

.icon-traffic-light-stop:before {
  content: "\f63a";
}

.icon-train:before {
  content: "\f238";
}

.icon-tram:before {
  content: "\f7da";
}

.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-trash-alt:before {
  content: "\f2ed";
}

.icon-treasure-chest:before {
  content: "\f723";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-tree-alt:before {
  content: "\f400";
}

.icon-tree-christmas:before {
  content: "\f7db";
}

.icon-tree-decorated:before {
  content: "\f7dc";
}

.icon-tree-large:before {
  content: "\f7dd";
}

.icon-trees:before {
  content: "\f724";
}

.icon-trello:before {
  content: "\f181";
}

.icon-triangle:before {
  content: "\f2ec";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-trophy-alt:before {
  content: "\f2eb";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-truck-container:before {
  content: "\f4dc";
}

.icon-truck-couch:before {
  content: "\f4dd";
}

.icon-truck-loading:before {
  content: "\f4de";
}

.icon-truck-monster:before {
  content: "\f63b";
}

.icon-truck-moving:before {
  content: "\f4df";
}

.icon-truck-pickup:before {
  content: "\f63c";
}

.icon-truck-plow:before {
  content: "\f7de";
}

.icon-truck-ramp:before {
  content: "\f4e0";
}

.icon-tshirt:before {
  content: "\f553";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-turkey:before {
  content: "\f725";
}

.icon-turtle:before {
  content: "\f726";
}

.icon-tv:before {
  content: "\f26c";
}

.icon-tv-retro:before {
  content: "\f401";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-typo3:before {
  content: "\f42b";
}

.icon-uber:before {
  content: "\f402";
}

.icon-ubuntu:before {
  content: "\f7df";
}

.icon-uikit:before {
  content: "\f403";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-umbrella-beach:before {
  content: "\f5ca";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-undo-alt:before {
  content: "\f2ea";
}

.icon-unicorn:before {
  content: "\f727";
}

.icon-union:before {
  content: "\f6a2";
}

.icon-uniregistry:before {
  content: "\f404";
}

.icon-universal-access:before {
  content: "\f29a";
}

.icon-university:before {
  content: "\f19c";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-untappd:before {
  content: "\f405";
}

.icon-upload:before {
  content: "\f093";
}

.icon-ups:before {
  content: "\f7e0";
}

.icon-usb:before {
  content: "\f287";
}

.icon-usd-circle:before {
  content: "\f2e8";
}

.icon-usd-square:before {
  content: "\f2e9";
}

.icon-user:before {
  content: "\f007";
}

.icon-user-alt:before {
  content: "\f406";
}

.icon-user-alt-slash:before {
  content: "\f4fa";
}

.icon-user-astronaut:before {
  content: "\f4fb";
}

.icon-user-chart:before {
  content: "\f6a3";
}

.icon-user-check:before {
  content: "\f4fc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-clock:before {
  content: "\f4fd";
}

.icon-user-cog:before {
  content: "\f4fe";
}

.icon-user-crown:before {
  content: "\f6a4";
}

.icon-user-edit:before {
  content: "\f4ff";
}

.icon-user-friends:before {
  content: "\f500";
}

.icon-user-graduate:before {
  content: "\f501";
}

.icon-user-injured:before {
  content: "\f728";
}

.icon-user-lock:before {
  content: "\f502";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-user-minus:before {
  content: "\f503";
}

.icon-user-ninja:before {
  content: "\f504";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-user-shield:before {
  content: "\f505";
}

.icon-user-slash:before {
  content: "\f506";
}

.icon-user-tag:before {
  content: "\f507";
}

.icon-user-tie:before {
  content: "\f508";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-users-class:before {
  content: "\f63d";
}

.icon-users-cog:before {
  content: "\f509";
}

.icon-users-crown:before {
  content: "\f6a5";
}

.icon-usps:before {
  content: "\f7e1";
}

.icon-ussunnah:before {
  content: "\f407";
}

.icon-utensil-fork:before {
  content: "\f2e3";
}

.icon-utensil-knife:before {
  content: "\f2e4";
}

.icon-utensil-spoon:before {
  content: "\f2e5";
}

.icon-utensils:before {
  content: "\f2e7";
}

.icon-utensils-alt:before {
  content: "\f2e6";
}

.icon-vaadin:before {
  content: "\f408";
}

.icon-value-absolute:before {
  content: "\f6a6";
}

.icon-vector-square:before {
  content: "\f5cb";
}

.icon-venus:before {
  content: "\f221";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-vial:before {
  content: "\f492";
}

.icon-vials:before {
  content: "\f493";
}

.icon-viber:before {
  content: "\f409";
}

.icon-video:before {
  content: "\f03d";
}

.icon-video-plus:before {
  content: "\f4e1";
}

.icon-video-slash:before {
  content: "\f4e2";
}

.icon-vihara:before {
  content: "\f6a7";
}

.icon-vimeo:before {
  content: "\f40a";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-vimeo-v:before {
  content: "\f27d";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-vk:before {
  content: "\f189";
}

.icon-vnv:before {
  content: "\f40b";
}

.icon-volcano:before {
  content: "\f770";
}

.icon-volleyball-ball:before {
  content: "\f45f";
}

.icon-volume:before {
  content: "\f6a8";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-mute:before {
  content: "\f6a9";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-slash:before {
  content: "\f2e2";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-vote-nay:before {
  content: "\f771";
}

.icon-vote-yea:before {
  content: "\f772";
}

.icon-vr-cardboard:before {
  content: "\f729";
}

.icon-vuejs:before {
  content: "\f41f";
}

.icon-walking:before {
  content: "\f554";
}

.icon-wallet:before {
  content: "\f555";
}

.icon-wand:before {
  content: "\f72a";
}

.icon-wand-magic:before {
  content: "\f72b";
}

.icon-warehouse:before {
  content: "\f494";
}

.icon-warehouse-alt:before {
  content: "\f495";
}

.icon-watch:before {
  content: "\f2e1";
}

.icon-watch-fitness:before {
  content: "\f63e";
}

.icon-water:before {
  content: "\f773";
}

.icon-water-lower:before {
  content: "\f774";
}

.icon-water-rise:before {
  content: "\f775";
}

.icon-weebly:before {
  content: "\f5cc";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-weight:before {
  content: "\f496";
}

.icon-weight-hanging:before {
  content: "\f5cd";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-whale:before {
  content: "\f72c";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-whatsapp-square:before {
  content: "\f40c";
}

.icon-wheat:before {
  content: "\f72d";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-whistle:before {
  content: "\f460";
}

.icon-whmcs:before {
  content: "\f40d";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-wifi-1:before {
  content: "\f6aa";
}

.icon-wifi-2:before {
  content: "\f6ab";
}

.icon-wifi-slash:before {
  content: "\f6ac";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-wind:before {
  content: "\f72e";
}

.icon-wind-warning:before {
  content: "\f776";
}

.icon-window:before {
  content: "\f40e";
}

.icon-window-alt:before {
  content: "\f40f";
}

.icon-window-close:before {
  content: "\f410";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-windsock:before {
  content: "\f777";
}

.icon-wine-bottle:before {
  content: "\f72f";
}

.icon-wine-glass:before {
  content: "\f4e3";
}

.icon-wine-glass-alt:before {
  content: "\f5ce";
}

.icon-wix:before {
  content: "\f5cf";
}

.icon-wizards-of-the-coast:before {
  content: "\f730";
}

.icon-wolf-pack-battalion:before {
  content: "\f514";
}

.icon-won-sign:before {
  content: "\f159";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-wordpress-simple:before {
  content: "\f411";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-wpressr:before {
  content: "\f3e4";
}

.icon-wreath:before {
  content: "\f7e2";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-x-ray:before {
  content: "\f497";
}

.icon-xbox:before {
  content: "\f412";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-yandex:before {
  content: "\f413";
}

.icon-yandex-international:before {
  content: "\f414";
}

.icon-yarn:before {
  content: "\f7e3";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-yen-sign:before {
  content: "\f157";
}

.icon-yin-yang:before {
  content: "\f6ad";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-square:before {
  content: "\f431";
}

.icon-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;
}

/************************************************
*	UTILITY: ;						            *
************************************************/
/************************************************
*	Flexbox  									*
************************************************/
.flex-w,
.flex-l,
.flex-r,
.flex-c,
.flex-sa,
.flex-sb,
.flex-t,
.flex-b,
.flex-m,
.flex-str,
.flex-c-m,
.flex-c-t,
.flex-c-b,
.flex-c-str,
.flex-l-m,
.flex-r-m,
.flex-sa-m,
.flex-sb-m,
.flex-col-l,
.flex-col-r,
.flex-col-c,
.flex-col-str,
.flex-col-t,
.flex-col-b,
.flex-col-m,
.flex-col-sb,
.flex-col-sa,
.flex-col-c-m,
.flex-col-l-m,
.flex-col-r-m,
.flex-col-str-m,
.flex-col-c-t,
.flex-col-c-b,
.flex-col-c-sb,
.flex-col-c-sa,
.flex-row,
.flex-row-rev,
.flex-col,
.flex-col-rev,
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

/* ------------------------------------ */
.flex-w {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ------------------------------------ */
.flex-l {
  justify-content: flex-start;
}

.flex-r {
  justify-content: flex-end;
}

.flex-c {
  justify-content: center;
}

.flex-sa {
  justify-content: space-around;
}

.flex-sb {
  justify-content: space-between;
}

/* ------------------------------------ */
.flex-t {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex-b {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-m {
  -ms-align-items: center;
  align-items: center;
}

.flex-str {
  -ms-align-items: stretch;
  align-items: stretch;
}

/* ------------------------------------ */
.flex-c-m {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-c-t {
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex-c-b {
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-c-str {
  justify-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex-l-m {
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.flex-r-m {
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.flex-sa-m {
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
}

.flex-sb-m {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

/* ------------------------------------ */
.flex-col-l {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex-col-r {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-col-c {
  -ms-align-items: center;
  align-items: center;
}

.flex-col-str {
  -ms-align-items: stretch;
  align-items: stretch;
}

/*---------------------------------------------*/
.flex-col-t {
  justify-content: flex-start;
}

.flex-col-b {
  justify-content: flex-end;
}

.flex-col-m {
  justify-content: center;
}

.flex-col-sb {
  justify-content: space-between;
}

.flex-col-sa {
  justify-content: space-around;
}

/*---------------------------------------------*/
.flex-col-c-m {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.flex-col-l-m {
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
}

.flex-col-r-m {
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
}

.flex-col-str-m {
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: center;
}

.flex-col-c-t {
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-c-b {
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-c-sb {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-c-sa {
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
}

/* ------------------------------------ */
.flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col-l,
.flex-col-r,
.flex-col-c,
.flex-col-str,
.flex-col-t,
.flex-col-b,
.flex-col-m,
.flex-col-sb,
.flex-col-sa,
.flex-col-c-m,
.flex-col-l-m,
.flex-col-r-m,
.flex-col-str-m,
.flex-col-c-t,
.flex-col-c-b,
.flex-col-c-sb,
.flex-col-c-sa,
.flex-col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.flex-col-rev {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* ------------------------------------ */
.marginTopAuto {
  margin-top: auto;
}

.marginLeftAuto {
  margin-left: auto;
}

.marginBottomAuto {
  margin-bottom: auto;
}

.marginRightAuto {
  margin-right: auto;
}

/************************************************
*   CSS Reset 					*
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, #mobileNavTrigger span, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

:focus {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #FFFFBF;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
  line-height: 18px;
  opacity: 0.85;
  display: inline-block;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/************************************************
*	Colors								*
************************************************/
.color-white a,
.color-white h1, .color-white .h1,
.color-white h2, .color-white .h2,
.color-white h3, .color-white .h3,
.color-white h4, .color-white .h4,
.color-white h5, .color-white .h5, .color-white .faqElement-question p, .faqElement-question .color-white p,
.color-white h6,
.color-white #mobileNavTrigger span,
#mobileNavTrigger .color-white span,
.color-white label, .color-white .h6,
.color-white {
  color: #fafafa !important;
}

.color-white-hover:hover a,
.color-white-hover:hover h1, .color-white-hover:hover .h1,
.color-white-hover:hover h2, .color-white-hover:hover .h2,
.color-white-hover:hover h3, .color-white-hover:hover .h3,
.color-white-hover:hover h4, .color-white-hover:hover .h4,
.color-white-hover:hover h5, .color-white-hover:hover .h5, .color-white-hover:hover .faqElement-question p, .faqElement-question .color-white-hover:hover p,
.color-white-hover:hover h6,
.color-white-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-white-hover:hover span,
.color-white-hover:hover label, .color-white-hover:hover .h6,
.color-white-hover:hover {
  color: #fafafa !important;
}

.bg-white {
  background: #fafafa !important;
}

.bg-white-0 {
  background: rgba(250, 250, 250, 0) !important;
}

.bg-white-5 {
  background: rgba(250, 250, 250, 0.05) !important;
}

.bg-white-10 {
  background: rgba(250, 250, 250, 0.1) !important;
}

.bg-white-15 {
  background: rgba(250, 250, 250, 0.15) !important;
}

.bg-white-20 {
  background: rgba(250, 250, 250, 0.2) !important;
}

.bg-white-25 {
  background: rgba(250, 250, 250, 0.25) !important;
}

.bg-white-30 {
  background: rgba(250, 250, 250, 0.3) !important;
}

.bg-white-35 {
  background: rgba(250, 250, 250, 0.35) !important;
}

.bg-white-40 {
  background: rgba(250, 250, 250, 0.4) !important;
}

.bg-white-45 {
  background: rgba(250, 250, 250, 0.45) !important;
}

.bg-white-50 {
  background: rgba(250, 250, 250, 0.5) !important;
}

.bg-white-55 {
  background: rgba(250, 250, 250, 0.55) !important;
}

.bg-white-60 {
  background: rgba(250, 250, 250, 0.6) !important;
}

.bg-white-65 {
  background: rgba(250, 250, 250, 0.65) !important;
}

.bg-white-70 {
  background: rgba(250, 250, 250, 0.7) !important;
}

.bg-white-75 {
  background: rgba(250, 250, 250, 0.75) !important;
}

.bg-white-80 {
  background: rgba(250, 250, 250, 0.8) !important;
}

.bg-white-85 {
  background: rgba(250, 250, 250, 0.85) !important;
}

.bg-white-90 {
  background: rgba(250, 250, 250, 0.9) !important;
}

.bg-white-95 {
  background: rgba(250, 250, 250, 0.95) !important;
}

.bg-white-100 {
  background: #fafafa !important;
}

.bg-white-hover:hover {
  background: #fafafa !important;
}

.color-white-light a,
.color-white-light h1, .color-white-light .h1,
.color-white-light h2, .color-white-light .h2,
.color-white-light h3, .color-white-light .h3,
.color-white-light h4, .color-white-light .h4,
.color-white-light h5, .color-white-light .h5, .color-white-light .faqElement-question p, .faqElement-question .color-white-light p,
.color-white-light h6,
.color-white-light #mobileNavTrigger span,
#mobileNavTrigger .color-white-light span,
.color-white-light label, .color-white-light .h6,
.color-white-light {
  color: white !important;
}

.color-white-light-hover:hover a,
.color-white-light-hover:hover h1, .color-white-light-hover:hover .h1,
.color-white-light-hover:hover h2, .color-white-light-hover:hover .h2,
.color-white-light-hover:hover h3, .color-white-light-hover:hover .h3,
.color-white-light-hover:hover h4, .color-white-light-hover:hover .h4,
.color-white-light-hover:hover h5, .color-white-light-hover:hover .h5, .color-white-light-hover:hover .faqElement-question p, .faqElement-question .color-white-light-hover:hover p,
.color-white-light-hover:hover h6,
.color-white-light-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-white-light-hover:hover span,
.color-white-light-hover:hover label, .color-white-light-hover:hover .h6,
.color-white-light-hover:hover {
  color: white !important;
}

.bg-white-light {
  background: white !important;
}

.bg-white-light-0 {
  background: rgba(255, 255, 255, 0) !important;
}

.bg-white-light-5 {
  background: rgba(255, 255, 255, 0.05) !important;
}

.bg-white-light-10 {
  background: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-light-15 {
  background: rgba(255, 255, 255, 0.15) !important;
}

.bg-white-light-20 {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-light-25 {
  background: rgba(255, 255, 255, 0.25) !important;
}

.bg-white-light-30 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.bg-white-light-35 {
  background: rgba(255, 255, 255, 0.35) !important;
}

.bg-white-light-40 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-white-light-45 {
  background: rgba(255, 255, 255, 0.45) !important;
}

.bg-white-light-50 {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-light-55 {
  background: rgba(255, 255, 255, 0.55) !important;
}

.bg-white-light-60 {
  background: rgba(255, 255, 255, 0.6) !important;
}

.bg-white-light-65 {
  background: rgba(255, 255, 255, 0.65) !important;
}

.bg-white-light-70 {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-white-light-75 {
  background: rgba(255, 255, 255, 0.75) !important;
}

.bg-white-light-80 {
  background: rgba(255, 255, 255, 0.8) !important;
}

.bg-white-light-85 {
  background: rgba(255, 255, 255, 0.85) !important;
}

.bg-white-light-90 {
  background: rgba(255, 255, 255, 0.9) !important;
}

.bg-white-light-95 {
  background: rgba(255, 255, 255, 0.95) !important;
}

.bg-white-light-100 {
  background: white !important;
}

.bg-white-light-hover:hover {
  background: white !important;
}

.color-white-dark a,
.color-white-dark h1, .color-white-dark .h1,
.color-white-dark h2, .color-white-dark .h2,
.color-white-dark h3, .color-white-dark .h3,
.color-white-dark h4, .color-white-dark .h4,
.color-white-dark h5, .color-white-dark .h5, .color-white-dark .faqElement-question p, .faqElement-question .color-white-dark p,
.color-white-dark h6,
.color-white-dark #mobileNavTrigger span,
#mobileNavTrigger .color-white-dark span,
.color-white-dark label, .color-white-dark .h6,
.color-white-dark {
  color: #c7c7c7 !important;
}

.color-white-dark-hover:hover a,
.color-white-dark-hover:hover h1, .color-white-dark-hover:hover .h1,
.color-white-dark-hover:hover h2, .color-white-dark-hover:hover .h2,
.color-white-dark-hover:hover h3, .color-white-dark-hover:hover .h3,
.color-white-dark-hover:hover h4, .color-white-dark-hover:hover .h4,
.color-white-dark-hover:hover h5, .color-white-dark-hover:hover .h5, .color-white-dark-hover:hover .faqElement-question p, .faqElement-question .color-white-dark-hover:hover p,
.color-white-dark-hover:hover h6,
.color-white-dark-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-white-dark-hover:hover span,
.color-white-dark-hover:hover label, .color-white-dark-hover:hover .h6,
.color-white-dark-hover:hover {
  color: #c7c7c7 !important;
}

.bg-white-dark {
  background: #c7c7c7 !important;
}

.bg-white-dark-0 {
  background: rgba(199, 199, 199, 0) !important;
}

.bg-white-dark-5 {
  background: rgba(199, 199, 199, 0.05) !important;
}

.bg-white-dark-10 {
  background: rgba(199, 199, 199, 0.1) !important;
}

.bg-white-dark-15 {
  background: rgba(199, 199, 199, 0.15) !important;
}

.bg-white-dark-20 {
  background: rgba(199, 199, 199, 0.2) !important;
}

.bg-white-dark-25 {
  background: rgba(199, 199, 199, 0.25) !important;
}

.bg-white-dark-30 {
  background: rgba(199, 199, 199, 0.3) !important;
}

.bg-white-dark-35 {
  background: rgba(199, 199, 199, 0.35) !important;
}

.bg-white-dark-40 {
  background: rgba(199, 199, 199, 0.4) !important;
}

.bg-white-dark-45 {
  background: rgba(199, 199, 199, 0.45) !important;
}

.bg-white-dark-50 {
  background: rgba(199, 199, 199, 0.5) !important;
}

.bg-white-dark-55 {
  background: rgba(199, 199, 199, 0.55) !important;
}

.bg-white-dark-60 {
  background: rgba(199, 199, 199, 0.6) !important;
}

.bg-white-dark-65 {
  background: rgba(199, 199, 199, 0.65) !important;
}

.bg-white-dark-70 {
  background: rgba(199, 199, 199, 0.7) !important;
}

.bg-white-dark-75 {
  background: rgba(199, 199, 199, 0.75) !important;
}

.bg-white-dark-80 {
  background: rgba(199, 199, 199, 0.8) !important;
}

.bg-white-dark-85 {
  background: rgba(199, 199, 199, 0.85) !important;
}

.bg-white-dark-90 {
  background: rgba(199, 199, 199, 0.9) !important;
}

.bg-white-dark-95 {
  background: rgba(199, 199, 199, 0.95) !important;
}

.bg-white-dark-100 {
  background: #c7c7c7 !important;
}

.bg-white-dark-hover:hover {
  background: #c7c7c7 !important;
}

.color-black a,
.color-black h1, .color-black .h1,
.color-black h2, .color-black .h2,
.color-black h3, .color-black .h3,
.color-black h4, .color-black .h4,
.color-black h5, .color-black .h5, .color-black .faqElement-question p, .faqElement-question .color-black p,
.color-black h6,
.color-black #mobileNavTrigger span,
#mobileNavTrigger .color-black span,
.color-black label, .color-black .h6,
.color-black {
  color: #111111 !important;
}

.color-black-hover:hover a,
.color-black-hover:hover h1, .color-black-hover:hover .h1,
.color-black-hover:hover h2, .color-black-hover:hover .h2,
.color-black-hover:hover h3, .color-black-hover:hover .h3,
.color-black-hover:hover h4, .color-black-hover:hover .h4,
.color-black-hover:hover h5, .color-black-hover:hover .h5, .color-black-hover:hover .faqElement-question p, .faqElement-question .color-black-hover:hover p,
.color-black-hover:hover h6,
.color-black-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-black-hover:hover span,
.color-black-hover:hover label, .color-black-hover:hover .h6,
.color-black-hover:hover {
  color: #111111 !important;
}

.bg-black {
  background: #111111 !important;
}

.bg-black-0 {
  background: rgba(17, 17, 17, 0) !important;
}

.bg-black-5 {
  background: rgba(17, 17, 17, 0.05) !important;
}

.bg-black-10 {
  background: rgba(17, 17, 17, 0.1) !important;
}

.bg-black-15 {
  background: rgba(17, 17, 17, 0.15) !important;
}

.bg-black-20 {
  background: rgba(17, 17, 17, 0.2) !important;
}

.bg-black-25 {
  background: rgba(17, 17, 17, 0.25) !important;
}

.bg-black-30 {
  background: rgba(17, 17, 17, 0.3) !important;
}

.bg-black-35 {
  background: rgba(17, 17, 17, 0.35) !important;
}

.bg-black-40 {
  background: rgba(17, 17, 17, 0.4) !important;
}

.bg-black-45 {
  background: rgba(17, 17, 17, 0.45) !important;
}

.bg-black-50 {
  background: rgba(17, 17, 17, 0.5) !important;
}

.bg-black-55 {
  background: rgba(17, 17, 17, 0.55) !important;
}

.bg-black-60 {
  background: rgba(17, 17, 17, 0.6) !important;
}

.bg-black-65 {
  background: rgba(17, 17, 17, 0.65) !important;
}

.bg-black-70 {
  background: rgba(17, 17, 17, 0.7) !important;
}

.bg-black-75 {
  background: rgba(17, 17, 17, 0.75) !important;
}

.bg-black-80 {
  background: rgba(17, 17, 17, 0.8) !important;
}

.bg-black-85 {
  background: rgba(17, 17, 17, 0.85) !important;
}

.bg-black-90 {
  background: rgba(17, 17, 17, 0.9) !important;
}

.bg-black-95 {
  background: rgba(17, 17, 17, 0.95) !important;
}

.bg-black-100 {
  background: #111111 !important;
}

.bg-black-hover:hover {
  background: #111111 !important;
}

.color-black-light a,
.color-black-light h1, .color-black-light .h1,
.color-black-light h2, .color-black-light .h2,
.color-black-light h3, .color-black-light .h3,
.color-black-light h4, .color-black-light .h4,
.color-black-light h5, .color-black-light .h5, .color-black-light .faqElement-question p, .faqElement-question .color-black-light p,
.color-black-light h6,
.color-black-light #mobileNavTrigger span,
#mobileNavTrigger .color-black-light span,
.color-black-light label, .color-black-light .h6,
.color-black-light {
  color: #5e5e5e !important;
}

.color-black-light-hover:hover a,
.color-black-light-hover:hover h1, .color-black-light-hover:hover .h1,
.color-black-light-hover:hover h2, .color-black-light-hover:hover .h2,
.color-black-light-hover:hover h3, .color-black-light-hover:hover .h3,
.color-black-light-hover:hover h4, .color-black-light-hover:hover .h4,
.color-black-light-hover:hover h5, .color-black-light-hover:hover .h5, .color-black-light-hover:hover .faqElement-question p, .faqElement-question .color-black-light-hover:hover p,
.color-black-light-hover:hover h6,
.color-black-light-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-black-light-hover:hover span,
.color-black-light-hover:hover label, .color-black-light-hover:hover .h6,
.color-black-light-hover:hover {
  color: #5e5e5e !important;
}

.bg-black-light {
  background: #5e5e5e !important;
}

.bg-black-light-0 {
  background: rgba(94, 94, 94, 0) !important;
}

.bg-black-light-5 {
  background: rgba(94, 94, 94, 0.05) !important;
}

.bg-black-light-10 {
  background: rgba(94, 94, 94, 0.1) !important;
}

.bg-black-light-15 {
  background: rgba(94, 94, 94, 0.15) !important;
}

.bg-black-light-20 {
  background: rgba(94, 94, 94, 0.2) !important;
}

.bg-black-light-25 {
  background: rgba(94, 94, 94, 0.25) !important;
}

.bg-black-light-30 {
  background: rgba(94, 94, 94, 0.3) !important;
}

.bg-black-light-35 {
  background: rgba(94, 94, 94, 0.35) !important;
}

.bg-black-light-40 {
  background: rgba(94, 94, 94, 0.4) !important;
}

.bg-black-light-45 {
  background: rgba(94, 94, 94, 0.45) !important;
}

.bg-black-light-50 {
  background: rgba(94, 94, 94, 0.5) !important;
}

.bg-black-light-55 {
  background: rgba(94, 94, 94, 0.55) !important;
}

.bg-black-light-60 {
  background: rgba(94, 94, 94, 0.6) !important;
}

.bg-black-light-65 {
  background: rgba(94, 94, 94, 0.65) !important;
}

.bg-black-light-70 {
  background: rgba(94, 94, 94, 0.7) !important;
}

.bg-black-light-75 {
  background: rgba(94, 94, 94, 0.75) !important;
}

.bg-black-light-80 {
  background: rgba(94, 94, 94, 0.8) !important;
}

.bg-black-light-85 {
  background: rgba(94, 94, 94, 0.85) !important;
}

.bg-black-light-90 {
  background: rgba(94, 94, 94, 0.9) !important;
}

.bg-black-light-95 {
  background: rgba(94, 94, 94, 0.95) !important;
}

.bg-black-light-100 {
  background: #5e5e5e !important;
}

.bg-black-light-hover:hover {
  background: #5e5e5e !important;
}

.color-black-dark a,
.color-black-dark h1, .color-black-dark .h1,
.color-black-dark h2, .color-black-dark .h2,
.color-black-dark h3, .color-black-dark .h3,
.color-black-dark h4, .color-black-dark .h4,
.color-black-dark h5, .color-black-dark .h5, .color-black-dark .faqElement-question p, .faqElement-question .color-black-dark p,
.color-black-dark h6,
.color-black-dark #mobileNavTrigger span,
#mobileNavTrigger .color-black-dark span,
.color-black-dark label, .color-black-dark .h6,
.color-black-dark {
  color: black !important;
}

.color-black-dark-hover:hover a,
.color-black-dark-hover:hover h1, .color-black-dark-hover:hover .h1,
.color-black-dark-hover:hover h2, .color-black-dark-hover:hover .h2,
.color-black-dark-hover:hover h3, .color-black-dark-hover:hover .h3,
.color-black-dark-hover:hover h4, .color-black-dark-hover:hover .h4,
.color-black-dark-hover:hover h5, .color-black-dark-hover:hover .h5, .color-black-dark-hover:hover .faqElement-question p, .faqElement-question .color-black-dark-hover:hover p,
.color-black-dark-hover:hover h6,
.color-black-dark-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-black-dark-hover:hover span,
.color-black-dark-hover:hover label, .color-black-dark-hover:hover .h6,
.color-black-dark-hover:hover {
  color: black !important;
}

.bg-black-dark {
  background: black !important;
}

.bg-black-dark-0 {
  background: rgba(0, 0, 0, 0) !important;
}

.bg-black-dark-5 {
  background: rgba(0, 0, 0, 0.05) !important;
}

.bg-black-dark-10 {
  background: rgba(0, 0, 0, 0.1) !important;
}

.bg-black-dark-15 {
  background: rgba(0, 0, 0, 0.15) !important;
}

.bg-black-dark-20 {
  background: rgba(0, 0, 0, 0.2) !important;
}

.bg-black-dark-25 {
  background: rgba(0, 0, 0, 0.25) !important;
}

.bg-black-dark-30 {
  background: rgba(0, 0, 0, 0.3) !important;
}

.bg-black-dark-35 {
  background: rgba(0, 0, 0, 0.35) !important;
}

.bg-black-dark-40 {
  background: rgba(0, 0, 0, 0.4) !important;
}

.bg-black-dark-45 {
  background: rgba(0, 0, 0, 0.45) !important;
}

.bg-black-dark-50 {
  background: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-dark-55 {
  background: rgba(0, 0, 0, 0.55) !important;
}

.bg-black-dark-60 {
  background: rgba(0, 0, 0, 0.6) !important;
}

.bg-black-dark-65 {
  background: rgba(0, 0, 0, 0.65) !important;
}

.bg-black-dark-70 {
  background: rgba(0, 0, 0, 0.7) !important;
}

.bg-black-dark-75 {
  background: rgba(0, 0, 0, 0.75) !important;
}

.bg-black-dark-80 {
  background: rgba(0, 0, 0, 0.8) !important;
}

.bg-black-dark-85 {
  background: rgba(0, 0, 0, 0.85) !important;
}

.bg-black-dark-90 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.bg-black-dark-95 {
  background: rgba(0, 0, 0, 0.95) !important;
}

.bg-black-dark-100 {
  background: black !important;
}

.bg-black-dark-hover:hover {
  background: black !important;
}

.color-grey a,
.color-grey h1, .color-grey .h1,
.color-grey h2, .color-grey .h2,
.color-grey h3, .color-grey .h3,
.color-grey h4, .color-grey .h4,
.color-grey h5, .color-grey .h5, .color-grey .faqElement-question p, .faqElement-question .color-grey p,
.color-grey h6,
.color-grey #mobileNavTrigger span,
#mobileNavTrigger .color-grey span,
.color-grey label, .color-grey .h6,
.color-grey {
  color: #d4d4d4 !important;
}

.color-grey-hover:hover a,
.color-grey-hover:hover h1, .color-grey-hover:hover .h1,
.color-grey-hover:hover h2, .color-grey-hover:hover .h2,
.color-grey-hover:hover h3, .color-grey-hover:hover .h3,
.color-grey-hover:hover h4, .color-grey-hover:hover .h4,
.color-grey-hover:hover h5, .color-grey-hover:hover .h5, .color-grey-hover:hover .faqElement-question p, .faqElement-question .color-grey-hover:hover p,
.color-grey-hover:hover h6,
.color-grey-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-grey-hover:hover span,
.color-grey-hover:hover label, .color-grey-hover:hover .h6,
.color-grey-hover:hover {
  color: #d4d4d4 !important;
}

.bg-grey {
  background: #d4d4d4 !important;
}

.bg-grey-0 {
  background: rgba(212, 212, 212, 0) !important;
}

.bg-grey-5 {
  background: rgba(212, 212, 212, 0.05) !important;
}

.bg-grey-10 {
  background: rgba(212, 212, 212, 0.1) !important;
}

.bg-grey-15 {
  background: rgba(212, 212, 212, 0.15) !important;
}

.bg-grey-20 {
  background: rgba(212, 212, 212, 0.2) !important;
}

.bg-grey-25 {
  background: rgba(212, 212, 212, 0.25) !important;
}

.bg-grey-30 {
  background: rgba(212, 212, 212, 0.3) !important;
}

.bg-grey-35 {
  background: rgba(212, 212, 212, 0.35) !important;
}

.bg-grey-40 {
  background: rgba(212, 212, 212, 0.4) !important;
}

.bg-grey-45 {
  background: rgba(212, 212, 212, 0.45) !important;
}

.bg-grey-50 {
  background: rgba(212, 212, 212, 0.5) !important;
}

.bg-grey-55 {
  background: rgba(212, 212, 212, 0.55) !important;
}

.bg-grey-60 {
  background: rgba(212, 212, 212, 0.6) !important;
}

.bg-grey-65 {
  background: rgba(212, 212, 212, 0.65) !important;
}

.bg-grey-70 {
  background: rgba(212, 212, 212, 0.7) !important;
}

.bg-grey-75 {
  background: rgba(212, 212, 212, 0.75) !important;
}

.bg-grey-80 {
  background: rgba(212, 212, 212, 0.8) !important;
}

.bg-grey-85 {
  background: rgba(212, 212, 212, 0.85) !important;
}

.bg-grey-90 {
  background: rgba(212, 212, 212, 0.9) !important;
}

.bg-grey-95 {
  background: rgba(212, 212, 212, 0.95) !important;
}

.bg-grey-100 {
  background: #d4d4d4 !important;
}

.bg-grey-hover:hover {
  background: #d4d4d4 !important;
}

.color-grey-light a,
.color-grey-light h1, .color-grey-light .h1,
.color-grey-light h2, .color-grey-light .h2,
.color-grey-light h3, .color-grey-light .h3,
.color-grey-light h4, .color-grey-light .h4,
.color-grey-light h5, .color-grey-light .h5, .color-grey-light .faqElement-question p, .faqElement-question .color-grey-light p,
.color-grey-light h6,
.color-grey-light #mobileNavTrigger span,
#mobileNavTrigger .color-grey-light span,
.color-grey-light label, .color-grey-light .h6,
.color-grey-light {
  color: white !important;
}

.color-grey-light-hover:hover a,
.color-grey-light-hover:hover h1, .color-grey-light-hover:hover .h1,
.color-grey-light-hover:hover h2, .color-grey-light-hover:hover .h2,
.color-grey-light-hover:hover h3, .color-grey-light-hover:hover .h3,
.color-grey-light-hover:hover h4, .color-grey-light-hover:hover .h4,
.color-grey-light-hover:hover h5, .color-grey-light-hover:hover .h5, .color-grey-light-hover:hover .faqElement-question p, .faqElement-question .color-grey-light-hover:hover p,
.color-grey-light-hover:hover h6,
.color-grey-light-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-grey-light-hover:hover span,
.color-grey-light-hover:hover label, .color-grey-light-hover:hover .h6,
.color-grey-light-hover:hover {
  color: white !important;
}

.bg-grey-light {
  background: white !important;
}

.bg-grey-light-0 {
  background: rgba(255, 255, 255, 0) !important;
}

.bg-grey-light-5 {
  background: rgba(255, 255, 255, 0.05) !important;
}

.bg-grey-light-10 {
  background: rgba(255, 255, 255, 0.1) !important;
}

.bg-grey-light-15 {
  background: rgba(255, 255, 255, 0.15) !important;
}

.bg-grey-light-20 {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-grey-light-25 {
  background: rgba(255, 255, 255, 0.25) !important;
}

.bg-grey-light-30 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.bg-grey-light-35 {
  background: rgba(255, 255, 255, 0.35) !important;
}

.bg-grey-light-40 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-grey-light-45 {
  background: rgba(255, 255, 255, 0.45) !important;
}

.bg-grey-light-50 {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-grey-light-55 {
  background: rgba(255, 255, 255, 0.55) !important;
}

.bg-grey-light-60 {
  background: rgba(255, 255, 255, 0.6) !important;
}

.bg-grey-light-65 {
  background: rgba(255, 255, 255, 0.65) !important;
}

.bg-grey-light-70 {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-grey-light-75 {
  background: rgba(255, 255, 255, 0.75) !important;
}

.bg-grey-light-80 {
  background: rgba(255, 255, 255, 0.8) !important;
}

.bg-grey-light-85 {
  background: rgba(255, 255, 255, 0.85) !important;
}

.bg-grey-light-90 {
  background: rgba(255, 255, 255, 0.9) !important;
}

.bg-grey-light-95 {
  background: rgba(255, 255, 255, 0.95) !important;
}

.bg-grey-light-100 {
  background: white !important;
}

.bg-grey-light-hover:hover {
  background: white !important;
}

.color-grey-dark a,
.color-grey-dark h1, .color-grey-dark .h1,
.color-grey-dark h2, .color-grey-dark .h2,
.color-grey-dark h3, .color-grey-dark .h3,
.color-grey-dark h4, .color-grey-dark .h4,
.color-grey-dark h5, .color-grey-dark .h5, .color-grey-dark .faqElement-question p, .faqElement-question .color-grey-dark p,
.color-grey-dark h6,
.color-grey-dark #mobileNavTrigger span,
#mobileNavTrigger .color-grey-dark span,
.color-grey-dark label, .color-grey-dark .h6,
.color-grey-dark {
  color: #a1a1a1 !important;
}

.color-grey-dark-hover:hover a,
.color-grey-dark-hover:hover h1, .color-grey-dark-hover:hover .h1,
.color-grey-dark-hover:hover h2, .color-grey-dark-hover:hover .h2,
.color-grey-dark-hover:hover h3, .color-grey-dark-hover:hover .h3,
.color-grey-dark-hover:hover h4, .color-grey-dark-hover:hover .h4,
.color-grey-dark-hover:hover h5, .color-grey-dark-hover:hover .h5, .color-grey-dark-hover:hover .faqElement-question p, .faqElement-question .color-grey-dark-hover:hover p,
.color-grey-dark-hover:hover h6,
.color-grey-dark-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-grey-dark-hover:hover span,
.color-grey-dark-hover:hover label, .color-grey-dark-hover:hover .h6,
.color-grey-dark-hover:hover {
  color: #a1a1a1 !important;
}

.bg-grey-dark {
  background: #a1a1a1 !important;
}

.bg-grey-dark-0 {
  background: rgba(161, 161, 161, 0) !important;
}

.bg-grey-dark-5 {
  background: rgba(161, 161, 161, 0.05) !important;
}

.bg-grey-dark-10 {
  background: rgba(161, 161, 161, 0.1) !important;
}

.bg-grey-dark-15 {
  background: rgba(161, 161, 161, 0.15) !important;
}

.bg-grey-dark-20 {
  background: rgba(161, 161, 161, 0.2) !important;
}

.bg-grey-dark-25 {
  background: rgba(161, 161, 161, 0.25) !important;
}

.bg-grey-dark-30 {
  background: rgba(161, 161, 161, 0.3) !important;
}

.bg-grey-dark-35 {
  background: rgba(161, 161, 161, 0.35) !important;
}

.bg-grey-dark-40 {
  background: rgba(161, 161, 161, 0.4) !important;
}

.bg-grey-dark-45 {
  background: rgba(161, 161, 161, 0.45) !important;
}

.bg-grey-dark-50 {
  background: rgba(161, 161, 161, 0.5) !important;
}

.bg-grey-dark-55 {
  background: rgba(161, 161, 161, 0.55) !important;
}

.bg-grey-dark-60 {
  background: rgba(161, 161, 161, 0.6) !important;
}

.bg-grey-dark-65 {
  background: rgba(161, 161, 161, 0.65) !important;
}

.bg-grey-dark-70 {
  background: rgba(161, 161, 161, 0.7) !important;
}

.bg-grey-dark-75 {
  background: rgba(161, 161, 161, 0.75) !important;
}

.bg-grey-dark-80 {
  background: rgba(161, 161, 161, 0.8) !important;
}

.bg-grey-dark-85 {
  background: rgba(161, 161, 161, 0.85) !important;
}

.bg-grey-dark-90 {
  background: rgba(161, 161, 161, 0.9) !important;
}

.bg-grey-dark-95 {
  background: rgba(161, 161, 161, 0.95) !important;
}

.bg-grey-dark-100 {
  background: #a1a1a1 !important;
}

.bg-grey-dark-hover:hover {
  background: #a1a1a1 !important;
}

.color-red a,
.color-red h1, .color-red .h1,
.color-red h2, .color-red .h2,
.color-red h3, .color-red .h3,
.color-red h4, .color-red .h4,
.color-red h5, .color-red .h5, .color-red .faqElement-question p, .faqElement-question .color-red p,
.color-red h6,
.color-red #mobileNavTrigger span,
#mobileNavTrigger .color-red span,
.color-red label, .color-red .h6,
.color-red {
  color: #990000 !important;
}

.color-red-hover:hover a,
.color-red-hover:hover h1, .color-red-hover:hover .h1,
.color-red-hover:hover h2, .color-red-hover:hover .h2,
.color-red-hover:hover h3, .color-red-hover:hover .h3,
.color-red-hover:hover h4, .color-red-hover:hover .h4,
.color-red-hover:hover h5, .color-red-hover:hover .h5, .color-red-hover:hover .faqElement-question p, .faqElement-question .color-red-hover:hover p,
.color-red-hover:hover h6,
.color-red-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-red-hover:hover span,
.color-red-hover:hover label, .color-red-hover:hover .h6,
.color-red-hover:hover {
  color: #990000 !important;
}

.bg-red {
  background: #990000 !important;
}

.bg-red-0 {
  background: rgba(153, 0, 0, 0) !important;
}

.bg-red-5 {
  background: rgba(153, 0, 0, 0.05) !important;
}

.bg-red-10 {
  background: rgba(153, 0, 0, 0.1) !important;
}

.bg-red-15 {
  background: rgba(153, 0, 0, 0.15) !important;
}

.bg-red-20 {
  background: rgba(153, 0, 0, 0.2) !important;
}

.bg-red-25 {
  background: rgba(153, 0, 0, 0.25) !important;
}

.bg-red-30 {
  background: rgba(153, 0, 0, 0.3) !important;
}

.bg-red-35 {
  background: rgba(153, 0, 0, 0.35) !important;
}

.bg-red-40 {
  background: rgba(153, 0, 0, 0.4) !important;
}

.bg-red-45 {
  background: rgba(153, 0, 0, 0.45) !important;
}

.bg-red-50 {
  background: rgba(153, 0, 0, 0.5) !important;
}

.bg-red-55 {
  background: rgba(153, 0, 0, 0.55) !important;
}

.bg-red-60 {
  background: rgba(153, 0, 0, 0.6) !important;
}

.bg-red-65 {
  background: rgba(153, 0, 0, 0.65) !important;
}

.bg-red-70 {
  background: rgba(153, 0, 0, 0.7) !important;
}

.bg-red-75 {
  background: rgba(153, 0, 0, 0.75) !important;
}

.bg-red-80 {
  background: rgba(153, 0, 0, 0.8) !important;
}

.bg-red-85 {
  background: rgba(153, 0, 0, 0.85) !important;
}

.bg-red-90 {
  background: rgba(153, 0, 0, 0.9) !important;
}

.bg-red-95 {
  background: rgba(153, 0, 0, 0.95) !important;
}

.bg-red-100 {
  background: #990000 !important;
}

.bg-red-hover:hover {
  background: #990000 !important;
}

.color-primary a,
.color-primary h1, .color-primary .h1,
.color-primary h2, .color-primary .h2,
.color-primary h3, .color-primary .h3,
.color-primary h4, .color-primary .h4,
.color-primary h5, .color-primary .h5, .color-primary .faqElement-question p, .faqElement-question .color-primary p,
.color-primary h6,
.color-primary #mobileNavTrigger span,
#mobileNavTrigger .color-primary span,
.color-primary label, .color-primary .h6,
.color-primary {
  color: #8abdc1 !important;
}

.color-primary-hover:hover a,
.color-primary-hover:hover h1, .color-primary-hover:hover .h1,
.color-primary-hover:hover h2, .color-primary-hover:hover .h2,
.color-primary-hover:hover h3, .color-primary-hover:hover .h3,
.color-primary-hover:hover h4, .color-primary-hover:hover .h4,
.color-primary-hover:hover h5, .color-primary-hover:hover .h5, .color-primary-hover:hover .faqElement-question p, .faqElement-question .color-primary-hover:hover p,
.color-primary-hover:hover h6,
.color-primary-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-primary-hover:hover span,
.color-primary-hover:hover label, .color-primary-hover:hover .h6,
.color-primary-hover:hover {
  color: #8abdc1 !important;
}

.bg-primary {
  background: #8abdc1 !important;
}

.bg-primary-0 {
  background: rgba(138, 189, 193, 0) !important;
}

.bg-primary-5 {
  background: rgba(138, 189, 193, 0.05) !important;
}

.bg-primary-10 {
  background: rgba(138, 189, 193, 0.1) !important;
}

.bg-primary-15 {
  background: rgba(138, 189, 193, 0.15) !important;
}

.bg-primary-20 {
  background: rgba(138, 189, 193, 0.2) !important;
}

.bg-primary-25 {
  background: rgba(138, 189, 193, 0.25) !important;
}

.bg-primary-30 {
  background: rgba(138, 189, 193, 0.3) !important;
}

.bg-primary-35 {
  background: rgba(138, 189, 193, 0.35) !important;
}

.bg-primary-40 {
  background: rgba(138, 189, 193, 0.4) !important;
}

.bg-primary-45 {
  background: rgba(138, 189, 193, 0.45) !important;
}

.bg-primary-50 {
  background: rgba(138, 189, 193, 0.5) !important;
}

.bg-primary-55 {
  background: rgba(138, 189, 193, 0.55) !important;
}

.bg-primary-60 {
  background: rgba(138, 189, 193, 0.6) !important;
}

.bg-primary-65 {
  background: rgba(138, 189, 193, 0.65) !important;
}

.bg-primary-70 {
  background: rgba(138, 189, 193, 0.7) !important;
}

.bg-primary-75 {
  background: rgba(138, 189, 193, 0.75) !important;
}

.bg-primary-80 {
  background: rgba(138, 189, 193, 0.8) !important;
}

.bg-primary-85 {
  background: rgba(138, 189, 193, 0.85) !important;
}

.bg-primary-90 {
  background: rgba(138, 189, 193, 0.9) !important;
}

.bg-primary-95 {
  background: rgba(138, 189, 193, 0.95) !important;
}

.bg-primary-100 {
  background: #8abdc1 !important;
}

.bg-primary-hover:hover {
  background: #8abdc1 !important;
}

.color-primary-light a,
.color-primary-light h1, .color-primary-light .h1,
.color-primary-light h2, .color-primary-light .h2,
.color-primary-light h3, .color-primary-light .h3,
.color-primary-light h4, .color-primary-light .h4,
.color-primary-light h5, .color-primary-light .h5, .color-primary-light .faqElement-question p, .faqElement-question .color-primary-light p,
.color-primary-light h6,
.color-primary-light #mobileNavTrigger span,
#mobileNavTrigger .color-primary-light span,
.color-primary-light label, .color-primary-light .h6,
.color-primary-light {
  color: #cde3e4 !important;
}

.color-primary-light-hover:hover a,
.color-primary-light-hover:hover h1, .color-primary-light-hover:hover .h1,
.color-primary-light-hover:hover h2, .color-primary-light-hover:hover .h2,
.color-primary-light-hover:hover h3, .color-primary-light-hover:hover .h3,
.color-primary-light-hover:hover h4, .color-primary-light-hover:hover .h4,
.color-primary-light-hover:hover h5, .color-primary-light-hover:hover .h5, .color-primary-light-hover:hover .faqElement-question p, .faqElement-question .color-primary-light-hover:hover p,
.color-primary-light-hover:hover h6,
.color-primary-light-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-primary-light-hover:hover span,
.color-primary-light-hover:hover label, .color-primary-light-hover:hover .h6,
.color-primary-light-hover:hover {
  color: #cde3e4 !important;
}

.bg-primary-light {
  background: #cde3e4 !important;
}

.bg-primary-light-0 {
  background: rgba(205, 227, 228, 0) !important;
}

.bg-primary-light-5 {
  background: rgba(205, 227, 228, 0.05) !important;
}

.bg-primary-light-10 {
  background: rgba(205, 227, 228, 0.1) !important;
}

.bg-primary-light-15 {
  background: rgba(205, 227, 228, 0.15) !important;
}

.bg-primary-light-20 {
  background: rgba(205, 227, 228, 0.2) !important;
}

.bg-primary-light-25 {
  background: rgba(205, 227, 228, 0.25) !important;
}

.bg-primary-light-30 {
  background: rgba(205, 227, 228, 0.3) !important;
}

.bg-primary-light-35 {
  background: rgba(205, 227, 228, 0.35) !important;
}

.bg-primary-light-40 {
  background: rgba(205, 227, 228, 0.4) !important;
}

.bg-primary-light-45 {
  background: rgba(205, 227, 228, 0.45) !important;
}

.bg-primary-light-50 {
  background: rgba(205, 227, 228, 0.5) !important;
}

.bg-primary-light-55 {
  background: rgba(205, 227, 228, 0.55) !important;
}

.bg-primary-light-60 {
  background: rgba(205, 227, 228, 0.6) !important;
}

.bg-primary-light-65 {
  background: rgba(205, 227, 228, 0.65) !important;
}

.bg-primary-light-70 {
  background: rgba(205, 227, 228, 0.7) !important;
}

.bg-primary-light-75 {
  background: rgba(205, 227, 228, 0.75) !important;
}

.bg-primary-light-80 {
  background: rgba(205, 227, 228, 0.8) !important;
}

.bg-primary-light-85 {
  background: rgba(205, 227, 228, 0.85) !important;
}

.bg-primary-light-90 {
  background: rgba(205, 227, 228, 0.9) !important;
}

.bg-primary-light-95 {
  background: rgba(205, 227, 228, 0.95) !important;
}

.bg-primary-light-100 {
  background: #cde3e4 !important;
}

.bg-primary-light-hover:hover {
  background: #cde3e4 !important;
}

.color-primary-dark a,
.color-primary-dark h1, .color-primary-dark .h1,
.color-primary-dark h2, .color-primary-dark .h2,
.color-primary-dark h3, .color-primary-dark .h3,
.color-primary-dark h4, .color-primary-dark .h4,
.color-primary-dark h5, .color-primary-dark .h5, .color-primary-dark .faqElement-question p, .faqElement-question .color-primary-dark p,
.color-primary-dark h6,
.color-primary-dark #mobileNavTrigger span,
#mobileNavTrigger .color-primary-dark span,
.color-primary-dark label, .color-primary-dark .h6,
.color-primary-dark {
  color: #4f9196 !important;
}

.color-primary-dark-hover:hover a,
.color-primary-dark-hover:hover h1, .color-primary-dark-hover:hover .h1,
.color-primary-dark-hover:hover h2, .color-primary-dark-hover:hover .h2,
.color-primary-dark-hover:hover h3, .color-primary-dark-hover:hover .h3,
.color-primary-dark-hover:hover h4, .color-primary-dark-hover:hover .h4,
.color-primary-dark-hover:hover h5, .color-primary-dark-hover:hover .h5, .color-primary-dark-hover:hover .faqElement-question p, .faqElement-question .color-primary-dark-hover:hover p,
.color-primary-dark-hover:hover h6,
.color-primary-dark-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-primary-dark-hover:hover span,
.color-primary-dark-hover:hover label, .color-primary-dark-hover:hover .h6,
.color-primary-dark-hover:hover {
  color: #4f9196 !important;
}

.bg-primary-dark {
  background: #4f9196 !important;
}

.bg-primary-dark-0 {
  background: rgba(79, 145, 150, 0) !important;
}

.bg-primary-dark-5 {
  background: rgba(79, 145, 150, 0.05) !important;
}

.bg-primary-dark-10 {
  background: rgba(79, 145, 150, 0.1) !important;
}

.bg-primary-dark-15 {
  background: rgba(79, 145, 150, 0.15) !important;
}

.bg-primary-dark-20 {
  background: rgba(79, 145, 150, 0.2) !important;
}

.bg-primary-dark-25 {
  background: rgba(79, 145, 150, 0.25) !important;
}

.bg-primary-dark-30 {
  background: rgba(79, 145, 150, 0.3) !important;
}

.bg-primary-dark-35 {
  background: rgba(79, 145, 150, 0.35) !important;
}

.bg-primary-dark-40 {
  background: rgba(79, 145, 150, 0.4) !important;
}

.bg-primary-dark-45 {
  background: rgba(79, 145, 150, 0.45) !important;
}

.bg-primary-dark-50 {
  background: rgba(79, 145, 150, 0.5) !important;
}

.bg-primary-dark-55 {
  background: rgba(79, 145, 150, 0.55) !important;
}

.bg-primary-dark-60 {
  background: rgba(79, 145, 150, 0.6) !important;
}

.bg-primary-dark-65 {
  background: rgba(79, 145, 150, 0.65) !important;
}

.bg-primary-dark-70 {
  background: rgba(79, 145, 150, 0.7) !important;
}

.bg-primary-dark-75 {
  background: rgba(79, 145, 150, 0.75) !important;
}

.bg-primary-dark-80 {
  background: rgba(79, 145, 150, 0.8) !important;
}

.bg-primary-dark-85 {
  background: rgba(79, 145, 150, 0.85) !important;
}

.bg-primary-dark-90 {
  background: rgba(79, 145, 150, 0.9) !important;
}

.bg-primary-dark-95 {
  background: rgba(79, 145, 150, 0.95) !important;
}

.bg-primary-dark-100 {
  background: #4f9196 !important;
}

.bg-primary-dark-hover:hover {
  background: #4f9196 !important;
}

.color-secondary a,
.color-secondary h1, .color-secondary .h1,
.color-secondary h2, .color-secondary .h2,
.color-secondary h3, .color-secondary .h3,
.color-secondary h4, .color-secondary .h4,
.color-secondary h5, .color-secondary .h5, .color-secondary .faqElement-question p, .faqElement-question .color-secondary p,
.color-secondary h6,
.color-secondary #mobileNavTrigger span,
#mobileNavTrigger .color-secondary span,
.color-secondary label, .color-secondary .h6,
.color-secondary {
  color: #92cca6 !important;
}

.color-secondary-hover:hover a,
.color-secondary-hover:hover h1, .color-secondary-hover:hover .h1,
.color-secondary-hover:hover h2, .color-secondary-hover:hover .h2,
.color-secondary-hover:hover h3, .color-secondary-hover:hover .h3,
.color-secondary-hover:hover h4, .color-secondary-hover:hover .h4,
.color-secondary-hover:hover h5, .color-secondary-hover:hover .h5, .color-secondary-hover:hover .faqElement-question p, .faqElement-question .color-secondary-hover:hover p,
.color-secondary-hover:hover h6,
.color-secondary-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-secondary-hover:hover span,
.color-secondary-hover:hover label, .color-secondary-hover:hover .h6,
.color-secondary-hover:hover {
  color: #92cca6 !important;
}

.bg-secondary {
  background: #92cca6 !important;
}

.bg-secondary-0 {
  background: rgba(146, 204, 166, 0) !important;
}

.bg-secondary-5 {
  background: rgba(146, 204, 166, 0.05) !important;
}

.bg-secondary-10 {
  background: rgba(146, 204, 166, 0.1) !important;
}

.bg-secondary-15 {
  background: rgba(146, 204, 166, 0.15) !important;
}

.bg-secondary-20 {
  background: rgba(146, 204, 166, 0.2) !important;
}

.bg-secondary-25 {
  background: rgba(146, 204, 166, 0.25) !important;
}

.bg-secondary-30 {
  background: rgba(146, 204, 166, 0.3) !important;
}

.bg-secondary-35 {
  background: rgba(146, 204, 166, 0.35) !important;
}

.bg-secondary-40 {
  background: rgba(146, 204, 166, 0.4) !important;
}

.bg-secondary-45 {
  background: rgba(146, 204, 166, 0.45) !important;
}

.bg-secondary-50 {
  background: rgba(146, 204, 166, 0.5) !important;
}

.bg-secondary-55 {
  background: rgba(146, 204, 166, 0.55) !important;
}

.bg-secondary-60 {
  background: rgba(146, 204, 166, 0.6) !important;
}

.bg-secondary-65 {
  background: rgba(146, 204, 166, 0.65) !important;
}

.bg-secondary-70 {
  background: rgba(146, 204, 166, 0.7) !important;
}

.bg-secondary-75 {
  background: rgba(146, 204, 166, 0.75) !important;
}

.bg-secondary-80 {
  background: rgba(146, 204, 166, 0.8) !important;
}

.bg-secondary-85 {
  background: rgba(146, 204, 166, 0.85) !important;
}

.bg-secondary-90 {
  background: rgba(146, 204, 166, 0.9) !important;
}

.bg-secondary-95 {
  background: rgba(146, 204, 166, 0.95) !important;
}

.bg-secondary-100 {
  background: #92cca6 !important;
}

.bg-secondary-hover:hover {
  background: #92cca6 !important;
}

.color-secondary-light a,
.color-secondary-light h1, .color-secondary-light .h1,
.color-secondary-light h2, .color-secondary-light .h2,
.color-secondary-light h3, .color-secondary-light .h3,
.color-secondary-light h4, .color-secondary-light .h4,
.color-secondary-light h5, .color-secondary-light .h5, .color-secondary-light .faqElement-question p, .faqElement-question .color-secondary-light p,
.color-secondary-light h6,
.color-secondary-light #mobileNavTrigger span,
#mobileNavTrigger .color-secondary-light span,
.color-secondary-light label, .color-secondary-light .h6,
.color-secondary-light {
  color: #d7eddf !important;
}

.color-secondary-light-hover:hover a,
.color-secondary-light-hover:hover h1, .color-secondary-light-hover:hover .h1,
.color-secondary-light-hover:hover h2, .color-secondary-light-hover:hover .h2,
.color-secondary-light-hover:hover h3, .color-secondary-light-hover:hover .h3,
.color-secondary-light-hover:hover h4, .color-secondary-light-hover:hover .h4,
.color-secondary-light-hover:hover h5, .color-secondary-light-hover:hover .h5, .color-secondary-light-hover:hover .faqElement-question p, .faqElement-question .color-secondary-light-hover:hover p,
.color-secondary-light-hover:hover h6,
.color-secondary-light-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-secondary-light-hover:hover span,
.color-secondary-light-hover:hover label, .color-secondary-light-hover:hover .h6,
.color-secondary-light-hover:hover {
  color: #d7eddf !important;
}

.bg-secondary-light {
  background: #d7eddf !important;
}

.bg-secondary-light-0 {
  background: rgba(215, 237, 223, 0) !important;
}

.bg-secondary-light-5 {
  background: rgba(215, 237, 223, 0.05) !important;
}

.bg-secondary-light-10 {
  background: rgba(215, 237, 223, 0.1) !important;
}

.bg-secondary-light-15 {
  background: rgba(215, 237, 223, 0.15) !important;
}

.bg-secondary-light-20 {
  background: rgba(215, 237, 223, 0.2) !important;
}

.bg-secondary-light-25 {
  background: rgba(215, 237, 223, 0.25) !important;
}

.bg-secondary-light-30 {
  background: rgba(215, 237, 223, 0.3) !important;
}

.bg-secondary-light-35 {
  background: rgba(215, 237, 223, 0.35) !important;
}

.bg-secondary-light-40 {
  background: rgba(215, 237, 223, 0.4) !important;
}

.bg-secondary-light-45 {
  background: rgba(215, 237, 223, 0.45) !important;
}

.bg-secondary-light-50 {
  background: rgba(215, 237, 223, 0.5) !important;
}

.bg-secondary-light-55 {
  background: rgba(215, 237, 223, 0.55) !important;
}

.bg-secondary-light-60 {
  background: rgba(215, 237, 223, 0.6) !important;
}

.bg-secondary-light-65 {
  background: rgba(215, 237, 223, 0.65) !important;
}

.bg-secondary-light-70 {
  background: rgba(215, 237, 223, 0.7) !important;
}

.bg-secondary-light-75 {
  background: rgba(215, 237, 223, 0.75) !important;
}

.bg-secondary-light-80 {
  background: rgba(215, 237, 223, 0.8) !important;
}

.bg-secondary-light-85 {
  background: rgba(215, 237, 223, 0.85) !important;
}

.bg-secondary-light-90 {
  background: rgba(215, 237, 223, 0.9) !important;
}

.bg-secondary-light-95 {
  background: rgba(215, 237, 223, 0.95) !important;
}

.bg-secondary-light-100 {
  background: #d7eddf !important;
}

.bg-secondary-light-hover:hover {
  background: #d7eddf !important;
}

.color-secondary-dark a,
.color-secondary-dark h1, .color-secondary-dark .h1,
.color-secondary-dark h2, .color-secondary-dark .h2,
.color-secondary-dark h3, .color-secondary-dark .h3,
.color-secondary-dark h4, .color-secondary-dark .h4,
.color-secondary-dark h5, .color-secondary-dark .h5, .color-secondary-dark .faqElement-question p, .faqElement-question .color-secondary-dark p,
.color-secondary-dark h6,
.color-secondary-dark #mobileNavTrigger span,
#mobileNavTrigger .color-secondary-dark span,
.color-secondary-dark label, .color-secondary-dark .h6,
.color-secondary-dark {
  color: #4fa96e !important;
}

.color-secondary-dark-hover:hover a,
.color-secondary-dark-hover:hover h1, .color-secondary-dark-hover:hover .h1,
.color-secondary-dark-hover:hover h2, .color-secondary-dark-hover:hover .h2,
.color-secondary-dark-hover:hover h3, .color-secondary-dark-hover:hover .h3,
.color-secondary-dark-hover:hover h4, .color-secondary-dark-hover:hover .h4,
.color-secondary-dark-hover:hover h5, .color-secondary-dark-hover:hover .h5, .color-secondary-dark-hover:hover .faqElement-question p, .faqElement-question .color-secondary-dark-hover:hover p,
.color-secondary-dark-hover:hover h6,
.color-secondary-dark-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-secondary-dark-hover:hover span,
.color-secondary-dark-hover:hover label, .color-secondary-dark-hover:hover .h6,
.color-secondary-dark-hover:hover {
  color: #4fa96e !important;
}

.bg-secondary-dark {
  background: #4fa96e !important;
}

.bg-secondary-dark-0 {
  background: rgba(79, 169, 110, 0) !important;
}

.bg-secondary-dark-5 {
  background: rgba(79, 169, 110, 0.05) !important;
}

.bg-secondary-dark-10 {
  background: rgba(79, 169, 110, 0.1) !important;
}

.bg-secondary-dark-15 {
  background: rgba(79, 169, 110, 0.15) !important;
}

.bg-secondary-dark-20 {
  background: rgba(79, 169, 110, 0.2) !important;
}

.bg-secondary-dark-25 {
  background: rgba(79, 169, 110, 0.25) !important;
}

.bg-secondary-dark-30 {
  background: rgba(79, 169, 110, 0.3) !important;
}

.bg-secondary-dark-35 {
  background: rgba(79, 169, 110, 0.35) !important;
}

.bg-secondary-dark-40 {
  background: rgba(79, 169, 110, 0.4) !important;
}

.bg-secondary-dark-45 {
  background: rgba(79, 169, 110, 0.45) !important;
}

.bg-secondary-dark-50 {
  background: rgba(79, 169, 110, 0.5) !important;
}

.bg-secondary-dark-55 {
  background: rgba(79, 169, 110, 0.55) !important;
}

.bg-secondary-dark-60 {
  background: rgba(79, 169, 110, 0.6) !important;
}

.bg-secondary-dark-65 {
  background: rgba(79, 169, 110, 0.65) !important;
}

.bg-secondary-dark-70 {
  background: rgba(79, 169, 110, 0.7) !important;
}

.bg-secondary-dark-75 {
  background: rgba(79, 169, 110, 0.75) !important;
}

.bg-secondary-dark-80 {
  background: rgba(79, 169, 110, 0.8) !important;
}

.bg-secondary-dark-85 {
  background: rgba(79, 169, 110, 0.85) !important;
}

.bg-secondary-dark-90 {
  background: rgba(79, 169, 110, 0.9) !important;
}

.bg-secondary-dark-95 {
  background: rgba(79, 169, 110, 0.95) !important;
}

.bg-secondary-dark-100 {
  background: #4fa96e !important;
}

.bg-secondary-dark-hover:hover {
  background: #4fa96e !important;
}

.color-tertiary a,
.color-tertiary h1, .color-tertiary .h1,
.color-tertiary h2, .color-tertiary .h2,
.color-tertiary h3, .color-tertiary .h3,
.color-tertiary h4, .color-tertiary .h4,
.color-tertiary h5, .color-tertiary .h5, .color-tertiary .faqElement-question p, .faqElement-question .color-tertiary p,
.color-tertiary h6,
.color-tertiary #mobileNavTrigger span,
#mobileNavTrigger .color-tertiary span,
.color-tertiary label, .color-tertiary .h6,
.color-tertiary {
  color: #d6974c !important;
}

.color-tertiary-hover:hover a,
.color-tertiary-hover:hover h1, .color-tertiary-hover:hover .h1,
.color-tertiary-hover:hover h2, .color-tertiary-hover:hover .h2,
.color-tertiary-hover:hover h3, .color-tertiary-hover:hover .h3,
.color-tertiary-hover:hover h4, .color-tertiary-hover:hover .h4,
.color-tertiary-hover:hover h5, .color-tertiary-hover:hover .h5, .color-tertiary-hover:hover .faqElement-question p, .faqElement-question .color-tertiary-hover:hover p,
.color-tertiary-hover:hover h6,
.color-tertiary-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-tertiary-hover:hover span,
.color-tertiary-hover:hover label, .color-tertiary-hover:hover .h6,
.color-tertiary-hover:hover {
  color: #d6974c !important;
}

.bg-tertiary {
  background: #d6974c !important;
}

.bg-tertiary-0 {
  background: rgba(214, 151, 76, 0) !important;
}

.bg-tertiary-5 {
  background: rgba(214, 151, 76, 0.05) !important;
}

.bg-tertiary-10 {
  background: rgba(214, 151, 76, 0.1) !important;
}

.bg-tertiary-15 {
  background: rgba(214, 151, 76, 0.15) !important;
}

.bg-tertiary-20 {
  background: rgba(214, 151, 76, 0.2) !important;
}

.bg-tertiary-25 {
  background: rgba(214, 151, 76, 0.25) !important;
}

.bg-tertiary-30 {
  background: rgba(214, 151, 76, 0.3) !important;
}

.bg-tertiary-35 {
  background: rgba(214, 151, 76, 0.35) !important;
}

.bg-tertiary-40 {
  background: rgba(214, 151, 76, 0.4) !important;
}

.bg-tertiary-45 {
  background: rgba(214, 151, 76, 0.45) !important;
}

.bg-tertiary-50 {
  background: rgba(214, 151, 76, 0.5) !important;
}

.bg-tertiary-55 {
  background: rgba(214, 151, 76, 0.55) !important;
}

.bg-tertiary-60 {
  background: rgba(214, 151, 76, 0.6) !important;
}

.bg-tertiary-65 {
  background: rgba(214, 151, 76, 0.65) !important;
}

.bg-tertiary-70 {
  background: rgba(214, 151, 76, 0.7) !important;
}

.bg-tertiary-75 {
  background: rgba(214, 151, 76, 0.75) !important;
}

.bg-tertiary-80 {
  background: rgba(214, 151, 76, 0.8) !important;
}

.bg-tertiary-85 {
  background: rgba(214, 151, 76, 0.85) !important;
}

.bg-tertiary-90 {
  background: rgba(214, 151, 76, 0.9) !important;
}

.bg-tertiary-95 {
  background: rgba(214, 151, 76, 0.95) !important;
}

.bg-tertiary-100 {
  background: #d6974c !important;
}

.bg-tertiary-hover:hover {
  background: #d6974c !important;
}

.color-tertiary-light a,
.color-tertiary-light h1, .color-tertiary-light .h1,
.color-tertiary-light h2, .color-tertiary-light .h2,
.color-tertiary-light h3, .color-tertiary-light .h3,
.color-tertiary-light h4, .color-tertiary-light .h4,
.color-tertiary-light h5, .color-tertiary-light .h5, .color-tertiary-light .faqElement-question p, .faqElement-question .color-tertiary-light p,
.color-tertiary-light h6,
.color-tertiary-light #mobileNavTrigger span,
#mobileNavTrigger .color-tertiary-light span,
.color-tertiary-light label, .color-tertiary-light .h6,
.color-tertiary-light {
  color: #e0af75 !important;
}

.color-tertiary-light-hover:hover a,
.color-tertiary-light-hover:hover h1, .color-tertiary-light-hover:hover .h1,
.color-tertiary-light-hover:hover h2, .color-tertiary-light-hover:hover .h2,
.color-tertiary-light-hover:hover h3, .color-tertiary-light-hover:hover .h3,
.color-tertiary-light-hover:hover h4, .color-tertiary-light-hover:hover .h4,
.color-tertiary-light-hover:hover h5, .color-tertiary-light-hover:hover .h5, .color-tertiary-light-hover:hover .faqElement-question p, .faqElement-question .color-tertiary-light-hover:hover p,
.color-tertiary-light-hover:hover h6,
.color-tertiary-light-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-tertiary-light-hover:hover span,
.color-tertiary-light-hover:hover label, .color-tertiary-light-hover:hover .h6,
.color-tertiary-light-hover:hover {
  color: #e0af75 !important;
}

.bg-tertiary-light {
  background: #e0af75 !important;
}

.bg-tertiary-light-0 {
  background: rgba(224, 175, 117, 0) !important;
}

.bg-tertiary-light-5 {
  background: rgba(224, 175, 117, 0.05) !important;
}

.bg-tertiary-light-10 {
  background: rgba(224, 175, 117, 0.1) !important;
}

.bg-tertiary-light-15 {
  background: rgba(224, 175, 117, 0.15) !important;
}

.bg-tertiary-light-20 {
  background: rgba(224, 175, 117, 0.2) !important;
}

.bg-tertiary-light-25 {
  background: rgba(224, 175, 117, 0.25) !important;
}

.bg-tertiary-light-30 {
  background: rgba(224, 175, 117, 0.3) !important;
}

.bg-tertiary-light-35 {
  background: rgba(224, 175, 117, 0.35) !important;
}

.bg-tertiary-light-40 {
  background: rgba(224, 175, 117, 0.4) !important;
}

.bg-tertiary-light-45 {
  background: rgba(224, 175, 117, 0.45) !important;
}

.bg-tertiary-light-50 {
  background: rgba(224, 175, 117, 0.5) !important;
}

.bg-tertiary-light-55 {
  background: rgba(224, 175, 117, 0.55) !important;
}

.bg-tertiary-light-60 {
  background: rgba(224, 175, 117, 0.6) !important;
}

.bg-tertiary-light-65 {
  background: rgba(224, 175, 117, 0.65) !important;
}

.bg-tertiary-light-70 {
  background: rgba(224, 175, 117, 0.7) !important;
}

.bg-tertiary-light-75 {
  background: rgba(224, 175, 117, 0.75) !important;
}

.bg-tertiary-light-80 {
  background: rgba(224, 175, 117, 0.8) !important;
}

.bg-tertiary-light-85 {
  background: rgba(224, 175, 117, 0.85) !important;
}

.bg-tertiary-light-90 {
  background: rgba(224, 175, 117, 0.9) !important;
}

.bg-tertiary-light-95 {
  background: rgba(224, 175, 117, 0.95) !important;
}

.bg-tertiary-light-100 {
  background: #e0af75 !important;
}

.bg-tertiary-light-hover:hover {
  background: #e0af75 !important;
}

.color-tertiary-dark a,
.color-tertiary-dark h1, .color-tertiary-dark .h1,
.color-tertiary-dark h2, .color-tertiary-dark .h2,
.color-tertiary-dark h3, .color-tertiary-dark .h3,
.color-tertiary-dark h4, .color-tertiary-dark .h4,
.color-tertiary-dark h5, .color-tertiary-dark .h5, .color-tertiary-dark .faqElement-question p, .faqElement-question .color-tertiary-dark p,
.color-tertiary-dark h6,
.color-tertiary-dark #mobileNavTrigger span,
#mobileNavTrigger .color-tertiary-dark span,
.color-tertiary-dark label, .color-tertiary-dark .h6,
.color-tertiary-dark {
  color: #c27e2d !important;
}

.color-tertiary-dark-hover:hover a,
.color-tertiary-dark-hover:hover h1, .color-tertiary-dark-hover:hover .h1,
.color-tertiary-dark-hover:hover h2, .color-tertiary-dark-hover:hover .h2,
.color-tertiary-dark-hover:hover h3, .color-tertiary-dark-hover:hover .h3,
.color-tertiary-dark-hover:hover h4, .color-tertiary-dark-hover:hover .h4,
.color-tertiary-dark-hover:hover h5, .color-tertiary-dark-hover:hover .h5, .color-tertiary-dark-hover:hover .faqElement-question p, .faqElement-question .color-tertiary-dark-hover:hover p,
.color-tertiary-dark-hover:hover h6,
.color-tertiary-dark-hover:hover #mobileNavTrigger span,
#mobileNavTrigger .color-tertiary-dark-hover:hover span,
.color-tertiary-dark-hover:hover label, .color-tertiary-dark-hover:hover .h6,
.color-tertiary-dark-hover:hover {
  color: #c27e2d !important;
}

.bg-tertiary-dark {
  background: #c27e2d !important;
}

.bg-tertiary-dark-0 {
  background: rgba(194, 126, 45, 0) !important;
}

.bg-tertiary-dark-5 {
  background: rgba(194, 126, 45, 0.05) !important;
}

.bg-tertiary-dark-10 {
  background: rgba(194, 126, 45, 0.1) !important;
}

.bg-tertiary-dark-15 {
  background: rgba(194, 126, 45, 0.15) !important;
}

.bg-tertiary-dark-20 {
  background: rgba(194, 126, 45, 0.2) !important;
}

.bg-tertiary-dark-25 {
  background: rgba(194, 126, 45, 0.25) !important;
}

.bg-tertiary-dark-30 {
  background: rgba(194, 126, 45, 0.3) !important;
}

.bg-tertiary-dark-35 {
  background: rgba(194, 126, 45, 0.35) !important;
}

.bg-tertiary-dark-40 {
  background: rgba(194, 126, 45, 0.4) !important;
}

.bg-tertiary-dark-45 {
  background: rgba(194, 126, 45, 0.45) !important;
}

.bg-tertiary-dark-50 {
  background: rgba(194, 126, 45, 0.5) !important;
}

.bg-tertiary-dark-55 {
  background: rgba(194, 126, 45, 0.55) !important;
}

.bg-tertiary-dark-60 {
  background: rgba(194, 126, 45, 0.6) !important;
}

.bg-tertiary-dark-65 {
  background: rgba(194, 126, 45, 0.65) !important;
}

.bg-tertiary-dark-70 {
  background: rgba(194, 126, 45, 0.7) !important;
}

.bg-tertiary-dark-75 {
  background: rgba(194, 126, 45, 0.75) !important;
}

.bg-tertiary-dark-80 {
  background: rgba(194, 126, 45, 0.8) !important;
}

.bg-tertiary-dark-85 {
  background: rgba(194, 126, 45, 0.85) !important;
}

.bg-tertiary-dark-90 {
  background: rgba(194, 126, 45, 0.9) !important;
}

.bg-tertiary-dark-95 {
  background: rgba(194, 126, 45, 0.95) !important;
}

.bg-tertiary-dark-100 {
  background: #c27e2d !important;
}

.bg-tertiary-dark-hover:hover {
  background: #c27e2d !important;
}

/************************************************
*	Selection								*
************************************************/
::selection {
  color: #fafafa;
  background: #3eb049;
}

::-moz-selection {
  color: #fafafa;
  background: #3eb049;
}

/************************************************
*	Display								*
************************************************/
.hide {
  display: none !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

/************************************************
*	image_holder								*
************************************************/
.image_holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/************************************************
*	Position								*
************************************************/
.float-right {
  float: right !important;
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .float-right {
    float: none !important;
  }
}

.float-left {
  float: left !important;
}

.center {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/************************************************
*	text-size								*
************************************************/
.smallText, .sidebar .post-date, .priceBox ul li,
.small-text {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400;
}

.smallerText,
.smaller-text {
  font-size: 12px !important;
  line-height: 18px !important;
}

.smallestText,
.smallest-text {
  font-size: 10px !important;
  line-height: 16px !important;
}

.mediumText, .mfp-content p,
.medium-text {
  font-size: 16px !important;
  line-height: 26px !important;
}

.largeText,
.large-text {
  font-size: 20px !important;
  line-height: 32px !important;
}

.largerText,
.larger-text {
  font-size: 34px !important;
  line-height: 42px !important;
}

/************************************************
*	text-weight								*
************************************************/
.font-weight-lighter {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-bolder {
  font-weight: 900;
}

/************************************************
*	text-size								*
************************************************/
.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.standardcase {
  text-transform: inherit !important;
}

/************************************************
*	text-align								*
************************************************/
.align-right {
  text-align: right;
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .align-right {
    text-align: left;
  }
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .align-center-mobile {
    text-align: center;
    float: none !important;
  }
}

/************************************************
*	border-radius							*
************************************************/
.squareTop {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.squareBottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.roundTop {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.roundBottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.roundTopBottom {
  border-radius: 2px;
}

/************************************************
*	Clear								*
************************************************/
.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  display: table;
}

/************************************************
*	Margin								*
************************************************/
.noMarginBottomImg img {
  margin-bottom: 0 !important;
}

.noMarginChild > * {
  margin: 0 !important;
}

.noMarginTopChild > * {
  margin-top: 0 !important;
}

.noMarginBottomChild > * {
  margin-bottom: 0 !important;
}

.noMargin {
  margin: 0 !important;
}

.noMarginTop, .staffCards .slick-dots {
  margin-top: 0 !important;
}

.noMarginBottom {
  margin-bottom: 0 !important;
}

.noMarginLeft {
  margin-left: 0 !important;
}

.noMarginRight {
  margin-right: 0 !important;
}

/************************************************
*	Padding								*
************************************************/
.noPaddingChild > * {
  padding: 0 !important;
}

.noPaddingTopChild > * {
  padding-top: 0 !important;
}

.noPaddingBottomChild > * {
  padding-bottom: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

.noPaddingLeft {
  padding-left: 0 !important;
}

.noPaddingRight {
  padding-right: 0 !important;
}

/************************************************
*	FONT SIZE: ;								*
************************************************/
.x10 {
  font-size: 10% !important;
}

.x20 {
  font-size: 20% !important;
}

.x30 {
  font-size: 30% !important;
}

.x40 {
  font-size: 40% !important;
}

.x50 {
  font-size: 50% !important;
}

.x60 {
  font-size: 60% !important;
}

.x70 {
  font-size: 70% !important;
}

.x80 {
  font-size: 80% !important;
}

.x90 {
  font-size: 90% !important;
}

.x100 {
  font-size: 100% !important;
}

.x110 {
  font-size: 110% !important;
}

.x120 {
  font-size: 120% !important;
}

.x130 {
  font-size: 130% !important;
}

.x140 {
  font-size: 140% !important;
}

.x150 {
  font-size: 150% !important;
}

.x160 {
  font-size: 160% !important;
}

.x170 {
  font-size: 170% !important;
}

.x180 {
  font-size: 180% !important;
}

.x190 {
  font-size: 190% !important;
}

.x200 {
  font-size: 200% !important;
}

.x210 {
  font-size: 210% !important;
}

.x220 {
  font-size: 220% !important;
}

.x230 {
  font-size: 230% !important;
}

.x240 {
  font-size: 240% !important;
}

.x250 {
  font-size: 250% !important;
}

.x260 {
  font-size: 260% !important;
}

.x270 {
  font-size: 270% !important;
}

.x280 {
  font-size: 280% !important;
}

.x290 {
  font-size: 290% !important;
}

.x300 {
  font-size: 300% !important;
}

.x310 {
  font-size: 310% !important;
}

.x320 {
  font-size: 320% !important;
}

.x330 {
  font-size: 330% !important;
}

.x340 {
  font-size: 340% !important;
}

.x350 {
  font-size: 350% !important;
}

.x360 {
  font-size: 360% !important;
}

.x370 {
  font-size: 370% !important;
}

.x380 {
  font-size: 380% !important;
}

.x390 {
  font-size: 390% !important;
}

.x400 {
  font-size: 400% !important;
}

.x410 {
  font-size: 410% !important;
}

.x420 {
  font-size: 420% !important;
}

.x430 {
  font-size: 430% !important;
}

.x440 {
  font-size: 440% !important;
}

.x450 {
  font-size: 450% !important;
}

.x460 {
  font-size: 460% !important;
}

.x470 {
  font-size: 470% !important;
}

.x480 {
  font-size: 480% !important;
}

.x490 {
  font-size: 490% !important;
}

.x500 {
  font-size: 500% !important;
}

.x510 {
  font-size: 510% !important;
}

.x520 {
  font-size: 520% !important;
}

.x530 {
  font-size: 530% !important;
}

.x540 {
  font-size: 540% !important;
}

.x550 {
  font-size: 550% !important;
}

.x560 {
  font-size: 560% !important;
}

.x570 {
  font-size: 570% !important;
}

.x580 {
  font-size: 580% !important;
}

.x590 {
  font-size: 590% !important;
}

.x600 {
  font-size: 600% !important;
}

.x610 {
  font-size: 610% !important;
}

.x620 {
  font-size: 620% !important;
}

.x630 {
  font-size: 630% !important;
}

.x640 {
  font-size: 640% !important;
}

.x650 {
  font-size: 650% !important;
}

.x660 {
  font-size: 660% !important;
}

.x670 {
  font-size: 670% !important;
}

.x680 {
  font-size: 680% !important;
}

.x690 {
  font-size: 690% !important;
}

.x700 {
  font-size: 700% !important;
}

.x710 {
  font-size: 710% !important;
}

.x720 {
  font-size: 720% !important;
}

.x730 {
  font-size: 730% !important;
}

.x740 {
  font-size: 740% !important;
}

.x750 {
  font-size: 750% !important;
}

.x760 {
  font-size: 760% !important;
}

.x770 {
  font-size: 770% !important;
}

.x780 {
  font-size: 780% !important;
}

.x790 {
  font-size: 790% !important;
}

.x800 {
  font-size: 800% !important;
}

.x810 {
  font-size: 810% !important;
}

.x820 {
  font-size: 820% !important;
}

.x830 {
  font-size: 830% !important;
}

.x840 {
  font-size: 840% !important;
}

.x850 {
  font-size: 850% !important;
}

.x860 {
  font-size: 860% !important;
}

.x870 {
  font-size: 870% !important;
}

.x880 {
  font-size: 880% !important;
}

.x890 {
  font-size: 890% !important;
}

.x900 {
  font-size: 900% !important;
}

.x910 {
  font-size: 910% !important;
}

.x920 {
  font-size: 920% !important;
}

.x930 {
  font-size: 930% !important;
}

.x940 {
  font-size: 940% !important;
}

.x950 {
  font-size: 950% !important;
}

.x960 {
  font-size: 960% !important;
}

.x970 {
  font-size: 970% !important;
}

.x980 {
  font-size: 980% !important;
}

.x990 {
  font-size: 990% !important;
}

.x1000 {
  font-size: 1000% !important;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .x10-mobile {
    font-size: 10% !important;
  }

  .x20-mobile {
    font-size: 20% !important;
  }

  .x30-mobile {
    font-size: 30% !important;
  }

  .x40-mobile {
    font-size: 40% !important;
  }

  .x50-mobile {
    font-size: 50% !important;
  }

  .x60-mobile {
    font-size: 60% !important;
  }

  .x70-mobile {
    font-size: 70% !important;
  }

  .x80-mobile {
    font-size: 80% !important;
  }

  .x90-mobile {
    font-size: 90% !important;
  }

  .x100-mobile {
    font-size: 100% !important;
  }

  .x110-mobile {
    font-size: 110% !important;
  }

  .x120-mobile {
    font-size: 120% !important;
  }

  .x130-mobile {
    font-size: 130% !important;
  }

  .x140-mobile {
    font-size: 140% !important;
  }

  .x150-mobile {
    font-size: 150% !important;
  }

  .x160-mobile {
    font-size: 160% !important;
  }

  .x170-mobile {
    font-size: 170% !important;
  }

  .x180-mobile {
    font-size: 180% !important;
  }

  .x190-mobile {
    font-size: 190% !important;
  }

  .x200-mobile {
    font-size: 200% !important;
  }

  .x210-mobile {
    font-size: 210% !important;
  }

  .x220-mobile {
    font-size: 220% !important;
  }

  .x230-mobile {
    font-size: 230% !important;
  }

  .x240-mobile {
    font-size: 240% !important;
  }

  .x250-mobile {
    font-size: 250% !important;
  }

  .x260-mobile {
    font-size: 260% !important;
  }

  .x270-mobile {
    font-size: 270% !important;
  }

  .x280-mobile {
    font-size: 280% !important;
  }

  .x290-mobile {
    font-size: 290% !important;
  }

  .x300-mobile {
    font-size: 300% !important;
  }

  .x310-mobile {
    font-size: 310% !important;
  }

  .x320-mobile {
    font-size: 320% !important;
  }

  .x330-mobile {
    font-size: 330% !important;
  }

  .x340-mobile {
    font-size: 340% !important;
  }

  .x350-mobile {
    font-size: 350% !important;
  }

  .x360-mobile {
    font-size: 360% !important;
  }

  .x370-mobile {
    font-size: 370% !important;
  }

  .x380-mobile {
    font-size: 380% !important;
  }

  .x390-mobile {
    font-size: 390% !important;
  }

  .x400-mobile {
    font-size: 400% !important;
  }

  .x410-mobile {
    font-size: 410% !important;
  }

  .x420-mobile {
    font-size: 420% !important;
  }

  .x430-mobile {
    font-size: 430% !important;
  }

  .x440-mobile {
    font-size: 440% !important;
  }

  .x450-mobile {
    font-size: 450% !important;
  }

  .x460-mobile {
    font-size: 460% !important;
  }

  .x470-mobile {
    font-size: 470% !important;
  }

  .x480-mobile {
    font-size: 480% !important;
  }

  .x490-mobile {
    font-size: 490% !important;
  }

  .x500-mobile {
    font-size: 500% !important;
  }

  .x510-mobile {
    font-size: 510% !important;
  }

  .x520-mobile {
    font-size: 520% !important;
  }

  .x530-mobile {
    font-size: 530% !important;
  }

  .x540-mobile {
    font-size: 540% !important;
  }

  .x550-mobile {
    font-size: 550% !important;
  }

  .x560-mobile {
    font-size: 560% !important;
  }

  .x570-mobile {
    font-size: 570% !important;
  }

  .x580-mobile {
    font-size: 580% !important;
  }

  .x590-mobile {
    font-size: 590% !important;
  }

  .x600-mobile {
    font-size: 600% !important;
  }

  .x610-mobile {
    font-size: 610% !important;
  }

  .x620-mobile {
    font-size: 620% !important;
  }

  .x630-mobile {
    font-size: 630% !important;
  }

  .x640-mobile {
    font-size: 640% !important;
  }

  .x650-mobile {
    font-size: 650% !important;
  }

  .x660-mobile {
    font-size: 660% !important;
  }

  .x670-mobile {
    font-size: 670% !important;
  }

  .x680-mobile {
    font-size: 680% !important;
  }

  .x690-mobile {
    font-size: 690% !important;
  }

  .x700-mobile {
    font-size: 700% !important;
  }

  .x710-mobile {
    font-size: 710% !important;
  }

  .x720-mobile {
    font-size: 720% !important;
  }

  .x730-mobile {
    font-size: 730% !important;
  }

  .x740-mobile {
    font-size: 740% !important;
  }

  .x750-mobile {
    font-size: 750% !important;
  }

  .x760-mobile {
    font-size: 760% !important;
  }

  .x770-mobile {
    font-size: 770% !important;
  }

  .x780-mobile {
    font-size: 780% !important;
  }

  .x790-mobile {
    font-size: 790% !important;
  }

  .x800-mobile {
    font-size: 800% !important;
  }

  .x810-mobile {
    font-size: 810% !important;
  }

  .x820-mobile {
    font-size: 820% !important;
  }

  .x830-mobile {
    font-size: 830% !important;
  }

  .x840-mobile {
    font-size: 840% !important;
  }

  .x850-mobile {
    font-size: 850% !important;
  }

  .x860-mobile {
    font-size: 860% !important;
  }

  .x870-mobile {
    font-size: 870% !important;
  }

  .x880-mobile {
    font-size: 880% !important;
  }

  .x890-mobile {
    font-size: 890% !important;
  }

  .x900-mobile {
    font-size: 900% !important;
  }

  .x910-mobile {
    font-size: 910% !important;
  }

  .x920-mobile {
    font-size: 920% !important;
  }

  .x930-mobile {
    font-size: 930% !important;
  }

  .x940-mobile {
    font-size: 940% !important;
  }

  .x950-mobile {
    font-size: 950% !important;
  }

  .x960-mobile {
    font-size: 960% !important;
  }

  .x970-mobile {
    font-size: 970% !important;
  }

  .x980-mobile {
    font-size: 980% !important;
  }

  .x990-mobile {
    font-size: 990% !important;
  }

  .x1000-mobile {
    font-size: 1000% !important;
  }
}
/************************************************
*	ADD Margin, Padding								*
************************************************/
.h_0 {
  padding-top: 0% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_0_hover:hover {
  padding-top: 0% !important;
}

.o_0 {
  opacity: 0% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_0_hover:hover {
  opacity: 0% !important;
}

.addMargin-0 {
  margin: 0px !important;
}

.addMarginTop-0 {
  margin-top: 0px !important;
}

.addMarginBottom-0 {
  margin-bottom: 0px !important;
}

.addMarginRight-0 {
  margin-right: 0px !important;
}

.addMarginLeft-0 {
  margin-left: 0px !important;
}

.removeMargin-0 {
  margin: -0px !important;
}

.removeMarginTop-0 {
  margin-top: -0px !important;
}

.removeMarginBottom-0 {
  margin-bottom: -0px !important;
}

.removeMarginRight-0 {
  margin-right: -0px !important;
}

.removeMarginLeft-0 {
  margin-left: -0px !important;
}

.addPadding-0 {
  padding: 0px !important;
}

.addPaddingTop-0 {
  padding-top: 0px !important;
}

.addPaddingBottom-0 {
  padding-bottom: 0px !important;
}

.addPaddingRight-0 {
  padding-right: 0px !important;
}

.addPaddingLeft-0 {
  padding-left: 0px !important;
}

.h_5 {
  padding-top: 5% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_5_hover:hover {
  padding-top: 5% !important;
}

.o_5 {
  opacity: 5% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_5_hover:hover {
  opacity: 5% !important;
}

.addMargin-5 {
  margin: 5px !important;
}

.addMarginTop-5 {
  margin-top: 5px !important;
}

.addMarginBottom-5 {
  margin-bottom: 5px !important;
}

.addMarginRight-5 {
  margin-right: 5px !important;
}

.addMarginLeft-5 {
  margin-left: 5px !important;
}

.removeMargin-5 {
  margin: -5px !important;
}

.removeMarginTop-5 {
  margin-top: -5px !important;
}

.removeMarginBottom-5 {
  margin-bottom: -5px !important;
}

.removeMarginRight-5 {
  margin-right: -5px !important;
}

.removeMarginLeft-5 {
  margin-left: -5px !important;
}

.addPadding-5 {
  padding: 5px !important;
}

.addPaddingTop-5 {
  padding-top: 5px !important;
}

.addPaddingBottom-5 {
  padding-bottom: 5px !important;
}

.addPaddingRight-5 {
  padding-right: 5px !important;
}

.addPaddingLeft-5 {
  padding-left: 5px !important;
}

.h_10 {
  padding-top: 10% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_10_hover:hover {
  padding-top: 10% !important;
}

.o_10 {
  opacity: 10% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_10_hover:hover {
  opacity: 10% !important;
}

.addMargin-10 {
  margin: 10px !important;
}

.addMarginTop-10 {
  margin-top: 10px !important;
}

.addMarginBottom-10 {
  margin-bottom: 10px !important;
}

.addMarginRight-10 {
  margin-right: 10px !important;
}

.addMarginLeft-10 {
  margin-left: 10px !important;
}

.removeMargin-10 {
  margin: -10px !important;
}

.removeMarginTop-10 {
  margin-top: -10px !important;
}

.removeMarginBottom-10 {
  margin-bottom: -10px !important;
}

.removeMarginRight-10 {
  margin-right: -10px !important;
}

.removeMarginLeft-10 {
  margin-left: -10px !important;
}

.addPadding-10 {
  padding: 10px !important;
}

.addPaddingTop-10 {
  padding-top: 10px !important;
}

.addPaddingBottom-10 {
  padding-bottom: 10px !important;
}

.addPaddingRight-10 {
  padding-right: 10px !important;
}

.addPaddingLeft-10 {
  padding-left: 10px !important;
}

.h_15 {
  padding-top: 15% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_15_hover:hover {
  padding-top: 15% !important;
}

.o_15 {
  opacity: 15% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_15_hover:hover {
  opacity: 15% !important;
}

.addMargin-15 {
  margin: 15px !important;
}

.addMarginTop-15 {
  margin-top: 15px !important;
}

.addMarginBottom-15 {
  margin-bottom: 15px !important;
}

.addMarginRight-15 {
  margin-right: 15px !important;
}

.addMarginLeft-15 {
  margin-left: 15px !important;
}

.removeMargin-15 {
  margin: -15px !important;
}

.removeMarginTop-15 {
  margin-top: -15px !important;
}

.removeMarginBottom-15 {
  margin-bottom: -15px !important;
}

.removeMarginRight-15 {
  margin-right: -15px !important;
}

.removeMarginLeft-15 {
  margin-left: -15px !important;
}

.addPadding-15 {
  padding: 15px !important;
}

.addPaddingTop-15 {
  padding-top: 15px !important;
}

.addPaddingBottom-15 {
  padding-bottom: 15px !important;
}

.addPaddingRight-15 {
  padding-right: 15px !important;
}

.addPaddingLeft-15 {
  padding-left: 15px !important;
}

.h_20 {
  padding-top: 20% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_20_hover:hover {
  padding-top: 20% !important;
}

.o_20 {
  opacity: 20% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_20_hover:hover {
  opacity: 20% !important;
}

.addMargin-20 {
  margin: 20px !important;
}

.addMarginTop-20 {
  margin-top: 20px !important;
}

.addMarginBottom-20 {
  margin-bottom: 20px !important;
}

.addMarginRight-20 {
  margin-right: 20px !important;
}

.addMarginLeft-20 {
  margin-left: 20px !important;
}

.removeMargin-20 {
  margin: -20px !important;
}

.removeMarginTop-20 {
  margin-top: -20px !important;
}

.removeMarginBottom-20 {
  margin-bottom: -20px !important;
}

.removeMarginRight-20 {
  margin-right: -20px !important;
}

.removeMarginLeft-20 {
  margin-left: -20px !important;
}

.addPadding-20 {
  padding: 20px !important;
}

.addPaddingTop-20 {
  padding-top: 20px !important;
}

.addPaddingBottom-20 {
  padding-bottom: 20px !important;
}

.addPaddingRight-20 {
  padding-right: 20px !important;
}

.addPaddingLeft-20 {
  padding-left: 20px !important;
}

.h_25 {
  padding-top: 25% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_25_hover:hover {
  padding-top: 25% !important;
}

.o_25 {
  opacity: 25% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_25_hover:hover {
  opacity: 25% !important;
}

.addMargin-25 {
  margin: 25px !important;
}

.addMarginTop-25 {
  margin-top: 25px !important;
}

.addMarginBottom-25 {
  margin-bottom: 25px !important;
}

.addMarginRight-25 {
  margin-right: 25px !important;
}

.addMarginLeft-25 {
  margin-left: 25px !important;
}

.removeMargin-25 {
  margin: -25px !important;
}

.removeMarginTop-25 {
  margin-top: -25px !important;
}

.removeMarginBottom-25 {
  margin-bottom: -25px !important;
}

.removeMarginRight-25 {
  margin-right: -25px !important;
}

.removeMarginLeft-25 {
  margin-left: -25px !important;
}

.addPadding-25 {
  padding: 25px !important;
}

.addPaddingTop-25 {
  padding-top: 25px !important;
}

.addPaddingBottom-25 {
  padding-bottom: 25px !important;
}

.addPaddingRight-25 {
  padding-right: 25px !important;
}

.addPaddingLeft-25 {
  padding-left: 25px !important;
}

.h_30 {
  padding-top: 30% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_30_hover:hover {
  padding-top: 30% !important;
}

.o_30 {
  opacity: 30% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_30_hover:hover {
  opacity: 30% !important;
}

.addMargin-30 {
  margin: 30px !important;
}

.addMarginTop-30 {
  margin-top: 30px !important;
}

.addMarginBottom-30 {
  margin-bottom: 30px !important;
}

.addMarginRight-30 {
  margin-right: 30px !important;
}

.addMarginLeft-30 {
  margin-left: 30px !important;
}

.removeMargin-30 {
  margin: -30px !important;
}

.removeMarginTop-30 {
  margin-top: -30px !important;
}

.removeMarginBottom-30 {
  margin-bottom: -30px !important;
}

.removeMarginRight-30 {
  margin-right: -30px !important;
}

.removeMarginLeft-30 {
  margin-left: -30px !important;
}

.addPadding-30 {
  padding: 30px !important;
}

.addPaddingTop-30 {
  padding-top: 30px !important;
}

.addPaddingBottom-30 {
  padding-bottom: 30px !important;
}

.addPaddingRight-30 {
  padding-right: 30px !important;
}

.addPaddingLeft-30 {
  padding-left: 30px !important;
}

.h_35 {
  padding-top: 35% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_35_hover:hover {
  padding-top: 35% !important;
}

.o_35 {
  opacity: 35% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_35_hover:hover {
  opacity: 35% !important;
}

.addMargin-35 {
  margin: 35px !important;
}

.addMarginTop-35 {
  margin-top: 35px !important;
}

.addMarginBottom-35 {
  margin-bottom: 35px !important;
}

.addMarginRight-35 {
  margin-right: 35px !important;
}

.addMarginLeft-35 {
  margin-left: 35px !important;
}

.removeMargin-35 {
  margin: -35px !important;
}

.removeMarginTop-35 {
  margin-top: -35px !important;
}

.removeMarginBottom-35 {
  margin-bottom: -35px !important;
}

.removeMarginRight-35 {
  margin-right: -35px !important;
}

.removeMarginLeft-35 {
  margin-left: -35px !important;
}

.addPadding-35 {
  padding: 35px !important;
}

.addPaddingTop-35 {
  padding-top: 35px !important;
}

.addPaddingBottom-35 {
  padding-bottom: 35px !important;
}

.addPaddingRight-35 {
  padding-right: 35px !important;
}

.addPaddingLeft-35 {
  padding-left: 35px !important;
}

.h_40 {
  padding-top: 40% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_40_hover:hover {
  padding-top: 40% !important;
}

.o_40 {
  opacity: 40% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_40_hover:hover {
  opacity: 40% !important;
}

.addMargin-40 {
  margin: 40px !important;
}

.addMarginTop-40 {
  margin-top: 40px !important;
}

.addMarginBottom-40 {
  margin-bottom: 40px !important;
}

.addMarginRight-40 {
  margin-right: 40px !important;
}

.addMarginLeft-40 {
  margin-left: 40px !important;
}

.removeMargin-40 {
  margin: -40px !important;
}

.removeMarginTop-40 {
  margin-top: -40px !important;
}

.removeMarginBottom-40 {
  margin-bottom: -40px !important;
}

.removeMarginRight-40 {
  margin-right: -40px !important;
}

.removeMarginLeft-40 {
  margin-left: -40px !important;
}

.addPadding-40 {
  padding: 40px !important;
}

.addPaddingTop-40 {
  padding-top: 40px !important;
}

.addPaddingBottom-40 {
  padding-bottom: 40px !important;
}

.addPaddingRight-40 {
  padding-right: 40px !important;
}

.addPaddingLeft-40 {
  padding-left: 40px !important;
}

.h_45 {
  padding-top: 45% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_45_hover:hover {
  padding-top: 45% !important;
}

.o_45 {
  opacity: 45% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_45_hover:hover {
  opacity: 45% !important;
}

.addMargin-45 {
  margin: 45px !important;
}

.addMarginTop-45 {
  margin-top: 45px !important;
}

.addMarginBottom-45 {
  margin-bottom: 45px !important;
}

.addMarginRight-45 {
  margin-right: 45px !important;
}

.addMarginLeft-45 {
  margin-left: 45px !important;
}

.removeMargin-45 {
  margin: -45px !important;
}

.removeMarginTop-45 {
  margin-top: -45px !important;
}

.removeMarginBottom-45 {
  margin-bottom: -45px !important;
}

.removeMarginRight-45 {
  margin-right: -45px !important;
}

.removeMarginLeft-45 {
  margin-left: -45px !important;
}

.addPadding-45 {
  padding: 45px !important;
}

.addPaddingTop-45 {
  padding-top: 45px !important;
}

.addPaddingBottom-45 {
  padding-bottom: 45px !important;
}

.addPaddingRight-45 {
  padding-right: 45px !important;
}

.addPaddingLeft-45 {
  padding-left: 45px !important;
}

.h_50 {
  padding-top: 50% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_50_hover:hover {
  padding-top: 50% !important;
}

.o_50 {
  opacity: 50% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_50_hover:hover {
  opacity: 50% !important;
}

.addMargin-50 {
  margin: 50px !important;
}

.addMarginTop-50 {
  margin-top: 50px !important;
}

.addMarginBottom-50 {
  margin-bottom: 50px !important;
}

.addMarginRight-50 {
  margin-right: 50px !important;
}

.addMarginLeft-50 {
  margin-left: 50px !important;
}

.removeMargin-50 {
  margin: -50px !important;
}

.removeMarginTop-50 {
  margin-top: -50px !important;
}

.removeMarginBottom-50 {
  margin-bottom: -50px !important;
}

.removeMarginRight-50 {
  margin-right: -50px !important;
}

.removeMarginLeft-50 {
  margin-left: -50px !important;
}

.addPadding-50 {
  padding: 50px !important;
}

.addPaddingTop-50 {
  padding-top: 50px !important;
}

.addPaddingBottom-50 {
  padding-bottom: 50px !important;
}

.addPaddingRight-50 {
  padding-right: 50px !important;
}

.addPaddingLeft-50 {
  padding-left: 50px !important;
}

.h_55 {
  padding-top: 55% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_55_hover:hover {
  padding-top: 55% !important;
}

.o_55 {
  opacity: 55% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_55_hover:hover {
  opacity: 55% !important;
}

.addMargin-55 {
  margin: 55px !important;
}

.addMarginTop-55 {
  margin-top: 55px !important;
}

.addMarginBottom-55 {
  margin-bottom: 55px !important;
}

.addMarginRight-55 {
  margin-right: 55px !important;
}

.addMarginLeft-55 {
  margin-left: 55px !important;
}

.removeMargin-55 {
  margin: -55px !important;
}

.removeMarginTop-55 {
  margin-top: -55px !important;
}

.removeMarginBottom-55 {
  margin-bottom: -55px !important;
}

.removeMarginRight-55 {
  margin-right: -55px !important;
}

.removeMarginLeft-55 {
  margin-left: -55px !important;
}

.addPadding-55 {
  padding: 55px !important;
}

.addPaddingTop-55 {
  padding-top: 55px !important;
}

.addPaddingBottom-55 {
  padding-bottom: 55px !important;
}

.addPaddingRight-55 {
  padding-right: 55px !important;
}

.addPaddingLeft-55 {
  padding-left: 55px !important;
}

.h_60 {
  padding-top: 60% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_60_hover:hover {
  padding-top: 60% !important;
}

.o_60 {
  opacity: 60% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_60_hover:hover {
  opacity: 60% !important;
}

.addMargin-60 {
  margin: 60px !important;
}

.addMarginTop-60 {
  margin-top: 60px !important;
}

.addMarginBottom-60 {
  margin-bottom: 60px !important;
}

.addMarginRight-60 {
  margin-right: 60px !important;
}

.addMarginLeft-60 {
  margin-left: 60px !important;
}

.removeMargin-60 {
  margin: -60px !important;
}

.removeMarginTop-60 {
  margin-top: -60px !important;
}

.removeMarginBottom-60 {
  margin-bottom: -60px !important;
}

.removeMarginRight-60 {
  margin-right: -60px !important;
}

.removeMarginLeft-60 {
  margin-left: -60px !important;
}

.addPadding-60 {
  padding: 60px !important;
}

.addPaddingTop-60 {
  padding-top: 60px !important;
}

.addPaddingBottom-60 {
  padding-bottom: 60px !important;
}

.addPaddingRight-60 {
  padding-right: 60px !important;
}

.addPaddingLeft-60 {
  padding-left: 60px !important;
}

.h_65 {
  padding-top: 65% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_65_hover:hover {
  padding-top: 65% !important;
}

.o_65 {
  opacity: 65% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_65_hover:hover {
  opacity: 65% !important;
}

.addMargin-65 {
  margin: 65px !important;
}

.addMarginTop-65 {
  margin-top: 65px !important;
}

.addMarginBottom-65 {
  margin-bottom: 65px !important;
}

.addMarginRight-65 {
  margin-right: 65px !important;
}

.addMarginLeft-65 {
  margin-left: 65px !important;
}

.removeMargin-65 {
  margin: -65px !important;
}

.removeMarginTop-65 {
  margin-top: -65px !important;
}

.removeMarginBottom-65 {
  margin-bottom: -65px !important;
}

.removeMarginRight-65 {
  margin-right: -65px !important;
}

.removeMarginLeft-65 {
  margin-left: -65px !important;
}

.addPadding-65 {
  padding: 65px !important;
}

.addPaddingTop-65 {
  padding-top: 65px !important;
}

.addPaddingBottom-65 {
  padding-bottom: 65px !important;
}

.addPaddingRight-65 {
  padding-right: 65px !important;
}

.addPaddingLeft-65 {
  padding-left: 65px !important;
}

.h_70 {
  padding-top: 70% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_70_hover:hover {
  padding-top: 70% !important;
}

.o_70 {
  opacity: 70% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_70_hover:hover {
  opacity: 70% !important;
}

.addMargin-70 {
  margin: 70px !important;
}

.addMarginTop-70 {
  margin-top: 70px !important;
}

.addMarginBottom-70 {
  margin-bottom: 70px !important;
}

.addMarginRight-70 {
  margin-right: 70px !important;
}

.addMarginLeft-70 {
  margin-left: 70px !important;
}

.removeMargin-70 {
  margin: -70px !important;
}

.removeMarginTop-70 {
  margin-top: -70px !important;
}

.removeMarginBottom-70 {
  margin-bottom: -70px !important;
}

.removeMarginRight-70 {
  margin-right: -70px !important;
}

.removeMarginLeft-70 {
  margin-left: -70px !important;
}

.addPadding-70 {
  padding: 70px !important;
}

.addPaddingTop-70 {
  padding-top: 70px !important;
}

.addPaddingBottom-70 {
  padding-bottom: 70px !important;
}

.addPaddingRight-70 {
  padding-right: 70px !important;
}

.addPaddingLeft-70 {
  padding-left: 70px !important;
}

.h_75 {
  padding-top: 75% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_75_hover:hover {
  padding-top: 75% !important;
}

.o_75 {
  opacity: 75% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_75_hover:hover {
  opacity: 75% !important;
}

.addMargin-75 {
  margin: 75px !important;
}

.addMarginTop-75 {
  margin-top: 75px !important;
}

.addMarginBottom-75 {
  margin-bottom: 75px !important;
}

.addMarginRight-75 {
  margin-right: 75px !important;
}

.addMarginLeft-75 {
  margin-left: 75px !important;
}

.removeMargin-75 {
  margin: -75px !important;
}

.removeMarginTop-75 {
  margin-top: -75px !important;
}

.removeMarginBottom-75 {
  margin-bottom: -75px !important;
}

.removeMarginRight-75 {
  margin-right: -75px !important;
}

.removeMarginLeft-75 {
  margin-left: -75px !important;
}

.addPadding-75 {
  padding: 75px !important;
}

.addPaddingTop-75 {
  padding-top: 75px !important;
}

.addPaddingBottom-75 {
  padding-bottom: 75px !important;
}

.addPaddingRight-75 {
  padding-right: 75px !important;
}

.addPaddingLeft-75 {
  padding-left: 75px !important;
}

.h_80 {
  padding-top: 80% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_80_hover:hover {
  padding-top: 80% !important;
}

.o_80 {
  opacity: 80% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_80_hover:hover {
  opacity: 80% !important;
}

.addMargin-80 {
  margin: 80px !important;
}

.addMarginTop-80 {
  margin-top: 80px !important;
}

.addMarginBottom-80 {
  margin-bottom: 80px !important;
}

.addMarginRight-80 {
  margin-right: 80px !important;
}

.addMarginLeft-80 {
  margin-left: 80px !important;
}

.removeMargin-80 {
  margin: -80px !important;
}

.removeMarginTop-80 {
  margin-top: -80px !important;
}

.removeMarginBottom-80 {
  margin-bottom: -80px !important;
}

.removeMarginRight-80 {
  margin-right: -80px !important;
}

.removeMarginLeft-80 {
  margin-left: -80px !important;
}

.addPadding-80 {
  padding: 80px !important;
}

.addPaddingTop-80 {
  padding-top: 80px !important;
}

.addPaddingBottom-80 {
  padding-bottom: 80px !important;
}

.addPaddingRight-80 {
  padding-right: 80px !important;
}

.addPaddingLeft-80 {
  padding-left: 80px !important;
}

.h_85 {
  padding-top: 85% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_85_hover:hover {
  padding-top: 85% !important;
}

.o_85 {
  opacity: 85% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_85_hover:hover {
  opacity: 85% !important;
}

.addMargin-85 {
  margin: 85px !important;
}

.addMarginTop-85 {
  margin-top: 85px !important;
}

.addMarginBottom-85 {
  margin-bottom: 85px !important;
}

.addMarginRight-85 {
  margin-right: 85px !important;
}

.addMarginLeft-85 {
  margin-left: 85px !important;
}

.removeMargin-85 {
  margin: -85px !important;
}

.removeMarginTop-85 {
  margin-top: -85px !important;
}

.removeMarginBottom-85 {
  margin-bottom: -85px !important;
}

.removeMarginRight-85 {
  margin-right: -85px !important;
}

.removeMarginLeft-85 {
  margin-left: -85px !important;
}

.addPadding-85 {
  padding: 85px !important;
}

.addPaddingTop-85 {
  padding-top: 85px !important;
}

.addPaddingBottom-85 {
  padding-bottom: 85px !important;
}

.addPaddingRight-85 {
  padding-right: 85px !important;
}

.addPaddingLeft-85 {
  padding-left: 85px !important;
}

.h_90 {
  padding-top: 90% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_90_hover:hover {
  padding-top: 90% !important;
}

.o_90 {
  opacity: 90% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_90_hover:hover {
  opacity: 90% !important;
}

.addMargin-90 {
  margin: 90px !important;
}

.addMarginTop-90 {
  margin-top: 90px !important;
}

.addMarginBottom-90 {
  margin-bottom: 90px !important;
}

.addMarginRight-90 {
  margin-right: 90px !important;
}

.addMarginLeft-90 {
  margin-left: 90px !important;
}

.removeMargin-90 {
  margin: -90px !important;
}

.removeMarginTop-90 {
  margin-top: -90px !important;
}

.removeMarginBottom-90 {
  margin-bottom: -90px !important;
}

.removeMarginRight-90 {
  margin-right: -90px !important;
}

.removeMarginLeft-90 {
  margin-left: -90px !important;
}

.addPadding-90 {
  padding: 90px !important;
}

.addPaddingTop-90 {
  padding-top: 90px !important;
}

.addPaddingBottom-90 {
  padding-bottom: 90px !important;
}

.addPaddingRight-90 {
  padding-right: 90px !important;
}

.addPaddingLeft-90 {
  padding-left: 90px !important;
}

.h_95 {
  padding-top: 95% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_95_hover:hover {
  padding-top: 95% !important;
}

.o_95 {
  opacity: 95% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_95_hover:hover {
  opacity: 95% !important;
}

.addMargin-95 {
  margin: 95px !important;
}

.addMarginTop-95 {
  margin-top: 95px !important;
}

.addMarginBottom-95 {
  margin-bottom: 95px !important;
}

.addMarginRight-95 {
  margin-right: 95px !important;
}

.addMarginLeft-95 {
  margin-left: 95px !important;
}

.removeMargin-95 {
  margin: -95px !important;
}

.removeMarginTop-95 {
  margin-top: -95px !important;
}

.removeMarginBottom-95 {
  margin-bottom: -95px !important;
}

.removeMarginRight-95 {
  margin-right: -95px !important;
}

.removeMarginLeft-95 {
  margin-left: -95px !important;
}

.addPadding-95 {
  padding: 95px !important;
}

.addPaddingTop-95 {
  padding-top: 95px !important;
}

.addPaddingBottom-95 {
  padding-bottom: 95px !important;
}

.addPaddingRight-95 {
  padding-right: 95px !important;
}

.addPaddingLeft-95 {
  padding-left: 95px !important;
}

.h_100 {
  padding-top: 100% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_100_hover:hover {
  padding-top: 100% !important;
}

.o_100 {
  opacity: 100% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_100_hover:hover {
  opacity: 100% !important;
}

.addMargin-100 {
  margin: 100px !important;
}

.addMarginTop-100 {
  margin-top: 100px !important;
}

.addMarginBottom-100 {
  margin-bottom: 100px !important;
}

.addMarginRight-100 {
  margin-right: 100px !important;
}

.addMarginLeft-100 {
  margin-left: 100px !important;
}

.removeMargin-100 {
  margin: -100px !important;
}

.removeMarginTop-100 {
  margin-top: -100px !important;
}

.removeMarginBottom-100 {
  margin-bottom: -100px !important;
}

.removeMarginRight-100 {
  margin-right: -100px !important;
}

.removeMarginLeft-100 {
  margin-left: -100px !important;
}

.addPadding-100 {
  padding: 100px !important;
}

.addPaddingTop-100 {
  padding-top: 100px !important;
}

.addPaddingBottom-100 {
  padding-bottom: 100px !important;
}

.addPaddingRight-100 {
  padding-right: 100px !important;
}

.addPaddingLeft-100 {
  padding-left: 100px !important;
}

.h_105 {
  padding-top: 105% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_105_hover:hover {
  padding-top: 105% !important;
}

.o_105 {
  opacity: 105% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_105_hover:hover {
  opacity: 105% !important;
}

.addMargin-105 {
  margin: 105px !important;
}

.addMarginTop-105 {
  margin-top: 105px !important;
}

.addMarginBottom-105 {
  margin-bottom: 105px !important;
}

.addMarginRight-105 {
  margin-right: 105px !important;
}

.addMarginLeft-105 {
  margin-left: 105px !important;
}

.removeMargin-105 {
  margin: -105px !important;
}

.removeMarginTop-105 {
  margin-top: -105px !important;
}

.removeMarginBottom-105 {
  margin-bottom: -105px !important;
}

.removeMarginRight-105 {
  margin-right: -105px !important;
}

.removeMarginLeft-105 {
  margin-left: -105px !important;
}

.addPadding-105 {
  padding: 105px !important;
}

.addPaddingTop-105 {
  padding-top: 105px !important;
}

.addPaddingBottom-105 {
  padding-bottom: 105px !important;
}

.addPaddingRight-105 {
  padding-right: 105px !important;
}

.addPaddingLeft-105 {
  padding-left: 105px !important;
}

.h_110 {
  padding-top: 110% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_110_hover:hover {
  padding-top: 110% !important;
}

.o_110 {
  opacity: 110% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_110_hover:hover {
  opacity: 110% !important;
}

.addMargin-110 {
  margin: 110px !important;
}

.addMarginTop-110 {
  margin-top: 110px !important;
}

.addMarginBottom-110 {
  margin-bottom: 110px !important;
}

.addMarginRight-110 {
  margin-right: 110px !important;
}

.addMarginLeft-110 {
  margin-left: 110px !important;
}

.removeMargin-110 {
  margin: -110px !important;
}

.removeMarginTop-110 {
  margin-top: -110px !important;
}

.removeMarginBottom-110 {
  margin-bottom: -110px !important;
}

.removeMarginRight-110 {
  margin-right: -110px !important;
}

.removeMarginLeft-110 {
  margin-left: -110px !important;
}

.addPadding-110 {
  padding: 110px !important;
}

.addPaddingTop-110 {
  padding-top: 110px !important;
}

.addPaddingBottom-110 {
  padding-bottom: 110px !important;
}

.addPaddingRight-110 {
  padding-right: 110px !important;
}

.addPaddingLeft-110 {
  padding-left: 110px !important;
}

.h_115 {
  padding-top: 115% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_115_hover:hover {
  padding-top: 115% !important;
}

.o_115 {
  opacity: 115% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_115_hover:hover {
  opacity: 115% !important;
}

.addMargin-115 {
  margin: 115px !important;
}

.addMarginTop-115 {
  margin-top: 115px !important;
}

.addMarginBottom-115 {
  margin-bottom: 115px !important;
}

.addMarginRight-115 {
  margin-right: 115px !important;
}

.addMarginLeft-115 {
  margin-left: 115px !important;
}

.removeMargin-115 {
  margin: -115px !important;
}

.removeMarginTop-115 {
  margin-top: -115px !important;
}

.removeMarginBottom-115 {
  margin-bottom: -115px !important;
}

.removeMarginRight-115 {
  margin-right: -115px !important;
}

.removeMarginLeft-115 {
  margin-left: -115px !important;
}

.addPadding-115 {
  padding: 115px !important;
}

.addPaddingTop-115 {
  padding-top: 115px !important;
}

.addPaddingBottom-115 {
  padding-bottom: 115px !important;
}

.addPaddingRight-115 {
  padding-right: 115px !important;
}

.addPaddingLeft-115 {
  padding-left: 115px !important;
}

.h_120 {
  padding-top: 120% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_120_hover:hover {
  padding-top: 120% !important;
}

.o_120 {
  opacity: 120% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_120_hover:hover {
  opacity: 120% !important;
}

.addMargin-120 {
  margin: 120px !important;
}

.addMarginTop-120 {
  margin-top: 120px !important;
}

.addMarginBottom-120 {
  margin-bottom: 120px !important;
}

.addMarginRight-120 {
  margin-right: 120px !important;
}

.addMarginLeft-120 {
  margin-left: 120px !important;
}

.removeMargin-120 {
  margin: -120px !important;
}

.removeMarginTop-120 {
  margin-top: -120px !important;
}

.removeMarginBottom-120 {
  margin-bottom: -120px !important;
}

.removeMarginRight-120 {
  margin-right: -120px !important;
}

.removeMarginLeft-120 {
  margin-left: -120px !important;
}

.addPadding-120 {
  padding: 120px !important;
}

.addPaddingTop-120 {
  padding-top: 120px !important;
}

.addPaddingBottom-120 {
  padding-bottom: 120px !important;
}

.addPaddingRight-120 {
  padding-right: 120px !important;
}

.addPaddingLeft-120 {
  padding-left: 120px !important;
}

.h_125 {
  padding-top: 125% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_125_hover:hover {
  padding-top: 125% !important;
}

.o_125 {
  opacity: 125% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_125_hover:hover {
  opacity: 125% !important;
}

.addMargin-125 {
  margin: 125px !important;
}

.addMarginTop-125 {
  margin-top: 125px !important;
}

.addMarginBottom-125 {
  margin-bottom: 125px !important;
}

.addMarginRight-125 {
  margin-right: 125px !important;
}

.addMarginLeft-125 {
  margin-left: 125px !important;
}

.removeMargin-125 {
  margin: -125px !important;
}

.removeMarginTop-125 {
  margin-top: -125px !important;
}

.removeMarginBottom-125 {
  margin-bottom: -125px !important;
}

.removeMarginRight-125 {
  margin-right: -125px !important;
}

.removeMarginLeft-125 {
  margin-left: -125px !important;
}

.addPadding-125 {
  padding: 125px !important;
}

.addPaddingTop-125 {
  padding-top: 125px !important;
}

.addPaddingBottom-125 {
  padding-bottom: 125px !important;
}

.addPaddingRight-125 {
  padding-right: 125px !important;
}

.addPaddingLeft-125 {
  padding-left: 125px !important;
}

.h_130 {
  padding-top: 130% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_130_hover:hover {
  padding-top: 130% !important;
}

.o_130 {
  opacity: 130% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_130_hover:hover {
  opacity: 130% !important;
}

.addMargin-130 {
  margin: 130px !important;
}

.addMarginTop-130 {
  margin-top: 130px !important;
}

.addMarginBottom-130 {
  margin-bottom: 130px !important;
}

.addMarginRight-130 {
  margin-right: 130px !important;
}

.addMarginLeft-130 {
  margin-left: 130px !important;
}

.removeMargin-130 {
  margin: -130px !important;
}

.removeMarginTop-130 {
  margin-top: -130px !important;
}

.removeMarginBottom-130 {
  margin-bottom: -130px !important;
}

.removeMarginRight-130 {
  margin-right: -130px !important;
}

.removeMarginLeft-130 {
  margin-left: -130px !important;
}

.addPadding-130 {
  padding: 130px !important;
}

.addPaddingTop-130 {
  padding-top: 130px !important;
}

.addPaddingBottom-130 {
  padding-bottom: 130px !important;
}

.addPaddingRight-130 {
  padding-right: 130px !important;
}

.addPaddingLeft-130 {
  padding-left: 130px !important;
}

.h_135 {
  padding-top: 135% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_135_hover:hover {
  padding-top: 135% !important;
}

.o_135 {
  opacity: 135% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_135_hover:hover {
  opacity: 135% !important;
}

.addMargin-135 {
  margin: 135px !important;
}

.addMarginTop-135 {
  margin-top: 135px !important;
}

.addMarginBottom-135 {
  margin-bottom: 135px !important;
}

.addMarginRight-135 {
  margin-right: 135px !important;
}

.addMarginLeft-135 {
  margin-left: 135px !important;
}

.removeMargin-135 {
  margin: -135px !important;
}

.removeMarginTop-135 {
  margin-top: -135px !important;
}

.removeMarginBottom-135 {
  margin-bottom: -135px !important;
}

.removeMarginRight-135 {
  margin-right: -135px !important;
}

.removeMarginLeft-135 {
  margin-left: -135px !important;
}

.addPadding-135 {
  padding: 135px !important;
}

.addPaddingTop-135 {
  padding-top: 135px !important;
}

.addPaddingBottom-135 {
  padding-bottom: 135px !important;
}

.addPaddingRight-135 {
  padding-right: 135px !important;
}

.addPaddingLeft-135 {
  padding-left: 135px !important;
}

.h_140 {
  padding-top: 140% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_140_hover:hover {
  padding-top: 140% !important;
}

.o_140 {
  opacity: 140% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_140_hover:hover {
  opacity: 140% !important;
}

.addMargin-140 {
  margin: 140px !important;
}

.addMarginTop-140 {
  margin-top: 140px !important;
}

.addMarginBottom-140 {
  margin-bottom: 140px !important;
}

.addMarginRight-140 {
  margin-right: 140px !important;
}

.addMarginLeft-140 {
  margin-left: 140px !important;
}

.removeMargin-140 {
  margin: -140px !important;
}

.removeMarginTop-140 {
  margin-top: -140px !important;
}

.removeMarginBottom-140 {
  margin-bottom: -140px !important;
}

.removeMarginRight-140 {
  margin-right: -140px !important;
}

.removeMarginLeft-140 {
  margin-left: -140px !important;
}

.addPadding-140 {
  padding: 140px !important;
}

.addPaddingTop-140 {
  padding-top: 140px !important;
}

.addPaddingBottom-140 {
  padding-bottom: 140px !important;
}

.addPaddingRight-140 {
  padding-right: 140px !important;
}

.addPaddingLeft-140 {
  padding-left: 140px !important;
}

.h_145 {
  padding-top: 145% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_145_hover:hover {
  padding-top: 145% !important;
}

.o_145 {
  opacity: 145% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_145_hover:hover {
  opacity: 145% !important;
}

.addMargin-145 {
  margin: 145px !important;
}

.addMarginTop-145 {
  margin-top: 145px !important;
}

.addMarginBottom-145 {
  margin-bottom: 145px !important;
}

.addMarginRight-145 {
  margin-right: 145px !important;
}

.addMarginLeft-145 {
  margin-left: 145px !important;
}

.removeMargin-145 {
  margin: -145px !important;
}

.removeMarginTop-145 {
  margin-top: -145px !important;
}

.removeMarginBottom-145 {
  margin-bottom: -145px !important;
}

.removeMarginRight-145 {
  margin-right: -145px !important;
}

.removeMarginLeft-145 {
  margin-left: -145px !important;
}

.addPadding-145 {
  padding: 145px !important;
}

.addPaddingTop-145 {
  padding-top: 145px !important;
}

.addPaddingBottom-145 {
  padding-bottom: 145px !important;
}

.addPaddingRight-145 {
  padding-right: 145px !important;
}

.addPaddingLeft-145 {
  padding-left: 145px !important;
}

.h_150 {
  padding-top: 150% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_150_hover:hover {
  padding-top: 150% !important;
}

.o_150 {
  opacity: 150% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_150_hover:hover {
  opacity: 150% !important;
}

.addMargin-150 {
  margin: 150px !important;
}

.addMarginTop-150 {
  margin-top: 150px !important;
}

.addMarginBottom-150 {
  margin-bottom: 150px !important;
}

.addMarginRight-150 {
  margin-right: 150px !important;
}

.addMarginLeft-150 {
  margin-left: 150px !important;
}

.removeMargin-150 {
  margin: -150px !important;
}

.removeMarginTop-150 {
  margin-top: -150px !important;
}

.removeMarginBottom-150 {
  margin-bottom: -150px !important;
}

.removeMarginRight-150 {
  margin-right: -150px !important;
}

.removeMarginLeft-150 {
  margin-left: -150px !important;
}

.addPadding-150 {
  padding: 150px !important;
}

.addPaddingTop-150 {
  padding-top: 150px !important;
}

.addPaddingBottom-150 {
  padding-bottom: 150px !important;
}

.addPaddingRight-150 {
  padding-right: 150px !important;
}

.addPaddingLeft-150 {
  padding-left: 150px !important;
}

.h_155 {
  padding-top: 155% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_155_hover:hover {
  padding-top: 155% !important;
}

.o_155 {
  opacity: 155% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_155_hover:hover {
  opacity: 155% !important;
}

.addMargin-155 {
  margin: 155px !important;
}

.addMarginTop-155 {
  margin-top: 155px !important;
}

.addMarginBottom-155 {
  margin-bottom: 155px !important;
}

.addMarginRight-155 {
  margin-right: 155px !important;
}

.addMarginLeft-155 {
  margin-left: 155px !important;
}

.removeMargin-155 {
  margin: -155px !important;
}

.removeMarginTop-155 {
  margin-top: -155px !important;
}

.removeMarginBottom-155 {
  margin-bottom: -155px !important;
}

.removeMarginRight-155 {
  margin-right: -155px !important;
}

.removeMarginLeft-155 {
  margin-left: -155px !important;
}

.addPadding-155 {
  padding: 155px !important;
}

.addPaddingTop-155 {
  padding-top: 155px !important;
}

.addPaddingBottom-155 {
  padding-bottom: 155px !important;
}

.addPaddingRight-155 {
  padding-right: 155px !important;
}

.addPaddingLeft-155 {
  padding-left: 155px !important;
}

.h_160 {
  padding-top: 160% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_160_hover:hover {
  padding-top: 160% !important;
}

.o_160 {
  opacity: 160% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_160_hover:hover {
  opacity: 160% !important;
}

.addMargin-160 {
  margin: 160px !important;
}

.addMarginTop-160 {
  margin-top: 160px !important;
}

.addMarginBottom-160 {
  margin-bottom: 160px !important;
}

.addMarginRight-160 {
  margin-right: 160px !important;
}

.addMarginLeft-160 {
  margin-left: 160px !important;
}

.removeMargin-160 {
  margin: -160px !important;
}

.removeMarginTop-160 {
  margin-top: -160px !important;
}

.removeMarginBottom-160 {
  margin-bottom: -160px !important;
}

.removeMarginRight-160 {
  margin-right: -160px !important;
}

.removeMarginLeft-160 {
  margin-left: -160px !important;
}

.addPadding-160 {
  padding: 160px !important;
}

.addPaddingTop-160 {
  padding-top: 160px !important;
}

.addPaddingBottom-160 {
  padding-bottom: 160px !important;
}

.addPaddingRight-160 {
  padding-right: 160px !important;
}

.addPaddingLeft-160 {
  padding-left: 160px !important;
}

.h_165 {
  padding-top: 165% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_165_hover:hover {
  padding-top: 165% !important;
}

.o_165 {
  opacity: 165% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_165_hover:hover {
  opacity: 165% !important;
}

.addMargin-165 {
  margin: 165px !important;
}

.addMarginTop-165 {
  margin-top: 165px !important;
}

.addMarginBottom-165 {
  margin-bottom: 165px !important;
}

.addMarginRight-165 {
  margin-right: 165px !important;
}

.addMarginLeft-165 {
  margin-left: 165px !important;
}

.removeMargin-165 {
  margin: -165px !important;
}

.removeMarginTop-165 {
  margin-top: -165px !important;
}

.removeMarginBottom-165 {
  margin-bottom: -165px !important;
}

.removeMarginRight-165 {
  margin-right: -165px !important;
}

.removeMarginLeft-165 {
  margin-left: -165px !important;
}

.addPadding-165 {
  padding: 165px !important;
}

.addPaddingTop-165 {
  padding-top: 165px !important;
}

.addPaddingBottom-165 {
  padding-bottom: 165px !important;
}

.addPaddingRight-165 {
  padding-right: 165px !important;
}

.addPaddingLeft-165 {
  padding-left: 165px !important;
}

.h_170 {
  padding-top: 170% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_170_hover:hover {
  padding-top: 170% !important;
}

.o_170 {
  opacity: 170% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_170_hover:hover {
  opacity: 170% !important;
}

.addMargin-170 {
  margin: 170px !important;
}

.addMarginTop-170 {
  margin-top: 170px !important;
}

.addMarginBottom-170 {
  margin-bottom: 170px !important;
}

.addMarginRight-170 {
  margin-right: 170px !important;
}

.addMarginLeft-170 {
  margin-left: 170px !important;
}

.removeMargin-170 {
  margin: -170px !important;
}

.removeMarginTop-170 {
  margin-top: -170px !important;
}

.removeMarginBottom-170 {
  margin-bottom: -170px !important;
}

.removeMarginRight-170 {
  margin-right: -170px !important;
}

.removeMarginLeft-170 {
  margin-left: -170px !important;
}

.addPadding-170 {
  padding: 170px !important;
}

.addPaddingTop-170 {
  padding-top: 170px !important;
}

.addPaddingBottom-170 {
  padding-bottom: 170px !important;
}

.addPaddingRight-170 {
  padding-right: 170px !important;
}

.addPaddingLeft-170 {
  padding-left: 170px !important;
}

.h_175 {
  padding-top: 175% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_175_hover:hover {
  padding-top: 175% !important;
}

.o_175 {
  opacity: 175% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_175_hover:hover {
  opacity: 175% !important;
}

.addMargin-175 {
  margin: 175px !important;
}

.addMarginTop-175 {
  margin-top: 175px !important;
}

.addMarginBottom-175 {
  margin-bottom: 175px !important;
}

.addMarginRight-175 {
  margin-right: 175px !important;
}

.addMarginLeft-175 {
  margin-left: 175px !important;
}

.removeMargin-175 {
  margin: -175px !important;
}

.removeMarginTop-175 {
  margin-top: -175px !important;
}

.removeMarginBottom-175 {
  margin-bottom: -175px !important;
}

.removeMarginRight-175 {
  margin-right: -175px !important;
}

.removeMarginLeft-175 {
  margin-left: -175px !important;
}

.addPadding-175 {
  padding: 175px !important;
}

.addPaddingTop-175 {
  padding-top: 175px !important;
}

.addPaddingBottom-175 {
  padding-bottom: 175px !important;
}

.addPaddingRight-175 {
  padding-right: 175px !important;
}

.addPaddingLeft-175 {
  padding-left: 175px !important;
}

.h_180 {
  padding-top: 180% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_180_hover:hover {
  padding-top: 180% !important;
}

.o_180 {
  opacity: 180% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_180_hover:hover {
  opacity: 180% !important;
}

.addMargin-180 {
  margin: 180px !important;
}

.addMarginTop-180 {
  margin-top: 180px !important;
}

.addMarginBottom-180 {
  margin-bottom: 180px !important;
}

.addMarginRight-180 {
  margin-right: 180px !important;
}

.addMarginLeft-180 {
  margin-left: 180px !important;
}

.removeMargin-180 {
  margin: -180px !important;
}

.removeMarginTop-180 {
  margin-top: -180px !important;
}

.removeMarginBottom-180 {
  margin-bottom: -180px !important;
}

.removeMarginRight-180 {
  margin-right: -180px !important;
}

.removeMarginLeft-180 {
  margin-left: -180px !important;
}

.addPadding-180 {
  padding: 180px !important;
}

.addPaddingTop-180 {
  padding-top: 180px !important;
}

.addPaddingBottom-180 {
  padding-bottom: 180px !important;
}

.addPaddingRight-180 {
  padding-right: 180px !important;
}

.addPaddingLeft-180 {
  padding-left: 180px !important;
}

.h_185 {
  padding-top: 185% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_185_hover:hover {
  padding-top: 185% !important;
}

.o_185 {
  opacity: 185% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_185_hover:hover {
  opacity: 185% !important;
}

.addMargin-185 {
  margin: 185px !important;
}

.addMarginTop-185 {
  margin-top: 185px !important;
}

.addMarginBottom-185 {
  margin-bottom: 185px !important;
}

.addMarginRight-185 {
  margin-right: 185px !important;
}

.addMarginLeft-185 {
  margin-left: 185px !important;
}

.removeMargin-185 {
  margin: -185px !important;
}

.removeMarginTop-185 {
  margin-top: -185px !important;
}

.removeMarginBottom-185 {
  margin-bottom: -185px !important;
}

.removeMarginRight-185 {
  margin-right: -185px !important;
}

.removeMarginLeft-185 {
  margin-left: -185px !important;
}

.addPadding-185 {
  padding: 185px !important;
}

.addPaddingTop-185 {
  padding-top: 185px !important;
}

.addPaddingBottom-185 {
  padding-bottom: 185px !important;
}

.addPaddingRight-185 {
  padding-right: 185px !important;
}

.addPaddingLeft-185 {
  padding-left: 185px !important;
}

.h_190 {
  padding-top: 190% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_190_hover:hover {
  padding-top: 190% !important;
}

.o_190 {
  opacity: 190% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_190_hover:hover {
  opacity: 190% !important;
}

.addMargin-190 {
  margin: 190px !important;
}

.addMarginTop-190 {
  margin-top: 190px !important;
}

.addMarginBottom-190 {
  margin-bottom: 190px !important;
}

.addMarginRight-190 {
  margin-right: 190px !important;
}

.addMarginLeft-190 {
  margin-left: 190px !important;
}

.removeMargin-190 {
  margin: -190px !important;
}

.removeMarginTop-190 {
  margin-top: -190px !important;
}

.removeMarginBottom-190 {
  margin-bottom: -190px !important;
}

.removeMarginRight-190 {
  margin-right: -190px !important;
}

.removeMarginLeft-190 {
  margin-left: -190px !important;
}

.addPadding-190 {
  padding: 190px !important;
}

.addPaddingTop-190 {
  padding-top: 190px !important;
}

.addPaddingBottom-190 {
  padding-bottom: 190px !important;
}

.addPaddingRight-190 {
  padding-right: 190px !important;
}

.addPaddingLeft-190 {
  padding-left: 190px !important;
}

.h_195 {
  padding-top: 195% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_195_hover:hover {
  padding-top: 195% !important;
}

.o_195 {
  opacity: 195% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_195_hover:hover {
  opacity: 195% !important;
}

.addMargin-195 {
  margin: 195px !important;
}

.addMarginTop-195 {
  margin-top: 195px !important;
}

.addMarginBottom-195 {
  margin-bottom: 195px !important;
}

.addMarginRight-195 {
  margin-right: 195px !important;
}

.addMarginLeft-195 {
  margin-left: 195px !important;
}

.removeMargin-195 {
  margin: -195px !important;
}

.removeMarginTop-195 {
  margin-top: -195px !important;
}

.removeMarginBottom-195 {
  margin-bottom: -195px !important;
}

.removeMarginRight-195 {
  margin-right: -195px !important;
}

.removeMarginLeft-195 {
  margin-left: -195px !important;
}

.addPadding-195 {
  padding: 195px !important;
}

.addPaddingTop-195 {
  padding-top: 195px !important;
}

.addPaddingBottom-195 {
  padding-bottom: 195px !important;
}

.addPaddingRight-195 {
  padding-right: 195px !important;
}

.addPaddingLeft-195 {
  padding-left: 195px !important;
}

.h_200 {
  padding-top: 200% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h_200_hover:hover {
  padding-top: 200% !important;
}

.o_200 {
  opacity: 200% !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.o_200_hover:hover {
  opacity: 200% !important;
}

.addMargin-200 {
  margin: 200px !important;
}

.addMarginTop-200 {
  margin-top: 200px !important;
}

.addMarginBottom-200 {
  margin-bottom: 200px !important;
}

.addMarginRight-200 {
  margin-right: 200px !important;
}

.addMarginLeft-200 {
  margin-left: 200px !important;
}

.removeMargin-200 {
  margin: -200px !important;
}

.removeMarginTop-200 {
  margin-top: -200px !important;
}

.removeMarginBottom-200 {
  margin-bottom: -200px !important;
}

.removeMarginRight-200 {
  margin-right: -200px !important;
}

.removeMarginLeft-200 {
  margin-left: -200px !important;
}

.addPadding-200 {
  padding: 200px !important;
}

.addPaddingTop-200 {
  padding-top: 200px !important;
}

.addPaddingBottom-200 {
  padding-bottom: 200px !important;
}

.addPaddingRight-200 {
  padding-right: 200px !important;
}

.addPaddingLeft-200 {
  padding-left: 200px !important;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h_0-mobile {
    padding-top: 0% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_0_hover-mobile:hover {
    padding-top: 0% !important;
  }

  .o_0-mobile {
    opacity: 0% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_0-mobile_hover:hover {
    opacity: 0% !important;
  }

  .addMargin-0-mobile {
    margin: 0px !important;
  }

  .addMarginTop-0-mobile {
    margin-top: 0px !important;
  }

  .addMarginBottom-0-mobile {
    margin-bottom: 0px !important;
  }

  .addMarginRight-0-mobile {
    margin-right: 0px !important;
  }

  .addMarginLeft-0-mobile {
    margin-left: 0px !important;
  }

  .removeMargin-0-mobile {
    margin: -0px !important;
  }

  .removeMarginTop-0-mobile {
    margin-top: -0px !important;
  }

  .removeMarginBottom-0-mobile {
    margin-bottom: -0px !important;
  }

  .removeMarginRight-0-mobile {
    margin-right: -0px !important;
  }

  .removeMarginLeft-0-mobile {
    margin-left: -0px !important;
  }

  .addPadding-0-mobile {
    padding: 0px !important;
  }

  .addPaddingTop-0-mobile {
    padding-top: 0px !important;
  }

  .addPaddingBottom-0-mobile {
    padding-bottom: 0px !important;
  }

  .addPaddingRight-0-mobile {
    padding-right: 0px !important;
  }

  .addPaddingLeft-0-mobile {
    padding-left: 0px !important;
  }

  .h_5-mobile {
    padding-top: 5% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_5_hover-mobile:hover {
    padding-top: 5% !important;
  }

  .o_5-mobile {
    opacity: 5% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_5-mobile_hover:hover {
    opacity: 5% !important;
  }

  .addMargin-5-mobile {
    margin: 5px !important;
  }

  .addMarginTop-5-mobile {
    margin-top: 5px !important;
  }

  .addMarginBottom-5-mobile {
    margin-bottom: 5px !important;
  }

  .addMarginRight-5-mobile {
    margin-right: 5px !important;
  }

  .addMarginLeft-5-mobile {
    margin-left: 5px !important;
  }

  .removeMargin-5-mobile {
    margin: -5px !important;
  }

  .removeMarginTop-5-mobile {
    margin-top: -5px !important;
  }

  .removeMarginBottom-5-mobile {
    margin-bottom: -5px !important;
  }

  .removeMarginRight-5-mobile {
    margin-right: -5px !important;
  }

  .removeMarginLeft-5-mobile {
    margin-left: -5px !important;
  }

  .addPadding-5-mobile {
    padding: 5px !important;
  }

  .addPaddingTop-5-mobile {
    padding-top: 5px !important;
  }

  .addPaddingBottom-5-mobile {
    padding-bottom: 5px !important;
  }

  .addPaddingRight-5-mobile {
    padding-right: 5px !important;
  }

  .addPaddingLeft-5-mobile {
    padding-left: 5px !important;
  }

  .h_10-mobile {
    padding-top: 10% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_10_hover-mobile:hover {
    padding-top: 10% !important;
  }

  .o_10-mobile {
    opacity: 10% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_10-mobile_hover:hover {
    opacity: 10% !important;
  }

  .addMargin-10-mobile {
    margin: 10px !important;
  }

  .addMarginTop-10-mobile {
    margin-top: 10px !important;
  }

  .addMarginBottom-10-mobile {
    margin-bottom: 10px !important;
  }

  .addMarginRight-10-mobile {
    margin-right: 10px !important;
  }

  .addMarginLeft-10-mobile {
    margin-left: 10px !important;
  }

  .removeMargin-10-mobile {
    margin: -10px !important;
  }

  .removeMarginTop-10-mobile {
    margin-top: -10px !important;
  }

  .removeMarginBottom-10-mobile {
    margin-bottom: -10px !important;
  }

  .removeMarginRight-10-mobile {
    margin-right: -10px !important;
  }

  .removeMarginLeft-10-mobile {
    margin-left: -10px !important;
  }

  .addPadding-10-mobile {
    padding: 10px !important;
  }

  .addPaddingTop-10-mobile {
    padding-top: 10px !important;
  }

  .addPaddingBottom-10-mobile {
    padding-bottom: 10px !important;
  }

  .addPaddingRight-10-mobile {
    padding-right: 10px !important;
  }

  .addPaddingLeft-10-mobile {
    padding-left: 10px !important;
  }

  .h_15-mobile {
    padding-top: 15% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_15_hover-mobile:hover {
    padding-top: 15% !important;
  }

  .o_15-mobile {
    opacity: 15% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_15-mobile_hover:hover {
    opacity: 15% !important;
  }

  .addMargin-15-mobile {
    margin: 15px !important;
  }

  .addMarginTop-15-mobile {
    margin-top: 15px !important;
  }

  .addMarginBottom-15-mobile {
    margin-bottom: 15px !important;
  }

  .addMarginRight-15-mobile {
    margin-right: 15px !important;
  }

  .addMarginLeft-15-mobile {
    margin-left: 15px !important;
  }

  .removeMargin-15-mobile {
    margin: -15px !important;
  }

  .removeMarginTop-15-mobile {
    margin-top: -15px !important;
  }

  .removeMarginBottom-15-mobile {
    margin-bottom: -15px !important;
  }

  .removeMarginRight-15-mobile {
    margin-right: -15px !important;
  }

  .removeMarginLeft-15-mobile {
    margin-left: -15px !important;
  }

  .addPadding-15-mobile {
    padding: 15px !important;
  }

  .addPaddingTop-15-mobile {
    padding-top: 15px !important;
  }

  .addPaddingBottom-15-mobile {
    padding-bottom: 15px !important;
  }

  .addPaddingRight-15-mobile {
    padding-right: 15px !important;
  }

  .addPaddingLeft-15-mobile {
    padding-left: 15px !important;
  }

  .h_20-mobile {
    padding-top: 20% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_20_hover-mobile:hover {
    padding-top: 20% !important;
  }

  .o_20-mobile {
    opacity: 20% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_20-mobile_hover:hover {
    opacity: 20% !important;
  }

  .addMargin-20-mobile {
    margin: 20px !important;
  }

  .addMarginTop-20-mobile {
    margin-top: 20px !important;
  }

  .addMarginBottom-20-mobile {
    margin-bottom: 20px !important;
  }

  .addMarginRight-20-mobile {
    margin-right: 20px !important;
  }

  .addMarginLeft-20-mobile {
    margin-left: 20px !important;
  }

  .removeMargin-20-mobile {
    margin: -20px !important;
  }

  .removeMarginTop-20-mobile {
    margin-top: -20px !important;
  }

  .removeMarginBottom-20-mobile {
    margin-bottom: -20px !important;
  }

  .removeMarginRight-20-mobile {
    margin-right: -20px !important;
  }

  .removeMarginLeft-20-mobile {
    margin-left: -20px !important;
  }

  .addPadding-20-mobile {
    padding: 20px !important;
  }

  .addPaddingTop-20-mobile {
    padding-top: 20px !important;
  }

  .addPaddingBottom-20-mobile {
    padding-bottom: 20px !important;
  }

  .addPaddingRight-20-mobile {
    padding-right: 20px !important;
  }

  .addPaddingLeft-20-mobile {
    padding-left: 20px !important;
  }

  .h_25-mobile {
    padding-top: 25% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_25_hover-mobile:hover {
    padding-top: 25% !important;
  }

  .o_25-mobile {
    opacity: 25% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_25-mobile_hover:hover {
    opacity: 25% !important;
  }

  .addMargin-25-mobile {
    margin: 25px !important;
  }

  .addMarginTop-25-mobile {
    margin-top: 25px !important;
  }

  .addMarginBottom-25-mobile {
    margin-bottom: 25px !important;
  }

  .addMarginRight-25-mobile {
    margin-right: 25px !important;
  }

  .addMarginLeft-25-mobile {
    margin-left: 25px !important;
  }

  .removeMargin-25-mobile {
    margin: -25px !important;
  }

  .removeMarginTop-25-mobile {
    margin-top: -25px !important;
  }

  .removeMarginBottom-25-mobile {
    margin-bottom: -25px !important;
  }

  .removeMarginRight-25-mobile {
    margin-right: -25px !important;
  }

  .removeMarginLeft-25-mobile {
    margin-left: -25px !important;
  }

  .addPadding-25-mobile {
    padding: 25px !important;
  }

  .addPaddingTop-25-mobile {
    padding-top: 25px !important;
  }

  .addPaddingBottom-25-mobile {
    padding-bottom: 25px !important;
  }

  .addPaddingRight-25-mobile {
    padding-right: 25px !important;
  }

  .addPaddingLeft-25-mobile {
    padding-left: 25px !important;
  }

  .h_30-mobile {
    padding-top: 30% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_30_hover-mobile:hover {
    padding-top: 30% !important;
  }

  .o_30-mobile {
    opacity: 30% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_30-mobile_hover:hover {
    opacity: 30% !important;
  }

  .addMargin-30-mobile {
    margin: 30px !important;
  }

  .addMarginTop-30-mobile {
    margin-top: 30px !important;
  }

  .addMarginBottom-30-mobile {
    margin-bottom: 30px !important;
  }

  .addMarginRight-30-mobile {
    margin-right: 30px !important;
  }

  .addMarginLeft-30-mobile {
    margin-left: 30px !important;
  }

  .removeMargin-30-mobile {
    margin: -30px !important;
  }

  .removeMarginTop-30-mobile {
    margin-top: -30px !important;
  }

  .removeMarginBottom-30-mobile {
    margin-bottom: -30px !important;
  }

  .removeMarginRight-30-mobile {
    margin-right: -30px !important;
  }

  .removeMarginLeft-30-mobile {
    margin-left: -30px !important;
  }

  .addPadding-30-mobile {
    padding: 30px !important;
  }

  .addPaddingTop-30-mobile {
    padding-top: 30px !important;
  }

  .addPaddingBottom-30-mobile {
    padding-bottom: 30px !important;
  }

  .addPaddingRight-30-mobile {
    padding-right: 30px !important;
  }

  .addPaddingLeft-30-mobile {
    padding-left: 30px !important;
  }

  .h_35-mobile {
    padding-top: 35% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_35_hover-mobile:hover {
    padding-top: 35% !important;
  }

  .o_35-mobile {
    opacity: 35% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_35-mobile_hover:hover {
    opacity: 35% !important;
  }

  .addMargin-35-mobile {
    margin: 35px !important;
  }

  .addMarginTop-35-mobile {
    margin-top: 35px !important;
  }

  .addMarginBottom-35-mobile {
    margin-bottom: 35px !important;
  }

  .addMarginRight-35-mobile {
    margin-right: 35px !important;
  }

  .addMarginLeft-35-mobile {
    margin-left: 35px !important;
  }

  .removeMargin-35-mobile {
    margin: -35px !important;
  }

  .removeMarginTop-35-mobile {
    margin-top: -35px !important;
  }

  .removeMarginBottom-35-mobile {
    margin-bottom: -35px !important;
  }

  .removeMarginRight-35-mobile {
    margin-right: -35px !important;
  }

  .removeMarginLeft-35-mobile {
    margin-left: -35px !important;
  }

  .addPadding-35-mobile {
    padding: 35px !important;
  }

  .addPaddingTop-35-mobile {
    padding-top: 35px !important;
  }

  .addPaddingBottom-35-mobile {
    padding-bottom: 35px !important;
  }

  .addPaddingRight-35-mobile {
    padding-right: 35px !important;
  }

  .addPaddingLeft-35-mobile {
    padding-left: 35px !important;
  }

  .h_40-mobile {
    padding-top: 40% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_40_hover-mobile:hover {
    padding-top: 40% !important;
  }

  .o_40-mobile {
    opacity: 40% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_40-mobile_hover:hover {
    opacity: 40% !important;
  }

  .addMargin-40-mobile {
    margin: 40px !important;
  }

  .addMarginTop-40-mobile {
    margin-top: 40px !important;
  }

  .addMarginBottom-40-mobile {
    margin-bottom: 40px !important;
  }

  .addMarginRight-40-mobile {
    margin-right: 40px !important;
  }

  .addMarginLeft-40-mobile {
    margin-left: 40px !important;
  }

  .removeMargin-40-mobile {
    margin: -40px !important;
  }

  .removeMarginTop-40-mobile {
    margin-top: -40px !important;
  }

  .removeMarginBottom-40-mobile {
    margin-bottom: -40px !important;
  }

  .removeMarginRight-40-mobile {
    margin-right: -40px !important;
  }

  .removeMarginLeft-40-mobile {
    margin-left: -40px !important;
  }

  .addPadding-40-mobile {
    padding: 40px !important;
  }

  .addPaddingTop-40-mobile {
    padding-top: 40px !important;
  }

  .addPaddingBottom-40-mobile {
    padding-bottom: 40px !important;
  }

  .addPaddingRight-40-mobile {
    padding-right: 40px !important;
  }

  .addPaddingLeft-40-mobile {
    padding-left: 40px !important;
  }

  .h_45-mobile {
    padding-top: 45% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_45_hover-mobile:hover {
    padding-top: 45% !important;
  }

  .o_45-mobile {
    opacity: 45% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_45-mobile_hover:hover {
    opacity: 45% !important;
  }

  .addMargin-45-mobile {
    margin: 45px !important;
  }

  .addMarginTop-45-mobile {
    margin-top: 45px !important;
  }

  .addMarginBottom-45-mobile {
    margin-bottom: 45px !important;
  }

  .addMarginRight-45-mobile {
    margin-right: 45px !important;
  }

  .addMarginLeft-45-mobile {
    margin-left: 45px !important;
  }

  .removeMargin-45-mobile {
    margin: -45px !important;
  }

  .removeMarginTop-45-mobile {
    margin-top: -45px !important;
  }

  .removeMarginBottom-45-mobile {
    margin-bottom: -45px !important;
  }

  .removeMarginRight-45-mobile {
    margin-right: -45px !important;
  }

  .removeMarginLeft-45-mobile {
    margin-left: -45px !important;
  }

  .addPadding-45-mobile {
    padding: 45px !important;
  }

  .addPaddingTop-45-mobile {
    padding-top: 45px !important;
  }

  .addPaddingBottom-45-mobile {
    padding-bottom: 45px !important;
  }

  .addPaddingRight-45-mobile {
    padding-right: 45px !important;
  }

  .addPaddingLeft-45-mobile {
    padding-left: 45px !important;
  }

  .h_50-mobile {
    padding-top: 50% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_50_hover-mobile:hover {
    padding-top: 50% !important;
  }

  .o_50-mobile {
    opacity: 50% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_50-mobile_hover:hover {
    opacity: 50% !important;
  }

  .addMargin-50-mobile {
    margin: 50px !important;
  }

  .addMarginTop-50-mobile {
    margin-top: 50px !important;
  }

  .addMarginBottom-50-mobile {
    margin-bottom: 50px !important;
  }

  .addMarginRight-50-mobile {
    margin-right: 50px !important;
  }

  .addMarginLeft-50-mobile {
    margin-left: 50px !important;
  }

  .removeMargin-50-mobile {
    margin: -50px !important;
  }

  .removeMarginTop-50-mobile {
    margin-top: -50px !important;
  }

  .removeMarginBottom-50-mobile {
    margin-bottom: -50px !important;
  }

  .removeMarginRight-50-mobile {
    margin-right: -50px !important;
  }

  .removeMarginLeft-50-mobile {
    margin-left: -50px !important;
  }

  .addPadding-50-mobile {
    padding: 50px !important;
  }

  .addPaddingTop-50-mobile {
    padding-top: 50px !important;
  }

  .addPaddingBottom-50-mobile {
    padding-bottom: 50px !important;
  }

  .addPaddingRight-50-mobile {
    padding-right: 50px !important;
  }

  .addPaddingLeft-50-mobile {
    padding-left: 50px !important;
  }

  .h_55-mobile {
    padding-top: 55% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_55_hover-mobile:hover {
    padding-top: 55% !important;
  }

  .o_55-mobile {
    opacity: 55% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_55-mobile_hover:hover {
    opacity: 55% !important;
  }

  .addMargin-55-mobile {
    margin: 55px !important;
  }

  .addMarginTop-55-mobile {
    margin-top: 55px !important;
  }

  .addMarginBottom-55-mobile {
    margin-bottom: 55px !important;
  }

  .addMarginRight-55-mobile {
    margin-right: 55px !important;
  }

  .addMarginLeft-55-mobile {
    margin-left: 55px !important;
  }

  .removeMargin-55-mobile {
    margin: -55px !important;
  }

  .removeMarginTop-55-mobile {
    margin-top: -55px !important;
  }

  .removeMarginBottom-55-mobile {
    margin-bottom: -55px !important;
  }

  .removeMarginRight-55-mobile {
    margin-right: -55px !important;
  }

  .removeMarginLeft-55-mobile {
    margin-left: -55px !important;
  }

  .addPadding-55-mobile {
    padding: 55px !important;
  }

  .addPaddingTop-55-mobile {
    padding-top: 55px !important;
  }

  .addPaddingBottom-55-mobile {
    padding-bottom: 55px !important;
  }

  .addPaddingRight-55-mobile {
    padding-right: 55px !important;
  }

  .addPaddingLeft-55-mobile {
    padding-left: 55px !important;
  }

  .h_60-mobile {
    padding-top: 60% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_60_hover-mobile:hover {
    padding-top: 60% !important;
  }

  .o_60-mobile {
    opacity: 60% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_60-mobile_hover:hover {
    opacity: 60% !important;
  }

  .addMargin-60-mobile {
    margin: 60px !important;
  }

  .addMarginTop-60-mobile {
    margin-top: 60px !important;
  }

  .addMarginBottom-60-mobile {
    margin-bottom: 60px !important;
  }

  .addMarginRight-60-mobile {
    margin-right: 60px !important;
  }

  .addMarginLeft-60-mobile {
    margin-left: 60px !important;
  }

  .removeMargin-60-mobile {
    margin: -60px !important;
  }

  .removeMarginTop-60-mobile {
    margin-top: -60px !important;
  }

  .removeMarginBottom-60-mobile {
    margin-bottom: -60px !important;
  }

  .removeMarginRight-60-mobile {
    margin-right: -60px !important;
  }

  .removeMarginLeft-60-mobile {
    margin-left: -60px !important;
  }

  .addPadding-60-mobile {
    padding: 60px !important;
  }

  .addPaddingTop-60-mobile {
    padding-top: 60px !important;
  }

  .addPaddingBottom-60-mobile {
    padding-bottom: 60px !important;
  }

  .addPaddingRight-60-mobile {
    padding-right: 60px !important;
  }

  .addPaddingLeft-60-mobile {
    padding-left: 60px !important;
  }

  .h_65-mobile {
    padding-top: 65% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_65_hover-mobile:hover {
    padding-top: 65% !important;
  }

  .o_65-mobile {
    opacity: 65% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_65-mobile_hover:hover {
    opacity: 65% !important;
  }

  .addMargin-65-mobile {
    margin: 65px !important;
  }

  .addMarginTop-65-mobile {
    margin-top: 65px !important;
  }

  .addMarginBottom-65-mobile {
    margin-bottom: 65px !important;
  }

  .addMarginRight-65-mobile {
    margin-right: 65px !important;
  }

  .addMarginLeft-65-mobile {
    margin-left: 65px !important;
  }

  .removeMargin-65-mobile {
    margin: -65px !important;
  }

  .removeMarginTop-65-mobile {
    margin-top: -65px !important;
  }

  .removeMarginBottom-65-mobile {
    margin-bottom: -65px !important;
  }

  .removeMarginRight-65-mobile {
    margin-right: -65px !important;
  }

  .removeMarginLeft-65-mobile {
    margin-left: -65px !important;
  }

  .addPadding-65-mobile {
    padding: 65px !important;
  }

  .addPaddingTop-65-mobile {
    padding-top: 65px !important;
  }

  .addPaddingBottom-65-mobile {
    padding-bottom: 65px !important;
  }

  .addPaddingRight-65-mobile {
    padding-right: 65px !important;
  }

  .addPaddingLeft-65-mobile {
    padding-left: 65px !important;
  }

  .h_70-mobile {
    padding-top: 70% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_70_hover-mobile:hover {
    padding-top: 70% !important;
  }

  .o_70-mobile {
    opacity: 70% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_70-mobile_hover:hover {
    opacity: 70% !important;
  }

  .addMargin-70-mobile {
    margin: 70px !important;
  }

  .addMarginTop-70-mobile {
    margin-top: 70px !important;
  }

  .addMarginBottom-70-mobile {
    margin-bottom: 70px !important;
  }

  .addMarginRight-70-mobile {
    margin-right: 70px !important;
  }

  .addMarginLeft-70-mobile {
    margin-left: 70px !important;
  }

  .removeMargin-70-mobile {
    margin: -70px !important;
  }

  .removeMarginTop-70-mobile {
    margin-top: -70px !important;
  }

  .removeMarginBottom-70-mobile {
    margin-bottom: -70px !important;
  }

  .removeMarginRight-70-mobile {
    margin-right: -70px !important;
  }

  .removeMarginLeft-70-mobile {
    margin-left: -70px !important;
  }

  .addPadding-70-mobile {
    padding: 70px !important;
  }

  .addPaddingTop-70-mobile {
    padding-top: 70px !important;
  }

  .addPaddingBottom-70-mobile {
    padding-bottom: 70px !important;
  }

  .addPaddingRight-70-mobile {
    padding-right: 70px !important;
  }

  .addPaddingLeft-70-mobile {
    padding-left: 70px !important;
  }

  .h_75-mobile {
    padding-top: 75% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_75_hover-mobile:hover {
    padding-top: 75% !important;
  }

  .o_75-mobile {
    opacity: 75% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_75-mobile_hover:hover {
    opacity: 75% !important;
  }

  .addMargin-75-mobile {
    margin: 75px !important;
  }

  .addMarginTop-75-mobile {
    margin-top: 75px !important;
  }

  .addMarginBottom-75-mobile {
    margin-bottom: 75px !important;
  }

  .addMarginRight-75-mobile {
    margin-right: 75px !important;
  }

  .addMarginLeft-75-mobile {
    margin-left: 75px !important;
  }

  .removeMargin-75-mobile {
    margin: -75px !important;
  }

  .removeMarginTop-75-mobile {
    margin-top: -75px !important;
  }

  .removeMarginBottom-75-mobile {
    margin-bottom: -75px !important;
  }

  .removeMarginRight-75-mobile {
    margin-right: -75px !important;
  }

  .removeMarginLeft-75-mobile {
    margin-left: -75px !important;
  }

  .addPadding-75-mobile {
    padding: 75px !important;
  }

  .addPaddingTop-75-mobile {
    padding-top: 75px !important;
  }

  .addPaddingBottom-75-mobile {
    padding-bottom: 75px !important;
  }

  .addPaddingRight-75-mobile {
    padding-right: 75px !important;
  }

  .addPaddingLeft-75-mobile {
    padding-left: 75px !important;
  }

  .h_80-mobile {
    padding-top: 80% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_80_hover-mobile:hover {
    padding-top: 80% !important;
  }

  .o_80-mobile {
    opacity: 80% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_80-mobile_hover:hover {
    opacity: 80% !important;
  }

  .addMargin-80-mobile {
    margin: 80px !important;
  }

  .addMarginTop-80-mobile {
    margin-top: 80px !important;
  }

  .addMarginBottom-80-mobile {
    margin-bottom: 80px !important;
  }

  .addMarginRight-80-mobile {
    margin-right: 80px !important;
  }

  .addMarginLeft-80-mobile {
    margin-left: 80px !important;
  }

  .removeMargin-80-mobile {
    margin: -80px !important;
  }

  .removeMarginTop-80-mobile {
    margin-top: -80px !important;
  }

  .removeMarginBottom-80-mobile {
    margin-bottom: -80px !important;
  }

  .removeMarginRight-80-mobile {
    margin-right: -80px !important;
  }

  .removeMarginLeft-80-mobile {
    margin-left: -80px !important;
  }

  .addPadding-80-mobile {
    padding: 80px !important;
  }

  .addPaddingTop-80-mobile {
    padding-top: 80px !important;
  }

  .addPaddingBottom-80-mobile {
    padding-bottom: 80px !important;
  }

  .addPaddingRight-80-mobile {
    padding-right: 80px !important;
  }

  .addPaddingLeft-80-mobile {
    padding-left: 80px !important;
  }

  .h_85-mobile {
    padding-top: 85% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_85_hover-mobile:hover {
    padding-top: 85% !important;
  }

  .o_85-mobile {
    opacity: 85% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_85-mobile_hover:hover {
    opacity: 85% !important;
  }

  .addMargin-85-mobile {
    margin: 85px !important;
  }

  .addMarginTop-85-mobile {
    margin-top: 85px !important;
  }

  .addMarginBottom-85-mobile {
    margin-bottom: 85px !important;
  }

  .addMarginRight-85-mobile {
    margin-right: 85px !important;
  }

  .addMarginLeft-85-mobile {
    margin-left: 85px !important;
  }

  .removeMargin-85-mobile {
    margin: -85px !important;
  }

  .removeMarginTop-85-mobile {
    margin-top: -85px !important;
  }

  .removeMarginBottom-85-mobile {
    margin-bottom: -85px !important;
  }

  .removeMarginRight-85-mobile {
    margin-right: -85px !important;
  }

  .removeMarginLeft-85-mobile {
    margin-left: -85px !important;
  }

  .addPadding-85-mobile {
    padding: 85px !important;
  }

  .addPaddingTop-85-mobile {
    padding-top: 85px !important;
  }

  .addPaddingBottom-85-mobile {
    padding-bottom: 85px !important;
  }

  .addPaddingRight-85-mobile {
    padding-right: 85px !important;
  }

  .addPaddingLeft-85-mobile {
    padding-left: 85px !important;
  }

  .h_90-mobile {
    padding-top: 90% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_90_hover-mobile:hover {
    padding-top: 90% !important;
  }

  .o_90-mobile {
    opacity: 90% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_90-mobile_hover:hover {
    opacity: 90% !important;
  }

  .addMargin-90-mobile {
    margin: 90px !important;
  }

  .addMarginTop-90-mobile {
    margin-top: 90px !important;
  }

  .addMarginBottom-90-mobile {
    margin-bottom: 90px !important;
  }

  .addMarginRight-90-mobile {
    margin-right: 90px !important;
  }

  .addMarginLeft-90-mobile {
    margin-left: 90px !important;
  }

  .removeMargin-90-mobile {
    margin: -90px !important;
  }

  .removeMarginTop-90-mobile {
    margin-top: -90px !important;
  }

  .removeMarginBottom-90-mobile {
    margin-bottom: -90px !important;
  }

  .removeMarginRight-90-mobile {
    margin-right: -90px !important;
  }

  .removeMarginLeft-90-mobile {
    margin-left: -90px !important;
  }

  .addPadding-90-mobile {
    padding: 90px !important;
  }

  .addPaddingTop-90-mobile {
    padding-top: 90px !important;
  }

  .addPaddingBottom-90-mobile {
    padding-bottom: 90px !important;
  }

  .addPaddingRight-90-mobile {
    padding-right: 90px !important;
  }

  .addPaddingLeft-90-mobile {
    padding-left: 90px !important;
  }

  .h_95-mobile {
    padding-top: 95% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_95_hover-mobile:hover {
    padding-top: 95% !important;
  }

  .o_95-mobile {
    opacity: 95% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_95-mobile_hover:hover {
    opacity: 95% !important;
  }

  .addMargin-95-mobile {
    margin: 95px !important;
  }

  .addMarginTop-95-mobile {
    margin-top: 95px !important;
  }

  .addMarginBottom-95-mobile {
    margin-bottom: 95px !important;
  }

  .addMarginRight-95-mobile {
    margin-right: 95px !important;
  }

  .addMarginLeft-95-mobile {
    margin-left: 95px !important;
  }

  .removeMargin-95-mobile {
    margin: -95px !important;
  }

  .removeMarginTop-95-mobile {
    margin-top: -95px !important;
  }

  .removeMarginBottom-95-mobile {
    margin-bottom: -95px !important;
  }

  .removeMarginRight-95-mobile {
    margin-right: -95px !important;
  }

  .removeMarginLeft-95-mobile {
    margin-left: -95px !important;
  }

  .addPadding-95-mobile {
    padding: 95px !important;
  }

  .addPaddingTop-95-mobile {
    padding-top: 95px !important;
  }

  .addPaddingBottom-95-mobile {
    padding-bottom: 95px !important;
  }

  .addPaddingRight-95-mobile {
    padding-right: 95px !important;
  }

  .addPaddingLeft-95-mobile {
    padding-left: 95px !important;
  }

  .h_100-mobile {
    padding-top: 100% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_100_hover-mobile:hover {
    padding-top: 100% !important;
  }

  .o_100-mobile {
    opacity: 100% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_100-mobile_hover:hover {
    opacity: 100% !important;
  }

  .addMargin-100-mobile {
    margin: 100px !important;
  }

  .addMarginTop-100-mobile {
    margin-top: 100px !important;
  }

  .addMarginBottom-100-mobile {
    margin-bottom: 100px !important;
  }

  .addMarginRight-100-mobile {
    margin-right: 100px !important;
  }

  .addMarginLeft-100-mobile {
    margin-left: 100px !important;
  }

  .removeMargin-100-mobile {
    margin: -100px !important;
  }

  .removeMarginTop-100-mobile {
    margin-top: -100px !important;
  }

  .removeMarginBottom-100-mobile {
    margin-bottom: -100px !important;
  }

  .removeMarginRight-100-mobile {
    margin-right: -100px !important;
  }

  .removeMarginLeft-100-mobile {
    margin-left: -100px !important;
  }

  .addPadding-100-mobile {
    padding: 100px !important;
  }

  .addPaddingTop-100-mobile {
    padding-top: 100px !important;
  }

  .addPaddingBottom-100-mobile {
    padding-bottom: 100px !important;
  }

  .addPaddingRight-100-mobile {
    padding-right: 100px !important;
  }

  .addPaddingLeft-100-mobile {
    padding-left: 100px !important;
  }

  .h_105-mobile {
    padding-top: 105% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_105_hover-mobile:hover {
    padding-top: 105% !important;
  }

  .o_105-mobile {
    opacity: 105% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_105-mobile_hover:hover {
    opacity: 105% !important;
  }

  .addMargin-105-mobile {
    margin: 105px !important;
  }

  .addMarginTop-105-mobile {
    margin-top: 105px !important;
  }

  .addMarginBottom-105-mobile {
    margin-bottom: 105px !important;
  }

  .addMarginRight-105-mobile {
    margin-right: 105px !important;
  }

  .addMarginLeft-105-mobile {
    margin-left: 105px !important;
  }

  .removeMargin-105-mobile {
    margin: -105px !important;
  }

  .removeMarginTop-105-mobile {
    margin-top: -105px !important;
  }

  .removeMarginBottom-105-mobile {
    margin-bottom: -105px !important;
  }

  .removeMarginRight-105-mobile {
    margin-right: -105px !important;
  }

  .removeMarginLeft-105-mobile {
    margin-left: -105px !important;
  }

  .addPadding-105-mobile {
    padding: 105px !important;
  }

  .addPaddingTop-105-mobile {
    padding-top: 105px !important;
  }

  .addPaddingBottom-105-mobile {
    padding-bottom: 105px !important;
  }

  .addPaddingRight-105-mobile {
    padding-right: 105px !important;
  }

  .addPaddingLeft-105-mobile {
    padding-left: 105px !important;
  }

  .h_110-mobile {
    padding-top: 110% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_110_hover-mobile:hover {
    padding-top: 110% !important;
  }

  .o_110-mobile {
    opacity: 110% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_110-mobile_hover:hover {
    opacity: 110% !important;
  }

  .addMargin-110-mobile {
    margin: 110px !important;
  }

  .addMarginTop-110-mobile {
    margin-top: 110px !important;
  }

  .addMarginBottom-110-mobile {
    margin-bottom: 110px !important;
  }

  .addMarginRight-110-mobile {
    margin-right: 110px !important;
  }

  .addMarginLeft-110-mobile {
    margin-left: 110px !important;
  }

  .removeMargin-110-mobile {
    margin: -110px !important;
  }

  .removeMarginTop-110-mobile {
    margin-top: -110px !important;
  }

  .removeMarginBottom-110-mobile {
    margin-bottom: -110px !important;
  }

  .removeMarginRight-110-mobile {
    margin-right: -110px !important;
  }

  .removeMarginLeft-110-mobile {
    margin-left: -110px !important;
  }

  .addPadding-110-mobile {
    padding: 110px !important;
  }

  .addPaddingTop-110-mobile {
    padding-top: 110px !important;
  }

  .addPaddingBottom-110-mobile {
    padding-bottom: 110px !important;
  }

  .addPaddingRight-110-mobile {
    padding-right: 110px !important;
  }

  .addPaddingLeft-110-mobile {
    padding-left: 110px !important;
  }

  .h_115-mobile {
    padding-top: 115% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_115_hover-mobile:hover {
    padding-top: 115% !important;
  }

  .o_115-mobile {
    opacity: 115% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_115-mobile_hover:hover {
    opacity: 115% !important;
  }

  .addMargin-115-mobile {
    margin: 115px !important;
  }

  .addMarginTop-115-mobile {
    margin-top: 115px !important;
  }

  .addMarginBottom-115-mobile {
    margin-bottom: 115px !important;
  }

  .addMarginRight-115-mobile {
    margin-right: 115px !important;
  }

  .addMarginLeft-115-mobile {
    margin-left: 115px !important;
  }

  .removeMargin-115-mobile {
    margin: -115px !important;
  }

  .removeMarginTop-115-mobile {
    margin-top: -115px !important;
  }

  .removeMarginBottom-115-mobile {
    margin-bottom: -115px !important;
  }

  .removeMarginRight-115-mobile {
    margin-right: -115px !important;
  }

  .removeMarginLeft-115-mobile {
    margin-left: -115px !important;
  }

  .addPadding-115-mobile {
    padding: 115px !important;
  }

  .addPaddingTop-115-mobile {
    padding-top: 115px !important;
  }

  .addPaddingBottom-115-mobile {
    padding-bottom: 115px !important;
  }

  .addPaddingRight-115-mobile {
    padding-right: 115px !important;
  }

  .addPaddingLeft-115-mobile {
    padding-left: 115px !important;
  }

  .h_120-mobile {
    padding-top: 120% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_120_hover-mobile:hover {
    padding-top: 120% !important;
  }

  .o_120-mobile {
    opacity: 120% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_120-mobile_hover:hover {
    opacity: 120% !important;
  }

  .addMargin-120-mobile {
    margin: 120px !important;
  }

  .addMarginTop-120-mobile {
    margin-top: 120px !important;
  }

  .addMarginBottom-120-mobile {
    margin-bottom: 120px !important;
  }

  .addMarginRight-120-mobile {
    margin-right: 120px !important;
  }

  .addMarginLeft-120-mobile {
    margin-left: 120px !important;
  }

  .removeMargin-120-mobile {
    margin: -120px !important;
  }

  .removeMarginTop-120-mobile {
    margin-top: -120px !important;
  }

  .removeMarginBottom-120-mobile {
    margin-bottom: -120px !important;
  }

  .removeMarginRight-120-mobile {
    margin-right: -120px !important;
  }

  .removeMarginLeft-120-mobile {
    margin-left: -120px !important;
  }

  .addPadding-120-mobile {
    padding: 120px !important;
  }

  .addPaddingTop-120-mobile {
    padding-top: 120px !important;
  }

  .addPaddingBottom-120-mobile {
    padding-bottom: 120px !important;
  }

  .addPaddingRight-120-mobile {
    padding-right: 120px !important;
  }

  .addPaddingLeft-120-mobile {
    padding-left: 120px !important;
  }

  .h_125-mobile {
    padding-top: 125% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_125_hover-mobile:hover {
    padding-top: 125% !important;
  }

  .o_125-mobile {
    opacity: 125% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_125-mobile_hover:hover {
    opacity: 125% !important;
  }

  .addMargin-125-mobile {
    margin: 125px !important;
  }

  .addMarginTop-125-mobile {
    margin-top: 125px !important;
  }

  .addMarginBottom-125-mobile {
    margin-bottom: 125px !important;
  }

  .addMarginRight-125-mobile {
    margin-right: 125px !important;
  }

  .addMarginLeft-125-mobile {
    margin-left: 125px !important;
  }

  .removeMargin-125-mobile {
    margin: -125px !important;
  }

  .removeMarginTop-125-mobile {
    margin-top: -125px !important;
  }

  .removeMarginBottom-125-mobile {
    margin-bottom: -125px !important;
  }

  .removeMarginRight-125-mobile {
    margin-right: -125px !important;
  }

  .removeMarginLeft-125-mobile {
    margin-left: -125px !important;
  }

  .addPadding-125-mobile {
    padding: 125px !important;
  }

  .addPaddingTop-125-mobile {
    padding-top: 125px !important;
  }

  .addPaddingBottom-125-mobile {
    padding-bottom: 125px !important;
  }

  .addPaddingRight-125-mobile {
    padding-right: 125px !important;
  }

  .addPaddingLeft-125-mobile {
    padding-left: 125px !important;
  }

  .h_130-mobile {
    padding-top: 130% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_130_hover-mobile:hover {
    padding-top: 130% !important;
  }

  .o_130-mobile {
    opacity: 130% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_130-mobile_hover:hover {
    opacity: 130% !important;
  }

  .addMargin-130-mobile {
    margin: 130px !important;
  }

  .addMarginTop-130-mobile {
    margin-top: 130px !important;
  }

  .addMarginBottom-130-mobile {
    margin-bottom: 130px !important;
  }

  .addMarginRight-130-mobile {
    margin-right: 130px !important;
  }

  .addMarginLeft-130-mobile {
    margin-left: 130px !important;
  }

  .removeMargin-130-mobile {
    margin: -130px !important;
  }

  .removeMarginTop-130-mobile {
    margin-top: -130px !important;
  }

  .removeMarginBottom-130-mobile {
    margin-bottom: -130px !important;
  }

  .removeMarginRight-130-mobile {
    margin-right: -130px !important;
  }

  .removeMarginLeft-130-mobile {
    margin-left: -130px !important;
  }

  .addPadding-130-mobile {
    padding: 130px !important;
  }

  .addPaddingTop-130-mobile {
    padding-top: 130px !important;
  }

  .addPaddingBottom-130-mobile {
    padding-bottom: 130px !important;
  }

  .addPaddingRight-130-mobile {
    padding-right: 130px !important;
  }

  .addPaddingLeft-130-mobile {
    padding-left: 130px !important;
  }

  .h_135-mobile {
    padding-top: 135% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_135_hover-mobile:hover {
    padding-top: 135% !important;
  }

  .o_135-mobile {
    opacity: 135% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_135-mobile_hover:hover {
    opacity: 135% !important;
  }

  .addMargin-135-mobile {
    margin: 135px !important;
  }

  .addMarginTop-135-mobile {
    margin-top: 135px !important;
  }

  .addMarginBottom-135-mobile {
    margin-bottom: 135px !important;
  }

  .addMarginRight-135-mobile {
    margin-right: 135px !important;
  }

  .addMarginLeft-135-mobile {
    margin-left: 135px !important;
  }

  .removeMargin-135-mobile {
    margin: -135px !important;
  }

  .removeMarginTop-135-mobile {
    margin-top: -135px !important;
  }

  .removeMarginBottom-135-mobile {
    margin-bottom: -135px !important;
  }

  .removeMarginRight-135-mobile {
    margin-right: -135px !important;
  }

  .removeMarginLeft-135-mobile {
    margin-left: -135px !important;
  }

  .addPadding-135-mobile {
    padding: 135px !important;
  }

  .addPaddingTop-135-mobile {
    padding-top: 135px !important;
  }

  .addPaddingBottom-135-mobile {
    padding-bottom: 135px !important;
  }

  .addPaddingRight-135-mobile {
    padding-right: 135px !important;
  }

  .addPaddingLeft-135-mobile {
    padding-left: 135px !important;
  }

  .h_140-mobile {
    padding-top: 140% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_140_hover-mobile:hover {
    padding-top: 140% !important;
  }

  .o_140-mobile {
    opacity: 140% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_140-mobile_hover:hover {
    opacity: 140% !important;
  }

  .addMargin-140-mobile {
    margin: 140px !important;
  }

  .addMarginTop-140-mobile {
    margin-top: 140px !important;
  }

  .addMarginBottom-140-mobile {
    margin-bottom: 140px !important;
  }

  .addMarginRight-140-mobile {
    margin-right: 140px !important;
  }

  .addMarginLeft-140-mobile {
    margin-left: 140px !important;
  }

  .removeMargin-140-mobile {
    margin: -140px !important;
  }

  .removeMarginTop-140-mobile {
    margin-top: -140px !important;
  }

  .removeMarginBottom-140-mobile {
    margin-bottom: -140px !important;
  }

  .removeMarginRight-140-mobile {
    margin-right: -140px !important;
  }

  .removeMarginLeft-140-mobile {
    margin-left: -140px !important;
  }

  .addPadding-140-mobile {
    padding: 140px !important;
  }

  .addPaddingTop-140-mobile {
    padding-top: 140px !important;
  }

  .addPaddingBottom-140-mobile {
    padding-bottom: 140px !important;
  }

  .addPaddingRight-140-mobile {
    padding-right: 140px !important;
  }

  .addPaddingLeft-140-mobile {
    padding-left: 140px !important;
  }

  .h_145-mobile {
    padding-top: 145% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_145_hover-mobile:hover {
    padding-top: 145% !important;
  }

  .o_145-mobile {
    opacity: 145% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_145-mobile_hover:hover {
    opacity: 145% !important;
  }

  .addMargin-145-mobile {
    margin: 145px !important;
  }

  .addMarginTop-145-mobile {
    margin-top: 145px !important;
  }

  .addMarginBottom-145-mobile {
    margin-bottom: 145px !important;
  }

  .addMarginRight-145-mobile {
    margin-right: 145px !important;
  }

  .addMarginLeft-145-mobile {
    margin-left: 145px !important;
  }

  .removeMargin-145-mobile {
    margin: -145px !important;
  }

  .removeMarginTop-145-mobile {
    margin-top: -145px !important;
  }

  .removeMarginBottom-145-mobile {
    margin-bottom: -145px !important;
  }

  .removeMarginRight-145-mobile {
    margin-right: -145px !important;
  }

  .removeMarginLeft-145-mobile {
    margin-left: -145px !important;
  }

  .addPadding-145-mobile {
    padding: 145px !important;
  }

  .addPaddingTop-145-mobile {
    padding-top: 145px !important;
  }

  .addPaddingBottom-145-mobile {
    padding-bottom: 145px !important;
  }

  .addPaddingRight-145-mobile {
    padding-right: 145px !important;
  }

  .addPaddingLeft-145-mobile {
    padding-left: 145px !important;
  }

  .h_150-mobile {
    padding-top: 150% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_150_hover-mobile:hover {
    padding-top: 150% !important;
  }

  .o_150-mobile {
    opacity: 150% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_150-mobile_hover:hover {
    opacity: 150% !important;
  }

  .addMargin-150-mobile {
    margin: 150px !important;
  }

  .addMarginTop-150-mobile {
    margin-top: 150px !important;
  }

  .addMarginBottom-150-mobile {
    margin-bottom: 150px !important;
  }

  .addMarginRight-150-mobile {
    margin-right: 150px !important;
  }

  .addMarginLeft-150-mobile {
    margin-left: 150px !important;
  }

  .removeMargin-150-mobile {
    margin: -150px !important;
  }

  .removeMarginTop-150-mobile {
    margin-top: -150px !important;
  }

  .removeMarginBottom-150-mobile {
    margin-bottom: -150px !important;
  }

  .removeMarginRight-150-mobile {
    margin-right: -150px !important;
  }

  .removeMarginLeft-150-mobile {
    margin-left: -150px !important;
  }

  .addPadding-150-mobile {
    padding: 150px !important;
  }

  .addPaddingTop-150-mobile {
    padding-top: 150px !important;
  }

  .addPaddingBottom-150-mobile {
    padding-bottom: 150px !important;
  }

  .addPaddingRight-150-mobile {
    padding-right: 150px !important;
  }

  .addPaddingLeft-150-mobile {
    padding-left: 150px !important;
  }

  .h_155-mobile {
    padding-top: 155% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_155_hover-mobile:hover {
    padding-top: 155% !important;
  }

  .o_155-mobile {
    opacity: 155% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_155-mobile_hover:hover {
    opacity: 155% !important;
  }

  .addMargin-155-mobile {
    margin: 155px !important;
  }

  .addMarginTop-155-mobile {
    margin-top: 155px !important;
  }

  .addMarginBottom-155-mobile {
    margin-bottom: 155px !important;
  }

  .addMarginRight-155-mobile {
    margin-right: 155px !important;
  }

  .addMarginLeft-155-mobile {
    margin-left: 155px !important;
  }

  .removeMargin-155-mobile {
    margin: -155px !important;
  }

  .removeMarginTop-155-mobile {
    margin-top: -155px !important;
  }

  .removeMarginBottom-155-mobile {
    margin-bottom: -155px !important;
  }

  .removeMarginRight-155-mobile {
    margin-right: -155px !important;
  }

  .removeMarginLeft-155-mobile {
    margin-left: -155px !important;
  }

  .addPadding-155-mobile {
    padding: 155px !important;
  }

  .addPaddingTop-155-mobile {
    padding-top: 155px !important;
  }

  .addPaddingBottom-155-mobile {
    padding-bottom: 155px !important;
  }

  .addPaddingRight-155-mobile {
    padding-right: 155px !important;
  }

  .addPaddingLeft-155-mobile {
    padding-left: 155px !important;
  }

  .h_160-mobile {
    padding-top: 160% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_160_hover-mobile:hover {
    padding-top: 160% !important;
  }

  .o_160-mobile {
    opacity: 160% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_160-mobile_hover:hover {
    opacity: 160% !important;
  }

  .addMargin-160-mobile {
    margin: 160px !important;
  }

  .addMarginTop-160-mobile {
    margin-top: 160px !important;
  }

  .addMarginBottom-160-mobile {
    margin-bottom: 160px !important;
  }

  .addMarginRight-160-mobile {
    margin-right: 160px !important;
  }

  .addMarginLeft-160-mobile {
    margin-left: 160px !important;
  }

  .removeMargin-160-mobile {
    margin: -160px !important;
  }

  .removeMarginTop-160-mobile {
    margin-top: -160px !important;
  }

  .removeMarginBottom-160-mobile {
    margin-bottom: -160px !important;
  }

  .removeMarginRight-160-mobile {
    margin-right: -160px !important;
  }

  .removeMarginLeft-160-mobile {
    margin-left: -160px !important;
  }

  .addPadding-160-mobile {
    padding: 160px !important;
  }

  .addPaddingTop-160-mobile {
    padding-top: 160px !important;
  }

  .addPaddingBottom-160-mobile {
    padding-bottom: 160px !important;
  }

  .addPaddingRight-160-mobile {
    padding-right: 160px !important;
  }

  .addPaddingLeft-160-mobile {
    padding-left: 160px !important;
  }

  .h_165-mobile {
    padding-top: 165% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_165_hover-mobile:hover {
    padding-top: 165% !important;
  }

  .o_165-mobile {
    opacity: 165% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_165-mobile_hover:hover {
    opacity: 165% !important;
  }

  .addMargin-165-mobile {
    margin: 165px !important;
  }

  .addMarginTop-165-mobile {
    margin-top: 165px !important;
  }

  .addMarginBottom-165-mobile {
    margin-bottom: 165px !important;
  }

  .addMarginRight-165-mobile {
    margin-right: 165px !important;
  }

  .addMarginLeft-165-mobile {
    margin-left: 165px !important;
  }

  .removeMargin-165-mobile {
    margin: -165px !important;
  }

  .removeMarginTop-165-mobile {
    margin-top: -165px !important;
  }

  .removeMarginBottom-165-mobile {
    margin-bottom: -165px !important;
  }

  .removeMarginRight-165-mobile {
    margin-right: -165px !important;
  }

  .removeMarginLeft-165-mobile {
    margin-left: -165px !important;
  }

  .addPadding-165-mobile {
    padding: 165px !important;
  }

  .addPaddingTop-165-mobile {
    padding-top: 165px !important;
  }

  .addPaddingBottom-165-mobile {
    padding-bottom: 165px !important;
  }

  .addPaddingRight-165-mobile {
    padding-right: 165px !important;
  }

  .addPaddingLeft-165-mobile {
    padding-left: 165px !important;
  }

  .h_170-mobile {
    padding-top: 170% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_170_hover-mobile:hover {
    padding-top: 170% !important;
  }

  .o_170-mobile {
    opacity: 170% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_170-mobile_hover:hover {
    opacity: 170% !important;
  }

  .addMargin-170-mobile {
    margin: 170px !important;
  }

  .addMarginTop-170-mobile {
    margin-top: 170px !important;
  }

  .addMarginBottom-170-mobile {
    margin-bottom: 170px !important;
  }

  .addMarginRight-170-mobile {
    margin-right: 170px !important;
  }

  .addMarginLeft-170-mobile {
    margin-left: 170px !important;
  }

  .removeMargin-170-mobile {
    margin: -170px !important;
  }

  .removeMarginTop-170-mobile {
    margin-top: -170px !important;
  }

  .removeMarginBottom-170-mobile {
    margin-bottom: -170px !important;
  }

  .removeMarginRight-170-mobile {
    margin-right: -170px !important;
  }

  .removeMarginLeft-170-mobile {
    margin-left: -170px !important;
  }

  .addPadding-170-mobile {
    padding: 170px !important;
  }

  .addPaddingTop-170-mobile {
    padding-top: 170px !important;
  }

  .addPaddingBottom-170-mobile {
    padding-bottom: 170px !important;
  }

  .addPaddingRight-170-mobile {
    padding-right: 170px !important;
  }

  .addPaddingLeft-170-mobile {
    padding-left: 170px !important;
  }

  .h_175-mobile {
    padding-top: 175% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_175_hover-mobile:hover {
    padding-top: 175% !important;
  }

  .o_175-mobile {
    opacity: 175% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_175-mobile_hover:hover {
    opacity: 175% !important;
  }

  .addMargin-175-mobile {
    margin: 175px !important;
  }

  .addMarginTop-175-mobile {
    margin-top: 175px !important;
  }

  .addMarginBottom-175-mobile {
    margin-bottom: 175px !important;
  }

  .addMarginRight-175-mobile {
    margin-right: 175px !important;
  }

  .addMarginLeft-175-mobile {
    margin-left: 175px !important;
  }

  .removeMargin-175-mobile {
    margin: -175px !important;
  }

  .removeMarginTop-175-mobile {
    margin-top: -175px !important;
  }

  .removeMarginBottom-175-mobile {
    margin-bottom: -175px !important;
  }

  .removeMarginRight-175-mobile {
    margin-right: -175px !important;
  }

  .removeMarginLeft-175-mobile {
    margin-left: -175px !important;
  }

  .addPadding-175-mobile {
    padding: 175px !important;
  }

  .addPaddingTop-175-mobile {
    padding-top: 175px !important;
  }

  .addPaddingBottom-175-mobile {
    padding-bottom: 175px !important;
  }

  .addPaddingRight-175-mobile {
    padding-right: 175px !important;
  }

  .addPaddingLeft-175-mobile {
    padding-left: 175px !important;
  }

  .h_180-mobile {
    padding-top: 180% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_180_hover-mobile:hover {
    padding-top: 180% !important;
  }

  .o_180-mobile {
    opacity: 180% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_180-mobile_hover:hover {
    opacity: 180% !important;
  }

  .addMargin-180-mobile {
    margin: 180px !important;
  }

  .addMarginTop-180-mobile {
    margin-top: 180px !important;
  }

  .addMarginBottom-180-mobile {
    margin-bottom: 180px !important;
  }

  .addMarginRight-180-mobile {
    margin-right: 180px !important;
  }

  .addMarginLeft-180-mobile {
    margin-left: 180px !important;
  }

  .removeMargin-180-mobile {
    margin: -180px !important;
  }

  .removeMarginTop-180-mobile {
    margin-top: -180px !important;
  }

  .removeMarginBottom-180-mobile {
    margin-bottom: -180px !important;
  }

  .removeMarginRight-180-mobile {
    margin-right: -180px !important;
  }

  .removeMarginLeft-180-mobile {
    margin-left: -180px !important;
  }

  .addPadding-180-mobile {
    padding: 180px !important;
  }

  .addPaddingTop-180-mobile {
    padding-top: 180px !important;
  }

  .addPaddingBottom-180-mobile {
    padding-bottom: 180px !important;
  }

  .addPaddingRight-180-mobile {
    padding-right: 180px !important;
  }

  .addPaddingLeft-180-mobile {
    padding-left: 180px !important;
  }

  .h_185-mobile {
    padding-top: 185% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_185_hover-mobile:hover {
    padding-top: 185% !important;
  }

  .o_185-mobile {
    opacity: 185% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_185-mobile_hover:hover {
    opacity: 185% !important;
  }

  .addMargin-185-mobile {
    margin: 185px !important;
  }

  .addMarginTop-185-mobile {
    margin-top: 185px !important;
  }

  .addMarginBottom-185-mobile {
    margin-bottom: 185px !important;
  }

  .addMarginRight-185-mobile {
    margin-right: 185px !important;
  }

  .addMarginLeft-185-mobile {
    margin-left: 185px !important;
  }

  .removeMargin-185-mobile {
    margin: -185px !important;
  }

  .removeMarginTop-185-mobile {
    margin-top: -185px !important;
  }

  .removeMarginBottom-185-mobile {
    margin-bottom: -185px !important;
  }

  .removeMarginRight-185-mobile {
    margin-right: -185px !important;
  }

  .removeMarginLeft-185-mobile {
    margin-left: -185px !important;
  }

  .addPadding-185-mobile {
    padding: 185px !important;
  }

  .addPaddingTop-185-mobile {
    padding-top: 185px !important;
  }

  .addPaddingBottom-185-mobile {
    padding-bottom: 185px !important;
  }

  .addPaddingRight-185-mobile {
    padding-right: 185px !important;
  }

  .addPaddingLeft-185-mobile {
    padding-left: 185px !important;
  }

  .h_190-mobile {
    padding-top: 190% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_190_hover-mobile:hover {
    padding-top: 190% !important;
  }

  .o_190-mobile {
    opacity: 190% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_190-mobile_hover:hover {
    opacity: 190% !important;
  }

  .addMargin-190-mobile {
    margin: 190px !important;
  }

  .addMarginTop-190-mobile {
    margin-top: 190px !important;
  }

  .addMarginBottom-190-mobile {
    margin-bottom: 190px !important;
  }

  .addMarginRight-190-mobile {
    margin-right: 190px !important;
  }

  .addMarginLeft-190-mobile {
    margin-left: 190px !important;
  }

  .removeMargin-190-mobile {
    margin: -190px !important;
  }

  .removeMarginTop-190-mobile {
    margin-top: -190px !important;
  }

  .removeMarginBottom-190-mobile {
    margin-bottom: -190px !important;
  }

  .removeMarginRight-190-mobile {
    margin-right: -190px !important;
  }

  .removeMarginLeft-190-mobile {
    margin-left: -190px !important;
  }

  .addPadding-190-mobile {
    padding: 190px !important;
  }

  .addPaddingTop-190-mobile {
    padding-top: 190px !important;
  }

  .addPaddingBottom-190-mobile {
    padding-bottom: 190px !important;
  }

  .addPaddingRight-190-mobile {
    padding-right: 190px !important;
  }

  .addPaddingLeft-190-mobile {
    padding-left: 190px !important;
  }

  .h_195-mobile {
    padding-top: 195% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_195_hover-mobile:hover {
    padding-top: 195% !important;
  }

  .o_195-mobile {
    opacity: 195% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_195-mobile_hover:hover {
    opacity: 195% !important;
  }

  .addMargin-195-mobile {
    margin: 195px !important;
  }

  .addMarginTop-195-mobile {
    margin-top: 195px !important;
  }

  .addMarginBottom-195-mobile {
    margin-bottom: 195px !important;
  }

  .addMarginRight-195-mobile {
    margin-right: 195px !important;
  }

  .addMarginLeft-195-mobile {
    margin-left: 195px !important;
  }

  .removeMargin-195-mobile {
    margin: -195px !important;
  }

  .removeMarginTop-195-mobile {
    margin-top: -195px !important;
  }

  .removeMarginBottom-195-mobile {
    margin-bottom: -195px !important;
  }

  .removeMarginRight-195-mobile {
    margin-right: -195px !important;
  }

  .removeMarginLeft-195-mobile {
    margin-left: -195px !important;
  }

  .addPadding-195-mobile {
    padding: 195px !important;
  }

  .addPaddingTop-195-mobile {
    padding-top: 195px !important;
  }

  .addPaddingBottom-195-mobile {
    padding-bottom: 195px !important;
  }

  .addPaddingRight-195-mobile {
    padding-right: 195px !important;
  }

  .addPaddingLeft-195-mobile {
    padding-left: 195px !important;
  }

  .h_200-mobile {
    padding-top: 200% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .h_200_hover-mobile:hover {
    padding-top: 200% !important;
  }

  .o_200-mobile {
    opacity: 200% !important;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .o_200-mobile_hover:hover {
    opacity: 200% !important;
  }

  .addMargin-200-mobile {
    margin: 200px !important;
  }

  .addMarginTop-200-mobile {
    margin-top: 200px !important;
  }

  .addMarginBottom-200-mobile {
    margin-bottom: 200px !important;
  }

  .addMarginRight-200-mobile {
    margin-right: 200px !important;
  }

  .addMarginLeft-200-mobile {
    margin-left: 200px !important;
  }

  .removeMargin-200-mobile {
    margin: -200px !important;
  }

  .removeMarginTop-200-mobile {
    margin-top: -200px !important;
  }

  .removeMarginBottom-200-mobile {
    margin-bottom: -200px !important;
  }

  .removeMarginRight-200-mobile {
    margin-right: -200px !important;
  }

  .removeMarginLeft-200-mobile {
    margin-left: -200px !important;
  }

  .addPadding-200-mobile {
    padding: 200px !important;
  }

  .addPaddingTop-200-mobile {
    padding-top: 200px !important;
  }

  .addPaddingBottom-200-mobile {
    padding-bottom: 200px !important;
  }

  .addPaddingRight-200-mobile {
    padding-right: 200px !important;
  }

  .addPaddingLeft-200-mobile {
    padding-left: 200px !important;
  }
}
/************************************************
*	IMG								*
************************************************/
img {
  max-width: 100%;
}

/************************************************
*	noselect							*
************************************************/
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/************************************************
*	POSITION								*
************************************************/
.position-center-center {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.position-yop-center {
  top: 0;
  left: 50%;
  transform: translate(0, -50%);
}

/************************************************
*	Relative								*
************************************************/
.relative {
  position: relative;
  z-index: 10;
}

/************************************************
*	absolute								*
************************************************/
.absolute {
  position: absolute;
  z-index: 10;
}

/************************************************
*	overflow								*
************************************************/
.overflowHidden,
.overflow-hidden {
  overflow: hidden;
}

.overflowVisible,
.overflow-visible {
  overflow: hidden;
}

/************************************************
*	audio								*
************************************************/
audio {
  width: 100%;
}

/************************************************
*	Font Styles								*
************************************************/
.italic, .sidebar .post-date {
  font-style: italic;
}

/************************************************
*	COMPONENTS						            *
************************************************/
.addthis_toolbox {
  margin: 20px 0 0 0;
}

.fb_iframe_widget_fluid {
  display: inline-block;
}

/************************************************
*	animate							*
************************************************/
.animate {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

/************************************************
*	animate_bounce						*
************************************************/
.animate_bounce {
  animation-name: bounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.5, 0.5, 0.35, 1.35);
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -24px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -12px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
/************************************************
*	animate_fadeIn							*
************************************************/
.animate_fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.5, 0.5, 0.35, 1.35);
  animation-delay: 0.2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/************************************************
*	animate_slideUp							*
************************************************/
.animate_slideUp {
  animation-name: slideUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.5, 0.5, 0.35, 1.35);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: scale(0.95) translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/************************************************
*	animate_shakeLeftRight							*
************************************************/
.animate_shakeLeftRight {
  animation-name: shakeLeftRight;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.5, 0.5, 0.35, 1.35);
}

@keyframes shakeLeftRight {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  20%, 60% {
    transform: translate3d(-3px, 0, 0);
  }
  40%, 80% {
    transform: translate3d(3px, 0, 0);
  }
}
/************************************************
*	animate_pulse							*
************************************************/
.animate_pulse {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.75);
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale(0.95);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: scale(1);
  }
}
/************************************************
*	animate_background							*
************************************************/
.animate_background {
  animation: animateBackground 4s infinite;
  background-size: 50px 50px;
  animation-timing-function: linear;
  animation-delay: 0s;
}

@keyframes animateBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 0px;
  }
}
.infinite {
  animation-iteration-count: infinite;
}

/************************************************
*	animate_delay					*
************************************************/
.animate_delay_100 {
  animation-delay: 100ms;
}

.animate_delay_200 {
  animation-delay: 200ms;
}

.animate_delay_300 {
  animation-delay: 300ms;
}

.animate_delay_400 {
  animation-delay: 400ms;
}

.animate_delay_500 {
  animation-delay: 500ms;
}

.animate_delay_600 {
  animation-delay: 600ms;
}

.animate_delay_700 {
  animation-delay: 700ms;
}

.animate_delay_800 {
  animation-delay: 800ms;
}

.animate_delay_900 {
  animation-delay: 900ms;
}

.animate_delay_1000 {
  animation-delay: 1000ms;
}

.author {
  margin: 0;
  overflow: hidden;
  text-align: left;
}

.author.aside {
  margin: 0;
}

.author span.user_photo {
  background-color: #d5d5d5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*border:2px solid #eee;*/
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
  display: inline-block;
  -moz-border-radius: 999em;
  -webkit-border-radius: 999em;
  border-radius: 999em;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.04), 0 1px 3px rgba(0, 0, 0, 0.04);
}

.author span img {
  max-width: 100%;
  height: auto;
}

.author p {
  color: #626262;
  font-size: 14px;
  margin: 0 !important;
  padding: 8px 0 !important;
  display: inline-block;
}

.author.aside p {
  display: block;
  margin: 0;
}

.author p em {
  font-style: normal;
}

/************************************************
*	BAND 					     		    *
************************************************/
.band {
  position: relative;
}

.band:before,
.band:after {
  display: table;
  clear: both;
  content: " ";
}

/************************************************
*	bandDivider 					     		    *
************************************************/
.bandDivider {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}

.bandDivider svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}

/************************************************
*	BLOCKQUOTE						   			*
************************************************/
blockquote {
  color: #626262;
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
  border: 0 none;
  border-left: 4px solid #3eb049;
  padding: 10px 20px 10px 40px;
  margin: 20px 0;
  margin-bottom: 25px;
}

blockquote p {
  color: #626262;
}

/************************************************
*   Body	*							
************************************************/
body {
  background-color: #fcfcfc;
  color: #626262;
  font-size: 16px;
  line-height: 28px;
  margin: 0 auto 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body.mobileNavTrigger {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  body {
    font-size: 14px;
    line-height: 26px;
  }
}
/************************************************
*	BOX 					     		   		*
************************************************/
.box {
  background-color: #d5d5d5;
  margin: 20px 0;
  padding: 40px;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  position: relative;
}

.box.tight {
  padding: 30px;
}

.box.tighter {
  padding: 20px;
}

.box.tall {
  padding-top: 200px;
  padding-bottom: 200px;
}

.box.withShadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.025), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.box.withShadowHover:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.025), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.box.centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.box > p {
  padding: 0;
  margin: 0;
}

.box .boxContent {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.box .boxTitle {
  display: block;
  margin: 0;
  padding: 15px 10px 13px;
  border-radius: 6px 6px 0 0;
  width: 100%;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.box.withBoxTitleLeft {
  padding-left: 70px;
}

.box .boxTitleLeft {
  border-right: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 50px;
  height: 100%;
}

.box .boxTitleLeft h6, .box .boxTitleLeft #mobileNavTrigger span, #mobileNavTrigger .box .boxTitleLeft span, .box .boxTitleLeft label {
  background: #fff;
  transform: rotate(-90deg);
  transform-origin: top left;
  white-space: nowrap;
  position: absolute;
  bottom: 0px;
  left: 35px;
  padding: 0 5px;
  margin: 0;
}

.box .boxTitle h1, .box .boxTitle .h1,
.box .boxTitle h2, .box .boxTitle .h2,
.box .boxTitle h3, .box .boxTitle .h3,
.box .boxTitle h4, .box .boxTitle .h4,
.box .boxTitle h5, .box .boxTitle .h5, .box .boxTitle .faqElement-question p, .faqElement-question .box .boxTitle p,
.box .boxTitle h6,
.box .boxTitle #mobileNavTrigger span,
#mobileNavTrigger .box .boxTitle span,
.box .boxTitle label, .box .boxTitle .h6 {
  margin: 0;
  padding: 0;
}

.box .boxLink {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.box.withBoxLink:hover .boxLink ~ .boxBackground {
  opacity: 0.5 !important;
}

.box.withBoxLink.bg-blue-dark:hover {
  background-color: #3eb049 !important;
}

.box .boxBackground {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.box .boxContent > h1:first-child,
.box .boxContent > h2:first-child,
.box .boxContent > h3:first-child,
.box .boxContent > h4:first-child,
.box .boxContent > h5:first-child,
.box .boxContent > h6:first-child,
.box #mobileNavTrigger .boxContent > span:first-child,
#mobileNavTrigger .box .boxContent > span:first-child,
.box .boxContent > label:first-child,
.box .boxContent > p:first-child {
  padding-top: 0;
  margin-top: 0;
}

.box .boxContent > p {
  padding: 5px 0;
  margin: 5px 0;
}

.box .boxContent > p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.box .boxContent > ul:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.box.noPadding p img {
  margin: -10px 0;
}

.box ~ .boxBottom p {
  margin: 0;
  padding: 0;
}

.box .boxBottom {
  display: block;
  margin: 0;
  padding: 15px 10px 13px;
  width: 100%;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.box .boxProduct {
  padding: 80px 30px;
}

.box .boxProduct img {
  margin-bottom: 0;
  height: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .box .boxTitleLeft {
    width: 30px;
  }

  .box .boxTitleLeft h6, .box .boxTitleLeft #mobileNavTrigger span, #mobileNavTrigger .box .boxTitleLeft span, .box .boxTitleLeft label {
    left: 15px;
  }

  .box.withBoxTitleLeft {
    padding-left: 20px;
  }
}
/************************************************
*	Breadcrumbs 	        			     *
************************************************/
.single-breadcrumbs {
  margin-bottom: 40px;
  color: #626262;
}

.single-breadcrumbs span {
  margin: 0 5px;
}

/************************************************
*	button style								*
************************************************/
button {
  border: none;
}

input[type=submit],
a.button,
.button,
.tml .tml-button,
.elementor-button:hover,
.elementor-button {
  cursor: pointer;
  display: inline-block;
  border: none;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  top: 0;
  overflow: hidden;
  font-weight: normal;
  border-radius: 2px;
  text-shadow: 0 0 transparent;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.button .icon-light, .tml .tml-button .icon-light, .elementor-button .icon-light,
.button .icon,
.tml .tml-button .icon,
.elementor-button .icon {
  font-size: 100%;
  margin: 0 8px 0 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.button.button-sm, .tml .button-sm.tml-button, .button-sm.elementor-button:hover,
.button-sm {
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 15px 0;
  padding: 10px 40px;
}
.button.button-md, .tml .tml-button, .button-md.elementor-button:hover,
.button-md {
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 15px 0;
  padding: 12px 60px;
}
.button.button-lg, .tml .button-lg.tml-button, .button-lg.elementor-button:hover,
.button-lg {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 15px 0;
  padding: 13px 50px;
}
.button.button-full, .tml .button-full.tml-button, .button-full.elementor-button:hover,
.button-full {
  width: 100%;
}

.button + .button, .tml .tml-button + .button, .tml .button + .tml-button, .tml .tml-button + .tml-button, .elementor-button + .button, .tml .elementor-button + .tml-button, .button + .elementor-button, .tml .tml-button + .elementor-button, .elementor-button + .elementor-button {
  margin-left: 15px;
}

.button-container-primary .elementor-button,
.button-container-primary .elementor-button:visited,
.button.button-primary,
.tml .tml-button,
.button-primary.elementor-button:hover,
.button.button-primary:visited,
.button-primary {
  background: #3eb049;
  color: #ffffff;
}
.button-container-primary .elementor-button:hover, .button-container-primary .elementor-button:active,
.button-container-primary .elementor-button:visited:hover,
.button-container-primary .elementor-button:visited:active,
.button.button-primary:hover,
.button.button-primary:active,
.button.button-primary:visited:hover,
.button.button-primary:visited:active,
.button-primary:hover,
.tml .tml-button:hover,
.button-primary:active,
.tml .tml-button:active {
  background: #379a40;
  color: #ffffff;
}

.button-container-primary-outline .elementor-button,
.button-container-primary-outline .elementor-button:visited,
.button.button-primary-outline,
.tml .button-primary-outline.tml-button,
.button-primary-outline.elementor-button:hover,
.button.button-primary-outline:visited,
.button-primary-outline {
  background: transparent;
  border: 2px solid #3eb049;
  color: #3eb049;
}
.button-container-primary-outline .elementor-button:hover, .button-container-primary-outline .elementor-button:active,
.button-container-primary-outline .elementor-button:visited:hover,
.button-container-primary-outline .elementor-button:visited:active,
.button.button-primary-outline:hover,
.button.button-primary-outline:active,
.button.button-primary-outline:visited:hover,
.button.button-primary-outline:visited:active,
.button-primary-outline:hover,
.button-primary-outline:active {
  background: #3eb049;
  color: #ffffff;
}

.button-container-secondary .elementor-button,
.button-container-secondary .elementor-button:visited,
.button.button-secondary,
.tml .button-secondary.tml-button,
.button-secondary.elementor-button:hover,
.button.button-secondary:visited,
.button-secondary {
  background: #ffc20e;
  color: #ffffff;
}
.button-container-secondary .elementor-button:hover, .button-container-secondary .elementor-button:active,
.button-container-secondary .elementor-button:visited:hover,
.button-container-secondary .elementor-button:visited:active,
.button.button-secondary:hover,
.button.button-secondary:active,
.button.button-secondary:visited:hover,
.button.button-secondary:visited:active,
.button-secondary:hover,
.button-secondary:active {
  background: #e0aa0d;
  color: #ffffff;
}

.button-container-secondary-outline .elementor-button,
.button-container-secondary-outline .elementor-button:visited,
.button.button-secondary-outline,
.tml .button-secondary-outline.tml-button,
.button-secondary-outline.elementor-button:hover,
.button.button-secondary-outline:visited,
.button-secondary-outline {
  background: transparent;
  border: 2px solid #ffc20e;
  color: #ffc20e;
}
.button-container-secondary-outline .elementor-button:hover, .button-container-secondary-outline .elementor-button:active,
.button-container-secondary-outline .elementor-button:visited:hover,
.button-container-secondary-outline .elementor-button:visited:active,
.button.button-secondary-outline:hover,
.button.button-secondary-outline:active,
.button.button-secondary-outline:visited:hover,
.button.button-secondary-outline:visited:active,
.button-secondary-outline:hover,
.button-secondary-outline:active {
  background: #ffc20e;
  color: #ffffff;
}

.button-container-tertiary .elementor-button,
.button-container-tertiary .elementor-button:visited,
.button.button-tertiary,
.tml .button-tertiary.tml-button,
.elementor-button:hover,
.button.button-tertiary:visited,
.button-tertiary,
.elementor-button {
  background: #232423;
  color: #ffffff;
}
.button-container-tertiary .elementor-button:hover, .button-container-tertiary .elementor-button:active,
.button-container-tertiary .elementor-button:visited:hover,
.button-container-tertiary .elementor-button:visited:active,
.button.button-tertiary:hover,
.button.button-tertiary:active,
.button.button-tertiary:visited:hover,
.button.button-tertiary:visited:active,
.button-tertiary:hover,
.elementor-button:hover,
.button-tertiary:active,
.elementor-button:active {
  background: #1f201f;
  color: #ffffff;
}

.button-container-tertiary-outline .elementor-button,
.button-container-tertiary-outline .elementor-button:visited,
.button.button-tertiary-outline,
.tml .button-tertiary-outline.tml-button,
.button-tertiary-outline.elementor-button:hover,
.button.button-tertiary-outline:visited,
.button-tertiary-outline {
  background: transparent;
  border: 2px solid #232423;
  color: #ffffff;
}
.button-container-tertiary-outline .elementor-button:hover, .button-container-tertiary-outline .elementor-button:active,
.button-container-tertiary-outline .elementor-button:visited:hover,
.button-container-tertiary-outline .elementor-button:visited:active,
.button.button-tertiary-outline:hover,
.button.button-tertiary-outline:active,
.button.button-tertiary-outline:visited:hover,
.button.button-tertiary-outline:visited:active,
.button-tertiary-outline:hover,
.button-tertiary-outline:active {
  background: #232423;
  color: #ffffff;
}

/* SHADOW */
.button.noShadow, .tml .noShadow.tml-button, .noShadow.elementor-button {
  box-shadow: none;
}

.button.withShadow, .tml .withShadow.tml-button, .withShadow.elementor-button {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .button.full-mobile, .tml .full-mobile.tml-button, .full-mobile.elementor-button {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .button.full-mobile + .button.full-mobile, .tml .full-mobile.tml-button + .button.full-mobile, .tml .button.full-mobile + .full-mobile.tml-button, .tml .full-mobile.tml-button + .full-mobile.tml-button, .full-mobile.elementor-button + .button.full-mobile, .tml .full-mobile.elementor-button + .full-mobile.tml-button, .button.full-mobile + .full-mobile.elementor-button, .tml .full-mobile.tml-button + .full-mobile.elementor-button, .full-mobile.elementor-button + .full-mobile.elementor-button {
    margin-top: 15px;
  }

  .wpcf7 .grid-item.full .button, .wpcf7 .grid-item.full .tml .tml-button, .tml .wpcf7 .grid-item.full .tml-button, .wpcf7 .grid-item.full .elementor-button {
    width: 100%;
  }
}
/************************************************
* checkboxSwitch							*
************************************************/
.checkboxSwitch-container {
  position: relative;
  padding: 5px 0 0 0 !important;
  cursor: pointer;
}

.checkboxSwitch-container input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  border: 0 none;
  appearance: none;
  opacity: 0;
  cursor: pointer;
}

.checkboxSwitch {
  display: inline-block;
  position: relative;
  top: 0;
  left: 5px;
  float: left;
  padding: 0;
  margin: 2px 15px 0 -4px;
  width: 26px;
  height: 26px;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  cursor: pointer;
}

.checkboxSwitch::before {
  content: "\f00c";
  font-family: "FontAwesome";
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 999em;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.checkboxSwitch-container input:checked + .checkboxSwitch::before {
  content: "\f00c";
  background: #000000;
  color: 545559;
}

.circle_container {
  border-radius: 999em;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.circle_container .circle_inner {
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.circle_container:hover .circle_inner {
  transform: rotate(10deg);
}

.circle_container .circle_inner p,
.circle_container .circle_inner img {
  margin: 0;
  padding: 0;
}

ol.comment-list {
  list-style: none;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
ol.comment-list li.comment {
  background: transparent;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 10px;
  margin: 0;
}
ol.comment-list .comment-author {
  overflow: hidden;
  clear: both;
}
ol.comment-list .comment-author img {
  float: left;
  margin: 0 20px 20px 0;
}
/************************************************
* wpcf7					*
************************************************/
div.wpcf7 {
  margin: 0;
  padding: 0;
  position: relative;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-response-output {
  background: #626262;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 0 !important;
  padding: 15px !important;
  text-align: center;
  color: #ffffff !important;
  clear: both;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: 0.2em 0.8em;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-top: 10px;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 10px 20px 3px 0;
}

.block-list span.wpcf7-list-item {
  display: block;
  margin: 0 0 3px 0;
}

span.wpcf7-list-item.last {
  margin: 10px 0 10px 0;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.45);
  background-position: center center;
  background-repeat: no-repeat;
}

div.wpcf7 .ajax-loader:after {
  width: 24px;
  height: 24px;
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin: -15px 0 0 -15px;
  border: 4px solid #000000;
  border-top: 4px solid transparent;
  border-radius: 999em;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
div.wpcf7 .ajax-loader.is-active {
  display: block;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7-recaptcha {
  margin: 0 0 20px 0;
  clear: both;
}

.wpcf7-submit-holder {
  position: relative;
  clear: both;
}

.wpcf7-form-control-wrap {
  display: block;
}

div.wpcf7 p {
  padding: 0;
  margin: 0;
}

div.wpcf7 br {
  display: none;
}

.content_logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 220px;
  height: 80px;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  backface-visibility: hidden;
}

.content_logo span {
  font-weight: bold;
  color: #ffc20e;
}

.content_logo.hasLogo span {
  display: none;
}

.contentSlider {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.contentSlider .slick-prev,
.contentSlider .slick-next {
  width: 50px;
  height: 50px;
  border: none;
  margin: -25px 0 0 0;
}

.contentSlider .contentSlide {
  width: 100%;
  height: 100%;
  display: none;
}

.contentSlider .contentSlide:first-child {
  display: block;
}

.contentSlider.gutter_0 .contentSlide {
  padding: 0;
}

.contentSlider.gutter_10 .contentSlide {
  padding: 10px;
}

.contentSlider.gutter_20 .contentSlide {
  padding: 20px;
}

.contentSlider.gutter_30 .contentSlide {
  padding: 30px;
}

.contentSlider.gutter_40 .contentSlide {
  padding: 40px;
}

.contentSlider.gutter_50 .contentSlide {
  padding: 50px;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .contentSlider.mobile_gutter_0 .contentSlide {
    padding: 0;
  }

  .contentSlider.mobile_gutter_10 .contentSlide {
    padding: 10px;
  }

  .contentSlider.mobile_gutter_20 .contentSlide {
    padding: 20px;
  }

  .contentSlider.mobile_gutter_30 .contentSlide {
    padding: 30px;
  }

  .contentSlider.mobile_gutter_40 .contentSlide {
    padding: 40px;
  }

  .contentSlider.mobile_gutter_50 .contentSlide {
    padding: 50px;
  }
}
/*.contentSlider .contentSlide img {*/
/*	margin:0;*/
/*	}	*/
.contentSlider .contentSlide p {
  margin: 0;
  padding: 0;
}

.contentSlider .slick-dots {
  position: relative;
  bottom: 0px;
  left: 0;
  z-index: 1;
  text-align: center;
}

.contentSlider.dots_left .slick-dots {
  text-align: left;
}

.contentSlider.dots_right .slick-dots {
  text-align: right;
}

.counter {
  position: relative;
  width: 100%;
  height: inherit;
}
.counter .counterContent h6, .counter .counterContent #mobileNavTrigger span, #mobileNavTrigger .counter .counterContent span, .counter .counterContent label, .counter .counterContent h6 {
  color: #626262 !important;
}
.counter .counterTimer .countNumber {
  font-size: 600%;
  line-height: 100%;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
  display: block;
  color: #3eb049;
}
.counter .counterTimer .countNumber .countNumber_before {
  color: #3eb049;
  font-size: 80%;
  margin-left: 2px;
}
.counter .counterTimer .countNumber .countNumber_after {
  color: #3eb049;
  font-size: 80%;
  margin-left: 2px;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .cta-widget .grid-item .inner {
    padding: 0 !important;
  }
  .cta-widget em {
    margin-left: 0 !important;
    margin-right: 5px;
  }
}
#disclosure {
  padding: 0;
  margin: 10px 0;
  clear: both;
  position: relative;
  opacity: 0.65;
}

#disclosure p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  line-height: 14px;
}

.snippet {
  position: relative;
}

.snippet .edit_snippet {
  display: none;
  position: relative;
  z-index: 9999;
}

.snippet:hover .edit_snippet {
  display: block;
}

.snippet .edit_snippet a {
  background: #fffebb !important;
  padding: 4px 6px !important;
  color: #333 !important;
  font-size: 70%;
}

body.elementor-editor-active #wpadminbar {
  display: none !important;
}

#eom {
  color: #ffffff;
  opacity: 0.45;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  display: block;
}
#eom a {
  text-decoration: none;
  color: #ffffff;
}
#eom a:hover {
  color: #fafafa;
}

.eventCard {
  background: #ffffff;
  margin: 0;
  padding: 15px !important;
  border-radius: 25px;
  border: 2px solid #d9d9d9;
  min-height: 300px;
  position: relative;
  z-index: 1;
}

.eventCard.hasImage .eventCardContent {
  padding-left: calc(40% + 40px);
  padding-right: 15px;
}

.eventCardImages .slick-slider,
.eventCardImages .slick-list,
.eventCardImages .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
}

.eventCardHolder {
  width: 40%;
  height: calc(100% - 30px);
  position: absolute;
}

.eventCardDates {
  margin: 0 0 30px 0;
}

.eventCardDate {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #626262;
  color: #ffffff;
  padding: 20px 12px;
  border-top-right-radius: 15px;
  text-align: center;
}
.eventCardDate .icon {
  color: #626262;
  font-size: 30px;
  font-weight: 300;
}
.eventCardDate .eventCardDate-date {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
}
.eventCardDate .eventCardDate-day {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.eventCardDate-time h6, .eventCardDate-time #mobileNavTrigger span, #mobileNavTrigger .eventCardDate-time span, .eventCardDate-time label {
  font-weight: 300;
  margin: 0;
}

.eventCardContent-excerpt {
  margin: 0 0 0px 0;
}

.eventCardImage {
  height: 100%;
}
.eventCardImage .eventCardImages-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  border-radius: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .eventCardHolder {
    width: 100%;
    height: inherit;
    padding: 56% 0 0 0;
    position: relative;
  }

  .eventCardImage {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .eventCardContent {
    padding: 15px !important;
  }
}
.eventCardSlider-item {
  padding: 0 20px 20px 20px;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .eventCardSlider-item {
    padding: 0 10px 20px 10px;
  }
}
.eventList ul {
  margin: 0;
  padding: 0;
}

.eventList ul li {
  padding: 0 0 15px 0 !important;
  margin: 0 0 15px 0 !important;
  list-style: none;
  line-height: 120%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}

.eventList ul li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.eventList ul li span {
  display: inline-block;
}

.eventList ul li .eventList-title {
  margin: 0;
  font-size: 120%;
}

.eventListDate {
  margin: 0 0 5px 0;
}

.eventListDate .eventListDate-date {
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}

.eventListDate .eventListDate-time {
  padding: 0 0 0 10px;
  display: inline-block;
  text-transform: uppercase;
}

.faqElements {
  margin: 20px 0;
}

.faqElement {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.faqElement:last-child {
  margin-bottom: 0;
}

.faqElement-question {
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  padding: 30px 50px;
}
.faqElement-question:before {
  content: "\f058";
  font-family: "FontAwesome";
  font-weight: 700;
  line-height: 40px;
  color: #3eb049;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -20px 0 0 0;
  height: 40px;
  width: 20px;
}

.faqElement-question p {
  padding: 0 !important;
  margin: 0 !important;
  color: #000000 !important;
}

.faqElement-trigger {
  color: #000000;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -20px 0 0 0;
  height: 40px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 999em;
  font-size: 16px;
  line-height: 40px !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.faqElement-trigger .icon {
  color: #3eb049;
}

.faqElement-answer {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  padding: 0 30px 30px 30px;
}
.faqElement-answer p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* HOVER */
.faqElement:hover .faqElement-trigger {
  transform: rotate(90deg);
}

/* ACTIVE */
.faqElement.active {
  background-color: #d5d5d5;
  border: 1px solid #d5d5d5;
}

.faqElement.active:hover .faqElement-trigger,
.faqElement.active .faqElement-trigger {
  color: #000000;
  transform: rotate(45deg);
}

.fillHeight {
  position: relative;
  min-height: 95vh;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.fillHeight_half {
  min-height: 75vh;
}

.fillHeight_third {
  min-height: 30vh;
}

.filterList {
  margin: 20px 0 0 0 !important;
}

.filterList-item {
  margin: 0 0 20px 0;
  padding: 0 10px;
  clear: none !important;
  width: 100%;
}

.filterList-item-one-fifth {
  width: 20%;
}

.filterList-item-one-fourth {
  width: 25%;
}

.filterList-item-one-third {
  width: 33.3%;
}

.filterList-item-one-half {
  width: 50%;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  .filterList-item-one-fifth,
.filterList-item-one-fourth,
.filterList-item-one-third {
    width: 50%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .filterList-item-one-fifth,
.filterList-item-one-fourth,
.filterList-item-one-third,
.filterList-item-one-half {
    width: 100%;
  }
}
.filterList-item .inner {
  padding: 0 !important;
}

.filterList-navigation {
  overflow: hidden;
  padding: 0;
  margin: 0 0 70px 0;
  text-align: center;
}

.filterList-label {
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 2px;
  color: #626262;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  margin: 0 4px 4px 4px;
}

.filterList-trigger {
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 2px;
  background: #626262;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  padding: 8px 20px;
  margin: 0 4px 4px 4px;
}

.filterList-trigger.active,
.filterList-trigger:active,
.filterList-trigger:hover {
  background: #626262;
  color: #ffffff;
}

.filterList-select {
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 2px;
  background: #626262;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  margin: 0 4px 4px 4px;
  width: auto;
}

.filterList-select option {
  padding: 8px 20px;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .filterList-label {
    display: block;
  }
}
.fixedBetween {
  position: relative;
  z-index: 99;
  overflow: hidden;
  transition-duration: 0;
}

/*body.mobileNavTrigger  #header,*/
body.fixedNav #header {
  background-color: #1e1e1e;
  position: fixed;
}

/*body.mobileNavTrigger #header_content .icon,*/
body.fixedNav #header_content .icon {
  color: #1e1e1e;
}

/************************************************
*	Footer  									*
************************************************/
#footer {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99;
  color: #ffffff;
}

#footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#footer_nav ul > li {
  float: left;
  margin: 0 10px;
  display: block;
}

#footer_nav ul > li > a {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#footer_nav_right {
  float: left;
}

.footer_social {
  text-align: center;
}
.footer_social .social-icons {
  margin: 0;
}
.footer_social .social-icons li a {
  background: none;
}
.footer_social .social-icons li a:hover {
  opacity: 0.8;
}

.footer_copyright {
  text-align: center;
  opacity: 0.75;
}
.footer_copyright p, .footer_copyright a {
  color: #ffffff;
  font-size: 11px;
  line-height: 24px;
}

#footerBottom .social-icons {
  margin: 0;
}
#footerBottom .social-icons li {
  margin-bottom: 0;
}
#footerBottom .social-icons li a {
  color: #c3c3c3 !important;
  background-color: #111;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  border-radius: 50%;
}
#footerBottom .social-icons li a:hover {
  color: #ffffff !important;
  background-color: #3eb049;
}

/* footerBottom */
#footerBottom {
  background: #1f201f;
}

#footerBottom .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

#footerBottom p {
  color: #5a5b5a;
}

.footerMenu {
  padding: 0;
  margin: 0;
  text-align: left;
  float: none;
}

.footerMenu li, .footer-widget li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.footerMenu li a, .footerMenu .menu li a, .footer-widget li a {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 300;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.footerMenu li a:hover, .footerMenu .menu li a:hover, .footer-widget li a:hover {
  color: #3eb049;
}
.footer-widget li.current-menu-item a,
.footerMenu li.current-menu-item a,
.footerMenu li a:hover {
  color: #626262;
}

.footerMenu .social-icons {
  text-align: left;
}
.footerMenu .social-icons ul {
  display: inline-flex;
}
.footerMenu .social-icons ul li:not(:last-child) {
  margin-right: 5px;
}
.footerMenu .social-icons ul a {
  margin: 0 !important;
  border: 2px solid #626262;
  line-height: 31px !important;
  background: transparent;
}
.footerMenu .social-icons ul a:hover {
  background: #626262;
  color: #ffffff;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .footerMenu {
    float: none;
    clear: both;
    text-align: left;
  }

  .footerMenu li a {
    padding: 5px 0px;
  }
}
/* footerTop */
#footerTop {
  background: #232423;
  color: #ffffff;
  font-size: 90%;
  line-height: 160%;
}
#footerTop a {
  color: #ffffff;
}
#footerTop ul.menu li a {
  color: #ffffff !important;
}

#footerTop .row {
  padding-top: 60px;
  padding-bottom: 60px;
}

#footerTop h5 {
  color: #ffffff;
  margin: 0 0 30px 0;
}

#footerTop p {
  color: #ffffff;
}
#footerTop p a {
  color: #ffffff;
  text-decoration: underline;
}

#footerTop ul li {
  color: #ffffff;
}

@media only screen and (min-width: 1px) and (max-width: 1030px) {
  #footerTop .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #footerTop .grid-item .inner {
    padding-bottom: 40px !important;
  }

  #footerTop .grid-item:last-child .inner {
    padding-bottom: 0px !important;
  }
}
.googleMap-Container {
  margin: 0;
}

.googleMap {
  position: relative;
}

.googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_tab {
  font-size: 120%;
  line-height: 150%;
  padding: 5px;
}

.map_tab h3 {
  margin: 0 0 10px 0;
}

.map_tab .icon {
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 3px 5px 0;
  background: #1e1e1e;
  border-radius: 999em;
  font-size: 12px;
  line-height: 24px;
}

/************************************************
*   		CAROUSEL 							*
************************************************/
.carouselActive.grid-items {
  margin: 0 !important;
}

.carouselActive .grid-item .inner {
  padding: 0 !important;
}

.carouselActive .grid-item {
  width: 100% !important;
}

/************************************************
*   		FLEX GRID ROW						*
************************************************/
.flex-grid-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/************************************************
*   		GRID ROW							*
************************************************/
.grid-items {
  clear: both;
  margin: 20px 0 0 -20px;
}

.grid-items:before,
.grid-items:after {
  clear: both;
  content: " ";
  display: block;
}

.grid-item {
  float: left;
  width: 100%;
}

.grid-item .inner {
  padding: 0 0 20px 20px;
  margin: 0;
  word-wrap: break-word;
}

.grid-item .inner:after {
  clear: both;
  display: table;
  content: " ";
}

.grid-item img {
  max-width: 100%;
  height: auto;
}

.grid-items.gap_0 {
  margin-left: 0;
}

.grid-items.gap_0 > .grid-item > .inner {
  padding-left: 0px;
  padding-bottom: 0px;
}

.grid-items.gap_5 {
  margin-left: -5px;
}

.grid-items.gap_5 > .grid-item > .inner {
  padding-left: 5px;
  padding-bottom: 5px;
}

.grid-items.gap_10 {
  margin-left: -10px;
}

.grid-items.gap_10 > .grid-item > .inner {
  padding-left: 10px;
  padding-bottom: 10px;
}

.grid-items.gap_15 {
  margin-left: -15px;
}

.grid-items.gap_15 > .grid-item > .inner {
  padding-left: 15px;
  padding-bottom: 15px;
}

.grid-items.gap_20 {
  margin-left: -20px;
}

.grid-items.gap_20 > .grid-item > .inner {
  padding-left: 20px;
  padding-bottom: 20px;
}

.grid-items.gap_30, .post-list .grid-items {
  margin-left: -30px;
}

.grid-items.gap_30 > .grid-item > .inner, .post-list .grid-items > .grid-item > .inner {
  padding-left: 30px;
  padding-bottom: 30px;
}

.grid-items.gap_40 {
  margin-left: -40px;
}

.grid-items.gap_40 > .grid-item > .inner {
  padding-left: 40px;
  padding-bottom: 40px;
}

.grid-items.gap_60 {
  margin-left: -60px;
}

.grid-items.gap_60 > .grid-item > .inner {
  padding-left: 60px;
  padding-bottom: 60px;
}

.grid-items.gap_80 {
  margin-left: -80px;
}

.grid-items.gap_80 > .grid-item > .inner {
  padding-left: 80px;
  padding-bottom: 80px;
}

.grid-items.gap_100 {
  margin-left: -100px;
}

.grid-items.gap_100 > .grid-item > .inner {
  padding-left: 100px;
  padding-bottom: 100px;
}

.grid-item.left {
  float: left;
}

.grid-item.right {
  float: right;
}

.grid-item.full {
  width: 100%;
}

.grid-item.one-half {
  width: 50%;
}

.grid-item.one-half:first-child,
.grid-item.one-half:nth-child(2n+1) {
  clear: left;
}

.grid-item.one-third {
  width: 33.333%;
}

.grid-item.one-third:first-child,
.grid-item.one-third:nth-child(3n+1) {
  clear: left;
}

.grid-item.two-third {
  width: 66.666%;
}

.grid-item.one-fourth {
  width: 25%;
}

.grid-item.one-fourth:first-child,
.grid-item.one-fourth:nth-child(4n+1) {
  clear: left;
}

.grid-item.two-fourth {
  width: 50%;
}

.grid-item.three-fourth {
  width: 75%;
}

.grid-item.one-fifth {
  width: 20%;
}

.grid-item.one-fifth:first-child,
.grid-item.one-fifth:nth-child(5n+1) {
  clear: left;
}

.grid-item.two-fifth {
  width: 40%;
}

.grid-item.three-fifth {
  width: 60%;
}

.grid-item.four-fifth {
  width: 80%;
}

.grid-item.one-sixth {
  width: 16.666%;
}

.grid-item.one-sixth:first-child,
.grid-item.one-sixth:nth-child(6n+1) {
  clear: left;
}

.grid-item.two-sixth {
  width: 33.333%;
}

.grid-item.three-sixth {
  width: 50%;
}

.grid-item.four-sixth {
  width: 66.666%;
}

.grid-item.five-sixth {
  width: 83.333%;
}

.grid-item.one-seventh {
  width: 14.285%;
}

.grid-item.one-seventh:first-child,
.grid-item.one-seventh:nth-child(7n+1) {
  clear: left;
}

.grid-item.two-seventh {
  width: 28.571%;
}

.grid-item.three-seventh {
  width: 42.855%;
}

.grid-item.four-seventh {
  width: 57.14%;
}

.grid-item.five-seventh {
  width: 71.425%;
}

.grid-item.six-seventh {
  width: 85.71%;
}

.grid-item.one-eighth {
  width: 12.5%;
}

.grid-item.one-eighth:first-child,
.grid-item.one-eighth:nth-child(8n+1) {
  clear: left;
}

.grid-item.two-eighth {
  width: 25%;
}

.grid-item.three-eighth {
  width: 37.5%;
}

.grid-item.four-eighth {
  width: 50%;
}

.grid-item.five-eighth {
  width: 62.5%;
}

.grid-item.six-eighth {
  width: 75%;
}

.grid-item.seven-eighth {
  width: 87.5%;
}

.grid-item.one-ninth {
  width: 11.111%;
}

.grid-item.one-ninth:first-child,
.grid-item.one-ninth:nth-child(9n+1) {
  clear: left;
}

.grid-item.two-ninth {
  width: 22.222%;
}

.grid-item.three-ninth {
  width: 33.333%;
}

.grid-item.four-ninth {
  width: 44.444%;
}

.grid-item.five-ninth {
  width: 55.555%;
}

.grid-item.six-ninth {
  width: 66.666%;
}

.grid-item.seven-ninth {
  width: 77.777%;
}

.grid-item.eight-ninth {
  width: 88.888%;
}

.grid-item.one-tenth {
  width: 10%;
}

.grid-item.one-tenth:first-child,
.grid-item.one-tenth:nth-child(10n+1) {
  clear: left;
}

.grid-item.two-tenth {
  width: 20%;
}

.grid-item.three-tenth {
  width: 30%;
}

.grid-item.four-tenth {
  width: 40%;
}

.grid-item.five-tenth {
  width: 50%;
}

.grid-item.six-tenth {
  width: 60%;
}

.grid-item.seven-tenth {
  width: 70%;
}

.grid-item.eight-tenth {
  width: 80%;
}

.grid-item.nine-tenth {
  width: 90%;
}

.grid-item.one-eleventh {
  width: 9.09%;
}

.grid-item.one-eleventh:first-child,
.grid-item.one-eleventh:nth-child(11n+1) {
  clear: left;
}

.grid-item.two-eleventh {
  width: 18.18%;
}

.grid-item.three-eleventh {
  width: 27.27%;
}

.grid-item.four-eleventh {
  width: 36.36%;
}

.grid-item.five-eleventh {
  width: 45.45%;
}

.grid-item.six-eleventh {
  width: 54.54%;
}

.grid-item.seven-eleventh {
  width: 63.63%;
}

.grid-item.eight-eleventh {
  width: 72.72%;
}

.grid-item.nine-eleventh {
  width: 81.81%;
}

.grid-item.ten-eleventh {
  width: 90.9%;
}

.grid-item.one-twelfth {
  width: 8.33%;
}

.grid-item.one-twelfth:first-child,
.grid-item.one-twelfth:nth-child(12n+1) {
  clear: left;
}

.grid-item.two-twelfth {
  width: 16.66%;
}

.grid-item.three-twelfth {
  width: 25%;
}

.grid-item.four-twelfth {
  width: 33.33%;
}

.grid-item.five-twelfth {
  width: 41.66%;
}

.grid-item.six-twelfth {
  width: 50%;
}

.grid-item.seven-twelfth {
  width: 58.33%;
}

.grid-item.eight-twelfth {
  width: 66.66%;
}

.grid-item.nine-twelfth {
  width: 75%;
}

.grid-item.ten-twelfth {
  width: 83.33%;
}

.grid-item.eleven-twelfth {
  width: 91.66%;
}

.grid-item.one-thirteenth {
  width: 7.69%;
}

.grid-item.one-thirteenth:first-child,
.grid-item.one-thirteenth:nth-child(13n+1) {
  clear: left;
}

.grid-item.two-thirteenth {
  width: 15.38%;
}

.grid-item.three-thirteenth {
  width: 23.07%;
}

.grid-item.four-thirteenth {
  width: 30.76%;
}

.grid-item.five-thirteenth {
  width: 38.46%;
}

.grid-item.six-thirteenth {
  width: 46.15%;
}

.grid-item.seven-thirteenth {
  width: 53.84%;
}

.grid-item.eight-thirteenth {
  width: 61.53%;
}

.grid-item.nine-thirteenth {
  width: 69.33%;
}

.grid-item.ten-thirteenth {
  width: 76.93%;
}

.grid-item.eleven-thirteenth {
  width: 92.3%;
}

/*@media only screen */
/*and (min-width : 1px) */
/*and (max-width : 1380px) {*/
/*	.grid-items:not(.gap_0),*/
/*	.grid-items:not(.gap_10),*/
/*	.grid-items:not(.gap_20) { */
/*		margin-left: -30px !important;*/
/*		}*/
/*	.grid-items:not(.gap_0) .grid-item .inner,*/
/*	.grid-items:not(.gap_10) .grid-item .inner,*/
/*	.grid-items:not(.gap_20) .grid-item .inner { */
/*		padding-left: 30px !important; */
/*		}*/
/*}*/
/*@media only screen */
/*and (min-width : 1px) */
/*and (max-width : 1280px) {*/
/*	.grid-items:not(.gap_0),*/
/*	.grid-items:not(.gap_10),*/
/*	.grid-items:not(.gap_20) { */
/*		margin-left: -20px !important;*/
/*		}*/
/*	.grid-items:not(.gap_0) .grid-item .inner,*/
/*	.grid-items:not(.gap_10) .grid-item .inner,*/
/*	.grid-items:not(.gap_20) .grid-item .inner { */
/*		padding-left: 20px !important; */
/*		}*/
/*}*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .grid-item.full-laptop {
    width: 100% !important;
    clear: both !important;
  }

  .grid-item.one-half-laptop {
    width: 50% !important;
    clear: none !important;
  }

  .grid-item.one-half-laptop:first-child,
.grid-item.one-half-laptop:nth-child(2n+1) {
    clear: left !important;
  }

  .grid-item.one-third-laptop {
    width: 33.33% !important;
    clear: none !important;
  }

  .grid-item.one-third-laptop:first-child,
.grid-item.one-third-laptop:nth-child(3n+1) {
    clear: left !important;
  }

  .grid-item.one-fourth-laptop {
    width: 25% !important;
    clear: none !important;
  }

  .grid-item.one-fourth-laptop:first-child,
.grid-item.one-fourth-laptop:nth-child(4n+1) {
    clear: left !important;
  }

  .grid-item.one-fifth-laptop {
    width: 20% !important;
    clear: none !important;
  }

  .grid-item.one-fifth-laptop:first-child,
.grid-item.one-fifth-laptop:nth-child(5n+1) {
    clear: left !important;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .grid-item.full-tablet {
    width: 100% !important;
    clear: both !important;
  }

  .grid-item.one-half-tablet {
    width: 50% !important;
    clear: none !important;
  }

  .grid-item.one-half-tablet:first-child,
.grid-item.one-half-tablet:nth-child(2n+1) {
    clear: left !important;
  }

  .grid-item.one-third-tablet {
    width: 33.33% !important;
    clear: none !important;
  }

  .grid-item.one-third-tablet:first-child,
.grid-item.one-third-tablet:nth-child(3n+1) {
    clear: left !important;
  }

  .grid-item.one-fourth-tablet {
    width: 25% !important;
    clear: none !important;
  }

  .grid-item.one-fourth-tablet:first-child,
.grid-item.one-fourth-tablet:nth-child(4n+1) {
    clear: left !important;
  }

  .grid-item.one-fifth-tablet {
    width: 20% !important;
    clear: none !important;
  }

  .grid-item.one-fifth-tablet:first-child,
.grid-item.one-fifth-tablet:nth-child(5n+1) {
    clear: left !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .grid-items {
    margin-left: -10px !important;
  }

  .grid-item {
    width: 100% !important;
  }

  .grid-item .inner {
    padding-left: 10px !important;
    padding-bottom: 10px !important;
  }

  .grid-item.full-mobile {
    width: 100% !important;
    clear: both !important;
  }

  .grid-item.one-half-mobile {
    width: 50% !important;
    clear: none !important;
  }

  .grid-item.one-half-mobile:first-child,
.grid-item.one-half-mobile:nth-child(2n+1) {
    clear: left !important;
  }

  .grid-item.one-third-mobile {
    width: 33.33% !important;
    clear: none !important;
  }

  .grid-item.one-third-mobile:first-child,
.grid-item.one-third-mobile:nth-child(3n+1) {
    clear: left !important;
  }

  .grid-item.one-fourth-mobile {
    width: 25% !important;
    clear: none !important;
  }

  .grid-item.one-fourth-mobile:first-child,
.grid-item.one-fourth-mobile:nth-child(4n+1) {
    clear: left !important;
  }

  .grid-item.one-fifth-mobile {
    width: 20% !important;
    clear: none !important;
  }

  .grid-item.one-fifth-mobile:first-child,
.grid-item.one-fifth-mobile:nth-child(5n+1) {
    clear: left !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 640px) {
  .grid-item.full-mobile-small {
    width: 100% !important;
    clear: both !important;
  }

  .grid-item.one-half-mobile-small {
    width: 50% !important;
    clear: none !important;
  }

  .grid-item.one-half-mobile-small:first-child,
.grid-item.one-half-mobile-small:nth-child(2n+1) {
    clear: left !important;
  }

  .grid-item.one-third-mobile-small {
    width: 33.33% !important;
    clear: none !important;
  }

  .grid-item.one-third-mobile-small:first-child,
.grid-item.one-third-mobile-small:nth-child(3n+1) {
    clear: left !important;
  }

  .grid-item.one-fourth-mobile-small {
    width: 25% !important;
    clear: none !important;
  }

  .grid-item.one-fourth-mobile-small:first-child,
.grid-item.one-fourth-mobile-small:nth-child(4n+1) {
    clear: left !important;
  }

  .grid-item.one-fifth-mobile-small {
    width: 20% !important;
    clear: none !important;
  }

  .grid-item.one-fifth-mobile-small:first-child,
.grid-item.one-fifth-mobile-small:nth-child(5n+1) {
    clear: left !important;
  }
}
.gridLines {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: 10% 100%;
  background-image: linear-gradient(90deg, #eee 0.05em, transparent 0.05em);
  opacity: 0.075;
}

/************************************************
*	Navigation      							*
************************************************/
#header_nav {
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}

#header_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}

#header_nav_right {
  float: right;
}

#header_nav_right > li:last-child {
  margin-right: 0;
}

#header_nav ul > li {
  list-style: none;
  padding: 0;
  margin: 0 10px;
  position: relative;
  display: block;
  float: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#header_nav ul > li > a {
  color: #626262;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  padding: 34px 10px;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-align: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#header_nav ul > li.current_page_item > a.button,
#header_nav ul > li:hover > a.button,
#header_nav ul > li > a.button,
#header_nav .tml ul > li > a.tml-button,
.tml #header_nav ul > li > a.tml-button,
#header_nav ul > li > a.elementor-button {
  color: #ffffff !important;
  background-color: #3eb049 !important;
  border: 0 none !important;
  padding: 10px 20px;
  margin: 25px 0 25px 10px;
}
#header_nav ul > li.current_page_item > a.button:hover,
#header_nav ul > li:hover > a.button:hover,
#header_nav ul > li > a.button:hover,
#header_nav .tml ul > li > a.tml-button:hover,
.tml #header_nav ul > li > a.tml-button:hover,
#header_nav ul > li > a.elementor-button:hover {
  color: #ffffff !important;
  background-color: #379a40 !important;
}

#header_nav ul > li.current_page_item > a,
#header_nav ul > li.current_page_ancestor > a,
#header_nav ul > li:hover > a {
  color: #3eb049 !important;
  border-bottom: 4px solid #ffc20e;
}

#header_nav ul > .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 0 8px;
  position: relative;
  top: 0;
  opacity: 1;
  float: right;
  color: #3eb049;
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#header_nav ul > .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  color: #379a40;
}

/* SUB MENU */
#header_nav .sub-menu {
  position: absolute;
  left: 999em;
  z-index: 9;
  background-color: #ffffff;
  margin: 4px 0 0 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  min-width: 100%;
  width: auto;
  transition-property: opacity, margin;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  box-shadow: 0 5px 6px rgba(50, 50, 93, 0.11), 0 3px 3px rgba(0, 0, 0, 0.08);
}

#header_nav .sub-menu > li.current_page_parent > a,
#header_nav .sub-menu > li.current_page_item > a {
  background: #379a40;
  color: #ffffff !important;
}

#header_nav .sub-menu > li > a:hover {
  background: #232423;
  color: #ffffff !important;
}

#header_nav .sub-menu .menu-item-has-children > a:after {
  content: "\f105";
  display: none;
}

#header_nav .sub-menu .sub-menu {
  left: 100% !important;
  top: 0;
  margin: 0 0 0 -1px !important;
  padding: 0;
  z-index: 999;
}

#header_nav li.hover > .sub-menu,
#header_nav li:hover > .sub-menu {
  margin: -4px 0 0 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}

#header_nav li .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#header_nav li .sub-menu > li > a {
  margin: 0;
  padding: 12px 15px;
  display: block;
  border: 0 none;
  color: #232423;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  text-transform: none;
  border-radius: 0;
  text-align: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#header_nav li .sub-menu > li > a:before {
  display: none;
}

#header_nav li .sub-menu li:first-child > a {
  border-top: 0 none;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  #header_nav ul > li {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1112px) {
  #header_nav ul > li {
    margin: 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1032px) {
  #header_nav {
    display: none;
  }
}
/************************************************
*   		HEADER			*
************************************************/
#header {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  width: 100%;
  max-width: 1920px;
  transition-property: background, padding;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
#header .row {
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
}

body.mobileNavTrigger #header {
  background: #1f201f;
  box-shadow: 0 0 0 transparent;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  #header .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1030px) {
  #header .row > div.relative {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 640px) {
  #header,
body.hasBanner #header {
    top: 0px;
  }
}
/************************************************
*   		HEADER BOTTOM			*
************************************************/
/************************************************
*   		HEADER TOP			*
************************************************/
#headerTop {
  position: relative;
  z-index: 999;
  background: #232423;
  line-height: 34px;
}
#headerTop ul,
#headerTop ul li {
  list-style: none;
  display: inline-block;
  font-weight: normal;
}
#headerTop ul li .icon-light,
#headerTop ul li .icon {
  color: #ffd24b;
  display: inline-block;
  margin: 0 8px 0 0;
}
#headerTop li, #headerTop p, #headerTop a, #headerTop div {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
#headerTop .social-icons {
  height: 24px;
  margin: 5px 0;
}
#headerTop .social-icons li {
  padding: 0;
}
#headerTop .social-icons li:not(:last-child) {
  margin-right: 5px;
}
#headerTop .social-icons a {
  background: transparent !important;
  font-size: 10px !important;
  line-height: 24px !important;
  color: #ffffff !important;
  width: 24px;
  height: 24px;
}

#headerTop .row {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* headerTop_left */
#headerTop_left {
  float: left;
}
#headerTop_left .textwidget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#headerTop_left li {
  padding: 2px 0 2px 20px;
}

#headerTop_left li:first-child {
  padding-left: 0;
}

/* headerTop_right */
#headerTop_right {
  float: right;
}

#headerTop_right li {
  padding: 0 0 0 20px;
}

#headerTop_right li:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  #headerTop .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 740px) {
  #headerTop {
    display: none;
  }
}
/************************************************
*	HEADINGS						   		    *
************************************************/
.h1,
.h2,
.h3,
.h4,
.h5,
.faqElement-question p,
.h6 {
  display: block;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a, .faqElement-question p a,
h6 a,
#mobileNavTrigger span a,
label a, .h6 a {
  text-decoration: none;
}

.h1,
h1 {
  color: #379a40;
  font-size: 360%;
  line-height: 115% !important;
  letter-spacing: 0;
  margin: 0 0 40px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h1,
h1 {
    font-size: 320%;
    line-height: 120% !important;
  }
}
.h2,
h2 {
  color: #379a40;
  font-size: 360%;
  line-height: 115% !important;
  letter-spacing: 0;
  margin: 0 0 40px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h2,
h2 {
    font-size: 320%;
    line-height: 120% !important;
  }
}
.h3,
h3 {
  color: #232423;
  font-size: 160%;
  line-height: 150% !important;
  margin: 0 0 20px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h3,
h3 {
    font-size: 180%;
    line-height: 130% !important;
  }
}
.h4,
h4 {
  color: #1f201f;
  font-size: 140%;
  line-height: 175% !important;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .h4,
h4 {
    font-size: 140%;
    line-height: 145% !important;
  }
}
.h5, .faqElement-question p,
h5 {
  color: #1f201f;
  font-size: 140%;
  line-height: 160% !important;
  margin: 0 0 20px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h6,
h6,
#mobileNavTrigger span,
label {
  color: #e0aa0d;
  font-size: 18px;
  line-height: 140% !important;
  margin: 0 0 15px;
  padding: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

/************************************************
*	HEADING SIZES						   		*
************************************************/
.x100 {
  font-size: 100%;
}

.x150 {
  font-size: 150%;
}

.x175 {
  font-size: 175%;
}

.x200 {
  font-size: 200%;
}

.x250 {
  font-size: 250%;
}

.x300 {
  font-size: 300%;
}

.x350 {
  font-size: 350%;
}

.x400 {
  font-size: 400%;
}

.x500 {
  font-size: 500%;
}

.hoursList {
  margin: 0;
  padding: 0;
}

.hoursList li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #d5d5d5;
  text-transform: uppercase;
  margin: 0;
  padding: 0 13px 0 0;
}

#footerTop .hoursList li {
  font-size: 16px;
  color: #ffffff;
}

#footerTop .hoursList li:first-child {
  color: #626262;
}

#footerTop .hoursList li:first-child:after {
  display: none;
}

#footerTop .hoursList li:after {
  background: #626262;
  height: 8px;
}

.hoursList li:last-child {
  padding-right: 0;
}

.hoursList li:after {
  background: #3eb049;
  content: " ";
  height: 8px;
  width: 1px;
  display: inline-block;
  margin: 0 0 0 5px;
}

.hoursList li:last-child:after {
  display: none;
}

/************************************************
*	HR							*
************************************************/
hr {
  border: 0 none;
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background: #000000;
}

hr.vertical {
  position: absolute;
  top: 0;
  margin: 0;
  width: 1px;
  height: 100%;
}

hr.vertical.right {
  right: 0;
}

hr.vertical.left {
  left: 0;
}

hr.light {
  border: 0 none;
  width: 100%;
  height: 1px;
  background: #eee;
}

hr:after {
  display: table;
  content: " ";
  clear: both;
}

hr.centered,
hr.center {
  margin-right: auto;
  margin-left: auto;
}

hr.no_line {
  background: none;
  color: transparent;
}

.icon_list {
  position: relative;
  margin: 20px 0;
}

.icon_list ul {
  padding: 0 !important;
  margin: 0 !important;
}

.icon_list ul li {
  position: relative;
  padding: 0 0 0 35px !important;
  margin: 0 !important;
  line-height: 140%;
  font-size: 100%;
  word-wrap: normal;
  list-style: none !important;
}
.icon_list ul li:not(:last-child) {
  margin-bottom: 25px !important;
}
.icon_list ul li strong {
  display: block;
  margin: 0 0 5px 0;
}

.icon_list ul li a {
  text-decoration: none;
}

.icon_list ul li .icon,
.icon_list ul li .icon-brand,
.icon_list ul li .icon-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: #3eb049;
  text-align: center;
  font-size: 110%;
  line-height: 25px;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.circle_icon {
  background: #ffffff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-weight: 300;
  color: #3eb049;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}

.programIcon {
  margin-bottom: 20px;
}
.programIcon img {
  height: 85px !important;
  width: auto !important;
}

iframe {
  max-width: 100%;
}

.iframeFill {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iframeFill.right {
  right: 0 !important;
  border-radius: 25px 0 0 25px;
}

.iframeFill.left {
  left: 0 !important;
  border-radius: 0 25px 25px 0;
}

.iframeFill-iframe {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.imageFill {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.imageFill.right {
  right: 0 !important;
}

.imageFill.left {
  left: 0 !important;
}

.imageFill-image {
  position: absolute;
  top: 0;
  z-index: 9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.imageFill-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.imageFill-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 991;
  width: 100%;
  height: 100%;
}
.imageFill-link a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

/************************************************
*	Images  					     		    *
************************************************/
img {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  float: left;
  margin: 0px 20px 20px 0px;
}

.imageShadow {
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.125);
}

/************************************************
* Placeholders								*
************************************************/
::-webkit-input-placeholder {
  color: #626262;
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #626262;
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #626262;
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #626262;
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
}

/************************************************
* Input fields					*
************************************************/
label {
  clear: both;
  display: block;
  padding: 0;
  margin: 10px 0 5px;
  position: relative;
  color: #3eb049;
  font-weight: bold;
}

.inputelement {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #626262;
  margin-top: 15px;
  padding: 13px 15px;
  width: 100% !important;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

textarea,
checkbox,
input[type=tel],
input[type=date],
input[type=number],
input[type=text],
input[type=email],
input[type=password],
select {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #626262;
  margin-top: 10px;
  padding: 10px 15px;
  width: 100% !important;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

textarea {
  max-width: 100%;
  min-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
}

textarea {
  min-height: 100px;
  max-width: 100%;
}

select {
  color: #626262;
  padding: 10px 16px;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

option {
  padding: 6px;
}

input[type=image] {
  background: transparent;
  -moz-box-shadow: 0 none;
  -webkit-box-shadow: 0 none;
  box-shadow: 0 none;
}

textarea.withShadow,
checkbox.withShadow,
input[type=tel].withShadow,
input[type=text].withShadow,
input[type=email].withShadow,
input[type=password].withShadow,
select.withShadow {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/************************************************
*	Error Labels								*
************************************************/
.wpcf7-not-valid-tip,
span.error,
label.error {
  background: #990000;
  color: #ffffff !important;
  display: block;
  left: auto !important;
  margin: 10px 0 5px 0 !important;
  padding: 2px 8px !important;
  position: relative;
  text-align: left !important;
  font-size: 12px !important;
  letter-spacing: 0.02em;
  line-height: 18px !important;
  /*border-radius: 2px;*/
  float: left;
  clear: both;
  text-transform: none;
}

.wpcf7-not-valid-tip:before,
label.error.radio:before {
  content: " ";
  display: block;
}

.wpcf7-not-valid-tip:after,
span.error:after,
label.error:after {
  border-bottom: 5px solid #990000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: " ";
  height: 0;
  left: 10px;
  position: absolute;
  top: -4px;
  width: 0;
}

/************************************************
*	instagram  									*
************************************************/
.instagramGallery {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.instagramGallery .gallery-item {
  padding: 5px;
  position: relative;
}

.instagramGallery .gallery-item-inner {
  background: #626262;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: inherit;
  padding: 100% 0 0 0;
}

.instagramGallery .gallery-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instagramGallery .gallery-icon {
  background: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #626262;
  margin: 0;
  border-radius: 999em;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.instagramGallery .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.instagramGallery .gallery-description {
  padding: 40px;
  margin: 0;
  color: #f1f1f1 !important;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.instagramGallery .gallery-description p {
  font-size: 14px;
  line-height: 160%;
}

.instagramGallery .gallery-item:hover .gallery-image {
  opacity: 0;
  visibility: hidden;
}

.instagramGallery .gallery-item:hover .gallery-icon {
  opacity: 1;
  visibility: visible;
}

.instagramGallery .gallery-item:hover .gallery-description {
  opacity: 1;
  visibility: visible;
}

.instagramGallery .comments,
.instagramGallery .likes {
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 5px 10px 5px 0;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .instagramGallery {
    padding: 0;
  }

  .instagramGallery .gallery-description {
    padding: 20px;
  }

  .instagramGallery .gallery-item {
    padding: 0;
  }
}
/*! jQuery UI - v1.12.1 - 2017-12-21
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px 545559;
  box-shadow: 0px 0px 5px 545559;
}

/************************************************
*	lightText					     		    *
************************************************/
.lightText {
  color: #ffffff;
}

.lightText h1,
.lightText .h1,
.lightText h2,
.lightText .h2,
.lightText h3,
.lightText .h3,
.lightText h4,
.lightText .h4,
.lightText h5,
.lightText .h5,
.lightText .faqElement-question p,
.faqElement-question .lightText p,
.lightText h6,
.lightText #mobileNavTrigger span,
#mobileNavTrigger .lightText span,
.lightText label,
.lightText .h6 {
  color: #ffffff;
}

.lightText a,
.lightText .button,
.lightText .tml .tml-button,
.tml .lightText .tml-button,
.lightText .elementor-button,
.lightText .button.button-link {
  color: #ffffff !important;
}
.lightText a:hover,
.lightText .button:hover,
.lightText .tml .tml-button:hover,
.tml .lightText .tml-button:hover,
.lightText .elementor-button:hover,
.lightText .button.button-link:hover {
  color: #ffffff !important;
}

.lightText checkbox,
.lightText input[type=email],
.lightText input[type=password],
.lightText input[type=tel],
.lightText input[type=text],
.lightText select,
.lightText textarea {
  border: none;
}

/************************************************
*   Hyperlinks									*
************************************************/
a img {
  border: none;
}

a {
  color: #379a40;
  cursor: pointer;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #e0aa0d;
}

a:active {
  outline: none;
  text-decoration: none;
  color: #c3c3c3;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
#mobileNavTrigger span a,
label a {
  text-decoration: none;
  border: none;
}

/************************************************
*   LOADING						*
************************************************/
.loading {
  position: relative;
}

.loading.overlay_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

body.showLoader .loading.overlay_loader {
  opacity: 1;
  visibility: visible;
}

.loading:before {
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.loading:after {
  width: 30px;
  height: 30px;
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin: -20px 0 0 -20px;
  border: 10px solid #3eb049;
  border-top: 10px solid transparent;
  border-radius: 999em;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.loading * {
  opacity: 0.95;
}

.loading-inline {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto;
}

.loading-inline:after {
  width: 30px;
  height: 30px;
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin: -20px 0 0 -20px;
  border: 5px solid #0072bc;
  border-top: 5px solid transparent;
  border-radius: 999em;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  z-index: 2;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
}

.logo span {
  font-weight: bold;
  color: #ffc20e;
}

.logo.hasLogo span {
  display: none;
}

#header a.logo {
  width: 260px;
  height: 80px;
  position: relative;
  z-index: 2;
  margin: 12px 20px 12px 0;
  float: left;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  #header a.logo {
    width: 200px;
    height: 80px;
  }
}
body.mfp-zoom-out-cur {
  overflow: hidden;
}

body.magnificPopup-open {
  overflow-y: hidden;
  width: 100%;
}

.mfp-bg {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.65;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042;
}

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  webkit-backface-visibility: hidden;
  width: 100%;
  z-index: 1043;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  overflow: auto;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}
.mfp-content-inner {
  background: #fff;
  margin: 0 auto;
  padding: 35px;
  position: relative;
  max-width: 980px;
}

.mfp-content-inner h1:first-child,
.mfp-content-inner h2:first-child,
.mfp-content-inner h3:first-child,
.mfp-content-inner h4:first-child,
.mfp-content-inner h5:first-child,
.mfp-content-inner h6:first-child,
.mfp-content-inner #mobileNavTrigger span:first-child,
#mobileNavTrigger .mfp-content-inner span:first-child,
.mfp-content-inner label:first-child,
.mfp-content-inner p:first-child {
  padding-top: 0;
  margin-top: 0;
}

.mfp-content-inner.wide {
  max-width: 840px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  moz-user-select: none;
  user-select: none;
  webkit-user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  left: 8px;
  margin-top: -0.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  display: block;
  outline: none;
  touch-action: manipulation;
  webkit-appearance: none;
  z-index: 1046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button.mfp-close {
  background: #626262;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 40px;
  font-weight: bold;
  padding: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
button.mfp-close:hover {
  background: #3eb049;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-counter {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

button.mfp-arrow {
  height: 110px;
  width: 90px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  position: fixed;
  top: 50%;
  webkit-tap-highlight-color: transparent;
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  line-height: 110px;
}
button.mfp-arrow:hover {
  color: #ffffff;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%;
}

.mfp-iframe-scaler {
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  max-height: 92vh;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  bottom: 40px;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0 auto;
}

.mfp-bottom-bar {
  cursor: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 10px 0 0 0;
}

.mfp-title {
  color: #F3F3F3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-iframe-holder .mfp-content,
.mfp-image-holder .mfp-content {
  max-width: 80%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.75;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main_content {
  position: relative;
}

.matchHeight {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.matchHeightBottom {
  margin-top: auto;
  width: 100%;
}

.menu_item {
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.menu_item .menu_item_link {
  display: block;
}

.menu_item .menu_item_title {
  float: left;
  color: #626262;
  margin: 0;
  font-size: 16px;
}

.menu_item .menu_item_price {
  float: right;
  color: #626262;
  margin: 0;
}

.menu_item .menu_item_content {
  clear: both;
  padding: 0 35px 0 0;
}

/************************************************
*	MENU  					     		    *
************************************************/
ul.menu {
  padding: 0 !important;
  margin: 0 !important;
}

ul.menu li {
  list-style: none;
  margin: 0 !important;
  padding: 5px 0 !important;
  display: block;
  position: relative;
}

ul.menu li:first-child {
  padding-top: 0 !important;
}

ul.menu li a {
  display: block;
  color: #232423 !important;
  padding: 0;
  margin: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
ul.menu li a:hover {
  color: #5a5b5a !important;
}
ul.menu li a:hover:after {
  color: #ffffff !important;
  margin-left: 15px;
}
ul.menu li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #6fc477 !important;
  margin-left: 10px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

/************************************************
*	MESSAGES								*
************************************************/
div.message {
  margin: 10px 0;
  padding: 12px 20px 12px 45px;
  border-radius: 3px;
  text-align: left;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.025);
  transition-property: none !important;
  transform: none !important;
  animation: none !important;
}

div.message h6, div.message #mobileNavTrigger span, #mobileNavTrigger div.message span, div.message label {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-shadow: 0 0 0 transparent;
}

div.message p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

div.message p + p {
  margin-top: 5px;
}

div.message ul {
  margin: 5px;
  padding: 0;
}

div.message ul li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
}

div.message a {
  text-decoration: none;
  border-bottom: 1px dotted;
}

div.message .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  height: 15px;
  line-height: 15px;
  margin: -7px 0 0 0;
}

div.message.tight {
  padding: 8px 12px 8px 12px;
}

div.message.tight .icon {
  display: none;
}

div.message.tight p {
  padding: 0;
  line-height: 16px;
}

/************************************************
*	MESSAGE ANIMATE								*
************************************************/
div.message.alert {
  animation: alert 0.86s cubic-bezier(0.36, 0.07, 0.19, 0.97) both !important;
  animation-delay: 0.5s !important;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes alert {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/************************************************
*	SUCCESS								*
************************************************/
div.message-success {
  background-color: #dff0d8;
  color: #3c763d;
}

div.message-success h6, div.message-success #mobileNavTrigger span, #mobileNavTrigger div.message-success span, div.message-success label,
div.message-success p,
div.message-success a {
  color: #3c763d !important;
  border-color: #3c763d !important;
}

/************************************************
*	INFO								*
************************************************/
div.message-info {
  background-color: #d9edf7;
  color: #31708f;
}

div.message-info h6, div.message-info #mobileNavTrigger span, #mobileNavTrigger div.message-info span, div.message-info label,
div.message-info p,
div.message-info a {
  color: #31708f !important;
  border-color: #31708f !important;
}

/************************************************
*	WARNING								*
************************************************/
div.message-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

div.message-warning h6, div.message-warning #mobileNavTrigger span, #mobileNavTrigger div.message-warning span, div.message-warning label,
div.message-warning p,
div.message-warning a {
  color: #8a6d3b !important;
  border-color: #8a6d3b !important;
}

/************************************************
*	DANGER								*
************************************************/
div.message-danger {
  background-color: #f2dede;
  color: #a94442;
}

div.message-danger h6, div.message-danger #mobileNavTrigger span, #mobileNavTrigger div.message-danger span, div.message-danger label,
div.message-danger p,
div.message-danger a {
  color: #a94442 !important;
  border-color: #a94442 !important;
}

/************************************************
*	mobileNav 					     		    *
************************************************/
#mobileNav-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  padding: 160px 0 0 0;
  margin: 0;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
}

body.mobileNavTrigger #mobileNav-container {
  opacity: 1;
  top: 0;
  left: 0;
  visibility: visible;
}

#mobileNav-background {
  background: #1f201f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
}

#mobileNav {
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

#mobileNav:after {
  content: " ";
  clear: both;
  display: block;
}

.mobileNav-inner {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.mobileNav-inner a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

.mobileNav-inner hr {
  background: #ffc20e;
  margin: 10px auto 40px;
  width: 20%;
}

#mobileNav .mobileNav-menu {
  padding: 0;
  margin: 0;
}

#mobileNav .mobileNav-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
  border: 0 none;
  position: relative;
  text-align: center;
  clear: both;
}

#mobileNav .mobileNav-menu li a {
  color: #3eb049;
  font-size: 200%;
  line-height: 140%;
  font-weight: 400;
  border-radius: 4px;
  display: block;
  margin: 0;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#mobileNav .mobileNav-menu li a:hover {
  color: #ffffff;
  background-color: #3eb049;
}

#mobileNav .mobileNav-menu ul.sub-menu {
  padding: 0 0 10px 10px;
  margin: 0;
}

#mobileNav .mobileNav-menu ul.sub-menu li a {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0px;
  font-weight: normal;
}

/* mobileNav-top */
#mobileNav-top {
  position: relative;
  padding: 10px 20px;
}

/* mobileNav-bottom */
#mobileNav-bottom {
  position: relative;
  padding: 10px 20px;
}

/************************************************
*	MOBILE NAVIGATION							*
************************************************/
#mobileNavTrigger {
  position: relative;
  display: none;
  z-index: 992;
  cursor: pointer;
  float: right;
  margin: 0;
  padding: 0 0 0 30px;
  height: 50px;
  width: 75px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  moz-user-select: none;
  user-select: none;
  webkit-user-select: none;
}

#mobileNavTrigger span {
  line-height: 54px !important;
  color: #3eb049;
}

#mobileNavTrigger em {
  display: block;
  height: 2px;
  width: 20px;
  background: #3eb049;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#mobileNavTrigger em:nth-child(1) {
  margin-top: -6px;
}

#mobileNavTrigger em:nth-child(2) {
  margin-top: 0px;
}

#mobileNavTrigger em:nth-child(3) {
  margin-top: 6px;
}

body.mobileNavTrigger #mobileNavTrigger em:nth-child(1) {
  transform: rotate(45deg);
  margin-top: -1px;
  width: 18px;
}

body.mobileNavTrigger #mobileNavTrigger em:nth-child(2) {
  opacity: 0;
}

body.mobileNavTrigger #mobileNavTrigger em:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -1px;
  width: 18px;
}

@media only screen and (min-width: 1px) and (max-width: 1030px) {
  #mobileNavTrigger {
    display: block;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 370px) {
  #mobileNavTrigger {
    padding: 0;
    width: 45px;
  }

  #mobileNavTrigger span {
    display: none;
  }

  #mobileNavTrigger em {
    left: 50%;
    margin-left: -10px;
  }
}
.modalImage {
  position: relative;
  display: block;
}

.overlay_link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.parallax {
  position: relative;
  background: transparent;
}

.parallax.parallax_active {
  background: transparent !important;
}

.phoneList {
  position: relative;
}

.phoneList .icon-light {
  margin: 0 15px;
  font-size: 56px;
  color: #626262;
}

.phoneList p {
  font-size: 18px;
  color: #ffffff;
}

.phoneList a {
  font-size: 26px;
  color: #ffffff;
}

.photoGallery {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
}

.photoGallery .photoGallery-thumbnail {
  background: #ffffff;
  margin: 5px;
}

.photoGallery .photoGallery-thumbnail a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: inherit;
  padding: 80% 0 0 0;
}

.photoGallery .photoGallery-thumbnail:hover {
  background: #000000;
}

.photoGallery .photoGallery-thumbnail:hover a {
  opacity: 0.6;
}

.photoGallery .slick-dots {
  margin: 30px 0 0 !important;
}

.placeholderLabel {
  position: relative;
}

.placeholderLabel label {
  position: absolute !important;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
  line-height: 14px !important;
  padding: 0 0 0 22px !important;
  margin: 0 !important;
  cursor: text;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  user-select: none;
}

.placeholderLabel input,
.placeholderLabel textarea {
  padding: 12px 20px !important;
  height: 50px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.placeholderLabel select {
  padding: 17px 16px !important;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.placeholderLabel.focused label {
  font-size: 8px;
  top: 8px;
  transform: none;
}

.placeholderLabel.focused input,
.placeholderLabel.focused textarea {
  padding: 18px 20px 6px !important;
}

.placeholderLabel.focused select {
  padding: 18px 20px 6px !important;
}

/************************************************
*	post-list-slider				   		*
************************************************/
.post-list.post-list-slider .post {
  margin-bottom: 0;
}

.post-list.post-list-slider > .sliderGutter {
  width: 25%;
  float: left;
  display: none;
}

.post-list.post-list-slider > .sliderGutter:nth-child(-n+4) {
  display: block;
}

.post-list.post-list-slider .post.hasImage {
  padding: 56% 0 0 0;
}

.post-list.post-list-slider .post .image_holder {
  width: 100%;
  height: inherit;
  padding: 56% 0 0 0;
}

.post-list.post-list-slider .post .image_holder .post_image {
  border-radius: 4px 4px 0 0;
}

.post-list.post-list-slider .post post_button {
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .post-list.post-list-slider > .sliderGutter {
    width: 100%;
  }

  .post-list.post-list-slider > .sliderGutter:not(:first-child) {
    display: none;
  }
}
.post-list .post {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.post-list .post .post_content {
  background: #d5d5d5;
  position: relative;
  padding: 60px;
  margin: 0;
  overflow: hidden;
}

.post-list .post .post_content {
  position: relative;
  width: 70%;
}

.post-list .post .image_holder {
  position: relative;
  width: 30%;
}

.post-list .post .post_content .post_date {
  color: #626262;
  font-size: 16px;
  margin: 0 0 40px 0;
  padding: 0;
}
.post-list .post .post_content .post_date .icon {
  color: #626262;
  font-weight: 300;
  margin: 0 5px 0 0;
}

.post-list .post .image_holder .post_date {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #626262;
  color: #ffffff;
  padding: 20px 12px;
  margin: 0;
  border-top-right-radius: 15px;
}
.post-list .post .image_holder .post_date .icon {
  color: #626262;
  font-size: 30px;
  font-weight: 300;
}
.post-list .post .image_holder .post_date .post_date_day {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
}
.post-list .post .image_holder .post_date .post_date_month {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.post-list .post .post_content .post_tags {
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 80%;
  float: left;
  clear: both;
}

.post-list .post .post_content .post_tags .icon {
  color: #626262;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 80%;
}

.post-list .post .post_content .post_tags a {
  color: #626262;
}

.post-list .post .post_content .post_tags a:hover {
  color: #626262;
}

.post-list .post .post_content .post_button {
  margin: 5px 0 0 0;
  width: 100%;
  float: none;
}

.post-list .post .post_content hr {
  margin: 20px 0;
  background: #626262;
}

.post-list .post .image_holder .post_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  .post-list .post .post_content {
    width: 50%;
  }

  .post-list .post .image_holder {
    width: 50%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .post-list .post .post_content {
    width: 100%;
    padding: 30px;
  }

  .post-list .post .image_holder {
    width: 100%;
    height: inherit;
    padding-top: 60%;
  }
}
/************************************************
*	POSTAREA						   		    *
************************************************/
.postarea {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

.postarea p {
  padding: 5px 0;
  margin: 5px 0;
}

.postarea ol {
  margin: 0px 0px 20px 20px;
  padding: 0px 0px 0px 5px;
}

.postarea ol li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  word-wrap: break-word;
}

.postarea ul {
  list-style-type: none;
  margin: 0 0 5px 10px;
  padding: 10px 0px 10px 10px;
}

.postarea ul ul {
  list-style-type: none;
  margin: 0px;
  padding: 10px 0 0px 20px;
}

.postarea ul li {
  list-style: disc;
  margin: 0 0 7px;
  padding: 0;
  word-wrap: break-word;
}

.postContent {
  margin: 0 0 80px 0;
}

.postDetails {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.postDetails .author {
  float: left;
}

.postDetails .shareIcons {
  float: right;
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
  .postDetails .shareIcons-label {
    display: none;
  }
}
.postTypeCards {
  position: relative;
}

.postTypeCard {
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.postTypeCardImage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 100%;
  opacity: 1;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.postTypeCardImage .postTypeCardLink {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.postTypeCardContent {
  margin-top: 30px;
  text-align: center;
}

.staffCards .postTypeCardImage {
  filter: grayscale(100%);
}
.staffCards .postTypeCardImage:hover {
  filter: grayscale(0%);
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .staffCards .grid-item:not(:last-child) .postTypeCard {
    margin-bottom: 40px;
  }
}
/************************************************
*	PRICE BOX 					     		    *
************************************************/
.priceBox p {
  padding: 0;
}
.priceBox ul {
  margin: 0;
  padding: 0;
}
.priceBox ul li {
  padding: 10px;
  list-style: none;
}
.priceBox ul li:nth-child(even) {
  background-color: #d5d5d5;
}
.priceBox .priceBoxPrice {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
}

.readMore-container {
  position: relative;
  padding: 0 0 30px 0;
}

.readMore {
  position: relative;
}

.readMore:after {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: -1px;
  left: 0;
  content: " ";
  width: 100%;
  height: 30px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.readMore.active:after {
  opacity: 0;
}

.readMore_more,
.readMore_less {
  font-size: 10px;
  color: #626262;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.reviewItems {
  position: relative;
}

.reviewItem {
  padding: 80px 3% 30px 3%;
}

.review {
  padding: 0;
  margin: 0;
}

.reviewContent {
  margin-bottom: 30px;
}

.reviewIcon-top {
  position: absolute;
  top: 30px;
  left: 3%;
  margin: 0 0 0 60px;
  font-size: 84px;
  line-height: 80px;
  height: 80px;
  width: 90px;
  color: #000000;
}

.reviewIcon-bottom {
  float: right;
  color: #000000;
  font-size: 20px;
  line-height: 20px;
}

.reviews .slick-dots {
  margin-top: 40px;
}
.reviews .slick-dots li {
  width: 8px;
  height: 8px;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .review {
    padding: 40px;
  }

  .reviewIcon-top {
    margin: 0 0 0 20px;
    font-size: 64px;
  }
}
.ribbon_container {
  position: relative;
  overflow: hidden;
}

.ribbon {
  position: absolute;
  top: 8px;
  right: -40px;
  z-index: 9;
  width: 150px;
  height: 50px;
  transform: rotate(45deg);
}

.ribbon span {
  background: #0072bc;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

/************************************************
*	row 					     		    *
************************************************/
.row {
  max-width: 1680px;
  margin: 0 auto 0;
  padding: 40px 45px;
  position: relative;
  z-index: 91;
}

.row.overlay {
  padding-top: 0px;
  margin-top: -80px;
}

.row.tight {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row.fullWidth {
  max-width: inherit;
}

.row:after {
  clear: both;
  display: block;
  content: " ";
}

.row > .h1:first-child,
.row > h1:first-child,
.row > .h2:first-child,
.row > h2:first-child,
.row > .h3:first-child,
.row > h3:first-child,
.row > .h4:first-child,
.row > h4:first-child,
.row > .h5:first-child,
.faqElement-question .row > p:first-child,
.row > h5:first-child,
.row > .h6:first-child,
.row > h6:first-child,
.row > label:first-child,
#mobileNavTrigger .row > span:first-child {
  margin-top: 0;
}

.row > .h1:last-child,
.row > h1:last-child,
.row > .h2:last-child,
.row > h2:last-child,
.row > .h3:last-child,
.row > h3:last-child,
.row > .h4:last-child,
.row > h4:last-child,
.row > .h5:last-child,
.faqElement-question .row > p:last-child,
.row > h5:last-child,
.row > .h6:last-child,
.row > h6:last-child,
.row > label:last-child,
#mobileNavTrigger .row > span:last-child {
  margin-bottom: 0;
}

.row > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  .row {
    padding: 30px 35px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .row {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 640px) {
  .row {
    padding: 20px 20px;
  }
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar > .scroll-element,
.scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar > .scroll-element {
  background-color: transparent;
}

.scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 6px;
}

.scrollbar > .scroll-element.scroll-y .scroll-element_outer {
  left: 0;
  width: 6px;
}

.scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.scrollbar:hover > .scroll-element .scroll-element_outer {
  opacity: 1;
}

.scrollbar > .scroll-element .scroll-element_outer,
.scrollbar > .scroll-element .scroll-element_track,
.scrollbar > .scroll-element .scroll-bar {
  border-radius: 8px;
}

/* LIGHT */
.scrollbar > .scroll-element .scroll-element_track {
  background-color: rgba(210, 210, 210, 0.55);
}

.scrollbar > .scroll-element .scroll-bar {
  background-color: rgba(91, 91, 91, 0.25);
}

/* DARK */
.scrollbar.dark > .scroll-element .scroll-element_track {
  background-color: rgba(0, 0, 0, 0.55);
}

.scrollbar.dark > .scroll-element .scroll-bar {
  background-color: rgba(255, 255, 255, 0.25);
}

/*.scrollbar > .scroll-content.scroll-scrolly_visible {*/
/*	left: -8px !important;*/
/*	margin-left: 8px !important;*/
/*	}*/
.scrollbar > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/************************************************
*   scrollReveal	*							
************************************************/
.scrollReveal {
  visibility: hidden;
}

body.sr_not_supported .scrollReveal {
  visibility: visible !important;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .scrollReveal {
    visibility: visible !important;
  }
}
.searchForm {
  position: relative;
  margin: 0;
  max-width: 640px;
}

.searchForm.center {
  margin: 0 auto;
}

.searchForm-container {
  position: relative;
}

.searchForm input[type=text] {
  padding: 12px 66px 12px 16px;
  margin: 0;
  color: #d5d5d5;
  font-size: 14px;
}

.searchForm ::-webkit-input-placeholder {
  color: #626262;
  font-size: 14px;
  font-style: normal;
}

.searchForm :-moz-placeholder {
  color: #626262;
  font-size: 14px;
  font-style: normal;
}

.searchForm ::-moz-placeholder {
  color: #626262;
  font-size: 14px;
  font-style: normal;
}

.searchForm :-ms-input-placeholder {
  color: #626262;
  font-size: 14px;
  font-style: normal;
}

.searchForm button {
  background: #3eb049;
  border: 0 none;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 80%;
  line-height: 40px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.searchForm button:hover {
  background: #379a40;
}

.searchForm-results {
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  width: 100%;
  text-align: left;
  /*border-radius: 0 0 6px 6px;*/
  padding: 0;
  margin: 0;
}

.searchForm-results-container {
  max-height: 200px;
  min-height: 56px;
  overflow: auto;
}

.searchForm-results-close {
  background: #edf2f6;
  color: #626262;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 18px;
  z-index: 99;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.searchForm-results-label {
  border-top: 1px solid #f1f1f1;
  margin: 0;
  padding: 10px 20px 5px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #626262;
  display: block;
}

.searchForm-results-label a {
  color: #626262;
  text-decoration: none;
}

.searchForm-results-label:first-child {
  border-top: 0 none;
}

.searchForm-results ul,
.searchForm-results ul li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.searchForm-results ul li a {
  background: #fff;
  color: #444;
  margin: 0;
  padding: 12px 20px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.searchForm-results ul li a .icon {
  color: #3eb049;
  font-size: 80%;
  margin: 0 5px 0 0;
  display: inline;
}

.searchForm-results ul li a:hover {
  background: #f9f9f9;
  color: 545559;
}

#searchModal {
  max-width: 640px;
  margin: 20px auto;
  text-align: center;
}

#searchModal .h2 {
  color: #fff;
  margin: 0 0 30px 0;
}

#searchModal .h4 {
  color: #000000;
}

.shareIcons {
  display: block;
  margin: 10px 0;
  padding: 0;
}

.shareIcons-label {
  margin: 0 5px 0 0;
  padding: 5px 0;
  display: inline-block;
}

.shareIcons a {
  background: #3eb049;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 999em;
  font-size: 12px;
  line-height: 30px;
}

.shareIcons a:first-child {
  margin: 0;
}

.shareIcons a:hover {
  background: #626262;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .shareIcons {
    text-align: left;
  }
}
/************************************************
*	Sidebar 	        			     	    *
************************************************/
.sidebar {
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}

.sidebar .widget {
  margin: 0 0 20px 0;
  padding: 30px;
  background: #ffffff;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  position: relative;
}

.sidebar .textwidget p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar p {
  margin: 10px 0;
  padding: 0 0 10px 0;
}

.sidebar .post-date {
  color: #626262;
  display: block;
}

.sidebar a {
  text-decoration: none;
}

.sidebar h6, .sidebar label, .sidebar #mobileNavTrigger span, #mobileNavTrigger .sidebar span,
.sidebar .h6 {
  margin: 15px 0 0 0;
}

.sidebar ul {
  list-style-type: none;
  margin: 10px 0 0 0px;
  padding: 0;
}

.sidebar ul li {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.sidebar ul li a {
  display: inline-block;
  color: #3eb049;
  font-weight: 500;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sidebar ul li a:hover {
  color: #379a40;
}

.sidebar ul li .count {
  display: inline-block;
  color: #d5d5d5;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .sidebar {
    padding: 0;
    border-left: 0 none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.contentSlider.img80 .slick-slide img {
  width: 80%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* theme */
/* Slider */
.slick-loading .slick-list:after {
  width: 30px;
  height: 30px;
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin: -15px 0 0 -15px;
  border: 5px solid #0072bc;
  border-top: 5px solid transparent;
  border-radius: 999em;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.slick-prev,
.slick-next {
  color: #000000;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  margin: -15px 0 0 0;
  text-align: center;
  cursor: pointer;
  border-radius: 999em;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #3eb049;
  outline: none;
}

.slick-prev {
  left: -50px;
  text-indent: -2px;
}

.slick-next {
  right: -50px;
  text-indent: 2px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.45;
  cursor: default;
}

/* Dots */
.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 30px 0 0 !important;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  background: #e1e1e1;
  position: relative;
  display: inline-block;
  list-style: none !important;
  list-style-type: none !important;
  width: 12px;
  height: 12px;
  padding: 0 !important;
  border-radius: 999em;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px !important;
}
.slick-dots li:hover {
  background: #3eb049;
}

@media only screen and (min-width: 1px) and (max-width: 1280px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active {
  background: #3eb049;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slideNavigation {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.125);
  position: relative;
  z-index: 992;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.slideNavigation.active {
  opacity: 1;
  visibility: visible;
}

.slideNavigation .row {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
}

.slideNavigation .slideNavigation-left {
  float: left;
  position: relative;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.slideNavigation.is_stuck .slideNavigation-left {
  padding-left: 48px;
}

.slideNavigation .logo {
  border-color: transparent;
  width: 44px;
  height: 44px;
  margin: 6px 0;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.75);
  opacity: 0;
  visibility: hidden;
}

.slideNavigation.is_stuck .logo {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.slideNavigation .slideNavigation-right {
  float: right;
  font-size: 14px;
  line-height: 56px;
}

.slideNavigation a {
  color: #999;
}

.slideNavigation .button, .slideNavigation .tml .tml-button, .tml .slideNavigation .tml-button, .slideNavigation .elementor-button {
  margin: 9px 0 9px 10px;
}

.slideNavigation ul {
  padding: 0;
  margin: 0;
}

.slideNavigation ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}

.slideNavigation ul li:before {
  margin: -13px 0 0 0;
  padding: 0;
  content: "/";
  position: absolute;
  top: 50%;
  left: -4px;
  color: #000000;
  height: 26px;
  width: 16px;
}

.slideNavigation ul li:first-child:before {
  display: none;
}

.slideNavigation ul li a {
  padding: 20px;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  display: block;
  text-transform: lowercase;
  color: 545559;
  transition-duration: 0s;
  transition-timing-function: ease-out;
}

.slideNavigation ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 3px;
  background: #000000;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.slideNavigation ul li a.active:after,
.slideNavigation ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}

.slideNavigation ul li.slideNavigation-more > a:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 0 7px;
  position: relative;
  top: 0;
  opacity: 0.95;
  float: right;
  color: #777;
  display: block;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.slideNavigation ul ul {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  min-width: 180px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.slideNavigation ul li.active ul {
  visibility: visible;
  opacity: 1;
}

.slideNavigation ul ul li {
  display: block;
}

.slideNavigation ul ul li:before {
  display: none;
}

.slideNavigation ul ul li a {
  padding: 10px 12px;
  margin: 0;
  color: 545559 !important;
  display: block;
}

.slideNavigation ul ul li a.active,
.slideNavigation ul ul li a:hover {
  background: #000000;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .slideNavigation .row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slideNavigation ul li a {
    padding: 20px 14px;
  }
}
/************************************************
*   		Social Icons			*
************************************************/
.social-icons {
  padding: 0;
  margin: 40px 0;
}

.social-icons ul {
  display: block;
}

.social-icons ul,
.social-icons li {
  background: transparent;
  float: none;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.social-icons li {
  display: inline-block;
}
.social-icons li:not(:last-child) {
  margin-right: 8px;
}

.social-icons li a {
  background: #ffffff !important;
  color: #3eb049 !important;
  display: block;
  font-family: "FontAwesomeBrands" !important;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 30px !important;
  text-decoration: none;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
  border-radius: 999px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.social-icons li:first-child a {
  margin-left: 0;
}

.social-icons li a:hover {
  background: #379a40 !important;
  color: #ffffff !important;
}

.social-icons.large li a {
  font-size: 16px !important;
  line-height: 46px !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 0 0 6px !important;
}

.social-icons.branded li a {
  color: #fff !important;
}

.social-icons.branded li a.icon-feed,
.social-icons.branded li a.icon-feed:hover {
  background: #ff6600 !important;
}

.social-icons.branded li a.icon-facebook-f,
.social-icons.branded li a.icon-facebook-f:hover {
  background: #3b5998 !important;
}

.social-icons.branded li a.icon-twitter,
.social-icons.branded li a.icon-twitter:hover {
  background: #55acee !important;
}

.social-icons.branded li a.icon-linkedin,
.social-icons.branded li a.icon-linkedin:hover {
  background: #007bb5 !important;
}

.social-icons.branded li a.icon-snapchat,
.social-icons.branded li a.icon-snapchat:hover {
  background: #fffc01 !important;
  color: #333 !important;
}

.social-icons.branded li a.icon-youtube,
.social-icons.branded li a.icon-youtube:hover {
  background: #bb0000 !important;
}

.social-icons.branded li a.icon-google,
.social-icons.branded li a.icon-google:hover {
  background: #dd4b39 !important;
}

.social-icons.branded li a.icon-yelp,
.social-icons.branded li a.icon-yelp:hover {
  background: #c41200 !important;
}

.social-icons.branded li a.icon-yahoo,
.social-icons.branded li a.icon-yahoo:hover {
  background: #400090 !important;
}

.social-icons.branded li a.icon-vimeo,
.social-icons.branded li a.icon-vimeo:hover {
  background: #aad450 !important;
}

.social-icons.branded li a.icon-houzz,
.social-icons.branded li a.icon-houzz:hover {
  background: #55a32a !important;
}

.social-icons.branded li a.icon-instagram,
.social-icons.branded li a.icon-instagram:hover {
  background: #651288 !important;
}

.social-icons.branded li a.icon-pinterest,
.social-icons.branded li a.icon-pinterest:hover {
  background: #a40b1c !important;
}

.social-icons.branded li a.icon-certificate,
.social-icons.branded li a.icon-certificate:hover {
  background: #6CC6F0 !important;
}

.staffList {
  position: relative;
  margin: 20px 0;
}

.staffListItem {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}

.staffListItem img {
  background: #fff;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 5px;
  margin: 0 auto;
}

.tabs {
  position: relative;
  overflow: hidden;
}

.tabs .tabsNav {
  padding: 5px;
  margin: 0 0 60px 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 30%;
}

.tabs .tabsNav a {
  background: #fafafa;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.025);
  padding: 20px 30px;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #000000;
  text-align: left;
  border-radius: 4px;
  display: block;
  position: relative;
}

.tabs .tabsNav a:first-child {
  margin-left: 0;
}

.tabs .tabsNav a:last-child {
  margin-right: 0;
}

.tabs .tabsNav a:hover {
  background: #626262;
  color: #ffffff;
}

.tabs .tabsNav a.active,
.tabs .tabsNav a.active:hover {
  background: #626262;
  color: #ffffff;
}

.tabs .tab {
  display: none;
  padding: 0 0 0 40px;
  width: 70%;
  float: right;
}

.tabs .tab.active {
  display: block;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  .tabs .tabsNav {
    float: none;
    width: 100%;
    margin: 0;
  }

  .tabs .tabsNav a {
    padding: 8px 10px;
  }

  .tabs .tab {
    padding: 0;
    width: 100%;
    float: none;
  }
}
.tagCloud {
  overflow: hidden;
}

.tagCloud .tag-cloud-link {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 4px 8px;
  margin: 3px;
  display: inline-block;
  color: #fff;
}

.tagCloud .tag-cloud-link:hover {
  background: rgba(0, 0, 0, 0.5);
}

.tagCloud .tag-link-count {
  opacity: 0.65;
  font-size: 14px;
}

.tagElement {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 75%;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  color: #626262;
}

.tagElement.solid {
  background: #626262;
  color: #ffffff;
  padding: 4px;
}

.textShadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.125);
}

.theme_my_login br {
  display: none;
}

.theme_my_login p {
  padding: 0;
  margin: 0;
}

.theme_my_login .tml .tml-label {
  display: inline-block;
  margin: 0;
}

ul.tml-links {
  margin: 0;
  padding: 0;
}

ul.tml-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#tinymce.wp-editor {
  background: #ffffff;
  background-image: none;
  padding: 20px !important;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 300 !important;
  color: #000000;
}

body#tinymce.wp-editor p {
  padding: 5px 0;
  margin: 5px 0;
}

body#tinymce.wp-editor ol,
body#tinymce.wp-editor ul {
  padding: 0 0 0 10px;
  margin: 0 0 20px 10px;
}

body#tinymce.wp-editor ol ol,
body#tinymce.wp-editor ul ul {
  padding: 0 0 0 5px;
  margin: 0 0 5px 5px;
}

body#tinymce.wp-editor ol li,
body#tinymce.wp-editor ul li {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}

.titleContainer {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.titleContainer.withRight {
  padding-right: 125px;
}

.titleContainer.withLeft {
  padding-left: 125px;
}

.titleContainer .title {
  margin: 0;
  padding: 0;
}

.titleContainer .titleLine {
  background-color: #3eb049;
  position: absolute;
  top: 50%;
  margin: -1px 0 0 0;
  width: 115px;
  height: 1px;
}

.titleContainer .titleLine.titleLine_start {
  left: 0;
}

.titleContainer .titleLine.titleLine_end {
  right: 0;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .titleContainer.withRight {
    padding-right: 50px;
  }

  .titleContainer.withLeft {
    padding-left: 50px;
  }

  .titleContainer .titleLine {
    width: 40px;
  }
}
.tml br {
  display: none;
}

.hasToolTip {
  position: relative;
}

.hasToolTip:after {
  content: "\f059";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.25);
  display: none;
}

.tooltip {
  position: relative;
  z-index: 99;
}

.tooltip.right {
  float: right !important;
}

.tooltip.left {
  float: left !important;
}

.tooltip .tooltipTrigger {
  display: inline-block;
  cursor: pointer;
  /*
  color:#999;
  opacity: .75;
  */
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.tooltip:hover .tooltipTrigger {
  opacity: 1;
}

.tooltip .tooltipTrigger .tooltip-icon {
  color: #fff;
  background: #0d97de;
  border-radius: 999em;
  /*text-shadow: 1px 1px 0px rgba(0,0,0,.25);*/
  text-align: center;
  /*	text-indent: -1px; */
  opacity: 0.75;
  /* default size */
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.tooltip.small .tooltipTrigger {
  font-size: 12px;
  line-height: 12px;
  margin: 4px 0 0 0;
}

.tooltip.small .tooltipTrigger .tooltip-icon {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 9px;
}

.tooltip.withText .tooltipTrigger .tooltip-icon {
  margin-top: 1px;
  margin-right: 5px;
}

.tooltip .tooltipTrigger:hover .tooltip-icon {
  opacity: 1;
}

.tooltipster-base {
  display: flex;
  /*pointer-events: none;*/
  position: absolute;
  width: 100%;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.125);
  background: rgb(255, 255, 255);
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: -2px;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -2px;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: rgba(255, 255, 255, 0.95);
  left: 0px;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: rgba(255, 255, 255, 0.95);
  left: -3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: rgba(255, 255, 255, 0.95);
  left: 3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: rgba(255, 255, 255, 0.95);
  left: 0px;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
  display: none;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.verticalAlign {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 91;
  transform: translateY(-50%);
  width: 100%;
}

.verticalAlign.verticalAlign_inactive {
  position: relative;
  top: inherit;
  transform: translateY(0);
}

.video-embed {
  position: relative;
  width: 100%;
  height: auto;
  padding: 56% 0 0 0;
  margin: 0 0 20px 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoFill {
  position: absolute;
  top: 0;
  z-index: 92;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.videoFill.right {
  right: 0 !important;
}

.videoFill.left {
  left: 0 !important;
}

.videoFill.playing {
  width: 100% !important;
}

.videoFill .videoholder-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.videoFill .videoholder {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/************************************************
*	videoholder  								*
************************************************/
.videoholder-container {
  background: #000;
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}

.videoholder-container.centered {
  margin: 20px auto 20px;
  max-width: 840px;
}

.videoholder {
  padding: 0 0 56.5% 0;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: inherit;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.videoholder .poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: cover;
  cursor: pointer;
  opacity: 0.65;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.videoholder:hover .poster {
  opacity: 0.75;
}

.videoholder video,
.videoholder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.videoholder .videoholder-play {
  background: #3eb049;
  border: 5px solid #3eb049;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  line-height: 112px;
  text-decoration: none;
  text-indent: 4px;
  cursor: pointer;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 999em;
}

.videoholder:hover .videoholder-play {
  transform: scale(1.1);
}

.videoholder .videoholder-close {
  background: #3eb049;
  border: 5px solid #3eb049;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  cursor: pointer;
  border-radius: 999em;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.videoholder-container.playing .poster {
  opacity: 0;
  visibility: hidden;
}

.videoholder-container.playing .videoholder-close {
  opacity: 1;
  visibility: visible;
}

body.isMobile .videoholder-container .videoholder-close {
  display: none;
}

.videoholder-container.playing .videoholder-play {
  opacity: 0;
  visibility: hidden;
}

/************************************************
*	wp-caption							*
************************************************/
.wp-caption {
  background: #fff;
  border: 1px solid #fafafa;
  padding: 10px;
  margin: 10px auto;
  border-radius: 3px;
  position: relative;
  color: #888;
  text-align: center !important;
  max-width: 100%;
}

.wp-caption img {
  margin: 0px;
  padding: 0px;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0px;
  padding: 0 15px 15px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
}

/************************************************
*   		WP PAGE NUMBERS					*
************************************************/
#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  list-style: none;
  text-transform: none;
  text-indent: 0px;
  font-variant: normal;
  text-align: left;
  line-height: 12px;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-size: 14px;
}

#wp_page_numbers {
  margin-top: 15px;
  width: 100%;
  background: transparent;
  margin-bottom: 20px;
}

#wp_page_numbers ul {
  width: 100%;
  text-align: left;
}

#wp_page_numbers li {
  display: inline-block;
  margin-bottom: 2px;
}

#wp_page_numbers a {
  padding: 10px 12px;
  margin-left: 3px;
  margin-right: 3px;
  display: block;
  color: #5a5b5d;
  background: #fff;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

#wp_page_numbers li a:hover {
  background: #3eb049;
  color: #ffffff;
}

#wp_page_numbers li.space {
  padding: 8px;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 8px;
}

#wp_page_numbers li.first_last_page {
  font-style: italic;
}

#wp_page_numbers li.active_page a {
  background: #ffc20e;
  color: #ffffff;
}

#wp_page_numbers li.page_info {
  padding: 10px 12px;
  margin-right: 3px;
  color: #5a5b5d;
  font-size: 14px;
  background: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 980px) {
  #wp_page_numbers ul {
    text-align: center;
  }

  #wp_page_numbers li.page_info {
    display: none;
  }
}
body #wpadminbar #wp-admin-bar-wp-logo > .ab-item {
  background-size: 76%;
  width: 145px;
  margin: 0;
  height: 32px;
}

/************************************************
*   wrap	*							
************************************************/
#wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1920px;
  position: relative;
  z-index: 9;
  left: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

/************************************************
*	MEDIA						                *
************************************************/
.showOnLaptop,
.show_on_laptop,
.showOnMobile,
.show_on_mobile {
  display: none !important;
}

/************************************************
*   MEDIA						*
************************************************/
@media only screen and (min-width: 1px) and (max-width: 1279px) {
  .hideOnLaptop,
.hide_on_laptop {
    display: none !important;
  }

  .showOnLaptop,
.show_on_laptop {
    display: inline !important;
  }

  /************************************************
  *	text-align								*
  ************************************************/
  .align-right-laptop {
    text-align: right;
  }

  .align-left-laptop {
    text-align: left;
  }

  .align-center-laptop {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .hideOnTablet,
.hide_on_tablet {
    display: none !important;
  }

  .showOnTablet,
.show_on_tablet {
    display: inline !important;
  }

  /************************************************
  *	text-align								*
  ************************************************/
  .align-right-tablet {
    text-align: right;
  }

  .align-left-tablet {
    text-align: left;
  }

  .align-center-tablet {
    text-align: center;
  }

  /************************************************
  *	CLEAR								*
  ************************************************/
  .clear-tablet {
    clear: both;
  }

  /************************************************
  *	Margin								*
  ************************************************/
  .noMargin-tablet {
    margin: 0 !important;
  }

  .noMarginTop-tablet {
    margin-top: 0 !important;
  }

  .noMarginBottom-tablet {
    margin-bottom: 0 !important;
  }

  /************************************************
  *	ADD Margin								*
  ************************************************/
  .addMargin-tablet {
    margin: 25px !important;
  }

  .addMarginTop-tablet {
    margin-top: 25px !important;
  }

  .addMarginBottom-tablet {
    margin-bottom: 25px !important;
  }

  .addMarginRight-tablet {
    margin-right: 25px !important;
  }

  .addMarginLeft-tablet {
    margin-left: 25px !important;
  }

  /************************************************
  *	ADD Padding								*
  ************************************************/
  .addPadding-tablet {
    padding: 20px !important;
  }

  .addPaddingTop-tablet {
    padding-top: 20px !important;
  }

  .addPaddingBottom-tablet {
    padding-bottom: 20px !important;
  }

  .addPaddingRight-tablet {
    padding-right: 30px !important;
  }

  .addPaddingLeft-tablet {
    padding-left: 30px !important;
  }

  /************************************************
  *	Padding								*
  ************************************************/
  .noPadding-tablet {
    padding: 0 !important;
  }

  .noPaddingTop-tablet {
    padding-top: 0 !important;
  }

  .noPaddingBottom-tablet {
    padding-bottom: 0 !important;
  }

  .noPaddingRight-tablet {
    padding-right: 0 !important;
  }

  .noPaddingLeft-tablet {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 980px) {
  .hideOnMobile,
.hide_on_mobile {
    display: none !important;
  }

  .showOnMobile,
.show_on_mobile {
    display: inline !important;
  }

  /************************************************
  *	text-align								*
  ************************************************/
  .align-right-mobile {
    text-align: right;
  }

  .align-left-mobile {
    text-align: left;
  }

  .align-center-mobile {
    text-align: center;
  }

  /************************************************
  *	HEADING SIZES						   		*
  ************************************************/
  .x100-mobile {
    font-size: 100%;
  }

  .x150-mobile {
    font-size: 150%;
  }

  .x200-mobile {
    font-size: 200%;
  }

  .x250-mobile {
    font-size: 250%;
  }

  .x300-mobile {
    font-size: 300%;
  }

  .x350-mobile {
    font-size: 350%;
  }

  .x400-mobile {
    font-size: 400%;
  }

  .x500-mobile {
    font-size: 500%;
  }

  /************************************************
  *	CLEAR								*
  ************************************************/
  .clear-mobile {
    clear: both;
  }

  /************************************************
  *	Margin								*
  ************************************************/
  .noMargin-mobile {
    margin: 0 !important;
  }

  .noMarginTop-mobile {
    margin-top: 0 !important;
  }

  .noMarginBottom-mobile {
    margin-bottom: 0 !important;
  }

  /************************************************
  *	ADD Margin								*
  ************************************************/
  .addMargin-mobile {
    margin: 25px !important;
  }

  .addMarginTop-mobile {
    margin-top: 25px !important;
  }

  .addMarginBottom-mobile {
    margin-bottom: 25px !important;
  }

  .addMarginRight-mobile {
    margin-right: 25px !important;
  }

  .addMarginLeft-mobile {
    margin-left: 25px !important;
  }

  /************************************************
  *	ADD Padding								*
  ************************************************/
  .addPadding-mobile {
    padding: 20px !important;
  }

  .addPaddingTop-mobile {
    padding-top: 20px !important;
  }

  .addPaddingBottom-mobile {
    padding-bottom: 20px !important;
  }

  .addPaddingRight-mobile {
    padding-right: 30px !important;
  }

  .addPaddingLeft-mobile {
    padding-left: 30px !important;
  }

  /************************************************
  *	Padding								*
  ************************************************/
  .noPadding-mobile {
    padding: 0 !important;
  }

  .noPaddingTop-mobile {
    padding-top: 0 !important;
  }

  .noPaddingBottom-mobile {
    padding-bottom: 0 !important;
  }

  .noPaddingRight-mobile {
    padding-right: 0 !important;
  }

  .noPaddingLeft-mobile {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 415px) {
  .hideOnMobileSmall,
.hide_on_mobile_small {
    display: none !important;
  }

  /************************************************
  *	text-align								*
  ************************************************/
  .align-right-mobile-small {
    text-align: right;
  }

  .align-left-mobile-small {
    text-align: left;
  }

  .align-center-mobile-small {
    text-align: center;
  }
}