@charset "UTF-8";
:root {
  --green: #008060;
  --lightgrey: #f7f4f2;
}
body.thomas {
  font-family: Helvetica, Arial, sans-serif;
}
body.thomas h1, body.thomas h2, body.thomas h3, body.thomas h4, body.thomas h5, body.thomas h6 {
  font-family: Helvetica, Arial, sans-serif;
}
body.thomas a:hover {
  color: var(--green);
}
body.thomas img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.66s;
}
body.thomas img[loading="lazy"].lazyloaded, body.thomas img[loading="lazy"].loaded {
  opacity: 1;
}
body.thomas.post-type-archive-catalog .post.term .post-title h3, body.thomas.tax-catalog-category .post.term .post-title h3 {
  margin-bottom: 0;
}
body.thomas.post-type-archive-catalog .post.term figcaption, body.thomas.tax-catalog-category .post.term figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
body.thomas.post-type-archive-catalog .post.term figcaption h3, body.thomas.tax-catalog-category .post.term figcaption h3 {
  color: #FFF;
  margin: 0;
  font-weight: 400;
  padding: 30px;
  text-align: center;
}
body.thomas .sidebar-container .sidebar-content-main {
  padding-right: 0;
}
@media screen and (min-width: 1068px) {
  body.thomas .sidebar-container .sidebar-content-main + .sidebar {
    padding-left: 45px;
  }
}
body.thomas.single-post .sidebar-container {
  justify-content: center;
}
body.thomas.single-post .post-title-container {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 45px;
}
body.thomas.single-post .post-title.entry-header h4 {
  display: flex;
  justify-content: center;
}
body.thomas.single-post .post-title.entry-header h4 span {
  margin: 0 8px;
}
body.thomas.single-post .post-title.entry-header h4 ul {
  display: flex;
  list-style: none;
}
body.thomas.single .sidebar-container .sidebar {
  padding-top: 22px;
}
body.thomas .thms-slideshow {
  margin-bottom: 70px;
}
body.thomas .thms-slideshow figure {
  padding-bottom: 66.66%;
  width: 100%;
}
body.thomas .thms-slideshow figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.thomas .thms-slideshow .flickity-page-dots {
  bottom: 19px;
}
body.thomas .thms-slideshow .flickity-page-dots .dot {
  background: #FFF;
}
body.thomas .thms-slideshow:hover .flickity-prev-next-button {
  opacity: 1;
}
body.thomas .thms-slideshow .flickity-prev-next-button {
  width: 38px;
  height: 38px;
  opacity: 0;
  transition: opacity 0.33s;
}
body.thomas .thms-slideshow .flickity-prev-next-button.previous {
  left: 19px;
}
body.thomas .thms-slideshow .flickity-prev-next-button.next {
  right: 19px;
}
body.thomas .thms-slideshow .flickity-prev-next-button .flickity-button-icon {
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}
body.thomas .wp-block-media-text {
  grid-template-columns: 58% auto;
}
body.thomas .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: auto 58%;
}
body.thomas .thb-woocommerce-header .term-description p {
  margin-bottom: 1rem;
}
body.thomas .thb-woocommerce-header .term-description p:last-child {
  margin-bottom: 0;
}
body.thomas .thb-product-detail .product-information .single_add_to_cart_button {
  width: auto;
  margin-bottom: 0 !important;
}
body.thomas .widget.widget_nav_menu .sub-menu, body.thomas .widget.widget_nav_menu .children, body.thomas .widget.widget_pages .sub-menu, body.thomas .widget.widget_pages .children, body.thomas .widget.widget_meta .sub-menu, body.thomas .widget.widget_meta .children, body.thomas .widget.widget_product_categories .sub-menu, body.thomas .widget.widget_product_categories .children {
  display: block;
}
body.thomas .widget ul {
  font-weight: 300;
}
body.thomas .widget ul li.current-cat {
  font-weight: normal;
}
body.thomas .widget ul li:last-child {
  margin-bottom: 0;
}
body.thomas .widget.widget_categories .children {
  padding-top: 5px;
  padding-bottom: 2px;
}
body.thomas .thb-arrow + .thb-arrow {
  display: none;
}
body.thomas .products .product-category .thb-category-link {
  /*background: var(--lightgrey);*/
}
body.thomas .products .product-category:hover .thb-category-link {
  background: var(--lightgrey);
}
body.thomas .post-detail .thb-article-nav, body.thomas .post-detail .post-share-container {
  border-color: var(--lightgrey);
}
body.thomas hr {
  border-color: var(--Pampas);
}
body.thomas .thb-heading-letterspacing {
  letter-spacing: 0.1em;
}
body.thomas .thb-breadcrumb-bar {
  text-transform: lowercase;
}
body.thomas .post .thb-read-more {
  text-transform: lowercase;
}
body.thomas .post .post-gallery > a {
  padding-bottom: 120%;
}
body.thomas .post .post-gallery > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.thomas .post .post-gallery .post-category {
  text-transform: lowercase;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 12px;
}
body.thomas .post .post-gallery .post-category a {
  background-color: var(--green);
  padding: 0px 8px;
  height: 24px;
}
body.thomas .wp-block-cover {
  opacity: 1;
  transition: opacity 0.66s;
}
body.thomas .wp-block-cover[data-bg]:not(.lazyloaded) {
  opacity: 0 !important;
}
body.thomas .wp-block-cover.ratio-2-1, body.thomas .wp-block-cover.ratio-16-9, body.thomas .wp-block-cover.ratio-3-2 {
  position: relative;
}
body.thomas .wp-block-cover.ratio-2-1 .wp-block-cover__inner-container, body.thomas .wp-block-cover.ratio-16-9 .wp-block-cover__inner-container, body.thomas .wp-block-cover.ratio-3-2 .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.thomas .wp-block-cover.ratio-2-1 {
  padding: 0 0 50% 0;
}
body.thomas .wp-block-cover.ratio-16-9 {
  padding: 0 0 56.25% 0;
}
body.thomas .wp-block-cover.ratio-3-2 {
  padding: 0 0 66.66% 0;
}
body.thomas .wp-block-cover p:empty, body.thomas .wp-block-cover a:empty {
  display: none;
}
body.thomas .wp-block-cover h2 a {
  text-underline-offset: 8px;
}
body.thomas .wp-block-cover a {
  color: #FFF;
}
body.thomas .wp-block-cover .wp-block-cover__inner-container {
  padding: 2.617924em 1em;
}
body.thomas .wp-block-cover .wp-block-cover__inner-container *:first-child:last-child {
  margin-bottom: 0;
}
body.thomas .wp-block-mapbox {
  position: relative;
  padding-bottom: 66.66%;
  margin: 0 0 2.8315em 0;
}
body.thomas .wp-block-mapbox #mapbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.thomas.single .related-items > h2 {
  font-size: 16px;
  display: block;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 32px;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}
body.thomas #curator-feed-default {
  font-size: 13px;
  margin: 0 -15px;
}
body.thomas #curator-feed-default .crt-carousel-pane {
  padding: 0 15px;
}
body.thomas #curator-feed-default .crt-carousel-feed {
  max-width: 1440px !important;
}
body.thomas #curator-feed-default .crt-post-image {
  border-radius: 0;
  object-fit: cover;
}
body.thomas #curator-feed-default .crt-post {
  background-color: var(--Pampas);
}
body.thomas #curator-feed-default .crt-post .crt-image-c {
  padding-bottom: 100% !important;
}
body.thomas #curator-feed-default .crt-post .crt-post-footer {
  border-color: #FFF;
}
body.thomas #curator-feed-default .crt-post .crt-post-footer .crt-post-userimage {
  display: none;
}
body.thomas #curator-feed-default .crt-panel-next, body.thomas #curator-feed-default .crt-panel-prev {
  width: 38px;
  height: 38px;
  background-color: var(--Pampas);
}
body.thomas #curator-feed-default .crt-panel-next::before, body.thomas #curator-feed-default .crt-panel-prev::before {
  font-size: 14px;
  color: var(--CodGray);
}
body.thomas #curator-feed-default .crt-panel-prev {
  left: -52px;
}
body.thomas #curator-feed-default .crt-panel-next {
  right: -52px;
}
@media screen and (max-width: 1440px) {
  body.thomas #curator-feed-default .crt-panel-prev {
    transform: scale(0.75);
    left: -29px;
    /*left: 32px;
				top: calc(47vw);*/
  }
  body.thomas #curator-feed-default .crt-panel-next {
    transform: scale(0.75);
    right: -29px;
    /*
				right: 32px;
				top: calc(47vw);*/
  }
}
@media screen and (max-width: 1024px) {
  body.thomas #curator-feed-default .crt-panel-prev {
    transform: scale(1);
    left: 32px;
    top: calc(47vw);
  }
  body.thomas #curator-feed-default .crt-panel-next {
    transform: scale(1);
    right: 32px;
    top: calc(47vw);
  }
}
body.thomas #curator-feed-default a {
  text-decoration: none;
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.grecaptcha-badge {
  visibility: hidden;
}
body.thomas .subfooter, body.thomas .footer {
  background-color: var(--lightgrey);
}
body.thomas .footer + .subfooter::before {
  background: #FFF;
}
body.thomas .subfooter .columns {
  margin: 1rem 0;
}
@media screen and (min-width: 48em) {
  body.thomas .subfooter .columns {
    margin: 0;
  }
}
body.thomas .subfooter .copyright {
  display: inline;
  margin-right: 1rem;
}
body.thomas .subfooter .menu-legal-container {
  display: inline-block;
}
body.thomas .subfooter .menu {
  display: flex;
  list-style: none;
  text-transform: lowercase;
  margin: 0;
}
body.thomas .subfooter .menu li {
  margin-right: 1rem;
}
body.thomas #cookie-notice {
  font: inherit;
  font-size: 10px;
  line-height: 15px;
  color: var(--MineShaft);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.06);
}
body.thomas #cookie-notice .cn-button {
  font: inherit;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0 5px 6px 5px;
  color: inherit;
}
body.thomas #cookie-notice .cn-button:hover {
  box-shadow: none;
  color: var(--green);
}
body.thomas #cookie-notice .cn-text-container {
  margin: 0 6px 6px;
}
body.thomas #cookie-notice .cookie-notice-container {
  padding: 13px 14px 7px 14px;
}
body.thomas.home .hentry > .row > .columns > .wp-block-media-text .wp-block-media-text__media, body.thomas.home .hentry > .row > .columns > .wp-block-cover {
  position: relative;
  /*
			&::after {
				
				content: "";
				position: absolute;
				display: none;
				top: 0;
				left: 0;
				height: 96px;
				width: 32px;
				background-image: url("/wp-content/themes/thomas/assets/img/thomas-label.svg");
				background-repeat: no-repeat;
				pointer-events: none;
				z-index: 5;
				
				@media screen and (min-width: 48em) {
					
					display: block;
					left: -32px;
					
				}
				
			}
			*/
}
body.thomas.home .hentry > .row > .columns > .wp-block-media-text .wp-block-media-text__media::after, body.thomas.home .hentry > .row > .columns > .wp-block-cover::after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 24px;
  bottom: 24px;
  left: auto;
  max-height: calc(100% - 48px);
  height: 367px;
  width: 82px;
  background-image: url("/wp-content/themes/thomas/assets/img/thomas-vertical.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
}
body.thomas.home .hentry > .row > .columns > .wp-block-cover h2 {
  font-size: 3.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body.thomas.home .hentry > .row > .columns > .wp-block-cover h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 640px) {
  body.thomas.home .hentry > .row > .columns > .wp-block-cover h2 {
    font-size: 2em;
  }
}
body.thomas .subheader {
  background-color: var(--Pampas);
  color: var(--MineShaft);
  letter-spacing: 0.15em;
  font-weight: normal;
  text-transform: uppercase;
}
body.thomas .header::after {
  background-color: var(--lightgrey);
}
body.thomas .header .logo-holder .logo-text {
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  body.thomas .header .logo-holder .logo-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  body.thomas .header .logo-holder .logo-text .logolink span + span {
    font-size: 10px;
  }
}
body.thomas .header .logo-holder .logo-text .logolink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.thomas .header .logo-holder .logo-text .logolink span {
  margin: 0 0.15em;
}
body.thomas .thomas-language-switcher > li > a {
  pointer-events: none;
}
body.thomas .header .header-logo-row {
  background-color: rgba(255, 255, 255, 0.97);
}
@media screen and (max-width: 1023px) {
  body.thomas .header .header-logo-row .large-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
body.thomas .thb-secondary-area .thb-secondary-item.thb-quick-search:hover svg.thb-search-icon {
  fill: var(--DeepSea);
}
body.thomas .thb-secondary-area .thb-secondary-item.thb-quick-search .thb-item-icon-wrapper {
  margin-right: 0;
  cursor: pointer;
}
body.thomas .thb-secondary-area .thb-secondary-item.thb-quick-search .thb-item-text {
  display: none;
}
body.thomas .side-panel-header span, body.thomas .thb-mobile-menu > li > a {
  text-transform: lowercase;
}
body.thomas .thb-mobile-menu > li > a {
  color: var(--green);
}
body.thomas .thb-mobile-menu > li > a:hover {
  color: var(--MineShaft);
}
@media screen and (min-width: 1068px) {
  body.thomas .header .header-logo-row {
    padding: 20px 0;
  }
  body.thomas .header .thb-navbar, body.thomas .thb-secondary-area .thb-secondary-menu {
    display: none;
  }
  body.thomas .mobile-toggle-holder {
    display: block;
  }
}
body.thomas #mobile-menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body.thomas.blog .post.type-post .post-title h3, body.thomas.archive .post.type-post .post-title h3 {
  margin-bottom: 0;
}
body.thomas.blog .post.type-post .thb-post-bottom, body.thomas.archive .post.type-post .thb-post-bottom {
  margin-bottom: 5px;
}
body.thomas.blog .post.type-post .post-excerpt, body.thomas.archive .post.type-post .post-excerpt {
  font-size: 16px;
}
body.thomas.blog .post.type-post .post-category, body.thomas.archive .post.type-post .post-category {
  display: none;
}
body.thomas.blog .post.type-post figcaption, body.thomas.archive .post.type-post figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
body.thomas.blog .post.type-post figcaption h3, body.thomas.archive .post.type-post figcaption h3 {
  color: #FFF;
  margin: 0;
  font-weight: 400;
  text-align: center;
  padding: 30px;
}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra] {
  cursor: pointer;
}
.jp-carousel-wrap * {
  line-height: inherit;
}
.jp-carousel-overlay {
  background: #000;
}
div.jp-carousel-fadeaway {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  position: fixed;
  bottom: 0;
  z-index: 2147483647;
  width: 100%;
  height: 15px;
}
.jp-carousel-next-button span, .jp-carousel-previous-button span {
  background: url(../modules/carousel/images/arrows.png) no-repeat center center;
  background-size: 200px 126px;
}
.jp-carousel-msg {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  display: inline-block;
  line-height: 19px;
  padding: 11px 15px;
  font-size: 14px;
  text-align: center;
  margin: 25px 20px 0 2px;
  background-color: #fff;
  border-left: 4px solid #ffba00;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .jp-carousel-next-button span, .jp-carousel-previous-button span {
    background-image: url(../modules/carousel/images/arrows-2x.png);
  }
}
.jp-carousel-wrap {
  font-family: "Helvetica Neue", sans-serif !important;
}
.jp-carousel-info {
  position: absolute;
  bottom: 0;
  text-align: left !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
.jp-carousel-info ::selection {
  background: #68c9e8;
  color: #fff;
}
.jp-carousel-info ::-moz-selection {
  background: #68c9e8;
  color: #fff;
}
.jp-carousel-photo-info {
  position: relative;
  left: 25%;
  width: 50%;
}
.jp-carousel-transitions .jp-carousel-photo-info {
  transition: 0.4s ease-out;
}
.jp-carousel-info h2 {
  background: 0 0 !important;
  border: none !important;
  color: #999;
  display: block !important;
  font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
  letter-spacing: 0 !important;
  margin: 7px 0 0 0 !important;
  padding: 10px 0 0 !important;
  overflow: hidden;
  text-align: left;
  text-shadow: none !important;
  text-transform: none !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
.jp-carousel-next-button, .jp-carousel-previous-button {
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.jp-carousel-next-button span, .jp-carousel-previous-button span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 82px;
  zoom: 1;
  opacity: 0.2;
}
.jp-carousel-transitions .jp-carousel-next-button span, .jp-carousel-transitions .jp-carousel-previous-button span {
  transition: 0.5s opacity ease-out;
}
.jp-carousel-next-button:hover span, .jp-carousel-previous-button:hover span {
  opacity: 0.6;
}
.jp-carousel-next-button span {
  background-position: -110px center;
  right: 0;
}
.jp-carousel-previous-button span {
  background-position: -10px center;
  left: 0;
}
.jp-carousel-buttons {
  margin: -18px -20px 15px;
  padding: 8px 10px;
  border-bottom: 1px solid #222;
  background: #222;
  text-align: center;
}
div.jp-carousel-buttons a {
  border: none !important;
  color: #999;
  font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
  letter-spacing: 0 !important;
  padding: 5px 2px 5px 0;
  text-decoration: none !important;
  text-shadow: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: subpixel-antialiased;
}
div.jp-carousel-buttons a:hover {
  color: #68c9e8;
  border: none !important;
}
.jp-carousel-transitions div.jp-carousel-buttons a:hover {
  transition: none !important;
}
.jp-carousel-next-button, .jp-carousel-previous-button, .jp-carousel-slide, .jp-carousel-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.jp-carousel-slide {
  position: fixed;
  width: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.jp-carousel-transitions .jp-carousel-slide {
  transition: 0.3s ease-out;
}
.jp-carousel-slide.selected {
  position: absolute !important;
  opacity: 1;
}
.jp-carousel-slide {
  opacity: 0.25;
}
.jp-carousel-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  background: 0 0 !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  zoom: 1;
}
.jp-carousel-transitions .jp-carousel-slide {
  transition: opacity 0.4s linear;
}
.jp-carousel-close-hint {
  color: #999;
  cursor: default;
  letter-spacing: 0 !important;
  padding: 0.35em 0 0;
  position: absolute;
  text-align: right;
  width: 90%;
}
.jp-carousel-transitions .jp-carousel-close-hint {
  transition: color 0.2s linear;
}
.jp-carousel-close-hint span {
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  height: 22px;
  font: 400 24px/1 "Helvetica Neue", sans-serif !important;
  line-height: 22px;
  margin: 0 0 0 0.4em;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  border-radius: 4px;
}
.jp-carousel-transitions .jp-carousel-close-hint span {
  transition: border-color 0.2s linear;
}
.jp-carousel-close-hint:hover {
  cursor: default;
  color: #fff;
}
.jp-carousel-close-hint:hover span {
  border-color: #fff;
}
a.jp-carousel-image-download, div.jp-carousel-buttons a.jp-carousel-commentlink, div.jp-carousel-buttons a.jp-carousel-reblog {
  background: url(../modules/carousel/images/carousel-sprite.png?5) no-repeat;
  background-size: 16px 200px;
}
div.jp-carousel-buttons a.jp-carousel-commentlink, div.jp-carousel-buttons a.jp-carousel-reblog {
  margin: 0 14px 0 0 !important;
}
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-color: #303030;
  padding-right: 8px !important;
  border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  margin: 0 2px 0 -12px !important;
}
div.jp-carousel-buttons a.jp-carousel-reblog, div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  background-position: 6px -36px;
  padding-right: auto !important;
  padding-left: 26px !important;
  color: #999;
}
div.jp-carousel-buttons a.jp-carousel-commentlink {
  background-position: 0 -156px;
  padding-left: 19px !important;
}
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  cursor: default;
}
div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  background-position: 6px -56px;
  color: #68c9e8;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  a.jp-carousel-image-download, div.jp-carousel-buttons a.jp-carousel-commentlink, div.jp-carousel-buttons a.jp-carousel-reblog {
    background-image: url(../modules/carousel/images/carousel-sprite-2x.png?5);
  }
}
div#carousel-reblog-box {
  background: #222;
  background: -moz-linear-gradient(bottom, #222, #333);
  background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#333));
  padding: 3px 0 0;
  display: none;
  margin: 5px auto 0;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  height: 74px;
  width: 565px;
}
#carousel-reblog-box textarea {
  background: #999;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  color: #444;
  padding: 3px 6px;
  width: 370px;
  height: 48px;
  float: left;
  margin: 6px 9px 0 9px;
  border: 1px solid #666;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
