@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

.fa-search:before {
  content: "\f002";
}

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

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

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

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

.fa-user:before {
  content: "\f007";
}

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

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

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

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

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

.fa-search-plus:before {
  content: "\f00e";
}

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

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

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

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

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

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

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

.fa-road:before {
  content: "\f018";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

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

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

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

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tint:before {
  content: "\f043";
}

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

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

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

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

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

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

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

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

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-plane:before {
  content: "\f072";
}

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

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

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

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

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

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

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

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

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

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

.fa-twitter-square:before {
  content: "\f081";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

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

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

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

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

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

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

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

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

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

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

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

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

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

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

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

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

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

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

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

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

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

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

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

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

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

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-terminal:before {
  content: "\f120";
}

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

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

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

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

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

.fa-question:before {
  content: "\f128";
}

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

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

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

.fa-puzzle-piece:before {
  content: "\f12e";
}

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

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

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

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

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

.fa-rocket:before {
  content: "\f135";
}

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

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

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

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

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

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

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

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

.fa-unlock-alt:before {
  content: "\f13e";
}

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

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

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

.fa-rss-square:before {
  content: "\f143";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube-square:before {
  content: "\f166";
}

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

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

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

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

.fa-stack-overflow:before {
  content: "\f16c";
}

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

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

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

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

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

.fa-skype:before {
  content: "\f17e";
}

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

.fa-trello:before {
  content: "\f181";
}

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

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

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

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

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

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

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

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

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

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

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

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

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

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

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

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

.fa-paw:before {
  content: "\f1b0";
}

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

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

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

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

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

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

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

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

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

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

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

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

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

.fa-paragraph:before {
  content: "\f1dd";
}

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

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

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

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

.fa-tty:before {
  content: "\f1e4";
}

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

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

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

.fa-skyatlas:before {
  content: "\f216";
}

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

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

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

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

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

.fa-street-view:before {
  content: "\f21d";
}

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

.fa-venus:before {
  content: "\f221";
}

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

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

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

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

.fa-venus-double:before {
  content: "\f226";
}

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

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

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

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

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

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

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

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

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

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

.fa-viacoin:before {
  content: "\f237";
}

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

.fa-subway:before {
  content: "\f239";
}

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

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

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

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

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

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

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

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

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

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

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

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

.fa-object-ungroup:before {
  content: "\f248";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

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

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

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

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

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

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

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

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

.fa-opera:before {
  content: "\f26a";
}

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

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

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

.fa-500px:before {
  content: "\f26e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-reddit-alien:before {
  content: "\f281";
}

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

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

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

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

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

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

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

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

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

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

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

.fa-percent:before {
  content: "\f295";
}

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

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

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

.fa-universal-access:before {
  content: "\f29a";
}

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

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

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

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

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

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

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

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

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

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

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

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

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

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

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

.fa-pied-piper:before {
  content: "\f2ae";
}

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

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

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

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

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

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

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

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

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

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

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

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

.fa-user-o:before {
  content: "\f2c0";
}

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

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

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

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

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

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

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

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

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

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

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

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*Get color from foundation fonts*/
/*Get font weight in numer */
/*@import 'util/util';*/
/*$foundation-palette: (
  primary: #1779ba,
  secondary: #767676,
  success: #3adb76,
  warning: #ffae00,
  alert: #cc4b37,
);*/
/* sample pallete - 00001 */
/* sample pallete - 00002 */
/*$body-background: $white;*/
/*$body-font-color: $black;*/
/*$button-background: $primary-color;*/
/*$button-sizes: (
  tiny: 0.6rem,
  small: 0.75rem,
  default: 0.9rem,
  large: 1.25rem,
);*/
/*$dropdownmenu-arrow-color: $anchor-color;*/
/*$offcanvas-background: $light-gray;*/
/*$titlebar-background: $black;*/
/*$titlebar-color: $white;*/
/*$titlebar-icon-color: $white;*/
/*$topbar-background: $light-gray;*/
/*$topbar-submenu-background: $topbar-background;*/
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* MOTION UI - MOTION-UI support */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #FAFAFA;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3D413E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 102.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 0.9375rem);
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 0.9375rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 0.9375rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 0.9375rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 0.9375rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 0.9375rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 0.9375rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 0.9375rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 0.9375rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 0.9375rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 0.9375rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 0.9375rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 0.9375rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.9375rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 0.9375rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.9375rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 0.9375rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.9375rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 0.9375rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 0.9375rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 0.9375rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.9375rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 0.9375rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 0.9375rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 0.9375rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 0.9375rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 0.9375rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 0.9375rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.46875rem;
    margin-bottom: -0.46875rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.46875rem;
    margin-bottom: -0.46875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.9375rem);
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.9375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.9375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.9375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.9375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.9375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.9375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.9375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.9375rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 0.9375rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 0.9375rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 0.9375rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 0.9375rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.46875rem;
    margin-bottom: -0.46875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.9375rem);
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.9375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.9375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.9375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.9375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 0.9375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 0.9375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 0.9375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 0.9375rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 0.9375rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 0.9375rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 0.9375rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 0.9375rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 0.9375rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 0.9375rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0.9375rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0.9375rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #3D413E;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #343835;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 102.625rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 22px;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 14px;
}
.button.small {
  font-size: 16px;
}
.button.large {
  font-size: 22px;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #14622E;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #115327;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #3D413E;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #313432;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #14622E;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #104e25;
  color: #fefefe;
}
.button.third, .button.third.disabled, .button.third[disabled], .button.third.disabled:hover, .button.third[disabled]:hover, .button.third.disabled:focus, .button.third[disabled]:focus {
  background-color: #FAFAFA;
  color: #0a0a0a;
}
.button.third:hover, .button.third:focus {
  background-color: #c8c8c8;
  color: #0a0a0a;
}
.button.tertiary, .button.tertiary.disabled, .button.tertiary[disabled], .button.tertiary.disabled:hover, .button.tertiary[disabled]:hover, .button.tertiary.disabled:focus, .button.tertiary[disabled]:focus {
  background-color: #98C23C;
  color: #0a0a0a;
}
.button.tertiary:hover, .button.tertiary:focus {
  background-color: #7a9b30;
  color: #0a0a0a;
}
.button.fourth, .button.fourth.disabled, .button.fourth[disabled], .button.fourth.disabled:hover, .button.fourth[disabled]:hover, .button.fourth.disabled:focus, .button.fourth[disabled]:focus {
  background-color: #f5f5f5;
  color: #0a0a0a;
}
.button.fourth:hover, .button.fourth:focus {
  background-color: #c4c4c4;
  color: #0a0a0a;
}
.button.fifth, .button.fifth.disabled, .button.fifth[disabled], .button.fifth.disabled:hover, .button.fifth[disabled]:hover, .button.fifth.disabled:focus, .button.fifth[disabled]:focus {
  background-color: #b2b0b0;
  color: #0a0a0a;
}
.button.fifth:hover, .button.fifth:focus {
  background-color: #8f8c8c;
  color: #0a0a0a;
}
.button.sixth, .button.sixth.disabled, .button.sixth[disabled], .button.sixth.disabled:hover, .button.sixth[disabled]:hover, .button.sixth.disabled:focus, .button.sixth[disabled]:focus {
  background-color: #898282;
  color: #0a0a0a;
}
.button.sixth:hover, .button.sixth:focus {
  background-color: #6e6868;
  color: #0a0a0a;
}
.button.seventh, .button.seventh.disabled, .button.seventh[disabled], .button.seventh.disabled:hover, .button.seventh[disabled]:hover, .button.seventh.disabled:focus, .button.seventh[disabled]:focus {
  background-color: #DEDEDE;
  color: #0a0a0a;
}
.button.seventh:hover, .button.seventh:focus {
  background-color: #b2b2b2;
  color: #0a0a0a;
}
.button.eighth, .button.eighth.disabled, .button.eighth[disabled], .button.eighth.disabled:hover, .button.eighth[disabled]:hover, .button.eighth.disabled:focus, .button.eighth[disabled]:focus {
  background-color: #dc4e4e;
  color: #0a0a0a;
}
.button.eighth:hover, .button.eighth:focus {
  background-color: #c72727;
  color: #0a0a0a;
}
.button.ninth, .button.ninth.disabled, .button.ninth[disabled], .button.ninth.disabled:hover, .button.ninth[disabled]:hover, .button.ninth.disabled:focus, .button.ninth[disabled]:focus {
  background-color: #bc5858;
  color: #fefefe;
}
.button.ninth:hover, .button.ninth:focus {
  background-color: #9e3f3f;
  color: #fefefe;
}
.button.tenth, .button.tenth.disabled, .button.tenth[disabled], .button.tenth.disabled:hover, .button.tenth[disabled]:hover, .button.tenth.disabled:focus, .button.tenth[disabled]:focus {
  background-color: #d2d2d2;
  color: #0a0a0a;
}
.button.tenth:hover, .button.tenth:focus {
  background-color: #a8a8a8;
  color: #0a0a0a;
}
.button.eleven, .button.eleven.disabled, .button.eleven[disabled], .button.eleven.disabled:hover, .button.eleven[disabled]:hover, .button.eleven.disabled:focus, .button.eleven[disabled]:focus {
  background-color: #A0A0A0;
  color: #0a0a0a;
}
.button.eleven:hover, .button.eleven:focus {
  background-color: gray;
  color: #0a0a0a;
}
.button.twelve, .button.twelve.disabled, .button.twelve[disabled], .button.twelve.disabled:hover, .button.twelve[disabled]:hover, .button.twelve.disabled:focus, .button.twelve[disabled]:focus {
  background-color: #d3d3d3;
  color: #0a0a0a;
}
.button.twelve:hover, .button.twelve:focus {
  background-color: darkgray;
  color: #0a0a0a;
}
.button.thirteen, .button.thirteen.disabled, .button.thirteen[disabled], .button.thirteen.disabled:hover, .button.thirteen[disabled]:hover, .button.thirteen.disabled:focus, .button.thirteen[disabled]:focus {
  background-color: #a2a2a2;
  color: #0a0a0a;
}
.button.thirteen:hover, .button.thirteen:focus {
  background-color: #828282;
  color: #0a0a0a;
}
.button.fourteen, .button.fourteen.disabled, .button.fourteen[disabled], .button.fourteen.disabled:hover, .button.fourteen[disabled]:hover, .button.fourteen.disabled:focus, .button.fourteen[disabled]:focus {
  background-color: #818181;
  color: #0a0a0a;
}
.button.fourteen:hover, .button.fourteen:focus {
  background-color: #676767;
  color: #0a0a0a;
}
.button.fifteen, .button.fifteen.disabled, .button.fifteen[disabled], .button.fifteen.disabled:hover, .button.fifteen[disabled]:hover, .button.fifteen.disabled:focus, .button.fifteen[disabled]:focus {
  background-color: #707070;
  color: #fefefe;
}
.button.fifteen:hover, .button.fifteen:focus {
  background-color: #5a5a5a;
  color: #fefefe;
}
.button.sixteenth, .button.sixteenth.disabled, .button.sixteenth[disabled], .button.sixteenth.disabled:hover, .button.sixteenth[disabled]:hover, .button.sixteenth.disabled:focus, .button.sixteenth[disabled]:focus {
  background-color: #FDBA1E;
  color: #0a0a0a;
}
.button.sixteenth:hover, .button.sixteenth:focus {
  background-color: #e09e02;
  color: #0a0a0a;
}
.button.seventeenth, .button.seventeenth.disabled, .button.seventeenth[disabled], .button.seventeenth.disabled:hover, .button.seventeenth[disabled]:hover, .button.seventeenth.disabled:focus, .button.seventeenth[disabled]:focus {
  background-color: #DD1376;
  color: #fefefe;
}
.button.seventeenth:hover, .button.seventeenth:focus {
  background-color: #b10f5e;
  color: #fefefe;
}
.button.eighteenth, .button.eighteenth.disabled, .button.eighteenth[disabled], .button.eighteenth.disabled:hover, .button.eighteenth[disabled]:hover, .button.eighteenth.disabled:focus, .button.eighteenth[disabled]:focus {
  background-color: #076DAD;
  color: #fefefe;
}
.button.eighteenth:hover, .button.eighteenth:focus {
  background-color: #06578a;
  color: #fefefe;
}
.button.nineteenth, .button.nineteenth.disabled, .button.nineteenth[disabled], .button.nineteenth.disabled:hover, .button.nineteenth[disabled]:hover, .button.nineteenth.disabled:focus, .button.nineteenth[disabled]:focus {
  background-color: #98C23C;
  color: #0a0a0a;
}
.button.nineteenth:hover, .button.nineteenth:focus {
  background-color: #7a9b30;
  color: #0a0a0a;
}
.button.twentieth, .button.twentieth.disabled, .button.twentieth[disabled], .button.twentieth.disabled:hover, .button.twentieth[disabled]:hover, .button.twentieth.disabled:focus, .button.twentieth[disabled]:focus {
  background-color: #5A5959;
  color: #fefefe;
}
.button.twentieth:hover, .button.twentieth:focus {
  background-color: #484747;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.white, .button.white.disabled, .button.white[disabled], .button.white.disabled:hover, .button.white[disabled]:hover, .button.white.disabled:focus, .button.white[disabled]:focus {
  background-color: #FFFFFF;
  color: #0a0a0a;
}
.button.white:hover, .button.white:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.black, .button.black.disabled, .button.black[disabled], .button.black.disabled:hover, .button.black[disabled]:hover, .button.black.disabled:focus, .button.black[disabled]:focus {
  background-color: #000000;
  color: #fefefe;
}
.button.black:hover, .button.black:focus {
  background-color: black;
  color: #fefefe;
}
.button.mn_primary, .button.mn_primary.disabled, .button.mn_primary[disabled], .button.mn_primary.disabled:hover, .button.mn_primary[disabled]:hover, .button.mn_primary.disabled:focus, .button.mn_primary[disabled]:focus {
  background-color: #494848;
  color: #fefefe;
}
.button.mn_primary:hover, .button.mn_primary:focus {
  background-color: #3a3a3a;
  color: #fefefe;
}
.button.mn_secondary, .button.mn_secondary.disabled, .button.mn_secondary[disabled], .button.mn_secondary.disabled:hover, .button.mn_secondary[disabled]:hover, .button.mn_secondary.disabled:focus, .button.mn_secondary[disabled]:focus {
  background-color: #98C23C;
  color: #0a0a0a;
}
.button.mn_secondary:hover, .button.mn_secondary:focus {
  background-color: #7a9b30;
  color: #0a0a0a;
}
.button.mn_tertiary, .button.mn_tertiary.disabled, .button.mn_tertiary[disabled], .button.mn_tertiary.disabled:hover, .button.mn_tertiary[disabled]:hover, .button.mn_tertiary.disabled:focus, .button.mn_tertiary[disabled]:focus {
  background-color: #494C4A;
  color: #fefefe;
}
.button.mn_tertiary:hover, .button.mn_tertiary:focus {
  background-color: #3a3d3b;
  color: #fefefe;
}
.button.mn_fourth, .button.mn_fourth.disabled, .button.mn_fourth[disabled], .button.mn_fourth.disabled:hover, .button.mn_fourth[disabled]:hover, .button.mn_fourth.disabled:focus, .button.mn_fourth[disabled]:focus {
  background-color: #6d6e71;
  color: #fefefe;
}
.button.mn_fourth:hover, .button.mn_fourth:focus {
  background-color: #57585a;
  color: #fefefe;
}
.button.mn_fifth, .button.mn_fifth.disabled, .button.mn_fifth[disabled], .button.mn_fifth.disabled:hover, .button.mn_fifth[disabled]:hover, .button.mn_fifth.disabled:focus, .button.mn_fifth[disabled]:focus {
  background-color: white;
  color: #0a0a0a;
}
.button.mn_fifth:hover, .button.mn_fifth:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.slideshow_nav, .button.slideshow_nav.disabled, .button.slideshow_nav[disabled], .button.slideshow_nav.disabled:hover, .button.slideshow_nav[disabled]:hover, .button.slideshow_nav.disabled:focus, .button.slideshow_nav[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button.slideshow_nav:hover, .button.slideshow_nav:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.slideshow_nav_char_color, .button.slideshow_nav_char_color.disabled, .button.slideshow_nav_char_color[disabled], .button.slideshow_nav_char_color.disabled:hover, .button.slideshow_nav_char_color[disabled]:hover, .button.slideshow_nav_char_color.disabled:focus, .button.slideshow_nav_char_color[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button.slideshow_nav_char_color:hover, .button.slideshow_nav_char_color:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.slideshow_nav_hover, .button.slideshow_nav_hover.disabled, .button.slideshow_nav_hover[disabled], .button.slideshow_nav_hover.disabled:hover, .button.slideshow_nav_hover[disabled]:hover, .button.slideshow_nav_hover.disabled:focus, .button.slideshow_nav_hover[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button.slideshow_nav_hover:hover, .button.slideshow_nav_hover:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.slideshow_nav_shadow, .button.slideshow_nav_shadow.disabled, .button.slideshow_nav_shadow[disabled], .button.slideshow_nav_shadow.disabled:hover, .button.slideshow_nav_shadow[disabled]:hover, .button.slideshow_nav_shadow.disabled:focus, .button.slideshow_nav_shadow[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button.slideshow_nav_shadow:hover, .button.slideshow_nav_shadow:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.slideshow_nav_circle_bg, .button.slideshow_nav_circle_bg.disabled, .button.slideshow_nav_circle_bg[disabled], .button.slideshow_nav_circle_bg.disabled:hover, .button.slideshow_nav_circle_bg[disabled]:hover, .button.slideshow_nav_circle_bg.disabled:focus, .button.slideshow_nav_circle_bg[disabled]:focus {
  background-color: #FFFFFF;
  color: #0a0a0a;
}
.button.slideshow_nav_circle_bg:hover, .button.slideshow_nav_circle_bg:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.slideshow_nav_circle_bg_hover, .button.slideshow_nav_circle_bg_hover.disabled, .button.slideshow_nav_circle_bg_hover[disabled], .button.slideshow_nav_circle_bg_hover.disabled:hover, .button.slideshow_nav_circle_bg_hover[disabled]:hover, .button.slideshow_nav_circle_bg_hover.disabled:focus, .button.slideshow_nav_circle_bg_hover[disabled]:focus {
  background-color: #0066aa;
  color: #fefefe;
}
.button.slideshow_nav_circle_bg_hover:hover, .button.slideshow_nav_circle_bg_hover:focus {
  background-color: #005288;
  color: #fefefe;
}
.button.slideshow_nav_circle_shadow, .button.slideshow_nav_circle_shadow.disabled, .button.slideshow_nav_circle_shadow[disabled], .button.slideshow_nav_circle_shadow.disabled:hover, .button.slideshow_nav_circle_shadow[disabled]:hover, .button.slideshow_nav_circle_shadow.disabled:focus, .button.slideshow_nav_circle_shadow[disabled]:focus {
  background-color: #00aaff;
  color: #0a0a0a;
}
.button.slideshow_nav_circle_shadow:hover, .button.slideshow_nav_circle_shadow:focus {
  background-color: #0088cc;
  color: #0a0a0a;
}
.button.slideshow_nav_circle_shadow_hover, .button.slideshow_nav_circle_shadow_hover.disabled, .button.slideshow_nav_circle_shadow_hover[disabled], .button.slideshow_nav_circle_shadow_hover.disabled:hover, .button.slideshow_nav_circle_shadow_hover[disabled]:hover, .button.slideshow_nav_circle_shadow_hover.disabled:focus, .button.slideshow_nav_circle_shadow_hover[disabled]:focus {
  background-color: #0066aa;
  color: #fefefe;
}
.button.slideshow_nav_circle_shadow_hover:hover, .button.slideshow_nav_circle_shadow_hover:focus {
  background-color: #005288;
  color: #fefefe;
}
.button.slideshow_nav_circle_border, .button.slideshow_nav_circle_border.disabled, .button.slideshow_nav_circle_border[disabled], .button.slideshow_nav_circle_border.disabled:hover, .button.slideshow_nav_circle_border[disabled]:hover, .button.slideshow_nav_circle_border.disabled:focus, .button.slideshow_nav_circle_border[disabled]:focus {
  background-color: #000000;
  color: #fefefe;
}
.button.slideshow_nav_circle_border:hover, .button.slideshow_nav_circle_border:focus {
  background-color: black;
  color: #fefefe;
}
.button.slideshow_bg, .button.slideshow_bg.disabled, .button.slideshow_bg[disabled], .button.slideshow_bg.disabled:hover, .button.slideshow_bg[disabled]:hover, .button.slideshow_bg.disabled:focus, .button.slideshow_bg[disabled]:focus {
  background-color: #FFFFFF;
  color: #0a0a0a;
}
.button.slideshow_bg:hover, .button.slideshow_bg:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #14622E;
  color: #14622E;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0a3117;
  color: #0a3117;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #3D413E;
  color: #3D413E;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #1f211f;
  color: #1f211f;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #14622E;
  color: #14622E;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #0a3117;
  color: #0a3117;
}
.button.hollow.third, .button.hollow.third.disabled, .button.hollow.third[disabled], .button.hollow.third.disabled:hover, .button.hollow.third[disabled]:hover, .button.hollow.third.disabled:focus, .button.hollow.third[disabled]:focus {
  border: 1px solid #FAFAFA;
  color: #FAFAFA;
}
.button.hollow.third:hover, .button.hollow.third:focus {
  border-color: #7d7d7d;
  color: #7d7d7d;
}
.button.hollow.tertiary, .button.hollow.tertiary.disabled, .button.hollow.tertiary[disabled], .button.hollow.tertiary.disabled:hover, .button.hollow.tertiary[disabled]:hover, .button.hollow.tertiary.disabled:focus, .button.hollow.tertiary[disabled]:focus {
  border: 1px solid #98C23C;
  color: #98C23C;
}
.button.hollow.tertiary:hover, .button.hollow.tertiary:focus {
  border-color: #4c611e;
  color: #4c611e;
}
.button.hollow.fourth, .button.hollow.fourth.disabled, .button.hollow.fourth[disabled], .button.hollow.fourth.disabled:hover, .button.hollow.fourth[disabled]:hover, .button.hollow.fourth.disabled:focus, .button.hollow.fourth[disabled]:focus {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.button.hollow.fourth:hover, .button.hollow.fourth:focus {
  border-color: #7b7b7b;
  color: #7b7b7b;
}
.button.hollow.fifth, .button.hollow.fifth.disabled, .button.hollow.fifth[disabled], .button.hollow.fifth.disabled:hover, .button.hollow.fifth[disabled]:hover, .button.hollow.fifth.disabled:focus, .button.hollow.fifth[disabled]:focus {
  border: 1px solid #b2b0b0;
  color: #b2b0b0;
}
.button.hollow.fifth:hover, .button.hollow.fifth:focus {
  border-color: #5a5757;
  color: #5a5757;
}
.button.hollow.sixth, .button.hollow.sixth.disabled, .button.hollow.sixth[disabled], .button.hollow.sixth.disabled:hover, .button.hollow.sixth[disabled]:hover, .button.hollow.sixth.disabled:focus, .button.hollow.sixth[disabled]:focus {
  border: 1px solid #898282;
  color: #898282;
}
.button.hollow.sixth:hover, .button.hollow.sixth:focus {
  border-color: #454141;
  color: #454141;
}
.button.hollow.seventh, .button.hollow.seventh.disabled, .button.hollow.seventh[disabled], .button.hollow.seventh.disabled:hover, .button.hollow.seventh[disabled]:hover, .button.hollow.seventh.disabled:focus, .button.hollow.seventh[disabled]:focus {
  border: 1px solid #DEDEDE;
  color: #DEDEDE;
}
.button.hollow.seventh:hover, .button.hollow.seventh:focus {
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.button.hollow.eighth, .button.hollow.eighth.disabled, .button.hollow.eighth[disabled], .button.hollow.eighth.disabled:hover, .button.hollow.eighth[disabled]:hover, .button.hollow.eighth.disabled:focus, .button.hollow.eighth[disabled]:focus {
  border: 1px solid #dc4e4e;
  color: #dc4e4e;
}
.button.hollow.eighth:hover, .button.hollow.eighth:focus {
  border-color: #7c1919;
  color: #7c1919;
}
.button.hollow.ninth, .button.hollow.ninth.disabled, .button.hollow.ninth[disabled], .button.hollow.ninth.disabled:hover, .button.hollow.ninth[disabled]:hover, .button.hollow.ninth.disabled:focus, .button.hollow.ninth[disabled]:focus {
  border: 1px solid #bc5858;
  color: #bc5858;
}
.button.hollow.ninth:hover, .button.hollow.ninth:focus {
  border-color: #622828;
  color: #622828;
}
.button.hollow.tenth, .button.hollow.tenth.disabled, .button.hollow.tenth[disabled], .button.hollow.tenth.disabled:hover, .button.hollow.tenth[disabled]:hover, .button.hollow.tenth.disabled:focus, .button.hollow.tenth[disabled]:focus {
  border: 1px solid #d2d2d2;
  color: #d2d2d2;
}
.button.hollow.tenth:hover, .button.hollow.tenth:focus {
  border-color: dimgray;
  color: dimgray;
}
.button.hollow.eleven, .button.hollow.eleven.disabled, .button.hollow.eleven[disabled], .button.hollow.eleven.disabled:hover, .button.hollow.eleven[disabled]:hover, .button.hollow.eleven.disabled:focus, .button.hollow.eleven[disabled]:focus {
  border: 1px solid #A0A0A0;
  color: #A0A0A0;
}
.button.hollow.eleven:hover, .button.hollow.eleven:focus {
  border-color: #505050;
  color: #505050;
}
.button.hollow.twelve, .button.hollow.twelve.disabled, .button.hollow.twelve[disabled], .button.hollow.twelve.disabled:hover, .button.hollow.twelve[disabled]:hover, .button.hollow.twelve.disabled:focus, .button.hollow.twelve[disabled]:focus {
  border: 1px solid #d3d3d3;
  color: #d3d3d3;
}
.button.hollow.twelve:hover, .button.hollow.twelve:focus {
  border-color: #6a6a6a;
  color: #6a6a6a;
}
.button.hollow.thirteen, .button.hollow.thirteen.disabled, .button.hollow.thirteen[disabled], .button.hollow.thirteen.disabled:hover, .button.hollow.thirteen[disabled]:hover, .button.hollow.thirteen.disabled:focus, .button.hollow.thirteen[disabled]:focus {
  border: 1px solid #a2a2a2;
  color: #a2a2a2;
}
.button.hollow.thirteen:hover, .button.hollow.thirteen:focus {
  border-color: #515151;
  color: #515151;
}
.button.hollow.fourteen, .button.hollow.fourteen.disabled, .button.hollow.fourteen[disabled], .button.hollow.fourteen.disabled:hover, .button.hollow.fourteen[disabled]:hover, .button.hollow.fourteen.disabled:focus, .button.hollow.fourteen[disabled]:focus {
  border: 1px solid #818181;
  color: #818181;
}
.button.hollow.fourteen:hover, .button.hollow.fourteen:focus {
  border-color: #414141;
  color: #414141;
}
.button.hollow.fifteen, .button.hollow.fifteen.disabled, .button.hollow.fifteen[disabled], .button.hollow.fifteen.disabled:hover, .button.hollow.fifteen[disabled]:hover, .button.hollow.fifteen.disabled:focus, .button.hollow.fifteen[disabled]:focus {
  border: 1px solid #707070;
  color: #707070;
}
.button.hollow.fifteen:hover, .button.hollow.fifteen:focus {
  border-color: #383838;
  color: #383838;
}
.button.hollow.sixteenth, .button.hollow.sixteenth.disabled, .button.hollow.sixteenth[disabled], .button.hollow.sixteenth.disabled:hover, .button.hollow.sixteenth[disabled]:hover, .button.hollow.sixteenth.disabled:focus, .button.hollow.sixteenth[disabled]:focus {
  border: 1px solid #FDBA1E;
  color: #FDBA1E;
}
.button.hollow.sixteenth:hover, .button.hollow.sixteenth:focus {
  border-color: #8c6201;
  color: #8c6201;
}
.button.hollow.seventeenth, .button.hollow.seventeenth.disabled, .button.hollow.seventeenth[disabled], .button.hollow.seventeenth.disabled:hover, .button.hollow.seventeenth[disabled]:hover, .button.hollow.seventeenth.disabled:focus, .button.hollow.seventeenth[disabled]:focus {
  border: 1px solid #DD1376;
  color: #DD1376;
}
.button.hollow.seventeenth:hover, .button.hollow.seventeenth:focus {
  border-color: #6f0a3b;
  color: #6f0a3b;
}
.button.hollow.eighteenth, .button.hollow.eighteenth.disabled, .button.hollow.eighteenth[disabled], .button.hollow.eighteenth.disabled:hover, .button.hollow.eighteenth[disabled]:hover, .button.hollow.eighteenth.disabled:focus, .button.hollow.eighteenth[disabled]:focus {
  border: 1px solid #076DAD;
  color: #076DAD;
}
.button.hollow.eighteenth:hover, .button.hollow.eighteenth:focus {
  border-color: #043757;
  color: #043757;
}
.button.hollow.nineteenth, .button.hollow.nineteenth.disabled, .button.hollow.nineteenth[disabled], .button.hollow.nineteenth.disabled:hover, .button.hollow.nineteenth[disabled]:hover, .button.hollow.nineteenth.disabled:focus, .button.hollow.nineteenth[disabled]:focus {
  border: 1px solid #98C23C;
  color: #98C23C;
}
.button.hollow.nineteenth:hover, .button.hollow.nineteenth:focus {
  border-color: #4c611e;
  color: #4c611e;
}
.button.hollow.twentieth, .button.hollow.twentieth.disabled, .button.hollow.twentieth[disabled], .button.hollow.twentieth.disabled:hover, .button.hollow.twentieth[disabled]:hover, .button.hollow.twentieth.disabled:focus, .button.hollow.twentieth[disabled]:focus {
  border: 1px solid #5A5959;
  color: #5A5959;
}
.button.hollow.twentieth:hover, .button.hollow.twentieth:focus {
  border-color: #2d2d2d;
  color: #2d2d2d;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.white, .button.hollow.white.disabled, .button.hollow.white[disabled], .button.hollow.white.disabled:hover, .button.hollow.white[disabled]:hover, .button.hollow.white.disabled:focus, .button.hollow.white[disabled]:focus {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button.hollow.white:hover, .button.hollow.white:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.black, .button.hollow.black.disabled, .button.hollow.black[disabled], .button.hollow.black.disabled:hover, .button.hollow.black[disabled]:hover, .button.hollow.black.disabled:focus, .button.hollow.black[disabled]:focus {
  border: 1px solid #000000;
  color: #000000;
}
.button.hollow.black:hover, .button.hollow.black:focus {
  border-color: black;
  color: black;
}
.button.hollow.mn_primary, .button.hollow.mn_primary.disabled, .button.hollow.mn_primary[disabled], .button.hollow.mn_primary.disabled:hover, .button.hollow.mn_primary[disabled]:hover, .button.hollow.mn_primary.disabled:focus, .button.hollow.mn_primary[disabled]:focus {
  border: 1px solid #494848;
  color: #494848;
}
.button.hollow.mn_primary:hover, .button.hollow.mn_primary:focus {
  border-color: #252424;
  color: #252424;
}
.button.hollow.mn_secondary, .button.hollow.mn_secondary.disabled, .button.hollow.mn_secondary[disabled], .button.hollow.mn_secondary.disabled:hover, .button.hollow.mn_secondary[disabled]:hover, .button.hollow.mn_secondary.disabled:focus, .button.hollow.mn_secondary[disabled]:focus {
  border: 1px solid #98C23C;
  color: #98C23C;
}
.button.hollow.mn_secondary:hover, .button.hollow.mn_secondary:focus {
  border-color: #4c611e;
  color: #4c611e;
}
.button.hollow.mn_tertiary, .button.hollow.mn_tertiary.disabled, .button.hollow.mn_tertiary[disabled], .button.hollow.mn_tertiary.disabled:hover, .button.hollow.mn_tertiary[disabled]:hover, .button.hollow.mn_tertiary.disabled:focus, .button.hollow.mn_tertiary[disabled]:focus {
  border: 1px solid #494C4A;
  color: #494C4A;
}
.button.hollow.mn_tertiary:hover, .button.hollow.mn_tertiary:focus {
  border-color: #252625;
  color: #252625;
}
.button.hollow.mn_fourth, .button.hollow.mn_fourth.disabled, .button.hollow.mn_fourth[disabled], .button.hollow.mn_fourth.disabled:hover, .button.hollow.mn_fourth[disabled]:hover, .button.hollow.mn_fourth.disabled:focus, .button.hollow.mn_fourth[disabled]:focus {
  border: 1px solid #6d6e71;
  color: #6d6e71;
}
.button.hollow.mn_fourth:hover, .button.hollow.mn_fourth:focus {
  border-color: #373739;
  color: #373739;
}
.button.hollow.mn_fifth, .button.hollow.mn_fifth.disabled, .button.hollow.mn_fifth[disabled], .button.hollow.mn_fifth.disabled:hover, .button.hollow.mn_fifth[disabled]:hover, .button.hollow.mn_fifth.disabled:focus, .button.hollow.mn_fifth[disabled]:focus {
  border: 1px solid white;
  color: white;
}
.button.hollow.mn_fifth:hover, .button.hollow.mn_fifth:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.slideshow_nav, .button.hollow.slideshow_nav.disabled, .button.hollow.slideshow_nav[disabled], .button.hollow.slideshow_nav.disabled:hover, .button.hollow.slideshow_nav[disabled]:hover, .button.hollow.slideshow_nav.disabled:focus, .button.hollow.slideshow_nav[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button.hollow.slideshow_nav:hover, .button.hollow.slideshow_nav:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.slideshow_nav_char_color, .button.hollow.slideshow_nav_char_color.disabled, .button.hollow.slideshow_nav_char_color[disabled], .button.hollow.slideshow_nav_char_color.disabled:hover, .button.hollow.slideshow_nav_char_color[disabled]:hover, .button.hollow.slideshow_nav_char_color.disabled:focus, .button.hollow.slideshow_nav_char_color[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button.hollow.slideshow_nav_char_color:hover, .button.hollow.slideshow_nav_char_color:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.slideshow_nav_hover, .button.hollow.slideshow_nav_hover.disabled, .button.hollow.slideshow_nav_hover[disabled], .button.hollow.slideshow_nav_hover.disabled:hover, .button.hollow.slideshow_nav_hover[disabled]:hover, .button.hollow.slideshow_nav_hover.disabled:focus, .button.hollow.slideshow_nav_hover[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button.hollow.slideshow_nav_hover:hover, .button.hollow.slideshow_nav_hover:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.slideshow_nav_shadow, .button.hollow.slideshow_nav_shadow.disabled, .button.hollow.slideshow_nav_shadow[disabled], .button.hollow.slideshow_nav_shadow.disabled:hover, .button.hollow.slideshow_nav_shadow[disabled]:hover, .button.hollow.slideshow_nav_shadow.disabled:focus, .button.hollow.slideshow_nav_shadow[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button.hollow.slideshow_nav_shadow:hover, .button.hollow.slideshow_nav_shadow:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.slideshow_nav_circle_bg, .button.hollow.slideshow_nav_circle_bg.disabled, .button.hollow.slideshow_nav_circle_bg[disabled], .button.hollow.slideshow_nav_circle_bg.disabled:hover, .button.hollow.slideshow_nav_circle_bg[disabled]:hover, .button.hollow.slideshow_nav_circle_bg.disabled:focus, .button.hollow.slideshow_nav_circle_bg[disabled]:focus {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button.hollow.slideshow_nav_circle_bg:hover, .button.hollow.slideshow_nav_circle_bg:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.slideshow_nav_circle_bg_hover, .button.hollow.slideshow_nav_circle_bg_hover.disabled, .button.hollow.slideshow_nav_circle_bg_hover[disabled], .button.hollow.slideshow_nav_circle_bg_hover.disabled:hover, .button.hollow.slideshow_nav_circle_bg_hover[disabled]:hover, .button.hollow.slideshow_nav_circle_bg_hover.disabled:focus, .button.hollow.slideshow_nav_circle_bg_hover[disabled]:focus {
  border: 1px solid #0066aa;
  color: #0066aa;
}
.button.hollow.slideshow_nav_circle_bg_hover:hover, .button.hollow.slideshow_nav_circle_bg_hover:focus {
  border-color: #003355;
  color: #003355;
}
.button.hollow.slideshow_nav_circle_shadow, .button.hollow.slideshow_nav_circle_shadow.disabled, .button.hollow.slideshow_nav_circle_shadow[disabled], .button.hollow.slideshow_nav_circle_shadow.disabled:hover, .button.hollow.slideshow_nav_circle_shadow[disabled]:hover, .button.hollow.slideshow_nav_circle_shadow.disabled:focus, .button.hollow.slideshow_nav_circle_shadow[disabled]:focus {
  border: 1px solid #00aaff;
  color: #00aaff;
}
.button.hollow.slideshow_nav_circle_shadow:hover, .button.hollow.slideshow_nav_circle_shadow:focus {
  border-color: #005580;
  color: #005580;
}
.button.hollow.slideshow_nav_circle_shadow_hover, .button.hollow.slideshow_nav_circle_shadow_hover.disabled, .button.hollow.slideshow_nav_circle_shadow_hover[disabled], .button.hollow.slideshow_nav_circle_shadow_hover.disabled:hover, .button.hollow.slideshow_nav_circle_shadow_hover[disabled]:hover, .button.hollow.slideshow_nav_circle_shadow_hover.disabled:focus, .button.hollow.slideshow_nav_circle_shadow_hover[disabled]:focus {
  border: 1px solid #0066aa;
  color: #0066aa;
}
.button.hollow.slideshow_nav_circle_shadow_hover:hover, .button.hollow.slideshow_nav_circle_shadow_hover:focus {
  border-color: #003355;
  color: #003355;
}
.button.hollow.slideshow_nav_circle_border, .button.hollow.slideshow_nav_circle_border.disabled, .button.hollow.slideshow_nav_circle_border[disabled], .button.hollow.slideshow_nav_circle_border.disabled:hover, .button.hollow.slideshow_nav_circle_border[disabled]:hover, .button.hollow.slideshow_nav_circle_border.disabled:focus, .button.hollow.slideshow_nav_circle_border[disabled]:focus {
  border: 1px solid #000000;
  color: #000000;
}
.button.hollow.slideshow_nav_circle_border:hover, .button.hollow.slideshow_nav_circle_border:focus {
  border-color: black;
  color: black;
}
.button.hollow.slideshow_bg, .button.hollow.slideshow_bg.disabled, .button.hollow.slideshow_bg[disabled], .button.hollow.slideshow_bg.disabled:hover, .button.hollow.slideshow_bg[disabled]:hover, .button.hollow.slideshow_bg.disabled:focus, .button.hollow.slideshow_bg[disabled]:focus {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button.hollow.slideshow_bg:hover, .button.hollow.slideshow_bg:focus {
  border-color: gray;
  color: gray;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #14622E;
}
.button.clear:hover, .button.clear:focus {
  color: #0a3117;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #3D413E;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #1f211f;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #14622E;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #0a3117;
}
.button.clear.third, .button.clear.third.disabled, .button.clear.third[disabled], .button.clear.third.disabled:hover, .button.clear.third[disabled]:hover, .button.clear.third.disabled:focus, .button.clear.third[disabled]:focus {
  color: #FAFAFA;
}
.button.clear.third:hover, .button.clear.third:focus {
  color: #7d7d7d;
}
.button.clear.tertiary, .button.clear.tertiary.disabled, .button.clear.tertiary[disabled], .button.clear.tertiary.disabled:hover, .button.clear.tertiary[disabled]:hover, .button.clear.tertiary.disabled:focus, .button.clear.tertiary[disabled]:focus {
  color: #98C23C;
}
.button.clear.tertiary:hover, .button.clear.tertiary:focus {
  color: #4c611e;
}
.button.clear.fourth, .button.clear.fourth.disabled, .button.clear.fourth[disabled], .button.clear.fourth.disabled:hover, .button.clear.fourth[disabled]:hover, .button.clear.fourth.disabled:focus, .button.clear.fourth[disabled]:focus {
  color: #f5f5f5;
}
.button.clear.fourth:hover, .button.clear.fourth:focus {
  color: #7b7b7b;
}
.button.clear.fifth, .button.clear.fifth.disabled, .button.clear.fifth[disabled], .button.clear.fifth.disabled:hover, .button.clear.fifth[disabled]:hover, .button.clear.fifth.disabled:focus, .button.clear.fifth[disabled]:focus {
  color: #b2b0b0;
}
.button.clear.fifth:hover, .button.clear.fifth:focus {
  color: #5a5757;
}
.button.clear.sixth, .button.clear.sixth.disabled, .button.clear.sixth[disabled], .button.clear.sixth.disabled:hover, .button.clear.sixth[disabled]:hover, .button.clear.sixth.disabled:focus, .button.clear.sixth[disabled]:focus {
  color: #898282;
}
.button.clear.sixth:hover, .button.clear.sixth:focus {
  color: #454141;
}
.button.clear.seventh, .button.clear.seventh.disabled, .button.clear.seventh[disabled], .button.clear.seventh.disabled:hover, .button.clear.seventh[disabled]:hover, .button.clear.seventh.disabled:focus, .button.clear.seventh[disabled]:focus {
  color: #DEDEDE;
}
.button.clear.seventh:hover, .button.clear.seventh:focus {
  color: #6f6f6f;
}
.button.clear.eighth, .button.clear.eighth.disabled, .button.clear.eighth[disabled], .button.clear.eighth.disabled:hover, .button.clear.eighth[disabled]:hover, .button.clear.eighth.disabled:focus, .button.clear.eighth[disabled]:focus {
  color: #dc4e4e;
}
.button.clear.eighth:hover, .button.clear.eighth:focus {
  color: #7c1919;
}
.button.clear.ninth, .button.clear.ninth.disabled, .button.clear.ninth[disabled], .button.clear.ninth.disabled:hover, .button.clear.ninth[disabled]:hover, .button.clear.ninth.disabled:focus, .button.clear.ninth[disabled]:focus {
  color: #bc5858;
}
.button.clear.ninth:hover, .button.clear.ninth:focus {
  color: #622828;
}
.button.clear.tenth, .button.clear.tenth.disabled, .button.clear.tenth[disabled], .button.clear.tenth.disabled:hover, .button.clear.tenth[disabled]:hover, .button.clear.tenth.disabled:focus, .button.clear.tenth[disabled]:focus {
  color: #d2d2d2;
}
.button.clear.tenth:hover, .button.clear.tenth:focus {
  color: dimgray;
}
.button.clear.eleven, .button.clear.eleven.disabled, .button.clear.eleven[disabled], .button.clear.eleven.disabled:hover, .button.clear.eleven[disabled]:hover, .button.clear.eleven.disabled:focus, .button.clear.eleven[disabled]:focus {
  color: #A0A0A0;
}
.button.clear.eleven:hover, .button.clear.eleven:focus {
  color: #505050;
}
.button.clear.twelve, .button.clear.twelve.disabled, .button.clear.twelve[disabled], .button.clear.twelve.disabled:hover, .button.clear.twelve[disabled]:hover, .button.clear.twelve.disabled:focus, .button.clear.twelve[disabled]:focus {
  color: #d3d3d3;
}
.button.clear.twelve:hover, .button.clear.twelve:focus {
  color: #6a6a6a;
}
.button.clear.thirteen, .button.clear.thirteen.disabled, .button.clear.thirteen[disabled], .button.clear.thirteen.disabled:hover, .button.clear.thirteen[disabled]:hover, .button.clear.thirteen.disabled:focus, .button.clear.thirteen[disabled]:focus {
  color: #a2a2a2;
}
.button.clear.thirteen:hover, .button.clear.thirteen:focus {
  color: #515151;
}
.button.clear.fourteen, .button.clear.fourteen.disabled, .button.clear.fourteen[disabled], .button.clear.fourteen.disabled:hover, .button.clear.fourteen[disabled]:hover, .button.clear.fourteen.disabled:focus, .button.clear.fourteen[disabled]:focus {
  color: #818181;
}
.button.clear.fourteen:hover, .button.clear.fourteen:focus {
  color: #414141;
}
.button.clear.fifteen, .button.clear.fifteen.disabled, .button.clear.fifteen[disabled], .button.clear.fifteen.disabled:hover, .button.clear.fifteen[disabled]:hover, .button.clear.fifteen.disabled:focus, .button.clear.fifteen[disabled]:focus {
  color: #707070;
}
.button.clear.fifteen:hover, .button.clear.fifteen:focus {
  color: #383838;
}
.button.clear.sixteenth, .button.clear.sixteenth.disabled, .button.clear.sixteenth[disabled], .button.clear.sixteenth.disabled:hover, .button.clear.sixteenth[disabled]:hover, .button.clear.sixteenth.disabled:focus, .button.clear.sixteenth[disabled]:focus {
  color: #FDBA1E;
}
.button.clear.sixteenth:hover, .button.clear.sixteenth:focus {
  color: #8c6201;
}
.button.clear.seventeenth, .button.clear.seventeenth.disabled, .button.clear.seventeenth[disabled], .button.clear.seventeenth.disabled:hover, .button.clear.seventeenth[disabled]:hover, .button.clear.seventeenth.disabled:focus, .button.clear.seventeenth[disabled]:focus {
  color: #DD1376;
}
.button.clear.seventeenth:hover, .button.clear.seventeenth:focus {
  color: #6f0a3b;
}
.button.clear.eighteenth, .button.clear.eighteenth.disabled, .button.clear.eighteenth[disabled], .button.clear.eighteenth.disabled:hover, .button.clear.eighteenth[disabled]:hover, .button.clear.eighteenth.disabled:focus, .button.clear.eighteenth[disabled]:focus {
  color: #076DAD;
}
.button.clear.eighteenth:hover, .button.clear.eighteenth:focus {
  color: #043757;
}
.button.clear.nineteenth, .button.clear.nineteenth.disabled, .button.clear.nineteenth[disabled], .button.clear.nineteenth.disabled:hover, .button.clear.nineteenth[disabled]:hover, .button.clear.nineteenth.disabled:focus, .button.clear.nineteenth[disabled]:focus {
  color: #98C23C;
}
.button.clear.nineteenth:hover, .button.clear.nineteenth:focus {
  color: #4c611e;
}
.button.clear.twentieth, .button.clear.twentieth.disabled, .button.clear.twentieth[disabled], .button.clear.twentieth.disabled:hover, .button.clear.twentieth[disabled]:hover, .button.clear.twentieth.disabled:focus, .button.clear.twentieth[disabled]:focus {
  color: #5A5959;
}
.button.clear.twentieth:hover, .button.clear.twentieth:focus {
  color: #2d2d2d;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white.disabled:hover, .button.clear.white[disabled]:hover, .button.clear.white.disabled:focus, .button.clear.white[disabled]:focus {
  color: #FFFFFF;
}
.button.clear.white:hover, .button.clear.white:focus {
  color: gray;
}
.button.clear.black, .button.clear.black.disabled, .button.clear.black[disabled], .button.clear.black.disabled:hover, .button.clear.black[disabled]:hover, .button.clear.black.disabled:focus, .button.clear.black[disabled]:focus {
  color: #000000;
}
.button.clear.black:hover, .button.clear.black:focus {
  color: black;
}
.button.clear.mn_primary, .button.clear.mn_primary.disabled, .button.clear.mn_primary[disabled], .button.clear.mn_primary.disabled:hover, .button.clear.mn_primary[disabled]:hover, .button.clear.mn_primary.disabled:focus, .button.clear.mn_primary[disabled]:focus {
  color: #494848;
}
.button.clear.mn_primary:hover, .button.clear.mn_primary:focus {
  color: #252424;
}
.button.clear.mn_secondary, .button.clear.mn_secondary.disabled, .button.clear.mn_secondary[disabled], .button.clear.mn_secondary.disabled:hover, .button.clear.mn_secondary[disabled]:hover, .button.clear.mn_secondary.disabled:focus, .button.clear.mn_secondary[disabled]:focus {
  color: #98C23C;
}
.button.clear.mn_secondary:hover, .button.clear.mn_secondary:focus {
  color: #4c611e;
}
.button.clear.mn_tertiary, .button.clear.mn_tertiary.disabled, .button.clear.mn_tertiary[disabled], .button.clear.mn_tertiary.disabled:hover, .button.clear.mn_tertiary[disabled]:hover, .button.clear.mn_tertiary.disabled:focus, .button.clear.mn_tertiary[disabled]:focus {
  color: #494C4A;
}
.button.clear.mn_tertiary:hover, .button.clear.mn_tertiary:focus {
  color: #252625;
}
.button.clear.mn_fourth, .button.clear.mn_fourth.disabled, .button.clear.mn_fourth[disabled], .button.clear.mn_fourth.disabled:hover, .button.clear.mn_fourth[disabled]:hover, .button.clear.mn_fourth.disabled:focus, .button.clear.mn_fourth[disabled]:focus {
  color: #6d6e71;
}
.button.clear.mn_fourth:hover, .button.clear.mn_fourth:focus {
  color: #373739;
}
.button.clear.mn_fifth, .button.clear.mn_fifth.disabled, .button.clear.mn_fifth[disabled], .button.clear.mn_fifth.disabled:hover, .button.clear.mn_fifth[disabled]:hover, .button.clear.mn_fifth.disabled:focus, .button.clear.mn_fifth[disabled]:focus {
  color: white;
}
.button.clear.mn_fifth:hover, .button.clear.mn_fifth:focus {
  color: gray;
}
.button.clear.slideshow_nav, .button.clear.slideshow_nav.disabled, .button.clear.slideshow_nav[disabled], .button.clear.slideshow_nav.disabled:hover, .button.clear.slideshow_nav[disabled]:hover, .button.clear.slideshow_nav.disabled:focus, .button.clear.slideshow_nav[disabled]:focus {
  color: #ffffff;
}
.button.clear.slideshow_nav:hover, .button.clear.slideshow_nav:focus {
  color: gray;
}
.button.clear.slideshow_nav_char_color, .button.clear.slideshow_nav_char_color.disabled, .button.clear.slideshow_nav_char_color[disabled], .button.clear.slideshow_nav_char_color.disabled:hover, .button.clear.slideshow_nav_char_color[disabled]:hover, .button.clear.slideshow_nav_char_color.disabled:focus, .button.clear.slideshow_nav_char_color[disabled]:focus {
  color: #ffffff;
}
.button.clear.slideshow_nav_char_color:hover, .button.clear.slideshow_nav_char_color:focus {
  color: gray;
}
.button.clear.slideshow_nav_hover, .button.clear.slideshow_nav_hover.disabled, .button.clear.slideshow_nav_hover[disabled], .button.clear.slideshow_nav_hover.disabled:hover, .button.clear.slideshow_nav_hover[disabled]:hover, .button.clear.slideshow_nav_hover.disabled:focus, .button.clear.slideshow_nav_hover[disabled]:focus {
  color: #ffffff;
}
.button.clear.slideshow_nav_hover:hover, .button.clear.slideshow_nav_hover:focus {
  color: gray;
}
.button.clear.slideshow_nav_shadow, .button.clear.slideshow_nav_shadow.disabled, .button.clear.slideshow_nav_shadow[disabled], .button.clear.slideshow_nav_shadow.disabled:hover, .button.clear.slideshow_nav_shadow[disabled]:hover, .button.clear.slideshow_nav_shadow.disabled:focus, .button.clear.slideshow_nav_shadow[disabled]:focus {
  color: #ffffff;
}
.button.clear.slideshow_nav_shadow:hover, .button.clear.slideshow_nav_shadow:focus {
  color: gray;
}
.button.clear.slideshow_nav_circle_bg, .button.clear.slideshow_nav_circle_bg.disabled, .button.clear.slideshow_nav_circle_bg[disabled], .button.clear.slideshow_nav_circle_bg.disabled:hover, .button.clear.slideshow_nav_circle_bg[disabled]:hover, .button.clear.slideshow_nav_circle_bg.disabled:focus, .button.clear.slideshow_nav_circle_bg[disabled]:focus {
  color: #FFFFFF;
}
.button.clear.slideshow_nav_circle_bg:hover, .button.clear.slideshow_nav_circle_bg:focus {
  color: gray;
}
.button.clear.slideshow_nav_circle_bg_hover, .button.clear.slideshow_nav_circle_bg_hover.disabled, .button.clear.slideshow_nav_circle_bg_hover[disabled], .button.clear.slideshow_nav_circle_bg_hover.disabled:hover, .button.clear.slideshow_nav_circle_bg_hover[disabled]:hover, .button.clear.slideshow_nav_circle_bg_hover.disabled:focus, .button.clear.slideshow_nav_circle_bg_hover[disabled]:focus {
  color: #0066aa;
}
.button.clear.slideshow_nav_circle_bg_hover:hover, .button.clear.slideshow_nav_circle_bg_hover:focus {
  color: #003355;
}
.button.clear.slideshow_nav_circle_shadow, .button.clear.slideshow_nav_circle_shadow.disabled, .button.clear.slideshow_nav_circle_shadow[disabled], .button.clear.slideshow_nav_circle_shadow.disabled:hover, .button.clear.slideshow_nav_circle_shadow[disabled]:hover, .button.clear.slideshow_nav_circle_shadow.disabled:focus, .button.clear.slideshow_nav_circle_shadow[disabled]:focus {
  color: #00aaff;
}
.button.clear.slideshow_nav_circle_shadow:hover, .button.clear.slideshow_nav_circle_shadow:focus {
  color: #005580;
}
.button.clear.slideshow_nav_circle_shadow_hover, .button.clear.slideshow_nav_circle_shadow_hover.disabled, .button.clear.slideshow_nav_circle_shadow_hover[disabled], .button.clear.slideshow_nav_circle_shadow_hover.disabled:hover, .button.clear.slideshow_nav_circle_shadow_hover[disabled]:hover, .button.clear.slideshow_nav_circle_shadow_hover.disabled:focus, .button.clear.slideshow_nav_circle_shadow_hover[disabled]:focus {
  color: #0066aa;
}
.button.clear.slideshow_nav_circle_shadow_hover:hover, .button.clear.slideshow_nav_circle_shadow_hover:focus {
  color: #003355;
}
.button.clear.slideshow_nav_circle_border, .button.clear.slideshow_nav_circle_border.disabled, .button.clear.slideshow_nav_circle_border[disabled], .button.clear.slideshow_nav_circle_border.disabled:hover, .button.clear.slideshow_nav_circle_border[disabled]:hover, .button.clear.slideshow_nav_circle_border.disabled:focus, .button.clear.slideshow_nav_circle_border[disabled]:focus {
  color: #000000;
}
.button.clear.slideshow_nav_circle_border:hover, .button.clear.slideshow_nav_circle_border:focus {
  color: black;
}
.button.clear.slideshow_bg, .button.clear.slideshow_bg.disabled, .button.clear.slideshow_bg[disabled], .button.clear.slideshow_bg.disabled:hover, .button.clear.slideshow_bg[disabled]:hover, .button.clear.slideshow_bg.disabled:focus, .button.clear.slideshow_bg[disabled]:focus {
  color: #FFFFFF;
}
.button.clear.slideshow_bg:hover, .button.clear.slideshow_bg:focus {
  color: gray;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #14622E;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #3D413E;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #14622E;
}
.button.dropdown.hollow.third::after, .button.dropdown.clear.third::after {
  border-top-color: #FAFAFA;
}
.button.dropdown.hollow.tertiary::after, .button.dropdown.clear.tertiary::after {
  border-top-color: #98C23C;
}
.button.dropdown.hollow.fourth::after, .button.dropdown.clear.fourth::after {
  border-top-color: #f5f5f5;
}
.button.dropdown.hollow.fifth::after, .button.dropdown.clear.fifth::after {
  border-top-color: #b2b0b0;
}
.button.dropdown.hollow.sixth::after, .button.dropdown.clear.sixth::after {
  border-top-color: #898282;
}
.button.dropdown.hollow.seventh::after, .button.dropdown.clear.seventh::after {
  border-top-color: #DEDEDE;
}
.button.dropdown.hollow.eighth::after, .button.dropdown.clear.eighth::after {
  border-top-color: #dc4e4e;
}
.button.dropdown.hollow.ninth::after, .button.dropdown.clear.ninth::after {
  border-top-color: #bc5858;
}
.button.dropdown.hollow.tenth::after, .button.dropdown.clear.tenth::after {
  border-top-color: #d2d2d2;
}
.button.dropdown.hollow.eleven::after, .button.dropdown.clear.eleven::after {
  border-top-color: #A0A0A0;
}
.button.dropdown.hollow.twelve::after, .button.dropdown.clear.twelve::after {
  border-top-color: #d3d3d3;
}
.button.dropdown.hollow.thirteen::after, .button.dropdown.clear.thirteen::after {
  border-top-color: #a2a2a2;
}
.button.dropdown.hollow.fourteen::after, .button.dropdown.clear.fourteen::after {
  border-top-color: #818181;
}
.button.dropdown.hollow.fifteen::after, .button.dropdown.clear.fifteen::after {
  border-top-color: #707070;
}
.button.dropdown.hollow.sixteenth::after, .button.dropdown.clear.sixteenth::after {
  border-top-color: #FDBA1E;
}
.button.dropdown.hollow.seventeenth::after, .button.dropdown.clear.seventeenth::after {
  border-top-color: #DD1376;
}
.button.dropdown.hollow.eighteenth::after, .button.dropdown.clear.eighteenth::after {
  border-top-color: #076DAD;
}
.button.dropdown.hollow.nineteenth::after, .button.dropdown.clear.nineteenth::after {
  border-top-color: #98C23C;
}
.button.dropdown.hollow.twentieth::after, .button.dropdown.clear.twentieth::after {
  border-top-color: #5A5959;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.dropdown.hollow.white::after, .button.dropdown.clear.white::after {
  border-top-color: #FFFFFF;
}
.button.dropdown.hollow.black::after, .button.dropdown.clear.black::after {
  border-top-color: #000000;
}
.button.dropdown.hollow.mn_primary::after, .button.dropdown.clear.mn_primary::after {
  border-top-color: #494848;
}
.button.dropdown.hollow.mn_secondary::after, .button.dropdown.clear.mn_secondary::after {
  border-top-color: #98C23C;
}
.button.dropdown.hollow.mn_tertiary::after, .button.dropdown.clear.mn_tertiary::after {
  border-top-color: #494C4A;
}
.button.dropdown.hollow.mn_fourth::after, .button.dropdown.clear.mn_fourth::after {
  border-top-color: #6d6e71;
}
.button.dropdown.hollow.mn_fifth::after, .button.dropdown.clear.mn_fifth::after {
  border-top-color: white;
}
.button.dropdown.hollow.slideshow_nav::after, .button.dropdown.clear.slideshow_nav::after {
  border-top-color: #ffffff;
}
.button.dropdown.hollow.slideshow_nav_char_color::after, .button.dropdown.clear.slideshow_nav_char_color::after {
  border-top-color: #ffffff;
}
.button.dropdown.hollow.slideshow_nav_hover::after, .button.dropdown.clear.slideshow_nav_hover::after {
  border-top-color: #ffffff;
}
.button.dropdown.hollow.slideshow_nav_shadow::after, .button.dropdown.clear.slideshow_nav_shadow::after {
  border-top-color: #ffffff;
}
.button.dropdown.hollow.slideshow_nav_circle_bg::after, .button.dropdown.clear.slideshow_nav_circle_bg::after {
  border-top-color: #FFFFFF;
}
.button.dropdown.hollow.slideshow_nav_circle_bg_hover::after, .button.dropdown.clear.slideshow_nav_circle_bg_hover::after {
  border-top-color: #0066aa;
}
.button.dropdown.hollow.slideshow_nav_circle_shadow::after, .button.dropdown.clear.slideshow_nav_circle_shadow::after {
  border-top-color: #00aaff;
}
.button.dropdown.hollow.slideshow_nav_circle_shadow_hover::after, .button.dropdown.clear.slideshow_nav_circle_shadow_hover::after {
  border-top-color: #0066aa;
}
.button.dropdown.hollow.slideshow_nav_circle_border::after, .button.dropdown.clear.slideshow_nav_circle_border::after {
  border-top-color: #000000;
}
.button.dropdown.hollow.slideshow_bg::after, .button.dropdown.clear.slideshow_bg::after {
  border-top-color: #FFFFFF;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #3D413E;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #3D413E;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #3D413E transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #3D413E transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #3D413E;
  color: #fefefe;
}
.badge.primary {
  background: #3D413E;
  color: #fefefe;
}
.badge.secondary {
  background: #14622E;
  color: #fefefe;
}
.badge.third {
  background: #FAFAFA;
  color: #0a0a0a;
}
.badge.tertiary {
  background: #98C23C;
  color: #0a0a0a;
}
.badge.fourth {
  background: #f5f5f5;
  color: #0a0a0a;
}
.badge.fifth {
  background: #b2b0b0;
  color: #0a0a0a;
}
.badge.sixth {
  background: #898282;
  color: #0a0a0a;
}
.badge.seventh {
  background: #DEDEDE;
  color: #0a0a0a;
}
.badge.eighth {
  background: #dc4e4e;
  color: #0a0a0a;
}
.badge.ninth {
  background: #bc5858;
  color: #fefefe;
}
.badge.tenth {
  background: #d2d2d2;
  color: #0a0a0a;
}
.badge.eleven {
  background: #A0A0A0;
  color: #0a0a0a;
}
.badge.twelve {
  background: #d3d3d3;
  color: #0a0a0a;
}
.badge.thirteen {
  background: #a2a2a2;
  color: #0a0a0a;
}
.badge.fourteen {
  background: #818181;
  color: #0a0a0a;
}
.badge.fifteen {
  background: #707070;
  color: #fefefe;
}
.badge.sixteenth {
  background: #FDBA1E;
  color: #0a0a0a;
}
.badge.seventeenth {
  background: #DD1376;
  color: #fefefe;
}
.badge.eighteenth {
  background: #076DAD;
  color: #fefefe;
}
.badge.nineteenth {
  background: #98C23C;
  color: #0a0a0a;
}
.badge.twentieth {
  background: #5A5959;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}
.badge.white {
  background: #FFFFFF;
  color: #0a0a0a;
}
.badge.black {
  background: #000000;
  color: #fefefe;
}
.badge.mn_primary {
  background: #494848;
  color: #fefefe;
}
.badge.mn_secondary {
  background: #98C23C;
  color: #0a0a0a;
}
.badge.mn_tertiary {
  background: #494C4A;
  color: #fefefe;
}
.badge.mn_fourth {
  background: #6d6e71;
  color: #fefefe;
}
.badge.mn_fifth {
  background: white;
  color: #0a0a0a;
}
.badge.slideshow_nav {
  background: #ffffff;
  color: #0a0a0a;
}
.badge.slideshow_nav_char_color {
  background: #ffffff;
  color: #0a0a0a;
}
.badge.slideshow_nav_hover {
  background: #ffffff;
  color: #0a0a0a;
}
.badge.slideshow_nav_shadow {
  background: #ffffff;
  color: #0a0a0a;
}
.badge.slideshow_nav_circle_bg {
  background: #FFFFFF;
  color: #0a0a0a;
}
.badge.slideshow_nav_circle_bg_hover {
  background: #0066aa;
  color: #fefefe;
}
.badge.slideshow_nav_circle_shadow {
  background: #00aaff;
  color: #0a0a0a;
}
.badge.slideshow_nav_circle_shadow_hover {
  background: #0066aa;
  color: #fefefe;
}
.badge.slideshow_nav_circle_border {
  background: #000000;
  color: #fefefe;
}
.badge.slideshow_bg {
  background: #FFFFFF;
  color: #0a0a0a;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #3D413E;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 22px;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 14px;
}
.button-group.small .button {
  font-size: 16px;
}
.button-group.large .button {
  font-size: 22px;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #3D413E;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #313432;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #14622E;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #104e25;
  color: #fefefe;
}
.button-group.third .button, .button-group.third .button.disabled, .button-group.third .button[disabled], .button-group.third .button.disabled:hover, .button-group.third .button[disabled]:hover, .button-group.third .button.disabled:focus, .button-group.third .button[disabled]:focus {
  background-color: #FAFAFA;
  color: #0a0a0a;
}
.button-group.third .button:hover, .button-group.third .button:focus {
  background-color: #c8c8c8;
  color: #0a0a0a;
}
.button-group.tertiary .button, .button-group.tertiary .button.disabled, .button-group.tertiary .button[disabled], .button-group.tertiary .button.disabled:hover, .button-group.tertiary .button[disabled]:hover, .button-group.tertiary .button.disabled:focus, .button-group.tertiary .button[disabled]:focus {
  background-color: #98C23C;
  color: #0a0a0a;
}
.button-group.tertiary .button:hover, .button-group.tertiary .button:focus {
  background-color: #7a9b30;
  color: #0a0a0a;
}
.button-group.fourth .button, .button-group.fourth .button.disabled, .button-group.fourth .button[disabled], .button-group.fourth .button.disabled:hover, .button-group.fourth .button[disabled]:hover, .button-group.fourth .button.disabled:focus, .button-group.fourth .button[disabled]:focus {
  background-color: #f5f5f5;
  color: #0a0a0a;
}
.button-group.fourth .button:hover, .button-group.fourth .button:focus {
  background-color: #c4c4c4;
  color: #0a0a0a;
}
.button-group.fifth .button, .button-group.fifth .button.disabled, .button-group.fifth .button[disabled], .button-group.fifth .button.disabled:hover, .button-group.fifth .button[disabled]:hover, .button-group.fifth .button.disabled:focus, .button-group.fifth .button[disabled]:focus {
  background-color: #b2b0b0;
  color: #0a0a0a;
}
.button-group.fifth .button:hover, .button-group.fifth .button:focus {
  background-color: #8f8c8c;
  color: #0a0a0a;
}
.button-group.sixth .button, .button-group.sixth .button.disabled, .button-group.sixth .button[disabled], .button-group.sixth .button.disabled:hover, .button-group.sixth .button[disabled]:hover, .button-group.sixth .button.disabled:focus, .button-group.sixth .button[disabled]:focus {
  background-color: #898282;
  color: #0a0a0a;
}
.button-group.sixth .button:hover, .button-group.sixth .button:focus {
  background-color: #6e6868;
  color: #0a0a0a;
}
.button-group.seventh .button, .button-group.seventh .button.disabled, .button-group.seventh .button[disabled], .button-group.seventh .button.disabled:hover, .button-group.seventh .button[disabled]:hover, .button-group.seventh .button.disabled:focus, .button-group.seventh .button[disabled]:focus {
  background-color: #DEDEDE;
  color: #0a0a0a;
}
.button-group.seventh .button:hover, .button-group.seventh .button:focus {
  background-color: #b2b2b2;
  color: #0a0a0a;
}
.button-group.eighth .button, .button-group.eighth .button.disabled, .button-group.eighth .button[disabled], .button-group.eighth .button.disabled:hover, .button-group.eighth .button[disabled]:hover, .button-group.eighth .button.disabled:focus, .button-group.eighth .button[disabled]:focus {
  background-color: #dc4e4e;
  color: #0a0a0a;
}
.button-group.eighth .button:hover, .button-group.eighth .button:focus {
  background-color: #c72727;
  color: #0a0a0a;
}
.button-group.ninth .button, .button-group.ninth .button.disabled, .button-group.ninth .button[disabled], .button-group.ninth .button.disabled:hover, .button-group.ninth .button[disabled]:hover, .button-group.ninth .button.disabled:focus, .button-group.ninth .button[disabled]:focus {
  background-color: #bc5858;
  color: #fefefe;
}
.button-group.ninth .button:hover, .button-group.ninth .button:focus {
  background-color: #9e3f3f;
  color: #fefefe;
}
.button-group.tenth .button, .button-group.tenth .button.disabled, .button-group.tenth .button[disabled], .button-group.tenth .button.disabled:hover, .button-group.tenth .button[disabled]:hover, .button-group.tenth .button.disabled:focus, .button-group.tenth .button[disabled]:focus {
  background-color: #d2d2d2;
  color: #0a0a0a;
}
.button-group.tenth .button:hover, .button-group.tenth .button:focus {
  background-color: #a8a8a8;
  color: #0a0a0a;
}
.button-group.eleven .button, .button-group.eleven .button.disabled, .button-group.eleven .button[disabled], .button-group.eleven .button.disabled:hover, .button-group.eleven .button[disabled]:hover, .button-group.eleven .button.disabled:focus, .button-group.eleven .button[disabled]:focus {
  background-color: #A0A0A0;
  color: #0a0a0a;
}
.button-group.eleven .button:hover, .button-group.eleven .button:focus {
  background-color: gray;
  color: #0a0a0a;
}
.button-group.twelve .button, .button-group.twelve .button.disabled, .button-group.twelve .button[disabled], .button-group.twelve .button.disabled:hover, .button-group.twelve .button[disabled]:hover, .button-group.twelve .button.disabled:focus, .button-group.twelve .button[disabled]:focus {
  background-color: #d3d3d3;
  color: #0a0a0a;
}
.button-group.twelve .button:hover, .button-group.twelve .button:focus {
  background-color: darkgray;
  color: #0a0a0a;
}
.button-group.thirteen .button, .button-group.thirteen .button.disabled, .button-group.thirteen .button[disabled], .button-group.thirteen .button.disabled:hover, .button-group.thirteen .button[disabled]:hover, .button-group.thirteen .button.disabled:focus, .button-group.thirteen .button[disabled]:focus {
  background-color: #a2a2a2;
  color: #0a0a0a;
}
.button-group.thirteen .button:hover, .button-group.thirteen .button:focus {
  background-color: #828282;
  color: #0a0a0a;
}
.button-group.fourteen .button, .button-group.fourteen .button.disabled, .button-group.fourteen .button[disabled], .button-group.fourteen .button.disabled:hover, .button-group.fourteen .button[disabled]:hover, .button-group.fourteen .button.disabled:focus, .button-group.fourteen .button[disabled]:focus {
  background-color: #818181;
  color: #0a0a0a;
}
.button-group.fourteen .button:hover, .button-group.fourteen .button:focus {
  background-color: #676767;
  color: #0a0a0a;
}
.button-group.fifteen .button, .button-group.fifteen .button.disabled, .button-group.fifteen .button[disabled], .button-group.fifteen .button.disabled:hover, .button-group.fifteen .button[disabled]:hover, .button-group.fifteen .button.disabled:focus, .button-group.fifteen .button[disabled]:focus {
  background-color: #707070;
  color: #fefefe;
}
.button-group.fifteen .button:hover, .button-group.fifteen .button:focus {
  background-color: #5a5a5a;
  color: #fefefe;
}
.button-group.sixteenth .button, .button-group.sixteenth .button.disabled, .button-group.sixteenth .button[disabled], .button-group.sixteenth .button.disabled:hover, .button-group.sixteenth .button[disabled]:hover, .button-group.sixteenth .button.disabled:focus, .button-group.sixteenth .button[disabled]:focus {
  background-color: #FDBA1E;
  color: #0a0a0a;
}
.button-group.sixteenth .button:hover, .button-group.sixteenth .button:focus {
  background-color: #e09e02;
  color: #0a0a0a;
}
.button-group.seventeenth .button, .button-group.seventeenth .button.disabled, .button-group.seventeenth .button[disabled], .button-group.seventeenth .button.disabled:hover, .button-group.seventeenth .button[disabled]:hover, .button-group.seventeenth .button.disabled:focus, .button-group.seventeenth .button[disabled]:focus {
  background-color: #DD1376;
  color: #fefefe;
}
.button-group.seventeenth .button:hover, .button-group.seventeenth .button:focus {
  background-color: #b10f5e;
  color: #fefefe;
}
.button-group.eighteenth .button, .button-group.eighteenth .button.disabled, .button-group.eighteenth .button[disabled], .button-group.eighteenth .button.disabled:hover, .button-group.eighteenth .button[disabled]:hover, .button-group.eighteenth .button.disabled:focus, .button-group.eighteenth .button[disabled]:focus {
  background-color: #076DAD;
  color: #fefefe;
}
.button-group.eighteenth .button:hover, .button-group.eighteenth .button:focus {
  background-color: #06578a;
  color: #fefefe;
}
.button-group.nineteenth .button, .button-group.nineteenth .button.disabled, .button-group.nineteenth .button[disabled], .button-group.nineteenth .button.disabled:hover, .button-group.nineteenth .button[disabled]:hover, .button-group.nineteenth .button.disabled:focus, .button-group.nineteenth .button[disabled]:focus {
  background-color: #98C23C;
  color: #0a0a0a;
}
.button-group.nineteenth .button:hover, .button-group.nineteenth .button:focus {
  background-color: #7a9b30;
  color: #0a0a0a;
}
.button-group.twentieth .button, .button-group.twentieth .button.disabled, .button-group.twentieth .button[disabled], .button-group.twentieth .button.disabled:hover, .button-group.twentieth .button[disabled]:hover, .button-group.twentieth .button.disabled:focus, .button-group.twentieth .button[disabled]:focus {
  background-color: #5A5959;
  color: #fefefe;
}
.button-group.twentieth .button:hover, .button-group.twentieth .button:focus {
  background-color: #484747;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.white .button, .button-group.white .button.disabled, .button-group.white .button[disabled], .button-group.white .button.disabled:hover, .button-group.white .button[disabled]:hover, .button-group.white .button.disabled:focus, .button-group.white .button[disabled]:focus {
  background-color: #FFFFFF;
  color: #0a0a0a;
}
.button-group.white .button:hover, .button-group.white .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.black .button, .button-group.black .button.disabled, .button-group.black .button[disabled], .button-group.black .button.disabled:hover, .button-group.black .button[disabled]:hover, .button-group.black .button.disabled:focus, .button-group.black .button[disabled]:focus {
  background-color: #000000;
  color: #fefefe;
}
.button-group.black .button:hover, .button-group.black .button:focus {
  background-color: black;
  color: #fefefe;
}
.button-group.mn_primary .button, .button-group.mn_primary .button.disabled, .button-group.mn_primary .button[disabled], .button-group.mn_primary .button.disabled:hover, .button-group.mn_primary .button[disabled]:hover, .button-group.mn_primary .button.disabled:focus, .button-group.mn_primary .button[disabled]:focus {
  background-color: #494848;
  color: #fefefe;
}
.button-group.mn_primary .button:hover, .button-group.mn_primary .button:focus {
  background-color: #3a3a3a;
  color: #fefefe;
}
.button-group.mn_secondary .button, .button-group.mn_secondary .button.disabled, .button-group.mn_secondary .button[disabled], .button-group.mn_secondary .button.disabled:hover, .button-group.mn_secondary .button[disabled]:hover, .button-group.mn_secondary .button.disabled:focus, .button-group.mn_secondary .button[disabled]:focus {
  background-color: #98C23C;
  color: #0a0a0a;
}
.button-group.mn_secondary .button:hover, .button-group.mn_secondary .button:focus {
  background-color: #7a9b30;
  color: #0a0a0a;
}
.button-group.mn_tertiary .button, .button-group.mn_tertiary .button.disabled, .button-group.mn_tertiary .button[disabled], .button-group.mn_tertiary .button.disabled:hover, .button-group.mn_tertiary .button[disabled]:hover, .button-group.mn_tertiary .button.disabled:focus, .button-group.mn_tertiary .button[disabled]:focus {
  background-color: #494C4A;
  color: #fefefe;
}
.button-group.mn_tertiary .button:hover, .button-group.mn_tertiary .button:focus {
  background-color: #3a3d3b;
  color: #fefefe;
}
.button-group.mn_fourth .button, .button-group.mn_fourth .button.disabled, .button-group.mn_fourth .button[disabled], .button-group.mn_fourth .button.disabled:hover, .button-group.mn_fourth .button[disabled]:hover, .button-group.mn_fourth .button.disabled:focus, .button-group.mn_fourth .button[disabled]:focus {
  background-color: #6d6e71;
  color: #fefefe;
}
.button-group.mn_fourth .button:hover, .button-group.mn_fourth .button:focus {
  background-color: #57585a;
  color: #fefefe;
}
.button-group.mn_fifth .button, .button-group.mn_fifth .button.disabled, .button-group.mn_fifth .button[disabled], .button-group.mn_fifth .button.disabled:hover, .button-group.mn_fifth .button[disabled]:hover, .button-group.mn_fifth .button.disabled:focus, .button-group.mn_fifth .button[disabled]:focus {
  background-color: white;
  color: #0a0a0a;
}
.button-group.mn_fifth .button:hover, .button-group.mn_fifth .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.slideshow_nav .button, .button-group.slideshow_nav .button.disabled, .button-group.slideshow_nav .button[disabled], .button-group.slideshow_nav .button.disabled:hover, .button-group.slideshow_nav .button[disabled]:hover, .button-group.slideshow_nav .button.disabled:focus, .button-group.slideshow_nav .button[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button-group.slideshow_nav .button:hover, .button-group.slideshow_nav .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.slideshow_nav_char_color .button, .button-group.slideshow_nav_char_color .button.disabled, .button-group.slideshow_nav_char_color .button[disabled], .button-group.slideshow_nav_char_color .button.disabled:hover, .button-group.slideshow_nav_char_color .button[disabled]:hover, .button-group.slideshow_nav_char_color .button.disabled:focus, .button-group.slideshow_nav_char_color .button[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button-group.slideshow_nav_char_color .button:hover, .button-group.slideshow_nav_char_color .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.slideshow_nav_hover .button, .button-group.slideshow_nav_hover .button.disabled, .button-group.slideshow_nav_hover .button[disabled], .button-group.slideshow_nav_hover .button.disabled:hover, .button-group.slideshow_nav_hover .button[disabled]:hover, .button-group.slideshow_nav_hover .button.disabled:focus, .button-group.slideshow_nav_hover .button[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button-group.slideshow_nav_hover .button:hover, .button-group.slideshow_nav_hover .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.slideshow_nav_shadow .button, .button-group.slideshow_nav_shadow .button.disabled, .button-group.slideshow_nav_shadow .button[disabled], .button-group.slideshow_nav_shadow .button.disabled:hover, .button-group.slideshow_nav_shadow .button[disabled]:hover, .button-group.slideshow_nav_shadow .button.disabled:focus, .button-group.slideshow_nav_shadow .button[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button-group.slideshow_nav_shadow .button:hover, .button-group.slideshow_nav_shadow .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.slideshow_nav_circle_bg .button, .button-group.slideshow_nav_circle_bg .button.disabled, .button-group.slideshow_nav_circle_bg .button[disabled], .button-group.slideshow_nav_circle_bg .button.disabled:hover, .button-group.slideshow_nav_circle_bg .button[disabled]:hover, .button-group.slideshow_nav_circle_bg .button.disabled:focus, .button-group.slideshow_nav_circle_bg .button[disabled]:focus {
  background-color: #FFFFFF;
  color: #0a0a0a;
}
.button-group.slideshow_nav_circle_bg .button:hover, .button-group.slideshow_nav_circle_bg .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.slideshow_nav_circle_bg_hover .button, .button-group.slideshow_nav_circle_bg_hover .button.disabled, .button-group.slideshow_nav_circle_bg_hover .button[disabled], .button-group.slideshow_nav_circle_bg_hover .button.disabled:hover, .button-group.slideshow_nav_circle_bg_hover .button[disabled]:hover, .button-group.slideshow_nav_circle_bg_hover .button.disabled:focus, .button-group.slideshow_nav_circle_bg_hover .button[disabled]:focus {
  background-color: #0066aa;
  color: #fefefe;
}
.button-group.slideshow_nav_circle_bg_hover .button:hover, .button-group.slideshow_nav_circle_bg_hover .button:focus {
  background-color: #005288;
  color: #fefefe;
}
.button-group.slideshow_nav_circle_shadow .button, .button-group.slideshow_nav_circle_shadow .button.disabled, .button-group.slideshow_nav_circle_shadow .button[disabled], .button-group.slideshow_nav_circle_shadow .button.disabled:hover, .button-group.slideshow_nav_circle_shadow .button[disabled]:hover, .button-group.slideshow_nav_circle_shadow .button.disabled:focus, .button-group.slideshow_nav_circle_shadow .button[disabled]:focus {
  background-color: #00aaff;
  color: #0a0a0a;
}
.button-group.slideshow_nav_circle_shadow .button:hover, .button-group.slideshow_nav_circle_shadow .button:focus {
  background-color: #0088cc;
  color: #0a0a0a;
}
.button-group.slideshow_nav_circle_shadow_hover .button, .button-group.slideshow_nav_circle_shadow_hover .button.disabled, .button-group.slideshow_nav_circle_shadow_hover .button[disabled], .button-group.slideshow_nav_circle_shadow_hover .button.disabled:hover, .button-group.slideshow_nav_circle_shadow_hover .button[disabled]:hover, .button-group.slideshow_nav_circle_shadow_hover .button.disabled:focus, .button-group.slideshow_nav_circle_shadow_hover .button[disabled]:focus {
  background-color: #0066aa;
  color: #fefefe;
}
.button-group.slideshow_nav_circle_shadow_hover .button:hover, .button-group.slideshow_nav_circle_shadow_hover .button:focus {
  background-color: #005288;
  color: #fefefe;
}
.button-group.slideshow_nav_circle_border .button, .button-group.slideshow_nav_circle_border .button.disabled, .button-group.slideshow_nav_circle_border .button[disabled], .button-group.slideshow_nav_circle_border .button.disabled:hover, .button-group.slideshow_nav_circle_border .button[disabled]:hover, .button-group.slideshow_nav_circle_border .button.disabled:focus, .button-group.slideshow_nav_circle_border .button[disabled]:focus {
  background-color: #000000;
  color: #fefefe;
}
.button-group.slideshow_nav_circle_border .button:hover, .button-group.slideshow_nav_circle_border .button:focus {
  background-color: black;
  color: #fefefe;
}
.button-group.slideshow_bg .button, .button-group.slideshow_bg .button.disabled, .button-group.slideshow_bg .button[disabled], .button-group.slideshow_bg .button.disabled:hover, .button-group.slideshow_bg .button[disabled]:hover, .button-group.slideshow_bg .button.disabled:focus, .button-group.slideshow_bg .button[disabled]:focus {
  background-color: #FFFFFF;
  color: #0a0a0a;
}
.button-group.slideshow_bg .button:hover, .button-group.slideshow_bg .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #14622E;
  color: #14622E;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0a3117;
  color: #0a3117;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #3D413E;
  color: #3D413E;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #1f211f;
  color: #1f211f;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #14622E;
  color: #14622E;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #0a3117;
  color: #0a3117;
}
.button-group.hollow.third .button, .button-group.hollow.third .button.disabled, .button-group.hollow.third .button[disabled], .button-group.hollow.third .button.disabled:hover, .button-group.hollow.third .button[disabled]:hover, .button-group.hollow.third .button.disabled:focus, .button-group.hollow.third .button[disabled]:focus, .button-group.hollow .button.third, .button-group.hollow .button.third.disabled, .button-group.hollow .button.third[disabled], .button-group.hollow .button.third.disabled:hover, .button-group.hollow .button.third[disabled]:hover, .button-group.hollow .button.third.disabled:focus, .button-group.hollow .button.third[disabled]:focus {
  border: 1px solid #FAFAFA;
  color: #FAFAFA;
}
.button-group.hollow.third .button:hover, .button-group.hollow.third .button:focus, .button-group.hollow .button.third:hover, .button-group.hollow .button.third:focus {
  border-color: #7d7d7d;
  color: #7d7d7d;
}
.button-group.hollow.tertiary .button, .button-group.hollow.tertiary .button.disabled, .button-group.hollow.tertiary .button[disabled], .button-group.hollow.tertiary .button.disabled:hover, .button-group.hollow.tertiary .button[disabled]:hover, .button-group.hollow.tertiary .button.disabled:focus, .button-group.hollow.tertiary .button[disabled]:focus, .button-group.hollow .button.tertiary, .button-group.hollow .button.tertiary.disabled, .button-group.hollow .button.tertiary[disabled], .button-group.hollow .button.tertiary.disabled:hover, .button-group.hollow .button.tertiary[disabled]:hover, .button-group.hollow .button.tertiary.disabled:focus, .button-group.hollow .button.tertiary[disabled]:focus {
  border: 1px solid #98C23C;
  color: #98C23C;
}
.button-group.hollow.tertiary .button:hover, .button-group.hollow.tertiary .button:focus, .button-group.hollow .button.tertiary:hover, .button-group.hollow .button.tertiary:focus {
  border-color: #4c611e;
  color: #4c611e;
}
.button-group.hollow.fourth .button, .button-group.hollow.fourth .button.disabled, .button-group.hollow.fourth .button[disabled], .button-group.hollow.fourth .button.disabled:hover, .button-group.hollow.fourth .button[disabled]:hover, .button-group.hollow.fourth .button.disabled:focus, .button-group.hollow.fourth .button[disabled]:focus, .button-group.hollow .button.fourth, .button-group.hollow .button.fourth.disabled, .button-group.hollow .button.fourth[disabled], .button-group.hollow .button.fourth.disabled:hover, .button-group.hollow .button.fourth[disabled]:hover, .button-group.hollow .button.fourth.disabled:focus, .button-group.hollow .button.fourth[disabled]:focus {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.button-group.hollow.fourth .button:hover, .button-group.hollow.fourth .button:focus, .button-group.hollow .button.fourth:hover, .button-group.hollow .button.fourth:focus {
  border-color: #7b7b7b;
  color: #7b7b7b;
}
.button-group.hollow.fifth .button, .button-group.hollow.fifth .button.disabled, .button-group.hollow.fifth .button[disabled], .button-group.hollow.fifth .button.disabled:hover, .button-group.hollow.fifth .button[disabled]:hover, .button-group.hollow.fifth .button.disabled:focus, .button-group.hollow.fifth .button[disabled]:focus, .button-group.hollow .button.fifth, .button-group.hollow .button.fifth.disabled, .button-group.hollow .button.fifth[disabled], .button-group.hollow .button.fifth.disabled:hover, .button-group.hollow .button.fifth[disabled]:hover, .button-group.hollow .button.fifth.disabled:focus, .button-group.hollow .button.fifth[disabled]:focus {
  border: 1px solid #b2b0b0;
  color: #b2b0b0;
}
.button-group.hollow.fifth .button:hover, .button-group.hollow.fifth .button:focus, .button-group.hollow .button.fifth:hover, .button-group.hollow .button.fifth:focus {
  border-color: #5a5757;
  color: #5a5757;
}
.button-group.hollow.sixth .button, .button-group.hollow.sixth .button.disabled, .button-group.hollow.sixth .button[disabled], .button-group.hollow.sixth .button.disabled:hover, .button-group.hollow.sixth .button[disabled]:hover, .button-group.hollow.sixth .button.disabled:focus, .button-group.hollow.sixth .button[disabled]:focus, .button-group.hollow .button.sixth, .button-group.hollow .button.sixth.disabled, .button-group.hollow .button.sixth[disabled], .button-group.hollow .button.sixth.disabled:hover, .button-group.hollow .button.sixth[disabled]:hover, .button-group.hollow .button.sixth.disabled:focus, .button-group.hollow .button.sixth[disabled]:focus {
  border: 1px solid #898282;
  color: #898282;
}
.button-group.hollow.sixth .button:hover, .button-group.hollow.sixth .button:focus, .button-group.hollow .button.sixth:hover, .button-group.hollow .button.sixth:focus {
  border-color: #454141;
  color: #454141;
}
.button-group.hollow.seventh .button, .button-group.hollow.seventh .button.disabled, .button-group.hollow.seventh .button[disabled], .button-group.hollow.seventh .button.disabled:hover, .button-group.hollow.seventh .button[disabled]:hover, .button-group.hollow.seventh .button.disabled:focus, .button-group.hollow.seventh .button[disabled]:focus, .button-group.hollow .button.seventh, .button-group.hollow .button.seventh.disabled, .button-group.hollow .button.seventh[disabled], .button-group.hollow .button.seventh.disabled:hover, .button-group.hollow .button.seventh[disabled]:hover, .button-group.hollow .button.seventh.disabled:focus, .button-group.hollow .button.seventh[disabled]:focus {
  border: 1px solid #DEDEDE;
  color: #DEDEDE;
}
.button-group.hollow.seventh .button:hover, .button-group.hollow.seventh .button:focus, .button-group.hollow .button.seventh:hover, .button-group.hollow .button.seventh:focus {
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.button-group.hollow.eighth .button, .button-group.hollow.eighth .button.disabled, .button-group.hollow.eighth .button[disabled], .button-group.hollow.eighth .button.disabled:hover, .button-group.hollow.eighth .button[disabled]:hover, .button-group.hollow.eighth .button.disabled:focus, .button-group.hollow.eighth .button[disabled]:focus, .button-group.hollow .button.eighth, .button-group.hollow .button.eighth.disabled, .button-group.hollow .button.eighth[disabled], .button-group.hollow .button.eighth.disabled:hover, .button-group.hollow .button.eighth[disabled]:hover, .button-group.hollow .button.eighth.disabled:focus, .button-group.hollow .button.eighth[disabled]:focus {
  border: 1px solid #dc4e4e;
  color: #dc4e4e;
}
.button-group.hollow.eighth .button:hover, .button-group.hollow.eighth .button:focus, .button-group.hollow .button.eighth:hover, .button-group.hollow .button.eighth:focus {
  border-color: #7c1919;
  color: #7c1919;
}
.button-group.hollow.ninth .button, .button-group.hollow.ninth .button.disabled, .button-group.hollow.ninth .button[disabled], .button-group.hollow.ninth .button.disabled:hover, .button-group.hollow.ninth .button[disabled]:hover, .button-group.hollow.ninth .button.disabled:focus, .button-group.hollow.ninth .button[disabled]:focus, .button-group.hollow .button.ninth, .button-group.hollow .button.ninth.disabled, .button-group.hollow .button.ninth[disabled], .button-group.hollow .button.ninth.disabled:hover, .button-group.hollow .button.ninth[disabled]:hover, .button-group.hollow .button.ninth.disabled:focus, .button-group.hollow .button.ninth[disabled]:focus {
  border: 1px solid #bc5858;
  color: #bc5858;
}
.button-group.hollow.ninth .button:hover, .button-group.hollow.ninth .button:focus, .button-group.hollow .button.ninth:hover, .button-group.hollow .button.ninth:focus {
  border-color: #622828;
  color: #622828;
}
.button-group.hollow.tenth .button, .button-group.hollow.tenth .button.disabled, .button-group.hollow.tenth .button[disabled], .button-group.hollow.tenth .button.disabled:hover, .button-group.hollow.tenth .button[disabled]:hover, .button-group.hollow.tenth .button.disabled:focus, .button-group.hollow.tenth .button[disabled]:focus, .button-group.hollow .button.tenth, .button-group.hollow .button.tenth.disabled, .button-group.hollow .button.tenth[disabled], .button-group.hollow .button.tenth.disabled:hover, .button-group.hollow .button.tenth[disabled]:hover, .button-group.hollow .button.tenth.disabled:focus, .button-group.hollow .button.tenth[disabled]:focus {
  border: 1px solid #d2d2d2;
  color: #d2d2d2;
}
.button-group.hollow.tenth .button:hover, .button-group.hollow.tenth .button:focus, .button-group.hollow .button.tenth:hover, .button-group.hollow .button.tenth:focus {
  border-color: dimgray;
  color: dimgray;
}
.button-group.hollow.eleven .button, .button-group.hollow.eleven .button.disabled, .button-group.hollow.eleven .button[disabled], .button-group.hollow.eleven .button.disabled:hover, .button-group.hollow.eleven .button[disabled]:hover, .button-group.hollow.eleven .button.disabled:focus, .button-group.hollow.eleven .button[disabled]:focus, .button-group.hollow .button.eleven, .button-group.hollow .button.eleven.disabled, .button-group.hollow .button.eleven[disabled], .button-group.hollow .button.eleven.disabled:hover, .button-group.hollow .button.eleven[disabled]:hover, .button-group.hollow .button.eleven.disabled:focus, .button-group.hollow .button.eleven[disabled]:focus {
  border: 1px solid #A0A0A0;
  color: #A0A0A0;
}
.button-group.hollow.eleven .button:hover, .button-group.hollow.eleven .button:focus, .button-group.hollow .button.eleven:hover, .button-group.hollow .button.eleven:focus {
  border-color: #505050;
  color: #505050;
}
.button-group.hollow.twelve .button, .button-group.hollow.twelve .button.disabled, .button-group.hollow.twelve .button[disabled], .button-group.hollow.twelve .button.disabled:hover, .button-group.hollow.twelve .button[disabled]:hover, .button-group.hollow.twelve .button.disabled:focus, .button-group.hollow.twelve .button[disabled]:focus, .button-group.hollow .button.twelve, .button-group.hollow .button.twelve.disabled, .button-group.hollow .button.twelve[disabled], .button-group.hollow .button.twelve.disabled:hover, .button-group.hollow .button.twelve[disabled]:hover, .button-group.hollow .button.twelve.disabled:focus, .button-group.hollow .button.twelve[disabled]:focus {
  border: 1px solid #d3d3d3;
  color: #d3d3d3;
}
.button-group.hollow.twelve .button:hover, .button-group.hollow.twelve .button:focus, .button-group.hollow .button.twelve:hover, .button-group.hollow .button.twelve:focus {
  border-color: #6a6a6a;
  color: #6a6a6a;
}
.button-group.hollow.thirteen .button, .button-group.hollow.thirteen .button.disabled, .button-group.hollow.thirteen .button[disabled], .button-group.hollow.thirteen .button.disabled:hover, .button-group.hollow.thirteen .button[disabled]:hover, .button-group.hollow.thirteen .button.disabled:focus, .button-group.hollow.thirteen .button[disabled]:focus, .button-group.hollow .button.thirteen, .button-group.hollow .button.thirteen.disabled, .button-group.hollow .button.thirteen[disabled], .button-group.hollow .button.thirteen.disabled:hover, .button-group.hollow .button.thirteen[disabled]:hover, .button-group.hollow .button.thirteen.disabled:focus, .button-group.hollow .button.thirteen[disabled]:focus {
  border: 1px solid #a2a2a2;
  color: #a2a2a2;
}
.button-group.hollow.thirteen .button:hover, .button-group.hollow.thirteen .button:focus, .button-group.hollow .button.thirteen:hover, .button-group.hollow .button.thirteen:focus {
  border-color: #515151;
  color: #515151;
}
.button-group.hollow.fourteen .button, .button-group.hollow.fourteen .button.disabled, .button-group.hollow.fourteen .button[disabled], .button-group.hollow.fourteen .button.disabled:hover, .button-group.hollow.fourteen .button[disabled]:hover, .button-group.hollow.fourteen .button.disabled:focus, .button-group.hollow.fourteen .button[disabled]:focus, .button-group.hollow .button.fourteen, .button-group.hollow .button.fourteen.disabled, .button-group.hollow .button.fourteen[disabled], .button-group.hollow .button.fourteen.disabled:hover, .button-group.hollow .button.fourteen[disabled]:hover, .button-group.hollow .button.fourteen.disabled:focus, .button-group.hollow .button.fourteen[disabled]:focus {
  border: 1px solid #818181;
  color: #818181;
}
.button-group.hollow.fourteen .button:hover, .button-group.hollow.fourteen .button:focus, .button-group.hollow .button.fourteen:hover, .button-group.hollow .button.fourteen:focus {
  border-color: #414141;
  color: #414141;
}
.button-group.hollow.fifteen .button, .button-group.hollow.fifteen .button.disabled, .button-group.hollow.fifteen .button[disabled], .button-group.hollow.fifteen .button.disabled:hover, .button-group.hollow.fifteen .button[disabled]:hover, .button-group.hollow.fifteen .button.disabled:focus, .button-group.hollow.fifteen .button[disabled]:focus, .button-group.hollow .button.fifteen, .button-group.hollow .button.fifteen.disabled, .button-group.hollow .button.fifteen[disabled], .button-group.hollow .button.fifteen.disabled:hover, .button-group.hollow .button.fifteen[disabled]:hover, .button-group.hollow .button.fifteen.disabled:focus, .button-group.hollow .button.fifteen[disabled]:focus {
  border: 1px solid #707070;
  color: #707070;
}
.button-group.hollow.fifteen .button:hover, .button-group.hollow.fifteen .button:focus, .button-group.hollow .button.fifteen:hover, .button-group.hollow .button.fifteen:focus {
  border-color: #383838;
  color: #383838;
}
.button-group.hollow.sixteenth .button, .button-group.hollow.sixteenth .button.disabled, .button-group.hollow.sixteenth .button[disabled], .button-group.hollow.sixteenth .button.disabled:hover, .button-group.hollow.sixteenth .button[disabled]:hover, .button-group.hollow.sixteenth .button.disabled:focus, .button-group.hollow.sixteenth .button[disabled]:focus, .button-group.hollow .button.sixteenth, .button-group.hollow .button.sixteenth.disabled, .button-group.hollow .button.sixteenth[disabled], .button-group.hollow .button.sixteenth.disabled:hover, .button-group.hollow .button.sixteenth[disabled]:hover, .button-group.hollow .button.sixteenth.disabled:focus, .button-group.hollow .button.sixteenth[disabled]:focus {
  border: 1px solid #FDBA1E;
  color: #FDBA1E;
}
.button-group.hollow.sixteenth .button:hover, .button-group.hollow.sixteenth .button:focus, .button-group.hollow .button.sixteenth:hover, .button-group.hollow .button.sixteenth:focus {
  border-color: #8c6201;
  color: #8c6201;
}
.button-group.hollow.seventeenth .button, .button-group.hollow.seventeenth .button.disabled, .button-group.hollow.seventeenth .button[disabled], .button-group.hollow.seventeenth .button.disabled:hover, .button-group.hollow.seventeenth .button[disabled]:hover, .button-group.hollow.seventeenth .button.disabled:focus, .button-group.hollow.seventeenth .button[disabled]:focus, .button-group.hollow .button.seventeenth, .button-group.hollow .button.seventeenth.disabled, .button-group.hollow .button.seventeenth[disabled], .button-group.hollow .button.seventeenth.disabled:hover, .button-group.hollow .button.seventeenth[disabled]:hover, .button-group.hollow .button.seventeenth.disabled:focus, .button-group.hollow .button.seventeenth[disabled]:focus {
  border: 1px solid #DD1376;
  color: #DD1376;
}
.button-group.hollow.seventeenth .button:hover, .button-group.hollow.seventeenth .button:focus, .button-group.hollow .button.seventeenth:hover, .button-group.hollow .button.seventeenth:focus {
  border-color: #6f0a3b;
  color: #6f0a3b;
}
.button-group.hollow.eighteenth .button, .button-group.hollow.eighteenth .button.disabled, .button-group.hollow.eighteenth .button[disabled], .button-group.hollow.eighteenth .button.disabled:hover, .button-group.hollow.eighteenth .button[disabled]:hover, .button-group.hollow.eighteenth .button.disabled:focus, .button-group.hollow.eighteenth .button[disabled]:focus, .button-group.hollow .button.eighteenth, .button-group.hollow .button.eighteenth.disabled, .button-group.hollow .button.eighteenth[disabled], .button-group.hollow .button.eighteenth.disabled:hover, .button-group.hollow .button.eighteenth[disabled]:hover, .button-group.hollow .button.eighteenth.disabled:focus, .button-group.hollow .button.eighteenth[disabled]:focus {
  border: 1px solid #076DAD;
  color: #076DAD;
}
.button-group.hollow.eighteenth .button:hover, .button-group.hollow.eighteenth .button:focus, .button-group.hollow .button.eighteenth:hover, .button-group.hollow .button.eighteenth:focus {
  border-color: #043757;
  color: #043757;
}
.button-group.hollow.nineteenth .button, .button-group.hollow.nineteenth .button.disabled, .button-group.hollow.nineteenth .button[disabled], .button-group.hollow.nineteenth .button.disabled:hover, .button-group.hollow.nineteenth .button[disabled]:hover, .button-group.hollow.nineteenth .button.disabled:focus, .button-group.hollow.nineteenth .button[disabled]:focus, .button-group.hollow .button.nineteenth, .button-group.hollow .button.nineteenth.disabled, .button-group.hollow .button.nineteenth[disabled], .button-group.hollow .button.nineteenth.disabled:hover, .button-group.hollow .button.nineteenth[disabled]:hover, .button-group.hollow .button.nineteenth.disabled:focus, .button-group.hollow .button.nineteenth[disabled]:focus {
  border: 1px solid #98C23C;
  color: #98C23C;
}
.button-group.hollow.nineteenth .button:hover, .button-group.hollow.nineteenth .button:focus, .button-group.hollow .button.nineteenth:hover, .button-group.hollow .button.nineteenth:focus {
  border-color: #4c611e;
  color: #4c611e;
}
.button-group.hollow.twentieth .button, .button-group.hollow.twentieth .button.disabled, .button-group.hollow.twentieth .button[disabled], .button-group.hollow.twentieth .button.disabled:hover, .button-group.hollow.twentieth .button[disabled]:hover, .button-group.hollow.twentieth .button.disabled:focus, .button-group.hollow.twentieth .button[disabled]:focus, .button-group.hollow .button.twentieth, .button-group.hollow .button.twentieth.disabled, .button-group.hollow .button.twentieth[disabled], .button-group.hollow .button.twentieth.disabled:hover, .button-group.hollow .button.twentieth[disabled]:hover, .button-group.hollow .button.twentieth.disabled:focus, .button-group.hollow .button.twentieth[disabled]:focus {
  border: 1px solid #5A5959;
  color: #5A5959;
}
.button-group.hollow.twentieth .button:hover, .button-group.hollow.twentieth .button:focus, .button-group.hollow .button.twentieth:hover, .button-group.hollow .button.twentieth:focus {
  border-color: #2d2d2d;
  color: #2d2d2d;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.hollow.white .button, .button-group.hollow.white .button.disabled, .button-group.hollow.white .button[disabled], .button-group.hollow.white .button.disabled:hover, .button-group.hollow.white .button[disabled]:hover, .button-group.hollow.white .button.disabled:focus, .button-group.hollow.white .button[disabled]:focus, .button-group.hollow .button.white, .button-group.hollow .button.white.disabled, .button-group.hollow .button.white[disabled], .button-group.hollow .button.white.disabled:hover, .button-group.hollow .button.white[disabled]:hover, .button-group.hollow .button.white.disabled:focus, .button-group.hollow .button.white[disabled]:focus {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button-group.hollow.white .button:hover, .button-group.hollow.white .button:focus, .button-group.hollow .button.white:hover, .button-group.hollow .button.white:focus {
  border-color: gray;
  color: gray;
}
.button-group.hollow.black .button, .button-group.hollow.black .button.disabled, .button-group.hollow.black .button[disabled], .button-group.hollow.black .button.disabled:hover, .button-group.hollow.black .button[disabled]:hover, .button-group.hollow.black .button.disabled:focus, .button-group.hollow.black .button[disabled]:focus, .button-group.hollow .button.black, .button-group.hollow .button.black.disabled, .button-group.hollow .button.black[disabled], .button-group.hollow .button.black.disabled:hover, .button-group.hollow .button.black[disabled]:hover, .button-group.hollow .button.black.disabled:focus, .button-group.hollow .button.black[disabled]:focus {
  border: 1px solid #000000;
  color: #000000;
}
.button-group.hollow.black .button:hover, .button-group.hollow.black .button:focus, .button-group.hollow .button.black:hover, .button-group.hollow .button.black:focus {
  border-color: black;
  color: black;
}
.button-group.hollow.mn_primary .button, .button-group.hollow.mn_primary .button.disabled, .button-group.hollow.mn_primary .button[disabled], .button-group.hollow.mn_primary .button.disabled:hover, .button-group.hollow.mn_primary .button[disabled]:hover, .button-group.hollow.mn_primary .button.disabled:focus, .button-group.hollow.mn_primary .button[disabled]:focus, .button-group.hollow .button.mn_primary, .button-group.hollow .button.mn_primary.disabled, .button-group.hollow .button.mn_primary[disabled], .button-group.hollow .button.mn_primary.disabled:hover, .button-group.hollow .button.mn_primary[disabled]:hover, .button-group.hollow .button.mn_primary.disabled:focus, .button-group.hollow .button.mn_primary[disabled]:focus {
  border: 1px solid #494848;
  color: #494848;
}
.button-group.hollow.mn_primary .button:hover, .button-group.hollow.mn_primary .button:focus, .button-group.hollow .button.mn_primary:hover, .button-group.hollow .button.mn_primary:focus {
  border-color: #252424;
  color: #252424;
}
.button-group.hollow.mn_secondary .button, .button-group.hollow.mn_secondary .button.disabled, .button-group.hollow.mn_secondary .button[disabled], .button-group.hollow.mn_secondary .button.disabled:hover, .button-group.hollow.mn_secondary .button[disabled]:hover, .button-group.hollow.mn_secondary .button.disabled:focus, .button-group.hollow.mn_secondary .button[disabled]:focus, .button-group.hollow .button.mn_secondary, .button-group.hollow .button.mn_secondary.disabled, .button-group.hollow .button.mn_secondary[disabled], .button-group.hollow .button.mn_secondary.disabled:hover, .button-group.hollow .button.mn_secondary[disabled]:hover, .button-group.hollow .button.mn_secondary.disabled:focus, .button-group.hollow .button.mn_secondary[disabled]:focus {
  border: 1px solid #98C23C;
  color: #98C23C;
}
.button-group.hollow.mn_secondary .button:hover, .button-group.hollow.mn_secondary .button:focus, .button-group.hollow .button.mn_secondary:hover, .button-group.hollow .button.mn_secondary:focus {
  border-color: #4c611e;
  color: #4c611e;
}
.button-group.hollow.mn_tertiary .button, .button-group.hollow.mn_tertiary .button.disabled, .button-group.hollow.mn_tertiary .button[disabled], .button-group.hollow.mn_tertiary .button.disabled:hover, .button-group.hollow.mn_tertiary .button[disabled]:hover, .button-group.hollow.mn_tertiary .button.disabled:focus, .button-group.hollow.mn_tertiary .button[disabled]:focus, .button-group.hollow .button.mn_tertiary, .button-group.hollow .button.mn_tertiary.disabled, .button-group.hollow .button.mn_tertiary[disabled], .button-group.hollow .button.mn_tertiary.disabled:hover, .button-group.hollow .button.mn_tertiary[disabled]:hover, .button-group.hollow .button.mn_tertiary.disabled:focus, .button-group.hollow .button.mn_tertiary[disabled]:focus {
  border: 1px solid #494C4A;
  color: #494C4A;
}
.button-group.hollow.mn_tertiary .button:hover, .button-group.hollow.mn_tertiary .button:focus, .button-group.hollow .button.mn_tertiary:hover, .button-group.hollow .button.mn_tertiary:focus {
  border-color: #252625;
  color: #252625;
}
.button-group.hollow.mn_fourth .button, .button-group.hollow.mn_fourth .button.disabled, .button-group.hollow.mn_fourth .button[disabled], .button-group.hollow.mn_fourth .button.disabled:hover, .button-group.hollow.mn_fourth .button[disabled]:hover, .button-group.hollow.mn_fourth .button.disabled:focus, .button-group.hollow.mn_fourth .button[disabled]:focus, .button-group.hollow .button.mn_fourth, .button-group.hollow .button.mn_fourth.disabled, .button-group.hollow .button.mn_fourth[disabled], .button-group.hollow .button.mn_fourth.disabled:hover, .button-group.hollow .button.mn_fourth[disabled]:hover, .button-group.hollow .button.mn_fourth.disabled:focus, .button-group.hollow .button.mn_fourth[disabled]:focus {
  border: 1px solid #6d6e71;
  color: #6d6e71;
}
.button-group.hollow.mn_fourth .button:hover, .button-group.hollow.mn_fourth .button:focus, .button-group.hollow .button.mn_fourth:hover, .button-group.hollow .button.mn_fourth:focus {
  border-color: #373739;
  color: #373739;
}
.button-group.hollow.mn_fifth .button, .button-group.hollow.mn_fifth .button.disabled, .button-group.hollow.mn_fifth .button[disabled], .button-group.hollow.mn_fifth .button.disabled:hover, .button-group.hollow.mn_fifth .button[disabled]:hover, .button-group.hollow.mn_fifth .button.disabled:focus, .button-group.hollow.mn_fifth .button[disabled]:focus, .button-group.hollow .button.mn_fifth, .button-group.hollow .button.mn_fifth.disabled, .button-group.hollow .button.mn_fifth[disabled], .button-group.hollow .button.mn_fifth.disabled:hover, .button-group.hollow .button.mn_fifth[disabled]:hover, .button-group.hollow .button.mn_fifth.disabled:focus, .button-group.hollow .button.mn_fifth[disabled]:focus {
  border: 1px solid white;
  color: white;
}
.button-group.hollow.mn_fifth .button:hover, .button-group.hollow.mn_fifth .button:focus, .button-group.hollow .button.mn_fifth:hover, .button-group.hollow .button.mn_fifth:focus {
  border-color: gray;
  color: gray;
}
.button-group.hollow.slideshow_nav .button, .button-group.hollow.slideshow_nav .button.disabled, .button-group.hollow.slideshow_nav .button[disabled], .button-group.hollow.slideshow_nav .button.disabled:hover, .button-group.hollow.slideshow_nav .button[disabled]:hover, .button-group.hollow.slideshow_nav .button.disabled:focus, .button-group.hollow.slideshow_nav .button[disabled]:focus, .button-group.hollow .button.slideshow_nav, .button-group.hollow .button.slideshow_nav.disabled, .button-group.hollow .button.slideshow_nav[disabled], .button-group.hollow .button.slideshow_nav.disabled:hover, .button-group.hollow .button.slideshow_nav[disabled]:hover, .button-group.hollow .button.slideshow_nav.disabled:focus, .button-group.hollow .button.slideshow_nav[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button-group.hollow.slideshow_nav .button:hover, .button-group.hollow.slideshow_nav .button:focus, .button-group.hollow .button.slideshow_nav:hover, .button-group.hollow .button.slideshow_nav:focus {
  border-color: gray;
  color: gray;
}
.button-group.hollow.slideshow_nav_char_color .button, .button-group.hollow.slideshow_nav_char_color .button.disabled, .button-group.hollow.slideshow_nav_char_color .button[disabled], .button-group.hollow.slideshow_nav_char_color .button.disabled:hover, .button-group.hollow.slideshow_nav_char_color .button[disabled]:hover, .button-group.hollow.slideshow_nav_char_color .button.disabled:focus, .button-group.hollow.slideshow_nav_char_color .button[disabled]:focus, .button-group.hollow .button.slideshow_nav_char_color, .button-group.hollow .button.slideshow_nav_char_color.disabled, .button-group.hollow .button.slideshow_nav_char_color[disabled], .button-group.hollow .button.slideshow_nav_char_color.disabled:hover, .button-group.hollow .button.slideshow_nav_char_color[disabled]:hover, .button-group.hollow .button.slideshow_nav_char_color.disabled:focus, .button-group.hollow .button.slideshow_nav_char_color[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button-group.hollow.slideshow_nav_char_color .button:hover, .button-group.hollow.slideshow_nav_char_color .button:focus, .button-group.hollow .button.slideshow_nav_char_color:hover, .button-group.hollow .button.slideshow_nav_char_color:focus {
  border-color: gray;
  color: gray;
}
.button-group.hollow.slideshow_nav_hover .button, .button-group.hollow.slideshow_nav_hover .button.disabled, .button-group.hollow.slideshow_nav_hover .button[disabled], .button-group.hollow.slideshow_nav_hover .button.disabled:hover, .button-group.hollow.slideshow_nav_hover .button[disabled]:hover, .button-group.hollow.slideshow_nav_hover .button.disabled:focus, .button-group.hollow.slideshow_nav_hover .button[disabled]:focus, .button-group.hollow .button.slideshow_nav_hover, .button-group.hollow .button.slideshow_nav_hover.disabled, .button-group.hollow .button.slideshow_nav_hover[disabled], .button-group.hollow .button.slideshow_nav_hover.disabled:hover, .button-group.hollow .button.slideshow_nav_hover[disabled]:hover, .button-group.hollow .button.slideshow_nav_hover.disabled:focus, .button-group.hollow .button.slideshow_nav_hover[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button-group.hollow.slideshow_nav_hover .button:hover, .button-group.hollow.slideshow_nav_hover .button:focus, .button-group.hollow .button.slideshow_nav_hover:hover, .button-group.hollow .button.slideshow_nav_hover:focus {
  border-color: gray;
  color: gray;
}
.button-group.hollow.slideshow_nav_shadow .button, .button-group.hollow.slideshow_nav_shadow .button.disabled, .button-group.hollow.slideshow_nav_shadow .button[disabled], .button-group.hollow.slideshow_nav_shadow .button.disabled:hover, .button-group.hollow.slideshow_nav_shadow .button[disabled]:hover, .button-group.hollow.slideshow_nav_shadow .button.disabled:focus, .button-group.hollow.slideshow_nav_shadow .button[disabled]:focus, .button-group.hollow .button.slideshow_nav_shadow, .button-group.hollow .button.slideshow_nav_shadow.disabled, .button-group.hollow .button.slideshow_nav_shadow[disabled], .button-group.hollow .button.slideshow_nav_shadow.disabled:hover, .button-group.hollow .button.slideshow_nav_shadow[disabled]:hover, .button-group.hollow .button.slideshow_nav_shadow.disabled:focus, .button-group.hollow .button.slideshow_nav_shadow[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button-group.hollow.slideshow_nav_shadow .button:hover, .button-group.hollow.slideshow_nav_shadow .button:focus, .button-group.hollow .button.slideshow_nav_shadow:hover, .button-group.hollow .button.slideshow_nav_shadow:focus {
  border-color: gray;
  color: gray;
}
.button-group.hollow.slideshow_nav_circle_bg .button, .button-group.hollow.slideshow_nav_circle_bg .button.disabled, .button-group.hollow.slideshow_nav_circle_bg .button[disabled], .button-group.hollow.slideshow_nav_circle_bg .button.disabled:hover, .button-group.hollow.slideshow_nav_circle_bg .button[disabled]:hover, .button-group.hollow.slideshow_nav_circle_bg .button.disabled:focus, .button-group.hollow.slideshow_nav_circle_bg .button[disabled]:focus, .button-group.hollow .button.slideshow_nav_circle_bg, .button-group.hollow .button.slideshow_nav_circle_bg.disabled, .button-group.hollow .button.slideshow_nav_circle_bg[disabled], .button-group.hollow .button.slideshow_nav_circle_bg.disabled:hover, .button-group.hollow .button.slideshow_nav_circle_bg[disabled]:hover, .button-group.hollow .button.slideshow_nav_circle_bg.disabled:focus, .button-group.hollow .button.slideshow_nav_circle_bg[disabled]:focus {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button-group.hollow.slideshow_nav_circle_bg .button:hover, .button-group.hollow.slideshow_nav_circle_bg .button:focus, .button-group.hollow .button.slideshow_nav_circle_bg:hover, .button-group.hollow .button.slideshow_nav_circle_bg:focus {
  border-color: gray;
  color: gray;
}
.button-group.hollow.slideshow_nav_circle_bg_hover .button, .button-group.hollow.slideshow_nav_circle_bg_hover .button.disabled, .button-group.hollow.slideshow_nav_circle_bg_hover .button[disabled], .button-group.hollow.slideshow_nav_circle_bg_hover .button.disabled:hover, .button-group.hollow.slideshow_nav_circle_bg_hover .button[disabled]:hover, .button-group.hollow.slideshow_nav_circle_bg_hover .button.disabled:focus, .button-group.hollow.slideshow_nav_circle_bg_hover .button[disabled]:focus, .button-group.hollow .button.slideshow_nav_circle_bg_hover, .button-group.hollow .button.slideshow_nav_circle_bg_hover.disabled, .button-group.hollow .button.slideshow_nav_circle_bg_hover[disabled], .button-group.hollow .button.slideshow_nav_circle_bg_hover.disabled:hover, .button-group.hollow .button.slideshow_nav_circle_bg_hover[disabled]:hover, .button-group.hollow .button.slideshow_nav_circle_bg_hover.disabled:focus, .button-group.hollow .button.slideshow_nav_circle_bg_hover[disabled]:focus {
  border: 1px solid #0066aa;
  color: #0066aa;
}
.button-group.hollow.slideshow_nav_circle_bg_hover .button:hover, .button-group.hollow.slideshow_nav_circle_bg_hover .button:focus, .button-group.hollow .button.slideshow_nav_circle_bg_hover:hover, .button-group.hollow .button.slideshow_nav_circle_bg_hover:focus {
  border-color: #003355;
  color: #003355;
}
.button-group.hollow.slideshow_nav_circle_shadow .button, .button-group.hollow.slideshow_nav_circle_shadow .button.disabled, .button-group.hollow.slideshow_nav_circle_shadow .button[disabled], .button-group.hollow.slideshow_nav_circle_shadow .button.disabled:hover, .button-group.hollow.slideshow_nav_circle_shadow .button[disabled]:hover, .button-group.hollow.slideshow_nav_circle_shadow .button.disabled:focus, .button-group.hollow.slideshow_nav_circle_shadow .button[disabled]:focus, .button-group.hollow .button.slideshow_nav_circle_shadow, .button-group.hollow .button.slideshow_nav_circle_shadow.disabled, .button-group.hollow .button.slideshow_nav_circle_shadow[disabled], .button-group.hollow .button.slideshow_nav_circle_shadow.disabled:hover, .button-group.hollow .button.slideshow_nav_circle_shadow[disabled]:hover, .button-group.hollow .button.slideshow_nav_circle_shadow.disabled:focus, .button-group.hollow .button.slideshow_nav_circle_shadow[disabled]:focus {
  border: 1px solid #00aaff;
  color: #00aaff;
}
.button-group.hollow.slideshow_nav_circle_shadow .button:hover, .button-group.hollow.slideshow_nav_circle_shadow .button:focus, .button-group.hollow .button.slideshow_nav_circle_shadow:hover, .button-group.hollow .button.slideshow_nav_circle_shadow:focus {
  border-color: #005580;
  color: #005580;
}
.button-group.hollow.slideshow_nav_circle_shadow_hover .button, .button-group.hollow.slideshow_nav_circle_shadow_hover .button.disabled, .button-group.hollow.slideshow_nav_circle_shadow_hover .button[disabled], .button-group.hollow.slideshow_nav_circle_shadow_hover .button.disabled:hover, .button-group.hollow.slideshow_nav_circle_shadow_hover .button[disabled]:hover, .button-group.hollow.slideshow_nav_circle_shadow_hover .button.disabled:focus, .button-group.hollow.slideshow_nav_circle_shadow_hover .button[disabled]:focus, .button-group.hollow .button.slideshow_nav_circle_shadow_hover, .button-group.hollow .button.slideshow_nav_circle_shadow_hover.disabled, .button-group.hollow .button.slideshow_nav_circle_shadow_hover[disabled], .button-group.hollow .button.slideshow_nav_circle_shadow_hover.disabled:hover, .button-group.hollow .button.slideshow_nav_circle_shadow_hover[disabled]:hover, .button-group.hollow .button.slideshow_nav_circle_shadow_hover.disabled:focus, .button-group.hollow .button.slideshow_nav_circle_shadow_hover[disabled]:focus {
  border: 1px solid #0066aa;
  color: #0066aa;
}
.button-group.hollow.slideshow_nav_circle_shadow_hover .button:hover, .button-group.hollow.slideshow_nav_circle_shadow_hover .button:focus, .button-group.hollow .button.slideshow_nav_circle_shadow_hover:hover, .button-group.hollow .button.slideshow_nav_circle_shadow_hover:focus {
  border-color: #003355;
  color: #003355;
}
.button-group.hollow.slideshow_nav_circle_border .button, .button-group.hollow.slideshow_nav_circle_border .button.disabled, .button-group.hollow.slideshow_nav_circle_border .button[disabled], .button-group.hollow.slideshow_nav_circle_border .button.disabled:hover, .button-group.hollow.slideshow_nav_circle_border .button[disabled]:hover, .button-group.hollow.slideshow_nav_circle_border .button.disabled:focus, .button-group.hollow.slideshow_nav_circle_border .button[disabled]:focus, .button-group.hollow .button.slideshow_nav_circle_border, .button-group.hollow .button.slideshow_nav_circle_border.disabled, .button-group.hollow .button.slideshow_nav_circle_border[disabled], .button-group.hollow .button.slideshow_nav_circle_border.disabled:hover, .button-group.hollow .button.slideshow_nav_circle_border[disabled]:hover, .button-group.hollow .button.slideshow_nav_circle_border.disabled:focus, .button-group.hollow .button.slideshow_nav_circle_border[disabled]:focus {
  border: 1px solid #000000;
  color: #000000;
}
.button-group.hollow.slideshow_nav_circle_border .button:hover, .button-group.hollow.slideshow_nav_circle_border .button:focus, .button-group.hollow .button.slideshow_nav_circle_border:hover, .button-group.hollow .button.slideshow_nav_circle_border:focus {
  border-color: black;
  color: black;
}
.button-group.hollow.slideshow_bg .button, .button-group.hollow.slideshow_bg .button.disabled, .button-group.hollow.slideshow_bg .button[disabled], .button-group.hollow.slideshow_bg .button.disabled:hover, .button-group.hollow.slideshow_bg .button[disabled]:hover, .button-group.hollow.slideshow_bg .button.disabled:focus, .button-group.hollow.slideshow_bg .button[disabled]:focus, .button-group.hollow .button.slideshow_bg, .button-group.hollow .button.slideshow_bg.disabled, .button-group.hollow .button.slideshow_bg[disabled], .button-group.hollow .button.slideshow_bg.disabled:hover, .button-group.hollow .button.slideshow_bg[disabled]:hover, .button-group.hollow .button.slideshow_bg.disabled:focus, .button-group.hollow .button.slideshow_bg[disabled]:focus {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button-group.hollow.slideshow_bg .button:hover, .button-group.hollow.slideshow_bg .button:focus, .button-group.hollow .button.slideshow_bg:hover, .button-group.hollow .button.slideshow_bg:focus {
  border-color: gray;
  color: gray;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #14622E;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0a3117;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #3D413E;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #1f211f;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #14622E;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #0a3117;
}
.button-group.clear.third .button, .button-group.clear.third .button.disabled, .button-group.clear.third .button[disabled], .button-group.clear.third .button.disabled:hover, .button-group.clear.third .button[disabled]:hover, .button-group.clear.third .button.disabled:focus, .button-group.clear.third .button[disabled]:focus, .button-group.clear .button.third, .button-group.clear .button.third.disabled, .button-group.clear .button.third[disabled], .button-group.clear .button.third.disabled:hover, .button-group.clear .button.third[disabled]:hover, .button-group.clear .button.third.disabled:focus, .button-group.clear .button.third[disabled]:focus {
  color: #FAFAFA;
}
.button-group.clear.third .button:hover, .button-group.clear.third .button:focus, .button-group.clear .button.third:hover, .button-group.clear .button.third:focus {
  color: #7d7d7d;
}
.button-group.clear.tertiary .button, .button-group.clear.tertiary .button.disabled, .button-group.clear.tertiary .button[disabled], .button-group.clear.tertiary .button.disabled:hover, .button-group.clear.tertiary .button[disabled]:hover, .button-group.clear.tertiary .button.disabled:focus, .button-group.clear.tertiary .button[disabled]:focus, .button-group.clear .button.tertiary, .button-group.clear .button.tertiary.disabled, .button-group.clear .button.tertiary[disabled], .button-group.clear .button.tertiary.disabled:hover, .button-group.clear .button.tertiary[disabled]:hover, .button-group.clear .button.tertiary.disabled:focus, .button-group.clear .button.tertiary[disabled]:focus {
  color: #98C23C;
}
.button-group.clear.tertiary .button:hover, .button-group.clear.tertiary .button:focus, .button-group.clear .button.tertiary:hover, .button-group.clear .button.tertiary:focus {
  color: #4c611e;
}
.button-group.clear.fourth .button, .button-group.clear.fourth .button.disabled, .button-group.clear.fourth .button[disabled], .button-group.clear.fourth .button.disabled:hover, .button-group.clear.fourth .button[disabled]:hover, .button-group.clear.fourth .button.disabled:focus, .button-group.clear.fourth .button[disabled]:focus, .button-group.clear .button.fourth, .button-group.clear .button.fourth.disabled, .button-group.clear .button.fourth[disabled], .button-group.clear .button.fourth.disabled:hover, .button-group.clear .button.fourth[disabled]:hover, .button-group.clear .button.fourth.disabled:focus, .button-group.clear .button.fourth[disabled]:focus {
  color: #f5f5f5;
}
.button-group.clear.fourth .button:hover, .button-group.clear.fourth .button:focus, .button-group.clear .button.fourth:hover, .button-group.clear .button.fourth:focus {
  color: #7b7b7b;
}
.button-group.clear.fifth .button, .button-group.clear.fifth .button.disabled, .button-group.clear.fifth .button[disabled], .button-group.clear.fifth .button.disabled:hover, .button-group.clear.fifth .button[disabled]:hover, .button-group.clear.fifth .button.disabled:focus, .button-group.clear.fifth .button[disabled]:focus, .button-group.clear .button.fifth, .button-group.clear .button.fifth.disabled, .button-group.clear .button.fifth[disabled], .button-group.clear .button.fifth.disabled:hover, .button-group.clear .button.fifth[disabled]:hover, .button-group.clear .button.fifth.disabled:focus, .button-group.clear .button.fifth[disabled]:focus {
  color: #b2b0b0;
}
.button-group.clear.fifth .button:hover, .button-group.clear.fifth .button:focus, .button-group.clear .button.fifth:hover, .button-group.clear .button.fifth:focus {
  color: #5a5757;
}
.button-group.clear.sixth .button, .button-group.clear.sixth .button.disabled, .button-group.clear.sixth .button[disabled], .button-group.clear.sixth .button.disabled:hover, .button-group.clear.sixth .button[disabled]:hover, .button-group.clear.sixth .button.disabled:focus, .button-group.clear.sixth .button[disabled]:focus, .button-group.clear .button.sixth, .button-group.clear .button.sixth.disabled, .button-group.clear .button.sixth[disabled], .button-group.clear .button.sixth.disabled:hover, .button-group.clear .button.sixth[disabled]:hover, .button-group.clear .button.sixth.disabled:focus, .button-group.clear .button.sixth[disabled]:focus {
  color: #898282;
}
.button-group.clear.sixth .button:hover, .button-group.clear.sixth .button:focus, .button-group.clear .button.sixth:hover, .button-group.clear .button.sixth:focus {
  color: #454141;
}
.button-group.clear.seventh .button, .button-group.clear.seventh .button.disabled, .button-group.clear.seventh .button[disabled], .button-group.clear.seventh .button.disabled:hover, .button-group.clear.seventh .button[disabled]:hover, .button-group.clear.seventh .button.disabled:focus, .button-group.clear.seventh .button[disabled]:focus, .button-group.clear .button.seventh, .button-group.clear .button.seventh.disabled, .button-group.clear .button.seventh[disabled], .button-group.clear .button.seventh.disabled:hover, .button-group.clear .button.seventh[disabled]:hover, .button-group.clear .button.seventh.disabled:focus, .button-group.clear .button.seventh[disabled]:focus {
  color: #DEDEDE;
}
.button-group.clear.seventh .button:hover, .button-group.clear.seventh .button:focus, .button-group.clear .button.seventh:hover, .button-group.clear .button.seventh:focus {
  color: #6f6f6f;
}
.button-group.clear.eighth .button, .button-group.clear.eighth .button.disabled, .button-group.clear.eighth .button[disabled], .button-group.clear.eighth .button.disabled:hover, .button-group.clear.eighth .button[disabled]:hover, .button-group.clear.eighth .button.disabled:focus, .button-group.clear.eighth .button[disabled]:focus, .button-group.clear .button.eighth, .button-group.clear .button.eighth.disabled, .button-group.clear .button.eighth[disabled], .button-group.clear .button.eighth.disabled:hover, .button-group.clear .button.eighth[disabled]:hover, .button-group.clear .button.eighth.disabled:focus, .button-group.clear .button.eighth[disabled]:focus {
  color: #dc4e4e;
}
.button-group.clear.eighth .button:hover, .button-group.clear.eighth .button:focus, .button-group.clear .button.eighth:hover, .button-group.clear .button.eighth:focus {
  color: #7c1919;
}
.button-group.clear.ninth .button, .button-group.clear.ninth .button.disabled, .button-group.clear.ninth .button[disabled], .button-group.clear.ninth .button.disabled:hover, .button-group.clear.ninth .button[disabled]:hover, .button-group.clear.ninth .button.disabled:focus, .button-group.clear.ninth .button[disabled]:focus, .button-group.clear .button.ninth, .button-group.clear .button.ninth.disabled, .button-group.clear .button.ninth[disabled], .button-group.clear .button.ninth.disabled:hover, .button-group.clear .button.ninth[disabled]:hover, .button-group.clear .button.ninth.disabled:focus, .button-group.clear .button.ninth[disabled]:focus {
  color: #bc5858;
}
.button-group.clear.ninth .button:hover, .button-group.clear.ninth .button:focus, .button-group.clear .button.ninth:hover, .button-group.clear .button.ninth:focus {
  color: #622828;
}
.button-group.clear.tenth .button, .button-group.clear.tenth .button.disabled, .button-group.clear.tenth .button[disabled], .button-group.clear.tenth .button.disabled:hover, .button-group.clear.tenth .button[disabled]:hover, .button-group.clear.tenth .button.disabled:focus, .button-group.clear.tenth .button[disabled]:focus, .button-group.clear .button.tenth, .button-group.clear .button.tenth.disabled, .button-group.clear .button.tenth[disabled], .button-group.clear .button.tenth.disabled:hover, .button-group.clear .button.tenth[disabled]:hover, .button-group.clear .button.tenth.disabled:focus, .button-group.clear .button.tenth[disabled]:focus {
  color: #d2d2d2;
}
.button-group.clear.tenth .button:hover, .button-group.clear.tenth .button:focus, .button-group.clear .button.tenth:hover, .button-group.clear .button.tenth:focus {
  color: dimgray;
}
.button-group.clear.eleven .button, .button-group.clear.eleven .button.disabled, .button-group.clear.eleven .button[disabled], .button-group.clear.eleven .button.disabled:hover, .button-group.clear.eleven .button[disabled]:hover, .button-group.clear.eleven .button.disabled:focus, .button-group.clear.eleven .button[disabled]:focus, .button-group.clear .button.eleven, .button-group.clear .button.eleven.disabled, .button-group.clear .button.eleven[disabled], .button-group.clear .button.eleven.disabled:hover, .button-group.clear .button.eleven[disabled]:hover, .button-group.clear .button.eleven.disabled:focus, .button-group.clear .button.eleven[disabled]:focus {
  color: #A0A0A0;
}
.button-group.clear.eleven .button:hover, .button-group.clear.eleven .button:focus, .button-group.clear .button.eleven:hover, .button-group.clear .button.eleven:focus {
  color: #505050;
}
.button-group.clear.twelve .button, .button-group.clear.twelve .button.disabled, .button-group.clear.twelve .button[disabled], .button-group.clear.twelve .button.disabled:hover, .button-group.clear.twelve .button[disabled]:hover, .button-group.clear.twelve .button.disabled:focus, .button-group.clear.twelve .button[disabled]:focus, .button-group.clear .button.twelve, .button-group.clear .button.twelve.disabled, .button-group.clear .button.twelve[disabled], .button-group.clear .button.twelve.disabled:hover, .button-group.clear .button.twelve[disabled]:hover, .button-group.clear .button.twelve.disabled:focus, .button-group.clear .button.twelve[disabled]:focus {
  color: #d3d3d3;
}
.button-group.clear.twelve .button:hover, .button-group.clear.twelve .button:focus, .button-group.clear .button.twelve:hover, .button-group.clear .button.twelve:focus {
  color: #6a6a6a;
}
.button-group.clear.thirteen .button, .button-group.clear.thirteen .button.disabled, .button-group.clear.thirteen .button[disabled], .button-group.clear.thirteen .button.disabled:hover, .button-group.clear.thirteen .button[disabled]:hover, .button-group.clear.thirteen .button.disabled:focus, .button-group.clear.thirteen .button[disabled]:focus, .button-group.clear .button.thirteen, .button-group.clear .button.thirteen.disabled, .button-group.clear .button.thirteen[disabled], .button-group.clear .button.thirteen.disabled:hover, .button-group.clear .button.thirteen[disabled]:hover, .button-group.clear .button.thirteen.disabled:focus, .button-group.clear .button.thirteen[disabled]:focus {
  color: #a2a2a2;
}
.button-group.clear.thirteen .button:hover, .button-group.clear.thirteen .button:focus, .button-group.clear .button.thirteen:hover, .button-group.clear .button.thirteen:focus {
  color: #515151;
}
.button-group.clear.fourteen .button, .button-group.clear.fourteen .button.disabled, .button-group.clear.fourteen .button[disabled], .button-group.clear.fourteen .button.disabled:hover, .button-group.clear.fourteen .button[disabled]:hover, .button-group.clear.fourteen .button.disabled:focus, .button-group.clear.fourteen .button[disabled]:focus, .button-group.clear .button.fourteen, .button-group.clear .button.fourteen.disabled, .button-group.clear .button.fourteen[disabled], .button-group.clear .button.fourteen.disabled:hover, .button-group.clear .button.fourteen[disabled]:hover, .button-group.clear .button.fourteen.disabled:focus, .button-group.clear .button.fourteen[disabled]:focus {
  color: #818181;
}
.button-group.clear.fourteen .button:hover, .button-group.clear.fourteen .button:focus, .button-group.clear .button.fourteen:hover, .button-group.clear .button.fourteen:focus {
  color: #414141;
}
.button-group.clear.fifteen .button, .button-group.clear.fifteen .button.disabled, .button-group.clear.fifteen .button[disabled], .button-group.clear.fifteen .button.disabled:hover, .button-group.clear.fifteen .button[disabled]:hover, .button-group.clear.fifteen .button.disabled:focus, .button-group.clear.fifteen .button[disabled]:focus, .button-group.clear .button.fifteen, .button-group.clear .button.fifteen.disabled, .button-group.clear .button.fifteen[disabled], .button-group.clear .button.fifteen.disabled:hover, .button-group.clear .button.fifteen[disabled]:hover, .button-group.clear .button.fifteen.disabled:focus, .button-group.clear .button.fifteen[disabled]:focus {
  color: #707070;
}
.button-group.clear.fifteen .button:hover, .button-group.clear.fifteen .button:focus, .button-group.clear .button.fifteen:hover, .button-group.clear .button.fifteen:focus {
  color: #383838;
}
.button-group.clear.sixteenth .button, .button-group.clear.sixteenth .button.disabled, .button-group.clear.sixteenth .button[disabled], .button-group.clear.sixteenth .button.disabled:hover, .button-group.clear.sixteenth .button[disabled]:hover, .button-group.clear.sixteenth .button.disabled:focus, .button-group.clear.sixteenth .button[disabled]:focus, .button-group.clear .button.sixteenth, .button-group.clear .button.sixteenth.disabled, .button-group.clear .button.sixteenth[disabled], .button-group.clear .button.sixteenth.disabled:hover, .button-group.clear .button.sixteenth[disabled]:hover, .button-group.clear .button.sixteenth.disabled:focus, .button-group.clear .button.sixteenth[disabled]:focus {
  color: #FDBA1E;
}
.button-group.clear.sixteenth .button:hover, .button-group.clear.sixteenth .button:focus, .button-group.clear .button.sixteenth:hover, .button-group.clear .button.sixteenth:focus {
  color: #8c6201;
}
.button-group.clear.seventeenth .button, .button-group.clear.seventeenth .button.disabled, .button-group.clear.seventeenth .button[disabled], .button-group.clear.seventeenth .button.disabled:hover, .button-group.clear.seventeenth .button[disabled]:hover, .button-group.clear.seventeenth .button.disabled:focus, .button-group.clear.seventeenth .button[disabled]:focus, .button-group.clear .button.seventeenth, .button-group.clear .button.seventeenth.disabled, .button-group.clear .button.seventeenth[disabled], .button-group.clear .button.seventeenth.disabled:hover, .button-group.clear .button.seventeenth[disabled]:hover, .button-group.clear .button.seventeenth.disabled:focus, .button-group.clear .button.seventeenth[disabled]:focus {
  color: #DD1376;
}
.button-group.clear.seventeenth .button:hover, .button-group.clear.seventeenth .button:focus, .button-group.clear .button.seventeenth:hover, .button-group.clear .button.seventeenth:focus {
  color: #6f0a3b;
}
.button-group.clear.eighteenth .button, .button-group.clear.eighteenth .button.disabled, .button-group.clear.eighteenth .button[disabled], .button-group.clear.eighteenth .button.disabled:hover, .button-group.clear.eighteenth .button[disabled]:hover, .button-group.clear.eighteenth .button.disabled:focus, .button-group.clear.eighteenth .button[disabled]:focus, .button-group.clear .button.eighteenth, .button-group.clear .button.eighteenth.disabled, .button-group.clear .button.eighteenth[disabled], .button-group.clear .button.eighteenth.disabled:hover, .button-group.clear .button.eighteenth[disabled]:hover, .button-group.clear .button.eighteenth.disabled:focus, .button-group.clear .button.eighteenth[disabled]:focus {
  color: #076DAD;
}
.button-group.clear.eighteenth .button:hover, .button-group.clear.eighteenth .button:focus, .button-group.clear .button.eighteenth:hover, .button-group.clear .button.eighteenth:focus {
  color: #043757;
}
.button-group.clear.nineteenth .button, .button-group.clear.nineteenth .button.disabled, .button-group.clear.nineteenth .button[disabled], .button-group.clear.nineteenth .button.disabled:hover, .button-group.clear.nineteenth .button[disabled]:hover, .button-group.clear.nineteenth .button.disabled:focus, .button-group.clear.nineteenth .button[disabled]:focus, .button-group.clear .button.nineteenth, .button-group.clear .button.nineteenth.disabled, .button-group.clear .button.nineteenth[disabled], .button-group.clear .button.nineteenth.disabled:hover, .button-group.clear .button.nineteenth[disabled]:hover, .button-group.clear .button.nineteenth.disabled:focus, .button-group.clear .button.nineteenth[disabled]:focus {
  color: #98C23C;
}
.button-group.clear.nineteenth .button:hover, .button-group.clear.nineteenth .button:focus, .button-group.clear .button.nineteenth:hover, .button-group.clear .button.nineteenth:focus {
  color: #4c611e;
}
.button-group.clear.twentieth .button, .button-group.clear.twentieth .button.disabled, .button-group.clear.twentieth .button[disabled], .button-group.clear.twentieth .button.disabled:hover, .button-group.clear.twentieth .button[disabled]:hover, .button-group.clear.twentieth .button.disabled:focus, .button-group.clear.twentieth .button[disabled]:focus, .button-group.clear .button.twentieth, .button-group.clear .button.twentieth.disabled, .button-group.clear .button.twentieth[disabled], .button-group.clear .button.twentieth.disabled:hover, .button-group.clear .button.twentieth[disabled]:hover, .button-group.clear .button.twentieth.disabled:focus, .button-group.clear .button.twentieth[disabled]:focus {
  color: #5A5959;
}
.button-group.clear.twentieth .button:hover, .button-group.clear.twentieth .button:focus, .button-group.clear .button.twentieth:hover, .button-group.clear .button.twentieth:focus {
  color: #2d2d2d;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.clear.white .button, .button-group.clear.white .button.disabled, .button-group.clear.white .button[disabled], .button-group.clear.white .button.disabled:hover, .button-group.clear.white .button[disabled]:hover, .button-group.clear.white .button.disabled:focus, .button-group.clear.white .button[disabled]:focus, .button-group.clear .button.white, .button-group.clear .button.white.disabled, .button-group.clear .button.white[disabled], .button-group.clear .button.white.disabled:hover, .button-group.clear .button.white[disabled]:hover, .button-group.clear .button.white.disabled:focus, .button-group.clear .button.white[disabled]:focus {
  color: #FFFFFF;
}
.button-group.clear.white .button:hover, .button-group.clear.white .button:focus, .button-group.clear .button.white:hover, .button-group.clear .button.white:focus {
  color: gray;
}
.button-group.clear.black .button, .button-group.clear.black .button.disabled, .button-group.clear.black .button[disabled], .button-group.clear.black .button.disabled:hover, .button-group.clear.black .button[disabled]:hover, .button-group.clear.black .button.disabled:focus, .button-group.clear.black .button[disabled]:focus, .button-group.clear .button.black, .button-group.clear .button.black.disabled, .button-group.clear .button.black[disabled], .button-group.clear .button.black.disabled:hover, .button-group.clear .button.black[disabled]:hover, .button-group.clear .button.black.disabled:focus, .button-group.clear .button.black[disabled]:focus {
  color: #000000;
}
.button-group.clear.black .button:hover, .button-group.clear.black .button:focus, .button-group.clear .button.black:hover, .button-group.clear .button.black:focus {
  color: black;
}
.button-group.clear.mn_primary .button, .button-group.clear.mn_primary .button.disabled, .button-group.clear.mn_primary .button[disabled], .button-group.clear.mn_primary .button.disabled:hover, .button-group.clear.mn_primary .button[disabled]:hover, .button-group.clear.mn_primary .button.disabled:focus, .button-group.clear.mn_primary .button[disabled]:focus, .button-group.clear .button.mn_primary, .button-group.clear .button.mn_primary.disabled, .button-group.clear .button.mn_primary[disabled], .button-group.clear .button.mn_primary.disabled:hover, .button-group.clear .button.mn_primary[disabled]:hover, .button-group.clear .button.mn_primary.disabled:focus, .button-group.clear .button.mn_primary[disabled]:focus {
  color: #494848;
}
.button-group.clear.mn_primary .button:hover, .button-group.clear.mn_primary .button:focus, .button-group.clear .button.mn_primary:hover, .button-group.clear .button.mn_primary:focus {
  color: #252424;
}
.button-group.clear.mn_secondary .button, .button-group.clear.mn_secondary .button.disabled, .button-group.clear.mn_secondary .button[disabled], .button-group.clear.mn_secondary .button.disabled:hover, .button-group.clear.mn_secondary .button[disabled]:hover, .button-group.clear.mn_secondary .button.disabled:focus, .button-group.clear.mn_secondary .button[disabled]:focus, .button-group.clear .button.mn_secondary, .button-group.clear .button.mn_secondary.disabled, .button-group.clear .button.mn_secondary[disabled], .button-group.clear .button.mn_secondary.disabled:hover, .button-group.clear .button.mn_secondary[disabled]:hover, .button-group.clear .button.mn_secondary.disabled:focus, .button-group.clear .button.mn_secondary[disabled]:focus {
  color: #98C23C;
}
.button-group.clear.mn_secondary .button:hover, .button-group.clear.mn_secondary .button:focus, .button-group.clear .button.mn_secondary:hover, .button-group.clear .button.mn_secondary:focus {
  color: #4c611e;
}
.button-group.clear.mn_tertiary .button, .button-group.clear.mn_tertiary .button.disabled, .button-group.clear.mn_tertiary .button[disabled], .button-group.clear.mn_tertiary .button.disabled:hover, .button-group.clear.mn_tertiary .button[disabled]:hover, .button-group.clear.mn_tertiary .button.disabled:focus, .button-group.clear.mn_tertiary .button[disabled]:focus, .button-group.clear .button.mn_tertiary, .button-group.clear .button.mn_tertiary.disabled, .button-group.clear .button.mn_tertiary[disabled], .button-group.clear .button.mn_tertiary.disabled:hover, .button-group.clear .button.mn_tertiary[disabled]:hover, .button-group.clear .button.mn_tertiary.disabled:focus, .button-group.clear .button.mn_tertiary[disabled]:focus {
  color: #494C4A;
}
.button-group.clear.mn_tertiary .button:hover, .button-group.clear.mn_tertiary .button:focus, .button-group.clear .button.mn_tertiary:hover, .button-group.clear .button.mn_tertiary:focus {
  color: #252625;
}
.button-group.clear.mn_fourth .button, .button-group.clear.mn_fourth .button.disabled, .button-group.clear.mn_fourth .button[disabled], .button-group.clear.mn_fourth .button.disabled:hover, .button-group.clear.mn_fourth .button[disabled]:hover, .button-group.clear.mn_fourth .button.disabled:focus, .button-group.clear.mn_fourth .button[disabled]:focus, .button-group.clear .button.mn_fourth, .button-group.clear .button.mn_fourth.disabled, .button-group.clear .button.mn_fourth[disabled], .button-group.clear .button.mn_fourth.disabled:hover, .button-group.clear .button.mn_fourth[disabled]:hover, .button-group.clear .button.mn_fourth.disabled:focus, .button-group.clear .button.mn_fourth[disabled]:focus {
  color: #6d6e71;
}
.button-group.clear.mn_fourth .button:hover, .button-group.clear.mn_fourth .button:focus, .button-group.clear .button.mn_fourth:hover, .button-group.clear .button.mn_fourth:focus {
  color: #373739;
}
.button-group.clear.mn_fifth .button, .button-group.clear.mn_fifth .button.disabled, .button-group.clear.mn_fifth .button[disabled], .button-group.clear.mn_fifth .button.disabled:hover, .button-group.clear.mn_fifth .button[disabled]:hover, .button-group.clear.mn_fifth .button.disabled:focus, .button-group.clear.mn_fifth .button[disabled]:focus, .button-group.clear .button.mn_fifth, .button-group.clear .button.mn_fifth.disabled, .button-group.clear .button.mn_fifth[disabled], .button-group.clear .button.mn_fifth.disabled:hover, .button-group.clear .button.mn_fifth[disabled]:hover, .button-group.clear .button.mn_fifth.disabled:focus, .button-group.clear .button.mn_fifth[disabled]:focus {
  color: white;
}
.button-group.clear.mn_fifth .button:hover, .button-group.clear.mn_fifth .button:focus, .button-group.clear .button.mn_fifth:hover, .button-group.clear .button.mn_fifth:focus {
  color: gray;
}
.button-group.clear.slideshow_nav .button, .button-group.clear.slideshow_nav .button.disabled, .button-group.clear.slideshow_nav .button[disabled], .button-group.clear.slideshow_nav .button.disabled:hover, .button-group.clear.slideshow_nav .button[disabled]:hover, .button-group.clear.slideshow_nav .button.disabled:focus, .button-group.clear.slideshow_nav .button[disabled]:focus, .button-group.clear .button.slideshow_nav, .button-group.clear .button.slideshow_nav.disabled, .button-group.clear .button.slideshow_nav[disabled], .button-group.clear .button.slideshow_nav.disabled:hover, .button-group.clear .button.slideshow_nav[disabled]:hover, .button-group.clear .button.slideshow_nav.disabled:focus, .button-group.clear .button.slideshow_nav[disabled]:focus {
  color: #ffffff;
}
.button-group.clear.slideshow_nav .button:hover, .button-group.clear.slideshow_nav .button:focus, .button-group.clear .button.slideshow_nav:hover, .button-group.clear .button.slideshow_nav:focus {
  color: gray;
}
.button-group.clear.slideshow_nav_char_color .button, .button-group.clear.slideshow_nav_char_color .button.disabled, .button-group.clear.slideshow_nav_char_color .button[disabled], .button-group.clear.slideshow_nav_char_color .button.disabled:hover, .button-group.clear.slideshow_nav_char_color .button[disabled]:hover, .button-group.clear.slideshow_nav_char_color .button.disabled:focus, .button-group.clear.slideshow_nav_char_color .button[disabled]:focus, .button-group.clear .button.slideshow_nav_char_color, .button-group.clear .button.slideshow_nav_char_color.disabled, .button-group.clear .button.slideshow_nav_char_color[disabled], .button-group.clear .button.slideshow_nav_char_color.disabled:hover, .button-group.clear .button.slideshow_nav_char_color[disabled]:hover, .button-group.clear .button.slideshow_nav_char_color.disabled:focus, .button-group.clear .button.slideshow_nav_char_color[disabled]:focus {
  color: #ffffff;
}
.button-group.clear.slideshow_nav_char_color .button:hover, .button-group.clear.slideshow_nav_char_color .button:focus, .button-group.clear .button.slideshow_nav_char_color:hover, .button-group.clear .button.slideshow_nav_char_color:focus {
  color: gray;
}
.button-group.clear.slideshow_nav_hover .button, .button-group.clear.slideshow_nav_hover .button.disabled, .button-group.clear.slideshow_nav_hover .button[disabled], .button-group.clear.slideshow_nav_hover .button.disabled:hover, .button-group.clear.slideshow_nav_hover .button[disabled]:hover, .button-group.clear.slideshow_nav_hover .button.disabled:focus, .button-group.clear.slideshow_nav_hover .button[disabled]:focus, .button-group.clear .button.slideshow_nav_hover, .button-group.clear .button.slideshow_nav_hover.disabled, .button-group.clear .button.slideshow_nav_hover[disabled], .button-group.clear .button.slideshow_nav_hover.disabled:hover, .button-group.clear .button.slideshow_nav_hover[disabled]:hover, .button-group.clear .button.slideshow_nav_hover.disabled:focus, .button-group.clear .button.slideshow_nav_hover[disabled]:focus {
  color: #ffffff;
}
.button-group.clear.slideshow_nav_hover .button:hover, .button-group.clear.slideshow_nav_hover .button:focus, .button-group.clear .button.slideshow_nav_hover:hover, .button-group.clear .button.slideshow_nav_hover:focus {
  color: gray;
}
.button-group.clear.slideshow_nav_shadow .button, .button-group.clear.slideshow_nav_shadow .button.disabled, .button-group.clear.slideshow_nav_shadow .button[disabled], .button-group.clear.slideshow_nav_shadow .button.disabled:hover, .button-group.clear.slideshow_nav_shadow .button[disabled]:hover, .button-group.clear.slideshow_nav_shadow .button.disabled:focus, .button-group.clear.slideshow_nav_shadow .button[disabled]:focus, .button-group.clear .button.slideshow_nav_shadow, .button-group.clear .button.slideshow_nav_shadow.disabled, .button-group.clear .button.slideshow_nav_shadow[disabled], .button-group.clear .button.slideshow_nav_shadow.disabled:hover, .button-group.clear .button.slideshow_nav_shadow[disabled]:hover, .button-group.clear .button.slideshow_nav_shadow.disabled:focus, .button-group.clear .button.slideshow_nav_shadow[disabled]:focus {
  color: #ffffff;
}
.button-group.clear.slideshow_nav_shadow .button:hover, .button-group.clear.slideshow_nav_shadow .button:focus, .button-group.clear .button.slideshow_nav_shadow:hover, .button-group.clear .button.slideshow_nav_shadow:focus {
  color: gray;
}
.button-group.clear.slideshow_nav_circle_bg .button, .button-group.clear.slideshow_nav_circle_bg .button.disabled, .button-group.clear.slideshow_nav_circle_bg .button[disabled], .button-group.clear.slideshow_nav_circle_bg .button.disabled:hover, .button-group.clear.slideshow_nav_circle_bg .button[disabled]:hover, .button-group.clear.slideshow_nav_circle_bg .button.disabled:focus, .button-group.clear.slideshow_nav_circle_bg .button[disabled]:focus, .button-group.clear .button.slideshow_nav_circle_bg, .button-group.clear .button.slideshow_nav_circle_bg.disabled, .button-group.clear .button.slideshow_nav_circle_bg[disabled], .button-group.clear .button.slideshow_nav_circle_bg.disabled:hover, .button-group.clear .button.slideshow_nav_circle_bg[disabled]:hover, .button-group.clear .button.slideshow_nav_circle_bg.disabled:focus, .button-group.clear .button.slideshow_nav_circle_bg[disabled]:focus {
  color: #FFFFFF;
}
.button-group.clear.slideshow_nav_circle_bg .button:hover, .button-group.clear.slideshow_nav_circle_bg .button:focus, .button-group.clear .button.slideshow_nav_circle_bg:hover, .button-group.clear .button.slideshow_nav_circle_bg:focus {
  color: gray;
}
.button-group.clear.slideshow_nav_circle_bg_hover .button, .button-group.clear.slideshow_nav_circle_bg_hover .button.disabled, .button-group.clear.slideshow_nav_circle_bg_hover .button[disabled], .button-group.clear.slideshow_nav_circle_bg_hover .button.disabled:hover, .button-group.clear.slideshow_nav_circle_bg_hover .button[disabled]:hover, .button-group.clear.slideshow_nav_circle_bg_hover .button.disabled:focus, .button-group.clear.slideshow_nav_circle_bg_hover .button[disabled]:focus, .button-group.clear .button.slideshow_nav_circle_bg_hover, .button-group.clear .button.slideshow_nav_circle_bg_hover.disabled, .button-group.clear .button.slideshow_nav_circle_bg_hover[disabled], .button-group.clear .button.slideshow_nav_circle_bg_hover.disabled:hover, .button-group.clear .button.slideshow_nav_circle_bg_hover[disabled]:hover, .button-group.clear .button.slideshow_nav_circle_bg_hover.disabled:focus, .button-group.clear .button.slideshow_nav_circle_bg_hover[disabled]:focus {
  color: #0066aa;
}
.button-group.clear.slideshow_nav_circle_bg_hover .button:hover, .button-group.clear.slideshow_nav_circle_bg_hover .button:focus, .button-group.clear .button.slideshow_nav_circle_bg_hover:hover, .button-group.clear .button.slideshow_nav_circle_bg_hover:focus {
  color: #003355;
}
.button-group.clear.slideshow_nav_circle_shadow .button, .button-group.clear.slideshow_nav_circle_shadow .button.disabled, .button-group.clear.slideshow_nav_circle_shadow .button[disabled], .button-group.clear.slideshow_nav_circle_shadow .button.disabled:hover, .button-group.clear.slideshow_nav_circle_shadow .button[disabled]:hover, .button-group.clear.slideshow_nav_circle_shadow .button.disabled:focus, .button-group.clear.slideshow_nav_circle_shadow .button[disabled]:focus, .button-group.clear .button.slideshow_nav_circle_shadow, .button-group.clear .button.slideshow_nav_circle_shadow.disabled, .button-group.clear .button.slideshow_nav_circle_shadow[disabled], .button-group.clear .button.slideshow_nav_circle_shadow.disabled:hover, .button-group.clear .button.slideshow_nav_circle_shadow[disabled]:hover, .button-group.clear .button.slideshow_nav_circle_shadow.disabled:focus, .button-group.clear .button.slideshow_nav_circle_shadow[disabled]:focus {
  color: #00aaff;
}
.button-group.clear.slideshow_nav_circle_shadow .button:hover, .button-group.clear.slideshow_nav_circle_shadow .button:focus, .button-group.clear .button.slideshow_nav_circle_shadow:hover, .button-group.clear .button.slideshow_nav_circle_shadow:focus {
  color: #005580;
}
.button-group.clear.slideshow_nav_circle_shadow_hover .button, .button-group.clear.slideshow_nav_circle_shadow_hover .button.disabled, .button-group.clear.slideshow_nav_circle_shadow_hover .button[disabled], .button-group.clear.slideshow_nav_circle_shadow_hover .button.disabled:hover, .button-group.clear.slideshow_nav_circle_shadow_hover .button[disabled]:hover, .button-group.clear.slideshow_nav_circle_shadow_hover .button.disabled:focus, .button-group.clear.slideshow_nav_circle_shadow_hover .button[disabled]:focus, .button-group.clear .button.slideshow_nav_circle_shadow_hover, .button-group.clear .button.slideshow_nav_circle_shadow_hover.disabled, .button-group.clear .button.slideshow_nav_circle_shadow_hover[disabled], .button-group.clear .button.slideshow_nav_circle_shadow_hover.disabled:hover, .button-group.clear .button.slideshow_nav_circle_shadow_hover[disabled]:hover, .button-group.clear .button.slideshow_nav_circle_shadow_hover.disabled:focus, .button-group.clear .button.slideshow_nav_circle_shadow_hover[disabled]:focus {
  color: #0066aa;
}
.button-group.clear.slideshow_nav_circle_shadow_hover .button:hover, .button-group.clear.slideshow_nav_circle_shadow_hover .button:focus, .button-group.clear .button.slideshow_nav_circle_shadow_hover:hover, .button-group.clear .button.slideshow_nav_circle_shadow_hover:focus {
  color: #003355;
}
.button-group.clear.slideshow_nav_circle_border .button, .button-group.clear.slideshow_nav_circle_border .button.disabled, .button-group.clear.slideshow_nav_circle_border .button[disabled], .button-group.clear.slideshow_nav_circle_border .button.disabled:hover, .button-group.clear.slideshow_nav_circle_border .button[disabled]:hover, .button-group.clear.slideshow_nav_circle_border .button.disabled:focus, .button-group.clear.slideshow_nav_circle_border .button[disabled]:focus, .button-group.clear .button.slideshow_nav_circle_border, .button-group.clear .button.slideshow_nav_circle_border.disabled, .button-group.clear .button.slideshow_nav_circle_border[disabled], .button-group.clear .button.slideshow_nav_circle_border.disabled:hover, .button-group.clear .button.slideshow_nav_circle_border[disabled]:hover, .button-group.clear .button.slideshow_nav_circle_border.disabled:focus, .button-group.clear .button.slideshow_nav_circle_border[disabled]:focus {
  color: #000000;
}
.button-group.clear.slideshow_nav_circle_border .button:hover, .button-group.clear.slideshow_nav_circle_border .button:focus, .button-group.clear .button.slideshow_nav_circle_border:hover, .button-group.clear .button.slideshow_nav_circle_border:focus {
  color: black;
}
.button-group.clear.slideshow_bg .button, .button-group.clear.slideshow_bg .button.disabled, .button-group.clear.slideshow_bg .button[disabled], .button-group.clear.slideshow_bg .button.disabled:hover, .button-group.clear.slideshow_bg .button[disabled]:hover, .button-group.clear.slideshow_bg .button.disabled:focus, .button-group.clear.slideshow_bg .button[disabled]:focus, .button-group.clear .button.slideshow_bg, .button-group.clear .button.slideshow_bg.disabled, .button-group.clear .button.slideshow_bg[disabled], .button-group.clear .button.slideshow_bg.disabled:hover, .button-group.clear .button.slideshow_bg[disabled]:hover, .button-group.clear .button.slideshow_bg.disabled:focus, .button-group.clear .button.slideshow_bg[disabled]:focus {
  color: #FFFFFF;
}
.button-group.clear.slideshow_bg .button:hover, .button-group.clear.slideshow_bg .button:focus, .button-group.clear .button.slideshow_bg:hover, .button-group.clear .button.slideshow_bg:focus {
  color: gray;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #3D413E;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #e1e3e2;
  color: #3D413E;
}
.callout.secondary {
  background-color: #cef5db;
  color: #3D413E;
}
.callout.third {
  background-color: #fefefe;
  color: #3D413E;
}
.callout.tertiary {
  background-color: #f0f6e2;
  color: #3D413E;
}
.callout.fourth {
  background-color: #fefefe;
  color: #3D413E;
}
.callout.fifth {
  background-color: #f3f3f3;
  color: #3D413E;
}
.callout.sixth {
  background-color: #edecec;
  color: #3D413E;
}
.callout.seventh {
  background-color: #fafafa;
  color: #3D413E;
}
.callout.eighth {
  background-color: #fae4e4;
  color: #3D413E;
}
.callout.ninth {
  background-color: #f5e6e6;
  color: #3D413E;
}
.callout.tenth {
  background-color: #f8f8f8;
  color: #3D413E;
}
.callout.eleven {
  background-color: #f1f1f1;
  color: #3D413E;
}
.callout.twelve {
  background-color: #f8f8f8;
  color: #3D413E;
}
.callout.thirteen {
  background-color: #f1f1f1;
  color: #3D413E;
}
.callout.fourteen {
  background-color: #ececec;
  color: #3D413E;
}
.callout.fifteen {
  background-color: #eaeaea;
  color: #3D413E;
}
.callout.sixteenth {
  background-color: #fff5dd;
  color: #3D413E;
}
.callout.seventeenth {
  background-color: #fcdaea;
  color: #3D413E;
}
.callout.eighteenth {
  background-color: #cfebfd;
  color: #3D413E;
}
.callout.nineteenth {
  background-color: #f0f6e2;
  color: #3D413E;
}
.callout.twentieth {
  background-color: #e6e6e6;
  color: #3D413E;
}
.callout.success {
  background-color: #e1faea;
  color: #3D413E;
}
.callout.warning {
  background-color: #fff3d9;
  color: #3D413E;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #3D413E;
}
.callout.white {
  background-color: white;
  color: #3D413E;
}
.callout.black {
  background-color: #d9d9d9;
  color: #3D413E;
}
.callout.mn_primary {
  background-color: #e4e3e3;
  color: #3D413E;
}
.callout.mn_secondary {
  background-color: #f0f6e2;
  color: #3D413E;
}
.callout.mn_tertiary {
  background-color: #e3e4e4;
  color: #3D413E;
}
.callout.mn_fourth {
  background-color: #e9e9ea;
  color: #3D413E;
}
.callout.mn_fifth {
  background-color: white;
  color: #3D413E;
}
.callout.slideshow_nav {
  background-color: white;
  color: #3D413E;
}
.callout.slideshow_nav_char_color {
  background-color: white;
  color: #3D413E;
}
.callout.slideshow_nav_hover {
  background-color: white;
  color: #3D413E;
}
.callout.slideshow_nav_shadow {
  background-color: white;
  color: #3D413E;
}
.callout.slideshow_nav_circle_bg {
  background-color: white;
  color: #3D413E;
}
.callout.slideshow_nav_circle_bg_hover {
  background-color: #ccebff;
  color: #3D413E;
}
.callout.slideshow_nav_circle_shadow {
  background-color: #d9f2ff;
  color: #3D413E;
}
.callout.slideshow_nav_circle_shadow_hover {
  background-color: #ccebff;
  color: #3D413E;
}
.callout.slideshow_nav_circle_border {
  background-color: #d9d9d9;
  color: #3D413E;
}
.callout.slideshow_bg {
  background-color: white;
  color: #3D413E;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #3D413E;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #3D413E;
  color: #fefefe;
}
.menu .active > a {
  background: #3D413E;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #14622E;
  box-shadow: 0 7px 0 #14622E, 0 14px 0 #14622E;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #3D413E;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #3D413E transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FAFAFA;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #FFFFFF transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #3D413E;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #FFFFFF;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #FFFFFF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #FFFFFF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #FFFFFF;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #FFFFFF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #FFFFFF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #FFFFFF;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #FFFFFF;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #3D413E;
  color: #fefefe;
}
.label.primary {
  background: #3D413E;
  color: #fefefe;
}
.label.secondary {
  background: #14622E;
  color: #fefefe;
}
.label.third {
  background: #FAFAFA;
  color: #0a0a0a;
}
.label.tertiary {
  background: #98C23C;
  color: #0a0a0a;
}
.label.fourth {
  background: #f5f5f5;
  color: #0a0a0a;
}
.label.fifth {
  background: #b2b0b0;
  color: #0a0a0a;
}
.label.sixth {
  background: #898282;
  color: #0a0a0a;
}
.label.seventh {
  background: #DEDEDE;
  color: #0a0a0a;
}
.label.eighth {
  background: #dc4e4e;
  color: #0a0a0a;
}
.label.ninth {
  background: #bc5858;
  color: #fefefe;
}
.label.tenth {
  background: #d2d2d2;
  color: #0a0a0a;
}
.label.eleven {
  background: #A0A0A0;
  color: #0a0a0a;
}
.label.twelve {
  background: #d3d3d3;
  color: #0a0a0a;
}
.label.thirteen {
  background: #a2a2a2;
  color: #0a0a0a;
}
.label.fourteen {
  background: #818181;
  color: #0a0a0a;
}
.label.fifteen {
  background: #707070;
  color: #fefefe;
}
.label.sixteenth {
  background: #FDBA1E;
  color: #0a0a0a;
}
.label.seventeenth {
  background: #DD1376;
  color: #fefefe;
}
.label.eighteenth {
  background: #076DAD;
  color: #fefefe;
}
.label.nineteenth {
  background: #98C23C;
  color: #0a0a0a;
}
.label.twentieth {
  background: #5A5959;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}
.label.white {
  background: #FFFFFF;
  color: #0a0a0a;
}
.label.black {
  background: #000000;
  color: #fefefe;
}
.label.mn_primary {
  background: #494848;
  color: #fefefe;
}
.label.mn_secondary {
  background: #98C23C;
  color: #0a0a0a;
}
.label.mn_tertiary {
  background: #494C4A;
  color: #fefefe;
}
.label.mn_fourth {
  background: #6d6e71;
  color: #fefefe;
}
.label.mn_fifth {
  background: white;
  color: #0a0a0a;
}
.label.slideshow_nav {
  background: #ffffff;
  color: #0a0a0a;
}
.label.slideshow_nav_char_color {
  background: #ffffff;
  color: #0a0a0a;
}
.label.slideshow_nav_hover {
  background: #ffffff;
  color: #0a0a0a;
}
.label.slideshow_nav_shadow {
  background: #ffffff;
  color: #0a0a0a;
}
.label.slideshow_nav_circle_bg {
  background: #FFFFFF;
  color: #0a0a0a;
}
.label.slideshow_nav_circle_bg_hover {
  background: #0066aa;
  color: #fefefe;
}
.label.slideshow_nav_circle_shadow {
  background: #00aaff;
  color: #0a0a0a;
}
.label.slideshow_nav_circle_shadow_hover {
  background: #0066aa;
  color: #fefefe;
}
.label.slideshow_nav_circle_border {
  background: #000000;
  color: #fefefe;
}
.label.slideshow_bg {
  background: #FFFFFF;
  color: #0a0a0a;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #FFFFFF;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #FFFFFF;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  transform: translateX(-100vw);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-100vw);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(100vw);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  transform: translateX(100vw);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(100vw);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-100vw);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 100vw;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 100vw;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 100vw;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 100vw;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 100vw;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 100vw;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 100vw;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 100vw;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 100vw;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 100vw;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 100vw;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 100vw;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 100vw;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 100vw;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 100vw;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 100vw;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #3D413E;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #3D413E;
}
.progress.secondary .progress-meter {
  background-color: #14622E;
}
.progress.third .progress-meter {
  background-color: #FAFAFA;
}
.progress.tertiary .progress-meter {
  background-color: #98C23C;
}
.progress.fourth .progress-meter {
  background-color: #f5f5f5;
}
.progress.fifth .progress-meter {
  background-color: #b2b0b0;
}
.progress.sixth .progress-meter {
  background-color: #898282;
}
.progress.seventh .progress-meter {
  background-color: #DEDEDE;
}
.progress.eighth .progress-meter {
  background-color: #dc4e4e;
}
.progress.ninth .progress-meter {
  background-color: #bc5858;
}
.progress.tenth .progress-meter {
  background-color: #d2d2d2;
}
.progress.eleven .progress-meter {
  background-color: #A0A0A0;
}
.progress.twelve .progress-meter {
  background-color: #d3d3d3;
}
.progress.thirteen .progress-meter {
  background-color: #a2a2a2;
}
.progress.fourteen .progress-meter {
  background-color: #818181;
}
.progress.fifteen .progress-meter {
  background-color: #707070;
}
.progress.sixteenth .progress-meter {
  background-color: #FDBA1E;
}
.progress.seventeenth .progress-meter {
  background-color: #DD1376;
}
.progress.eighteenth .progress-meter {
  background-color: #076DAD;
}
.progress.nineteenth .progress-meter {
  background-color: #98C23C;
}
.progress.twentieth .progress-meter {
  background-color: #5A5959;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress.white .progress-meter {
  background-color: #FFFFFF;
}
.progress.black .progress-meter {
  background-color: #000000;
}
.progress.mn_primary .progress-meter {
  background-color: #494848;
}
.progress.mn_secondary .progress-meter {
  background-color: #98C23C;
}
.progress.mn_tertiary .progress-meter {
  background-color: #494C4A;
}
.progress.mn_fourth .progress-meter {
  background-color: #6d6e71;
}
.progress.mn_fifth .progress-meter {
  background-color: white;
}
.progress.slideshow_nav .progress-meter {
  background-color: #ffffff;
}
.progress.slideshow_nav_char_color .progress-meter {
  background-color: #ffffff;
}
.progress.slideshow_nav_hover .progress-meter {
  background-color: #ffffff;
}
.progress.slideshow_nav_shadow .progress-meter {
  background-color: #ffffff;
}
.progress.slideshow_nav_circle_bg .progress-meter {
  background-color: #FFFFFF;
}
.progress.slideshow_nav_circle_bg_hover .progress-meter {
  background-color: #0066aa;
}
.progress.slideshow_nav_circle_shadow .progress-meter {
  background-color: #00aaff;
}
.progress.slideshow_nav_circle_shadow_hover .progress-meter {
  background-color: #0066aa;
}
.progress.slideshow_nav_circle_border .progress-meter {
  background-color: #000000;
}
.progress.slideshow_bg .progress-meter {
  background-color: #FFFFFF;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #3D413E;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #3D413E;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #343735;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 102.625rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 102.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 102.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 102.625rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #3D413E;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #3D413E;
}

tfoot {
  background: #f1f1f1;
  color: #3D413E;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #3D413E;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #464b47;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #3D413E;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #343835;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #3D413E;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #3D413E;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(61, 65, 62, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: #14622E;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: white;
}
.top-bar ul ul {
  background-color: #494C4A;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

/*@import "../../../../../../bower_components/lib-bValidator/release/styles/bvalidator.css";*/
/*@import "../../../../../../bower_components/lib-bValidator/release/styles/themes/bvalidator.theme.red.css";*/
/* invalid input */
.bvalidator-group-invalid {
  background-color: #FFC4C4 !important;
}

/* message */
.bvalidator-group-msg {
  border-radius: 0.2em;
  border: 1px solid #FF9A9C;
  color: #9A0F11;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding: 0.3em;
  font-size: 1em;
  background-color: #FFEFEF;
  line-height: normal;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-bottom: 0.2em;
}

/* cookis popup */
/*@import "../extras/js_popupalerts/scss/cookiespolicy.scss";*/
.jcms-popup-cookies-policy {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
}
.jcms-popup-cookies-policy.bottom {
  position: fixed;
  top: auto;
  bottom: 0;
  border-top: 1px solid #14622E;
  padding: 13px 0;
}
.jcms-popup-cookies-policy a {
  color: #14622E;
  text-decoration: underline;
}
.jcms-popup-cookies-policy p {
  color: #14622E;
  font-size: 10px;
  padding: 10px 0;
}
.jcms-popup-cookies-policy .grid-x {
  padding: 0 30px;
  max-width: 100%;
  min-width: 100%;
  padding: 0 20px;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
}
.jcms-popup-cookies-policy .grid-x .cell:nth-child(1) {
  text-align: right;
  /*display: flex;*/
  width: calc(100% - 200px);
}
.jcms-popup-cookies-policy .grid-x .cell:nth-child(2) {
  width: 80px;
  align-self: center;
}
.jcms-popup-cookies-policy .grid-x .cell:nth-child(3) {
  width: 120px;
  align-self: center;
}
.jcms-popup-cookies-policy .grid-x p {
  text-align: center;
  margin: 0;
  line-height: 1.1em;
  font-size: 10px;
}
.jcms-popup-cookies-policy .grid-x button {
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .jcms-popup-cookies-policy .grid-x {
    display: block;
    padding: 5px 5px;
  }
  .jcms-popup-cookies-policy .grid-x .cell:nth-child(1) {
    text-align: right;
    /*display: flex;*/
    width: calc(100% - 85px);
    float: left;
  }
  .jcms-popup-cookies-policy .grid-x .cell:nth-child(2) {
    width: 80px;
    display: inline-block;
  }
  .jcms-popup-cookies-policy .grid-x .cell:nth-child(3) {
    width: 80px;
    display: inline-block;
  }
  .jcms-popup-cookies-policy .grid-x button {
    font-size: 12px;
    padding: 4px 3px;
    margin: 5px 0;
    width: 75px;
  }
}
.jcms-popup-cookies-policy .cell {
  text-align: right;
  display: flex;
}
.jcms-popup-cookies-policy .button {
  padding: 8px 13px;
  font-size: 12px;
}

/*Plugin Orbit Slideshow*/
/*@import "../plugins/gallery/foundation_orbit.scss";*/
/*Plugin Orbit Slideshow - end*/
/*Plugin Galleria Slideshow*/
/*@import "../plugins/gallery/galleria/themes/classic/galleria.classic.css";   
@import "../plugins/gallery/galleria.scss"; */
/*@import "../../../../../../bower_components/galleria/dist/themes/classic/galleria.classic.css";*/
/*@import "../plugins/gallery/galleria.scss";*/
/*Plugin Galleria Slideshow - end*/
/*Plugin Slick Slideshow*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slideshow, .slideshow-inline {
  background-color: #FFFFFF;
}
.slideshow *, .slideshow-inline * {
  outline: none;
}
.slideshow .slideshow.normal, .slideshow-inline .slideshow.normal {
  margin: 2rem;
}
.slideshow .slideshow-slick, .slideshow-inline .slideshow-slick {
  display: none;
}
.slideshow .slick-slide .cell, .slideshow-inline .slick-slide .cell {
  position: relative;
}
.slideshow .slick-slide .cell > .layer, .slideshow-inline .slick-slide .cell > .layer {
  position: absolute;
  z-index: 10;
}
.slideshow .thumbnail, .slideshow-inline .thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.slideshow .thumbnail img, .slideshow-inline .thumbnail img {
  margin: 0 auto;
  max-height: 12rem;
  padding: 1px;
  border: none;
}
.slideshow .normal img, .slideshow-inline .normal img {
  margin: 0 auto;
  max-height: 25rem;
}
.slideshow .slick-prev:before, .slideshow-inline .slick-prev:before {
  content: "\f104";
}
.slideshow .slick-next:before, .slideshow-inline .slick-next:before {
  content: "\f105";
}
.slideshow button.slick-arrow, .slideshow-inline button.slick-arrow {
  font-size: 50px;
  width: 50px;
  height: 50px;
  color: transparent !important;
}
.slideshow button.slick-arrow:before, .slideshow-inline button.slick-arrow:before {
  background-color: #14622E;
  color: #FFFFFF;
  padding-top: 43%;
  font-size: 1em;
  font-family: FontAwesome;
  top: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0;
  border: none;
}
.slideshow .slick-dots li button:before, .slideshow-inline .slick-dots li button:before {
  font-size: 14px;
  color: #14622E;
}
.slideshow .slick-arrow, .slideshow-inline .slick-arrow {
  color: #f2f2f2;
  height: auto;
  width: initial;
  z-index: 100;
}
.slideshow .slick-arrow:before, .slideshow-inline .slick-arrow:before {
  color: #f2f2f2;
  transition: all 0.15s ease-in-out;
}
.slideshow .slick-arrow:hover, .slideshow-inline .slick-arrow:hover {
  color: white;
}
.slideshow .slick-arrow:hover:before, .slideshow-inline .slick-arrow:hover:before {
  color: white;
}
.slideshow .slick-prev:before, .slideshow .slick-next:before, .slideshow-inline .slick-prev:before, .slideshow-inline .slick-next:before {
  font-family: FontAwesome;
  font-size: 45px;
}
.slideshow.slideshow-nav-arrows-chevron .slick-prev:before, .slideshow-inline.slideshow-nav-arrows-chevron .slick-prev:before {
  content: "\f137";
}
.slideshow.slideshow-nav-arrows-chevron .slick-next:before, .slideshow-inline.slideshow-nav-arrows-chevron .slick-next:before {
  content: "\f138";
}
.slideshow.slideshow-nav-arrows-caret .slick-prev:before, .slideshow-inline.slideshow-nav-arrows-caret .slick-prev:before {
  content: "\f0d9";
}
.slideshow.slideshow-nav-arrows-caret .slick-next:before, .slideshow-inline.slideshow-nav-arrows-caret .slick-next:before {
  content: "\f0da";
}
.slideshow.slideshow-nav-shadow .slick-prev:before, .slideshow.slideshow-nav-shadow .slick-next:before, .slideshow-inline.slideshow-nav-shadow .slick-prev:before, .slideshow-inline.slideshow-nav-shadow .slick-next:before {
  text-shadow: 0 0 10px gray;
}
.slideshow.slideshow-nav-shadow .slick-prev:hover:before, .slideshow.slideshow-nav-shadow .slick-next:hover:before, .slideshow-inline.slideshow-nav-shadow .slick-prev:hover:before, .slideshow-inline.slideshow-nav-shadow .slick-next:hover:before {
  text-shadow: 0 0 30px #4d4d4d;
}
.slideshow.slideshow-nav-cicrle-shadow .slick-arrow:after, .slideshow-inline.slideshow-nav-cicrle-shadow .slick-arrow:after {
  -webkit-box-shadow: 0 0 5px #00aaff;
  -khtml-box-shadow: 0 0 5px #00aaff;
  -moz-box-shadow: 0 0 5px #00aaff;
  -ms-box-shadow: 0 0 5px #00aaff;
  -o-box-shadow: 0 0 5px #00aaff;
  box-shadow: 0 0 5px #00aaff;
  transition: all 0.15s ease-in-out;
}
.slideshow.slideshow-nav-cicrle-shadow .slick-arrow:hover:after, .slideshow-inline.slideshow-nav-cicrle-shadow .slick-arrow:hover:after {
  -webkit-box-shadow: 0 0 30px #0066aa;
  -khtml-box-shadow: 0 0 30px #0066aa;
  -moz-box-shadow: 0 0 30px #0066aa;
  -ms-box-shadow: 0 0 30px #0066aa;
  -o-box-shadow: 0 0 30px #0066aa;
  box-shadow: 0 0 30px #0066aa;
}
.slideshow.slideshow-nav-cicrle .slick-prev:after, .slideshow.slideshow-nav-cicrle .slick-next:after, .slideshow-inline.slideshow-nav-cicrle .slick-prev:after, .slideshow-inline.slideshow-nav-cicrle .slick-next:after {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: " ";
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slideshow.slideshow-nav-cicrle .slick-prev:hover:after, .slideshow.slideshow-nav-cicrle .slick-next:hover:after, .slideshow-inline.slideshow-nav-cicrle .slick-prev:hover:after, .slideshow-inline.slideshow-nav-cicrle .slick-next:hover:after {
  border: 1px solid #0066aa;
}
.slideshow.slideshow-nav-arrows-lines .slick-arrow, .slideshow-inline.slideshow-nav-arrows-lines .slick-arrow {
  /*width: 54px;*/
  width: 40px;
  filter: none;
  content: " ";
}
.slideshow.slideshow-nav-arrows-lines .slick-disabled, .slideshow-inline.slideshow-nav-arrows-lines .slick-disabled {
  display: none !important;
}
.slideshow.slideshow-nav-arrows-lines .slick-prev:before, .slideshow.slideshow-nav-arrows-lines .slick-next:before, .slideshow-inline.slideshow-nav-arrows-lines .slick-prev:before, .slideshow-inline.slideshow-nav-arrows-lines .slick-next:before {
  z-index: 10;
  width: 40px;
  height: 20px;
  display: block;
  filter: invert(0.5);
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center center;
}
.slideshow.slideshow-nav-arrows-lines .slick-prev, .slideshow-inline.slideshow-nav-arrows-lines .slick-prev {
  left: -2rem;
}
.slideshow.slideshow-nav-arrows-lines .slick-next, .slideshow-inline.slideshow-nav-arrows-lines .slick-next {
  right: -2rem;
}
.slideshow.slideshow-nav-arrows-lines .slick-prev:before, .slideshow-inline.slideshow-nav-arrows-lines .slick-prev:before {
  background-image: url(../media/arrow-slideshow-left.svg);
  content: " ";
}
.slideshow.slideshow-nav-arrows-lines .slick-next:before, .slideshow-inline.slideshow-nav-arrows-lines .slick-next:before {
  background-image: url(../media/arrow-slideshow-right.svg);
  content: " ";
}
.slideshow.slideshow-nav-arrows-triangle .slick-arrow, .slideshow-inline.slideshow-nav-arrows-triangle .slick-arrow {
  /*width: 54px;*/
  width: 40px;
  filter: none;
  content: " ";
}
.slideshow.slideshow-nav-arrows-triangle .slick-disabled, .slideshow-inline.slideshow-nav-arrows-triangle .slick-disabled {
  display: none !important;
}
.slideshow.slideshow-nav-arrows-triangle .slick-prev:before, .slideshow.slideshow-nav-arrows-triangle .slick-next:before, .slideshow-inline.slideshow-nav-arrows-triangle .slick-prev:before, .slideshow-inline.slideshow-nav-arrows-triangle .slick-next:before {
  z-index: 10;
  width: 40px;
  height: 20px;
  display: block;
  /*filter: invert(0.5);*/
  background-repeat: no-repeat;
  background-position: center center;
}
.slideshow.slideshow-nav-arrows-triangle .slick-prev, .slideshow-inline.slideshow-nav-arrows-triangle .slick-prev {
  left: -2rem;
}
.slideshow.slideshow-nav-arrows-triangle .slick-next, .slideshow-inline.slideshow-nav-arrows-triangle .slick-next {
  right: -2rem;
}
.slideshow.slideshow-nav-arrows-triangle .slick-prev:before, .slideshow-inline.slideshow-nav-arrows-triangle .slick-prev:before {
  background-image: url(../media/nav-triangle-arrow-left.svg);
  content: " ";
}
.slideshow.slideshow-nav-arrows-triangle .slick-next:before, .slideshow-inline.slideshow-nav-arrows-triangle .slick-next:before {
  background-image: url(../media/nav-triangle-arrow-right.svg);
  content: " ";
}
@media print, screen and (max-width: 39.99875em) {
  .slideshow .slick-arrow, .slideshow-inline .slick-arrow {
    z-index: 10000;
    -webkit-transform: scale(0.8);
    -khtml-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .slideshow .slick-prev, .slideshow-inline .slick-prev {
    left: 0.5rem;
  }
  .slideshow .slick-next, .slideshow-inline .slick-next {
    right: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .slideshow.l-height-30p, .slideshow-inline.l-height-30p {
    height: 30vw;
  }
  .slideshow.l-height-40p, .slideshow-inline.l-height-40p {
    height: 40vw;
  }
  .slideshow.l-height-50p, .slideshow-inline.l-height-50p {
    height: 50vw;
  }
  .slideshow.l-height-60p, .slideshow-inline.l-height-60p {
    height: 60vw;
  }
  .slideshow.l-height-70p, .slideshow-inline.l-height-70p {
    height: 70vw;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .slideshow.m-height-30p, .slideshow-inline.m-height-30p {
    height: 30vw;
  }
  .slideshow.m-height-40p, .slideshow-inline.m-height-40p {
    height: 40vw;
  }
  .slideshow.m-height-50p, .slideshow-inline.m-height-50p {
    height: 50vw;
  }
  .slideshow.m-height-60p, .slideshow-inline.m-height-60p {
    height: 60vw;
  }
  .slideshow.m-height-70p, .slideshow-inline.m-height-70p {
    height: 70vw;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .slideshow.s-height-20p, .slideshow-inline.s-height-20p {
    height: 20vw;
  }
  .slideshow.s-height-30p, .slideshow-inline.s-height-30p {
    height: 30vw;
  }
  .slideshow.s-height-40p, .slideshow-inline.s-height-40p {
    height: 40vw;
  }
  .slideshow.s-height-50p, .slideshow-inline.s-height-50p {
    height: 50vw;
  }
  .slideshow.s-height-60p, .slideshow-inline.s-height-60p {
    height: 60vw;
  }
  .slideshow.s-height-70p, .slideshow-inline.s-height-70p {
    height: 70vw;
  }
}

/*Plugin Slick Slideshow - end*/
/*Scrollpane*/
/*@import "../../../../../../bower_components/jScrollPane/style/jquery.jscrollpane.css";*/
/*Scrollpane - end*/
/* select2  */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : Jun 8, 2023, 11:06:16 AM
    Author     : kapsalis
*/
.select2-container {
  width: 100% !important;
  margin-bottom: 1rem;
}
.select2-container .select2-selection--single {
  height: 2.9em;
  border-color: #3D413E;
}

/*
.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: get-color(primary);
    line-height: 2.9em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: get-color(primary) transparent transparent transparent;
}*/
/* fdatetimepicker */
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : Jan 19, 2024, 5:49:11 PM
    Author     : kapsalis
*/
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

/*Plyr video player*/
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none; /* stylelint-disable-line */
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/*Site styling*/
.video-thumbnail-container {
  position: relative;
}
.video-thumbnail-container [data-virtual-form].video-thumb {
  position: absolute !important;
  bottom: 0;
  height: 100%;
  margin: 0;
  z-index: 10;
  width: 100%;
}
.video-thumbnail-container [data-virtual-form].video-thumb .link-button {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-video-player {
  padding: 0;
}
.popup-video-player .close-button {
  opacity: 0;
  transition: all 0.3s;
}
.popup-video-player.display-close-button .close-button {
  opacity: 1;
}
.popup-video-player .close-button {
  width: 32px;
  z-index: 100;
}
.popup-video-player > h3, .popup-video-player p {
  display: none;
}
.popup-video-player .video-yt-container {
  padding-top: 54%;
}

.video-yt-container {
  position: relative;
  overflow: hidden;
}
.video-yt-container .actions [data-action] {
  display: none;
}
.video-yt-container .actions .play {
  display: inline-block;
}
.video-yt-container .actions .stop {
  display: inline-block;
}
.video-yt-container .time, .video-yt-container .slider-container {
  display: none;
}
.video-yt-container.unmute .actions .unmute {
  display: none;
}
.video-yt-container.unmute .actions .mute {
  display: inline-block;
}
.video-yt-container.mute .actions .mute {
  display: none;
}
.video-yt-container.mute .actions .unmute {
  display: inline-block;
}
.video-yt-container.loaded .time, .video-yt-container.loaded .slider-container {
  display: block;
  transition: all 0.3s;
}
.video-yt-container.playing .actions .play {
  display: none;
}
.video-yt-container.playing .actions .pause {
  display: inline-block;
}
.video-yt-container.playing .thumb {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.3s;
}
.video-yt-container.paused .actions .play {
  display: inline-block;
}
.video-yt-container.paused .actions .pause {
  display: none;
}
.video-yt-container.clear-thumb .thumb {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.video-yt-container .actions {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.video-yt-container .actions [data-action] {
  color: transparent;
  width: 15vw;
  max-width: 40px;
  height: 15vw;
  max-height: 40px;
  background-size: 100% auto;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-yt-container .actions [data-action].play {
  background-image: url(../media/video-assets/but-video-play.svg);
}
.video-yt-container .actions [data-action].pause {
  background-image: url(../media/video-assets/but-video-pause.svg);
}
.video-yt-container .actions [data-action].stop {
  background-image: url(../media/video-assets/but-video-stop.svg);
}
.video-yt-container .actions [data-action].mute {
  background-image: url(../media/video-assets/but-video-mute.svg);
}
.video-yt-container .actions [data-action].unmute {
  background-image: url(../media/video-assets/but-video-unmute.svg);
}
@media print, screen and (min-width: 40em) {
  .video-yt-container .actions [data-action] {
    margin: 0 20px;
    max-width: 60px;
  }
}
.video-yt-container .timeline {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-yt-container .thumb {
  height: 100%;
  position: relative;
  z-index: 10;
}
.video-yt-container .bar {
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
  background: #3D413E;
}
.video-yt-container .bar .fill {
  width: 5%;
  height: 100%;
  background: #14622E;
}
.video-yt-container .time {
  position: absolute;
  bottom: 2px;
  left: 50%;
  white-space: nowrap;
}
.video-yt-container .time div {
  display: inline-block;
}
.video-yt-container .time .current:after {
  content: "/";
}
.video-yt-container .time * {
  color: #FFFFFF;
  font-size: 12px;
}
.video-yt-container iframe {
  z-index: 5;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .video-yt-container iframe {
    height: calc(100% + 102px);
  }
}
@media print, screen and (min-width: 40em) {
  .video-yt-container iframe {
    height: calc(100% + 110px);
  }
}
.video-yt-container .slider-container {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 10px 16px 10px;
  max-width: 1200px;
}
.video-yt-container .slider-container div:nth-child(2) {
  display: none;
}
.video-yt-container .slider-container .slider {
  margin: 8px;
  height: 2px;
  background: #FFFFFF;
}
.video-yt-container .slider-container .slider .slider-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
}

/*.f_siz-0_4   -> rem font size*/
.f_siz-0_4 {
  font-size: 0.4rem !important;
}

.f_siz-0_5 {
  font-size: 0.5rem !important;
}

.f_siz-0_6 {
  font-size: 0.6rem !important;
}

.f_siz-0_7 {
  font-size: 0.7rem !important;
}

.f_siz-0_8 {
  font-size: 0.8rem !important;
}

.f_siz-0_9 {
  font-size: 0.9rem !important;
}

.f_siz-1 {
  font-size: 1rem !important;
}

.f_siz-1_1 {
  font-size: 1.1rem !important;
}

.f_siz-1_2 {
  font-size: 1.2rem !important;
}

.f_siz-1_3 {
  font-size: 1.3rem !important;
}

.f_siz-1_4 {
  font-size: 1.4rem !important;
}

.f_siz-1_5 {
  font-size: 1.5rem !important;
}

.f_siz-1_6 {
  font-size: 1.6rem !important;
}

.f_siz-1_7 {
  font-size: 1.7rem !important;
}

.f_siz-1_8 {
  font-size: 1.8rem !important;
}

.f_siz-1_9 {
  font-size: 1.9rem !important;
}

.f_siz-2_0 {
  font-size: 2rem !important;
}

/*.f_siz-4px   -> pixel font size*/
.f_siz-4px {
  font-size: 4px !important;
}

.f_siz-5px {
  font-size: 5px !important;
}

.f_siz-6px {
  font-size: 6px !important;
}

.f_siz-7px {
  font-size: 7px !important;
}

.f_siz-8px {
  font-size: 8px !important;
}

.f_siz-9px {
  font-size: 9px !important;
}

.f_siz-10px {
  font-size: 10px !important;
}

.f_siz-11px {
  font-size: 11px !important;
}

.f_siz-12px {
  font-size: 12px !important;
}

.f_siz-13px {
  font-size: 13px !important;
}

.f_siz-14px {
  font-size: 14px !important;
}

.f_siz-15px {
  font-size: 15px !important;
}

.f_siz-16px {
  font-size: 16px !important;
}

.f_siz-17px {
  font-size: 17px !important;
}

.f_siz-18px {
  font-size: 18px !important;
}

.f_siz-19px {
  font-size: 19px !important;
}

.f_siz-20px {
  font-size: 20px !important;
}

/*lin-hei-0.4   -> em line height */
.lin-hei-0_4 {
  line-height: 0.4em !important;
}

.lin-hei-0_5 {
  line-height: 0.5em !important;
}

.lin-hei-0_6 {
  line-height: 0.6em !important;
}

.lin-hei-0_7 {
  line-height: 0.7em !important;
}

.lin-hei-0_8 {
  line-height: 0.8em !important;
}

.lin-hei-0_9 {
  line-height: 0.9em !important;
}

.lin-hei-1 {
  line-height: 1em !important;
}

.lin-hei-1_1 {
  line-height: 1.1em !important;
}

.lin-hei-1_2 {
  line-height: 1.2em !important;
}

.lin-hei-1_3 {
  line-height: 1.3em !important;
}

.lin-hei-1_4 {
  line-height: 1.4em !important;
}

.lin-hei-1_5 {
  line-height: 1.5em !important;
}

.lin-hei-1_6 {
  line-height: 1.6em !important;
}

.lin-hei-1_7 {
  line-height: 1.7em !important;
}

.lin-hei-1_8 {
  line-height: 1.8em !important;
}

.lin-hei-1_9 {
  line-height: 1.9em !important;
}

.lin-hei-2_0 {
  line-height: 2em !important;
}

/* span-lin-hei-0_5   -> em span line height */
.span-lin-hei-0_4 {
  line-height: 0.4em !important;
}

.span-lin-hei-0_5 {
  line-height: 0.5em !important;
}

.span-lin-hei-0_6 {
  line-height: 0.6em !important;
}

.span-lin-hei-0_7 {
  line-height: 0.7em !important;
}

.span-lin-hei-0_8 {
  line-height: 0.8em !important;
}

.span-lin-hei-0_9 {
  line-height: 0.9em !important;
}

.span-lin-hei-1 {
  line-height: 1em !important;
}

.span-lin-hei-1_1 {
  line-height: 1.1em !important;
}

.span-lin-hei-1_2 {
  line-height: 1.2em !important;
}

.span-lin-hei-1_3 {
  line-height: 1.3em !important;
}

.span-lin-hei-1_4 {
  line-height: 1.4em !important;
}

.span-lin-hei-1_5 {
  line-height: 1.5em !important;
}

.span-lin-hei-1_6 {
  line-height: 1.6em !important;
}

.span-lin-hei-1_7 {
  line-height: 1.7em !important;
}

.span-lin-hei-1_8 {
  line-height: 1.8em !important;
}

.span-lin-hei-1_9 {
  line-height: 1.9em !important;
}

.span-lin-hei-2_0 {
  line-height: 2em !important;
}

/* .margin-top-1  -> margin top and mbottom  */
/* .margin-bottom-1  */
.margin-top-0em {
  margin-top: 0em !important;
}

.margin-bottom-0em {
  margin-bottom: 0em !important;
}

.margin-left-0em {
  margin-left: 0em !important;
}

.margin-right-0em {
  margin-right: 0em !important;
}

.padding-top-0em {
  padding-top: 0em !important;
}

.padding-bottom-0em {
  padding-bottom: 0em !important;
}

.padding-left-0em {
  padding-left: 0em !important;
}

.padding-right-0em {
  padding-right: 0em !important;
}

.margin-top-1em {
  margin-top: 1em !important;
}

.margin-bottom-1em {
  margin-bottom: 1em !important;
}

.margin-left-1em {
  margin-left: 1em !important;
}

.margin-right-1em {
  margin-right: 1em !important;
}

.padding-top-1em {
  padding-top: 1em !important;
}

.padding-bottom-1em {
  padding-bottom: 1em !important;
}

.padding-left-1em {
  padding-left: 1em !important;
}

.padding-right-1em {
  padding-right: 1em !important;
}

.margin-top-2em {
  margin-top: 2em !important;
}

.margin-bottom-2em {
  margin-bottom: 2em !important;
}

.margin-left-2em {
  margin-left: 2em !important;
}

.margin-right-2em {
  margin-right: 2em !important;
}

.padding-top-2em {
  padding-top: 2em !important;
}

.padding-bottom-2em {
  padding-bottom: 2em !important;
}

.padding-left-2em {
  padding-left: 2em !important;
}

.padding-right-2em {
  padding-right: 2em !important;
}

.margin-top-3em {
  margin-top: 3em !important;
}

.margin-bottom-3em {
  margin-bottom: 3em !important;
}

.margin-left-3em {
  margin-left: 3em !important;
}

.margin-right-3em {
  margin-right: 3em !important;
}

.padding-top-3em {
  padding-top: 3em !important;
}

.padding-bottom-3em {
  padding-bottom: 3em !important;
}

.padding-left-3em {
  padding-left: 3em !important;
}

.padding-right-3em {
  padding-right: 3em !important;
}

.margin-top-4em {
  margin-top: 4em !important;
}

.margin-bottom-4em {
  margin-bottom: 4em !important;
}

.margin-left-4em {
  margin-left: 4em !important;
}

.margin-right-4em {
  margin-right: 4em !important;
}

.padding-top-4em {
  padding-top: 4em !important;
}

.padding-bottom-4em {
  padding-bottom: 4em !important;
}

.padding-left-4em {
  padding-left: 4em !important;
}

.padding-right-4em {
  padding-right: 4em !important;
}

.margin-top-5em {
  margin-top: 5em !important;
}

.margin-bottom-5em {
  margin-bottom: 5em !important;
}

.margin-left-5em {
  margin-left: 5em !important;
}

.margin-right-5em {
  margin-right: 5em !important;
}

.padding-top-5em {
  padding-top: 5em !important;
}

.padding-bottom-5em {
  padding-bottom: 5em !important;
}

.padding-left-5em {
  padding-left: 5em !important;
}

.padding-right-5em {
  padding-right: 5em !important;
}

.margin-top-6em {
  margin-top: 6em !important;
}

.margin-bottom-6em {
  margin-bottom: 6em !important;
}

.margin-left-6em {
  margin-left: 6em !important;
}

.margin-right-6em {
  margin-right: 6em !important;
}

.padding-top-6em {
  padding-top: 6em !important;
}

.padding-bottom-6em {
  padding-bottom: 6em !important;
}

.padding-left-6em {
  padding-left: 6em !important;
}

.padding-right-6em {
  padding-right: 6em !important;
}

.margin-top-7em {
  margin-top: 7em !important;
}

.margin-bottom-7em {
  margin-bottom: 7em !important;
}

.margin-left-7em {
  margin-left: 7em !important;
}

.margin-right-7em {
  margin-right: 7em !important;
}

.padding-top-7em {
  padding-top: 7em !important;
}

.padding-bottom-7em {
  padding-bottom: 7em !important;
}

.padding-left-7em {
  padding-left: 7em !important;
}

.padding-right-7em {
  padding-right: 7em !important;
}

.margin-top-8em {
  margin-top: 8em !important;
}

.margin-bottom-8em {
  margin-bottom: 8em !important;
}

.margin-left-8em {
  margin-left: 8em !important;
}

.margin-right-8em {
  margin-right: 8em !important;
}

.padding-top-8em {
  padding-top: 8em !important;
}

.padding-bottom-8em {
  padding-bottom: 8em !important;
}

.padding-left-8em {
  padding-left: 8em !important;
}

.padding-right-8em {
  padding-right: 8em !important;
}

.margin-top-9em {
  margin-top: 9em !important;
}

.margin-bottom-9em {
  margin-bottom: 9em !important;
}

.margin-left-9em {
  margin-left: 9em !important;
}

.margin-right-9em {
  margin-right: 9em !important;
}

.padding-top-9em {
  padding-top: 9em !important;
}

.padding-bottom-9em {
  padding-bottom: 9em !important;
}

.padding-left-9em {
  padding-left: 9em !important;
}

.padding-right-9em {
  padding-right: 9em !important;
}

.margin-top-10em {
  margin-top: 10em !important;
}

.margin-bottom-10em {
  margin-bottom: 10em !important;
}

.margin-left-10em {
  margin-left: 10em !important;
}

.margin-right-10em {
  margin-right: 10em !important;
}

.padding-top-10em {
  padding-top: 10em !important;
}

.padding-bottom-10em {
  padding-bottom: 10em !important;
}

.padding-left-10em {
  padding-left: 10em !important;
}

.padding-right-10em {
  padding-right: 10em !important;
}

/* .margin-top-0_1  -> margin top and bottom  */
/* .margin-bottom-0_1  */
.margin-top-0_1em {
  margin-top: 0.1em;
}

.margin-bottom-0_1em {
  margin-bottom: 0.1em;
}

.margin-left-0_1em {
  margin-left: 0.1em;
}

.margin-right-0_1em {
  margin-right: 0.1em;
}

.padding-top-0_1em {
  padding-top: 0.1em;
}

.padding-bottom-0_1em {
  padding-bottom: 0.1em;
}

.padding-left-0_1em {
  padding-left: 0.1em;
}

.padding-right-0_1em {
  padding-right: 0.1em;
}

.margin-top-0_2em {
  margin-top: 0.2em;
}

.margin-bottom-0_2em {
  margin-bottom: 0.2em;
}

.margin-left-0_2em {
  margin-left: 0.2em;
}

.margin-right-0_2em {
  margin-right: 0.2em;
}

.padding-top-0_2em {
  padding-top: 0.2em;
}

.padding-bottom-0_2em {
  padding-bottom: 0.2em;
}

.padding-left-0_2em {
  padding-left: 0.2em;
}

.padding-right-0_2em {
  padding-right: 0.2em;
}

.margin-top-0_3em {
  margin-top: 0.3em;
}

.margin-bottom-0_3em {
  margin-bottom: 0.3em;
}

.margin-left-0_3em {
  margin-left: 0.3em;
}

.margin-right-0_3em {
  margin-right: 0.3em;
}

.padding-top-0_3em {
  padding-top: 0.3em;
}

.padding-bottom-0_3em {
  padding-bottom: 0.3em;
}

.padding-left-0_3em {
  padding-left: 0.3em;
}

.padding-right-0_3em {
  padding-right: 0.3em;
}

.margin-top-0_4em {
  margin-top: 0.4em;
}

.margin-bottom-0_4em {
  margin-bottom: 0.4em;
}

.margin-left-0_4em {
  margin-left: 0.4em;
}

.margin-right-0_4em {
  margin-right: 0.4em;
}

.padding-top-0_4em {
  padding-top: 0.4em;
}

.padding-bottom-0_4em {
  padding-bottom: 0.4em;
}

.padding-left-0_4em {
  padding-left: 0.4em;
}

.padding-right-0_4em {
  padding-right: 0.4em;
}

.margin-top-0_5em {
  margin-top: 0.5em;
}

.margin-bottom-0_5em {
  margin-bottom: 0.5em;
}

.margin-left-0_5em {
  margin-left: 0.5em;
}

.margin-right-0_5em {
  margin-right: 0.5em;
}

.padding-top-0_5em {
  padding-top: 0.5em;
}

.padding-bottom-0_5em {
  padding-bottom: 0.5em;
}

.padding-left-0_5em {
  padding-left: 0.5em;
}

.padding-right-0_5em {
  padding-right: 0.5em;
}

.margin-top-0_6em {
  margin-top: 0.6em;
}

.margin-bottom-0_6em {
  margin-bottom: 0.6em;
}

.margin-left-0_6em {
  margin-left: 0.6em;
}

.margin-right-0_6em {
  margin-right: 0.6em;
}

.padding-top-0_6em {
  padding-top: 0.6em;
}

.padding-bottom-0_6em {
  padding-bottom: 0.6em;
}

.padding-left-0_6em {
  padding-left: 0.6em;
}

.padding-right-0_6em {
  padding-right: 0.6em;
}

.margin-top-0_7em {
  margin-top: 0.7em;
}

.margin-bottom-0_7em {
  margin-bottom: 0.7em;
}

.margin-left-0_7em {
  margin-left: 0.7em;
}

.margin-right-0_7em {
  margin-right: 0.7em;
}

.padding-top-0_7em {
  padding-top: 0.7em;
}

.padding-bottom-0_7em {
  padding-bottom: 0.7em;
}

.padding-left-0_7em {
  padding-left: 0.7em;
}

.padding-right-0_7em {
  padding-right: 0.7em;
}

.margin-top-0_8em {
  margin-top: 0.8em;
}

.margin-bottom-0_8em {
  margin-bottom: 0.8em;
}

.margin-left-0_8em {
  margin-left: 0.8em;
}

.margin-right-0_8em {
  margin-right: 0.8em;
}

.padding-top-0_8em {
  padding-top: 0.8em;
}

.padding-bottom-0_8em {
  padding-bottom: 0.8em;
}

.padding-left-0_8em {
  padding-left: 0.8em;
}

.padding-right-0_8em {
  padding-right: 0.8em;
}

.margin-top-0_9em {
  margin-top: 0.9em;
}

.margin-bottom-0_9em {
  margin-bottom: 0.9em;
}

.margin-left-0_9em {
  margin-left: 0.9em;
}

.margin-right-0_9em {
  margin-right: 0.9em;
}

.padding-top-0_9em {
  padding-top: 0.9em;
}

.padding-bottom-0_9em {
  padding-bottom: 0.9em;
}

.padding-left-0_9em {
  padding-left: 0.9em;
}

.padding-right-0_9em {
  padding-right: 0.9em;
}

.margin-top-0_10em {
  margin-top: 1em;
}

.margin-bottom-0_10em {
  margin-bottom: 1em;
}

.margin-left-0_10em {
  margin-left: 1em;
}

.margin-right-0_10em {
  margin-right: 1em;
}

.padding-top-0_10em {
  padding-top: 1em;
}

.padding-bottom-0_10em {
  padding-bottom: 1em;
}

.padding-left-0_10em {
  padding-left: 1em;
}

.padding-right-0_10em {
  padding-right: 1em;
}

.margin-top-0_11em {
  margin-top: 1.1em;
}

.margin-bottom-0_11em {
  margin-bottom: 1.1em;
}

.margin-left-0_11em {
  margin-left: 1.1em;
}

.margin-right-0_11em {
  margin-right: 1.1em;
}

.padding-top-0_11em {
  padding-top: 1.1em;
}

.padding-bottom-0_11em {
  padding-bottom: 1.1em;
}

.padding-left-0_11em {
  padding-left: 1.1em;
}

.padding-right-0_11em {
  padding-right: 1.1em;
}

.margin-top-0_12em {
  margin-top: 1.2em;
}

.margin-bottom-0_12em {
  margin-bottom: 1.2em;
}

.margin-left-0_12em {
  margin-left: 1.2em;
}

.margin-right-0_12em {
  margin-right: 1.2em;
}

.padding-top-0_12em {
  padding-top: 1.2em;
}

.padding-bottom-0_12em {
  padding-bottom: 1.2em;
}

.padding-left-0_12em {
  padding-left: 1.2em;
}

.padding-right-0_12em {
  padding-right: 1.2em;
}

.margin-top-0_13em {
  margin-top: 1.3em;
}

.margin-bottom-0_13em {
  margin-bottom: 1.3em;
}

.margin-left-0_13em {
  margin-left: 1.3em;
}

.margin-right-0_13em {
  margin-right: 1.3em;
}

.padding-top-0_13em {
  padding-top: 1.3em;
}

.padding-bottom-0_13em {
  padding-bottom: 1.3em;
}

.padding-left-0_13em {
  padding-left: 1.3em;
}

.padding-right-0_13em {
  padding-right: 1.3em;
}

.margin-top-0_14em {
  margin-top: 1.4em;
}

.margin-bottom-0_14em {
  margin-bottom: 1.4em;
}

.margin-left-0_14em {
  margin-left: 1.4em;
}

.margin-right-0_14em {
  margin-right: 1.4em;
}

.padding-top-0_14em {
  padding-top: 1.4em;
}

.padding-bottom-0_14em {
  padding-bottom: 1.4em;
}

.padding-left-0_14em {
  padding-left: 1.4em;
}

.padding-right-0_14em {
  padding-right: 1.4em;
}

.margin-top-0_15em {
  margin-top: 1.5em;
}

.margin-bottom-0_15em {
  margin-bottom: 1.5em;
}

.margin-left-0_15em {
  margin-left: 1.5em;
}

.margin-right-0_15em {
  margin-right: 1.5em;
}

.padding-top-0_15em {
  padding-top: 1.5em;
}

.padding-bottom-0_15em {
  padding-bottom: 1.5em;
}

.padding-left-0_15em {
  padding-left: 1.5em;
}

.padding-right-0_15em {
  padding-right: 1.5em;
}

.margin-top-0_16em {
  margin-top: 1.6em;
}

.margin-bottom-0_16em {
  margin-bottom: 1.6em;
}

.margin-left-0_16em {
  margin-left: 1.6em;
}

.margin-right-0_16em {
  margin-right: 1.6em;
}

.padding-top-0_16em {
  padding-top: 1.6em;
}

.padding-bottom-0_16em {
  padding-bottom: 1.6em;
}

.padding-left-0_16em {
  padding-left: 1.6em;
}

.padding-right-0_16em {
  padding-right: 1.6em;
}

.margin-top-0_17em {
  margin-top: 1.7em;
}

.margin-bottom-0_17em {
  margin-bottom: 1.7em;
}

.margin-left-0_17em {
  margin-left: 1.7em;
}

.margin-right-0_17em {
  margin-right: 1.7em;
}

.padding-top-0_17em {
  padding-top: 1.7em;
}

.padding-bottom-0_17em {
  padding-bottom: 1.7em;
}

.padding-left-0_17em {
  padding-left: 1.7em;
}

.padding-right-0_17em {
  padding-right: 1.7em;
}

.margin-top-0_18em {
  margin-top: 1.8em;
}

.margin-bottom-0_18em {
  margin-bottom: 1.8em;
}

.margin-left-0_18em {
  margin-left: 1.8em;
}

.margin-right-0_18em {
  margin-right: 1.8em;
}

.padding-top-0_18em {
  padding-top: 1.8em;
}

.padding-bottom-0_18em {
  padding-bottom: 1.8em;
}

.padding-left-0_18em {
  padding-left: 1.8em;
}

.padding-right-0_18em {
  padding-right: 1.8em;
}

.margin-top-0_19em {
  margin-top: 1.9em;
}

.margin-bottom-0_19em {
  margin-bottom: 1.9em;
}

.margin-left-0_19em {
  margin-left: 1.9em;
}

.margin-right-0_19em {
  margin-right: 1.9em;
}

.padding-top-0_19em {
  padding-top: 1.9em;
}

.padding-bottom-0_19em {
  padding-bottom: 1.9em;
}

.padding-left-0_19em {
  padding-left: 1.9em;
}

.padding-right-0_19em {
  padding-right: 1.9em;
}

.margin-top-0_20em {
  margin-top: 2em;
}

.margin-bottom-0_20em {
  margin-bottom: 2em;
}

.margin-left-0_20em {
  margin-left: 2em;
}

.margin-right-0_20em {
  margin-right: 2em;
}

.padding-top-0_20em {
  padding-top: 2em;
}

.padding-bottom-0_20em {
  padding-bottom: 2em;
}

.padding-left-0_20em {
  padding-left: 2em;
}

.padding-right-0_20em {
  padding-right: 2em;
}

.margin-top-0_21em {
  margin-top: 2.1em;
}

.margin-bottom-0_21em {
  margin-bottom: 2.1em;
}

.margin-left-0_21em {
  margin-left: 2.1em;
}

.margin-right-0_21em {
  margin-right: 2.1em;
}

.padding-top-0_21em {
  padding-top: 2.1em;
}

.padding-bottom-0_21em {
  padding-bottom: 2.1em;
}

.padding-left-0_21em {
  padding-left: 2.1em;
}

.padding-right-0_21em {
  padding-right: 2.1em;
}

.margin-top-0_22em {
  margin-top: 2.2em;
}

.margin-bottom-0_22em {
  margin-bottom: 2.2em;
}

.margin-left-0_22em {
  margin-left: 2.2em;
}

.margin-right-0_22em {
  margin-right: 2.2em;
}

.padding-top-0_22em {
  padding-top: 2.2em;
}

.padding-bottom-0_22em {
  padding-bottom: 2.2em;
}

.padding-left-0_22em {
  padding-left: 2.2em;
}

.padding-right-0_22em {
  padding-right: 2.2em;
}

.margin-top-0_23em {
  margin-top: 2.3em;
}

.margin-bottom-0_23em {
  margin-bottom: 2.3em;
}

.margin-left-0_23em {
  margin-left: 2.3em;
}

.margin-right-0_23em {
  margin-right: 2.3em;
}

.padding-top-0_23em {
  padding-top: 2.3em;
}

.padding-bottom-0_23em {
  padding-bottom: 2.3em;
}

.padding-left-0_23em {
  padding-left: 2.3em;
}

.padding-right-0_23em {
  padding-right: 2.3em;
}

.margin-top-0_24em {
  margin-top: 2.4em;
}

.margin-bottom-0_24em {
  margin-bottom: 2.4em;
}

.margin-left-0_24em {
  margin-left: 2.4em;
}

.margin-right-0_24em {
  margin-right: 2.4em;
}

.padding-top-0_24em {
  padding-top: 2.4em;
}

.padding-bottom-0_24em {
  padding-bottom: 2.4em;
}

.padding-left-0_24em {
  padding-left: 2.4em;
}

.padding-right-0_24em {
  padding-right: 2.4em;
}

.margin-top-0_25em {
  margin-top: 2.5em;
}

.margin-bottom-0_25em {
  margin-bottom: 2.5em;
}

.margin-left-0_25em {
  margin-left: 2.5em;
}

.margin-right-0_25em {
  margin-right: 2.5em;
}

.padding-top-0_25em {
  padding-top: 2.5em;
}

.padding-bottom-0_25em {
  padding-bottom: 2.5em;
}

.padding-left-0_25em {
  padding-left: 2.5em;
}

.padding-right-0_25em {
  padding-right: 2.5em;
}

.margin-top-0_26em {
  margin-top: 2.6em;
}

.margin-bottom-0_26em {
  margin-bottom: 2.6em;
}

.margin-left-0_26em {
  margin-left: 2.6em;
}

.margin-right-0_26em {
  margin-right: 2.6em;
}

.padding-top-0_26em {
  padding-top: 2.6em;
}

.padding-bottom-0_26em {
  padding-bottom: 2.6em;
}

.padding-left-0_26em {
  padding-left: 2.6em;
}

.padding-right-0_26em {
  padding-right: 2.6em;
}

.margin-top-0_27em {
  margin-top: 2.7em;
}

.margin-bottom-0_27em {
  margin-bottom: 2.7em;
}

.margin-left-0_27em {
  margin-left: 2.7em;
}

.margin-right-0_27em {
  margin-right: 2.7em;
}

.padding-top-0_27em {
  padding-top: 2.7em;
}

.padding-bottom-0_27em {
  padding-bottom: 2.7em;
}

.padding-left-0_27em {
  padding-left: 2.7em;
}

.padding-right-0_27em {
  padding-right: 2.7em;
}

.margin-top-0_28em {
  margin-top: 2.8em;
}

.margin-bottom-0_28em {
  margin-bottom: 2.8em;
}

.margin-left-0_28em {
  margin-left: 2.8em;
}

.margin-right-0_28em {
  margin-right: 2.8em;
}

.padding-top-0_28em {
  padding-top: 2.8em;
}

.padding-bottom-0_28em {
  padding-bottom: 2.8em;
}

.padding-left-0_28em {
  padding-left: 2.8em;
}

.padding-right-0_28em {
  padding-right: 2.8em;
}

.margin-top-0_29em {
  margin-top: 2.9em;
}

.margin-bottom-0_29em {
  margin-bottom: 2.9em;
}

.margin-left-0_29em {
  margin-left: 2.9em;
}

.margin-right-0_29em {
  margin-right: 2.9em;
}

.padding-top-0_29em {
  padding-top: 2.9em;
}

.padding-bottom-0_29em {
  padding-bottom: 2.9em;
}

.padding-left-0_29em {
  padding-left: 2.9em;
}

.padding-right-0_29em {
  padding-right: 2.9em;
}

.margin-top-0_30em {
  margin-top: 3em;
}

.margin-bottom-0_30em {
  margin-bottom: 3em;
}

.margin-left-0_30em {
  margin-left: 3em;
}

.margin-right-0_30em {
  margin-right: 3em;
}

.padding-top-0_30em {
  padding-top: 3em;
}

.padding-bottom-0_30em {
  padding-bottom: 3em;
}

.padding-left-0_30em {
  padding-left: 3em;
}

.padding-right-0_30em {
  padding-right: 3em;
}

.margin-top-0_31em {
  margin-top: 3.1em;
}

.margin-bottom-0_31em {
  margin-bottom: 3.1em;
}

.margin-left-0_31em {
  margin-left: 3.1em;
}

.margin-right-0_31em {
  margin-right: 3.1em;
}

.padding-top-0_31em {
  padding-top: 3.1em;
}

.padding-bottom-0_31em {
  padding-bottom: 3.1em;
}

.padding-left-0_31em {
  padding-left: 3.1em;
}

.padding-right-0_31em {
  padding-right: 3.1em;
}

.margin-top-0_32em {
  margin-top: 3.2em;
}

.margin-bottom-0_32em {
  margin-bottom: 3.2em;
}

.margin-left-0_32em {
  margin-left: 3.2em;
}

.margin-right-0_32em {
  margin-right: 3.2em;
}

.padding-top-0_32em {
  padding-top: 3.2em;
}

.padding-bottom-0_32em {
  padding-bottom: 3.2em;
}

.padding-left-0_32em {
  padding-left: 3.2em;
}

.padding-right-0_32em {
  padding-right: 3.2em;
}

.margin-top-0_33em {
  margin-top: 3.3em;
}

.margin-bottom-0_33em {
  margin-bottom: 3.3em;
}

.margin-left-0_33em {
  margin-left: 3.3em;
}

.margin-right-0_33em {
  margin-right: 3.3em;
}

.padding-top-0_33em {
  padding-top: 3.3em;
}

.padding-bottom-0_33em {
  padding-bottom: 3.3em;
}

.padding-left-0_33em {
  padding-left: 3.3em;
}

.padding-right-0_33em {
  padding-right: 3.3em;
}

.margin-top-0_34em {
  margin-top: 3.4em;
}

.margin-bottom-0_34em {
  margin-bottom: 3.4em;
}

.margin-left-0_34em {
  margin-left: 3.4em;
}

.margin-right-0_34em {
  margin-right: 3.4em;
}

.padding-top-0_34em {
  padding-top: 3.4em;
}

.padding-bottom-0_34em {
  padding-bottom: 3.4em;
}

.padding-left-0_34em {
  padding-left: 3.4em;
}

.padding-right-0_34em {
  padding-right: 3.4em;
}

.margin-top-0_35em {
  margin-top: 3.5em;
}

.margin-bottom-0_35em {
  margin-bottom: 3.5em;
}

.margin-left-0_35em {
  margin-left: 3.5em;
}

.margin-right-0_35em {
  margin-right: 3.5em;
}

.padding-top-0_35em {
  padding-top: 3.5em;
}

.padding-bottom-0_35em {
  padding-bottom: 3.5em;
}

.padding-left-0_35em {
  padding-left: 3.5em;
}

.padding-right-0_35em {
  padding-right: 3.5em;
}

.margin-top-0_36em {
  margin-top: 3.6em;
}

.margin-bottom-0_36em {
  margin-bottom: 3.6em;
}

.margin-left-0_36em {
  margin-left: 3.6em;
}

.margin-right-0_36em {
  margin-right: 3.6em;
}

.padding-top-0_36em {
  padding-top: 3.6em;
}

.padding-bottom-0_36em {
  padding-bottom: 3.6em;
}

.padding-left-0_36em {
  padding-left: 3.6em;
}

.padding-right-0_36em {
  padding-right: 3.6em;
}

.margin-top-0_37em {
  margin-top: 3.7em;
}

.margin-bottom-0_37em {
  margin-bottom: 3.7em;
}

.margin-left-0_37em {
  margin-left: 3.7em;
}

.margin-right-0_37em {
  margin-right: 3.7em;
}

.padding-top-0_37em {
  padding-top: 3.7em;
}

.padding-bottom-0_37em {
  padding-bottom: 3.7em;
}

.padding-left-0_37em {
  padding-left: 3.7em;
}

.padding-right-0_37em {
  padding-right: 3.7em;
}

.margin-top-0_38em {
  margin-top: 3.8em;
}

.margin-bottom-0_38em {
  margin-bottom: 3.8em;
}

.margin-left-0_38em {
  margin-left: 3.8em;
}

.margin-right-0_38em {
  margin-right: 3.8em;
}

.padding-top-0_38em {
  padding-top: 3.8em;
}

.padding-bottom-0_38em {
  padding-bottom: 3.8em;
}

.padding-left-0_38em {
  padding-left: 3.8em;
}

.padding-right-0_38em {
  padding-right: 3.8em;
}

.margin-top-0_39em {
  margin-top: 3.9em;
}

.margin-bottom-0_39em {
  margin-bottom: 3.9em;
}

.margin-left-0_39em {
  margin-left: 3.9em;
}

.margin-right-0_39em {
  margin-right: 3.9em;
}

.padding-top-0_39em {
  padding-top: 3.9em;
}

.padding-bottom-0_39em {
  padding-bottom: 3.9em;
}

.padding-left-0_39em {
  padding-left: 3.9em;
}

.padding-right-0_39em {
  padding-right: 3.9em;
}

.margin-top-0_40em {
  margin-top: 4em;
}

.margin-bottom-0_40em {
  margin-bottom: 4em;
}

.margin-left-0_40em {
  margin-left: 4em;
}

.margin-right-0_40em {
  margin-right: 4em;
}

.padding-top-0_40em {
  padding-top: 4em;
}

.padding-bottom-0_40em {
  padding-bottom: 4em;
}

.padding-left-0_40em {
  padding-left: 4em;
}

.padding-right-0_40em {
  padding-right: 4em;
}

.margin-top-0_41em {
  margin-top: 4.1em;
}

.margin-bottom-0_41em {
  margin-bottom: 4.1em;
}

.margin-left-0_41em {
  margin-left: 4.1em;
}

.margin-right-0_41em {
  margin-right: 4.1em;
}

.padding-top-0_41em {
  padding-top: 4.1em;
}

.padding-bottom-0_41em {
  padding-bottom: 4.1em;
}

.padding-left-0_41em {
  padding-left: 4.1em;
}

.padding-right-0_41em {
  padding-right: 4.1em;
}

.margin-top-0_42em {
  margin-top: 4.2em;
}

.margin-bottom-0_42em {
  margin-bottom: 4.2em;
}

.margin-left-0_42em {
  margin-left: 4.2em;
}

.margin-right-0_42em {
  margin-right: 4.2em;
}

.padding-top-0_42em {
  padding-top: 4.2em;
}

.padding-bottom-0_42em {
  padding-bottom: 4.2em;
}

.padding-left-0_42em {
  padding-left: 4.2em;
}

.padding-right-0_42em {
  padding-right: 4.2em;
}

.margin-top-0_43em {
  margin-top: 4.3em;
}

.margin-bottom-0_43em {
  margin-bottom: 4.3em;
}

.margin-left-0_43em {
  margin-left: 4.3em;
}

.margin-right-0_43em {
  margin-right: 4.3em;
}

.padding-top-0_43em {
  padding-top: 4.3em;
}

.padding-bottom-0_43em {
  padding-bottom: 4.3em;
}

.padding-left-0_43em {
  padding-left: 4.3em;
}

.padding-right-0_43em {
  padding-right: 4.3em;
}

.margin-top-0_44em {
  margin-top: 4.4em;
}

.margin-bottom-0_44em {
  margin-bottom: 4.4em;
}

.margin-left-0_44em {
  margin-left: 4.4em;
}

.margin-right-0_44em {
  margin-right: 4.4em;
}

.padding-top-0_44em {
  padding-top: 4.4em;
}

.padding-bottom-0_44em {
  padding-bottom: 4.4em;
}

.padding-left-0_44em {
  padding-left: 4.4em;
}

.padding-right-0_44em {
  padding-right: 4.4em;
}

.margin-top-0_45em {
  margin-top: 4.5em;
}

.margin-bottom-0_45em {
  margin-bottom: 4.5em;
}

.margin-left-0_45em {
  margin-left: 4.5em;
}

.margin-right-0_45em {
  margin-right: 4.5em;
}

.padding-top-0_45em {
  padding-top: 4.5em;
}

.padding-bottom-0_45em {
  padding-bottom: 4.5em;
}

.padding-left-0_45em {
  padding-left: 4.5em;
}

.padding-right-0_45em {
  padding-right: 4.5em;
}

.margin-top-0_46em {
  margin-top: 4.6em;
}

.margin-bottom-0_46em {
  margin-bottom: 4.6em;
}

.margin-left-0_46em {
  margin-left: 4.6em;
}

.margin-right-0_46em {
  margin-right: 4.6em;
}

.padding-top-0_46em {
  padding-top: 4.6em;
}

.padding-bottom-0_46em {
  padding-bottom: 4.6em;
}

.padding-left-0_46em {
  padding-left: 4.6em;
}

.padding-right-0_46em {
  padding-right: 4.6em;
}

.margin-top-0_47em {
  margin-top: 4.7em;
}

.margin-bottom-0_47em {
  margin-bottom: 4.7em;
}

.margin-left-0_47em {
  margin-left: 4.7em;
}

.margin-right-0_47em {
  margin-right: 4.7em;
}

.padding-top-0_47em {
  padding-top: 4.7em;
}

.padding-bottom-0_47em {
  padding-bottom: 4.7em;
}

.padding-left-0_47em {
  padding-left: 4.7em;
}

.padding-right-0_47em {
  padding-right: 4.7em;
}

.margin-top-0_48em {
  margin-top: 4.8em;
}

.margin-bottom-0_48em {
  margin-bottom: 4.8em;
}

.margin-left-0_48em {
  margin-left: 4.8em;
}

.margin-right-0_48em {
  margin-right: 4.8em;
}

.padding-top-0_48em {
  padding-top: 4.8em;
}

.padding-bottom-0_48em {
  padding-bottom: 4.8em;
}

.padding-left-0_48em {
  padding-left: 4.8em;
}

.padding-right-0_48em {
  padding-right: 4.8em;
}

.margin-top-0_49em {
  margin-top: 4.9em;
}

.margin-bottom-0_49em {
  margin-bottom: 4.9em;
}

.margin-left-0_49em {
  margin-left: 4.9em;
}

.margin-right-0_49em {
  margin-right: 4.9em;
}

.padding-top-0_49em {
  padding-top: 4.9em;
}

.padding-bottom-0_49em {
  padding-bottom: 4.9em;
}

.padding-left-0_49em {
  padding-left: 4.9em;
}

.padding-right-0_49em {
  padding-right: 4.9em;
}

.margin-top-0_50em {
  margin-top: 5em;
}

.margin-bottom-0_50em {
  margin-bottom: 5em;
}

.margin-left-0_50em {
  margin-left: 5em;
}

.margin-right-0_50em {
  margin-right: 5em;
}

.padding-top-0_50em {
  padding-top: 5em;
}

.padding-bottom-0_50em {
  padding-bottom: 5em;
}

.padding-left-0_50em {
  padding-left: 5em;
}

.padding-right-0_50em {
  padding-right: 5em;
}

.margin-top-0_51em {
  margin-top: 5.1em;
}

.margin-bottom-0_51em {
  margin-bottom: 5.1em;
}

.margin-left-0_51em {
  margin-left: 5.1em;
}

.margin-right-0_51em {
  margin-right: 5.1em;
}

.padding-top-0_51em {
  padding-top: 5.1em;
}

.padding-bottom-0_51em {
  padding-bottom: 5.1em;
}

.padding-left-0_51em {
  padding-left: 5.1em;
}

.padding-right-0_51em {
  padding-right: 5.1em;
}

.margin-top-0_52em {
  margin-top: 5.2em;
}

.margin-bottom-0_52em {
  margin-bottom: 5.2em;
}

.margin-left-0_52em {
  margin-left: 5.2em;
}

.margin-right-0_52em {
  margin-right: 5.2em;
}

.padding-top-0_52em {
  padding-top: 5.2em;
}

.padding-bottom-0_52em {
  padding-bottom: 5.2em;
}

.padding-left-0_52em {
  padding-left: 5.2em;
}

.padding-right-0_52em {
  padding-right: 5.2em;
}

.margin-top-0_53em {
  margin-top: 5.3em;
}

.margin-bottom-0_53em {
  margin-bottom: 5.3em;
}

.margin-left-0_53em {
  margin-left: 5.3em;
}

.margin-right-0_53em {
  margin-right: 5.3em;
}

.padding-top-0_53em {
  padding-top: 5.3em;
}

.padding-bottom-0_53em {
  padding-bottom: 5.3em;
}

.padding-left-0_53em {
  padding-left: 5.3em;
}

.padding-right-0_53em {
  padding-right: 5.3em;
}

.margin-top-0_54em {
  margin-top: 5.4em;
}

.margin-bottom-0_54em {
  margin-bottom: 5.4em;
}

.margin-left-0_54em {
  margin-left: 5.4em;
}

.margin-right-0_54em {
  margin-right: 5.4em;
}

.padding-top-0_54em {
  padding-top: 5.4em;
}

.padding-bottom-0_54em {
  padding-bottom: 5.4em;
}

.padding-left-0_54em {
  padding-left: 5.4em;
}

.padding-right-0_54em {
  padding-right: 5.4em;
}

.margin-top-0_55em {
  margin-top: 5.5em;
}

.margin-bottom-0_55em {
  margin-bottom: 5.5em;
}

.margin-left-0_55em {
  margin-left: 5.5em;
}

.margin-right-0_55em {
  margin-right: 5.5em;
}

.padding-top-0_55em {
  padding-top: 5.5em;
}

.padding-bottom-0_55em {
  padding-bottom: 5.5em;
}

.padding-left-0_55em {
  padding-left: 5.5em;
}

.padding-right-0_55em {
  padding-right: 5.5em;
}

.margin-top-0_56em {
  margin-top: 5.6em;
}

.margin-bottom-0_56em {
  margin-bottom: 5.6em;
}

.margin-left-0_56em {
  margin-left: 5.6em;
}

.margin-right-0_56em {
  margin-right: 5.6em;
}

.padding-top-0_56em {
  padding-top: 5.6em;
}

.padding-bottom-0_56em {
  padding-bottom: 5.6em;
}

.padding-left-0_56em {
  padding-left: 5.6em;
}

.padding-right-0_56em {
  padding-right: 5.6em;
}

.margin-top-0_57em {
  margin-top: 5.7em;
}

.margin-bottom-0_57em {
  margin-bottom: 5.7em;
}

.margin-left-0_57em {
  margin-left: 5.7em;
}

.margin-right-0_57em {
  margin-right: 5.7em;
}

.padding-top-0_57em {
  padding-top: 5.7em;
}

.padding-bottom-0_57em {
  padding-bottom: 5.7em;
}

.padding-left-0_57em {
  padding-left: 5.7em;
}

.padding-right-0_57em {
  padding-right: 5.7em;
}

.margin-top-0_58em {
  margin-top: 5.8em;
}

.margin-bottom-0_58em {
  margin-bottom: 5.8em;
}

.margin-left-0_58em {
  margin-left: 5.8em;
}

.margin-right-0_58em {
  margin-right: 5.8em;
}

.padding-top-0_58em {
  padding-top: 5.8em;
}

.padding-bottom-0_58em {
  padding-bottom: 5.8em;
}

.padding-left-0_58em {
  padding-left: 5.8em;
}

.padding-right-0_58em {
  padding-right: 5.8em;
}

.margin-top-0_59em {
  margin-top: 5.9em;
}

.margin-bottom-0_59em {
  margin-bottom: 5.9em;
}

.margin-left-0_59em {
  margin-left: 5.9em;
}

.margin-right-0_59em {
  margin-right: 5.9em;
}

.padding-top-0_59em {
  padding-top: 5.9em;
}

.padding-bottom-0_59em {
  padding-bottom: 5.9em;
}

.padding-left-0_59em {
  padding-left: 5.9em;
}

.padding-right-0_59em {
  padding-right: 5.9em;
}

.margin-top-0_60em {
  margin-top: 6em;
}

.margin-bottom-0_60em {
  margin-bottom: 6em;
}

.margin-left-0_60em {
  margin-left: 6em;
}

.margin-right-0_60em {
  margin-right: 6em;
}

.padding-top-0_60em {
  padding-top: 6em;
}

.padding-bottom-0_60em {
  padding-bottom: 6em;
}

.padding-left-0_60em {
  padding-left: 6em;
}

.padding-right-0_60em {
  padding-right: 6em;
}

.margin-top-0_61em {
  margin-top: 6.1em;
}

.margin-bottom-0_61em {
  margin-bottom: 6.1em;
}

.margin-left-0_61em {
  margin-left: 6.1em;
}

.margin-right-0_61em {
  margin-right: 6.1em;
}

.padding-top-0_61em {
  padding-top: 6.1em;
}

.padding-bottom-0_61em {
  padding-bottom: 6.1em;
}

.padding-left-0_61em {
  padding-left: 6.1em;
}

.padding-right-0_61em {
  padding-right: 6.1em;
}

.margin-top-0_62em {
  margin-top: 6.2em;
}

.margin-bottom-0_62em {
  margin-bottom: 6.2em;
}

.margin-left-0_62em {
  margin-left: 6.2em;
}

.margin-right-0_62em {
  margin-right: 6.2em;
}

.padding-top-0_62em {
  padding-top: 6.2em;
}

.padding-bottom-0_62em {
  padding-bottom: 6.2em;
}

.padding-left-0_62em {
  padding-left: 6.2em;
}

.padding-right-0_62em {
  padding-right: 6.2em;
}

.margin-top-0_63em {
  margin-top: 6.3em;
}

.margin-bottom-0_63em {
  margin-bottom: 6.3em;
}

.margin-left-0_63em {
  margin-left: 6.3em;
}

.margin-right-0_63em {
  margin-right: 6.3em;
}

.padding-top-0_63em {
  padding-top: 6.3em;
}

.padding-bottom-0_63em {
  padding-bottom: 6.3em;
}

.padding-left-0_63em {
  padding-left: 6.3em;
}

.padding-right-0_63em {
  padding-right: 6.3em;
}

.margin-top-0_64em {
  margin-top: 6.4em;
}

.margin-bottom-0_64em {
  margin-bottom: 6.4em;
}

.margin-left-0_64em {
  margin-left: 6.4em;
}

.margin-right-0_64em {
  margin-right: 6.4em;
}

.padding-top-0_64em {
  padding-top: 6.4em;
}

.padding-bottom-0_64em {
  padding-bottom: 6.4em;
}

.padding-left-0_64em {
  padding-left: 6.4em;
}

.padding-right-0_64em {
  padding-right: 6.4em;
}

.margin-top-0_65em {
  margin-top: 6.5em;
}

.margin-bottom-0_65em {
  margin-bottom: 6.5em;
}

.margin-left-0_65em {
  margin-left: 6.5em;
}

.margin-right-0_65em {
  margin-right: 6.5em;
}

.padding-top-0_65em {
  padding-top: 6.5em;
}

.padding-bottom-0_65em {
  padding-bottom: 6.5em;
}

.padding-left-0_65em {
  padding-left: 6.5em;
}

.padding-right-0_65em {
  padding-right: 6.5em;
}

.margin-top-0_66em {
  margin-top: 6.6em;
}

.margin-bottom-0_66em {
  margin-bottom: 6.6em;
}

.margin-left-0_66em {
  margin-left: 6.6em;
}

.margin-right-0_66em {
  margin-right: 6.6em;
}

.padding-top-0_66em {
  padding-top: 6.6em;
}

.padding-bottom-0_66em {
  padding-bottom: 6.6em;
}

.padding-left-0_66em {
  padding-left: 6.6em;
}

.padding-right-0_66em {
  padding-right: 6.6em;
}

.margin-top-0_67em {
  margin-top: 6.7em;
}

.margin-bottom-0_67em {
  margin-bottom: 6.7em;
}

.margin-left-0_67em {
  margin-left: 6.7em;
}

.margin-right-0_67em {
  margin-right: 6.7em;
}

.padding-top-0_67em {
  padding-top: 6.7em;
}

.padding-bottom-0_67em {
  padding-bottom: 6.7em;
}

.padding-left-0_67em {
  padding-left: 6.7em;
}

.padding-right-0_67em {
  padding-right: 6.7em;
}

.margin-top-0_68em {
  margin-top: 6.8em;
}

.margin-bottom-0_68em {
  margin-bottom: 6.8em;
}

.margin-left-0_68em {
  margin-left: 6.8em;
}

.margin-right-0_68em {
  margin-right: 6.8em;
}

.padding-top-0_68em {
  padding-top: 6.8em;
}

.padding-bottom-0_68em {
  padding-bottom: 6.8em;
}

.padding-left-0_68em {
  padding-left: 6.8em;
}

.padding-right-0_68em {
  padding-right: 6.8em;
}

.margin-top-0_69em {
  margin-top: 6.9em;
}

.margin-bottom-0_69em {
  margin-bottom: 6.9em;
}

.margin-left-0_69em {
  margin-left: 6.9em;
}

.margin-right-0_69em {
  margin-right: 6.9em;
}

.padding-top-0_69em {
  padding-top: 6.9em;
}

.padding-bottom-0_69em {
  padding-bottom: 6.9em;
}

.padding-left-0_69em {
  padding-left: 6.9em;
}

.padding-right-0_69em {
  padding-right: 6.9em;
}

.margin-top-0_70em {
  margin-top: 7em;
}

.margin-bottom-0_70em {
  margin-bottom: 7em;
}

.margin-left-0_70em {
  margin-left: 7em;
}

.margin-right-0_70em {
  margin-right: 7em;
}

.padding-top-0_70em {
  padding-top: 7em;
}

.padding-bottom-0_70em {
  padding-bottom: 7em;
}

.padding-left-0_70em {
  padding-left: 7em;
}

.padding-right-0_70em {
  padding-right: 7em;
}

.margin-top-0_71em {
  margin-top: 7.1em;
}

.margin-bottom-0_71em {
  margin-bottom: 7.1em;
}

.margin-left-0_71em {
  margin-left: 7.1em;
}

.margin-right-0_71em {
  margin-right: 7.1em;
}

.padding-top-0_71em {
  padding-top: 7.1em;
}

.padding-bottom-0_71em {
  padding-bottom: 7.1em;
}

.padding-left-0_71em {
  padding-left: 7.1em;
}

.padding-right-0_71em {
  padding-right: 7.1em;
}

.margin-top-0_72em {
  margin-top: 7.2em;
}

.margin-bottom-0_72em {
  margin-bottom: 7.2em;
}

.margin-left-0_72em {
  margin-left: 7.2em;
}

.margin-right-0_72em {
  margin-right: 7.2em;
}

.padding-top-0_72em {
  padding-top: 7.2em;
}

.padding-bottom-0_72em {
  padding-bottom: 7.2em;
}

.padding-left-0_72em {
  padding-left: 7.2em;
}

.padding-right-0_72em {
  padding-right: 7.2em;
}

.margin-top-0_73em {
  margin-top: 7.3em;
}

.margin-bottom-0_73em {
  margin-bottom: 7.3em;
}

.margin-left-0_73em {
  margin-left: 7.3em;
}

.margin-right-0_73em {
  margin-right: 7.3em;
}

.padding-top-0_73em {
  padding-top: 7.3em;
}

.padding-bottom-0_73em {
  padding-bottom: 7.3em;
}

.padding-left-0_73em {
  padding-left: 7.3em;
}

.padding-right-0_73em {
  padding-right: 7.3em;
}

.margin-top-0_74em {
  margin-top: 7.4em;
}

.margin-bottom-0_74em {
  margin-bottom: 7.4em;
}

.margin-left-0_74em {
  margin-left: 7.4em;
}

.margin-right-0_74em {
  margin-right: 7.4em;
}

.padding-top-0_74em {
  padding-top: 7.4em;
}

.padding-bottom-0_74em {
  padding-bottom: 7.4em;
}

.padding-left-0_74em {
  padding-left: 7.4em;
}

.padding-right-0_74em {
  padding-right: 7.4em;
}

.margin-top-0_75em {
  margin-top: 7.5em;
}

.margin-bottom-0_75em {
  margin-bottom: 7.5em;
}

.margin-left-0_75em {
  margin-left: 7.5em;
}

.margin-right-0_75em {
  margin-right: 7.5em;
}

.padding-top-0_75em {
  padding-top: 7.5em;
}

.padding-bottom-0_75em {
  padding-bottom: 7.5em;
}

.padding-left-0_75em {
  padding-left: 7.5em;
}

.padding-right-0_75em {
  padding-right: 7.5em;
}

.margin-top-0_76em {
  margin-top: 7.6em;
}

.margin-bottom-0_76em {
  margin-bottom: 7.6em;
}

.margin-left-0_76em {
  margin-left: 7.6em;
}

.margin-right-0_76em {
  margin-right: 7.6em;
}

.padding-top-0_76em {
  padding-top: 7.6em;
}

.padding-bottom-0_76em {
  padding-bottom: 7.6em;
}

.padding-left-0_76em {
  padding-left: 7.6em;
}

.padding-right-0_76em {
  padding-right: 7.6em;
}

.margin-top-0_77em {
  margin-top: 7.7em;
}

.margin-bottom-0_77em {
  margin-bottom: 7.7em;
}

.margin-left-0_77em {
  margin-left: 7.7em;
}

.margin-right-0_77em {
  margin-right: 7.7em;
}

.padding-top-0_77em {
  padding-top: 7.7em;
}

.padding-bottom-0_77em {
  padding-bottom: 7.7em;
}

.padding-left-0_77em {
  padding-left: 7.7em;
}

.padding-right-0_77em {
  padding-right: 7.7em;
}

.margin-top-0_78em {
  margin-top: 7.8em;
}

.margin-bottom-0_78em {
  margin-bottom: 7.8em;
}

.margin-left-0_78em {
  margin-left: 7.8em;
}

.margin-right-0_78em {
  margin-right: 7.8em;
}

.padding-top-0_78em {
  padding-top: 7.8em;
}

.padding-bottom-0_78em {
  padding-bottom: 7.8em;
}

.padding-left-0_78em {
  padding-left: 7.8em;
}

.padding-right-0_78em {
  padding-right: 7.8em;
}

.margin-top-0_79em {
  margin-top: 7.9em;
}

.margin-bottom-0_79em {
  margin-bottom: 7.9em;
}

.margin-left-0_79em {
  margin-left: 7.9em;
}

.margin-right-0_79em {
  margin-right: 7.9em;
}

.padding-top-0_79em {
  padding-top: 7.9em;
}

.padding-bottom-0_79em {
  padding-bottom: 7.9em;
}

.padding-left-0_79em {
  padding-left: 7.9em;
}

.padding-right-0_79em {
  padding-right: 7.9em;
}

.margin-top-0_80em {
  margin-top: 8em;
}

.margin-bottom-0_80em {
  margin-bottom: 8em;
}

.margin-left-0_80em {
  margin-left: 8em;
}

.margin-right-0_80em {
  margin-right: 8em;
}

.padding-top-0_80em {
  padding-top: 8em;
}

.padding-bottom-0_80em {
  padding-bottom: 8em;
}

.padding-left-0_80em {
  padding-left: 8em;
}

.padding-right-0_80em {
  padding-right: 8em;
}

.margin-top-0_81em {
  margin-top: 8.1em;
}

.margin-bottom-0_81em {
  margin-bottom: 8.1em;
}

.margin-left-0_81em {
  margin-left: 8.1em;
}

.margin-right-0_81em {
  margin-right: 8.1em;
}

.padding-top-0_81em {
  padding-top: 8.1em;
}

.padding-bottom-0_81em {
  padding-bottom: 8.1em;
}

.padding-left-0_81em {
  padding-left: 8.1em;
}

.padding-right-0_81em {
  padding-right: 8.1em;
}

.margin-top-0_82em {
  margin-top: 8.2em;
}

.margin-bottom-0_82em {
  margin-bottom: 8.2em;
}

.margin-left-0_82em {
  margin-left: 8.2em;
}

.margin-right-0_82em {
  margin-right: 8.2em;
}

.padding-top-0_82em {
  padding-top: 8.2em;
}

.padding-bottom-0_82em {
  padding-bottom: 8.2em;
}

.padding-left-0_82em {
  padding-left: 8.2em;
}

.padding-right-0_82em {
  padding-right: 8.2em;
}

.margin-top-0_83em {
  margin-top: 8.3em;
}

.margin-bottom-0_83em {
  margin-bottom: 8.3em;
}

.margin-left-0_83em {
  margin-left: 8.3em;
}

.margin-right-0_83em {
  margin-right: 8.3em;
}

.padding-top-0_83em {
  padding-top: 8.3em;
}

.padding-bottom-0_83em {
  padding-bottom: 8.3em;
}

.padding-left-0_83em {
  padding-left: 8.3em;
}

.padding-right-0_83em {
  padding-right: 8.3em;
}

.margin-top-0_84em {
  margin-top: 8.4em;
}

.margin-bottom-0_84em {
  margin-bottom: 8.4em;
}

.margin-left-0_84em {
  margin-left: 8.4em;
}

.margin-right-0_84em {
  margin-right: 8.4em;
}

.padding-top-0_84em {
  padding-top: 8.4em;
}

.padding-bottom-0_84em {
  padding-bottom: 8.4em;
}

.padding-left-0_84em {
  padding-left: 8.4em;
}

.padding-right-0_84em {
  padding-right: 8.4em;
}

.margin-top-0_85em {
  margin-top: 8.5em;
}

.margin-bottom-0_85em {
  margin-bottom: 8.5em;
}

.margin-left-0_85em {
  margin-left: 8.5em;
}

.margin-right-0_85em {
  margin-right: 8.5em;
}

.padding-top-0_85em {
  padding-top: 8.5em;
}

.padding-bottom-0_85em {
  padding-bottom: 8.5em;
}

.padding-left-0_85em {
  padding-left: 8.5em;
}

.padding-right-0_85em {
  padding-right: 8.5em;
}

.margin-top-0_86em {
  margin-top: 8.6em;
}

.margin-bottom-0_86em {
  margin-bottom: 8.6em;
}

.margin-left-0_86em {
  margin-left: 8.6em;
}

.margin-right-0_86em {
  margin-right: 8.6em;
}

.padding-top-0_86em {
  padding-top: 8.6em;
}

.padding-bottom-0_86em {
  padding-bottom: 8.6em;
}

.padding-left-0_86em {
  padding-left: 8.6em;
}

.padding-right-0_86em {
  padding-right: 8.6em;
}

.margin-top-0_87em {
  margin-top: 8.7em;
}

.margin-bottom-0_87em {
  margin-bottom: 8.7em;
}

.margin-left-0_87em {
  margin-left: 8.7em;
}

.margin-right-0_87em {
  margin-right: 8.7em;
}

.padding-top-0_87em {
  padding-top: 8.7em;
}

.padding-bottom-0_87em {
  padding-bottom: 8.7em;
}

.padding-left-0_87em {
  padding-left: 8.7em;
}

.padding-right-0_87em {
  padding-right: 8.7em;
}

.margin-top-0_88em {
  margin-top: 8.8em;
}

.margin-bottom-0_88em {
  margin-bottom: 8.8em;
}

.margin-left-0_88em {
  margin-left: 8.8em;
}

.margin-right-0_88em {
  margin-right: 8.8em;
}

.padding-top-0_88em {
  padding-top: 8.8em;
}

.padding-bottom-0_88em {
  padding-bottom: 8.8em;
}

.padding-left-0_88em {
  padding-left: 8.8em;
}

.padding-right-0_88em {
  padding-right: 8.8em;
}

.margin-top-0_89em {
  margin-top: 8.9em;
}

.margin-bottom-0_89em {
  margin-bottom: 8.9em;
}

.margin-left-0_89em {
  margin-left: 8.9em;
}

.margin-right-0_89em {
  margin-right: 8.9em;
}

.padding-top-0_89em {
  padding-top: 8.9em;
}

.padding-bottom-0_89em {
  padding-bottom: 8.9em;
}

.padding-left-0_89em {
  padding-left: 8.9em;
}

.padding-right-0_89em {
  padding-right: 8.9em;
}

.margin-top-0_90em {
  margin-top: 9em;
}

.margin-bottom-0_90em {
  margin-bottom: 9em;
}

.margin-left-0_90em {
  margin-left: 9em;
}

.margin-right-0_90em {
  margin-right: 9em;
}

.padding-top-0_90em {
  padding-top: 9em;
}

.padding-bottom-0_90em {
  padding-bottom: 9em;
}

.padding-left-0_90em {
  padding-left: 9em;
}

.padding-right-0_90em {
  padding-right: 9em;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-left-70 {
  padding-left: 70px;
}

.padding-right-70 {
  padding-right: 70px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-left-80 {
  padding-left: 80px;
}

.padding-right-80 {
  padding-right: 80px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-left-90 {
  padding-left: 90px;
}

.padding-right-90 {
  padding-right: 90px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-left-100 {
  padding-left: 100px;
}

.padding-right-100 {
  padding-right: 100px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .small-padding-top-0 {
    padding-top: 0px;
  }
  .small-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .small-padding-left-0 {
    padding-left: 0px;
  }
  .small-padding-right-0 {
    padding-right: 0px;
  }
  .small-margin-top-0 {
    margin-top: 0px;
  }
  .small-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .small-margin-left-0 {
    margin-left: 0px;
  }
  .small-margin-right-0 {
    margin-right: 0px;
  }
  .small-margin-left-0imp {
    margin-left: 0px !important;
  }
  .small-margin-right-0imp {
    margin-right: 0px !important;
  }
  .small-padding-top-0em {
    padding-top: 0em;
  }
  .small-padding-bottom-0em {
    padding-bottom: 0em;
  }
  .small-padding-left-0em {
    padding-left: 0em;
  }
  .small-padding-right-0em {
    padding-right: 0em;
  }
  .small-margin-top-0em {
    margin-top: 0em;
  }
  .small-margin-bottom-0em {
    margin-bottom: 0em;
  }
  .small-padding-top-0emimp {
    padding-top: 0em !important;
  }
  .small-padding-bottom-0emimp {
    padding-bottom: 0em !important;
  }
  .small-padding-left-0emimp {
    padding-left: 0em !important;
  }
  .small-padding-right-0emimp {
    padding-right: 0em !important;
  }
  .small-margin-top-0emimp {
    margin-top: 0em !important;
  }
  .small-margin-bottom-0emimp {
    margin-bottom: 0em !important;
  }
  .small-padding-top-10 {
    padding-top: 10px;
  }
  .small-padding-bottom-10 {
    padding-bottom: 10px;
  }
  .small-padding-left-10 {
    padding-left: 10px;
  }
  .small-padding-right-10 {
    padding-right: 10px;
  }
  .small-margin-top-10 {
    margin-top: 10px;
  }
  .small-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .small-margin-left-10 {
    margin-left: 10px;
  }
  .small-margin-right-10 {
    margin-right: 10px;
  }
  .small-margin-left-10imp {
    margin-left: 10px !important;
  }
  .small-margin-right-10imp {
    margin-right: 10px !important;
  }
  .small-padding-top-1em {
    padding-top: 1em;
  }
  .small-padding-bottom-1em {
    padding-bottom: 1em;
  }
  .small-padding-left-1em {
    padding-left: 1em;
  }
  .small-padding-right-1em {
    padding-right: 1em;
  }
  .small-margin-top-1em {
    margin-top: 1em;
  }
  .small-margin-bottom-1em {
    margin-bottom: 1em;
  }
  .small-padding-top-1emimp {
    padding-top: 1em !important;
  }
  .small-padding-bottom-1emimp {
    padding-bottom: 1em !important;
  }
  .small-padding-left-1emimp {
    padding-left: 1em !important;
  }
  .small-padding-right-1emimp {
    padding-right: 1em !important;
  }
  .small-margin-top-1emimp {
    margin-top: 1em !important;
  }
  .small-margin-bottom-1emimp {
    margin-bottom: 1em !important;
  }
  .small-padding-top-20 {
    padding-top: 20px;
  }
  .small-padding-bottom-20 {
    padding-bottom: 20px;
  }
  .small-padding-left-20 {
    padding-left: 20px;
  }
  .small-padding-right-20 {
    padding-right: 20px;
  }
  .small-margin-top-20 {
    margin-top: 20px;
  }
  .small-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .small-margin-left-20 {
    margin-left: 20px;
  }
  .small-margin-right-20 {
    margin-right: 20px;
  }
  .small-margin-left-20imp {
    margin-left: 20px !important;
  }
  .small-margin-right-20imp {
    margin-right: 20px !important;
  }
  .small-padding-top-2em {
    padding-top: 2em;
  }
  .small-padding-bottom-2em {
    padding-bottom: 2em;
  }
  .small-padding-left-2em {
    padding-left: 2em;
  }
  .small-padding-right-2em {
    padding-right: 2em;
  }
  .small-margin-top-2em {
    margin-top: 2em;
  }
  .small-margin-bottom-2em {
    margin-bottom: 2em;
  }
  .small-padding-top-2emimp {
    padding-top: 2em !important;
  }
  .small-padding-bottom-2emimp {
    padding-bottom: 2em !important;
  }
  .small-padding-left-2emimp {
    padding-left: 2em !important;
  }
  .small-padding-right-2emimp {
    padding-right: 2em !important;
  }
  .small-margin-top-2emimp {
    margin-top: 2em !important;
  }
  .small-margin-bottom-2emimp {
    margin-bottom: 2em !important;
  }
  .small-padding-top-30 {
    padding-top: 30px;
  }
  .small-padding-bottom-30 {
    padding-bottom: 30px;
  }
  .small-padding-left-30 {
    padding-left: 30px;
  }
  .small-padding-right-30 {
    padding-right: 30px;
  }
  .small-margin-top-30 {
    margin-top: 30px;
  }
  .small-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .small-margin-left-30 {
    margin-left: 30px;
  }
  .small-margin-right-30 {
    margin-right: 30px;
  }
  .small-margin-left-30imp {
    margin-left: 30px !important;
  }
  .small-margin-right-30imp {
    margin-right: 30px !important;
  }
  .small-padding-top-3em {
    padding-top: 3em;
  }
  .small-padding-bottom-3em {
    padding-bottom: 3em;
  }
  .small-padding-left-3em {
    padding-left: 3em;
  }
  .small-padding-right-3em {
    padding-right: 3em;
  }
  .small-margin-top-3em {
    margin-top: 3em;
  }
  .small-margin-bottom-3em {
    margin-bottom: 3em;
  }
  .small-padding-top-3emimp {
    padding-top: 3em !important;
  }
  .small-padding-bottom-3emimp {
    padding-bottom: 3em !important;
  }
  .small-padding-left-3emimp {
    padding-left: 3em !important;
  }
  .small-padding-right-3emimp {
    padding-right: 3em !important;
  }
  .small-margin-top-3emimp {
    margin-top: 3em !important;
  }
  .small-margin-bottom-3emimp {
    margin-bottom: 3em !important;
  }
  .small-padding-top-40 {
    padding-top: 40px;
  }
  .small-padding-bottom-40 {
    padding-bottom: 40px;
  }
  .small-padding-left-40 {
    padding-left: 40px;
  }
  .small-padding-right-40 {
    padding-right: 40px;
  }
  .small-margin-top-40 {
    margin-top: 40px;
  }
  .small-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .small-margin-left-40 {
    margin-left: 40px;
  }
  .small-margin-right-40 {
    margin-right: 40px;
  }
  .small-margin-left-40imp {
    margin-left: 40px !important;
  }
  .small-margin-right-40imp {
    margin-right: 40px !important;
  }
  .small-padding-top-4em {
    padding-top: 4em;
  }
  .small-padding-bottom-4em {
    padding-bottom: 4em;
  }
  .small-padding-left-4em {
    padding-left: 4em;
  }
  .small-padding-right-4em {
    padding-right: 4em;
  }
  .small-margin-top-4em {
    margin-top: 4em;
  }
  .small-margin-bottom-4em {
    margin-bottom: 4em;
  }
  .small-padding-top-4emimp {
    padding-top: 4em !important;
  }
  .small-padding-bottom-4emimp {
    padding-bottom: 4em !important;
  }
  .small-padding-left-4emimp {
    padding-left: 4em !important;
  }
  .small-padding-right-4emimp {
    padding-right: 4em !important;
  }
  .small-margin-top-4emimp {
    margin-top: 4em !important;
  }
  .small-margin-bottom-4emimp {
    margin-bottom: 4em !important;
  }
  .small-padding-top-50 {
    padding-top: 50px;
  }
  .small-padding-bottom-50 {
    padding-bottom: 50px;
  }
  .small-padding-left-50 {
    padding-left: 50px;
  }
  .small-padding-right-50 {
    padding-right: 50px;
  }
  .small-margin-top-50 {
    margin-top: 50px;
  }
  .small-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .small-margin-left-50 {
    margin-left: 50px;
  }
  .small-margin-right-50 {
    margin-right: 50px;
  }
  .small-margin-left-50imp {
    margin-left: 50px !important;
  }
  .small-margin-right-50imp {
    margin-right: 50px !important;
  }
  .small-padding-top-5em {
    padding-top: 5em;
  }
  .small-padding-bottom-5em {
    padding-bottom: 5em;
  }
  .small-padding-left-5em {
    padding-left: 5em;
  }
  .small-padding-right-5em {
    padding-right: 5em;
  }
  .small-margin-top-5em {
    margin-top: 5em;
  }
  .small-margin-bottom-5em {
    margin-bottom: 5em;
  }
  .small-padding-top-5emimp {
    padding-top: 5em !important;
  }
  .small-padding-bottom-5emimp {
    padding-bottom: 5em !important;
  }
  .small-padding-left-5emimp {
    padding-left: 5em !important;
  }
  .small-padding-right-5emimp {
    padding-right: 5em !important;
  }
  .small-margin-top-5emimp {
    margin-top: 5em !important;
  }
  .small-margin-bottom-5emimp {
    margin-bottom: 5em !important;
  }
  .small-padding-top-60 {
    padding-top: 60px;
  }
  .small-padding-bottom-60 {
    padding-bottom: 60px;
  }
  .small-padding-left-60 {
    padding-left: 60px;
  }
  .small-padding-right-60 {
    padding-right: 60px;
  }
  .small-margin-top-60 {
    margin-top: 60px;
  }
  .small-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .small-margin-left-60 {
    margin-left: 60px;
  }
  .small-margin-right-60 {
    margin-right: 60px;
  }
  .small-margin-left-60imp {
    margin-left: 60px !important;
  }
  .small-margin-right-60imp {
    margin-right: 60px !important;
  }
  .small-padding-top-6em {
    padding-top: 6em;
  }
  .small-padding-bottom-6em {
    padding-bottom: 6em;
  }
  .small-padding-left-6em {
    padding-left: 6em;
  }
  .small-padding-right-6em {
    padding-right: 6em;
  }
  .small-margin-top-6em {
    margin-top: 6em;
  }
  .small-margin-bottom-6em {
    margin-bottom: 6em;
  }
  .small-padding-top-6emimp {
    padding-top: 6em !important;
  }
  .small-padding-bottom-6emimp {
    padding-bottom: 6em !important;
  }
  .small-padding-left-6emimp {
    padding-left: 6em !important;
  }
  .small-padding-right-6emimp {
    padding-right: 6em !important;
  }
  .small-margin-top-6emimp {
    margin-top: 6em !important;
  }
  .small-margin-bottom-6emimp {
    margin-bottom: 6em !important;
  }
  .small-padding-top-70 {
    padding-top: 70px;
  }
  .small-padding-bottom-70 {
    padding-bottom: 70px;
  }
  .small-padding-left-70 {
    padding-left: 70px;
  }
  .small-padding-right-70 {
    padding-right: 70px;
  }
  .small-margin-top-70 {
    margin-top: 70px;
  }
  .small-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .small-margin-left-70 {
    margin-left: 70px;
  }
  .small-margin-right-70 {
    margin-right: 70px;
  }
  .small-margin-left-70imp {
    margin-left: 70px !important;
  }
  .small-margin-right-70imp {
    margin-right: 70px !important;
  }
  .small-padding-top-7em {
    padding-top: 7em;
  }
  .small-padding-bottom-7em {
    padding-bottom: 7em;
  }
  .small-padding-left-7em {
    padding-left: 7em;
  }
  .small-padding-right-7em {
    padding-right: 7em;
  }
  .small-margin-top-7em {
    margin-top: 7em;
  }
  .small-margin-bottom-7em {
    margin-bottom: 7em;
  }
  .small-padding-top-7emimp {
    padding-top: 7em !important;
  }
  .small-padding-bottom-7emimp {
    padding-bottom: 7em !important;
  }
  .small-padding-left-7emimp {
    padding-left: 7em !important;
  }
  .small-padding-right-7emimp {
    padding-right: 7em !important;
  }
  .small-margin-top-7emimp {
    margin-top: 7em !important;
  }
  .small-margin-bottom-7emimp {
    margin-bottom: 7em !important;
  }
  .small-padding-top-80 {
    padding-top: 80px;
  }
  .small-padding-bottom-80 {
    padding-bottom: 80px;
  }
  .small-padding-left-80 {
    padding-left: 80px;
  }
  .small-padding-right-80 {
    padding-right: 80px;
  }
  .small-margin-top-80 {
    margin-top: 80px;
  }
  .small-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .small-margin-left-80 {
    margin-left: 80px;
  }
  .small-margin-right-80 {
    margin-right: 80px;
  }
  .small-margin-left-80imp {
    margin-left: 80px !important;
  }
  .small-margin-right-80imp {
    margin-right: 80px !important;
  }
  .small-padding-top-8em {
    padding-top: 8em;
  }
  .small-padding-bottom-8em {
    padding-bottom: 8em;
  }
  .small-padding-left-8em {
    padding-left: 8em;
  }
  .small-padding-right-8em {
    padding-right: 8em;
  }
  .small-margin-top-8em {
    margin-top: 8em;
  }
  .small-margin-bottom-8em {
    margin-bottom: 8em;
  }
  .small-padding-top-8emimp {
    padding-top: 8em !important;
  }
  .small-padding-bottom-8emimp {
    padding-bottom: 8em !important;
  }
  .small-padding-left-8emimp {
    padding-left: 8em !important;
  }
  .small-padding-right-8emimp {
    padding-right: 8em !important;
  }
  .small-margin-top-8emimp {
    margin-top: 8em !important;
  }
  .small-margin-bottom-8emimp {
    margin-bottom: 8em !important;
  }
  .small-padding-top-90 {
    padding-top: 90px;
  }
  .small-padding-bottom-90 {
    padding-bottom: 90px;
  }
  .small-padding-left-90 {
    padding-left: 90px;
  }
  .small-padding-right-90 {
    padding-right: 90px;
  }
  .small-margin-top-90 {
    margin-top: 90px;
  }
  .small-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .small-margin-left-90 {
    margin-left: 90px;
  }
  .small-margin-right-90 {
    margin-right: 90px;
  }
  .small-margin-left-90imp {
    margin-left: 90px !important;
  }
  .small-margin-right-90imp {
    margin-right: 90px !important;
  }
  .small-padding-top-9em {
    padding-top: 9em;
  }
  .small-padding-bottom-9em {
    padding-bottom: 9em;
  }
  .small-padding-left-9em {
    padding-left: 9em;
  }
  .small-padding-right-9em {
    padding-right: 9em;
  }
  .small-margin-top-9em {
    margin-top: 9em;
  }
  .small-margin-bottom-9em {
    margin-bottom: 9em;
  }
  .small-padding-top-9emimp {
    padding-top: 9em !important;
  }
  .small-padding-bottom-9emimp {
    padding-bottom: 9em !important;
  }
  .small-padding-left-9emimp {
    padding-left: 9em !important;
  }
  .small-padding-right-9emimp {
    padding-right: 9em !important;
  }
  .small-margin-top-9emimp {
    margin-top: 9em !important;
  }
  .small-margin-bottom-9emimp {
    margin-bottom: 9em !important;
  }
  .small-padding-top-100 {
    padding-top: 100px;
  }
  .small-padding-bottom-100 {
    padding-bottom: 100px;
  }
  .small-padding-left-100 {
    padding-left: 100px;
  }
  .small-padding-right-100 {
    padding-right: 100px;
  }
  .small-margin-top-100 {
    margin-top: 100px;
  }
  .small-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .small-margin-left-100 {
    margin-left: 100px;
  }
  .small-margin-right-100 {
    margin-right: 100px;
  }
  .small-margin-left-100imp {
    margin-left: 100px !important;
  }
  .small-margin-right-100imp {
    margin-right: 100px !important;
  }
  .small-padding-top-10em {
    padding-top: 10em;
  }
  .small-padding-bottom-10em {
    padding-bottom: 10em;
  }
  .small-padding-left-10em {
    padding-left: 10em;
  }
  .small-padding-right-10em {
    padding-right: 10em;
  }
  .small-margin-top-10em {
    margin-top: 10em;
  }
  .small-margin-bottom-10em {
    margin-bottom: 10em;
  }
  .small-padding-top-10emimp {
    padding-top: 10em !important;
  }
  .small-padding-bottom-10emimp {
    padding-bottom: 10em !important;
  }
  .small-padding-left-10emimp {
    padding-left: 10em !important;
  }
  .small-padding-right-10emimp {
    padding-right: 10em !important;
  }
  .small-margin-top-10emimp {
    margin-top: 10em !important;
  }
  .small-margin-bottom-10emimp {
    margin-bottom: 10em !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .medium-padding-top-0 {
    padding-top: 0px;
  }
  .medium-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .medium-padding-left-0 {
    padding-left: 0px;
  }
  .medium-padding-right-0 {
    padding-right: 0px;
  }
  .medium-margin-top-0 {
    margin-top: 0px;
  }
  .medium-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .medium-margin-left-0 {
    margin-left: 0px;
  }
  .medium-margin-right-0 {
    margin-right: 0px;
  }
  .medium-margin-left-0imp {
    margin-left: 0px !important;
  }
  .medium-margin-right-0imp {
    margin-right: 0px !important;
  }
  .medium-padding-top-0em {
    padding-top: 0em;
  }
  .medium-padding-bottom-0em {
    padding-bottom: 0em;
  }
  .medium-padding-left-0em {
    padding-left: 0em;
  }
  .medium-padding-right-0em {
    padding-right: 0em;
  }
  .medium-margin-top-0em {
    margin-top: 0em;
  }
  .medium-margin-bottom-0em {
    margin-bottom: 0em;
  }
  .medium-padding-top-0emimp {
    padding-top: 0em !important;
  }
  .medium-padding-bottom-0emimp {
    padding-bottom: 0em !important;
  }
  .medium-padding-left-0emimp {
    padding-left: 0em !important;
  }
  .medium-padding-right-0emimp {
    padding-right: 0em !important;
  }
  .medium-margin-top-0emimp {
    margin-top: 0em !important;
  }
  .medium-margin-bottom-0emimp {
    margin-bottom: 0em !important;
  }
  .medium-padding-top-10 {
    padding-top: 10px;
  }
  .medium-padding-bottom-10 {
    padding-bottom: 10px;
  }
  .medium-padding-left-10 {
    padding-left: 10px;
  }
  .medium-padding-right-10 {
    padding-right: 10px;
  }
  .medium-margin-top-10 {
    margin-top: 10px;
  }
  .medium-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .medium-margin-left-10 {
    margin-left: 10px;
  }
  .medium-margin-right-10 {
    margin-right: 10px;
  }
  .medium-margin-left-10imp {
    margin-left: 10px !important;
  }
  .medium-margin-right-10imp {
    margin-right: 10px !important;
  }
  .medium-padding-top-1em {
    padding-top: 1em;
  }
  .medium-padding-bottom-1em {
    padding-bottom: 1em;
  }
  .medium-padding-left-1em {
    padding-left: 1em;
  }
  .medium-padding-right-1em {
    padding-right: 1em;
  }
  .medium-margin-top-1em {
    margin-top: 1em;
  }
  .medium-margin-bottom-1em {
    margin-bottom: 1em;
  }
  .medium-padding-top-1emimp {
    padding-top: 1em !important;
  }
  .medium-padding-bottom-1emimp {
    padding-bottom: 1em !important;
  }
  .medium-padding-left-1emimp {
    padding-left: 1em !important;
  }
  .medium-padding-right-1emimp {
    padding-right: 1em !important;
  }
  .medium-margin-top-1emimp {
    margin-top: 1em !important;
  }
  .medium-margin-bottom-1emimp {
    margin-bottom: 1em !important;
  }
  .medium-padding-top-20 {
    padding-top: 20px;
  }
  .medium-padding-bottom-20 {
    padding-bottom: 20px;
  }
  .medium-padding-left-20 {
    padding-left: 20px;
  }
  .medium-padding-right-20 {
    padding-right: 20px;
  }
  .medium-margin-top-20 {
    margin-top: 20px;
  }
  .medium-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .medium-margin-left-20 {
    margin-left: 20px;
  }
  .medium-margin-right-20 {
    margin-right: 20px;
  }
  .medium-margin-left-20imp {
    margin-left: 20px !important;
  }
  .medium-margin-right-20imp {
    margin-right: 20px !important;
  }
  .medium-padding-top-2em {
    padding-top: 2em;
  }
  .medium-padding-bottom-2em {
    padding-bottom: 2em;
  }
  .medium-padding-left-2em {
    padding-left: 2em;
  }
  .medium-padding-right-2em {
    padding-right: 2em;
  }
  .medium-margin-top-2em {
    margin-top: 2em;
  }
  .medium-margin-bottom-2em {
    margin-bottom: 2em;
  }
  .medium-padding-top-2emimp {
    padding-top: 2em !important;
  }
  .medium-padding-bottom-2emimp {
    padding-bottom: 2em !important;
  }
  .medium-padding-left-2emimp {
    padding-left: 2em !important;
  }
  .medium-padding-right-2emimp {
    padding-right: 2em !important;
  }
  .medium-margin-top-2emimp {
    margin-top: 2em !important;
  }
  .medium-margin-bottom-2emimp {
    margin-bottom: 2em !important;
  }
  .medium-padding-top-30 {
    padding-top: 30px;
  }
  .medium-padding-bottom-30 {
    padding-bottom: 30px;
  }
  .medium-padding-left-30 {
    padding-left: 30px;
  }
  .medium-padding-right-30 {
    padding-right: 30px;
  }
  .medium-margin-top-30 {
    margin-top: 30px;
  }
  .medium-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .medium-margin-left-30 {
    margin-left: 30px;
  }
  .medium-margin-right-30 {
    margin-right: 30px;
  }
  .medium-margin-left-30imp {
    margin-left: 30px !important;
  }
  .medium-margin-right-30imp {
    margin-right: 30px !important;
  }
  .medium-padding-top-3em {
    padding-top: 3em;
  }
  .medium-padding-bottom-3em {
    padding-bottom: 3em;
  }
  .medium-padding-left-3em {
    padding-left: 3em;
  }
  .medium-padding-right-3em {
    padding-right: 3em;
  }
  .medium-margin-top-3em {
    margin-top: 3em;
  }
  .medium-margin-bottom-3em {
    margin-bottom: 3em;
  }
  .medium-padding-top-3emimp {
    padding-top: 3em !important;
  }
  .medium-padding-bottom-3emimp {
    padding-bottom: 3em !important;
  }
  .medium-padding-left-3emimp {
    padding-left: 3em !important;
  }
  .medium-padding-right-3emimp {
    padding-right: 3em !important;
  }
  .medium-margin-top-3emimp {
    margin-top: 3em !important;
  }
  .medium-margin-bottom-3emimp {
    margin-bottom: 3em !important;
  }
  .medium-padding-top-40 {
    padding-top: 40px;
  }
  .medium-padding-bottom-40 {
    padding-bottom: 40px;
  }
  .medium-padding-left-40 {
    padding-left: 40px;
  }
  .medium-padding-right-40 {
    padding-right: 40px;
  }
  .medium-margin-top-40 {
    margin-top: 40px;
  }
  .medium-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .medium-margin-left-40 {
    margin-left: 40px;
  }
  .medium-margin-right-40 {
    margin-right: 40px;
  }
  .medium-margin-left-40imp {
    margin-left: 40px !important;
  }
  .medium-margin-right-40imp {
    margin-right: 40px !important;
  }
  .medium-padding-top-4em {
    padding-top: 4em;
  }
  .medium-padding-bottom-4em {
    padding-bottom: 4em;
  }
  .medium-padding-left-4em {
    padding-left: 4em;
  }
  .medium-padding-right-4em {
    padding-right: 4em;
  }
  .medium-margin-top-4em {
    margin-top: 4em;
  }
  .medium-margin-bottom-4em {
    margin-bottom: 4em;
  }
  .medium-padding-top-4emimp {
    padding-top: 4em !important;
  }
  .medium-padding-bottom-4emimp {
    padding-bottom: 4em !important;
  }
  .medium-padding-left-4emimp {
    padding-left: 4em !important;
  }
  .medium-padding-right-4emimp {
    padding-right: 4em !important;
  }
  .medium-margin-top-4emimp {
    margin-top: 4em !important;
  }
  .medium-margin-bottom-4emimp {
    margin-bottom: 4em !important;
  }
  .medium-padding-top-50 {
    padding-top: 50px;
  }
  .medium-padding-bottom-50 {
    padding-bottom: 50px;
  }
  .medium-padding-left-50 {
    padding-left: 50px;
  }
  .medium-padding-right-50 {
    padding-right: 50px;
  }
  .medium-margin-top-50 {
    margin-top: 50px;
  }
  .medium-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .medium-margin-left-50 {
    margin-left: 50px;
  }
  .medium-margin-right-50 {
    margin-right: 50px;
  }
  .medium-margin-left-50imp {
    margin-left: 50px !important;
  }
  .medium-margin-right-50imp {
    margin-right: 50px !important;
  }
  .medium-padding-top-5em {
    padding-top: 5em;
  }
  .medium-padding-bottom-5em {
    padding-bottom: 5em;
  }
  .medium-padding-left-5em {
    padding-left: 5em;
  }
  .medium-padding-right-5em {
    padding-right: 5em;
  }
  .medium-margin-top-5em {
    margin-top: 5em;
  }
  .medium-margin-bottom-5em {
    margin-bottom: 5em;
  }
  .medium-padding-top-5emimp {
    padding-top: 5em !important;
  }
  .medium-padding-bottom-5emimp {
    padding-bottom: 5em !important;
  }
  .medium-padding-left-5emimp {
    padding-left: 5em !important;
  }
  .medium-padding-right-5emimp {
    padding-right: 5em !important;
  }
  .medium-margin-top-5emimp {
    margin-top: 5em !important;
  }
  .medium-margin-bottom-5emimp {
    margin-bottom: 5em !important;
  }
  .medium-padding-top-60 {
    padding-top: 60px;
  }
  .medium-padding-bottom-60 {
    padding-bottom: 60px;
  }
  .medium-padding-left-60 {
    padding-left: 60px;
  }
  .medium-padding-right-60 {
    padding-right: 60px;
  }
  .medium-margin-top-60 {
    margin-top: 60px;
  }
  .medium-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .medium-margin-left-60 {
    margin-left: 60px;
  }
  .medium-margin-right-60 {
    margin-right: 60px;
  }
  .medium-margin-left-60imp {
    margin-left: 60px !important;
  }
  .medium-margin-right-60imp {
    margin-right: 60px !important;
  }
  .medium-padding-top-6em {
    padding-top: 6em;
  }
  .medium-padding-bottom-6em {
    padding-bottom: 6em;
  }
  .medium-padding-left-6em {
    padding-left: 6em;
  }
  .medium-padding-right-6em {
    padding-right: 6em;
  }
  .medium-margin-top-6em {
    margin-top: 6em;
  }
  .medium-margin-bottom-6em {
    margin-bottom: 6em;
  }
  .medium-padding-top-6emimp {
    padding-top: 6em !important;
  }
  .medium-padding-bottom-6emimp {
    padding-bottom: 6em !important;
  }
  .medium-padding-left-6emimp {
    padding-left: 6em !important;
  }
  .medium-padding-right-6emimp {
    padding-right: 6em !important;
  }
  .medium-margin-top-6emimp {
    margin-top: 6em !important;
  }
  .medium-margin-bottom-6emimp {
    margin-bottom: 6em !important;
  }
  .medium-padding-top-70 {
    padding-top: 70px;
  }
  .medium-padding-bottom-70 {
    padding-bottom: 70px;
  }
  .medium-padding-left-70 {
    padding-left: 70px;
  }
  .medium-padding-right-70 {
    padding-right: 70px;
  }
  .medium-margin-top-70 {
    margin-top: 70px;
  }
  .medium-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .medium-margin-left-70 {
    margin-left: 70px;
  }
  .medium-margin-right-70 {
    margin-right: 70px;
  }
  .medium-margin-left-70imp {
    margin-left: 70px !important;
  }
  .medium-margin-right-70imp {
    margin-right: 70px !important;
  }
  .medium-padding-top-7em {
    padding-top: 7em;
  }
  .medium-padding-bottom-7em {
    padding-bottom: 7em;
  }
  .medium-padding-left-7em {
    padding-left: 7em;
  }
  .medium-padding-right-7em {
    padding-right: 7em;
  }
  .medium-margin-top-7em {
    margin-top: 7em;
  }
  .medium-margin-bottom-7em {
    margin-bottom: 7em;
  }
  .medium-padding-top-7emimp {
    padding-top: 7em !important;
  }
  .medium-padding-bottom-7emimp {
    padding-bottom: 7em !important;
  }
  .medium-padding-left-7emimp {
    padding-left: 7em !important;
  }
  .medium-padding-right-7emimp {
    padding-right: 7em !important;
  }
  .medium-margin-top-7emimp {
    margin-top: 7em !important;
  }
  .medium-margin-bottom-7emimp {
    margin-bottom: 7em !important;
  }
  .medium-padding-top-80 {
    padding-top: 80px;
  }
  .medium-padding-bottom-80 {
    padding-bottom: 80px;
  }
  .medium-padding-left-80 {
    padding-left: 80px;
  }
  .medium-padding-right-80 {
    padding-right: 80px;
  }
  .medium-margin-top-80 {
    margin-top: 80px;
  }
  .medium-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .medium-margin-left-80 {
    margin-left: 80px;
  }
  .medium-margin-right-80 {
    margin-right: 80px;
  }
  .medium-margin-left-80imp {
    margin-left: 80px !important;
  }
  .medium-margin-right-80imp {
    margin-right: 80px !important;
  }
  .medium-padding-top-8em {
    padding-top: 8em;
  }
  .medium-padding-bottom-8em {
    padding-bottom: 8em;
  }
  .medium-padding-left-8em {
    padding-left: 8em;
  }
  .medium-padding-right-8em {
    padding-right: 8em;
  }
  .medium-margin-top-8em {
    margin-top: 8em;
  }
  .medium-margin-bottom-8em {
    margin-bottom: 8em;
  }
  .medium-padding-top-8emimp {
    padding-top: 8em !important;
  }
  .medium-padding-bottom-8emimp {
    padding-bottom: 8em !important;
  }
  .medium-padding-left-8emimp {
    padding-left: 8em !important;
  }
  .medium-padding-right-8emimp {
    padding-right: 8em !important;
  }
  .medium-margin-top-8emimp {
    margin-top: 8em !important;
  }
  .medium-margin-bottom-8emimp {
    margin-bottom: 8em !important;
  }
  .medium-padding-top-90 {
    padding-top: 90px;
  }
  .medium-padding-bottom-90 {
    padding-bottom: 90px;
  }
  .medium-padding-left-90 {
    padding-left: 90px;
  }
  .medium-padding-right-90 {
    padding-right: 90px;
  }
  .medium-margin-top-90 {
    margin-top: 90px;
  }
  .medium-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .medium-margin-left-90 {
    margin-left: 90px;
  }
  .medium-margin-right-90 {
    margin-right: 90px;
  }
  .medium-margin-left-90imp {
    margin-left: 90px !important;
  }
  .medium-margin-right-90imp {
    margin-right: 90px !important;
  }
  .medium-padding-top-9em {
    padding-top: 9em;
  }
  .medium-padding-bottom-9em {
    padding-bottom: 9em;
  }
  .medium-padding-left-9em {
    padding-left: 9em;
  }
  .medium-padding-right-9em {
    padding-right: 9em;
  }
  .medium-margin-top-9em {
    margin-top: 9em;
  }
  .medium-margin-bottom-9em {
    margin-bottom: 9em;
  }
  .medium-padding-top-9emimp {
    padding-top: 9em !important;
  }
  .medium-padding-bottom-9emimp {
    padding-bottom: 9em !important;
  }
  .medium-padding-left-9emimp {
    padding-left: 9em !important;
  }
  .medium-padding-right-9emimp {
    padding-right: 9em !important;
  }
  .medium-margin-top-9emimp {
    margin-top: 9em !important;
  }
  .medium-margin-bottom-9emimp {
    margin-bottom: 9em !important;
  }
  .medium-padding-top-100 {
    padding-top: 100px;
  }
  .medium-padding-bottom-100 {
    padding-bottom: 100px;
  }
  .medium-padding-left-100 {
    padding-left: 100px;
  }
  .medium-padding-right-100 {
    padding-right: 100px;
  }
  .medium-margin-top-100 {
    margin-top: 100px;
  }
  .medium-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .medium-margin-left-100 {
    margin-left: 100px;
  }
  .medium-margin-right-100 {
    margin-right: 100px;
  }
  .medium-margin-left-100imp {
    margin-left: 100px !important;
  }
  .medium-margin-right-100imp {
    margin-right: 100px !important;
  }
  .medium-padding-top-10em {
    padding-top: 10em;
  }
  .medium-padding-bottom-10em {
    padding-bottom: 10em;
  }
  .medium-padding-left-10em {
    padding-left: 10em;
  }
  .medium-padding-right-10em {
    padding-right: 10em;
  }
  .medium-margin-top-10em {
    margin-top: 10em;
  }
  .medium-margin-bottom-10em {
    margin-bottom: 10em;
  }
  .medium-padding-top-10emimp {
    padding-top: 10em !important;
  }
  .medium-padding-bottom-10emimp {
    padding-bottom: 10em !important;
  }
  .medium-padding-left-10emimp {
    padding-left: 10em !important;
  }
  .medium-padding-right-10emimp {
    padding-right: 10em !important;
  }
  .medium-margin-top-10emimp {
    margin-top: 10em !important;
  }
  .medium-margin-bottom-10emimp {
    margin-bottom: 10em !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-top-0 {
    padding-top: 0px;
  }
  .large-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .large-padding-left-0 {
    padding-left: 0px;
  }
  .large-padding-right-0 {
    padding-right: 0px;
  }
  .large-margin-top-0 {
    margin-top: 0px;
  }
  .large-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .large-margin-left-0 {
    margin-left: 0px;
  }
  .large-margin-right-0 {
    margin-right: 0px;
  }
  .large-margin-left-0imp {
    margin-left: 0px !important;
  }
  .large-margin-right-0imp {
    margin-right: 0px !important;
  }
  .large-padding-top-0em {
    padding-top: 0em;
  }
  .large-padding-bottom-0em {
    padding-bottom: 0em;
  }
  .large-padding-left-0em {
    padding-left: 0em;
  }
  .large-padding-right-0em {
    padding-right: 0em;
  }
  .large-margin-top-0em {
    margin-top: 0em;
  }
  .large-margin-bottom-0em {
    margin-bottom: 0em;
  }
  .large-padding-top-0emimp {
    padding-top: 0em !important;
  }
  .large-padding-bottom-0emimp {
    padding-bottom: 0em !important;
  }
  .large-padding-left-0emimp {
    padding-left: 0em !important;
  }
  .large-padding-right-0emimp {
    padding-right: 0em !important;
  }
  .large-margin-top-0emimp {
    margin-top: 0em !important;
  }
  .large-margin-bottom-0emimp {
    margin-bottom: 0em !important;
  }
  .large-padding-top-10 {
    padding-top: 10px;
  }
  .large-padding-bottom-10 {
    padding-bottom: 10px;
  }
  .large-padding-left-10 {
    padding-left: 10px;
  }
  .large-padding-right-10 {
    padding-right: 10px;
  }
  .large-margin-top-10 {
    margin-top: 10px;
  }
  .large-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .large-margin-left-10 {
    margin-left: 10px;
  }
  .large-margin-right-10 {
    margin-right: 10px;
  }
  .large-margin-left-10imp {
    margin-left: 10px !important;
  }
  .large-margin-right-10imp {
    margin-right: 10px !important;
  }
  .large-padding-top-1em {
    padding-top: 1em;
  }
  .large-padding-bottom-1em {
    padding-bottom: 1em;
  }
  .large-padding-left-1em {
    padding-left: 1em;
  }
  .large-padding-right-1em {
    padding-right: 1em;
  }
  .large-margin-top-1em {
    margin-top: 1em;
  }
  .large-margin-bottom-1em {
    margin-bottom: 1em;
  }
  .large-padding-top-1emimp {
    padding-top: 1em !important;
  }
  .large-padding-bottom-1emimp {
    padding-bottom: 1em !important;
  }
  .large-padding-left-1emimp {
    padding-left: 1em !important;
  }
  .large-padding-right-1emimp {
    padding-right: 1em !important;
  }
  .large-margin-top-1emimp {
    margin-top: 1em !important;
  }
  .large-margin-bottom-1emimp {
    margin-bottom: 1em !important;
  }
  .large-padding-top-20 {
    padding-top: 20px;
  }
  .large-padding-bottom-20 {
    padding-bottom: 20px;
  }
  .large-padding-left-20 {
    padding-left: 20px;
  }
  .large-padding-right-20 {
    padding-right: 20px;
  }
  .large-margin-top-20 {
    margin-top: 20px;
  }
  .large-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .large-margin-left-20 {
    margin-left: 20px;
  }
  .large-margin-right-20 {
    margin-right: 20px;
  }
  .large-margin-left-20imp {
    margin-left: 20px !important;
  }
  .large-margin-right-20imp {
    margin-right: 20px !important;
  }
  .large-padding-top-2em {
    padding-top: 2em;
  }
  .large-padding-bottom-2em {
    padding-bottom: 2em;
  }
  .large-padding-left-2em {
    padding-left: 2em;
  }
  .large-padding-right-2em {
    padding-right: 2em;
  }
  .large-margin-top-2em {
    margin-top: 2em;
  }
  .large-margin-bottom-2em {
    margin-bottom: 2em;
  }
  .large-padding-top-2emimp {
    padding-top: 2em !important;
  }
  .large-padding-bottom-2emimp {
    padding-bottom: 2em !important;
  }
  .large-padding-left-2emimp {
    padding-left: 2em !important;
  }
  .large-padding-right-2emimp {
    padding-right: 2em !important;
  }
  .large-margin-top-2emimp {
    margin-top: 2em !important;
  }
  .large-margin-bottom-2emimp {
    margin-bottom: 2em !important;
  }
  .large-padding-top-30 {
    padding-top: 30px;
  }
  .large-padding-bottom-30 {
    padding-bottom: 30px;
  }
  .large-padding-left-30 {
    padding-left: 30px;
  }
  .large-padding-right-30 {
    padding-right: 30px;
  }
  .large-margin-top-30 {
    margin-top: 30px;
  }
  .large-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .large-margin-left-30 {
    margin-left: 30px;
  }
  .large-margin-right-30 {
    margin-right: 30px;
  }
  .large-margin-left-30imp {
    margin-left: 30px !important;
  }
  .large-margin-right-30imp {
    margin-right: 30px !important;
  }
  .large-padding-top-3em {
    padding-top: 3em;
  }
  .large-padding-bottom-3em {
    padding-bottom: 3em;
  }
  .large-padding-left-3em {
    padding-left: 3em;
  }
  .large-padding-right-3em {
    padding-right: 3em;
  }
  .large-margin-top-3em {
    margin-top: 3em;
  }
  .large-margin-bottom-3em {
    margin-bottom: 3em;
  }
  .large-padding-top-3emimp {
    padding-top: 3em !important;
  }
  .large-padding-bottom-3emimp {
    padding-bottom: 3em !important;
  }
  .large-padding-left-3emimp {
    padding-left: 3em !important;
  }
  .large-padding-right-3emimp {
    padding-right: 3em !important;
  }
  .large-margin-top-3emimp {
    margin-top: 3em !important;
  }
  .large-margin-bottom-3emimp {
    margin-bottom: 3em !important;
  }
  .large-padding-top-40 {
    padding-top: 40px;
  }
  .large-padding-bottom-40 {
    padding-bottom: 40px;
  }
  .large-padding-left-40 {
    padding-left: 40px;
  }
  .large-padding-right-40 {
    padding-right: 40px;
  }
  .large-margin-top-40 {
    margin-top: 40px;
  }
  .large-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .large-margin-left-40 {
    margin-left: 40px;
  }
  .large-margin-right-40 {
    margin-right: 40px;
  }
  .large-margin-left-40imp {
    margin-left: 40px !important;
  }
  .large-margin-right-40imp {
    margin-right: 40px !important;
  }
  .large-padding-top-4em {
    padding-top: 4em;
  }
  .large-padding-bottom-4em {
    padding-bottom: 4em;
  }
  .large-padding-left-4em {
    padding-left: 4em;
  }
  .large-padding-right-4em {
    padding-right: 4em;
  }
  .large-margin-top-4em {
    margin-top: 4em;
  }
  .large-margin-bottom-4em {
    margin-bottom: 4em;
  }
  .large-padding-top-4emimp {
    padding-top: 4em !important;
  }
  .large-padding-bottom-4emimp {
    padding-bottom: 4em !important;
  }
  .large-padding-left-4emimp {
    padding-left: 4em !important;
  }
  .large-padding-right-4emimp {
    padding-right: 4em !important;
  }
  .large-margin-top-4emimp {
    margin-top: 4em !important;
  }
  .large-margin-bottom-4emimp {
    margin-bottom: 4em !important;
  }
  .large-padding-top-50 {
    padding-top: 50px;
  }
  .large-padding-bottom-50 {
    padding-bottom: 50px;
  }
  .large-padding-left-50 {
    padding-left: 50px;
  }
  .large-padding-right-50 {
    padding-right: 50px;
  }
  .large-margin-top-50 {
    margin-top: 50px;
  }
  .large-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .large-margin-left-50 {
    margin-left: 50px;
  }
  .large-margin-right-50 {
    margin-right: 50px;
  }
  .large-margin-left-50imp {
    margin-left: 50px !important;
  }
  .large-margin-right-50imp {
    margin-right: 50px !important;
  }
  .large-padding-top-5em {
    padding-top: 5em;
  }
  .large-padding-bottom-5em {
    padding-bottom: 5em;
  }
  .large-padding-left-5em {
    padding-left: 5em;
  }
  .large-padding-right-5em {
    padding-right: 5em;
  }
  .large-margin-top-5em {
    margin-top: 5em;
  }
  .large-margin-bottom-5em {
    margin-bottom: 5em;
  }
  .large-padding-top-5emimp {
    padding-top: 5em !important;
  }
  .large-padding-bottom-5emimp {
    padding-bottom: 5em !important;
  }
  .large-padding-left-5emimp {
    padding-left: 5em !important;
  }
  .large-padding-right-5emimp {
    padding-right: 5em !important;
  }
  .large-margin-top-5emimp {
    margin-top: 5em !important;
  }
  .large-margin-bottom-5emimp {
    margin-bottom: 5em !important;
  }
  .large-padding-top-60 {
    padding-top: 60px;
  }
  .large-padding-bottom-60 {
    padding-bottom: 60px;
  }
  .large-padding-left-60 {
    padding-left: 60px;
  }
  .large-padding-right-60 {
    padding-right: 60px;
  }
  .large-margin-top-60 {
    margin-top: 60px;
  }
  .large-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .large-margin-left-60 {
    margin-left: 60px;
  }
  .large-margin-right-60 {
    margin-right: 60px;
  }
  .large-margin-left-60imp {
    margin-left: 60px !important;
  }
  .large-margin-right-60imp {
    margin-right: 60px !important;
  }
  .large-padding-top-6em {
    padding-top: 6em;
  }
  .large-padding-bottom-6em {
    padding-bottom: 6em;
  }
  .large-padding-left-6em {
    padding-left: 6em;
  }
  .large-padding-right-6em {
    padding-right: 6em;
  }
  .large-margin-top-6em {
    margin-top: 6em;
  }
  .large-margin-bottom-6em {
    margin-bottom: 6em;
  }
  .large-padding-top-6emimp {
    padding-top: 6em !important;
  }
  .large-padding-bottom-6emimp {
    padding-bottom: 6em !important;
  }
  .large-padding-left-6emimp {
    padding-left: 6em !important;
  }
  .large-padding-right-6emimp {
    padding-right: 6em !important;
  }
  .large-margin-top-6emimp {
    margin-top: 6em !important;
  }
  .large-margin-bottom-6emimp {
    margin-bottom: 6em !important;
  }
  .large-padding-top-70 {
    padding-top: 70px;
  }
  .large-padding-bottom-70 {
    padding-bottom: 70px;
  }
  .large-padding-left-70 {
    padding-left: 70px;
  }
  .large-padding-right-70 {
    padding-right: 70px;
  }
  .large-margin-top-70 {
    margin-top: 70px;
  }
  .large-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .large-margin-left-70 {
    margin-left: 70px;
  }
  .large-margin-right-70 {
    margin-right: 70px;
  }
  .large-margin-left-70imp {
    margin-left: 70px !important;
  }
  .large-margin-right-70imp {
    margin-right: 70px !important;
  }
  .large-padding-top-7em {
    padding-top: 7em;
  }
  .large-padding-bottom-7em {
    padding-bottom: 7em;
  }
  .large-padding-left-7em {
    padding-left: 7em;
  }
  .large-padding-right-7em {
    padding-right: 7em;
  }
  .large-margin-top-7em {
    margin-top: 7em;
  }
  .large-margin-bottom-7em {
    margin-bottom: 7em;
  }
  .large-padding-top-7emimp {
    padding-top: 7em !important;
  }
  .large-padding-bottom-7emimp {
    padding-bottom: 7em !important;
  }
  .large-padding-left-7emimp {
    padding-left: 7em !important;
  }
  .large-padding-right-7emimp {
    padding-right: 7em !important;
  }
  .large-margin-top-7emimp {
    margin-top: 7em !important;
  }
  .large-margin-bottom-7emimp {
    margin-bottom: 7em !important;
  }
  .large-padding-top-80 {
    padding-top: 80px;
  }
  .large-padding-bottom-80 {
    padding-bottom: 80px;
  }
  .large-padding-left-80 {
    padding-left: 80px;
  }
  .large-padding-right-80 {
    padding-right: 80px;
  }
  .large-margin-top-80 {
    margin-top: 80px;
  }
  .large-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .large-margin-left-80 {
    margin-left: 80px;
  }
  .large-margin-right-80 {
    margin-right: 80px;
  }
  .large-margin-left-80imp {
    margin-left: 80px !important;
  }
  .large-margin-right-80imp {
    margin-right: 80px !important;
  }
  .large-padding-top-8em {
    padding-top: 8em;
  }
  .large-padding-bottom-8em {
    padding-bottom: 8em;
  }
  .large-padding-left-8em {
    padding-left: 8em;
  }
  .large-padding-right-8em {
    padding-right: 8em;
  }
  .large-margin-top-8em {
    margin-top: 8em;
  }
  .large-margin-bottom-8em {
    margin-bottom: 8em;
  }
  .large-padding-top-8emimp {
    padding-top: 8em !important;
  }
  .large-padding-bottom-8emimp {
    padding-bottom: 8em !important;
  }
  .large-padding-left-8emimp {
    padding-left: 8em !important;
  }
  .large-padding-right-8emimp {
    padding-right: 8em !important;
  }
  .large-margin-top-8emimp {
    margin-top: 8em !important;
  }
  .large-margin-bottom-8emimp {
    margin-bottom: 8em !important;
  }
  .large-padding-top-90 {
    padding-top: 90px;
  }
  .large-padding-bottom-90 {
    padding-bottom: 90px;
  }
  .large-padding-left-90 {
    padding-left: 90px;
  }
  .large-padding-right-90 {
    padding-right: 90px;
  }
  .large-margin-top-90 {
    margin-top: 90px;
  }
  .large-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .large-margin-left-90 {
    margin-left: 90px;
  }
  .large-margin-right-90 {
    margin-right: 90px;
  }
  .large-margin-left-90imp {
    margin-left: 90px !important;
  }
  .large-margin-right-90imp {
    margin-right: 90px !important;
  }
  .large-padding-top-9em {
    padding-top: 9em;
  }
  .large-padding-bottom-9em {
    padding-bottom: 9em;
  }
  .large-padding-left-9em {
    padding-left: 9em;
  }
  .large-padding-right-9em {
    padding-right: 9em;
  }
  .large-margin-top-9em {
    margin-top: 9em;
  }
  .large-margin-bottom-9em {
    margin-bottom: 9em;
  }
  .large-padding-top-9emimp {
    padding-top: 9em !important;
  }
  .large-padding-bottom-9emimp {
    padding-bottom: 9em !important;
  }
  .large-padding-left-9emimp {
    padding-left: 9em !important;
  }
  .large-padding-right-9emimp {
    padding-right: 9em !important;
  }
  .large-margin-top-9emimp {
    margin-top: 9em !important;
  }
  .large-margin-bottom-9emimp {
    margin-bottom: 9em !important;
  }
  .large-padding-top-100 {
    padding-top: 100px;
  }
  .large-padding-bottom-100 {
    padding-bottom: 100px;
  }
  .large-padding-left-100 {
    padding-left: 100px;
  }
  .large-padding-right-100 {
    padding-right: 100px;
  }
  .large-margin-top-100 {
    margin-top: 100px;
  }
  .large-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .large-margin-left-100 {
    margin-left: 100px;
  }
  .large-margin-right-100 {
    margin-right: 100px;
  }
  .large-margin-left-100imp {
    margin-left: 100px !important;
  }
  .large-margin-right-100imp {
    margin-right: 100px !important;
  }
  .large-padding-top-10em {
    padding-top: 10em;
  }
  .large-padding-bottom-10em {
    padding-bottom: 10em;
  }
  .large-padding-left-10em {
    padding-left: 10em;
  }
  .large-padding-right-10em {
    padding-right: 10em;
  }
  .large-margin-top-10em {
    margin-top: 10em;
  }
  .large-margin-bottom-10em {
    margin-bottom: 10em;
  }
  .large-padding-top-10emimp {
    padding-top: 10em !important;
  }
  .large-padding-bottom-10emimp {
    padding-bottom: 10em !important;
  }
  .large-padding-left-10emimp {
    padding-left: 10em !important;
  }
  .large-padding-right-10emimp {
    padding-right: 10em !important;
  }
  .large-margin-top-10emimp {
    margin-top: 10em !important;
  }
  .large-margin-bottom-10emimp {
    margin-bottom: 10em !important;
  }
}
/* .rotate_plus5  -> .rotate_plus25   -> rotate per 5 degrees */
/* .rotate_minus5 -> .rotate_minus25  -> rotate per 5 degrees */
.rotate_plus5 {
  transform: rotate(5deg);
}

.rotate_minus5 {
  transform: rotate(-5deg);
}

.rotate_plus10 {
  transform: rotate(10deg);
}

.rotate_minus10 {
  transform: rotate(-10deg);
}

.rotate_plus15 {
  transform: rotate(15deg);
}

.rotate_minus15 {
  transform: rotate(-15deg);
}

.rotate_plus20 {
  transform: rotate(20deg);
}

.rotate_minus20 {
  transform: rotate(-20deg);
}

.rotate_plus25 {
  transform: rotate(25deg);
}

.rotate_minus25 {
  transform: rotate(-25deg);
}

/* .letter-space-0_01   -> letter space in em */
.letter-space-0_01 {
  letter-spacing: 0.01em;
}

.letter-space-0_02 {
  letter-spacing: 0.02em;
}

.letter-space-0_03 {
  letter-spacing: 0.03em;
}

.letter-space-0_04 {
  letter-spacing: 0.04em;
}

.letter-space-0_05 {
  letter-spacing: 0.05em;
}

.letter-space-0_06 {
  letter-spacing: 0.06em;
}

.letter-space-0_07 {
  letter-spacing: 0.07em;
}

.letter-space-0_08 {
  letter-spacing: 0.08em;
}

.letter-space-0_09 {
  letter-spacing: 0.09em;
}

.letter-space-0_10 {
  letter-spacing: 0.1em;
}

/* General font weight classes - numeric */
.f-weight-light {
  font-weight: 300;
}

.f-weight-normal {
  font-weight: 400;
}

.f-weight-semibold {
  font-weight: 600;
}

.f-weight-bold {
  font-weight: 700;
}

.f-weight-extrabold {
  font-weight: 900;
}

/* .rotate_minus5   -> rotate per 5 degrees */
@media print, screen and (min-width: 64em) {
  .l-max-height-200 {
    max-height: 200px;
  }
  .l-max-height-250 {
    max-height: 250px;
  }
  .l-max-height-300 {
    max-height: 300px;
  }
  .l-max-height-350 {
    max-height: 350px;
  }
  .l-max-height-400 {
    max-height: 400px;
  }
  .l-max-height-450 {
    max-height: 450px;
  }
  .l-max-height-500 {
    max-height: 500px;
  }
  .l-max-height-550 {
    max-height: 550px;
  }
  .l-max-height-600 {
    max-height: 600px;
  }
  .l-max-height-650 {
    max-height: 650px;
  }
  .l-max-height-700 {
    max-height: 700px;
  }
  .l-height-30 {
    height: 30vw;
  }
  .l-height-40 {
    height: 40vw;
  }
  .l-height-50 {
    height: 50vw;
  }
  .l-height-60 {
    height: 60vw;
  }
  .l-height-70 {
    height: 70vw;
  }
  .l-height-80 {
    height: 80vw;
  }
}
.blk-dyn-main-container.grid-width.grid-container-inner {
  max-width: 1040px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.blk-dyn-main-container.grid-width.grid-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*@include breakpoint(large) {
    .blk-dyn-main-container.layout-left-inner {
        padding-left: 210px;
    }
    .blk-dyn-main-container.layout-right-inner {
        padding-right: 130px;
    }
}*/
body {
  overflow-x: hidden;
}

/* General font weight classes - numeric */
.f-weight-thin {
  font-weight: 100;
}

.f-weight-light {
  font-weight: 300;
}

.f-weight-normal {
  font-weight: 400;
}

.f-weight-medium {
  font-weight: 500;
}

.f-weight-semibold {
  font-weight: 600;
}

.f-weight-bold {
  font-weight: 700;
}

.f-weight-extrabold, .weight-extrabold {
  font-weight: 800;
}

.f-weight-black {
  font-weight: 900;
}

.txt-color-primary {
  color: #3D413E;
}

.txt-color-secondary {
  color: #14622E;
}

.txt-color-third {
  color: #FAFAFA;
}

.txt-color-tertiary {
  color: #98C23C;
}

.txt-color-fourth {
  color: #f5f5f5;
}

.txt-color-fifth {
  color: #b2b0b0;
}

.txt-color-sixth {
  color: #898282;
}

.txt-color-seventh {
  color: #DEDEDE;
}

.txt-color-eleven {
  color: #A0A0A0;
}

.txt-color-success {
  color: #3adb76;
}

.txt-color-warning {
  color: #ffae00;
}

.txt-color-alert {
  color: #cc4b37;
}

.a-color-primary a {
  color: #3D413E;
}

.a-color-secondary a {
  color: #14622E;
}

.a-color-third a {
  color: #FAFAFA;
}

.a-color-tertiary a {
  color: #98C23C;
}

.a-color-fourth a {
  color: #f5f5f5;
}

.a-color-fifth a {
  color: #b2b0b0;
}

.a-color-sixth a {
  color: #898282;
}

.a-color-seventh a {
  color: #DEDEDE;
}

.a-color-eleven a {
  color: #A0A0A0;
}

.a-color-success a {
  color: #3adb76;
}

.a-color-warning a {
  color: #ffae00;
}

.a-color-alert a {
  color: #cc4b37;
}

.bg-color-primary {
  background-color: #3D413E;
}

.bg-color-secondary {
  background-color: #14622E;
}

.bg-color-third {
  background-color: #FAFAFA;
}

.bg-color-tertiary {
  background-color: #98C23C;
}

.bg-color-fourth {
  background-color: #f5f5f5;
}

.bg-color-fifth {
  background-color: #b2b0b0;
}

.bg-color-sixth {
  background-color: #898282;
}

.bg-color-sixteenth {
  background-color: #FDBA1E;
}

.bg-color-eleventh {
  background-color: #A0A0A0;
}

.bg-color-seventeenth {
  background-color: #DD1376;
}

.bg-color-eighteenth {
  background-color: #076DAD;
}

.bg-color-nineteenth {
  background-color: #98C23C;
}

.bg-card-section-primary .card-section {
  background-color: #3D413E;
}

.bg-card-section-secondary .card-section {
  background-color: #14622E;
}

.bg-card-section-third .card-section {
  background-color: #FAFAFA;
}

.bg-card-section-tertiary .card-section {
  background-color: #98C23C;
}

.bg-card-section-fourth .card-section {
  background-color: #f5f5f5;
}

.bg-card-section-fifth .card-section {
  background-color: #b2b0b0;
}

.bg-card-section-sixth .card-section {
  background-color: #898282;
}

.bg-card-section-sixteenth .card-section {
  background-color: #FDBA1E;
}

.bg-card-section-eleventh .card-section {
  background-color: #A0A0A0;
}

.bg-card-section-seventeenth .card-section {
  background-color: #DD1376;
}

.bg-card-section-eighteenth .card-section {
  background-color: #076DAD;
}

.bg-card-section-nineteenth .card-section {
  background-color: #98C23C;
}

.bg-color-success {
  background-color: #3adb76;
}

.bg-color-warning {
  background-color: #ffae00;
}

.bg-color-alert {
  background-color: #cc4b37;
}

section.overflow-bg-primary,
section.overflow-bg-secondary,
section.overflow-bg-tertiary,
section.overflow-bg-fourth,
section.overflow-bg-fifth,
section.overflow-bg-sixth,
section.overflow-bg-sixteenth,
section.overflow-bg-eleventh,
section.overflow-bg-seventeenth,
section.overflow-bg-eighteenth,
section.overflow-bg-nineteenth {
  position: relative;
}

section.overflow-bg-primary:before,
section.overflow-bg-secondary:before,
section.overflow-bg-tertiary:before,
section.overflow-bg-fourth:before,
section.overflow-bg-fifth:before,
section.overflow-bg-sixth:before,
section.overflow-bg-sixteenth:before,
section.overflow-bg-eleventh:before,
section.overflow-bg-seventeenth:before,
section.overflow-bg-eighteenth:before,
section.overflow-bg-nineteenth:before {
  z-index: -1;
  content: " ";
  position: absolute;
  left: -2000px;
  right: -2000px;
  top: 0;
  height: 100%;
}

section.overflow-bg-primary:before {
  background-color: #3D413E;
}

section.overflow-bg-secondary:before {
  background-color: #14622E;
}

section.overflow-bg-tertiary:before {
  background-color: #98C23C;
}

section.overflow-bg-fourth:before {
  background-color: #f5f5f5;
}

section.overflow-bg-fifth:before {
  background-color: #b2b0b0;
}

section.overflow-bg-sixth:before {
  background-color: #898282;
}

section.overflow-bg-sixteenth:before {
  background-color: #FDBA1E;
}

section.overflow-bg-eleventh:before {
  background-color: #A0A0A0;
}

section.overflow-bg-seventeenth:before {
  background-color: #DD1376;
}

section.overflow-bg-eighteenth:before {
  background-color: #076DAD;
}

section.overflow-bg-nineteenth:before {
  background-color: #98C23C;
}

.fnt-primary {
  font-family: "Times,Helvetica,Roboto,Arial,sans-serif";
}

.fnt-secondary {
  font-family: "Ubuntu";
}

/*Line heights - em*/
.lin-hei-0_4 {
  line-height: 0.4em;
}

.lin-hei-0_5 {
  line-height: 0.5em;
}

.lin-hei-0_6 {
  line-height: 0.6em;
}

.lin-hei-0_7 {
  line-height: 0.7em;
}

.lin-hei-0_8 {
  line-height: 0.8em;
}

.lin-hei-0_9 {
  line-height: 0.9em;
}

.lin-hei-1_0 {
  line-height: 1em;
}

.lin-hei-1_1 {
  line-height: 1.1em;
}

.lin-hei-1_2 {
  line-height: 1.2em;
}

.lin-hei-1_3 {
  line-height: 1.3em;
}

.lin-hei-1_4 {
  line-height: 1.4em;
}

.lin-hei-1_5 {
  line-height: 1.5em;
}

.lin-hei-1_6 {
  line-height: 1.6em;
}

.lin-hei-1_7 {
  line-height: 1.7em;
}

.lin-hei-1_8 {
  line-height: 1.8em;
}

.lin-hei-1_9 {
  line-height: 1.9em;
}

.lin-hei-2_0 {
  line-height: 2em;
}

/*Line heights - em*/
.span-lin-hei-0_4 {
  line-height: 0.4em;
}

.span-lin-hei-0_5 {
  line-height: 0.5em;
}

.span-lin-hei-0_6 {
  line-height: 0.6em;
}

.span-lin-hei-0_7 {
  line-height: 0.7em;
}

.span-lin-hei-0_8 {
  line-height: 0.8em;
}

.span-lin-hei-0_9 {
  line-height: 0.9em;
}

.span-lin-hei-1_0 {
  line-height: 1em;
}

.span-lin-hei-1_1 {
  line-height: 1.1em;
}

.span-lin-hei-1_2 {
  line-height: 1.2em;
}

.span-lin-hei-1_3 {
  line-height: 1.3em;
}

.span-lin-hei-1_4 {
  line-height: 1.4em;
}

.span-lin-hei-1_5 {
  line-height: 1.5em;
}

.span-lin-hei-1_6 {
  line-height: 1.6em;
}

.span-lin-hei-1_7 {
  line-height: 1.7em;
}

.span-lin-hei-1_8 {
  line-height: 1.8em;
}

.span-lin-hei-1_9 {
  line-height: 1.9em;
}

.span-lin-hei-2_0 {
  line-height: 2em;
}

div._more_info {
  background: #efebe6;
  padding: 1px 35px 20px;
  border-left: 6px solid #a60d1f;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul._arrow {
  list-style: none;
}
ul._arrow li {
  color: #3D413E;
  list-style: none;
  margin-bottom: 20px;
}
ul._arrow li:before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  margin-left: -1em;
  width: 1em;
}

ul._more_info {
  background: #efebe6;
  padding: 1px 35px 20px;
  border-left: 6px solid #a60d1f;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
  list-style: none;
}

a._arrow {
  color: #14622E;
  font-size: 14px;
  font-weight: bold;
}
a._arrow:hover, a._arrow:focus {
  color: #3D413E;
}
a._arrow:after {
  font-family: "Fontawesome";
  font-size: 14px;
  content: "\f061";
  margin-left: 10px;
}

/*h1,h2,h3,h4 {*/
/*text-transform: uppercase;*/
/*}*/
.txt-transform-none {
  text-transform: none;
}

.txt-transform-uppercase {
  text-transform: uppercase;
}

.txt-transform-lowercase {
  text-transform: lowercase;
}

.txt-transform-capitalize {
  text-transform: capitalize;
}

h1._inline-block, h2._inline-block, h3._inline-block, h4._inline-block, h5._inline-block, h6._inline-block {
  display: inline-block;
}

h1 {
  /*line-height: 1.2em;*/
  /*font-weight: bold;*/
}
h1._bg_gray {
  padding: 1rem;
  color: #fefefe;
  background-color: #ffae00;
}

h2 {
  /*line-height: 30px;*/
  /*margin-top: 35px;*/
  /*margin-bottom: 15px;*/
}

h3 {
  /*font-family: $body-font-family;*/
  /*color: get-color(primary);*/
  /*line-height: 30px;*/
  /*margin-top: 35px;*/
  /*margin-bottom: 15px;*/
}

h4 {
  /*font-family: $body-font-family;*/
  /*color: get-color(primary);*/
  /*font-weight: bold;*/
  /*line-height: 28px;*/
  /*margin-top: 35px;*/
  /*margin-bottom: 15px;*/
}

h5 {
  /*font-family: $body-font-family;*/
  /*font-weight: bold;*/
  /*line-height: 20px;*/
  /*margin-bottom: 30px;*/
  /*text-transform: uppercase;*/
}

h6 {
  /*font-family: $body-font-family;*/
  /*color: get-color(primary);*/
  /*font-weight: bold;*/
  /*line-height: 20px;*/
  /*margin-bottom: 30px;*/
  /*text-transform: uppercase;*/
}

blockquote {
  /*font-family: get-font(primary);*/
  /*    font-size: 22px;
      font-weight: regular;
      font-style: italic;
      color: get-color(primary); */
  /*    line-height:26px;*/
  margin-bottom: 30px;
  text-transform: none;
  border-left: 1px solid #14622E;
  margin-left: 10px;
  padding-left: 20px;
}

/*FORMS*/
/*form {

}*/
/*CALLOUT*/
.callout.alert {
  background-color: #cc4b37;
}
.callout.alert p, .callout.alert h1, .callout.alert h2, .callout.alert h3, .callout.alert h4, .callout.alert h5, .callout.alert h6, .callout.alert li, .callout.alert a {
  color: #fefefe;
}

a.button {
  border-radius: 2em;
}

/*body.home {*/
header .disable-stick-fixed-top, header .stick-fixed-top {
  transition: background 0.7s ease-in-out;
  background: rgba(255, 255, 255, 0.3);
}
header .sticky.sticky-topbar.is-at-top.is-stuck .disable-stick-fixed-top, header .sticky.sticky-topbar.is-at-top.is-stuck .stick-fixed-top {
  background: rgba(255, 255, 255, 0.7);
}
header .sticky.sticky-topbar.is-at-top.is-stuck .header_menu_side_btn a {
  transition: all 0.7s ease-in-out;
  font-size: 12px !important;
  padding-bottom: 0.5em !important;
  padding-top: 0.5em !important;
}
header .sticky.sticky-topbar.is-at-top.is-stuck .menu-group-main .responsive-large-menu .logo {
  transition: all 0.7s ease-in-out;
  max-width: 240px !important;
}
header a.active {
  background: transparent !important;
  color: #14622E !important;
}

/*}*/
header {
  /*    .title-bar {
          .main-row {
              width: 100%;
              .logo {
                  display: inline-block;
                  max-width: 130px;
              }
          }
      }*/
  /* search block - 111 */
  /* header-top menu - 222 */
  /* main large and small menus - 3333 */
}
header .is-dropdown-submenu-parent > .is-dropdown-submenu {
  background: #FFFFFF;
}
header .stick-fixed-top {
  position: fixed;
  top: 0;
  width: 100vw;
}
header .top-bar, header .top-bar ul {
  background: transparent;
}
header .sticky.sticky-topbar.is-at-top.is-stuck .site-title {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
header a.button {
  background: #3D413E !important;
}
header a.button:hover {
  background: #343735 !important;
}
header.menu_top {
  z-index: 100000;
}
header.off-canvas.is-transition-overlap {
  z-index: 200;
}
header .container-drilldown {
  max-height: 70vh;
  overflow: scroll;
}
header .search-container {
  background: #000000;
}
header .menu-group-top {
  position: relative;
  /*background: get-color(mn_secondary);*/
  background: transparent;
  /*        font-size: 0.8rem;*/
}
header .menu-group-top .top-bar {
  background: transparent;
}
header .menu-group-top .top-bar ul {
  /*background: transparent;*/
  background: transparent;
}
header .menu-group-top .submenu {
  background-color: #14622E;
}
header .menu-group-top .close-button {
  font-size: inherit;
  color: #FFFFFF;
  background: transparent;
}
header .menu-group-top a {
  color: #494848;
}
header .menu-group-top a:hover, header .menu-group-top a:focus {
  color: #bfbfbf;
}
@media print, screen and (min-width: 64em) {
  header .menu-group-top {
    position: absolute;
    width: 100%;
    top: 0;
  }
  header .menu-group-top > .grid-container {
    /*width: 100%;*/
    padding-left: 320px;
    padding-right: 141px;
    /*max-width: calc(100% - 141px);*/
  }
}
header .menu-group-main {
  /*background: get-color(white);*/
  background: transparent;
  /* large menu */
  /* small menu */
  /* small menu */
}
header .menu-group-main .responsive-large-menu .logo {
  text-align: center;
  max-width: 280px;
}
header .menu-group-main .responsive-large-menu .logo a {
  padding: 0;
  display: block;
  width: 100%;
}
header .menu-group-main .responsive-large-menu .logo .site-title {
  display: none !important;
  width: 100%;
  max-height: 100px;
  transition: max-height 1s ease-out;
  overflow: hidden;
}
header .menu-group-main .responsive-large-menu .logo .site-title span {
  color: #3D413E;
}
@media print, screen and (min-width: 40em) {
  header .menu-group-main {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  }
}
header .menu-group-main .main-menu * {
  font-weight: 700;
}
header .menu-group-main .main-menu * {
  font-size: 16px;
}
@media print, screen and (min-width: 64em) {
  header .menu-group-main .container-left {
    max-width: 320px;
  }
  header .menu-group-main .main-menu * {
    font-size: 16px;
  }
}
@media screen and (min-width: 75em) {
  header .menu-group-main .container-left {
    max-width: 320px;
  }
  header .menu-group-main .main-menu * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1333px) {
  header .menu-group-main .container-left {
    max-width: 200px;
  }
  header .menu-group-main .main-menu * {
    font-size: 16px;
  }
}
header .language-selector {
  /*margin-right: 24px; //calc(24px + 16px);*/
  margin-right: 85px;
}
header .language-selector a, header .language-selector span {
  color: #494848;
}
header .language-selector a {
  text-transform: uppercase;
  position: relative;
}
header .language-selector a:after {
  content: " ";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  width: 1px;
  height: 1em;
  background: #494848;
}
header .language-selector li:last-child a:after {
  display: none;
}
header .language-selector * {
  font-weight: 700;
}
header .language-selector .active > a, header .language-selector .is-active > a {
  color: #494848;
  text-decoration: underline;
  background: transparent;
}
header .language-selector * {
  font-size: 14px;
}
@media print, screen and (min-width: 64em) {
  header .language-selector * {
    font-size: 14px;
  }
}
@media screen and (min-width: 75em) {
  header .language-selector * {
    font-size: 14px;
  }
}
header .language-selector li {
  background: transparent;
}
header .is-dropdown-submenu.js-dropdown-active {
  animation-direction: normal;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-name: fade-0-to-1;
}
@keyframes fade-0-to-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (max-width: 39.99875em) {
  header .stick-fixed-top {
    position: initial;
    top: initial;
    width: auto;
  }
  header .menu-group-main .main-row {
    width: 100%;
  }
  header .menu-group-main .title-bar .logo img {
    max-width: 30vw;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  header .stick-fixed-top {
    position: initial;
    top: initial;
    width: auto;
  }
  header .menu-group-main .main-row {
    width: 100%;
  }
  header .menu-group-main .title-bar .logo img {
    max-width: 175px;
  }
}

.off-canvas.is-transition-overlap {
  z-index: 100000;
}

.sticky.sticky-topbar {
  /*background-color: get-color(secondary);*/
}

header.menu_top .search-container {
  display: none;
}
header.menu_top .search-container .search-bar {
  /*display: none;*/
  max-width: 1300px;
  margin: auto;
  display: flex;
  /*background: transparent;*/
  padding-left: 20px;
  padding-right: 20px;
}
header.menu_top .search-container .search-bar .cell {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.menu_top .search-container .search-bar span {
  font-size: 1rem;
}
header.menu_top .search-container .search-bar button {
  font-size: 1rem;
  /*color: get-color(white);*/
  background: transparent;
  margin-bottom: 0;
}
header.menu_top .search-container .search-bar input {
  color: #FFFFFF;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
  width: 85%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
header.menu_top.search-bar-open .search-conatainer {
  /*background: tranparent;*/
}

footer {
  padding-top: 58px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(61, 65, 62, 0.3);
}
footer > .grid-container {
  padding-left: 40px;
  padding-right: 40px;
}
footer .menu.menu-copyright dd {
  font-size: 18px;
  color: #707070;
  margin-right: 10px;
}
@media print, screen and (max-width: 39.99875em) {
  footer .menu.menu-copyright {
    justify-content: center;
  }
  footer .menu.menu-copyright dd {
    margin-bottom: 15px;
  }
}
footer .menu.menu-columns > dd:first-child a {
  padding-left: 0;
}
footer .menu.menu-columns > dd {
  margin-right: 45px;
}
footer .menu.menu-columns > dd a, footer .menu.menu-columns > dd span, footer .menu.menu-columns > dd label {
  color: #494848;
}
footer .menu.menu-columns > dd:last-child {
  margin-right: 0;
}
footer [class^=icon-] {
  padding: 0;
}
footer .side-center a {
  font-size: 16px;
}
@media print, screen and (max-width: 39.99875em) {
  footer .side-right {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .side-right dl {
    justify-content: center;
  }
  footer .side-right .logo-la-salle {
    max-width: 200px !important;
  }
}
footer .line-layer {
  position: relative;
  padding-right: 10px;
}
footer .line-layer img {
  position: absolute;
  bottom: -12px;
  right: 0;
  margin-top: -10px;
  transform: translateX(100%);
  max-width: 186px;
}

section.shop-steps img.logo {
  max-height: 30px;
}
section.shop-product-categories .slideshow .item a img {
  margin: auto;
}
section.shop-product-info .cta-button a {
  display: inline-block;
}
section img.logo {
  height: 3.2rem;
}

.eshop_steps #summary .shop_checkout_button_area_xpress {
  display: none;
}

.jcms-popup-cookies-policy {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
}
.jcms-popup-cookies-policy.bottom {
  position: fixed;
  top: auto;
  bottom: 0;
  border-top: 1px solid #14622E;
  padding: 13px 0;
}
.jcms-popup-cookies-policy a {
  color: #14622E;
  text-decoration: underline;
}
.jcms-popup-cookies-policy p {
  color: #14622E;
  font-size: 10px;
  padding: 10px 0;
}
.jcms-popup-cookies-policy .grid-x {
  padding: 0 30px;
  max-width: 100%;
  min-width: 100%;
  padding: 0 20px;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
}
.jcms-popup-cookies-policy .grid-x .cell:nth-child(1) {
  text-align: right;
  /*display: flex;*/
  width: calc(100% - 200px);
}
.jcms-popup-cookies-policy .grid-x .cell:nth-child(2) {
  width: 80px;
  align-self: center;
}
.jcms-popup-cookies-policy .grid-x .cell:nth-child(3) {
  width: 120px;
  align-self: center;
}
.jcms-popup-cookies-policy .grid-x p {
  text-align: center;
  margin: 0;
  line-height: 1.1em;
  font-size: 10px;
}
.jcms-popup-cookies-policy .grid-x button {
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .jcms-popup-cookies-policy .grid-x {
    display: block;
    padding: 5px 5px;
  }
  .jcms-popup-cookies-policy .grid-x .cell:nth-child(1) {
    text-align: right;
    /*display: flex;*/
    width: calc(100% - 85px);
    float: left;
  }
  .jcms-popup-cookies-policy .grid-x .cell:nth-child(2) {
    width: 80px;
    display: inline-block;
  }
  .jcms-popup-cookies-policy .grid-x .cell:nth-child(3) {
    width: 80px;
    display: inline-block;
  }
  .jcms-popup-cookies-policy .grid-x button {
    font-size: 12px;
    padding: 4px 3px;
    margin: 5px 0;
    width: 75px;
  }
}
.jcms-popup-cookies-policy .cell {
  text-align: right;
  display: flex;
}
.jcms-popup-cookies-policy .button {
  padding: 8px 13px;
  font-size: 12px;
}

.layered-href {
  position: relative;
}
.layered-href .layer-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cards > .article {
  margin: auto;
}

.anycontent-groups nav .breadcrumbs,
.anycontent-items nav .breadcrumbs {
  margin-top: 1rem;
}
.anycontent-groups .card,
.anycontent-items .card {
  border: #707070 1px solid;
  transition: all 0.3s ease-in-out;
}
.anycontent-groups .card:hover,
.anycontent-items .card:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -khtml-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -moz-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -ms-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -o-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
}
.anycontent-groups .card .header,
.anycontent-items .card .header {
  display: none;
}
.anycontent-groups .card .image,
.anycontent-items .card .image {
  position: relative;
}
.anycontent-groups .card .image .date,
.anycontent-items .card .image .date {
  display: none;
}
.anycontent-groups .card .card-section,
.anycontent-items .card .card-section {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #898282;
  padding: 20px 30px 23px 30px;
}
.anycontent-groups .card .card-section .date,
.anycontent-items .card .card-section .date {
  color: #898282;
  margin-bottom: 0.7em;
  padding: 0;
  border: none;
}
.anycontent-groups .card .card-section .title *,
.anycontent-items .card .card-section .title * {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 700;
}
.anycontent-groups .card .card-section .sample_text *,
.anycontent-items .card .card-section .sample_text * {
  font-size: 1rem;
  line-height: 1.2em;
}
.anycontent-groups .card .card-section .helper_text *,
.anycontent-items .card .card-section .helper_text * {
  font-size: 1rem;
  line-height: 1.2em;
}
.anycontent-groups .card .card-section .link.more,
.anycontent-items .card .card-section .link.more {
  /*                flex-grow: 100;
                  display: flex;
                  align-items: flex-end;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anycontent-groups .card .card-section .link.more a,
.anycontent-items .card .card-section .link.more a {
  color: transparent;
  position: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
}
.anycontent-groups .card.video-type-1 .video-thumbnail-container .video-yt-container,
.anycontent-items .card.video-type-1 .video-thumbnail-container .video-yt-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56%;
  height: 0;
}
.anycontent-groups .card.video-type-1 .video-thumbnail-container .video-yt-container .thumb,
.anycontent-items .card.video-type-1 .video-thumbnail-container .video-yt-container .thumb {
  height: initial;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.anycontent-groups form,
.anycontent-items form {
  padding-top: 40px;
}
.anycontent-groups form button,
.anycontent-items form button {
  font-size: 28px;
  border-radius: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 3em;
  padding-right: 3em;
}

.anycontent-item nav .breadcrumbs {
  margin-top: 1rem;
}
.anycontent-item .header {
  position: relative;
}
.anycontent-item .header .layered {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  z-index: 100;
}
.anycontent-item .header .layered > div {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
.anycontent-item .header .date {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.05rem 0.4rem;
  font-size: 0.8rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
}
.anycontent-item .header .image {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .anycontent-item.video-type- .image {
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .anycontent-item.video-type- .image img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.anycontent-item.video-type-1.promote-video .video-thumbnail-container .video-yt-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56%;
  height: 0;
}
.anycontent-item.video-type-1.promote-video .video-thumbnail-container .video-yt-container .thumb {
  width: 100%;
  height: initial;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.anycontent-item.video-type-1.promote-video .video-thumbnail-container .video-yt-container .thumb img {
  width: 100%;
}
.anycontent-item.video-type-1.promote-video .video-thumbnail-container [data-virtual-form] .link-button img {
  width: 80px;
}
.anycontent-item .owner-info img {
  border-radius: inherit;
}

section.block_cards .image {
  position: relative;
}
section.block_cards .image .date {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  width: 100%;
  padding: 0 0.5em;
}

.grid-x.box-text-image {
  padding-left: 15px;
  padding-right: 15px;
}
.grid-x.box-text-image .cell:nth-child(1) {
  /*padding-left: 156px;*/
  /*padding-right: 128px;*/
}
.grid-x.box-text-image .cell:nth-child(2) img {
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .grid-x.box-text-image .cell {
    width: 100%;
  }
  .grid-x.box-text-image .cell:nth-child(2) {
    order: 1;
  }
  .grid-x.box-text-image .cell:nth-child(1) {
    order: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x.box-text-image .cell:nth-child(1) {
    padding-right: 40px;
  }
  .grid-x.box-text-image .cell:nth-child(2) {
    padding-left: 50px;
  }
}

.grid-x.box-image-text {
  padding-left: 15px;
  padding-right: 15px;
}
.grid-x.box-image-text .cell:nth-child(1) img {
  width: 100%;
}
.grid-x.box-image-text .cell:nth-child(2) {
  /*        padding-left: 128px;
          padding-right: 156px;*/
}
@media print, screen and (max-width: 63.99875em) {
  .grid-x.box-image-text .cell {
    width: 100%;
  }
  .grid-x.box-image-text .cell:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x.box-image-text .cell:nth-child(1) {
    padding-right: 50px;
  }
  .grid-x.box-image-text .cell:nth-child(2) {
    padding-left: 40px;
  }
}

.block_gmaps {
  position: relative;
  overflow: hidden;
}
.block_gmaps main {
  position: relative;
}
.block_gmaps [data-jcms-map] {
  margin: auto;
  width: 786px;
  padding-top: 32%;
  margin-top: 20%;
  margin-bottom: 4%;
  height: 0;
  border: 4px solid rgba(188, 88, 88, 0.4);
}
.block_gmaps .footer {
  position: relative;
  z-index: 10;
  margin-bottom: 9%;
}
.block_gmaps .footer .title {
  margin-bottom: 0.5em;
  color: #FFFFFF;
}
.block_gmaps .footer .paragraph {
  font-size: 14px;
  font-weight: 300;
  color: #d2d2d2;
}
.block_gmaps .sect-title-diffheights {
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  margin-top: -5.5%;
  margin-left: -1%;
}
@media print, screen and (max-width: 63.99875em) {
  .block_gmaps .sect-title-diffheights {
    margin-left: 0;
  }
}
.block_gmaps .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block_gmaps .bg img {
  width: 100vw;
  min-width: 100vw;
  height: auto;
}
.block_gmaps .jcms-info-window.info_custom h1, .block_gmaps .jcms-info-window.info_custom h2, .block_gmaps .jcms-info-window.info_custom h3 {
  font-size: 17px;
}
.block_gmaps .jcms-info-window.info_custom h4, .block_gmaps .jcms-info-window.info_custom h5, .block_gmaps .jcms-info-window.info_custom h6 {
  font-size: 15px;
}
@media print, screen and (max-width: 63.99875em) {
  .block_gmaps {
    background: #14622E;
  }
  .block_gmaps [data-jcms-map] {
    position: relative;
    padding-top: 75%;
    width: 100vw;
    border: none;
    margin-top: 2em;
  }
  .block_gmaps .sect-title-diffheights {
    margin-top: 1em;
    position: relative;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .block_gmaps .sect-title-diffheights * {
    font-size: 20px;
  }
  .block_gmaps .main {
    padding-left: 0;
    padding-right: 0;
  }
  .block_gmaps .bg {
    position: absolute;
    top: 0;
    transform: none;
    background: #327a43;
    width: 100vw;
    height: 100%;
    left: 0;
    background: transparent;
  }
  .block_gmaps .bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .block_gmaps .footer {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    background: transparent;
  }
}

.block_gmaps_grid {
  position: relative;
  padding-bottom: 120px;
}
.block_gmaps_grid main {
  position: relative;
}
.block_gmaps_grid .cell.map-container {
  width: 70%;
  padding-right: 3px;
}
.block_gmaps_grid .cell.map-container [data-jcms-map] {
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 85%;
  border: 4px solid rgba(188, 88, 88, 0.4);
}
.block_gmaps_grid .cell.information {
  width: 30%;
  padding-left: 30px;
}
.block_gmaps_grid .footer {
  position: relative;
  z-index: 10;
  /*margin-bottom: 9%;*/
}
.block_gmaps_grid .footer .title {
  /*margin-bottom: 0.5em;*/
  /*color: get-color(white);*/
}
.block_gmaps_grid .footer .paragraph {
  /*font-size: 14px;*/
  /*font-weight: get-font-weight(light);*/
  /*color: get-color(white);*/
}
.block_gmaps_grid .sect-title-diffheights {
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  margin-top: -5.5%;
  margin-left: -1%;
}
@media print, screen and (max-width: 63.99875em) {
  .block_gmaps_grid .sect-title-diffheights {
    margin-left: 0;
  }
}
.block_gmaps_grid .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block_gmaps_grid .bg img {
  width: 100vw;
  min-width: 100vw;
  height: auto;
}
.block_gmaps_grid .jcms-info-window.info_custom h1, .block_gmaps_grid .jcms-info-window.info_custom h2, .block_gmaps_grid .jcms-info-window.info_custom h3 {
  font-size: 16px;
  color: #3D413E;
}
.block_gmaps_grid .jcms-info-window.info_custom h4, .block_gmaps_grid .jcms-info-window.info_custom h5, .block_gmaps_grid .jcms-info-window.info_custom h6 {
  font-size: 14px;
  color: #3D413E;
}
.block_gmaps_grid .jcms-info-window.info_custom p, .block_gmaps_grid .jcms-info-window.info_custom span, .block_gmaps_grid .jcms-info-window.info_custom a {
  color: #3D413E;
}
@media print, screen and (max-width: 63.99875em) {
  .block_gmaps_grid {
    background: #14622E;
  }
  .block_gmaps_grid [data-jcms-map] {
    position: relative;
    padding-top: 75%;
    width: 100vw;
    border: none;
    margin-top: 2em;
  }
  .block_gmaps_grid .sect-title-diffheights {
    margin-top: 1em;
    position: relative;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .block_gmaps_grid .sect-title-diffheights * {
    font-size: 20px;
  }
  .block_gmaps_grid .main {
    padding-left: 0;
    padding-right: 0;
  }
  .block_gmaps_grid .bg {
    position: absolute;
    top: 0;
    transform: none;
    background: #327a43;
    width: 100vw;
    height: 100%;
    left: 0;
    background: transparent;
  }
  .block_gmaps_grid .bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .block_gmaps_grid .footer {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    background: transparent;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .block_gmaps_grid .cell.map-container, .block_gmaps_grid .cell.information {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .block_gmaps_grid .cell.map-container {
    margin-bottom: 30px;
  }
  .block_gmaps_grid .cell.map-container [data-jcms-map] {
    border: none;
  }
  .block_gmaps_grid .cell.information > .grid-x > .cell {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 31, 2018, 10:51:46 PM
    Author     : kapsalis
*/
._share {
  size: 16px;
  font-weight: bold;
  font-color: #fefefe;
  text-align: center;
  font-size: 14;
  padding-right: 10px;
}

a._share {
  size: 16px;
  font-weight: bold;
  font-color: #fefefe;
  text-align: center;
  font-size: 0;
  padding-right: 10px;
}
a._share:after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: 14px;
  background: #cc4b37;
  color: #fefefe;
  width: 40px;
  padding: 7px 0;
}
a._share._facebook {
  background: transparent;
}
a._share._facebook:after {
  content: "\f09a";
}
a._share._facebook:hover:after, a._share._facebook:focus:after {
  background: #405993;
}
a._share._linkedin {
  background: transparent;
}
a._share._linkedin:after {
  content: "\f0e1";
}
a._share._linkedin:hover:after, a._share._linkedin:focus:after {
  background: #2f75af;
}
a._share._twitter {
  background: transparent;
}
a._share._twitter:after {
  content: "\f099";
}
a._share._twitter:hover:after, a._share._twitter:focus:after {
  background: #49aae7;
}

ul.menu._social {
  background: #cc4b37;
}
ul.menu._social li._label {
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  padding: 14px;
  color: #fefefe;
}
ul.menu._social li._label:hover, ul.menu._social li._label:focus {
  opacity: 1;
}
ul.menu._social li:hover, ul.menu._social li:focus {
  opacity: 0.7;
}
ul.menu._social li:hover ._share:after, ul.menu._social li:focus ._share:after {
  background: #cc4b37;
}
ul.menu._social a._share {
  padding: 7px 0;
}
ul.menu._social a._share:after {
  width: 45px;
  font-size: 21px;
  line-height: 24px;
}

form .grp-radio fieldset input[type=checkbox] + label:before,
form .grp-radio fieldset input[type=radio] + label:before,
form .grp-radio fieldset input[type=checkbox] + div.bVErrMsgContainer + label:before,
form .grp-radio fieldset input[type=radio] + div.bVErrMsgContainer + label:before {
  border-radius: 50%;
}
form .grp-radio fieldset input[type=checkbox]:checked + label:after,
form .grp-radio fieldset input[type=radio]:checked + label:after,
form .grp-radio fieldset input[type=checkbox]:checked + div.bVErrMsgContainer + label:after,
form .grp-radio fieldset input[type=radio]:checked + div.bVErrMsgContainer + label:after {
  border-radius: 50%;
}
form .grp-checkbox fieldset, form .grp-radio fieldset {
  padding: 0;
  position: relative;
  border: none;
  display: inline-block;
  margin-left: 1em;
}
@media print, screen and (max-width: 39.99875em) {
  form .grp-checkbox fieldset, form .grp-radio fieldset {
    padding-right: 0;
  }
}
form .grp-checkbox fieldset input[type=checkbox],
form .grp-checkbox fieldset input[type=radio], form .grp-radio fieldset input[type=checkbox],
form .grp-radio fieldset input[type=radio] {
  position: absolute;
  left: -9999px;
}
form .grp-checkbox fieldset label, form .grp-radio fieldset label {
  color: #3D413E;
  display: block !important;
  padding-left: 1em !important;
  width: 100%;
}
form .grp-checkbox fieldset label a, form .grp-radio fieldset label a {
  color: #14622E;
  text-decoration: underline;
}
form .grp-checkbox fieldset label small, form .grp-radio fieldset label small {
  display: block;
  color: black;
  margin: 0;
  position: absolute;
  bottom: 3px;
}
form .grp-checkbox fieldset input + label + button, form .grp-radio fieldset input + label + button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
form .grp-checkbox fieldset input[type=checkbox] + div.bVErrMsgContainer .bvalidator_errmsg,
form .grp-checkbox fieldset input[type=checkbox] + div.bVErrMsgContainer .bvalidator_bootstraprt_errmsg,
form .grp-checkbox fieldset input[type=radio] + div.bVErrMsgContainer .bvalidator_errmsg,
form .grp-checkbox fieldset input[type=radio] + div.bVErrMsgContainer .bvalidator_bootstraprt_errmsg, form .grp-radio fieldset input[type=checkbox] + div.bVErrMsgContainer .bvalidator_errmsg,
form .grp-radio fieldset input[type=checkbox] + div.bVErrMsgContainer .bvalidator_bootstraprt_errmsg,
form .grp-radio fieldset input[type=radio] + div.bVErrMsgContainer .bvalidator_errmsg,
form .grp-radio fieldset input[type=radio] + div.bVErrMsgContainer .bvalidator_bootstraprt_errmsg {
  margin-left: 9990px;
}
form .grp-checkbox fieldset input[type=checkbox] + label:after,
form .grp-checkbox fieldset input[type=radio] + label:after,
form .grp-checkbox fieldset input[type=checkbox] + div.bVErrMsgContainer + label:after,
form .grp-checkbox fieldset input[type=radio] + div.bVErrMsgContainer + label:after, form .grp-radio fieldset input[type=checkbox] + label:after,
form .grp-radio fieldset input[type=radio] + label:after,
form .grp-radio fieldset input[type=checkbox] + div.bVErrMsgContainer + label:after,
form .grp-radio fieldset input[type=radio] + div.bVErrMsgContainer + label:after {
  display: none;
}
form .grp-checkbox fieldset input[type=checkbox] + label:before,
form .grp-checkbox fieldset input[type=radio] + label:before,
form .grp-checkbox fieldset input[type=checkbox] + div.bVErrMsgContainer + label:before,
form .grp-checkbox fieldset input[type=radio] + div.bVErrMsgContainer + label:before, form .grp-radio fieldset input[type=checkbox] + label:before,
form .grp-radio fieldset input[type=radio] + label:before,
form .grp-radio fieldset input[type=checkbox] + div.bVErrMsgContainer + label:before,
form .grp-radio fieldset input[type=radio] + div.bVErrMsgContainer + label:before {
  border: 1px solid #595a5b;
  position: absolute;
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: transparent;
  color: #000;
  left: 0;
  top: 0.4em;
}
form .grp-checkbox fieldset input[type=checkbox] + div.bVErrMsgContainer + label, form .grp-radio fieldset input[type=checkbox] + div.bVErrMsgContainer + label {
  padding-left: 28px !important;
}
form .grp-checkbox fieldset input[type=checkbox]:checked + label:before,
form .grp-checkbox fieldset input[type=radio]:checked + label:before,
form .grp-checkbox fieldset input[type=checkbox]:checked + div.bVErrMsgContainer + label:before,
form .grp-checkbox fieldset input[type=radio]:checked + div.bVErrMsgContainer + label:before, form .grp-radio fieldset input[type=checkbox]:checked + label:before,
form .grp-radio fieldset input[type=radio]:checked + label:before,
form .grp-radio fieldset input[type=checkbox]:checked + div.bVErrMsgContainer + label:before,
form .grp-radio fieldset input[type=radio]:checked + div.bVErrMsgContainer + label:before {
  background-color: transparent;
  border-color: #595a5b;
}
form .grp-checkbox fieldset input[type=checkbox]:checked + label:after,
form .grp-checkbox fieldset input[type=radio]:checked + label:after,
form .grp-checkbox fieldset input[type=checkbox]:checked + div.bVErrMsgContainer + label:after,
form .grp-checkbox fieldset input[type=radio]:checked + div.bVErrMsgContainer + label:after, form .grp-radio fieldset input[type=checkbox]:checked + label:after,
form .grp-radio fieldset input[type=radio]:checked + label:after,
form .grp-radio fieldset input[type=checkbox]:checked + div.bVErrMsgContainer + label:after,
form .grp-radio fieldset input[type=radio]:checked + div.bVErrMsgContainer + label:after {
  display: block;
  border: 1px solid #14622E;
  position: absolute;
  content: " ";
  width: 0.55em;
  height: 0.55em;
  background: #3D413E;
  color: transparent;
  left: 0.12em;
  top: 0.5em;
}

section.block_slideshow {
  line-height: 0;
}
section.block_slideshow .item {
  position: relative;
}
section.block_slideshow .slideshow-nav-light-lines .slick-arrow {
  /*width: 54px;*/
  width: 40px;
  filter: none;
  content: " ";
}
section.block_slideshow .slideshow-nav-light-lines .slick-disabled {
  display: none !important;
}
section.block_slideshow .slideshow-nav-light-lines .slick-prev:before, section.block_slideshow .slideshow-nav-light-lines .slick-next:before {
  z-index: 10;
  width: 50px;
  height: 70px;
  display: block;
  filter: invert(0.5);
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center center;
}
section.block_slideshow .slideshow-nav-light-lines .slick-prev {
  left: 1rem;
}
section.block_slideshow .slideshow-nav-light-lines .slick-next {
  right: 1rem;
}
section.block_slideshow .slideshow-nav-light-lines .slick-prev:before {
  background-image: url(../../../../media/arrow_lines_left.svg), url(../../../media/arrow_lines_left.svg);
  content: " ";
}
section.block_slideshow .slideshow-nav-light-lines .slick-next:before {
  background-image: url(../../../../media/arrow_lines_right.svg), url(../../../media/arrow_lines_right.svg);
  content: " ";
}
@media print, screen and (min-width: 40em) {
  section.block_slideshow .slideshow.slideshow-box {
    margin-top: 10vw;
    margin-bottom: 10vw;
    max-width: 1290px;
    margin: 5% auto;
    padding-left: 70px;
    background: transparent;
  }
  section.block_slideshow .slideshow.slideshow-box .slick-arrow {
    top: 42.5%;
    padding: 10px 20px;
    left: 396px;
    width: 69px;
    height: 63px;
  }
  section.block_slideshow .slideshow.slideshow-box .slick-arrow:before {
    filter: none;
    mix-blend-mode: unset;
    opacity: 1;
  }
  section.block_slideshow .slideshow.slideshow-box .slick-prev {
    background: rgba(20, 98, 46, 0.9);
  }
  section.block_slideshow .slideshow.slideshow-box .slick-next {
    background: #14622e;
    margin-left: 69px;
  }
  section.block_slideshow .slideshow.slideshow-box .item .image {
    width: 1040px;
    height: 0;
    padding-top: 53%;
    position: relative;
    margin-left: 180px;
    z-index: 0;
  }
  section.block_slideshow .slideshow.slideshow-box .item .image img {
    position: absolute;
    /*left: 0;*/
    top: 0;
    width: 100%;
    /*max-width: auto;*/
    /*height: 100%;*/
    max-width: 100%;
  }
  section.block_slideshow .slideshow.slideshow-box .item .box-text-layer, section.block_slideshow .slideshow.slideshow-box .item .text-layer {
    position: absolute;
  }
  section.block_slideshow .slideshow.slideshow-box .item .box-text-layer {
    background: #FFFFFF;
    width: 396px;
    /*height: 380px;*/
    min-height: 330px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(20, 98, 46, 0.5);
  }
  section.block_slideshow .slideshow.slideshow-box .item .text-layer {
    right: 0;
    bottom: 0;
    padding-right: 30px;
    padding-bottom: 40px;
  }
  section.block_slideshow .slideshow.slideshow-box .item .title {
    font-family: "Ubuntu";
    /*font-size: 37px;*/
    font-weight: 700;
    color: #14622E;
    padding-left: 10%;
    padding-top: 43px;
    margin-bottom: 60px;
  }
  section.block_slideshow .slideshow.slideshow-box .item .title * {
    text-transform: none;
  }
  section.block_slideshow .slideshow.slideshow-box .item .title .underline {
    position: relative;
  }
  section.block_slideshow .slideshow.slideshow-box .item .title .underline:after {
    content: " ";
    position: absolute;
    width: 2em;
    max-width: 45px;
    height: 6px;
    background-color: #14622E;
    bottom: -0.15em;
    left: 0;
  }
  section.block_slideshow .slideshow.slideshow-box .item .sample_text {
    font-size: 14px;
    font-weight: 700;
    padding-left: 15%;
    color: #a2a2a2;
  }
  section.block_slideshow .slideshow.slideshow-box .item .paragraph {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
  }
}
@media print, screen and (max-width: 63.99875em) {
  section.block_slideshow .slideshow-box .box-text-layer, section.block_slideshow .slideshow-box .text-layer {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  section.block_slideshow .slideshow-box .box-text-layer {
    margin-top: 1rem;
  }
  section.block_slideshow .slideshow-box .slick-arrow {
    top: 49vw;
    width: 40px;
    height: 40px;
    padding: 3px;
  }
  section.block_slideshow .slideshow-box .slick-arrow:before {
    width: 30px;
    filter: none;
    mix-blend-mode: normal;
  }
  section.block_slideshow .slideshow-box .slick-arrow.slick-prev {
    background: rgba(20, 98, 46, 0.9);
    left: 0;
  }
  section.block_slideshow .slideshow-box .slick-arrow.slick-next {
    background: #14622e;
    right: 0;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-prev {
    left: calc(-2% + 47px) !important;
    top: calc(36% - 50px) !important;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-next {
    left: calc(60% + 100px) !important;
    top: calc(36% - 50px) !important;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-prev:before,
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-next:before {
    width: 54px;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-arrow:before {
    background-size: 50px !important;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title {
    position: absolute !important;
    left: 40px !important;
    right: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .underline:after {
    height: 3px !important;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title sup {
    display: none;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title * {
    font-size: 30px;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .paragraph {
    left: 20px !important;
    right: 20px !important;
    top: initial !important;
    bottom: 10px !important;
    padding: 1em;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .paragraph p {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0.3em;
  }
}
@media print, screen and (min-width: 64em) {
  section.block_slideshow .item .image img {
    width: 100%;
  }
}
section.block_slideshow .slideshow.display-text-left-tint .item .text-layer > .grid-container {
  max-width: 100vw;
  padding-left: 150px;
  padding-right: 50px;
  top: 64%;
  height: 100px;
  position: relative;
  width: calc(50% - 100px);
  margin-left: 0;
}
section.block_slideshow .slideshow.display-text-left-tint .item .text-layer > .grid-container .title {
  position: initial;
}
section.block_slideshow .slideshow.display-text-left-tint .item .text-layer > .grid-container .paragraph {
  position: initial;
}
section.block_slideshow .slideshow.display-text-left-tint .item .text-layer > .grid-container .link.more a {
  font-size: 28px;
  font-weight: 700;
  padding: 0.2em 1em 0.3em;
  border-radius: 25px;
}
@media print, screen and (max-width: 39.99875em) {
  section.block_slideshow .slideshow.display-text-left-tint .nav-buttons {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    top: -20vh;
  }
  section.block_slideshow .slideshow.display-text-left-tint .display-bg-tint {
    display: none;
  }
  section.block_slideshow .slideshow.display-text-left-tint .slide-count-wrap {
    display: none;
  }
  section.block_slideshow .slideshow.display-text-left-tint .item .text-layer {
    position: absolute;
    z-index: 100;
    left: 0;
    top: initial;
    bottom: 0;
    width: 100%;
    height: 0;
  }
  section.block_slideshow .slideshow.display-text-left-tint .item .text-layer > .grid-container {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding-left: 15px;
    padding-right: 15px;
    top: initial;
    bottom: 0;
    transform: translateY(-100%);
  }
  section.block_slideshow .slideshow.display-text-left-tint .item .text-layer > .grid-container .link.more a {
    font-size: 17px;
  }
}
section.block_slideshow .slideshow.blend-tint-multiply .item .image img {
  mix-blend-mode: multiply;
}
section.block_slideshow .slideshow.blend-tint-screen .item .image img {
  mix-blend-mode: screen;
}
section.block_slideshow .slideshow.display-text-bg-tint .display-bg-tint {
  position: absolute;
  top: calc(70% - 135px);
  left: 0;
  right: 50%;
  height: 277px;
}
section.block_slideshow .slideshow.tint-bg-primary .display-bg-tint {
  background-color: rgba(61, 65, 62, 0.6);
}
section.block_slideshow .slideshow.tint-bg-secondary .display-bg-tint {
  background-color: rgba(20, 98, 46, 0.6);
}
section.block_slideshow .slideshow.tint-bg-third .display-bg-tint {
  background-color: rgba(250, 250, 250, 0.6);
}
section.block_slideshow .slideshow.tint-bg-teriary .display-bg-tint {
  background-color: rgba(152, 194, 60, 0.6);
}
section.block_slideshow .slideshow.tint-bg-black .display-bg-tint {
  background-color: rgba(0, 0, 0, 0.4);
}
section.block_slideshow .slideshow-nav-arrows-triangle .slide-count-wrap {
  top: initial;
  left: 20px;
  bottom: 20px;
}
section.block_slideshow .slideshow-nav-arrows-triangle .text-layer {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.block_slideshow .slideshow-nav-arrows-triangle .nav-buttons {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
}
section.block_slideshow .slideshow-nav-arrows-triangle .nav-buttons .slick-arrow {
  top: 50%;
}
section.block_slideshow .slideshow-nav-arrows-triangle .nav-buttons .slick-prev {
  left: 0;
}
section.block_slideshow .slideshow-nav-arrows-triangle .nav-buttons .slick-prev:before {
  background-size: 60%;
  width: 40px;
  height: 30px;
}
section.block_slideshow .slideshow-nav-arrows-triangle .nav-buttons .slick-next {
  right: 0;
}
section.block_slideshow .slideshow-nav-arrows-triangle .nav-buttons .slick-next:before {
  background-size: 100%;
  width: 40px;
  height: 40px;
}
section.block_slideshow .slideshow-nav-numbers { /* slideshow με αριθμούς αριστερά στο κέντρο */ }
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines { /* slideshow με βελάκια κοντά στους αριθμούς */ }
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-arrow:before {
  filter: none;
  mix-blend-mode: unset;
  opacity: 1;
  background-size: 26px;
}
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-prev {
  left: calc(17% + 47px);
  top: calc(50% - 50px);
}
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-next {
  left: calc(17% + 100px);
  top: calc(50% - 50px);
}
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .box-text-layer, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .text-layer { /* slideshow ο τίτλος δίπλα στην αρίθμηση */
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title { /* slideshow ο τίτλος δίπλα στην αρίθμηση */
  position: absolute;
  left: calc(17% + 47px);
  top: calc(50% - 50px);
  color: #A0A0A0;
}
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h1, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h2, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h3, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h4, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h5, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h6 {
  position: relative;
}
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h1.underline:after, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h2.underline:after, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h3.underline:after, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h4.underline:after, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h5.underline:after, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title h6.underline:after {
  content: " ";
  position: absolute;
  width: 2em;
  max-width: 90px;
  height: 10px;
  background-color: #A0A0A0;
  bottom: -0.15em;
  left: 0;
}
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title sup {
  position: absolute;
  top: 0.15em;
  font-size: 16px;
  margin: 0 0 0 0.5em;
}
@media print, screen and (min-width: 64em) {
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-sm {
    font-size: 60px;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-sm-med {
    font-size: 75px;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-med {
    font-size: 82px;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-med-la {
    font-size: 100px;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-la {
    font-size: 120px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-sm, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-sm-med, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-med, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-med-la, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .title .size-la {
    font-size: 30px;
  }
}
section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .paragraph {
  position: absolute;
  left: 60%;
  right: 150px;
  top: 63%;
  color: #A0A0A0;
}
@media print, screen and (max-width: 39.99875em) {
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-arrow {
    width: 56px;
  }
}
@media print, screen and (min-width: 64em) {
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-arrow {
    width: 49px;
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-arrow.slick-prev, section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-arrow.slick-next {
    top: calc(48.5% - 50px);
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-arrow.slick-next {
    left: calc(18% + 100px);
  }
  section.block_slideshow .slideshow-nav-numbers.slideshow-nav-arrows-lines .slick-arrow:before {
    background-size: 100%;
    width: 100%;
  }
}
section.block_slideshow .slide-count-wrap {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  left: calc(17% + 0px);
  top: calc(50% + 0px);
  font-weight: 600;
  color: #FFFFFF;
}
section.block_slideshow .slide-count-wrap span {
  height: 1em;
  display: block;
  font-size: 16px;
  position: relative;
  line-height: 1em;
}
section.block_slideshow .slide-count-wrap .sep {
  color: transparent;
  position: relative;
}
section.block_slideshow .slide-count-wrap .sep:after {
  content: " ";
  width: 0.6em;
  height: 2px;
  position: absolute;
  background: white;
  top: 50%;
  left: calc(50% - 0.3em);
}
@media print, screen and (max-width: 63.99875em) {
  section.block_slideshow .slide-count-wrap {
    left: 10px;
    top: 25%;
  }
}
section.block_slideshow .plyr__video-embed, section.block_slideshow .plyr__video-wrapper--fixed-ratio {
  padding-bottom: 56.25% !important;
}
section.block_slideshow .video-type-1 .video_button_ctrls, section.block_slideshow .video-type-4 .video_button_ctrls {
  position: absolute;
  z-index: 1000;
  right: 14px;
  bottom: 40px;
}
section.block_slideshow .video-type-1 .video_button_ctrls button, section.block_slideshow .video-type-4 .video_button_ctrls button {
  display: block;
  width: 30px;
  margin: 10px 10px;
  padding: 4px;
  background: #3D413E;
  border-radius: 12px;
}
section.block_slideshow .video-type-1 .video_button_ctrls button img, section.block_slideshow .video-type-4 .video_button_ctrls button img {
  width: inherit;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 7, 2021, 3:44:28 PM
    Author     : kapsalis
*/
.header_menu_side_btn li {
  margin-bottom: 4px;
  font-size: 14px;
}
.header_menu_side_btn li:last-child {
  margin-bottom: 0;
}
.header_menu_side_btn li a {
  color: #FFFFFF;
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  background: #3D413E;
  border-radius: 1em 1em 1em 1em;
  padding: 16px 16px 16px 16px !important;
  text-align: center;
}
.header_menu_side_btn li a.primary {
  background: #3D413E;
}
.header_menu_side_btn li a.secondary {
  background: #14622E;
}
.header_menu_side_btn li a.third {
  background: #FAFAFA;
}
.header_menu_side_btn li a.tertiary {
  background: #98C23C;
}
@media screen and (min-width: 768px) and (max-width: 1333px) {
  .header_menu_side_btn li {
    font-size: 12px;
  }
  .header_menu_side_btn li a {
    padding: 14px 6px 14px 6px !important;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 8, 2021, 5:29:29 AM
    Author     : kapsalis
*/
.sect-title-diffheights {
  display: flex;
  margin: 0;
}
.sect-title-diffheights ._align-flex-center {
  align-self: center;
}
.sect-title-diffheights ._align-flex-end {
  align-self: flex-end;
}
.sect-title-diffheights li {
  display: inline-block;
}
.sect-title-diffheights li p, .sect-title-diffheights li h1, .sect-title-diffheights li h2, .sect-title-diffheights li h3, .sect-title-diffheights li h4, .sect-title-diffheights li h5, .sect-title-diffheights li h6 {
  line-height: 1em;
  margin-bottom: 0;
  margin-right: 0.5em;
  /*font-family: get-font(primary);*/
  font-weight: 700;
}
.sect-title-diffheights .underline {
  position: relative;
}
.sect-title-diffheights .underline:after {
  content: " ";
  position: absolute;
  width: 6em;
  height: 3px;
  background-color: #dc4e4e;
  bottom: -0.5em;
  right: 0;
  background: url(../media/title-subline.svg);
}
.sect-title-diffheights .underline_left2right {
  position: relative;
}
.sect-title-diffheights .underline_left2right:after {
  content: " ";
  position: relative;
  display: block;
  padding-right: 3em;
  height: 6px;
  width: 130px;
  background-color: #dc4e4e;
  bottom: -0.3em;
  left: 0;
  margin-right: -1em;
  background-image: url(../media/title-subline.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 64em) {
  .sect-title-diffheights._space-left_200 {
    margin-left: 200px;
  }
  .sect-title-diffheights .size-sm {
    font-size: 20px;
  }
  .sect-title-diffheights .size-sm-med {
    font-size: 20px;
  }
  .sect-title-diffheights .size-med {
    font-size: 48px;
  }
  .sect-title-diffheights .size-med-la {
    font-size: 109px;
  }
  .sect-title-diffheights .size-la {
    font-size: 100px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .sect-title-diffheights {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .sect-title-diffheights h1, .sect-title-diffheights h2, .sect-title-diffheights h3, .sect-title-diffheights h4, .sect-title-diffheights h5, .sect-title-diffheights h6 {
    font-size: 24px;
  }
  .sect-title-diffheights .underline_left2right:after {
    bottom: 0;
    padding-right: 2em;
  }
  .sect-title-diffheights.subtitle-box {
    padding-left: 0;
    padding-right: 0;
  }
  .sect-title-diffheights.subtitle-box > li {
    margin-top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .sect-title-diffheights .size-sm, .sect-title-diffheights .size-sm-med, .sect-title-diffheights .size-med, .sect-title-diffheights .size-med-la, .sect-title-diffheights .size-la {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .sect-title-diffheights .underline_left2right:after {
    position: absolute;
    bottom: -0.5em;
    width: 40vw;
  }
}

ul.sect-title-diffheights + ul.sect-title-diffheights {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  ul.sect-title-diffheights + ul.sect-title-diffheights.subtitle-box {
    position: relative;
  }
  ul.sect-title-diffheights + ul.sect-title-diffheights li._relative_position {
    position: relative;
  }
  ul.sect-title-diffheights + ul.sect-title-diffheights li._layer_position {
    position: absolute;
  }
}
@media print, screen and (max-width: 63.99875em) {
  ul.sect-title-diffheights + ul.sect-title-diffheights li._relative_position {
    margin-top: 0;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 8, 2021, 11:59:54 AM
    Author     : kapsalis
*/
section.block_cards_overlay_text {
  /*    .bg-color-primary { color: get-color(white); .card-section { background-color: get-color(primary); } }
      .bg-color-secondary { color: get-color(white); .card-section { background-color: get-color(secondary); } }
      .bg-color-third { color: get-color(white); .card-section { background-color: get-color(third); } }
      .bg-color-tertiary { background-color: get-color(tertiary); }
      .bg-color-fourth { background-color: get-color(fourth); }
      .bg-color-fifth { background-color: get-color(fifth); }
      .bg-color-sixth { background-color: get-color(sixth); }

      .bg-color-sixteenth { .card-section { color: get-color(white); background-color: get-color(sixteenth); } }
      .bg-color-seventeenth { .card-section { color: get-color(white); background-color: get-color(seventeenth); } }
      .bg-color-eighteenth { .card-section { color: get-color(white); background-color: get-color(eighteenth); } }
      .bg-color-nineteenth { .card-section { color: get-color(white); background-color: get-color(nineteenth); } }*/
}
section.block_cards_overlay_text .card {
  position: relative;
  transition: all 0.3s ease-in-out;
}
section.block_cards_overlay_text .card:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -khtml-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -moz-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -ms-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -o-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
}
section.block_cards_overlay_text .link.more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.block_cards_overlay_text .link.more a {
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  background: transparent;
}
section.block_cards_overlay_text .card {
  color: #FFFFFF;
  border: none;
  margin-bottom: 15px;
}
section.block_cards_overlay_text .card .image {
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 0;
}
section.block_cards_overlay_text .date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(90, 89, 89, 0.4);
  padding: 0 10px;
}
section.block_cards_overlay_text .card-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(90, 89, 89, 0.4);
  /*        mix-blend-mode: screen;*/
}
section.block_cards_overlay_text .callout {
  padding: 0;
  background: transparent;
  color: inherit;
  border: none;
  display: flex;
  align-items: center;
  margin: 0;
  /*.title { height: 100%; }*/
}
section.block_cards_overlay_text .callout .title *, section.block_cards_overlay_text .callout .paragraph * {
  color: inherit;
  font-size: 26px;
}
section.block_cards_overlay_text .callout h1, section.block_cards_overlay_text .callout h2, section.block_cards_overlay_text .callout h3, section.block_cards_overlay_text .callout h4, section.block_cards_overlay_text .callout h5, section.block_cards_overlay_text .callout h6, section.block_cards_overlay_text .callout p, section.block_cards_overlay_text .callout a {
  margin-bottom: 0;
}

section.block_cards .card {
  transition: all 0.3s ease-in-out;
}
section.block_cards .card:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -khtml-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -moz-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -ms-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  -o-box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
  box-shadow: 0px 0px 12px rgba(61, 65, 62, 0.4);
}
section.block_cards .slideshow.slick-dotted .cell {
  margin-bottom: 0;
}
section.block_cards.card-colored .link.more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.block_cards.card-colored .link.more a {
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  background: transparent;
}
section.block_cards.card-colored .card {
  border: none;
}
section.block_cards.card-colored .card .image {
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 15px;
}
section.block_cards.card-colored .card-section {
  position: relative;
}
section.block_cards.card-colored .callout {
  padding: 0;
  background: transparent;
  color: inherit;
  border: none;
  display: flex;
  align-items: center;
  margin: 0;
  /*.title { height: 100%; }*/
}
section.block_cards.card-colored .callout .title *, section.block_cards.card-colored .callout .paragraph * {
  color: inherit;
  font-size: 24px;
  line-height: 1.1;
}
section.block_cards.card-colored .callout h1, section.block_cards.card-colored .callout h2, section.block_cards.card-colored .callout h3, section.block_cards.card-colored .callout h4, section.block_cards.card-colored .callout h5, section.block_cards.card-colored .callout h6, section.block_cards.card-colored .callout p, section.block_cards.card-colored .callout a {
  margin-bottom: 0;
}
section.block_cards.card-colored .bg-card-section-primary .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-secondary .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-third .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-tertiary .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-fourth .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-fifth .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-sixth .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-sixteenth .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-eleventh .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-seventeenth .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-eighteenth .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-card-section-nineteenth .card-section {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-color-primary {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-color-primary .card-section {
  background-color: #3D413E;
}
section.block_cards.card-colored .bg-color-secondary {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-color-secondary .card-section {
  background-color: #14622E;
}
section.block_cards.card-colored .bg-color-third {
  color: #FFFFFF;
}
section.block_cards.card-colored .bg-color-third .card-section {
  background-color: #FAFAFA;
}
section.block_cards.card-colored .bg-color-tertiary {
  background-color: #98C23C;
}
section.block_cards.card-colored .bg-color-fourth {
  background-color: #f5f5f5;
}
section.block_cards.card-colored .bg-color-fifth {
  background-color: #b2b0b0;
}
section.block_cards.card-colored .bg-color-sixth {
  background-color: #898282;
}
section.block_cards.card-colored .bg-color-sixteenth .card-section {
  color: #FFFFFF;
  background-color: #FDBA1E;
}
section.block_cards.card-colored .bg-color-seventeenth .card-section {
  color: #FFFFFF;
  background-color: #DD1376;
}
section.block_cards.card-colored .bg-color-eighteenth .card-section {
  color: #FFFFFF;
  background-color: #076DAD;
}
section.block_cards.card-colored .bg-color-nineteenth .card-section {
  color: #FFFFFF;
  background-color: #98C23C;
}
@media print, screen and (max-width: 39.99875em) {
  section.block_cards .cards .cell {
    padding: 20px;
    margin-bottom: 40px;
  }
  section.block_cards .cards .cell .card .image {
    margin-bottom: 0;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 9, 2021, 5:10:20 AM
    Author     : kapsalis
*/
.menu.side_nav_menu {
  font-size: 20px;
  padding-top: 20px;
  padding-left: 39px;
  padding-right: 41px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .menu.side_nav_menu {
    margin-right: 25px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.side_nav_menu {
    margin-right: 53px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .menu.side_nav_menu {
    width: 100%;
  }
}
.menu.side_nav_menu li {
  padding-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #FAFAFA;
}
.menu.side_nav_menu li a {
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

section.menu_sticky_main {
  z-index: 2000;
}
section.menu_sticky_main > div {
  z-index: 10000;
  display: flex;
  align-items: center;
  flex-direction: row;
  border-bottom: 2px solid #DEDEDE;
  border-top: 2px solid #DEDEDE;
}
section.menu_sticky_main > div .item {
  flex-grow: 1;
}
section.menu_sticky_main > div .item .link.more {
  position: relative;
  /*color: get-color(seventh);*/
  color: #14622E;
  text-align: center;
}
section.menu_sticky_main > div .item .link.more a {
  display: block;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  color: #14622E;
}
section.menu_sticky_main > div .item .link.more a:after {
  display: none;
}
section.menu_sticky_main > div .item .link.more a.is-active {
  color: #14622E;
  font-weight: 700;
}
section.menu_sticky_main > div .item .link.more a.is-active:before {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  width: 100%;
  background: #14622E;
}
section.menu_sticky_main > div .item .link.more:after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 1em;
  right: 0;
  top: calc(50% - 0.5em);
  display: block;
  background: #3D413E;
}
section.menu_sticky_main > div .item .link.more.active a {
  text-decoration: underline;
}
section.menu_sticky_main > div .item:last-child .link.more:after {
  display: none;
}
section.menu_sticky_main .sticky.is-stuck:after {
  content: " ";
  position: absolute;
  top: calc(-8em - 2px);
  width: 100%;
  height: 8em;
  background: rgba(255, 255, 255, 0.75);
}
section.menu_sticky_main .sticky.is-stuck:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: calc(-8em - 2px);
  width: 109px;
  height: 8em;
  background: #14622E;
}
section.menu_sticky_main .sticky.is-stuck.is-at-top {
  background: #FFFFFF;
}
section.menu_sticky_main .block_title {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  section.menu_sticky_main .sticky.is-stuck.is-at-top {
    margin-top: 6.5em !important;
  }
  section.menu_sticky_main > div {
    display: block;
    text-align: center;
  }
  section.menu_sticky_main .sticky.is-stuck:before {
    left: 0;
  }
  section.menu_sticky_main > div .item {
    width: auto;
    display: inline-block;
  }
  section.menu_sticky_main .link.more a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 12, 2021, 8:47:04 AM
    Author     : kapsalis
*/
article.article {
  /*    @include breakpoint(medium only) {
          article.article .display-text-bg-tint .display-bg-tint {
              right: 85%;
          }
          .display-text-left-tint {
              .item .text-layer > .grid-container {
                  width: 75%;
              }
          }
      }
      @include breakpoint(large) {
          article.article .display-text-bg-tint .display-bg-tint {
              right: 70%;
          }
          .display-text-left-tint {
              .item .text-layer > .grid-container {
                  width: 60%;
              }
          }
      }
      @include breakpoint(xlarge) {
          article.article .display-text-bg-tint .display-bg-tint {
              right: 50%;
          }
          .display-text-left-tint {
              .item .text-layer > .grid-container {
                  width: calc(50% - 100px);
              }
          }
      }*/
}
article.article .item {
  position: relative;
  overflow: hidden;
}
article.article .image img {
  width: 100%;
}
article.article .box-text-layer, article.article .text-layer { /* slideshow ο τίτλος δίπλα στην αρίθμηση */
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
article.article .header {
  /* box max widths medium up */
  /* box max widths small only */
  /* text box position offset*/
  /* text box position */
  /* tint blend effect */
  /* dispaly the tint box */
  /* tint colors */
}
@media print, screen and (min-width: 40em) {
  article.article .header.text-box-width-medium-30 .item .text-layer > .grid-container .cell {
    max-width: 30%;
  }
  article.article .header.text-box-width-medium-40 .item .text-layer > .grid-container .cell {
    max-width: 40%;
  }
  article.article .header.text-box-width-medium-50 .item .text-layer > .grid-container .cell {
    max-width: 50%;
  }
  article.article .header.text-box-width-medium-60 .item .text-layer > .grid-container .cell {
    max-width: 60%;
  }
  article.article .header.text-box-width-medium-70 .item .text-layer > .grid-container .cell {
    max-width: 70%;
  }
  article.article .header.text-box-width-medium-80 .item .text-layer > .grid-container .cell {
    max-width: 80%;
  }
  article.article .header.text-box-width-medium-90 .item .text-layer > .grid-container .cell {
    max-width: 90%;
  }
  article.article .header.text-box-width-medium-100 .item .text-layer > .grid-container .cell {
    max-width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  article.article .header.text-box-width-small-30 .item .text-layer > .grid-container .cell {
    max-width: 30%;
  }
  article.article .header.text-box-width-small-40 .item .text-layer > .grid-container .cell {
    max-width: 40%;
  }
  article.article .header.text-box-width-small-50 .item .text-layer > .grid-container .cell {
    max-width: 50%;
  }
  article.article .header.text-box-width-small-60 .item .text-layer > .grid-container .cell {
    max-width: 60%;
  }
  article.article .header.text-box-width-small-70 .item .text-layer > .grid-container .cell {
    max-width: 70%;
  }
  article.article .header.text-box-width-small-80 .item .text-layer > .grid-container .cell {
    max-width: 80%;
  }
  article.article .header.text-box-width-small-90 .item .text-layer > .grid-container .cell {
    max-width: 90%;
  }
  article.article .header.text-box-width-small-100 .item .text-layer > .grid-container .cell {
    max-width: 100%;
  }
}
article.article .header.text-box-valign-10 .text-layer .grid-container .cell, article.article .header .text-box-valign-10 .text-layer .grid-container .cell {
  transform: translateY(-90%);
}
article.article .header.text-box-valign-20 .text-layer .grid-container .cell, article.article .header .text-box-valign-20 .text-layer .grid-container .cell {
  transform: translateY(-80%);
}
article.article .header.text-box-valign-30 .text-layer .grid-container .cell, article.article .header .text-box-valign-30 .text-layer .grid-container .cell {
  transform: translateY(-70%);
}
article.article .header.text-box-valign-40 .text-layer .grid-container .cell, article.article .header .text-box-valign-40 .text-layer .grid-container .cell {
  transform: translateY(-60%);
}
article.article .header.text-box-valign-50 .text-layer .grid-container .cell, article.article .header .text-box-valign-50 .text-layer .grid-container .cell {
  transform: translateY(-50%);
}
article.article .header.text-box-valign-60 .text-layer .grid-container .cell, article.article .header .text-box-valign-60 .text-layer .grid-container .cell {
  transform: translateY(-40%);
}
article.article .header.text-box-valign-70 .text-layer .grid-container .cell, article.article .header .text-box-valign-70 .text-layer .grid-container .cell {
  transform: translateY(-30%);
}
article.article .header.text-box-valign-80 .text-layer .grid-container .cell, article.article .header .text-box-valign-80 .text-layer .grid-container .cell {
  transform: translateY(-20%);
}
article.article .header.text-box-valign-90 .text-layer .grid-container .cell, article.article .header .text-box-valign-90 .text-layer .grid-container .cell {
  transform: translateY(-10%);
}
article.article .header.text-box-left .text-layer > .grid-container .cell, article.article .header .text-box-left .text-layer > .grid-container .cell {
  margin-left: 0;
}
article.article .header.text-box-center .text-layer > .grid-container .cell, article.article .header .text-box-center .text-layer > .grid-container .cell {
  margin: auto;
}
article.article .header.text-box-right .text-layer > .grid-container .cell, article.article .header .text-box-right .text-layer > .grid-container .cell {
  margin-right: 0;
  margin-left: auto;
}
article.article .header.text-box-top .text-layer, article.article .header .text-box-top .text-layer {
  top: 0;
}
article.article .header.text-box-middle .text-layer, article.article .header .text-box-middle .text-layer {
  top: 50%;
}
article.article .header.text-box-bottom .text-layer, article.article .header .text-box-bottom .text-layer {
  bottom: 0;
}
article.article .header.blend-tint-multiply .item .image img {
  mix-blend-mode: multiply;
}
article.article .header.blend-tint-screen .item .image img {
  mix-blend-mode: screen;
}
article.article .header.blend-tint-overlay .item .image img {
  mix-blend-mode: overlay;
}
article.article .header.filter-bw-40 .item .image img {
  -webkit-filter: grayscale(40%);
  -khtml-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  filter: grayscale(40%);
}
article.article .header.filter-bw-50 .item .image img {
  -webkit-filter: grayscale(50%);
  -khtml-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
}
article.article .header.filter-bw-60 .item .image img {
  -webkit-filter: grayscale(60%);
  -khtml-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%);
}
article.article .header.filter-bw-70 .item .image img {
  -webkit-filter: grayscale(70%);
  -khtml-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
}
article.article .header.filter-bw-80 .item .image img {
  -webkit-filter: grayscale(80%);
  -khtml-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
}
article.article .header.filter-bw-90 .item .image img {
  -webkit-filter: grayscale(90%);
  -khtml-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
}
article.article .header.filter-bw-100 .item .image img {
  -webkit-filter: grayscale(100%);
  -khtml-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
article.article .header.opacity-bw-40 .item .image img {
  opacity: 0.4;
}
article.article .header.opacity-bw-50 .item .image img {
  opacity: 0.5;
}
article.article .header.opacity-bw-60 .item .image img {
  opacity: 0.6;
}
article.article .header.opacity-bw-70 .item .image img {
  opacity: 0.7;
}
article.article .header.opacity-bw-80 .item .image img {
  opacity: 0.8;
}
article.article .header.opacity-bw-90 .item .image img {
  opacity: 0.9;
}
article.article .header.overflow-text-bg-tint-left .display-bg-tint {
  left: initial !important;
  right: 0;
  width: 200vw !important;
}
article.article .header.overflow-text-bg-tint-right .display-bg-tint {
  right: initial !important;
  left: 0;
  width: 200vw !important;
}
article.article .header.display-text-bg-tint .display-bg-tint {
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.article .header.display-text-bg-tint .text-layer {
  position: absolute;
  left: 0;
  width: 100%;
  margin: auto;
}
article.article .header.display-text-bg-tint .text-layer .sample_text {
  position: relative;
  z-index: 10;
}
article.article .header.display-text-bg-tint .item .text-layer > .grid-container {
  max-width: 1400px;
  height: 0;
  position: relative;
  width: 100%;
  margin: auto;
}
article.article .header.display-text-bg-tint .item .text-layer > .grid-container .cell {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
article.article .header.display-text-bg-tint .item .text-layer > .grid-container .cell .title, article.article .header.display-text-bg-tint .item .text-layer > .grid-container .cell .paragraph {
  position: relative;
  z-index: 10;
}
article.article .header.display-text-bg-tint .item .text-layer > .grid-container .cell .link.more {
  position: relative;
  z-index: 10;
}
article.article .header.display-text-bg-tint .item .text-layer > .grid-container .cell .link.more a {
  font-size: 17px;
  font-weight: 400;
  padding: 0.2em 1em 0.3em 0;
}
article.article .header.display-text-bg-tint h1, article.article .header.display-text-bg-tint h2, article.article .header.display-text-bg-tint h3, article.article .header.display-text-bg-tint h4, article.article .header.display-text-bg-tint h5, article.article .header.display-text-bg-tint h6 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
article.article .header.tint-bg-primary .display-bg-tint {
  background-color: rgba(61, 65, 62, 0.6);
}
article.article .header.tint-bg-secondary .display-bg-tint {
  background-color: rgba(20, 98, 46, 0.6);
}
article.article .header.tint-bg-tertiary .display-bg-tint {
  background-color: rgba(152, 194, 60, 0.6);
}
article.article .header.tint-bg-black .display-bg-tint {
  background-color: rgba(0, 0, 0, 0.2);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 13, 2021, 12:55:22 PM
    Author     : kapsalis
*/
article.anycontent-item.left_txt_right_img_p {
  margin-top: 190px;
}
article.anycontent-item.left_txt_right_img_p h1 {
  font-size: 60px;
}
article.anycontent-item.left_txt_right_img_p h2 {
  font-size: 48px;
}
article.anycontent-item.left_txt_right_img_p h3 {
  font-size: 40px;
}
article.anycontent-item.left_txt_right_img_p nav {
  margin: 0;
}
article.anycontent-item.left_txt_right_img_p nav .breadcrumbs * {
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}
article.anycontent-item.left_txt_right_img_p .header {
  position: relative;
}
article.anycontent-item.left_txt_right_img_p .header .title * {
  color: #b2b0b0;
}
article.anycontent-item.left_txt_right_img_p .header .layered {
  position: relative;
  /*bottom: 1rem;*/
  /*width: 100%;*/
  z-index: 100;
}
article.anycontent-item.left_txt_right_img_p .header .layered > div {
  /*max-width: 1300px;*/
  width: 100%;
  margin: auto;
}
article.anycontent-item.left_txt_right_img_p .header .date {
  /*text-shadow: 2px 2px 2px rgba(get-color(primary), 0.7);*/
  position: relative;
  top: -0.2em;
  margin: 0;
  padding: 0.05rem 0.4rem;
  font-size: 12px;
  color: #b2b0b0;
  background: transparent;
  padding: 0;
  text-align: right;
  font-weight: 700;
  border: none;
}
article.anycontent-item.left_txt_right_img_p .header .date:before {
  content: " ";
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #b2b0b0;
}
article.anycontent-item.left_txt_right_img_p .header .image {
  position: relative;
}
article.anycontent-item.left_txt_right_img_p.video-type- .image {
  position: initial;
  height: auto;
  overflow: visible;
}
article.anycontent-item.left_txt_right_img_p.video-type- .image img {
  transform: none;
  top: initial;
  position: initial;
}
@media print, screen and (min-width: 64em) {
  article.anycontent-item.left_txt_right_img_p.video-type- .image {
    position: relative;
  }
  article.anycontent-item.left_txt_right_img_p.video-type- .image img {
    width: 100%;
    position: relative;
  }
}
article.anycontent-item.left_txt_right_img_p.video-type-1.promote-video .video-thumbnail-container .video-yt-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56%;
  height: 0;
}
article.anycontent-item.left_txt_right_img_p.video-type-1.promote-video .video-thumbnail-container .video-yt-container .thumb {
  width: 100%;
  height: initial;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
article.anycontent-item.left_txt_right_img_p.video-type-1.promote-video .video-thumbnail-container .video-yt-container .thumb img {
  width: 100%;
}
article.anycontent-item.left_txt_right_img_p.video-type-1.promote-video .video-thumbnail-container [data-virtual-form] .link-button img {
  width: 80px;
}
@media print, screen and (max-width: 63.99875em) {
  article.anycontent-item.left_txt_right_img_p .header .layered {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  article.anycontent-item.left_txt_right_img_p .header .title h1, article.anycontent-item.left_txt_right_img_p .header .title h2, article.anycontent-item.left_txt_right_img_p .header .title h3, article.anycontent-item.left_txt_right_img_p .header .title h4 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  article.anycontent-item.left_txt_right_img_p {
    /*        .site-side-left-offset {
                padding-left: calc(109px);
            }
            .site-side-left-margin-offset {
                margin-left: calc(109px);
            }*/
    /*        section.block_slideshow {
                padding-left: 109px;
            }*/
    /*        .anycontent-groups,
            .anycontent-items {
                > .grid-container {
                    max-width: 100%;
                    padding-left: 80px;
                    padding-right: 65px;
                }
            }*/
    /*        .anycontent-relative-article-items {
                padding-left: 109px;
            }*/
  }
  article.anycontent-item.left_txt_right_img_p > .header {
    max-width: 100%;
    padding-left: 109px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  article.anycontent-item.left_txt_right_img_p > .header .layered {
    /*padding-left: 130px;*/
    padding-right: 80px;
  }
  article.anycontent-item.left_txt_right_img_p > .header .image {
    min-width: 745px;
  }
  article.anycontent-item.left_txt_right_img_p > .grid-container {
    /*max-width: 100%;*/
    /*padding-left: 109px;*/
    /*            > .paragraph {
                    padding-left: 130px;
                    padding-right: 80px;
                }
                > .social {
                    padding-left: 130px;
                    padding-right: 80px;
                }*/
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 27, 2021, 12:58:33 PM
    Author     : kapsalis
*/
/*.navigation-breadcrumb-groups {
    .relative-anycontent-groups-list {
        margin-bottom: 20px;
    }
}*/
.relative-groups-list-for-tag {
  margin-top: 20px;
  margin-bottom: 0;
}
.relative-groups-list-for-tag .tags-selector, .relative-groups-list-for-tag > .menu {
  justify-content: center;
}
.relative-groups-list-for-tag .tags-selector li, .relative-groups-list-for-tag > .menu li {
  margin-right: 7.5px;
}
.relative-groups-list-for-tag .tags-selector li:last-child, .relative-groups-list-for-tag > .menu li:last-child {
  margin-right: 0;
}
.relative-groups-list-for-tag .tags-selector li a, .relative-groups-list-for-tag > .menu li a {
  border-radius: 100px;
  background: #3D413E;
  color: #14622E;
}

.relative-anycontent-groups-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.relative-anycontent-groups-list .tags-selector, .relative-anycontent-groups-list > .menu {
  justify-content: center;
}
.relative-anycontent-groups-list .tags-selector li a, .relative-anycontent-groups-list > .menu li a {
  border-radius: 100px;
}
.relative-anycontent-groups-list .menu.tags-selector .is-active > a {
  background: #14622E;
}

.relative-anycontent-tags-list {
  margin-bottom: 40px;
}
.relative-anycontent-tags-list .tags-selector, .relative-anycontent-tags-list > .menu {
  justify-content: center;
}
.relative-anycontent-tags-list .tags-selector li, .relative-anycontent-tags-list > .menu li {
  margin-right: 7.5px;
}
.relative-anycontent-tags-list .tags-selector li:last-child, .relative-anycontent-tags-list > .menu li:last-child {
  margin-right: 0;
}
.relative-anycontent-tags-list .tags-selector li a, .relative-anycontent-tags-list > .menu li a {
  border-radius: 100px;
  background: #343735;
  color: #FFFFFF;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 28, 2021, 4:29:54 PM
    Author     : kapsalis
*/
html {
  --lh: 1.4rem;
  line-height: var(--lh);
}

.searchresults .tabs-content {
  background: transparent;
}
.searchresults .tabs {
  background: transparent;
  border: none;
}
.searchresults .tabs-panel {
  background: none;
  border: none;
}
.searchresults .callout {
  background: transparent;
}
.searchresults .result {
  border: none;
}
.searchresults .result .calendar {
  margin-bottom: 15px;
}
.searchresults .result .title * {
  font-size: 20px;
  font-weight: 700;
}
.searchresults .result .paragraph .dotdot p {
  line-height: 1.4em;
  --max-lines: 2;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.searchresults .result .paragraph .dotdot p::before {
  position: absolute;
  content: "...";
  bottom: 0;
  right: 0;
}
.searchresults .more_area a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 22px;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  /*@include jcms-mui-animate-button-a-after-horizontal;*/
}
[data-whatinput=mouse] .searchresults .more_area a {
  outline: 0;
}
.searchresults .more_area a, .searchresults .more_area a.disabled, .searchresults .more_area a[disabled], .searchresults .more_area a.disabled:hover, .searchresults .more_area a[disabled]:hover, .searchresults .more_area a.disabled:focus, .searchresults .more_area a[disabled]:focus {
  background-color: #14622E;
  color: #fefefe;
}
.searchresults .more_area a:hover, .searchresults .more_area a:focus {
  background-color: #115327;
  color: #fefefe;
}
.searchresults .more_area a:after {
  position: relative;
  content: " ";
  display: inline-block;
  top: 0.2em;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  margin-right: 1em;
  background-image: url(../media/arrow-link-blue.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
}
.searchresults .groups-rel-container {
  margin-top: 10px;
  margin-bottom: 30px;
  min-height: 35px;
}
.searchresults .groups-rel-container .menu li {
  border-radius: 100px;
  background: #3D413E;
  margin-right: 20px;
  margin-bottom: 10px;
  transition: background 0.3s;
}
.searchresults .groups-rel-container .menu li:last-child {
  margin-right: 0;
}
.searchresults .groups-rel-container .menu li:focus, .searchresults .groups-rel-container .menu li:hover {
  /*                    background: get-color(primary);*/
  background: #595f5a;
}
.searchresults .groups-rel-container .menu li a {
  color: #14622E;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 150px;
}
.searchresults .tags-rel-container {
  margin-top: 10px;
  margin-bottom: 30px;
  min-height: 45px;
}
.searchresults .tags-rel-container .menu li {
  border-radius: 100px;
  background: #98C23C;
  margin-right: 20px;
  margin-bottom: 10px;
  transition: background 0.3s;
}
.searchresults .tags-rel-container .menu li:last-child {
  margin-right: 0;
}
.searchresults .tags-rel-container .menu li:focus, .searchresults .tags-rel-container .menu li:hover {
  /*                    background: get-color(primary);*/
  background: #343735;
}
.searchresults .tags-rel-container .menu li a {
  color: #14622E;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 150px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 27, 2021, 1:25:56 PM
    Author     : kapsalis
*/
.pagination-nav-group {
  display: flex;
  flex-direction: column;
}
.pagination-nav-group ul.pagination {
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.pagination-nav-group ul.pagination .formitem_navigation {
  max-width: 30px;
}
.pagination-nav-group ul.pagination .formitem_navigation input {
  max-width: inherit;
  padding-bottom: 0;
}
.pagination-nav-group ul.pagination .arrow.disabled {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 13, 2021, 10:18:46 PM
    Author     : kapsalis
*/
.anycontent-item.layered_and_default_image > .grid-container {
  max-width: 1190px;
}
.anycontent-item.layered_and_default_image > .header .item .title {
  color: #FFFFFF;
}
.anycontent-item.layered_and_default_image.video-type- .image img {
  /*top: 50%;*/
  transform: translateY(-50%) !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 9, 2021, 5:10:20 AM
    Author     : kapsalis
*/
.anycontent-item {
  /*    @include breakpoint(small only) {
          font-size: 16px;
          padding: 20px 20px 25px 20px;
      }
      @include breakpoint(medium only) {
          font-size: 16px;
          padding: 40px 40px 45px 40px;
      }
      @include breakpoint(large only) {
          font-size: 18px;
          padding: 40px 40px 45px 40px;
      }
      @include breakpoint(xlarge) {
          font-size: 18px;
          padding: 60px 60px 65px 60px;
      }*/
}
.anycontent-item .groups-rel-container .menu li {
  border-radius: 100px;
  /*background: get-color(primary);*/
  background: #3d413e;
  margin-right: 20px;
  margin-bottom: 10px;
  transition: background 0.3s;
}
.anycontent-item .groups-rel-container .menu li:last-child {
  margin-right: 0;
}
.anycontent-item .groups-rel-container .menu li:focus, .anycontent-item .groups-rel-container .menu li:hover {
  background: #595f5a;
}
.anycontent-item .groups-rel-container .menu li a {
  color: #FFFFFF;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 150px;
}
.anycontent-item .tags-rel-container {
  /*margin-top: 10px;*/
  /*margin-bottom: 40px;*/
  /*min-height: 35px;*/
}
.anycontent-item .tags-rel-container .menu li {
  border-radius: 100px;
  background: #14622E;
  margin-right: 20px;
  margin-bottom: 10px;
  transition: background 0.3s;
}
.anycontent-item .tags-rel-container .menu li:last-child {
  margin-right: 0;
}
.anycontent-item .tags-rel-container .menu li:focus, .anycontent-item .tags-rel-container .menu li:hover {
  background: #115327;
}
.anycontent-item .tags-rel-container .menu li a {
  color: #FFFFFF;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-width: 150px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 13, 2021, 10:30:53 PM
    Author     : kapsalis
*/
.nav-anycontent-item {
  /*margin-top: 30px;*/
  margin-bottom: 20px;
}
.nav-anycontent-item a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 22px;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 1em;
  padding: 0.4em 3em;
}
[data-whatinput=mouse] .nav-anycontent-item a {
  outline: 0;
}
.nav-anycontent-item a, .nav-anycontent-item a.disabled, .nav-anycontent-item a[disabled], .nav-anycontent-item a.disabled:hover, .nav-anycontent-item a[disabled]:hover, .nav-anycontent-item a.disabled:focus, .nav-anycontent-item a[disabled]:focus {
  background-color: #14622E;
  color: #fefefe;
}
.nav-anycontent-item a:hover, .nav-anycontent-item a:focus {
  background-color: #115327;
  color: #fefefe;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2021, 2:19:55 PM
    Author     : kapsalis
*/
.off-canvas .button.close {
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  padding: 8px;
  color: #14622E;
}
.off-canvas .container .header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #14622E;
  margin-top: 20px;
}
.off-canvas .container .header a {
  display: block;
  max-width: 165px;
  margin: auto;
}
.off-canvas .container .header a img {
  width: 100%;
}
.off-canvas .container menu {
  padding: 10px 30px;
}
.off-canvas .container menu ul {
  margin-left: 0;
}
.off-canvas .container menu a {
  color: #14622E;
  padding: 0.7rem 0;
  display: inline-block;
}
.off-canvas .container menu a.active {
  position: relative;
  color: #14622E;
  font-weight: 700;
  background: transparent;
}
.off-canvas .container menu a.active:after {
  position: absolute;
  content: " ";
  height: 1px;
  width: 100%;
  bottom: 0.2em;
  left: 0;
  background: #14622E;
}
.off-canvas .container menu li.has-dropdown > a {
  display: block;
}
.off-canvas .container .footer {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #14622E;
}
.off-canvas .container .footer a {
  color: #14622E;
}
@media print, screen and (max-width: 39.99875em) {
  .off-canvas .header_menu_side_btn li {
    margin: 0;
    padding: 0 2px;
  }
  .off-canvas .header_menu_side_btn a {
    width: 100%;
    padding: 12px 6px 12px 6px !important;
    color: #FFFFFF !important;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2021, 5:09:48 PM
    Author     : kapsalis
*/
.anycontent-item.imagegallery .slideshow, .anycontent-item.imagegallery .slideshow-inline, .anycontent-item.imagegallery .card {
  background: transparent;
  border: none;
}
.anycontent-item.imagegallery .image img {
  width: auto;
  max-height: calc(100vh - 140px);
  /*max-height: calc(100vh);*/
  margin: auto;
}
.anycontent-item.imagegallery .slideshow-container {
  padding: 40px 100px;
}
.anycontent-item.imagegallery .slick-prev.slick-arrow {
  left: 10px;
}
.anycontent-item.imagegallery .slick-next.slick-arrow {
  right: 10px;
}
.anycontent-item.imagegallery .slick-arrow {
  margin-top: -14px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.anycontent-item.imagegallery button.slick-arrow {
  color: transparent;
}
.anycontent-item.imagegallery button.slick-arrow:before {
  display: none;
}
.anycontent-item.imagegallery button.slick-arrow {
  font-size: 50px;
  width: 50px;
  height: 50px;
}
.anycontent-item.imagegallery button.slick-arrow:after {
  background-color: #14622E;
  color: #FFFFFF;
  padding-top: 43%;
  font-size: 1em;
  font-family: FontAwesome;
  border-radius: 0;
  border: none;
  /*height: inherit;*/
  /*width: inherit;*/
}
.anycontent-item.imagegallery .slick-next:after {
  content: "\f105";
}
.anycontent-item.imagegallery .slick-prev:after {
  content: "\f104";
}
@media print, screen and (max-width: 39.99875em) {
  .anycontent-item.imagegallery .slideshow-container {
    padding: 40px 0;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2021, 6:46:50 PM
    Author     : kapsalis
*/
.anycontent-items [data-virtual-form] {
  margin-bottom: 40px;
}

.anycontent-relative-article-items [data-virtual-form] {
  margin-bottom: 40px;
}

.anycontent-relative-article-items [data-virtual-form] button.button {
  border-radius: 1em;
  font-size: 28px;
  padding: 0.4em 3em;
}
/*# sourceMappingURL=global.css.map */