#carousel-reblog-box textarea:focus {
  background: #ccc;
  color: #222;
}
#carousel-reblog-box label {
  color: #aaa;
  font-size: 11px;
  padding-right: 2px;
  padding-left: 2px;
  display: inline;
  font-weight: 400;
}
#carousel-reblog-box select {
  width: 110px;
  padding: 0;
  font-size: 12px;
  font-family: "Helvetica Neue", sans-serif !important;
  background: #333;
  color: #eee;
  border: 1px solid #444;
  margin-top: 5px;
}
#carousel-reblog-box .submit, #wrapper #carousel-reblog-box p.response {
  float: left;
  width: 154px;
  padding-top: 0;
  padding-left: 1px;
  overflow: hidden;
  height: 34px;
  margin: 3px 0 0 2px !important;
}
#wrapper #carousel-reblog-box p.response {
  font-size: 13px;
  clear: none;
  padding-left: 2px;
  height: 34px;
  color: #aaa;
}
#carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
  font: 13px/24px "Helvetica Neue", sans-serif !important;
  margin-top: 8px;
  padding: 0 10px !important;
  border-radius: 1em;
  height: 24px;
  color: #333;
  cursor: pointer;
  font-weight: 400;
  background: #aaa;
  background: -moz-linear-gradient(bottom, #aaa, #ccc);
  background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
  border: 1px solid #444;
}
#carousel-reblog-box input#carousel-reblog-submit:hover, #jp-carousel-comment-form-button-submit:hover {
  background: #ccc;
  background: -moz-linear-gradient(bottom, #ccc, #eee);
  background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee));
}
#carousel-reblog-box .canceltext {
  color: #aaa;
  font-size: 11px;
  line-height: 24px;
}
#carousel-reblog-box .canceltext a {
  color: #fff;
}
.jp-carousel-titleanddesc {
  border-top: 1px solid #222;
  color: #999;
  font-size: 15px;
  padding-top: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
.jp-carousel-titleanddesc-title {
  font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
  text-transform: none !important;
  color: #fff;
  margin: 0 0 15px;
  padding: 0;
}
.jp-carousel-titleanddesc-desc p {
  color: #999;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.jp-carousel-comments p a, .jp-carousel-info h2 a, .jp-carousel-titleanddesc p a {
  color: #fff !important;
  border: none !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.jp-carousel-titleanddesc p b, .jp-carousel-titleanddesc p strong {
  font-weight: 700;
  color: #999;
}
.jp-carousel-titleanddesc p em, .jp-carousel-titleanddesc p i {
  font-style: italic;
  color: #999;
}
.jp-carousel-comments p a:hover, .jp-carousel-info h2 a:hover, .jp-carousel-titleanddesc p a:hover {
  color: #68c9e8 !important;
}
.jp-carousel-titleanddesc p:empty {
  display: none;
}
.jp-carousel-left-column-wrapper h1:after, .jp-carousel-left-column-wrapper h1:before, .jp-carousel-photo-info h1:after, .jp-carousel-photo-info h1:before {
  content: none !important;
}
.jp-carousel-image-meta {
  background: #111;
  border: 1px solid #222;
  color: #fff;
  font-size: 13px;
  font: 12px/1.4 "Helvetica Neue", sans-serif !important;
  overflow: hidden;
  padding: 18px 20px;
  width: 209px !important;
}
.jp-carousel-image-meta h5, .jp-carousel-image-meta li {
  font-family: "Helvetica Neue", sans-serif !important;
  position: inherit !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  background: 0 0 !important;
  border: none !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
}
.jp-carousel-image-meta ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.jp-carousel-image-meta li {
  width: 48% !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 2% 15px 0 !important;
  color: #fff !important;
  font-size: 13px !important;
}
.jp-carousel-image-meta h5 {
  color: #999 !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  margin: 0 0 2px !important;
  letter-spacing: 0.1em !important;
}
a.jp-carousel-image-download {
  padding-left: 23px;
  display: inline-block;
  clear: both;
  color: #999;
  line-height: 1;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  background-position: 0 -82px;
}
a.jp-carousel-image-download span.photo-size {
  font-size: 11px;
  border-radius: 1em;
  margin-left: 2px;
  display: inline-block;
}
a.jp-carousel-image-download span.photo-size-times {
  padding: 0 1px 0 2px;
}
a.jp-carousel-image-download:hover {
  background-position: 0 -122px;
  color: #68c9e8;
  border: none !important;
}
.jp-carousel-image-map {
  position: relative;
  margin: -20px -20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  height: 154px;
}
.jp-carousel-image-map img.gmap-main {
  border-top-left-radius: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.jp-carousel-image-map div.gmap-topright {
  width: 94px;
  height: 154px;
  position: absolute;
  top: 0;
  right: 0;
}
.jp-carousel-image-map div.imgclip {
  overflow: hidden;
  border-top-right-radius: 6px;
}
.jp-carousel-image-map div.gmap-topright img {
  margin-left: -40px;
}
.jp-carousel-image-map img.gmap-bottomright {
  position: absolute;
  top: 96px;
  right: 0;
}
.jp-carousel-comments {
  font: 15px/1.7 "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  background: none transparent;
}
.jp-carousel-comments p a:active, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:hover {
  color: #68c9e8 !important;
}
.jp-carousel-comment {
  background: none transparent;
  color: #999;
  margin-bottom: 20px;
  clear: left;
  overflow: auto;
  width: 100%;
}
.jp-carousel-comment p {
  color: #999 !important;
}
.jp-carousel-comment .comment-author {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  width: auto;
  display: inline;
  float: none;
  border: none;
  margin: 0;
}
.jp-carousel-comment .comment-author a {
  color: #fff;
}
.jp-carousel-comment .comment-gravatar {
  float: left;
}
.jp-carousel-comment .comment-content {
  border: none;
  margin-left: 85px;
  padding: 0;
}
.jp-carousel-comment .avatar {
  margin: 0 20px 0 0;
  border-radius: 4px;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.jp-carousel-comment .comment-date {
  color: #999;
  margin-top: 4px;
  font-size: 11px;
  display: inline;
  float: right;
}
#jp-carousel-comment-form {
  margin: 0 0 10px !important;
  float: left;
  width: 100%;
}
textarea#jp-carousel-comment-form-comment-field {
  background: rgba(34, 34, 34, 0.9);
  border: 1px solid #3a3a3a;
  color: #aaa;
  font: 15px/1.4 "Helvetica Neue", sans-serif !important;
  width: 100%;
  padding: 10px 10px 5px;
  margin: 0;
  float: none;
  height: 147px;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
}
textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  color: #555;
}
textarea#jp-carousel-comment-form-comment-field:focus {
  background: #ccc;
  color: #222;
}
textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  color: #aaa;
}
#jp-carousel-comment-form-spinner, #jp-carousel-comment-form-spinner:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#jp-carousel-comment-form-spinner {
  display: none;
  float: left;
  margin: 22px 0 0 10px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#jp-carousel-comment-form-submit-and-info-wrapper {
  display: none;
  overflow: hidden;
  width: 100%;
}
#jp-carousel-comment-form-commenting-as input {
  background: rgba(34, 34, 34, 0.9);
  border: 1px solid #3a3a3a;
  color: #aaa;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  padding: 3px 6px;
  float: left;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 285px;
}
#jp-carousel-comment-form-commenting-as input:focus {
  background: #ccc;
  color: #222;
}
#jp-carousel-comment-form-commenting-as p {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 22px 0 0;
  float: left;
}
#jp-carousel-comment-form-commenting-as fieldset {
  float: left;
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
}
#jp-carousel-comment-form-commenting-as fieldset {
  clear: both;
}
#jp-carousel-comment-form-commenting-as label {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 0 20px 3px 0;
  float: left;
  width: 100px;
}
#jp-carousel-comment-form-button-submit {
  margin-top: 20px;
  float: right;
}
#js-carousel-comment-form-container {
  margin-bottom: 15px;
  overflow: auto;
  width: 100%;
}
#jp-carousel-comment-form-container {
  margin-bottom: 15px;
  overflow: auto;
  width: 100%;
}
#jp-carousel-comment-post-results {
  display: none;
  overflow: auto;
  width: 100%;
}
#jp-carousel-comment-post-results span {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  overflow: auto;
  padding: 1em 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 0 5px 5px #000;
}
.jp-carousel-comment-post-error {
  color: #df4926;
}
#jp-carousel-comments-closed {
  display: none;
  color: #999;
}
#jp-carousel-comments-loading {
  font: 400 15px/1.7 "Helvetica Neue", sans-serif !important;
  display: none;
  color: #999;
  text-align: left;
  margin-bottom: 20px;
}
.jp-carousel-light .jp-carousel-overlay {
  background: #fff;
}
.jp-carousel-light .jp-carousel-next-button:hover span, .jp-carousel-light .jp-carousel-previous-button:hover span {
  opacity: 0.8;
}
.jp-carousel-light .jp-carousel-close-hint:hover, .jp-carousel-light .jp-carousel-titleanddesc div {
  color: #000 !important;
}
.jp-carousel-light .jp-carousel-comment .comment-author a, .jp-carousel-light .jp-carousel-comments p a, .jp-carousel-light .jp-carousel-info h2 a, .jp-carousel-light .jp-carousel-titleanddesc p a {
  color: #1e8cbe !important;
}
.jp-carousel-light .jp-carousel-comment .comment-author a:hover, .jp-carousel-light .jp-carousel-comments p a:hover, .jp-carousel-light .jp-carousel-info h2 a:hover, .jp-carousel-light .jp-carousel-titleanddesc p a:hover {
  color: #f1831e !important;
}
.jp-carousel-light .jp-carousel-comment, .jp-carousel-light .jp-carousel-comment p, .jp-carousel-light .jp-carousel-info h2, .jp-carousel-light .jp-carousel-titleanddesc, .jp-carousel-light .jp-carousel-titleanddesc p, .jp-carousel-light .jp-carousel-titleanddesc p b, .jp-carousel-light .jp-carousel-titleanddesc p em, .jp-carousel-light .jp-carousel-titleanddesc p i, .jp-carousel-light .jp-carousel-titleanddesc p strong, .jp-carousel-light div.jp-carousel-buttons a {
  color: #666;
}
.jp-carousel-light .jp-carousel-buttons {
  border-bottom-color: #f0f0f0;
  background: #f5f5f5;
}
.jp-carousel-light div.jp-carousel-buttons a:hover {
  text-decoration: none;
  color: #f1831e;
}
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog, .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  background-position: 4px -56px;
  padding-left: 24px !important;
}
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-color: #2ea2cc;
  color: #fff;
}
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink {
  background-position: 0 -176px;
}
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-position: 5px -36px;
}
.jp-carousel-light div#carousel-reblog-box {
  background: #eee;
  background: -moz-linear-gradient(bottom, #ececec, #f7f7f7);
  background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f7f7f7));
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
.jp-carousel-light #carousel-reblog-box textarea {
  border: 1px inset #ccc;
  color: #666;
  border: 1px solid #cfcfcf;
  background: #fff;
}
.jp-carousel-light #carousel-reblog-box .canceltext {
  color: #888;
}
.jp-carousel-light #carousel-reblog-box .canceltext a {
  color: #666;
}
.jp-carousel-light #carousel-reblog-box select {
  background: #eee;
  color: #333;
  border: 1px solid #aaa;
}
#jp-carousel-comment-form-button-submit, .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit {
  color: #333;
  background: #fff;
  background: -moz-linear-gradient(bottom, #ddd, #fff);
  background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
  border: 1px solid #aaa;
}
.jp-carousel-light .jp-carousel-image-meta {
  background: #fafafa;
  border: 1px solid #eee;
  border-top-color: #f5f5f5;
  border-left-color: #f5f5f5;
  color: #333;
}
.jp-carousel-light .jp-carousel-image-meta li {
  color: #000 !important;
}
.jp-carousel-light .jp-carousel-close-hint {
  color: #ccc;
}
.jp-carousel-light .jp-carousel-close-hint span {
  background-color: #fff;
  border-color: #ccc;
}
.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  color: #aaa;
}
.jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
  color: #333;
}
.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  color: #ddd;
}
.jp-carousel-light a.jp-carousel-image-download {
  background-position: 0 -122px;
}
.jp-carousel-light a.jp-carousel-image-download:hover {
  background-position: 0 -122px;
  color: #f1831e;
}
.jp-carousel-light textarea#jp-carousel-comment-form-comment-field {
  background: #fbfbfb;
  color: #333;
  border: 1px solid #dfdfdf;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.jp-carousel-light #jp-carousel-comment-form-commenting-as input {
  background: #fbfbfb;
  border: 1px solid #dfdfdf;
  color: #333;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus {
  background: #fbfbfb;
  color: #333;
}
.jp-carousel-light #jp-carousel-comment-post-results span {
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}
.jp-carousel-light .jp-carousel-slide {
  background-color: #fff;
}
.jp-carousel-light .jp-carousel-titleanddesc {
  border-top: 1px solid #eee;
}
.jp-carousel-light .jp-carousel-fadeaway {
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
}
@media only screen and (max-width: 760px) {
  .jp-carousel-info {
    margin: 0 10px !important;
  }
  .jp-carousel-next-button, .jp-carousel-previous-button {
    display: none !important;
  }
  .jp-carousel-buttons {
    display: none !important;
  }
  .jp-carousel-image-meta {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .jp-carousel-close-hint {
    font-weight: 800 !important;
    font-size: 26px !important;
    position: fixed !important;
    top: -10px;
  }
  .jp-carousel-slide img {
    opacity: 1;
  }
  .jp-carousel-wrap {
    background-color: #000;
  }
  .jp-carousel-fadeaway {
    display: none;
  }
  #jp-carousel-comment-form-container {
    display: none !important;
  }
  .jp-carousel-titleanddesc {
    padding-top: 0 !important;
    border: none !important;
  }
  .jp-carousel-titleanddesc-title {
    font-size: 1em !important;
  }
  .jp-carousel-left-column-wrapper {
    padding: 0;
    width: 100% !important;
  }
  .jp-carousel-photo-info {
    left: 0 !important;
    width: 100% !important;
  }
}
.contact-form .clear-form {
  clear: both;
}
.contact-form input:-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contact-form input::-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contact-form input::placeholder {
  transition: opacity 0.3s ease-out;
}
.contact-form input:hover:-ms-input-placeholder {
  opacity: 0.5;
}
.contact-form input:hover::-ms-input-placeholder {
  opacity: 0.5;
}
.contact-form input:hover::placeholder {
  opacity: 0.5;
}
.contact-form input:focus:-ms-input-placeholder {
  opacity: 0.3;
}
.contact-form input:focus::-ms-input-placeholder {
  opacity: 0.3;
}
.contact-form input:focus::placeholder {
  opacity: 0.3;
}
.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
  box-sizing: border-box;
  margin-bottom: 1.5em;
  width: 100%;
}
.contact-form select {
  margin-bottom: 1.5em;
}
.contact-form textarea {
  box-sizing: border-box;
  float: none;
  height: 200px;
  margin-bottom: 1.5em;
  width: 100%;
}
.contact-form input[type=checkbox], .contact-form input[type=radio] {
  float: none;
  margin: 0 0.75rem 0 5px;
}
.contact-form input[type=checkbox] {
  top: 0;
  margin-left: 0;
}
.contact-form label {
  margin-bottom: 0.25em;
  float: none;
  font-weight: 700;
  display: block;
}
.contact-form label.consent-implicit input {
  display: none;
}
.contact-form label.checkbox, .contact-form label.checkbox-multiple, .contact-form label.radio {
  margin-bottom: 0.25em;
  float: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.contact-form .grunion-field-checkbox-multiple-wrap, .contact-form .grunion-field-checkbox-wrap, .contact-form .grunion-field-consent-wrap, .contact-form .grunion-field-radio-wrap {
  margin-bottom: 1em;
}
.contact-form label span {
  font-size: 85%;
  margin-left: 0.25em;
  font-weight: 400;
}
.contact-form-submission {
  margin-bottom: 4em;
  padding: 1.5em 1em;
}
.contact-form-submission p {
  margin: 0 auto;
  word-wrap: break-word;
}
.form-errors .form-error-message {
  color: red;
}
.textwidget .contact-form input[type=email], .textwidget .contact-form input[type=tel], .textwidget .contact-form input[type=text], .textwidget .contact-form input[type=url], .textwidget .contact-form textarea, .wp-block-column .contact-form input[type=email], .wp-block-column .contact-form input[type=tel], .wp-block-column .contact-form input[type=text], .wp-block-column .contact-form input[type=url], .wp-block-column .contact-form textarea {
  width: 100%;
}
#jetpack-check-feedback-spam {
  margin: 1px 8px 0 0;
}
.jetpack-check-feedback-spam-spinner {
  display: inline-block;
  margin-top: 7px;
}
.wp-block-jetpack-contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.wp-block-jetpack-button, .wp-block-jetpack-contact-form .grunion-field-wrap {
  flex: 0 0 100%;
}
.wp-block-jetpack-button.alignright button {
  float: right;
}
.wp-block-jetpack-contact-form .grunion-field-wrap {
  border-right: 15px solid transparent;
}
.wp-block-jetpack-contact-form .grunion-field-width-25-wrap {
  flex: 0 0 25%;
}
.wp-block-jetpack-contact-form .grunion-field-width-50-wrap {
  flex: 0 0 50%;
}
.wp-block-jetpack-contact-form .grunion-field-width-75-wrap {
  flex: 0 0 75%;
}
.grunion-field-checkbox-wrap, .grunion-field-consent-wrap {
  align-self: center;
}
@media only screen and (min-width: 600px) {
  .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
    width: 50%;
  }
  .wp-block-jetpack-contact-form input[type=email], .wp-block-jetpack-contact-form input[type=tel], .wp-block-jetpack-contact-form input[type=text], .wp-block-jetpack-contact-form input[type=url] {
    width: 100%;
  }
}
.jetpack-empty-spam-container {
  display: inline-block;
}
.jetpack-empty-spam {
  display: inline-block;
}
.jetpack-empty-spam-spinner {
  display: inline-block;
  margin-top: 7px;
}
.infinite-loader {
  color: #000;
  display: block;
  height: 28px;
  text-align: center;
}
#infinite-handle span {
  background: #333;
  border-radius: 1px;
  color: #eee;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 16px;
}
@keyframes spinner-inner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.infinite-loader .spinner-inner div {
  left: 47px;
  top: 24px;
  position: absolute;
  animation: spinner-inner linear 1s infinite;
  background: #000;
  outline: 1px solid #fff;
  width: 6px;
  height: 12px;
  border-radius: 3px/6px;
  transform-origin: 3px 26px;
}
.infinite-loader .spinner-inner div:nth-child(1) {
  transform: rotate(0);
  animation-delay: -0.9166666667s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666667s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666667s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.1666666667s;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -83.3333333333ms;
  background: #000;
}
.infinite-loader .spinner-inner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #000;
}
.infinite-loader .spinner {
  width: 28px;
  height: 28px;
  display: inline-block;
  overflow: hidden;
  background: 0 0;
}
.infinite-loader .spinner-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.28);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.infinite-loader .spinner-inner div {
  box-sizing: content-box;
}
#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover {
  display: inline;
  position: static;
  padding: 0;
  margin: 0;
  border: none;
  line-height: inherit;
  background: 0 0;
  color: inherit;
  cursor: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
#infinite-handle span button::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 800px) {
  #infinite-handle span:before {
    display: none;
  }
  #infinite-handle span {
    display: block;
  }
}
#infinite-footer {
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%;
}
#infinite-footer a {
  text-decoration: none;
}
#infinite-footer .blog-credits a:hover, #infinite-footer .blog-info a:hover {
  color: #444;
  text-decoration: underline;
}
#infinite-footer .container {
  background: rgba(255, 255, 255, 0.8);
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 1px 20px;
  width: 780px;
}
#infinite-footer .blog-credits, #infinite-footer .blog-info {
  box-sizing: border-box;
  line-height: 25px;
}
#infinite-footer .blog-info {
  float: left;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
}
#infinite-footer .blog-credits {
  font-weight: 400;
  float: right;
  width: 60%;
}
#infinite-footer .blog-info a {
  color: #111;
  font-size: 14px;
  font-weight: 700;
}
#infinite-footer .blog-credits {
  color: #888;
  font-size: 12px;
  text-align: right;
}
#infinite-footer .blog-credits a {
  color: #666;
}
.infinity-end.neverending #infinite-footer {
  display: none;
}
@media (max-width: 640px) {
  #infinite-footer .container {
    box-sizing: border-box;
    width: 100%;
  }
  #infinite-footer .blog-info {
    width: 30%;
  }
  #infinite-footer .blog-credits {
    width: 70%;
  }
  #infinite-footer .blog-credits, #infinite-footer .blog-info a {
    font-size: 10px;
  }
}
@media (max-width: 640px) {
  #infinite-footer {
    position: static;
  }
}
#infinite-aria {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.infinite-wrap:focus {
  outline: 0 !important;
}
#jp-post-flair {
  padding-top: 0.5em;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
  clear: both;
}
div.sharedaddy h3.sd-title {
  margin: 0 0 1em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700;
}
div.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
  width: 61px;
  overflow: hidden;
}
#wpadminbar iframe.admin-bar-likes-widget {
  width: 61px;
  height: 28px;
  min-height: 28px;
  border-width: 0;
  position: absolute;
  top: 0;
}
div.jetpack-likes-widget-wrapper {
  width: 100%;
  min-height: 50px;
  position: relative;
}
div.jetpack-likes-widget-wrapper .sd-link-color {
  font-size: 12px;
}
div.jetpack-likes-widget-wrapper.slim-likes-widget {
  width: 1px;
  min-height: 0;
}
div.jetpack-comment-likes-widget-wrapper {
  width: 100%;
  position: relative;
  min-height: 31px;
}
div.jetpack-comment-likes-widget-wrapper iframe {
  margin-bottom: 0;
}
#likes-other-gravatars {
  display: none;
  position: absolute;
  padding: 10px 10px 12px 10px;
  background-color: #2e4453;
  border-width: 0;
  box-shadow: 0 0 10px #2e4453;
  box-shadow: 0 0 10px rgba(46, 68, 83, 0.6);
  min-width: 130px;
  z-index: 1000;
}
#likes-other-gravatars * {
  line-height: normal;
}
#likes-other-gravatars .likes-text {
  color: #fff;
  font-size: 12px;
  padding-bottom: 8px;
}
#likes-other-gravatars li, #likes-other-gravatars ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}
#likes-other-gravatars li::before {
  content: "";
}
#likes-other-gravatars ul.wpl-avatars {
  overflow: auto;
  display: block;
  max-height: 190px;
}
#likes-other-gravatars ul.wpl-avatars li {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 5px 5px 0;
}
#likes-other-gravatars ul.wpl-avatars li a {
  margin: 0 2px 0 0;
  border-bottom: none !important;
  display: block;
}
#likes-other-gravatars ul.wpl-avatars li a img {
  background: 0 0;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  position: static;
}
div.sd-box {
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.comment-likes-widget, .entry-content .post-likes-widget, .post-likes-widget {
  margin: 0;
  border-width: 0;
  display: block;
}
.comment-likes-widget-placeholder, .post-likes-widget-placeholder {
  margin: 0;
  border-width: 0;
  position: relative;
}
.comment-likes-widget-placeholder {
  height: 18px;
  position: absolute;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.comment-likes-widget-placeholder::before {
  color: #2ea2cc;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: 5px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}
.post-likes-widget-placeholder .button {
  display: none;
}
.comment-likes-widget-placeholder .loading, .post-likes-widget-placeholder .loading {
  color: #999;
  font-size: 12px;
}
.comment-likes-widget-placeholder .loading {
  padding-left: 5px;
  margin-top: 4px;
  align-self: center;
  color: #4e4e4e;
}
.slim-likes-widget .post-likes-widget {
  width: auto;
  float: none;
}
div.sharedaddy.sd-like-enabled .sd-like h3 {
  display: none;
}
div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
  width: 100%;
  float: none;
  position: absolute;
  top: 0;
}
.comment-likes-widget {
  width: 100%;
}
.cs-rating, .pd-rating {
  display: block !important;
}
.sd-gplus .sd-title {
  display: none;
}
.jp-related-posts-i2__row {
  display: flex;
  margin-top: 1.5rem;
}
.jp-related-posts-i2__row:first-child {
  margin-top: 0;
}
.jp-related-posts-i2__post {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
  max-width: calc(33% - 20px);
}
.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post, .jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post {
  max-width: calc(50% - 20px);
}
.jp-related-posts-i2__post-context, .jp-related-posts-i2__post-date, .jp-related-posts-i2__post-heading, .jp-related-posts-i2__post-img-link {
  flex-direction: row;
  display: block;
}
.jp-related-posts-i2__post-heading {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.2em;
}
.jp-related-posts-i2__post-link {
  display: block;
  width: 100%;
  line-height: 1.2em;
}
.jp-related-posts-i2__post-img-link {
  order: -1;
}
.jp-related-posts-i2__post-img-link img {
  width: 100%;
}
.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row {
  margin-top: 0;
  display: block;
}
.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post {
  max-width: none;
  margin: 0;
}
.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link {
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .jp-related-posts-i2__row {
    margin-top: 0;
    display: block;
  }
  .jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
    max-width: none;
    margin: 0;
    margin-top: 1rem;
  }
  .jp-related-posts-i2__post-img-link {
    margin-top: 1rem;
  }
  .jp-related-posts-i2__post-img-link img {
    width: 350px;
  }
}
#jp-relatedposts {
  display: none;
  padding-top: 1em;
  margin: 1em 0;
  position: relative;
  clear: both;
}
.jp-relatedposts:after {
  content: "";
  display: block;
  clear: both;
}
#jp-relatedposts h3.jp-relatedposts-headline {
  margin: 0 0 1em 0;
  display: inline-block;
  float: left;
  font-size: 9pt;
  font-weight: 700;
  font-family: inherit;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
#jp-relatedposts h3.jp-relatedposts-headline em {
  font-style: normal;
  font-weight: 700;
}
#jp-relatedposts .jp-relatedposts-items {
  clear: left;
}
#jp-relatedposts .jp-relatedposts-items-visual {
  margin-right: -20px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  float: left;
  width: 33%;
  margin: 0 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  padding-right: 20px;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
  clear: both;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
  text-decoration: underline;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
  -moz-opacity: 1;
  opacity: 1;
}
#jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
  position: relative;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom: 0;
}
#jp-relatedposts .jp-relatedposts-items p {
  margin-bottom: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  text-transform: none;
  margin: 0;
  font-family: inherit;
  display: block;
  max-width: 100%;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
  -moz-opacity: 1;
  opacity: 1;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  text-decoration: underline;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
  max-width: 100%;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  opacity: 0.6;
}
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  display: none;
}
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
  display: none;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
  overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
  margin-bottom: 1em;
}
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
  clear: both;
  width: 100%;
}
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
  float: left;
  overflow: hidden;
  max-width: 33%;
  margin-right: 3%;
}
#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
  display: inline-block;
  max-width: 63%;
}
@media only screen and (max-width: 640px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 50%;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
    clear: left;
  }
  #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    clear: both;
    margin: 0 0 1em;
  }
  #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}
#jp-post-flair {
  padding-top: 0.5em;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
  clear: both;
}
div.sharedaddy h3.sd-title {
  margin: 0 0 1em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700;
}
div.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
body.highlander-light h3.sd-title:before {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body.highlander-dark h3.sd-title:before {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.sd-sharing {
  margin-bottom: 1em;
}
.sd-content ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.sd-content ul li {
  display: inline-block;
}
.sd-content ul li.share-deprecated {
  opacity: 0.5;
}
.sd-content ul li.share-deprecated a span {
  text-decoration: line-through;
}
.sd-block.sd-gplus {
  margin: 0 0 0.5em 0;
}
.sd-gplus .sd-content {
  font-size: 12px;
}
#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  color: #656565 !important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 8px 0 5px;
}
.sd-content ul li .option a.share-ustom span, .sd-content ul li a.sd-button > span, .sd-content ul li.advanced a.share-more span, .sd-content ul li.preview-item div.option.option-smart-off a span, .sd-social-icon-text .sd-content ul li a.sd-button > span, .sd-social-official .sd-content > ul > li .digg_button > a span, .sd-social-official .sd-content > ul > li > a.sd-button span, .sd-social-text .sd-content ul li a.sd-button span {
  line-height: 23px;
}
.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a, .sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button {
  line-height: 17px;
  box-shadow: none;
  vertical-align: top;
}
.sd-social-official .sd-content ul li a.sd-button > span {
  line-height: 17px;
}
.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a:before, .sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button:before, .sd-social-official .sd-content > ul > li .digg_button > a:before, .sd-social-official .sd-content > ul > li > a.sd-button:before {
  margin-bottom: -1px;
}
.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon .sd-content ul li a.sd-button:hover, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-official .sd-content > ul > li .digg_button > a:active, .sd-social-official .sd-content > ul > li .digg_button > a:hover, .sd-social-official .sd-content > ul > li > a.sd-button:active, .sd-social-official .sd-content > ul > li > a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover {
  color: #555;
  background: #fafafa;
  border: 1px solid #999;
}
.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content > ul > li .digg_button > a:active, .sd-social-official .sd-content > ul > li > a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.16);
}
.sd-content ul li a.sd-button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 18px/1 social-logos;
  vertical-align: top;
  text-align: center;
}
.sd-social-icon-text ul li a.sd-button:before {
  position: relative;
  top: 2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sd-content ul li a.sd-button:before {
    position: relative;
    top: 2px;
  }
}
.sd-social-official ul li a.sd-button:before {
  position: relative;
  top: -2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sd-social-official ul li a.sd-button:before {
    top: 0;
  }
}
.sd-content ul li {
  margin: 0 5px 5px 0;
  padding: 0;
}
.jp-sharing-input-touch .sd-content ul li {
  padding-left: 10px;
}
.sd-content ul li.preview-item a.sd-button span, .sd-social-icon-text .sd-content ul li a span, .sd-social-official .sd-content ul li a.sd-button span {
  margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
  margin-left: 0;
}
.sd-content ul li.no-icon a:before, .sd-social-text .sd-content ul li a:before {
  display: none;
}
body .sd-content ul li.share-custom.no-icon a span, body .sd-social-text .sd-content ul li.share-custom a span {
  background-image: none;
  background-position: -500px -500px !important;
  background-repeat: no-repeat !important;
  padding-left: 0;
  height: 0;
  line-height: inherit;
}
.sd-social-icon .sd-content ul li a.share-more {
  position: relative;
  top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sd-social-icon .sd-content ul li a.share-more {
    top: 2px;
  }
}
@-moz-document url-prefix() {
  .sd-social-icon .sd-content ul li a.share-more {
    top: 2px;
  }
}
.sd-social-icon .sd-content ul li a.share-more span {
  margin-left: 3px;
}
.sd-content ul li.share-print div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-print a:before, .sd-social-icon-text .sd-content li.share-print a:before, .sd-social-official .sd-content li.share-print a:before, .sd-social-text .sd-content ul li.share-print a:before {
  content: "";
}
.sd-content ul li.share-email div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-email a:before, .sd-social-icon-text .sd-content li.share-email a:before, .sd-social-official .sd-content li.share-email a:before, .sd-social-text .sd-content ul li.share-email a:before {
  content: "";
}
.sd-content ul li.share-linkedin div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-linkedin a:before, .sd-social-icon-text .sd-content li.share-linkedin a:before, .sd-social-text .sd-content ul li.share-linkedin a:before {
  content: "";
}
.sd-content ul li.share-twitter div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-twitter a:before, .sd-social-icon-text .sd-content li.share-twitter a:before, .sd-social-text .sd-content ul li.share-twitter a:before {
  content: "";
}
.sd-content ul li.share-reddit div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-reddit a:before, .sd-social-icon-text .sd-content li.share-reddit a:before, .sd-social-text .sd-content ul li.share-reddit a:before {
  content: "";
}
.sd-content ul li.share-tumblr div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-tumblr a:before, .sd-social-icon-text .sd-content li.share-tumblr a:before, .sd-social-text .sd-content ul li.share-tumblr a:before {
  content: "";
}
.sd-content ul li.share-pocket div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-pocket a:before, .sd-social-icon-text .sd-content li.share-pocket a:before, .sd-social-text .sd-content ul li.share-pocket a:before {
  content: "";
}
.sd-content ul li.share-pinterest div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-pinterest a:before, .sd-social-icon-text .sd-content li.share-pinterest a:before, .sd-social-text .sd-content ul li.share-pinterest a:before {
  content: "";
}
.sd-content ul li.share-facebook div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-facebook a:before, .sd-social-icon-text .sd-content li.share-facebook a:before, .sd-social-text .sd-content ul li.share-facebook a:before {
  content: "";
}
.sd-content ul li.share-press-this div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-press-this a:before, .sd-social-icon-text .sd-content li.share-press-this a:before, .sd-social-official .sd-content li.share-press-this a:before, .sd-social-text .sd-content ul li.share-press-this a:before {
  content: "";
}
.sd-social-official .sd-content li.share-press-this a:before {
  color: #2ba1cb;
}
.sd-content ul li.share-telegram div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-telegram a:before, .sd-social-icon-text .sd-content li.share-telegram a:before, .sd-social-official .sd-content li.share-telegram a:before, .sd-social-text .sd-content ul li.share-telegram a:before {
  content: "";
}
.sd-social-official .sd-content li.share-telegram a:before {
  color: #08c;
}
.sd-content ul li.share-skype div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-skype a:before, .sd-social-icon-text .sd-content li.share-skype a:before, .sd-social-text .sd-content ul li.share-skype a:before {
  content: "";
}
.sd-content ul li.advanced a.share-more:before, .sd-social-icon .sd-content ul a.share-more:before, .sd-social-icon-text .sd-content a.share-more:before, .sd-social-official .sd-content a.share-more:before, .sd-social-text .sd-content ul a.share-more:before {
  content: "";
}
.sd-social-official .sd-content a.share-more:before {
  color: #2ba1cb;
}
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before, .sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before, .sd-social-official .sd-content li.share-jetpack-whatsapp a:before, .sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before {
  content: "";
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
  color: #43d854;
}
.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
  background: #43d854;
  color: #fff !important;
}
.sd-content ul li.share-deprecated div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-deprecated a:before, .sd-social-icon-text .sd-content li.share-deprecated a:before, .sd-social-official .sd-content li.share-deprecated a:before {
  width: 1em;
  height: 1em;
  content: "🚫";
}
.sd-social .sd-button .share-count {
  background: #2ea2cc;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 1px 3px;
  line-height: 1;
}
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
  line-height: 25px !important;
}
.sd-social-official .sd-content > ul > li > a.sd-button span {
  line-height: 1;
}
.sd-social-official .sd-content ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sd-social-official .sd-content li.share-press-this a {
  margin: 0 0 5px 0;
}
.sd-social-official .sd-content ul > li {
  display: block;
  float: left;
  margin: 0 10px 5px 0 !important;
  height: 25px;
}
.sd-social-official .fb-share-button > span {
  vertical-align: top !important;
}
.sd-social-official .sd-content .pocket_button iframe {
  width: 98px;
}
.reddit_button iframe {
  margin-top: 1px;
}
.linkedin_button > span, .pinterest_button, .pocket_button iframe, .twitter_button {
  margin: 0 !important;
}
.linkedin_button > span, .pinterest_button a {
  display: block !important;
}
.sd-social-official .sd-content .share-skype {
  width: 55px;
}
body .sd-social-official li a.share-more, body .sd-social-official li.share-custom a, body .sd-social-official li.share-digg a, body .sd-social-official li.share-email a, body .sd-social-official li.share-press-this a, body .sd-social-official li.share-print {
  position: relative;
  top: 0;
}
body .sd-social-icon .sd-content li.share-custom > a {
  padding: 2px 3px 0 3px;
  position: relative;
  top: 4px;
}
body .sd-content ul li.share-custom a.share-icon span, body .sd-social-icon .sd-content li.share-custom a span, body .sd-social-icon-text .sd-content li.share-custom a span, body .sd-social-official .sd-content li.share-custom a span, body .sd-social-text .sd-content li.share-custom a span {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin-left: 0;
  padding: 0 0 0 19px;
  display: inline-block;
  height: 21px;
  line-height: 16px;
}
body .sd-social-icon .sd-content li.share-custom a span {
  width: 0;
}
body .sd-social-icon .sd-content li.share-custom a span {
  padding-left: 16px !important;
}
.sharing-hidden .inner {
  position: absolute;
  z-index: 2;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-top: 5px;
  max-width: 400px;
}
.sharing-hidden .inner ul {
  margin: 0 !important;
}
.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
  clear: both;
  margin: 0 !important;
  height: 0 !important;
}
.sharing-hidden .inner:after, .sharing-hidden .inner:before {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ccc;
  content: "";
  display: block;
}
.sharing-hidden .inner:after {
  z-index: 2;
  top: -7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
}
.sharing-hidden ul {
  margin: 0;
}
.sd-social-icon .sd-content ul li[class*=share-] a, .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  box-shadow: none;
  padding: 7px;
  position: relative;
  top: -2px;
  line-height: 1;
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button > span, .sd-social-icon .sd-content ul li[class*=share-] div.option a span {
  line-height: 1;
}
.sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
  border: none;
  opacity: 0.6;
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
  top: 1px;
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
  padding: 8px 8px 6px 8px;
  top: 5px;
}
.sd-social-icon .sd-content ul li a.sd-button.share-more {
  margin-left: 10px;
}
.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
  margin-left: 0;
}
.sd-social-icon .sd-button span.share-count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background: #555;
  font-size: 9px;
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  background: #e9e9e9;
  margin-top: 2px;
  text-indent: 0;
}
.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
  background: #2c4762;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
  background: #1877f2;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
  background: #00acee;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
  background: #ca1f27;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
  color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
  background: #1e8cbe;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button {
  background: #08c;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
  background: #0077b5;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
  background: #ee4056;
  color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
  background: #cee3f8;
  color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button {
  background: #00aff0;
  color: #fff !important;
}
.sharing-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.sharing-screen-reader-text:active, .sharing-screen-reader-text:focus, .sharing-screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#sharing_email {
  width: 342px;
  position: absolute;
  z-index: 1001;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
}
div.sharedaddy.sharedaddy-dark #sharing_email {
  border-color: #fff;
}
#sharing_email .errors {
  color: #fff;
  background-color: #771a09;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  margin: 10px 0 0 0;
}
#sharing_email label {
  font-size: 12px;
  color: #333;
  font-weight: 700;
  display: block;
  padding: 0 0 4px 0;
  text-align: left;
  text-shadow: none;
}
#sharing_email form {
  margin: 0;
}
#sharing_email input[type=email], #sharing_email input[type=text] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  background: #fff;
  font-size: 12px;
  color: #333;
  max-width: none;
  padding: 1px 3px;
}
#jetpack-source_f_name {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
#sharing_email .sharing_cancel {
  padding: 0 0 0 1em;
  font-size: 12px;
  text-shadow: none;
}
#sharing_email .recaptcha {
  width: 312px;
  height: 123px;
  margin: 0 0 1em 0;
}
.sd-content .share-customize-link {
  margin-top: 0;
  line-height: 11px;
}
.sd-content .share-customize-link a {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
}
.slideshow-window {
  background-color: #222;
  border: 20px solid #222;
  border-radius: 10px;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 30px !important;
  padding-bottom: 56.25% !important;
  position: relative;
  z-index: 1;
}
.slideshow-window.slideshow-white {
  background-color: #fff;
  border-color: #fff;
}
.slideshow-window, .slideshow-window * {
  box-sizing: content-box;
}
.slideshow-loading {
  height: 100%;
  text-align: center;
  margin: auto;
}
body div.slideshow-window * img {
  background-color: transparent !important;
  background-image: none !important;
  border-width: 0 !important;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0 !important;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.slideshow-loading img {
  vertical-align: middle;
}
.slideshow-slide {
  display: none;
  height: 100% !important;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100% !important;
}
.slideshow-slide img {
  vertical-align: middle;
}
.slideshow-line-height-hack {
  overflow: hidden;
  width: 0;
  font-size: 0;
}
.slideshow-slide-caption {
  font-size: 13px;
  font-family: "Helvetica Neue", sans-serif;
  color: #f7f7f7;
  text-shadow: #222 1px 1px 2px;
  line-height: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.slideshow-controls {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  margin: auto;
  text-align: center;
  width: 100%;
  opacity: 0.5;
  direction: ltr;
  transition: 0.3s opacity ease-out;
}
.slideshow-window:hover .slideshow-controls {
  opacity: 1;
}
body div div.slideshow-controls a, body div div.slideshow-controls a:hover {
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-image: url(../modules/shortcodes/img/slideshow-controls.png) !important;
  background-repeat: no-repeat;
  background-size: 142px 16px !important;
  background-position: -34px 8px !important;
  color: #222 !important;
  margin: 0 5px !important;
  padding: 0 !important;
  display: inline-block !important;
  zoom: 1;
  height: 32px !important;
  width: 32px !important;
  line-height: 32px !important;
  text-align: center !important;
  border-radius: 10em !important;
  transition: 0.3s border-color ease-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  body div div.slideshow-controls a, body div div.slideshow-controls a:hover {
    background-image: url(../modules/shortcodes/img/slideshow-controls-2x.png) !important;
  }
}
body div div.slideshow-controls a:hover {
  border-color: #fff !important;
}
body div div.slideshow-controls a:first-child {
  background-position: -76px 8px !important;
}
body div div.slideshow-controls a:last-child {
  background-position: -117px 8px !important;
}
body div div.slideshow-controls a:nth-child(2) {
  background-position: -34px 8px !important;
}
body div div.slideshow-controls a.running {
  background-position: -34px 8px !important;
}
body div div.slideshow-controls a.paused {
  background-position: 9px 8px !important;
}
.slideshow-controls a img {
  border: 50px dotted #f0f;
}
body.presentation-wrapper-fullscreen-parent, html.presentation-wrapper-fullscreen-parent {
  overflow: hidden !important;
}
.presentation-wrapper-fullscreen-parent #wpadminbar {
  display: none;
}
.presentation-wrapper-fullscreen, .presentation-wrapper-fullscreen-parent {
  min-width: 100% !important;
  min-height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10000 !important;
}
.presentation-wrapper-fullscreen {
  background-color: grey;
  border: none !important;
}
.presentation-wrapper-fullscreen .nav-arrow-left, .presentation-wrapper-fullscreen .nav-arrow-right {
  z-index: 20001;
}
.presentation-wrapper-fullscreen .nav-fullscreen-button {
  z-index: 20002;
}
.presentation-wrapper {
  margin: 20px auto;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  line-height: normal;
}
.presentation {
  position: relative;
  margin: 0;
  overflow: hidden;
  outline: 0;
}
.presentation, .presentation .step {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.presentation .step.fade:not(.active) {
  opacity: 0;
}
.presentation .slide-content {
  padding: 30px;
}
.presentation .nav-arrow-left, .presentation .nav-arrow-right, .presentation .nav-fullscreen-button {
  position: absolute;
  width: 34px;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s;
}
.presentation .nav-arrow-left, .presentation .nav-arrow-right {
  height: 100%;
  background-image: url(../modules/shortcodes/images/slide-nav.png);
  background-size: 450% 61px;
}
.presentation .nav-arrow-left {
  left: 0;
  background-position: 4px 50%;
}
.presentation .nav-arrow-right {
  right: 0;
  background-position: -120px 50%;
}
.presentation .nav-fullscreen-button {
  width: 32px;
  height: 32px;
  margin: 4px;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-image: url(../modules/shortcodes/images/expand.png);
  background-size: 100% 100%;
}
.presentation:hover .nav-arrow-left, .presentation:hover .nav-arrow-right {
  opacity: 1;
}
.presentation:hover .nav-fullscreen-button {
  opacity: 0.8;
}
.presentation-wrapper-fullscreen .nav-fullscreen-button {
  background-image: url(../modules/shortcodes/images/collapse.png);
}
.presentation .autoplay-overlay {
  height: 15%;
  width: 80%;
  margin: 30% 10%;
  position: relative;
  z-index: 100;
  display: table;
  border-radius: 50px;
  background-color: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.75);
  transition: opacity 0.5s;
}
.presentation .autoplay-overlay .overlay-msg {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.presentation .will-fade {
  opacity: 0;
}
.presentation .do-fade {
  opacity: 1;
  transition: opacity 0.5s;
}
div.jetpack-quiz {
  border: 1px solid #deede3;
  background-color: #f3f3f3;
  padding: 1em;
  line-height: 1.3em;
  margin-bottom: 2em;
  border-radius: 0.2em;
}
div.jetpack-quiz div.jetpack-quiz-question {
  margin-bottom: 0.5em;
  font-weight: 700;
}
div.jetpack-quiz div.jetpack-quiz-answer {
  cursor: pointer;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 1em;
  border-bottom: 1px dotted #999;
}
div.jetpack-quiz div.jetpack-quiz-answer.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
div.jetpack-quiz div.jetpack-quiz-answer.correct {
  color: green;
}
div.jetpack-quiz div.jetpack-quiz-answer.wrong {
  color: red;
}
div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation {
  display: none;
}
div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation, div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation {
  display: block;
  color: #000;
  font-size: 90%;
  margin-top: 1em;
}
div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt, div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt {
  font-size: 85%;
}
div.jetpack-quiz pre {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background: 0 0;
  margin: 0;
  padding: 0;
}
#subscribe-email input {
  width: 95%;
}
.comment-subscription-form {
  margin-bottom: 1em;
}
.comment-subscription-form .subscribe-label {
  display: inline !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.jetpack-video-wrapper {
  margin-bottom: 1.6em;
}
.jetpack-video-wrapper > .wp-video, .jetpack-video-wrapper > embed, .jetpack-video-wrapper > iframe, .jetpack-video-wrapper > object {
  margin-bottom: 0;
}
.jetpack-social-navigation ul {
  display: block;
  margin: 0 0 1.5em;
  padding: 0;
}
.jetpack-social-navigation li {
  display: inline-block;
  margin: 0;
  line-height: 1;
}
.jetpack-social-navigation a {
  border: 0;
  height: 1em;
  text-decoration: none;
  width: 1em;
}
.jetpack-social-navigation-svg .icon {
  color: inherit;
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}
.jetpack-social-navigation-genericons a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Genericons;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  vertical-align: top;
  width: 1em;
}
.jetpack-social-navigation-genericons a:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="codepen.io"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="digg.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="mailto:"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="facebook.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="flickr.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="github.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="instagram.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="path.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="pinterest."]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="reddit.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href$="/feed/"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="skype:"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="spotify.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="twitter.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="vine.co"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before, .jetpack-social-navigation-genericons a[href*="wordpress.org"]:before {
  content: "";
}
.jetpack-social-navigation-genericons a[href*="youtube.com"]:before {
  content: "";
}
.tiled-gallery {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}
.tiled-gallery img {
  margin: 2px !important;
}
.tiled-gallery .gallery-group {
  float: left;
  position: relative;
}
.tiled-gallery .tiled-gallery-item {
  float: left;
  margin: 0;
  position: relative;
  width: inherit;
}
.tiled-gallery .gallery-row {
  overflow: hidden;
}
.tiled-gallery .tiled-gallery-item a {
  background: 0 0;
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
}
.tiled-gallery .tiled-gallery-item img, .tiled-gallery .tiled-gallery-item img:hover {
  background: 0 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}
.tiled-gallery-caption {
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
  font-size: 11px;
}
.widget-gallery .tiled-gallery-unresized {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tiled-gallery .tiled-gallery-item img.grayscale {
  position: absolute;
  left: 0;
  top: 0;
}
.tiled-gallery .tiled-gallery-item img.grayscale:hover {
  opacity: 0;
}
.tiled-gallery.type-circle .tiled-gallery-item img {
  border-radius: 50% !important;
  object-fit: cover;
}
.tiled-gallery.type-circle .tiled-gallery-caption {
  display: none;
  opacity: 0;
}
.tiled-gallery.type-square .tiled-gallery-item img {
  object-fit: cover;
}
.jetpack-display-remote-posts {
  margin: 5px 0 20px 0;
}
.jetpack-display-remote-posts h4 {
  margin: 5px 0;
  padding: 0;
}
.jetpack-display-remote-posts p {
  margin: 0;
  padding: 0;
}
.jetpack-display-remote-posts img {
  max-width: 100%;
}
.widget-grofile h4 {
  margin: 1em 0 0.5em;
}
.widget-grofile ul.grofile-urls {
  margin-left: 0;
  overflow: hidden;
}
.widget-grofile ul.grofile-accounts li {
  list-style: none;
  display: inline;
}
.widget-grofile ul.grofile-accounts li::before {
  content: "" !important;
}
.widget-grofile .grofile-accounts-logo {
  background-image: url(https://secure.gravatar.com/images/grav-share-sprite.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.rtl .widget-grofile .grofile-accounts-logo {
  margin-left: 8px;
  margin-right: 0;
}
.grofile-thumbnail {
  width: 500px;
  max-width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .widget-grofile .grofile-accounts-logo {
    background-image: url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);
    background-size: 16px 784px;
  }
}
div[class^=gr_custom_container] {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 10px 5px 10px 5px;
  background-color: #fff;
  color: #000;
}
div[class^=gr_custom_container] a {
  color: #000;
}
h2[class^=gr_custom_header] {
  display: none;
}
div[class^=gr_custom_each_container] {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #aaa;
}
div[class^=gr_custom_book_container] {
  float: right;
  overflow: hidden;
  height: 60px;
  margin-left: 4px;
  width: 39px;
}
div[class^=gr_custom_author] {
  font-size: 10px;
}
div[class^=gr_custom_tags] {
  font-size: 10px;
  color: gray;
}
div[class^=gr_custom_rating] {
  display: none;
}
.widget_wpcom_social_media_icons_widget ul {
  list-style-type: none;
  margin-left: 0;
}
.widget_wpcom_social_media_icons_widget ul li {
  border: 0 none;
  display: inline;
  margin-right: 0.5em;
}
.widget_wpcom_social_media_icons_widget li a {
  border: 0 none;
  text-decoration: none;
}
.widget_wpcom_social_media_icons_widget .genericon {
  font-family: Genericons;
}
.widget_wpcom_social_media_icons_widget .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.widget_wpcom_social_media_icons_widget .screen-reader-text:active, .widget_wpcom_social_media_icons_widget .screen-reader-text:focus, .widget_wpcom_social_media_icons_widget .screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.widgets-grid-layout {
  width: 100%;
}
.widgets-grid-layout:after, .widgets-grid-layout:before {
  content: " ";
  display: table;
}
.widgets-grid-layout:after {
  clear: both;
}
.widget-grid-view-image {
  float: left;
  max-width: 50%;
}
.widget-grid-view-image a {
  display: block;
  margin: 0 2px 4px 0;
}
.widget-grid-view-image:nth-child(even) {
  float: right;
}
.widget-grid-view-image:nth-child(even) a {
  margin: 0 0 4px 2px;
}
.widgets-grid-layout .widget-grid-view-image img {
  max-width: 100%;
  height: auto;
}
.widgets-multi-column-grid ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widgets-multi-column-grid ul li {
  background: 0 0;
  clear: none;
  float: left;
  margin: 0 -5px -3px 0;
  padding: 0 8px 6px 0;
  border: none;
  list-style-type: none !important;
}
.widgets-multi-column-grid ul li a {
  background: 0 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.widgets-multi-column-grid .avatar {
  vertical-align: middle;
}
.widgets-list-layout {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widgets-list-layout li:after, .widgets-list-layout li:before {
  content: "";
  display: table;
}
.widgets-list-layout li:after {
  clear: both;
}
.widgets-list-layout li {
  zoom: 1;
  margin-bottom: 1em;
  list-style-type: none !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
  float: left;
  width: 21.276596%;
  max-width: 40px;
  height: auto;
}
.widgets-list-layout-links {
  float: right;
  width: 73.404255%;
}
.widgets-list-layout span {
  opacity: 0.5;
}
.widgets-list-layout span:hover {
  opacity: 0.8;
}
.jetpack-image-container:after {
  clear: both;
}
.jetpack-image-container:after, .jetpack-image-container:before {
  display: table;
  content: "";
}
.widgets-multi-column-grid ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widgets-multi-column-grid ul li {
  background: 0 0;
  clear: none;
  float: left;
  margin: 0 -5px -3px 0;
  padding: 0 8px 6px 0;
  border: none;
  list-style-type: none !important;
}
.widgets-multi-column-grid ul li a {
  background: 0 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.widgets-multi-column-grid .avatar {
  vertical-align: middle;
}
.widget_jetpack_my_community .avatar-240, .widget_jetpack_my_community .avatar-48 {
  max-width: 48px;
  max-height: 48px;
}
.widget.widget_authors li > ul, .widget_authors > ul {
  margin-left: inherit;
  padding-left: 0;
}
.widget_authors ul li li {
  padding-left: 0;
}
.widget_authors > ul > li {
  margin-bottom: 1em;
  list-style: none;
}
.widget_authors > ul > li + li {
  border-top: 0;
}
.widget.widget_authors img {
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  box-shadow: none;
}
.wpcnt {
  text-align: center;
  line-height: 2;
}
.wpa {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}
.wpa-about {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  display: block;
  margin-top: 0;
  color: #888;
  font: 10px/1 "Open Sans", Arial, sans-serif !important;
  text-align: left !important;
  text-decoration: none !important;
  opacity: 0.85;
  border-bottom: none !important;
  box-shadow: none !important;
}
.wpa .u > div {
  display: block;
  margin-top: 5px;
  margin-bottom: 1em;
}
div.wpa > div {
  margin-top: 20px;
}
.wpa .u .adsbygoogle {
  display: block;
  margin-top: 17px;
  margin-bottom: 1em;
  background-color: transparent;
}
.widget_eu_cookie_law_widget {
  animation: fadeIn 0.8s;
  border: none;
  bottom: 1em;
  left: 1em;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 1em;
  width: auto;
  z-index: 50001;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.widget_eu_cookie_law_widget.widget.top {
  bottom: auto;
  top: 1em;
}
.admin-bar .widget_eu_cookie_law_widget.widget.top {
  top: 3em;
}
amp-consent.widget_eu_cookie_law_widget.widget.top {
  top: 1em;
  margin: 0;
}
.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top {
  top: 0;
  margin-top: 3em;
}
#eu-cookie-law {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #2e4467;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  padding: 6px 6px 6px 15px;
  position: relative;
}
#eu-cookie-law a, #eu-cookie-law a:active, #eu-cookie-law a:visited {
  color: inherit;
  cursor: inherit;
  text-decoration: underline;
}
#eu-cookie-law a:hover {
  cursor: pointer;
  text-decoration: none;
}
#eu-cookie-law.negative {
  background-color: #000;
  border: none;
  color: #fff;
}
#eu-cookie-law.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
#eu-cookie-law form {
  margin-bottom: 0;
  position: static;
}
#eu-cookie-law input, #eu-cookie-law input:focus, #eu-cookie-law input:hover {
  background: #f3f3f3;
  border: 1px solid #dedede;
  border-radius: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #2e4453;
  cursor: pointer;
  display: inline;
  float: right;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 0 5%;
  padding: 8px 12px;
  position: static;
  text-transform: none;
}
#eu-cookie-law.negative input, #eu-cookie-law.negative input:focus, #eu-cookie-law.negative input:hover {
  background: #282828;
  border-color: #535353;
  color: #fff;
}
@media (max-width: 600px) {
  #eu-cookie-law {
    padding-bottom: 55px;
  }
  #eu-cookie-law input.accept {
    bottom: 8px;
    position: absolute;
    right: 8px;
  }
}
.widget_eu_cookie_law_widget .customize-partial-edit-shortcut > button {
  left: 0;
}
.flickr-images {
  text-align: center;
}
.flickr-size-thumbnail .flickr-images {
  align-content: space-between;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.flickr-images img {
  max-width: 100%;
  margin: 5px;
}
.wpcom-instagram-images {
  display: grid;
  grid-gap: 0.5rem;
  grid-auto-columns: 1fr;
}
.wpcom-instagram-images:after, .wpcom-instagram-images:before {
  content: none;
}
.wpcom-instagram-images a {
  display: block;
  margin: 4px 2px;
}
.wpcom-instagram-columns-2 a, .wpcom-instagram-columns-3 a {
  display: inline-block;
  vertical-align: top;
}
.wpcom-instagram-columns-2 a {
  width: calc(50% - 8px);
}
.wpcom-instagram-columns-3 a {
  width: calc(33.3333% - 8px);
}
.wpcom-instagram-images .sq-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.wpcom-instagram-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wpcom-instagram-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@supports (display:grid) {
  .wpcom-instagram-images a {
    display: block;
    margin: 0;
  }
  .wpcom-instagram-columns-2 a, .wpcom-instagram-columns-3 a {
    width: auto;
  }
}
.jetpack-search-filters-widget__sub-heading {
  font-size: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  padding: 0;
}
.jetpack-search-form + .jetpack-search-filters-widget__sub-heading {
  margin-top: 1.5em;
  margin-bottom: 0.5em !important;
}
.jetpack-search-filters-widget__clear {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.jetpack-search-sort-wrapper {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.jetpack-search-sort-wrapper label {
  display: inherit;
}
.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox] {
  width: auto;
  height: auto;
}
ul.jetpack-search-filters-widget__filter-list li {
  border: none;
  padding: 0;
  list-style: none;
}
ul.jetpack-search-filters-widget__filter-list li a {
  text-decoration: none;
}
ul.jetpack-search-filters-widget__filter-list li a:hover {
  box-shadow: none;
}
ul.jetpack-search-filters-widget__filter-list li label {
  font-weight: inherit;
  display: inherit;
}
.jetpack-search-filters-widget__filter-list {
  list-style: none;
}
ul.jetpack-search-filters-widget__filter-list {
  margin-bottom: 1.5em;
}
body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder {
  color: transparent;
}
body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder {
  color: transparent;
}
body.search .jetpack-search-form input[name="s"]::placeholder {
  color: transparent;
}
body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder {
  color: inherit;
}
body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder {
  color: inherit;
}
body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder {
  color: inherit;
}
@media screen and (min-width: 400px) {
  .widget.jetpack-simple-payments .jetpack-simple-payments-product {
    flex-direction: column;
  }
  .widget.jetpack-simple-payments .jetpack-simple-payments-details {
    padding-left: 0;
  }
}
.jetpack_widget_social_icons li, .jetpack_widget_social_icons ul {
  list-style: none;
}
.jetpack_widget_social_icons ul {
  display: block;
  margin: 0 0 1.5em;
  padding: 0;
}
.jetpack_widget_social_icons ul li {
  border: 0;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.jetpack_widget_social_icons ul li:after, .jetpack_widget_social_icons ul li:before {
  display: none;
}
.jetpack_widget_social_icons a {
  border: 0;
  box-shadow: none;
  display: block;
  height: 24px;
  text-decoration: none;
  width: 24px;
}
.jetpack_widget_social_icons svg {
  color: inherit;
  fill: currentColor;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}
.jetpack_widget_social_icons ul.size-small a {
  height: 24px;
  width: 24px;
}
.jetpack_widget_social_icons ul.size-medium a {
  height: 32px;
  width: 32px;
}
.jetpack_widget_social_icons ul.size-large a {
  height: 48px;
  width: 48px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/*! jQuery UI - v1.12.1 - 2021-10-05
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=.thomas&folderName=thms&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.thomas .ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/* Layout helpers
----------------------------------*/
.thomas .ui-helper-hidden {
  display: none;
}
.thomas .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.thomas .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.thomas .ui-helper-clearfix:before, .thomas .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.thomas .ui-helper-clearfix:after {
  clear: both;
}
.thomas .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(Opacity=0);
  /* support: IE8 */
}
.thomas .ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.thomas .ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.thomas .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.thomas .ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.thomas .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thomas .ui-resizable {
  position: relative;
}
.thomas .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.thomas .ui-resizable-disabled .ui-resizable-handle, .thomas .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.thomas .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.thomas .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.thomas .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.thomas .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.thomas .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.thomas .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.thomas .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.thomas .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.thomas .ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.thomas .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.thomas .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.thomas .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.thomas .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.thomas .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.thomas .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.thomas .ui-menu .ui-menu {
  position: absolute;
}
.thomas .ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.thomas .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.thomas .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.thomas .ui-menu .ui-state-focus, .thomas .ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.thomas .ui-menu-icons {
  position: relative;
}
.thomas .ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.thomas .ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.thomas .ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.thomas .ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.thomas .ui-button, .thomas .ui-button:link, .thomas .ui-button:visited, .thomas .ui-button:hover, .thomas .ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.thomas .ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.thomas .ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.thomas .ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.thomas .ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.thomas .ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.thomas .ui-button::-moz-focus-inner, button.thomas .ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.thomas .ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.thomas .ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.thomas .ui-controlgroup > .ui-controlgroup-item:focus, .thomas .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.thomas .ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.thomas .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.thomas .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.thomas .ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.thomas .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.thomas .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.thomas .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.thomas .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.thomas .ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}
.thomas .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.thomas .ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.thomas .ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.thomas .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .thomas .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.thomas .ui-checkboxradio-disabled {
  pointer-events: none;
}
.thomas .ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.thomas .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.thomas .ui-datepicker .ui-datepicker-prev, .thomas .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.thomas .ui-datepicker .ui-datepicker-prev-hover, .thomas .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.thomas .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.thomas .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.thomas .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.thomas .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.thomas .ui-datepicker .ui-datepicker-prev span, .thomas .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.thomas .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.thomas .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.thomas .ui-datepicker select.ui-datepicker-month, .thomas .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.thomas .ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.thomas .ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.thomas .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.thomas .ui-datepicker td span, .thomas .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.thomas .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.thomas .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.thomas .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.thomas .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.thomas .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.thomas .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.thomas .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.thomas .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.thomas .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.thomas .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .thomas .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.thomas .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.thomas .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.thomas .ui-datepicker-rtl {
  direction: rtl;
}
.thomas .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.thomas .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.thomas .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.thomas .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.thomas .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.thomas .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.thomas .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .thomas .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.thomas .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .thomas .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.thomas .ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.thomas .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.thomas .ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.thomas .ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thomas .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.thomas .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.thomas .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.thomas .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.thomas .ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.thomas .ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.thomas .ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.thomas .ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.thomas .ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.thomas .ui-dialog .ui-resizable-se, .thomas .ui-dialog .ui-resizable-sw, .thomas .ui-dialog .ui-resizable-ne, .thomas .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.thomas .ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.thomas .ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.thomas .ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.thomas .ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.thomas .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.thomas .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.thomas .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.thomas .ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,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");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.thomas .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.thomas .ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.thomas .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.thomas .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.thomas .ui-selectmenu-open {
  display: block;
}
.thomas .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thomas .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.thomas .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.thomas .ui-slider {
  position: relative;
  text-align: left;
}
.thomas .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.thomas .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.thomas .ui-slider.ui-state-disabled .ui-slider-handle, .thomas .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.thomas .ui-slider-horizontal {
  height: 0.8em;
}
.thomas .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.thomas .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.thomas .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.thomas .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.thomas .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.thomas .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.thomas .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.thomas .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.thomas .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.thomas .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.thomas .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.thomas .ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.thomas .ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.thomas .ui-spinner-up {
  top: 0;
}
.thomas .ui-spinner-down {
  bottom: 0;
}
.thomas .ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.thomas .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.thomas .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.thomas .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.thomas .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.thomas .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .thomas .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .thomas .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.thomas .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.thomas .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.thomas .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .thomas .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.thomas .ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.thomas .ui-widget .ui-widget {
  font-size: 1em;
}
.thomas .ui-widget input, .thomas .ui-widget select, .thomas .ui-widget textarea, .thomas .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.thomas .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.thomas .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.thomas .ui-widget-content a {
  color: #333333;
}
.thomas .ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.thomas .ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.thomas .ui-state-default, .thomas .ui-widget-content .ui-state-default, .thomas .ui-widget-header .ui-state-default, .thomas .ui-button, html .thomas .ui-button.ui-state-disabled:hover, html .thomas .ui-button.ui-state-disabled:active {
  /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.thomas .ui-state-default a, .thomas .ui-state-default a:link, .thomas .ui-state-default a:visited, a.thomas .ui-button, a:link.thomas .ui-button, a:visited.thomas .ui-button, .thomas .ui-button {
  color: #454545;
  text-decoration: none;
}
.thomas .ui-state-hover, .thomas .ui-widget-content .ui-state-hover, .thomas .ui-widget-header .ui-state-hover, .thomas .ui-state-focus, .thomas .ui-widget-content .ui-state-focus, .thomas .ui-widget-header .ui-state-focus, .thomas .ui-button:hover, .thomas .ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.thomas .ui-state-hover a, .thomas .ui-state-hover a:hover, .thomas .ui-state-hover a:link, .thomas .ui-state-hover a:visited, .thomas .ui-state-focus a, .thomas .ui-state-focus a:hover, .thomas .ui-state-focus a:link, .thomas .ui-state-focus a:visited, a.thomas .ui-button:hover, a.thomas .ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.thomas .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.thomas .ui-state-active, .thomas .ui-widget-content .ui-state-active, .thomas .ui-widget-header .ui-state-active, a.thomas .ui-button:active, .thomas .ui-button:active, .thomas .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.thomas .ui-icon-background, .thomas .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.thomas .ui-state-active a, .thomas .ui-state-active a:link, .thomas .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.thomas .ui-state-highlight, .thomas .ui-widget-content .ui-state-highlight, .thomas .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.thomas .ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.thomas .ui-state-highlight a, .thomas .ui-widget-content .ui-state-highlight a, .thomas .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.thomas .ui-state-error, .thomas .ui-widget-content .ui-state-error, .thomas .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.thomas .ui-state-error a, .thomas .ui-widget-content .ui-state-error a, .thomas .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.thomas .ui-state-error-text, .thomas .ui-widget-content .ui-state-error-text, .thomas .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.thomas .ui-priority-primary, .thomas .ui-widget-content .ui-priority-primary, .thomas .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.thomas .ui-priority-secondary, .thomas .ui-widget-content .ui-priority-secondary, .thomas .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(Opacity=70);
  font-weight: normal;
  /* support: IE8 */
}
.thomas .ui-state-disabled, .thomas .ui-widget-content .ui-state-disabled, .thomas .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(Opacity=35);
  background-image: none;
  /* support: IE8 */
}
.thomas .ui-state-disabled .ui-icon {
  filter: alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.thomas .ui-icon {
  width: 16px;
  height: 16px;
}
.thomas .ui-icon, .thomas .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.thomas .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.thomas .ui-state-hover .ui-icon, .thomas .ui-state-focus .ui-icon, .thomas .ui-button:hover .ui-icon, .thomas .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.thomas .ui-state-active .ui-icon, .thomas .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.thomas .ui-state-highlight .ui-icon, .thomas .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.thomas .ui-state-error .ui-icon, .thomas .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.thomas .ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.thomas .ui-icon-blank {
  background-position: 16px 16px;
}
.thomas .ui-icon-caret-1-n {
  background-position: 0 0;
}
.thomas .ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.thomas .ui-icon-caret-1-e {
  background-position: -32px 0;
}
.thomas .ui-icon-caret-1-se {
  background-position: -48px 0;
}
.thomas .ui-icon-caret-1-s {
  background-position: -65px 0;
}
.thomas .ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.thomas .ui-icon-caret-1-w {
  background-position: -96px 0;
}
.thomas .ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.thomas .ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.thomas .ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.thomas .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.thomas .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.thomas .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.thomas .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.thomas .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.thomas .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.thomas .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.thomas .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.thomas .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.thomas .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.thomas .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.thomas .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.thomas .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.thomas .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.thomas .ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.thomas .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.thomas .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.thomas .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.thomas .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.thomas .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.thomas .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.thomas .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.thomas .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.thomas .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.thomas .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.thomas .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.thomas .ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.thomas .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.thomas .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.thomas .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.thomas .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.thomas .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.thomas .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.thomas .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.thomas .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.thomas .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.thomas .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.thomas .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.thomas .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.thomas .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.thomas .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.thomas .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.thomas .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.thomas .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.thomas .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.thomas .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.thomas .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.thomas .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.thomas .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.thomas .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.thomas .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.thomas .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.thomas .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.thomas .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.thomas .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.thomas .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.thomas .ui-icon-extlink {
  background-position: -32px -80px;
}
.thomas .ui-icon-newwin {
  background-position: -48px -80px;
}
.thomas .ui-icon-refresh {
  background-position: -64px -80px;
}
.thomas .ui-icon-shuffle {
  background-position: -80px -80px;
}
.thomas .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.thomas .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.thomas .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.thomas .ui-icon-folder-open {
  background-position: -16px -96px;
}
.thomas .ui-icon-document {
  background-position: -32px -96px;
}
.thomas .ui-icon-document-b {
  background-position: -48px -96px;
}
.thomas .ui-icon-note {
  background-position: -64px -96px;
}
.thomas .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.thomas .ui-icon-mail-open {
  background-position: -96px -96px;
}
.thomas .ui-icon-suitcase {
  background-position: -112px -96px;
}
.thomas .ui-icon-comment {
  background-position: -128px -96px;
}
.thomas .ui-icon-person {
  background-position: -144px -96px;
}
.thomas .ui-icon-print {
  background-position: -160px -96px;
}
.thomas .ui-icon-trash {
  background-position: -176px -96px;
}
.thomas .ui-icon-locked {
  background-position: -192px -96px;
}
.thomas .ui-icon-unlocked {
  background-position: -208px -96px;
}
.thomas .ui-icon-bookmark {
  background-position: -224px -96px;
}
.thomas .ui-icon-tag {
  background-position: -240px -96px;
}
.thomas .ui-icon-home {
  background-position: 0 -112px;
}
.thomas .ui-icon-flag {
  background-position: -16px -112px;
}
.thomas .ui-icon-calendar {
  background-position: -32px -112px;
}
.thomas .ui-icon-cart {
  background-position: -48px -112px;
}
.thomas .ui-icon-pencil {
  background-position: -64px -112px;
}
.thomas .ui-icon-clock {
  background-position: -80px -112px;
}
.thomas .ui-icon-disk {
  background-position: -96px -112px;
}
.thomas .ui-icon-calculator {
  background-position: -112px -112px;
}
.thomas .ui-icon-zoomin {
  background-position: -128px -112px;
}
.thomas .ui-icon-zoomout {
  background-position: -144px -112px;
}
.thomas .ui-icon-search {
  background-position: -160px -112px;
}
.thomas .ui-icon-wrench {
  background-position: -176px -112px;
}
.thomas .ui-icon-gear {
  background-position: -192px -112px;
}
.thomas .ui-icon-heart {
  background-position: -208px -112px;
}
.thomas .ui-icon-star {
  background-position: -224px -112px;
}
.thomas .ui-icon-link {
  background-position: -240px -112px;
}
.thomas .ui-icon-cancel {
  background-position: 0 -128px;
}
.thomas .ui-icon-plus {
  background-position: -16px -128px;
}
.thomas .ui-icon-plusthick {
  background-position: -32px -128px;
}
.thomas .ui-icon-minus {
  background-position: -48px -128px;
}
.thomas .ui-icon-minusthick {
  background-position: -64px -128px;
}
.thomas .ui-icon-close {
  background-position: -80px -128px;
}
.thomas .ui-icon-closethick {
  background-position: -96px -128px;
}
.thomas .ui-icon-key {
  background-position: -112px -128px;
}
.thomas .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.thomas .ui-icon-scissors {
  background-position: -144px -128px;
}
.thomas .ui-icon-clipboard {
  background-position: -160px -128px;
}
.thomas .ui-icon-copy {
  background-position: -176px -128px;
}
.thomas .ui-icon-contact {
  background-position: -192px -128px;
}
.thomas .ui-icon-image {
  background-position: -208px -128px;
}
.thomas .ui-icon-video {
  background-position: -224px -128px;
}
.thomas .ui-icon-script {
  background-position: -240px -128px;
}
.thomas .ui-icon-alert {
  background-position: 0 -144px;
}
.thomas .ui-icon-info {
  background-position: -16px -144px;
}
.thomas .ui-icon-notice {
  background-position: -32px -144px;
}
.thomas .ui-icon-help {
  background-position: -48px -144px;
}
.thomas .ui-icon-check {
  background-position: -64px -144px;
}
.thomas .ui-icon-bullet {
  background-position: -80px -144px;
}
.thomas .ui-icon-radio-on {
  background-position: -96px -144px;
}
.thomas .ui-icon-radio-off {
  background-position: -112px -144px;
}
.thomas .ui-icon-pin-w {
  background-position: -128px -144px;
}
.thomas .ui-icon-pin-s {
  background-position: -144px -144px;
}
.thomas .ui-icon-play {
  background-position: 0 -160px;
}
.thomas .ui-icon-pause {
  background-position: -16px -160px;
}
.thomas .ui-icon-seek-next {
  background-position: -32px -160px;
}
.thomas .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.thomas .ui-icon-seek-end {
  background-position: -64px -160px;
}
.thomas .ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.thomas .ui-icon-seek-first {
  background-position: -80px -160px;
}
.thomas .ui-icon-stop {
  background-position: -96px -160px;
}
.thomas .ui-icon-eject {
  background-position: -112px -160px;
}
.thomas .ui-icon-volume-off {
  background-position: -128px -160px;
}
.thomas .ui-icon-volume-on {
  background-position: -144px -160px;
}
.thomas .ui-icon-power {
  background-position: 0 -176px;
}
.thomas .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.thomas .ui-icon-signal {
  background-position: -32px -176px;
}
.thomas .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.thomas .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.thomas .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.thomas .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.thomas .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.thomas .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.thomas .ui-icon-circle-close {
  background-position: -32px -192px;
}
.thomas .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.thomas .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.thomas .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.thomas .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.thomas .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.thomas .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.thomas .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.thomas .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.thomas .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.thomas .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.thomas .ui-icon-circle-check {
  background-position: -208px -192px;
}
.thomas .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.thomas .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.thomas .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.thomas .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.thomas .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.thomas .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.thomas .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.thomas .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.thomas .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.thomas .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.thomas .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.thomas .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.thomas .ui-corner-all, .thomas .ui-corner-top, .thomas .ui-corner-left, .thomas .ui-corner-tl {
  border-top-left-radius: 3px;
}
.thomas .ui-corner-all, .thomas .ui-corner-top, .thomas .ui-corner-right, .thomas .ui-corner-tr {
  border-top-right-radius: 3px;
}
.thomas .ui-corner-all, .thomas .ui-corner-bottom, .thomas .ui-corner-left, .thomas .ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.thomas .ui-corner-all, .thomas .ui-corner-bottom, .thomas .ui-corner-right, .thomas .ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.thomas .ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(Opacity=30);
  /* support: IE8 */
}
.thomas .ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/*
We declare all variables here as default so that they are easy to override...
*/
.klaro {
  font: 15px/1.5 "Inter", Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-family: "Inter", Helvetica Neue,Helvetica,Arial,sans-serif;
  --font-size: 15px;
  --border-radius: 8px;
  --dark1: #FFFFFF;
  --dark2: #D6D6D6;
  --white2: #D6D6D6;
  --white3: #FFFFFF;
  --notice-max-width: 640px;
  --modal-max-width: 484px;
  --green1: var(--green);
  --blue1: var(--CodGray);
  --light1: var(--CodGray);
  --light3: var(--CodGray);
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  display: none;
}
/* Border, shadows, ... */
/*
Variables that begin with $var- should NEVER be used directly in CSS rules.
they should only be included via the "@include var(property, var-name)"
mechanism.
*/
/* Border styles */
/* Cookie notice positioning */
/* Text colors */
/* Font Families */
/* White */
/* Differently shaded colors */
/*
Use @include var(property, varname) to include a variable, e.g.
  
    @include var(background-color, white1);

to create a white background.
*/
/* Spacing */
/* Breakpoints */
.klaro {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}
.klaro button {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}
.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.klaro .cookie-modal, .klaro .context-notice, .klaro .cookie-notice {
  /* The switch - the box around the slider */
}
.klaro .cookie-modal .cm-switch-container, .klaro .context-notice .cm-switch-container, .klaro .cookie-notice .cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-color: #c8c8c8;
  border-bottom-color: var(--light2, #c8c8c8);
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}
.klaro .cookie-modal .cm-switch-container:last-child, .klaro .context-notice .cm-switch-container:last-child, .klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}
.klaro .cookie-modal .cm-switch-container:first-child, .klaro .context-notice .cm-switch-container:first-child, .klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch-container p, .klaro .context-notice .cm-switch-container p, .klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-switch, .klaro .context-notice .cm-switch, .klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
  opacity: 0.6;
}
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
  cursor: not-allowed;
}
.klaro .cookie-modal .slider, .klaro .context-notice .slider, .klaro .cookie-notice .slider {
  /*box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);*/
}
.klaro .cookie-modal .cm-list-input, .klaro .context-notice .cm-list-input, .klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.klaro .cookie-modal .cm-list-title, .klaro .context-notice .cm-list-title, .klaro .cookie-notice .cm-list-title {
  font-size: 0.9em;
  font-weight: 600;
}
.klaro .cookie-modal .cm-list-description, .klaro .context-notice .cm-list-description, .klaro .cookie-notice .cm-list-description {
  color: #7c7c7c;
  color: var(--dark3, #7c7c7c);
  font-size: 0.9em;
  padding-top: 4px;
}
.klaro .cookie-modal .cm-list-label, .klaro .context-notice .cm-list-label, .klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
}
.klaro .cookie-modal .cm-list-label .cm-switch, .klaro .context-notice .cm-list-label .cm-switch, .klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}
.klaro .cookie-modal .cm-list-label .slider, .klaro .context-notice .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
  background-color: #f2f2f2;
  background-color: var(--white2, #f2f2f2);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}
.klaro .cookie-modal .cm-list-label .slider::before, .klaro .context-notice .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #e6e6e6;
  background-color: var(--white3, #e6e6e6);
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  transition: 0.4s;
}
.klaro .cookie-modal .cm-list-label .slider.round, .klaro .context-notice .cm-list-label .slider.round, .klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}
.klaro .cookie-modal .cm-list-label .slider.round::before, .klaro .context-notice .cm-list-label .slider.round::before, .klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}
.klaro .cookie-modal .cm-list-label input:focus + .slider, .klaro .context-notice .cm-list-label input:focus + .slider, .klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px var(color, green3);
}
.klaro .cookie-modal .cm-list-label input:checked + .slider::before, .klaro .context-notice .cm-list-label input:checked + .slider::before, .klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider, .klaro .context-notice .cm-list-input:focus + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  /*box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);*/
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.klaro .cookie-modal .slider, .klaro .context-notice .slider, .klaro .cookie-notice .slider {
  /*box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);*/
}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
  color: #1a936f;
  color: var(--green1, #1a936f);
  text-decoration: none;
}
.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  color: #fafafa;
  color: var(--light1, #fafafa);
}
.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}
.klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal h3, .klaro .cookie-modal h4, .klaro .cookie-modal h5, .klaro .cookie-modal h6, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice h3, .klaro .context-notice h4, .klaro .context-notice h5, .klaro .context-notice h6, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice h3, .klaro .cookie-notice h4, .klaro .cookie-notice h5, .klaro .cookie-notice h6 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
}
.klaro .cookie-modal .cm-link, .klaro .context-notice .cm-link, .klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}
.klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
  color: #fff;
  color: var(--button-text-color, #fff);
  background-color: #5c5c5c;
  background-color: var(--dark2, #5c5c5c);
  border: 2px solid var(--dark2, #5c5c5c);
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  padding: 6px 10px;
  margin-right: 0.5em;
  padding: 0.75em;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  min-width: 154px;
}
@media screen and (min-width: 480px) {
  .klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
    min-width: 204px;
  }
}
.klaro .cookie-modal .cm-btn:last-child, .klaro .context-notice .cm-btn:last-child, .klaro .cookie-notice .cm-btn:last-child {
  margin-right: 0;
}
.klaro .cookie-modal .cm-btn:disabled, .klaro .context-notice .cm-btn:disabled, .klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}
.klaro .cookie-modal .cm-btn.cm-btn-close, .klaro .context-notice .cm-btn.cm-btn-close, .klaro .cookie-notice .cm-btn.cm-btn-close {
  background-color: #c8c8c8;
  background-color: var(--light2, #c8c8c8);
  border-color: var(--light2, #c8c8c8);
}
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
  border-color: var(--green1, #1a936f);
}
.klaro .cookie-modal .cm-btn.cm-btn-success-var, .klaro .context-notice .cm-btn.cm-btn-success-var, .klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  border-color: var(--green2, #24cc9a);
}
.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .context-notice .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color: transparent;
  border-color: var(--blue1, #2581c4);
  color: var(--blue1, #2581c4);
}
.klaro .context-notice {
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  border-style: solid;
  border-style: var(--border-style, solid);
  border-width: 1px;
  border-width: var(--border-width, 1px);
  border-color: #c8c8c8;
  border-color: var(--light2, #c8c8c8);
  background-color: #fafafa;
  background-color: var(--light1, #fafafa);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 100%;
}
.klaro .context-notice.cm-dark {
  background-color: #333;
  background-color: var(--dark1, #333);
  border-color: #5c5c5c;
  border-color: var(--dark2, #5c5c5c);
}
.klaro .context-notice.cm-dark p {
  color: #fafafa;
  color: var(--light1, #fafafa);
}
.klaro .context-notice.cm-dark p a {
  color: #459cdc;
  color: var(--blue2, #459cdc);
}
.klaro .context-notice p {
  color: #333;
  color: var(--dark1, #333);
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
.klaro .context-notice p a {
  color: #24cc9a;
  color: var(--green2, #24cc9a);
}
.klaro .context-notice p.cm-buttons {
  margin-top: 12px;
}
.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}
.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}
.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -ms-transform: none;
  transform: none;
}
.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
}
@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #fafafa;
  stroke: var(--light1, #fafafa);
}
.klaro .cookie-modal .cm-modal .hide svg line {
  stroke-width: 2;
}
.klaro .cookie-modal .cm-modal .cm-footer {
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  padding: 1.5em;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
}
.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-color: #5c5c5c;
  border-bottom-color: var(--dark2, #5c5c5c);
  padding: 1em 1.5em 1.5em;
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1.5em;
}
.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left: -40px;
  display: none;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 10px;
  display: block;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service {
  pointer-events: none;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service .cm-switch {
  opacity: 0.5;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
  font-size: 0.8em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  padding-top: 1em;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight: 600;
}
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out, .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
  padding-left: 0.2em;
  font-size: 0.8em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #333;
  background-color: var(--dark1, #333);
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: fixed;
    position: var(--notice-position, fixed);
    right: 20px;
    right: var(--notice-right, 20px);
    left: auto;
    left: var(--notice-left, auto);
    bottom: 20px;
    bottom: var(--notice-bottom, 20px);
    top: auto;
    top: var(--notice-top, auto);
    max-width: 400px;
    max-width: var(--notice-max-width, 400px);
    box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  flex-grow: 1;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}
@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
}
@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a, .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
}
.klaro .cookie-modal-notice {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  padding: 0.75em 1.5em 1.5em;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: var(--modal-max-width, 480px);
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25em;
}
.klaro .cookie-notice-hidden {
  display: none !important;
}
body.thomas .mailster-_coolcaptcha-wrapper img {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  width: 100% !important;
  height: auto !important;
}
body.thomas .mailster-_gdpr-wrapper label {
  font-size: 12px;
}
body.thomas .mailster-_gdpr-wrapper label a {
  text-transform: lowercase;
}
body.thomas .post-detail .post-share-container .thb-fixed-shares-container .thb-social-top .sd-content {
  margin-left: -3px;
}
body.thomas .post-detail .post-share-container .thb-fixed-shares-container .thb-social-top {
  display: flex;
  position: sticky;
  width: 100%;
  top: 132px;
  align-items: center;
}
@font-face {
  font-family: social-logos;
  src: url(social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: social-logos;
  src: url(social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);
  src: url(social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6#iefix) format("embedded-opentype"), url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABtUAAsAAAAAKlgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAPQAAAFZAuk/9Y21hcAAAAXwAAAGWAAAEWDeg0QRnbHlmAAADFAAAFNMAAB686Rw5FWhlYWQAABfoAAAAKwAAADYWJB25aGhlYQAAGBQAAAAbAAAAJAQaAi9obXR4AAAYMAAAAA8AAAC4WgAAAGxvY2EAABhAAAAAXgAAAF607K3cbWF4cAAAGKAAAAAfAAAAIAFAAKBuYW1lAAAYwAAAATQAAAJGA4c4LHBvc3QAABn0AAABXgAAAg1QKrNaeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mo4gYGVgYOBnzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yflNmAnH1mCDCjCACAIwbCEIAAAB4nN3UzW7TQBTF8b9jJ6lLAbep3QABQtKGj6ZSF30ElogVS16gj+8rZxZsypmcqCzpuh79ItsZxTO+5wYYA6VspYLRlkJnFBvdLfb3S4739yv+6PqSpc6qvooyplHHPJaxGZphNrTD/a5LZapTkxZp/fAAfRHEWLMazVo9zmoTafxv1n+PQk/9xi13Gt81fjyOn/zi935oibzmTPNeMWFDzTWnnDPnghd84Ua/MdNu39LwgQWfeMOUE1rt7j3v+MiVnlNqb0fa4Yo1X7X3z7yk0wImT1jlcz9O8sdoe7i6ydU1vXn6A9WAvjRVg74y1YXAVCGiMNWKGJmqRpSm+ik5pkoSE1NNiampukRtqjPRmCpOnJpqT5yZUkDMLK8/zk3JIFojf99Z7o24MOWGmBv5OUtTloiVKVXE2pQv4tKUNOLKyGvfWH6jQ2PKIcPMcr8NrSmbDPemlLJrTXll15mSS8Jyz6aD3NdpZLm3U2lKuPrPlHXSxJR60tSUf9KRqRNIteX/idSYuoO0MPUJaW10fwHJHpItAAB4nHVZeYwlR3nvququ6rtf393vnPf6vdcz82bezDt77mOP2bXXe3p3vbZjWK+x8AGYgDly2F4wshyQcxBhK84dEyOxKJESFMgfwFog+CMCgZRdJRAlSoKMkkiJIiX5IyTjfNVvZ2fWkHk91VXV1XV89X2/7/dVC6IAf+hH6KawJZwWHhY+BKUGo5Of74XBoD/OwoD/st44Gw8XUDttr6Nh2ua/JG8b1NAGyjbQoF9FYeAzEyWN9miYjQe+x2gILaCctsdhFZpk4yCkbeiszaA2gz6rCFqgBtUahYpTtZ1iPD3ViUVZZLpMw4gQUSWUUKdQCuN+Y1ZFVFwVKSIlR3NUjHQWGLZbDqYx/s3msLe4/aF5URJ7H1q//zxlMhGRZwwRQcTwChUmUQWdRSIRFT0uNufjyI2ZJsmKRH2XKKJkyIb9eFIo2gWZulGPUsQQlWxXtnRqfkq3Ii+xtEKgFp4tWeb8DKG4UkuIOkMI6dlMwoqIRVa1HC5Wmsv279AfCbZQFqaFI8Ip4V5BcPtV7FFWRb5n4g6yw/54NOxCzg/7G3g0bENukOWCH3BJdvFwA4NoMUu8IMxA5ib2B202GCX+624t0B07Cq1i3XnuacujuiFnO3JBY4F7bOOrelAISFebrwfN2DSLTT9OIhX9GqNrqqfbqngBf/qJJ9AL1IrbJZklsVdxFESfsGxFp2RDIrKh+vZxpBeURtUqtjqtkuVMTQe6Jz2iyYZJXcsrCiRf59fQG0JJSIUB5Pl294Zd1EENE1WQV0WrqL+BQG3a6aAfeBQetIfjMOEpPIIa9LqvmqixXN+sLzfg9gLcrP/aUU1T5ckrLymmqfAEzRsqPIfHL05ul1Sra7omXF82XAMuPp2JXr8Bc9KFCGS/JQitvWH5gDCNMZd0g3pBZns0qYPG2sPxoN4PWP6AryBvAPMP4JXxCK3I9D4q58mjHaoolCf/Hju7N504dtCsE9+tUAM0bL6WTs3PT52bmr8B7XVZ3pYNGa6f228Zv8o74K3O84RPV87nfBNs0RVCkGVVaAhtYVaYh9rRAm43LLGGgv4mSUO2gHyWspCFaRZm8M9G+R3dJOSboi5+A9Re+hbPUPT1X9060zyzZXW7vws5Z3t7eyEvocNgSJ8g5OOYfVLjd0Z+dLkzunhx1GnUah+H7FSn0/n9SZFPjd2eny74wpSwICwJh4UzINlGFw03EFi/Z6IMLJ0F4QZi7TThMAKanIKVbwJwcCTwvSAFEIBm0DYI4UnWBYUJ86Y1NAaoGSJh5cry8pWnefLzhSBtFdXazLu1MtqeC7XeZusLZrG3yqiyfCQpRV44tTquNdPxc63aTLWgxBuN4DXFmeowSUznY6dzqyNIviwRSTq67m8+euh4OB8F7bW42HexVbApkZKNF4hkLvXdw1d6K4XI1IPosGEVHcNQJQCMLUG6tf5vgcYzQRMKoFkCYmnGQPQ1BOKHHckslPphNmJIeO7iM888c+m55y49c/Ei3C/euNR+9tk2eubU0XN/c+6uU6fuOnd05+xdp46+dldcPnGiHPPucT7GdXRdsIQ1yLUa1Le9YNCaWA+H1pQN+hyPOfJ2EMvGUAly5SCbtjcRF+i4xjcDfWx3t9hqFREuNZsDohhX1G2DyhhhUZGUE+ojIUaMierZkumJCCcYU41aj+smRl/wWkX+soeaxe8Xm/crFM1jLEuyiXEfIYBD6AUVmPa6KqkEI0RNmOxt/WhxL2ICwIE/GCWjwQgMq19DPncXFTRgic+BrovyfV441x+N5lqWbZUdha0pvf65heUr6MbylZXhg2vyZzYW0jmMR5pitTc+I689OIR3bmEOH0sTYrATwfVhxf5g4pf8XEC3SoTbeG7t8OKxtLV96OTle88sLh5bWXr4kc2gVpur1dCxYzDcyUPbrfSXjy0unrn38tOPPLy0snudP5yr7e3L36MnQfdho1xYHSwOMA1WMThY+FSlV6n0Vnrlcu/bFZ6u8DJ6sjLJ3JHc3u/fg3WUhA2OnLnftcHxgsVggB3YzRHYzphv/T4ahYGFJmULUY5bHNMY+sgPVV1WTYmp0nsJ2XFUiWDfofYCUsT7maqyE4whFbRlXZGlE0imfyaBOnCMUunuyy7lG/kc1mEo+sQDpdJTIlNkDTqTpJ7IRPYAQqjIAVC4ZQtcTye2YAFmCVkyWkWJPxjV/XoK9wz+v//qq2+++uruVXT11TfffPXkya2TJ9+8582TJ08e1Jfze/oCuzZeR5RvW0400h4whEEPqgH5uEw4ugCzaI/aWW4F4z5HkLAXMI8FnG2wgEsIyMht/Tq7zZhvGQoTCVVFERybBMgrEcM3TaLNBbVAxDKVNcuNl+Kiq4oMiUEt7JhM3jp7SxF3nvIxk5oiIbLEmKXCG6D1kkQlHyPqqpJbzOqRojmuSHXGbBEj19GUqJ4VXUkvr0gM+0/tcMW9vecTHJ2erPy2+pAJlMLaGDh6rriwZrAgWBs9iIqryWqjsZr0my2vAv5j27XIzkfJET7ZPbDbvdZY3Vlt1Jtud6sLjnrB1LOd/fH/Bb2c+2vBzTtPfurArQRIBuwi7Ong2kv49NbM0enpozMrszNRko7HpyKHnEdbnc7sbAdYi6Ftn50+cu7IdJqG2akscoIBPOp0YDhyYM1NYfEnVg1umY/8thWDAiU5fsAEDq7+kWa/vxPFxkyt1jFUsngWd3+jOFUqTRXvEMCN/vF+EBlgwIZq1FW5tbADbUolYU/3vgPzAeMG3Mg56p4Eco7FZzfocz1KkfBhGtXHyWoC12JjbfXelSsrcK09NJBQeqYe1ZO1Y2tJbTXLxx29c80Dz3DARqaEZWEH+PUlKPfDKgkDj5mE0UbaJWl7mG0QWHPDFL2q2N8Qh12RTTALyCBwbD+XDnCkbA/JkDCK/ZKrgj0i1S358RN3FkfjYVopYFyopMP37GfHMysr51bKflQstVrjVuuEwlmTiX77p/eyV0ze3s8ke3Xl7MrKdHnTC1/jnY1bX52wsAPci6NCWRhCqX7Lj9VhUfawTWBT071lhQnIuJ27hoTvNBg0t20ffXb3y3qhoKPjkO4uL1cMzyu57g+XRTotS8tjRI2COw3Prxf0/Za7f/6l2C27cH33fuDpphY88KUYULHodg7Y3jWYm/eT8wLnPaqja7uft+PYRhd5eu0auoiuxc5bQk7dIH3wsccW9znmdfQaMDcNOH5jwgbGA8Aq5tcwh7IWj5E4InHmBuUh+trT5w+LjD6N/vV9hQcVffetnwVQodIjokzRo1958T0Mr6DKL44VCGLkv24uYfU/RQ18LqX/g27r7RdBbw/lkRoHTe7rwEOkXdDVXHYTe85jqyE3Zt+rAeZDM48jKHiTPc0GhKQrc9Mdy44ZlhFR9Fqpmg4O9dt+Ecg/RBZ+VZTqlGDgk8zwqM1a/syhdvc0uhEGd3dq1SlNZDWRaA27OirY64vjoxVPC6drQRviI+2FoO3bwBSUoB5sGc78Pd25Y9MHcP/4Pu4Dc+HIzmfv5THlIFd/zhhytwB+bn+BOdHkQcaEXuYYkuPDiTVRigkJCoapSlh0C5V2P+2UY4UBTANQR/Vqfb65lpQHtUJZMiW/Ws9RJQf5w++JpoMnZE0PqnZcc5VCmHXavUqxbZRkQmII7npxsmo7U0vH1puWOggaSm7vBzH9OrD2BcgBpQXV4ioNQW/uu/qwRZsQJ2/CImAxDfBvoP5AG8EGKPpL0TN2X9M9kWCx0yTteX/WpXNN0uyI+KF3yZH8qGJHypkzSmQj9DnNNDXGrhY7J0q4rIgiUou4dKJTvCp/7LIsX1YiRz55UnaiPR3d8zUfFH79bcjLeMQedidEws8hL6NdsoHDLjZBTzZgJZR5VbyBu8TEYQ9awEbgPGw34eEGqkLDLt6ANUJfvXxjUu6AWYPv1wbKAOr4+7B9KWdlAH3oIJi32juRIodH7jkUikmynjh29chKqkTDY+9FnY0luzgeucXeHJILgV9QkFpwCyomxNF0RVaxxIyZSE47kTI9BHY0GjXFyngz9mJcHVZ9r1yqz75zdP9w4d6e3Dk2SxqHT58e24YyW15qpWb80EF/0URJVdMrjVpJbA9ASUSDJOs7O8Pyl6aGan0l86JBX69Fmm9R0XD8gopk0wa6hSTRsh1qkcZsqM3MV8Rm1vGshZV+RXKs+WJtUFOYrGa/Nbx/1L84FjHr33XfiZFRWj7TqnQ1NZ1eqk0trgq344s3wFvWgUPPCH3gVAMfvLA/iV3XASA51xtNCB9QabD11mCUhJxtDSfuc3z96lXkb8X2TTuGNMgzgR3vXr/J/7bckuOU3Gsdf4vD29Y1J+bhqDMLkdLs9at/Ybhu0XUPxqN/mkd628Ip4T7hsvC48CzUwlgQ32XhxB8BxrC0TTknZRPACcJcmyb+cwOlHOc53kvcwiHWa4dvixknsCXddnWT5kBqORwkPQhtOEMIBj2gB310o5ya/Z34SFiPooLhSicIRZXmdtF0vLKu4eF9j903RJpxZOLgdr/oGqpc1rRvLJxZWDjzDp58Ui3LmuHu/lh3nMi2P23HNlwxxsHCoo8lSgozMwXoVfQqZp2cLhRCGMvQbETIg8gt6GXPCKhMJzQMDD28Znh8sN8xXBqUlVeq/fV+NU9eKofUNQpdPkxsVyfjnScMBwFwSmzb+DauvwF22uDxNEvBg2e5bLk0bzMjLtUJA7gaO69g/LI75J53ch+6L2Puia85lxRdueS0R61WiSr32VBpX2IMnP6offtc6ia6AajFABds8CUfBR6YhWwR8Eoa9kYp6/urKPNMDMY8SENOjiBiy8LUB5Dmx1EhG6Q9DsUYDDoNR0E6ORrMd4n/DuJ3Tt9BhxuTU8OJggT8LPCvMP4DhD6FPosQ+WOnPhfVygRk4szctVQjCFm8qlrEInbdmbuzKRGq3re94MhGkJqyQkXKNGs9mSnVNCvZjKKOKatMpK4ZBnGjVyqibyIIrhA+Dt2/ht4dzjWcAmRr2d0ztgO9lmq8CvBInIIqx4WxS/aSqYkiiwpM0hgWdTVs2F47tDy5QD3DVSRDIZKhmmVFDbx9HjDB2JIwl8dxBzHWNcG1MdrloTlgZAZFAN5JmYMmF8neY16+Ex6niSbe835JxVT6hfMSCUWDdj4yoDosfeUTPSri3j07I9mUZHnt1IVlJiqFOzjwtyVCujGSNAWXh0QbU0JKZgEzQ8dOoSoa4wqlBSIXLOxQVpcKpnh7PZ8XAsCgVeEclNoN8A9e7sTAPC2U54Ysr27wHfUmHo4Tuf2WIdfVW43aw82DvQzRV6Ij0fNUt+nzeiPSr+oN/ZHoMHV4Uae2TqMj8fO0n6f67do+vaP9Iu8CrUSQwhvP61FD/5iuvys64lL6vGHwF/kz55fyVL9V16YHmy7ylw/68D8UKkKX7yEPtmmOurnVAXsbc9ANM1BsdquKQzNvwpAwnZmOeXzpNL9VZzM7O710HLKz6LPZ9IuKYSjrm9NZNv1JfpJZNozydPaFdV6xtsZr1o23x4att+sRBc+5gFhCwdIWCMTAIEegyQeURQblVug4wfmfOxYlpP5Aku/QiG9i8J5kZgpoPqFbDlA7Kl7ARLqFQT8PuFAFDKIJ5Qf94FxGScPnp3MQBuZccwA+HT1quoHKzp1bI6Lpz87qZlydDTr0JYZM1b668Ripxy1r9EIclS0HWfL+2iZxwexPiQny8ZJRfoC1CjEZBJ5BBpgH9vCZAwenLza9QhwZMobIZHERBbqskSK6fvAYdve7KHCjUzU5sFy83jwRIbEhKQc5+1fycwubn+XwEwt+WpEyG4KPbJCNLJQwWHYdXU4SuF4vXh6OTj2erF8enkZT6N7HHnvsezu7/zQcPv4f/7g+HP6vcBu/fwBxBY9tKRtnlPFjTQ5+wHtA6cNGmrtFAFTgSfyWA2AGOjRG34+KZbVY0etuc0jG76jrvuM708BGZEWZLy+uq+r6XfesjWqVGH1cI3bNooY1bKoQ+s743bauoalFSlCxgVooTZPVpTXNvVPeaz8pb+aB6vIYlM8DuDS4ly5aR8EAHHMGU+RsnJ+u5Iu5YweOA4s+n1DaKBViSdKoHai6qjNnVEWVGcs2AUVM9c4d+RWR1Lc9P0C+ayFMyjYENEFRC0rgav2yRRT+3cHak+M/oK9DzMzlCHICZU+4Q8wm+Jh/GBlDDRTQ35JLD2ympaYbSlW/UZsLBrohWY65hMVGwa7/zFH07u33f/j488f9UrXcwtKJc96RS2GbPUnw3pnEDbA1B7jxBUEAgMoPALhPAxoLpCPLGUceKuEkj1Qgkmq1F4D45l++eCY/dIWLzzPNAa6Wc2GI6tO5amX5yvLsqdWp5YeXxwsSnV1cPLNY6m8li2cXSqKDDERJVZWIqEuMBA2DUBlDwEQKItMgILR9NN0za64cUYw77+194OHlqbWTsysPLxfbYrRwdjHZ6pegx0GHbn8AE2yBMZsSwUo1kKhCRCxKqQLY5PYraDmgCsaWbeE7cMYRNie6cetkkX8ZyY+aOanxWO6zOfAw/gkv5Xy+7wdh/rUvzI/v4eZx9Sg3m+ULV/0n4L5hURUCGVepebGiOExiku0iCZynOYRgt0BUTYUwQKHoRrP8z+Xm1lZ+u1wbLlc1UVFqhweW42Mm956llEnO9tJlRr1e5cI0hJuWIOxz5ZvAZnTwuMf5/rV4MJgtwDrClEoTPsJDyjC3RDYAvwOxVsKP6xtpr9GGJ8F+3TgDimIhvtnkIDlFZLlYrtfw7trigzbatohMJMckpUOt3oWibniOJIlSsDNbVVX+ecHx4r0q10yxtTo3vL4P0P/2OUCrP1l6KPpxqxaXick01fBRVFqYRliW8XefPcdvKC98Z6v1pKJNNT9fvDTs7f73PoQL/8/5qwuQmQJgS/Bv37pDMAB/SODpW5CirbxilycH9OAVYPir3M9PGBqIroN4SDj5EAwZ0I4a5sEiV25+hpDb4ybmupKyUYi+h7EkKwbTyOoDw7UW0ZihyBJB3BGJkq3LOm08tf9AhOq3PoguyIojqyKsGCpg2aIqO4rsF4OpoOjbtsNrgQeiyTPFtiePPvLRdeH/AKeeOU4AeJxjYGRgYABiW9k+nXh+m68M3EwMIHCrN68YmWZ8zXgNSHEwgKUB+Z8JIAB4nGNgZGBgYgACPTDJwPiagZEBFegBABdZAU8AeJxjYGBgYBqCGAAhEABbAAAAAAAArgEiAWwBxgIWApYCyAMmA1wDlAPABBwEPgS6BPoFNAV8Ba4GKgZ4Bp4G2Ac6B6QH8AjGCQ4JxAn6CqILCguGC8gMBgw2DHgMpAzuDUgNfg38DlwO3A8AD14AAHicY2BkYGDQY5jCwMEAAkxAzAWEDAz/wXwGABxQAeEAeJx1kT9OwzAYxV/atIgWISQkxIYnFtT0z8DQkaHdO3RgS1MnTeXGUexW6sYxOAHHYOQInIJD8BK+oUKqIzs///LetwTADb4QoF4BrpqzXi1c8PbHbdKtcEh+EO6gjyfhLv2zcI/2RbjP5o4TgvCS5h5vwi1c4124Tf8hHJI/hTu4w7dwl/5HuIdlEAr38Ri8OpvksRkYm1m30NnexNWpOuWlrlxuCzWORqd6rgtdxV6v1eqo3CGbeJ+qtLI7NbOF18ZYVVZ2qxMfbbwvp8NhKj5K7A4OFglyxDAYcFtk3A4LaNKeJkZ1NnXOL9muWzlvBRTGiDA6m54zXTSNGJ7vNRsrHHk6HJiZ0HqkvKfMWP4VhVkzuU6bZpJC2Xzb0iT0ETZNq8QUQz7pv3zEFCf9AkQtapF4nG2Q13LcMAxFdZ0VpZXiOL333ux8EylCEkcUQbN4vfn6SN6dTB6CF5wLDOYCKE6KQ5TF/+MCJ7iFDUoIVKixRYMWt3GKOzjDXdzDfTzAQzzCYzzBUzzDc7zAS7zCa7zBW7zDe3zAR3zCZ3zBV3zDd/zAT5zjAr8KIWf5m12laJSuo1ZZHgYK59Km6shVx5o8uVoHo5SyVOnAXvF1Q1fkkgomUd3LjhTztOmJtOit6abQ9JxDvMwyUDmMHJMYTBqzagbmwdLqcXZEb3NcdfuPFgfeGheTHIKca2vcRNq4zSyNFfOCeT71xiUKFNM6v/2rhOduoqXA1mqp9b70YemJQFqbVMZx3SpOe09V9JxMv28Pq0a/nNLGlOfl1OzZ1Yksrf7NTe3mN+KAIu1M6sZ2Ten4tSOXV2YmrnejTFF63+6YO55nCh1tdxy0X5xieS3dIKs955QVFcUfQjyYFwAA") format("woff"), url(social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.social-logo {
  font-family: social-logos;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-logo__amazon:before {
  content: "";
}
.social-logo__behance:before {
  content: "";
}
.social-logo__blogger-alt:before {
  content: "";
}
.social-logo__blogger:before {
  content: "";
}
.social-logo__codepen:before {
  content: "";
}
.social-logo__dribbble:before {
  content: "";
}
.social-logo__dropbox:before {
  content: "";
}
.social-logo__eventbrite:before {
  content: "";
}
.social-logo__facebook:before {
  content: "";
}
.social-logo__feed:before {
  content: "";
}
.social-logo__flickr:before {
  content: "";
}
.social-logo__foursquare:before {
  content: "";
}
.social-logo__ghost:before {
  content: "";
}
.social-logo__github:before {
  content: "";
}
.social-logo__google-plus-alt:before {
  content: "";
}
.social-logo__google-plus:before {
  content: "";
}
.social-logo__instagram:before {
  content: "";
}
.social-logo__linkedin:before {
  content: "";
}
.social-logo__mail:before {
  content: "";
}
.social-logo__medium:before {
  content: "";
}
.social-logo__path-alt:before {
  content: "";
}
.social-logo__path:before {
  content: "";
}
.social-logo__pinterest-alt:before {
  content: "";
}
.social-logo__pinterest:before {
  content: "";
}
.social-logo__pocket:before {
  content: "";
}
.social-logo__polldaddy:before {
  content: "";
}
.social-logo__print:before {
  content: "";
}
.social-logo__reddit:before {
  content: "";
}
.social-logo__share:before {
  content: "";
}
.social-logo__skype:before {
  content: "";
}
.social-logo__spotify:before {
  content: "";
}
.social-logo__squarespace:before {
  content: "";
}
.social-logo__stumbleupon:before {
  content: "";
}
.social-logo__telegram:before {
  content: "";
}
.social-logo__tumblr-alt:before {
  content: "";
}
.social-logo__tumblr:before {
  content: "";
}
.social-logo__twitch:before {
  content: "";
}
.social-logo__twitter-alt:before {
  content: "";
}
.social-logo__twitter:before {
  content: "";
}
.social-logo__vimeo:before {
  content: "";
}
.social-logo__whatsapp:before {
  content: "";
}
.social-logo__wordpress:before {
  content: "";
}
.social-logo__xanga:before {
  content: "";
}
.social-logo__youtube:before {
  content: "";
}
@media screen and (min-width: 736px) {
  body.thomas .thb-secondary-area .thb-quick-cart .thb-quick-cart-inner {
    max-width: none;
    padding-left: 16px;
  }
  body.thomas .thb-secondary-area .thb-quick-cart.active .thb-quick-cart-inner {
    border-color: transparent;
  }
  body.thomas .thb-secondary-area .thb-secondary-item .thb-item-text {
    display: none;
  }
  body.thomas .thb-secondary-area .thb-quick-cart .thb-item-icon-wrapper {
    background-image: url(/wp-content/themes/thomas/assets/img/m-319.svg);
    width: 67px;
    height: 32px;
  }
  body.thomas .thb-secondary-area .thb-secondary-item .count {
    border-radius: 0;
    background-color: transparent;
    border: 0 none;
    width: 100%;
    height: 100%;
    margin-left: 0;
    opacity: 1 !important;
  }
  body.thomas .thb-secondary-area .thb-quick-cart .thb-quick-cart-inner::after, body.thomas .thb-secondary-area .thb-quick-cart .thb-quick-cart-inner::before {
    display: none;
    top: 8.5px;
    z-index: 10;
  }
}
body.thomas input[type="submit"].accent, body.thomas input[type="submit"].alt, body.thomas .button.accent, body.thomas .button.alt, body.thomas .btn.accent, body.thomas .btn.alt, body.thomas .pushbutton-wide.accent, body.thomas .pushbutton-wide.alt {
  background: var(--green);
}
body.thomas input[type="submit"].accent:hover, body.thomas input[type="submit"].alt:hover, body.thomas .button.accent:hover, body.thomas .button.alt:hover, body.thomas .btn.accent:hover, body.thomas .btn.alt:hover, body.thomas .pushbutton-wide.accent:hover, body.thomas .pushbutton-wide.alt:hover {
  background-color: rgba(0, 128, 96, 0.8);
  color: #FFF;
}
body.thomas .products .product .thb_transform_price .thb_transform_loop_price, body.thomas .wc-block-grid__products .product .thb_transform_price .thb_transform_loop_price {
  line-height: 24px;
}
body.thomas .products .product .thb_transform_price .thb_transform_loop_buttons, body.thomas .products .product .thb_transform_price .thb_transform_loop_price, body.thomas .wc-block-grid__products .product .thb_transform_price .thb_transform_loop_buttons, body.thomas .wc-block-grid__products .product .thb_transform_price .thb_transform_loop_price {
  min-height: 24px;
}
body.thomas .thb-shop-content #main ul.products .product-category .thb-category-link {
  position: relative;
  padding: 0;
}
body.thomas .thb-shop-content #main ul.products .product-category .thb-category-link .thb-product-category-image {
  margin: 0;
}
body.thomas .thb-shop-content #main ul.products .product-category .thb-category-link .thb-product-category-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
body.thomas .thb-shop-content #main ul.products .product-category .thb-category-link .woocommerce-loop-category__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-weight: 400;
  font-size: 32px;
  width: 100%;
  padding: 0 24px;
}
body.thomas .thb-shop-content #main ul.products .product-category + .loop-title {
  margin-top: 15px;
}
body.thomas .thb-shop-content #main ul.products .loop-title {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  text-transform: lowercase;
}
body.thomas .thb-shop-content #main ul.products .loop-title:last-child {
  display: none;
}
body.thomas .thb-shop-content #main ul.products .woocommerce-loop-category__title .count {
  display: none;
}
body.thomas .woocommerce-billing-fields #vat_number_field .description {
  display: none;
}
