.final-tiles-gallery {
  position: relative;
  perspective: 800px;
}
.final-tiles-gallery .tile img.item {
  -moz-transition: -moz-transform 0.2s, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s, opacity 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s ease-out;
  transition: transform .2s ease-out;
  display: block;
  position: relative;
  width: 100%;
}
.final-tiles-gallery .tile.ftg-enlarged img {
  display: block;
  margin: auto;
}
.final-tiles-gallery .loading-bar {
  width: 100%;
  display: block;
  height: 2px;
  position: relative;
  top:-4px;
}
.final-tiles-gallery .loading-bar i {
  width: 0%;
  display: block;
  height: 2px;
  transition: all 1s;
}
.final-tiles-gallery .tile {
  float: left;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  display: none;
  transition-property: all;
  transform-origin:50% 50% 50px; 
  transition-duration: .25s; 
  perspective: 1000px;
}
html body .final-tiles-gallery .ftg-items .tile.ftg-loaded {
  opacity: 1;
  display: block;
}
.final-tiles-gallery .tile.ftg-filter-hidden-tile,
.final-tiles-gallery .tile.ftg-hidden-tile {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  display: none !important;
}
.final-tiles-gallery .edge {
  position: absolute;
  z-index: 1000;
  background: #333;
  color: #fff;
  font-size: 11px;
  padding: 4px;
  font-family: sans-serif;
}
.final-tiles-gallery .edge.enlarged-true {
  color: yellow;
}
.final-tiles-gallery .ftg-social {
  position: absolute;
  transition: all .5s;
  z-index: 20;
}

.final-tiles-gallery .woo {
  display: block;
  text-align: center;
  margin-top:10px;
}
.final-tiles-gallery .woo:hover {
  text-decoration: underline;
}

.final-tiles-gallery .ftg-social a {
  color: #fff;
  text-decoration: none;
  border: 0;
  text-align: center;
  font-size: 16px;
  transition: all .3s;
}
.final-tiles-gallery .ftg-social a:hover {
  color: #ccc;
}
.final-tiles-gallery .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .3s;
  opacity: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.final-tiles-gallery .hover .icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}
.final-tiles-gallery .tile:hover .hover {
  opacity: 1;
}
.final-tiles-gallery .tile iframe.item {
  width: 100% !important;
}
.final-tiles-gallery .ftg-filters {
  margin-bottom: 20px;
  text-align: center;
}
.final-tiles-gallery .ftg-filters a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #777;
  padding: 4px 10px;
  border: 1px solid #777;
  text-decoration: none;
  outline: 0;
  text-shadow: none;
  box-shadow: none;
}
.final-tiles-gallery .ftg-filters a:hover,
.final-tiles-gallery .ftg-filters a.selected {
  color: #000;
  border-color: #333;
  text-decoration: none;
}
.final-tiles-gallery .tile .caption-block {
  display: inline-block;
  position: absolute;
  color: #fff;
  z-index: 11;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: all .25s;
}
.final-tiles-gallery.caption-frame .tile .caption-block {
  border:1px solid #fff;
}
.final-tiles-gallery.caption-frame .tile .caption-outside {
  border:1px solid #fff;
  padding: 0 10px;
  margin-top: 3px;
}
.final-tiles-gallery.caption-frame.caption-middle .tile .caption-block {
  top:10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px; 
}
.final-tiles-gallery .tile-inner:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;  
  content: "";
  opacity: 0;
  transition: all .3s;
  z-index: 10;
}
.final-tiles-gallery .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text .ftg-meta {
  display: block;
}
.final-tiles-gallery .tile span.icon {
  position: absolute;
  top:50%;
  left:50%;
  z-index: 10;
  opacity: 0;
  transition: all .3s;
}
.final-tiles-gallery .tile:hover span.icon {
  opacity: 1;
}
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.text {
  color: #fff;
}
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.text {
  color: #000;
}
.final-tiles-gallery.caption-color-light .tile-inner:before {
  background: rgba(255, 255, 255, 0.7);
}
.final-tiles-gallery.ftg-hover-enabled .tile.hover .tile-inner:before,
.final-tiles-gallery.ftg-hover-enabled .tile:hover .tile-inner:before {
  opacity: 1;
}
.final-tiles-gallery .tile .caption-block span.title {
  font-size: 16px;
  margin:0;
}
.final-tiles-gallery .tile .caption-block span.text {
  font-size: 12px;
  margin:10px 0 0 0;
  opacity: .8;
}
.final-tiles-gallery .tile .caption-block .text-wrapper {
  width:100%;
}
.final-tiles-gallery.caption-center-text .tile .caption-block span.title,
.final-tiles-gallery.caption-center-text .tile .caption-block span.text {
  text-align: center;
  display: block;
}
/* EFFECT: IMG FADE OUT */
.final-tiles-gallery.effect-fade-out .tile img {
  transition: all 0.5s;
  opacity: 1; 
}
.final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile.hover img,
.final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile:hover img {
  opacity: .5;
}
/* EFFECT: DEEP ZOOM IN */
.final-tiles-gallery.effect-deep-zoom-in .tile:hover img {
  -moz-transform: perspective(1000px) translate3d(0px, 0px, 400px);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 400px);
  -ms-transform: perspective(1000px) translate3d(0px, 0px, 400px);
  transform: perspective(1000px) translate3d(0px, 0px, 400px);
}
/* EFFECT: ZOOM IN */
.final-tiles-gallery.effect-deep-zoom-in .tile img,
.final-tiles-gallery.effect-zoom-in .tile img {
  -moz-transform: perspective(1000px) translate3d(0, 0, 0);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  -ms-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
  position: relative;
  display: block;
}
.final-tiles-gallery.effect-zoom-in.ftg-hover-enabled .tile:hover img {
  -moz-transform: perspective(1000px) translate3d(0px, 0px, 200px);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 200px);
  -ms-transform: perspective(1000px) translate3d(0px, 0px, 200px);
  transform: perspective(1000px) translate3d(0px, 0px, 200px);
}
/* EFFECT: ZOOM OUT */
.final-tiles-gallery.effect-zoom-out .tile img {
  opacity: 1;
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.final-tiles-gallery.effect-deep-zoom-out.ftg-hover-enabled .tile:hover img,
.final-tiles-gallery.effect-zoom-out.ftg-hover-enabled .tile:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* EFFECT: DEEP ZOOM OUT */
.final-tiles-gallery.effect-deep-zoom-out .tile img {
  opacity: 1;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.final-tiles-gallery.effect-speed-very-slow .tile img { transition-duration: 1s; }
.final-tiles-gallery.effect-speed-slow .tile img { transition-duration: .5s; }
.final-tiles-gallery.effect-speed-medium .tile img { transition-duration: .35s; }
.final-tiles-gallery.effect-speed-fast .tile img { transition-duration: .2s; }
.final-tiles-gallery.effect-speed-very-fast .tile img { transition-duration: .1s; }

.final-tiles-gallery.caption-left .tile .caption-block, .final-tiles-gallery.caption-left .tile .caption-outside { text-align: left; }
.final-tiles-gallery.caption-center .tile .caption-block, .final-tiles-gallery.caption-center .tile .caption-outside { text-align: center; }
.final-tiles-gallery.caption-right .tile .caption-block, .final-tiles-gallery.caption-right .tile .caption-outside { text-align: right; }

/* CAPTION TOP */
.final-tiles-gallery.caption-top .tile .caption-block {
  top: 20px;
}
/* CAPTION BOTTOM */
.final-tiles-gallery.caption-bottom .tile .caption-block {
  bottom: 20px;
  top: auto;
}
/* CAPTION MIDDLE */
.final-tiles-gallery.caption-middle .tile .caption-block {
  position: absolute;
  top:0;
  bottom:0;
  display: flex;
  align-items: center;
}
.final-tiles-gallery.ftg-hover-enabled .tile.hover .caption-block,
.final-tiles-gallery.ftg-hover-enabled .tile:hover .caption-block {
  opacity: 1;
}
/* CAPTION FIXED */
.final-tiles-gallery.caption-fixed .tile .caption-block {
  opacity: 1;
}
/* CAPTION FLIP HORIZ */
.final-tiles-gallery.caption-flip-h .tile {
  perspective: 1000px;
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner {
  position: static;
}
.final-tiles-gallery.caption-flip-h.ftg-hover-enabled .tile:hover .tile-inner {
  transform: rotateY(180deg);
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: static;
  display: block;
}
.final-tiles-gallery.caption-flip-h .tile:hover .tile-inner:before {
  display: none;
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .item,
.final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;    
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .item {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
  transform: rotateY(180deg); 
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
/* CAPTION FIXED WITH BACKGROUND */
.final-tiles-gallery.caption-fixed-bg .tile .caption-block {
  opacity: 1;
}
.final-tiles-gallery.caption-fixed-bg .tile .tile-inner:before {
  opacity: 1;
}
/* CAPTION FIXED THEN HIDDEN */
.final-tiles-gallery.caption-fixed-then-hidden .tile .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden .tile .tile-inner:before {
  opacity: 1;
}
.final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .tile-inner:before {
  opacity: 0;
}
/* CAPTION SLIDE TOP */
.final-tiles-gallery.caption-slide-from-top.ftg-hover-enabled .tile:hover .caption-block {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-top .tile .caption-block {      
  opacity: 0;
  transition: all .5s;
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

/* CAPTION FIXED BOTTOM */
.final-tiles-gallery.caption-fixed-bottom .tile .caption-block {
	bottom:0;
	left:0;
	right:0;
	background:transparent;
	opacity: 1;
}
.final-tiles-gallery.caption-fixed-bottom .tile .caption-block .text-wrapper {
	position: absolute;
  bottom: 0;
  top:auto;
  left:0;
  right:0;
  padding-bottom: 20px;
  padding-top: 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 49%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.final-tiles-gallery.caption-fixed-bottom.caption-color-light .tile .caption-block .text-wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+49 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 49%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
}

/* CAPTION SLIDE FROM BOTTOM */
.final-tiles-gallery.caption-slide-from-bottom.ftg-hover-enabled .tile:hover .caption-block {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-bottom .tile .caption-block {      
  opacity: 0;
  transition: all .5s;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

/* EFFECT FRAME */
.final-tiles-gallery.effect-frame.ftg-hover-enabled .tile:hover .tile-inner:before {  
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.final-tiles-gallery.effect-frame .tile .tile-inner:before {
  opacity: 0;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  content: "";
  display: block;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all .35s;
}
/* CAPTION BACKGROUND */
.final-tiles-gallery.caption-bg .tile span {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  padding: 2px 6px;
}
/* SOCIAL ICONS BACKGROUND */
.final-tiles-gallery.social-icons-bar .ftg-social {
  background: rgba(0, 0, 0, .7);
  box-shadow: 0px 0px 10px #000;
}
.final-tiles-gallery.social-icons-bar .ftg-social a {
  color: #333;
}
.final-tiles-gallery.social-icons-bar .ftg-social a:hover {
  color: #555;
}
/* SOCIAL ICONS DARK BACKGROUND */
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social {
  background: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a {
  color: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a:hover {
  color: #eee;
}
/* SOCIAL ICONS RIGHT */
.final-tiles-gallery.social-icons-right .ftg-social {
  width: 40px;
  top: 0;
  height: 100%;
  right: -50px;
  z-index: 20;
}
.final-tiles-gallery.social-icons-right .ftg-social a {
  margin: 10px 0;
  display: block;
}
.final-tiles-gallery.social-icons-right .tile:hover .ftg-social {
  right: 0;
}
/* SOCIAL ICONS BOTTOM */
.final-tiles-gallery.social-icons-bottom .ftg-social {
  width: 100%;
  bottom: -40px;
  height: 30px;
  text-align: right;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a {
  margin: 0 5px;
  display: inline-block;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type {
  margin-right: 15px;
}
.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social {
  bottom: 0;
}
.final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social {
  height: 36px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social {
  height: 40px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social a {
  margin: 10px 5px;  
}
/* SOCIAL ICONS CIRCLE */
.final-tiles-gallery.social-icons-circle .ftg-social a {
  margin: 5px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  background: #333;
  color: #333;
}
.final-tiles-gallery.social-icons-circle .ftg-social a:hover {
  color: #fff;
  background-color: #333;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//banzeiro.greenarkpress.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//banzeiro.greenarkpress.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//banzeiro.greenarkpress.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//banzeiro.greenarkpress.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//banzeiro.greenarkpress.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//banzeiro.greenarkpress.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Payment details at the top of the post. */
.pt-payment-details-wrap { 
	background: #dff0d8;
	border: 0;
	padding: 15px;
	margin-bottom: 15px;
}

.pt-payment-details-error {
	background: #ffbaba;
}

/* Basic form styles. Most based off Bootstrap 3. */

.pt-checkout-form {
    position: relative;
	margin-bottom: 15px;
    border: 1px solid #eaeaea;
    padding: 15px;
    width: 20em;
    border-radius: 4px;
}

.pt-checkout-form-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,18,18,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt-loader {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    border: 3px solid #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: pt-loader 3s linear infinite;
    animation: pt-loader 3s linear infinite;
}
.pt-loader:after{
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
}

@-webkit-keyframes pt-loader{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

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

.pt-checkout-form input[type="checkbox"],
.pt-checkout-form input[type="radio"], .pt-checkout-form select {
    cursor: pointer;
}

/* Form styles */

.pt-form-group {
    margin-bottom: 15px;
}

.pt-form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.pt-form-group .pt-form-control {
    display: inline-block;
    width: 100%;
    padding: 10px 7px;
    height: 38px;
    font-size: 14px;
    line-height: 1.4;
    color: #555555;
    background-image: none;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pt-form-group .pt-form-control:focus {
    border: 1px solid #c1c1c1;
    color: #333;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.pt-form-group .pt-form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.pt-form-group .pt-form-control:-ms-input-placeholder {
    color: #999999;
}

.pt-form-group .pt-form-control::-webkit-input-placeholder {
    color: #999999;
}

.pt-form-group .pt-form-control[disabled],
.pt-form-group .pt-form-control[readonly],
.pt-form-group fieldset[disabled] .pt-form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.pt-form-group textarea.pt-form-control {
    height: auto;
    width: 100%;
}

.pt-form-group input[type="text"],
.pt-form-group input[type="email"],
.pt-form-group textarea,
.pt-uea-container {
    width: 100%;
}

.pt-form-group input[type="checkbox"],
.pt-form-group input[type="radio"] {
    margin: 0 5px 0 5px;
}

/* User-entered amount */

.pt-form-group .pt-uea-container {
    display: table;
    position: relative;
}

.pt-form-group .pt-uea-container-with-prepend {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
}
.pt-form-group .pt-uea-container-amount {
    display: flex;
}
.pt-form-group .pt-uea-container .pt-uea-currency-prepend {
    box-sizing: border-box;
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pt-form-group .pt-uea-container .pt-uea-currency-prepend.currency-after-amount {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.pt-form-group .pt-uea-container .pt-uea-currency-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    font-size: 20px;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
}

/* UEA field is inline-block so EUR dollar sign can be placed on the left of it. */
.pt-form-group .pt-uea-container .pt-uea-custom-amount {
    position: relative;
    display: block;
    width: 1%;
    padding: .375rem .75rem;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 90px;
}

/* Discount codes */

.pt-form-group.pt-form-group-field-discount {
    display: block;
    background-color: #f7f7f7;
    padding: 15px;
    overflow: auto;
}

/* Discount code field is inline-block so "Apply" button can be placed on the right of it. */
input.pt-discount {
    width: 75% !important;
    display: inline-block;
    float: left;
    padding: 10px 15px !important;
    -webkit-appearance: none;
    border-radius: 4px;
    font-weight: 400;
}

.pt-discount-label {
    display: block;
}

.pt-discount-button {
    display: inline-block;

    //font-size: 14px;
    float: left;
    padding: 10px 15px;
    -webkit-appearance: none;
    border: 3px solid transparent;

    background-color: #464e56;
    color: #fff;
    margin-left: 20px;
    border-radius: 4px;
    font-weight: 400;
}

.pt-discount-button:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.pt-discount-button::-moz-focus-inner {
    border: 0;
}

.pt-form-group .pt-discount .pt-discount-button {
    margin-left: 10px;
}

.pt-form-group .pt-discount-false,
.pt-form-group .pt-discount-email-error,
.pt-form-group .pt-discount-used {
    color: #a94442;
    display: inline-block;
}

.pt-form-group .pt-discount-true, .pt-form-group + .pt-discount-true {
    color: #4CAF50;
    display: inline-block;
}

/* Radio buttons & groups */
.pt-radio-group {
    margin-bottom: 5px;
}

.pt-radio-group ul {
    display: none;
}

.pt-radio-group label, .pt-checkbox-group label {
    font-weight: normal;
    display: block;
    /* margin: 0; Removed by David in 1.1.0, caused issues in some themes*/
    cursor: pointer;
}

.pt-radio-group input[type="radio"] {
    float: left;
    margin-top: 7px;
    margin-right: 7px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
    -o-appearance: radio;
}

/* Explain prefilling of fields */
.pt-field-prefill-warning-hint {
    cursor: pointer;
 }

.pt-field-prefill-warning-explanation {
    display: none;
 }

.pt-field-prefill-warning {
    font-size: 80%;
    padding: 0 1em;
    color: #6a737d;
    border-left: 0.25em solid #dfe2e5;
    font-style: italic;
}

/* Button */
.pt-checkout-form button.pt-payment-btn {
    -webkit-appearance: button;
    background-color: #343a40;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    text-transform: uppercase;
    display: none;
    border-radius: 4px;
}

.pt-checkout-form button.pt-payment-btn:hover {
    background-color: #23272b;
}

/* Parsley JS Validation styles */

.pt-form-group ul.parsley-errors-list,
.pt-form-group ul.parsley-errors-list li {
    color: #a94442;
    list-style-type: none;
}

.pt-checkout-form ul.parsley-errors-list {
    display: none;
}

.pt-checkout-form ul.parsley-errors-list.filled {
    display: inline;
}

.parsley-required {
    color: #a94442;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.pt-form-alert {
    padding: 20px;
    background-color: #ff9800;
    color: white;
    margin: 5px 0 15px 0;
    text-align: center;
    border-radius: 4px;
}

.pt-option-disabled {
    text-decoration: line-through;
    background-color: #80808038;
}

/* Crowdfunding */

.pt-crowdfunding-wrapper .pt-crowdfunding-label {
    font-weight: bold;
}
.pt-crowdfunding-wrapper .pt-crowdfunding-progress-bar {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.pt-crowdfunding-wrapper .pt-crowdfunding-progress-bar-content {
    position:  absolute;
    width: 100%;
    color: #000000;
    font-weight: bold;
    font-family: inherit;
    line-height: 30px;
}
.pt-crowdfunding-wrapper .pt-crowdfunding-progress-bar-fullness {
    color: #fff;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
}

/* Quantity box */
.pt-quantity-input {
    max-width: 50px;
    margin-top: 15px;
    float: right;
    padding-left:10px;
    width:45px;
    text-align:center;
}
/* Quantity amount */
.pt-quantity-amount {
    float: right;
}

.pt-form-group-label.has-quantity-input .pt-quantity-input,
.pt-form-group-checkbox-new.has-quantity-input .pt-quantity-input {
    margin-top: 0px;
    /*margin-left: 15px;*/
    float: right;
    padding: 0px;
}
.limit-error-message {
    margin-bottom: 0;
}

.pt-items-left {
    margin: 5px;
}


/* Paytium login */
.paytium-login-form-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}
.paytium-login-form-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
}
#paytium_login_form {
    width: 560px;
    margin: auto;
    padding: 30px 30px 0 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.paytium-login-close {
    color: #fff;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paytium-overflow-hidden {
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #paytium_login_form {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
    }
    .paytium-login-close {
        color: #000;
    }
    /*.pt-quantity-input[type=number]::-webkit-inner-spin-button,*/
    /*.pt-quantity-input[type=number]::-webkit-outer-spin-button {*/
        /*width: 15px;*/
    /*}*/
}

/* input number quantity spinner */
.pt-quantity-input[type=number]::-webkit-inner-spin-button,
.pt-quantity-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.paytium-quantity-input {
    display: inline-flex;
    float: right;
    margin-top: -10px;
    margin-left: 15px;
}
.pt-quantity-input[type=number] {
    width: 50px;
    border: solid 1px lightgrey;
    border-radius: 0;
    text-align: center;
    margin-left: 0;
}
.paytium-spinner {
    border: solid 1px lightgrey;
}
.pt-uea-container .paytium-spinner {
    margin-top: 15px;
}
.paytium-spinner:hover {
    background: lightgrey;
}
.paytium-spinner:first-child {
    border-radius: 3px 0 0 3px;
}
.paytium-spinner:last-child {
    border-radius: 0 3px 3px 0;
}

/* discount checkbox */
.pt-discount-tumbler-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border-radius: 15px;
    cursor: pointer;
}
.pt-discount-tumbler-switch.checked {
    background-color: deepskyblue;
}

.pt-discount-checkbox-tumbler {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

.pt-form-group input[type="checkbox"].pt-discount-checkbox {
    display: none;
}

.pt-form-group input[type="checkbox"].pt-discount-checkbox:checked + .pt-discount-checkbox-tumbler {
    transform: translateX(30px);
}

.pt-form-group-field-discount-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 540px) {
    .pt-form-group-field-discount-checkbox, .pt-form-group .pt-discount-tumbler-switch {
        display: block;
    }
}/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(//banzeiro.greenarkpress.com/wp-content/plugins/paytium/public/css/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
body .extendedwopts-show {
  display: none;
}
body .widgetopts-hide_title .widget-title {
  display: none;
}
body .extendedwopts-md-right {
  text-align: right;
}
body .extendedwopts-md-left {
  text-align: left;
}
body .extendedwopts-md-center {
  text-align: center;
}
body .extendedwopts-md-justify {
  text-align: justify;
}
@media screen and (min-width: 1181px) {
  body .extendedwopts-hide.extendedwopts-desktop {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-desktop {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: both;
  }
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
  body .extendedwopts-hide.extendedwopts-tablet {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-tablet {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: none;
  }
  body .widget.clearfix-tablet {
    clear: both;
  }
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
  body .extendedwopts-hide.extendedwopts-tablet {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-tablet {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: none;
  }
  body .widget.clearfix-tablet {
    clear: both;
  }
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
  body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: block !important;
  }
  body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: none !important;
  }
  body .extendedwopts-hide.extendedwopts-mobile {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-mobile {
    display: block;
  }
  body .widget.clearfix-desktop,
  body .widget.clearfix-tablet {
    clear: none;
  }
  body .widget.clearfix-mobile {
    clear: both;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: block !important;
  }
  body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: none !important;
  }
  body .extendedwopts-hide.extendedwopts-mobile {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-mobile {
    display: block;
  }
  body .widget.clearfix-desktop,
  body .widget.clearfix-tablet {
    clear: none;
  }
  body .widget.clearfix-mobile {
    clear: both;
  }
}
.panel-cell-style:after {
  content: "";
  display: block;
  clear: both;
  position: relative;
}
.widgets_on_page > ul, .widgets_on_page > ul li {list-style:none;background:none;}
.blog-clearfix:before, .blog-clearfix:after{content: "";display: table;}
.blog-clearfix::after, .blog-clearfix{clear: both;}
.blogfree-plugin{margin:15px -15px;}
.blog-col-1, .blog-col-0 { width: 100%; float: left; padding-left: 15px;  padding-right: 15px;}
.blog-col-3, .blog-col-4, .blog-col-2, .blog-col-1, .blog-col-0 {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.blog-col-3, .blog-col-4, .blog-col-2{margin-bottom:35px;}
.blog-col-1 .blog-inner-wrap-view, .blog-col-0 .blog-inner-wrap-view { border-bottom: 1px solid #d1d1d1; padding-bottom: 20px; margin-bottom: 20px;}
.blog .blog-title{margin-top:5px !important; margin-bottom:10px !important;}
.blog .blog-title a{font-size:22px; line-height:26px; color: #555; text-decoration:none;}
.blog-cat{margin-bottom:10px ;}
.blog-content{float:left; width:100%; clear:both;}
.date-post{width: 11%;float: left;text-align: center;}
.date-post span{display: block;color: #222;font-size: 30px;margin: 0px 0px 2px;padding-bottom: 2px;border-bottom: 1px dotted #C0C0C0;}
.date-post h2{margin-bottom:5px !important; padding-bottom:0 !important; margin-top:0px !important; text-align:center;}
.date-post p{margin: 0px;text-transform: uppercase;color: #333; text-align:center !important}
.post-content-text{width:87%; margin-left:2%; float:left;}
.blog-thumb{float:left; width:100%; }
.grid-category-post{margin-bottom:10px;}
.blog-author, .blog-author a{font-size: 13px;margin-bottom: 5px;}
.grid-category-post a{ color: #555; text-decoration:none;}

.blog-author a, .blog-cat a { text-decoration: none; color: #000; }
.blog-author a:hover, .blog-cat a:hover { text-decoration: none; color: #3F3F3F; }

/* Pagination CSS Start */
.blog_pagination {width:100%; text-align:center; color:#666; clear:both;}
.blog_pagination a {color: #fff !important; background: #666; padding: 7px 10px; margin:0 1px 6px 2px; display: inline-block; text-align: center; line-height: normal; box-shadow: none; text-shadow: none; font-size: 14px; border: 1px solid #666; text-decoration: none !important; -webkit-transition: all .3s ease; transition: all .3s ease; outline:0;}
.blog_pagination .page-numbers.current {color: #666; background: transparent; padding: 7px 10px; margin:0 1px 6px 2px; display: inline-block; text-align: center; line-height: normal; box-shadow: none; text-shadow: none; font-size: 14px; text-transform: uppercase; border: 1px solid #666; text-decoration: none !important;}
.blog_pagination a:hover, .blog_pagination a:focus, .blog_pagination a:visited:hover {color: #666 !important; background: #fff; outline:0;}
.blog_pagination a.prev, .blog_pagination a.next {min-width:90px;}
.wpbaw-next-prev .next{float:right;}
.wpbaw-next-prev .prev{float:left;}
.blog_pagination .wpbaw-pagi-btn a {min-width:90px;}

.blog-col-4{width:25%; float:left; clear:none !important; padding:0 15px;}
.blog-col-3{width:33%; float:left; clear:none !important; padding:0 15px;}
.blog-col-2{width:50%; float:left; clear:none !important; padding:0 15px;}
.blog-col-1{width:100%; float:left;}

.blog-author{ clear:both;}
.blog-author span, .grid-1-author{font-style:italic;}

.grid-blog-thumb{float: left; height: 200px;line-height: 0;  overflow: hidden;  position: relative;  width: 100%;background: #f1f1f1;  }
.grid-blog-thumb img{height: 100% !important;width: 100% !important;object-fit: cover;object-position: top center; } 
  
.blog-col-1 .grid-blog-thumb{height:400px;}
.blog-col-2 .grid-blog-thumb{height: 250px;}

.blog-col-1 .blog-thumb, .blog-col-3 .blog-thumb, .blog-col-2 .blog-thumb, .blog-col-4 .blog-thumb{margin-bottom:15px;}
.blog-col-3 .post-content-text, .blog-col-2 .post-content-text, .blog-col-4 .post-content-text{width:100%; margin:0px;}
p.blog-short-content{margin-bottom:10px !important}
.blog-col-0{width:100%; float:left;}
.blog-col-0 .blog-thumb{float:left; width:33%; margin-bottom:0px}
.blog-col-0 .blog-content{float:left;  margin-left:2% ; width:65%; clear:none; }.no-thumb.blog-col-0 .blog-content{ margin-left:0 ; width:100%; }
.blog-col-0 .blog-content .post-content-text{margin-left:0px;}

.blog.wpbaw-first{clear: both !important;}
.blog-col-1.has-no-date .post-content-text{margin-left:0px; width:100%;}
.grid-1-date{display:none;}
.widget-date-cat, .widget-date-cat a{font-size:13px;}

a.blog-more-link{background: #555; color:#fff; clear: both;  display: inline-block; padding: 5px 15px;font-size:14px;    text-decoration: none !important}
a.blog-more-link:hover, a.blog-more-link:focus, a.blog-more-link:active{background: #000; color:#fff; }

/***** blog widget css *****/
.recent-blog-items ul{padding:0; margin:0; list-style:none;}
.recent-blog-items ul li.blog_li{padding:10px 0; border-bottom:1px solid #ddd; clear:both;}
.blog_thumb_left{display:table-cell; vertical-align:top; width:100px;  }
.blog_thumb_left a{display:block; margin-right:10px;}
.blog_thumb_left img{height: 100% !important;width: 100% !important;object-fit: cover;object-position: top center; }
.blog_thumb_right{display:table-cell; vertical-align:top; }
.blog_li a.blogpost-title, .widget .blog_li a.blogpost-title, #secondary .widget .blog_li a.blogpost-title {  color: #555;}
.blog_li a.li-link-custom, .widget .blog_li a.li-link-custom, #secondary .widget .blog_li a.li-link-custom {color: #555;}

@media all and (max-width: 768px) {
	.blog-col-3.wpbaw-first{clear:none !important}
	.blog-col-3, .blog-col-4{width:50%;}
}

@media all and (max-width: 640px) {
	.blog-col-2, .blog-col-3, .blog-col-4{width:100%;}
	.blog-col-list .blog-thumb{margin-bottom:15px;}
}

@media all and (max-width: 500px) {
	.grid-1-date{display:block;}
	.blog-col-0 .blog-thumb{float:left; width:100%;}	
	.blog-col-0 .blog-content{float:left;  margin-left:0% ; width:100%; clear:both; }
	.blog-col-1 .date-post{display:none;}
	.blog-col-1 .grid-blog-thumb{height:250px}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.is-menu a,.is-menu a:focus,.is-menu a:hover,.is-menu:hover>a{background:0 0!important;outline:0}.is-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);color:#000;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}.is-menu,form .is-link-container{position:relative}.is-menu a{line-height:1}.is-menu a::after,.is-menu a::before{display:none!important}.is-menu.default form{max-width:310px}.is-menu.is-dropdown form{display:none;min-width:310px;max-width:100%;position:absolute;right:0;top:100%;z-index:9}.is-menu.full-width-menu form,.is-menu.sliding form{min-width:0!important;overflow:hidden;position:absolute;right:0;top:25%;width:0;z-index:99;padding:0;margin:0}.is-menu.full-width-menu form:not(.is-search-form) input[type=search],.is-menu.full-width-menu form:not(.is-search-form) input[type=text],.is-menu.is-dropdown form:not(.is-search-form) input[type=search],.is-menu.is-dropdown form:not(.is-search-form) input[type=text],.is-menu.sliding form:not(.is-search-form) input[type=search],.is-menu.sliding form:not(.is-search-form) input[type=text],.is-popup-search-form form:not(.is-search-form) input[type=search],.is-popup-search-form form:not(.is-search-form) input[type=text]{background:#fff;color:#000}.is-menu.is-first form{right:auto;left:0}.is-menu.full-width-menu.open .search-close,.is-menu.full-width-menu:not(.open) form,.is-menu.is-dropdown form[style="display: block;"]+.search-close,.is-menu.sliding.open .search-close,.is-menu.sliding:not(.open) form,form:hover+.is-link-container,form:hover>.is-link-container{display:block}.is-form-style-2 .is-search-submit,.is-link-container,.is-menu form .screen-reader-text,.search-close{display:none}.is-menu form label{margin:0;padding:0}.is-menu-wrapper{display:none;position:absolute;right:5px;top:5px;width:auto;z-index:9999}.popup-search-close,.search-close{cursor:pointer;width:20px;height:20px}.is-menu-wrapper.is-expanded{width:100%}.admin-bar .is-menu-wrapper{top:51px}.is-menu-wrapper .is-menu{float:right}.is-menu-wrapper .is-menu form{right:0;left:auto}.gsc-cse-search-menu{max-width:310px;float:right}.gsc-cse-search-menu .cse .gsc-control-cse,.gsc-cse-search-menu .gsc-control-cse{padding:0}.is-menu .search-icon-path{fill:#848484}.search-close{position:absolute;right:-22px;top:33%;z-index:99999}.is-menu.is-first .search-close{right:auto;left:-22px}.is-menu.is-dropdown .search-close{top:calc(100% + 7px)}.popup-search-close{z-index:99999;float:right;position:relative;margin:20px 20px 0 0}#is-popup-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(4,4,4,.91);z-index:999999}.is-popup-search-form form{width:80%;margin:20% auto 0}.is-popup-search-form form.is-ajax-search{margin:10% auto 0}.popup-search-close:after,.search-close:after{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.popup-search-close:before,.search-close:before{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.is-highlight{background-color:#ffffb9;color:#222}@media screen and (max-width:910px){.is-menu form{left:0;min-width:50%;right:auto}.is-menu.default form{max-width:100%}.is-menu.full-width-menu.active-search{position:relative}.is-menu-wrapper{display:block}}.is-form-style label,.is-menu.full-width-menu.is-first button.is-search-submit,.is-menu.sliding.is-first button.is-search-submit{display:inline-block!important}form .is-link-container div{position:absolute;width:200px;bottom:-25px;left:5px;z-index:99999;height:auto;line-height:14px;padding:10px 15px}form .is-link-container a{text-decoration:none;font-size:14px;font-weight:100;font-family:arial;box-shadow:none}form .is-link-container a:hover{text-decoration:underline}form .is-link-container a.is-customize-link{margin-left:15px}.is-form-style label{padding:0;vertical-align:middle;margin:0;width:100%;line-height:1}.is-form-style{line-height:1;position:relative;padding:0!important}.is-form-style.is-form-style-3 label{width:calc(100% - 36px)!important}.is-form-style input.is-search-input{background:#fff;background-image:none!important;color:#333;padding:0 12px;margin:0;outline:0!important;font-size:14px!important;height:36px;min-height:0;line-height:1;border-radius:0;border:1px solid #ccc!important;font-family:arial;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-webkit-border-radius:0}.is-form-style input.is-search-input::-ms-clear{display:none;width:0;height:0}.is-form-style input.is-search-input::-ms-reveal{display:none;width:0;height:0}.is-form-style input.is-search-input::-webkit-search-cancel-button,.is-form-style input.is-search-input::-webkit-search-decoration,.is-form-style input.is-search-input::-webkit-search-results-button,.is-form-style input.is-search-input::-webkit-search-results-decoration{display:none}.is-form-style.is-form-style-3 input.is-search-input{border-right:0!important}.is-form-style button.is-search-submit{background:0 0;border:0;box-shadow:none!important;opacity:1;padding:0!important;margin:0;line-height:0;outline:0;vertical-align:middle;width:36px;height:36px}.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]),.is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]){visibility:hidden}.is-form-style .is-search-submit path{fill:#555}.is-form-style input.is-search-submit{text-decoration:none;position:absolute;top:0;right:0;padding:0 10px!important;width:auto}.is-search-icon{width:36px;padding-top:6px!important}.is-search-icon svg{width:22px;display:inline}.is-form-style input.is-search-submit,.is-search-icon{display:inline-block!important;color:#666;background:#ededed;box-shadow:none!important;outline:0;margin:0;font-size:14px!important;border:1px solid #ccc;border-radius:0;line-height:1;height:36px;text-transform:capitalize;vertical-align:middle;-webkit-transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-o-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.is-search-icon:hover,form.is-form-style input.is-search-submit:hover{background:#dcdcdc}/* latin-ext */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/domine/L0x8DFMnlVwD4h3htfqndSk.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/domine/L0x8DFMnlVwD4h3hu_qn.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/domine/L0x8DFMnlVwD4h3htfqndSk.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/domine/L0x8DFMnlVwD4h3hu_qn.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh73Ob9-w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBhy3Ob9-w.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh53Ob9-w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh43Ob9-w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh23OY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh73Ob9-w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBhy3Ob9-w.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh53Ob9-w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh43Ob9-w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70kjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbBh23OY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5JCh0xOI.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5LSh0xOI.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5Jih0xOI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5Jyh0xOI.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5KSh0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5JCh0xOI.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5LSh0xOI.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5Jih0xOI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5Jyh0xOI.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://banzeiro.greenarkpress.com/wp-content/fonts/roboto-serif/R70mjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEX5KSh0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:1.94em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background:0 0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:inherit}html{box-sizing:border-box}body,button,input,optgroup,select,textarea{color:#404040;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-size:1rem;line-height:1.75}@media screen and (min-width:768px){body,button,input,optgroup,select,textarea{font-size:17px;font-size:1.0625rem}}h1,h2,h3,h4,h5,h6{font-family:Lato,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.5;clear:both}h2{font-size:1.78em;margin:.73em 0}h3{font-size:1.62em;margin:.8em 0}h4{font-size:1.46em;margin:.89em 0}h5{font-size:1.3em;margin:1em 0}h6{font-size:1.14em;margin:1.14em 0}p{margin-top:0;margin-bottom:1.5em}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:'Courier 10 Pitch',courier,monospace;line-height:1.6;margin-bottom:1.75em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:monaco,consolas,'Andale Mono','DejaVu Sans Mono',monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}body{background:#ededed}hr{background:#ccc;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 0;padding:0;list-style-position:inside}ul{list-style-type:disc}ol{list-style-type:decimal}ol ul,ul ul{list-style-type:circle}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}li:not(:first-child){padding-top:.2em}li:not(:last-child){padding-bottom:.2em}li>ol>li:first-child,li>ul>li:first-child{padding-top:.4em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}embed,iframe,object{max-width:100%}img{height:auto;max-width:100%}figure{margin:0 0 1em 0}table{margin:0 0 1.5em;width:100%;border-collapse:collapse}table,td,th{border:1px solid #e1e1e1}td,th{padding:.2em .4em}a{text-decoration:underline;transition:color .2s}a{color:#166dd6}a:active,a:focus,a:hover{color:#f69275}a:focus{outline:thin dotted}a:active,a:focus:not(:focus-visible),a:hover{outline:0}p.has-text-color a,p.has-text-color a:active,p.has-text-color a:focus,p.has-text-color a:hover{color:inherit}.more-link,.wp-block-search .wp-block-search__button,button,input[type=button],input[type=reset],input[type=submit]{position:relative;padding:.45em 1em .5em;line-height:1;font-weight:600;border-radius:0;border-color:transparent;color:#fff;background-image:linear-gradient(to right,#f3c841 0,#f69275 51%,#f3c841 100%);background-size:200% auto;transition:all .3s ease-in-out}.more-link:active,.more-link:focus,.more-link:hover,.wp-block-search .wp-block-search__button:active,.wp-block-search .wp-block-search__button:focus,.wp-block-search .wp-block-search__button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{color:#fff;background-position:right center}.more-link:active,.more-link:focus,.wp-block-search .wp-block-search__button:active,.wp-block-search .wp-block-search__button:focus,button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{outline-style:dashed;outline-width:thin}.more-link:focus:not(:focus-visible),.wp-block-search .wp-block-search__button:focus:not(:focus-visible),button:focus:not(:focus-visible),input[type=button]:focus:not(:focus-visible),input[type=reset]:focus:not(:focus-visible),input[type=submit]:focus:not(:focus-visible){outline:0}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{display:block;max-width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:0;color:#666}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{color:#111;outline-style:dashed;outline-width:thin}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{line-height:normal}textarea{width:100%}.wp-block-quote p{margin-bottom:.75em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.3em}.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote__citation{font-size:.85em}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:.95em}.wp-block-quote,.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1.75em}.wp-block-pullquote{padding:2.4em 0}.wp-block-pullquote p{font-size:1.75em;margin-bottom:0}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{display:block;margin-top:1.5em}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:1.9em}.wp-block-pullquote.is-style-solid-color blockquote{max-width:70%}.wp-block-pullquote.is-style-solid-color blockquote cite{color:inherit}.wp-block-audio,.wp-block-calendar,.wp-block-embed,.wp-block-gallery,.wp-block-image,.wp-block-media-text,.wp-block-table,.wp-block-video{margin-bottom:1.5em}.wp-block-media-text .wp-block-media-text__media{margin-bottom:1em}@media screen and (min-width:600px){.wp-block-media-text .wp-block-media-text__media{margin-bottom:0}}.wp-block-calendar table:where(:not(.has-text-color)){color:inherit}.wp-block-calendar .wp-calendar-table,.wp-block-table table{margin-bottom:0}.wp-block-calendar .wp-calendar-nav{margin-top:.5em}.wp-block-image img{display:block}.wp-block-embed figcaption,.wp-block-gallery figcaption,.wp-block-image figcaption,.wp-block-table figcaption,.wp-block-video figcaption{font-size:.85em}.wp-block-embed figcaption,.wp-block-image figcaption,.wp-block-table figcaption,.wp-block-video figcaption{margin-top:1em;margin-bottom:0}.wp-block-audio figcaption{margin-top:.75em;margin-bottom:0;font-size:.8em}.wp-block-table.is-style-stripes{border-bottom:0}.wp-block-code{padding:0;border:0;border-radius:0}.wp-block-code>code{padding:.8em 1em;border:1px solid #ddd;border-radius:4px;color:inherit}.wp-block-search .wp-block-search__inside-wrapper{display:flex}.wp-block-search .wp-block-search__input{border:1px solid #ccc}.wp-block-search .wp-block-search__button{margin-left:0}.wp-block-search__input>.wp-block-search__input{max-width:65%;width:100%}.wp-block-search__input>.wp-block-search__button{max-width:35%;width:auto}.wp-block-search__button.has-icon{padding:0 .4em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{padding:7px 10px}@media screen and (min-width:600px){.wp-block-search .wp-block-search__input{flex-wrap:nowrap}.wp-block-search__input>.wp-block-search__input{max-width:65%;width:100%}.wp-block-search__input>.wp-block-search__button{max-width:35%}}.wp-block-rss{padding:0;list-style-type:none}.wp-block-rss .wp-block-rss__item:not(:last-child){margin-bottom:1em}.wp-block-rss .wp-block-rss__item:not(:first-child){padding-top:0}.wp-block-latest-comments__comment{line-height:inherit}.wp-block-button__link{text-decoration:none}.wp-block-social-links .wp-block-social-link{padding:0}.wp-block-cover.wp-block-cover .wp-block-cover__background,.wp-block-cover.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover.wp-block-cover-image .wp-block-cover__background,.wp-block-cover.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.wp-block-cover.has-background-dim:not(.has-background-gradient):before{z-index:1}.wp-block-cover-image.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover.wp-block-cover .wp-block-cover__inner-container{z-index:1}.wp-block-cover__image-background.wp-block-cover__image-background,.wp-block-cover__video-background.wp-block-cover__video-background{z-index:0}.site{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.site-content{flex-grow:1}.u-wrapper{width:100%;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}@media screen and (min-width:576px){.u-wrapper{max-width:540px;padding-left:15px;padding-right:15px}}@media screen and (min-width:768px){.u-wrapper{max-width:720px}}@media screen and (min-width:992px){.u-wrapper{max-width:960px}}@media screen and (min-width:1200px){.u-wrapper{max-width:1140px}}@media screen and (min-width:1280px){body.double-sidebar .u-wrapper{max-width:1230px}}@media screen and (min-width:1360px){body.double-sidebar .u-wrapper{max-width:1280px}}@media screen and (min-width:1400px){body.double-sidebar .u-wrapper{max-width:1320px}}.pb-content-sidebar{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;margin-top:1.5em}.pb-content-sidebar::after{content:'';width:100%}.site-main{max-width:670px;width:100%;flex-basis:100%;margin-bottom:1.5em}body.page.page-template-small .pb-content-sidebar{max-width:750px}body.page.page-template-medium .pb-content-sidebar{max-width:1140px}body.page.page-template-large .pb-content-sidebar{max-width:1320px}body.page.page-template-default .site-main,body.page.page-template-full .pb-content-sidebar,body.page.page-template-full .site-main,body.page.page-template-large .site-main,body.page.page-template-medium .site-main,body.page.page-template-small .site-main{max-width:100%}body.content-no-t-padding .site .site-content .site-main,body.side-widget-no-t-padding .site .site-content .c-sidebar .widget{padding-top:0}body.content-no-b-padding .site .site-content .site-main,body.side-widget-no-b-padding .site .site-content .c-sidebar .widget{padding-bottom:0}body.content-no-x-padding .site .site-content .site-main,body.side-widget-no-x-padding .site .site-content .c-sidebar .widget{padding-left:0;padding-right:0}body.side-widget-no-shadow .c-sidebar .widget{box-shadow:none}.c-sidebar{max-width:310px;min-width:260px;flex-grow:1;flex-basis:30%}.c-sidebar-left{order:1}.c-sidebar-right{order:2}.c-sidebar .widget,.site-main{padding:14px;background:#fff}.site-main{border:1px solid #fff}.c-sidebar .widget{border:1px solid #fafafa;box-shadow:1px 2px 3px rgba(0,0,0,.07)}@media screen and (min-width:350px){.c-sidebar{max-width:330px}.c-sidebar .widget{padding:19px 24px}body.double-sidebar .c-sidebar{min-width:330px}}@media screen and (min-width:576px){.site-main{padding:24px 34px}.c-sidebar{max-width:340px}.c-sidebar .widget{padding:24px 29px}}@media screen and (min-width:768px){body.double-sidebar .pb-content-sidebar{flex-wrap:wrap}body.double-sidebar .pb-content-sidebar::after{content:''}body.double-sidebar .c-sidebar{max-width:320px}body.double-sidebar .c-sidebar .widget{padding-left:24px;padding-right:24px}body.double-sidebar .c-sidebar-left,body.double-sidebar .c-sidebar-right{margin-left:auto;margin-right:auto}}@media screen and (min-width:1024px){.pb-content-sidebar{flex-wrap:nowrap}.pb-content-sidebar::after{content:none}.site-main{padding-top:29px;padding-bottom:29px}body.no-sidebar .site-main{max-width:750px}body.no-sidebar .site-main,body.page.page-template-default .site-main,body.page.page-template-full .site-main,body.page.page-template-large .site-main,body.page.page-template-medium .site-main,body.page.page-template-small .site-main{padding-left:49px;padding-right:49px}body.single-sidebar .site-main{max-width:630px;padding-left:24px;padding-right:24px}body.single-sidebar .c-sidebar .widget{padding:19px 24px}body.single-sidebar .c-sidebar-left{margin-right:25px;order:-1}body.single-sidebar .c-sidebar-right{margin-left:25px}body.double-sidebar .site-main{max-width:750px;padding-left:49px;padding-right:49px}}@media screen and (min-width:1200px){body.no-sidebar .site-main{max-width:750px}body.single-sidebar .site-main{max-width:730px;padding-left:39px;padding-right:39px}.c-sidebar{max-width:340px}body.single-sidebar .c-sidebar-left{margin-right:auto}body.single-sidebar .c-sidebar-right{margin-left:auto}body.single-sidebar .c-sidebar .widget{padding:24px 29px}}@media screen and (min-width:1280px){body.double-sidebar .site-main{max-width:600px;padding-left:29px;padding-right:29px}body.double-sidebar .pb-content-sidebar{flex-wrap:nowrap}body.double-sidebar .pb-content-sidebar::after{content:none}body.double-sidebar .c-sidebar{min-width:260px}body.double-sidebar .c-sidebar-left{order:-1;margin-left:0;margin-right:25px}body.double-sidebar .c-sidebar-right{order:1;margin-left:25px;margin-right:0}body.double-sidebar .c-sidebar .widget{padding:19px}}@media screen and (min-width:1360px){body.double-sidebar .site-main{max-width:660px}}@media screen and (min-width:1280px){body.double-sidebar.side-widget-ld-lg-left .c-sidebar-right{order:-1;margin-left:0;margin-right:25px}body.double-sidebar.side-widget-ld-lg-right .c-sidebar-left{order:0;margin-left:25px;margin-right:0}}.top-navbar{background:linear-gradient(0deg,#166dd6 0,#1257ab 100%);color:#fff}.top-menus{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;line-height:1.6em}.top-menus .menu{list-style-type:none;margin:0;padding:0;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center}.top-menus li{padding:.4rem .75rem;border:1px solid rgba(255,255,255,.25);margin-bottom:0;margin-left:-1px}@media screen and (min-width:768px){.top-menus{justify-content:flex-start}.top-menus>nav{flex-grow:1}}.social-navigation a{color:#fff}.social-navigation a .svg-icon{width:1.55em;height:1.55em;padding:.15em;border:1px solid transparent;transition:.25s all}.social-navigation a:active .svg-icon,.social-navigation a:focus .svg-icon,.social-navigation a:hover .svg-icon{color:#166dd6;background:#fff;border-color:#fff;border-radius:50%;text-shadow:0 1px 1px rgba(0,0,0,.15)}@media screen and (min-width:768px){.social-navigation{flex-basis:38%}.social-navigation .menu{justify-content:flex-start}}.top-navigation{font-size:.8em}.top-navigation a{text-decoration:none;color:#fff;border-bottom:2px solid transparent;transition:.2s border-color}.top-navigation a:active,.top-navigation a:focus,.top-navigation a:hover{color:#fff;border-color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.15)}@media screen and (min-width:768px){.top-navigation{flex-basis:62%;text-align:right}.top-navigation .menu{justify-content:flex-end}}.site-branding{padding:1em 0;background-color:#fff;background-position:center center;background-size:contain;background-repeat:repeat}.site-branding-wrap{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.site-logo-title{max-width:600px;display:flex;align-items:center}.has-banner-next-sm{margin-right:1rem}@media screen and (min-width:576px){.has-banner-next-md{margin-right:1rem}}@media screen and (min-width:768px){.site-branding-wrap{flex-wrap:nowrap;justify-content:space-between}.has-banner-next-lg{margin-right:1rem}}.site-branding .custom-logo-link img{display:block;max-width:12em;max-height:3.55em;width:auto;height:auto}.site-branding .custom-logo-link{color:#404040}.site-logo-only .custom-logo-link{margin-right:0}.site-logo-title:not(.site-logo-only) .custom-logo-link{margin-right:.75rem}.site-tagline,.site-title{margin:0}.site-title{font-family:Lato,Helvetica,Arial,sans-serif;font-size:1.2em;line-height:1.5;font-weight:700;word-break:break-word}.site-title a{text-decoration:none}.site-title,.site-title a,.site-title a:active,.site-title a:focus,.site-title a:hover{color:#404040}.site-tagline{font-size:.8em;color:#979797}.logo--sm-size-1 .custom-logo-link img{max-width:12em;max-height:3.55em}.logo--sm-size-2 .custom-logo-link img{max-width:13.5em;max-height:3.85em}.logo--sm-size-3 .custom-logo-link img{max-width:15em;max-height:4.15em}.logo--sm-size-4 .custom-logo-link img{max-width:16.5em;max-height:4.45em}.logo--sm-size-5 .custom-logo-link img{max-width:18em;max-height:4.75em}.site-title--sm-size-1{font-size:1.1em}.site-title--sm-size-2{font-size:1.2em}.site-title--sm-size-3{font-size:1.3em}.site-title--sm-size-4{font-size:1.4em}.site-title--sm-size-5{font-size:1.5em}.tagline--sm-size-1{font-size:.75em}.tagline--sm-size-2{font-size:.8em}.tagline--sm-size-3{font-size:.85em}.tagline--sm-size-4{font-size:.9em}.tagline--sm-size-5{font-size:.95em}@media screen and (min-width:576px){.logo--md-size-1 .custom-logo-link img{max-width:12em;max-height:3.55em}.logo--md-size-2 .custom-logo-link img{max-width:13.5em;max-height:3.85em}.logo--md-size-3 .custom-logo-link img{max-width:15em;max-height:4.15em}.logo--md-size-4 .custom-logo-link img{max-width:16.5em;max-height:4.45em}.logo--md-size-5 .custom-logo-link img{max-width:18em;max-height:4.75em}.site-title--md-size-1{font-size:1.1em}.site-title--md-size-2{font-size:1.2em}.site-title--md-size-3{font-size:1.3em}.site-title--md-size-4{font-size:1.4em}.site-title--md-size-5{font-size:1.5em}.tagline--md-size-1{font-size:.75em}.tagline--md-size-2{font-size:.8em}.tagline--md-size-3{font-size:.85em}.tagline--md-size-4{font-size:.9em}.tagline--md-size-5{font-size:.95em}}@media screen and (min-width:1200px){.logo--lg-size-1 .custom-logo-link img{max-width:12em;max-height:3.55em}.logo--lg-size-2 .custom-logo-link img{max-width:13.5em;max-height:3.85em}.logo--lg-size-3 .custom-logo-link img{max-width:15em;max-height:4.15em}.logo--lg-size-4 .custom-logo-link img{max-width:16.5em;max-height:4.45em}.logo--lg-size-5 .custom-logo-link img{max-width:18em;max-height:4.75em}.site-title--lg-size-1{font-size:1.1em}.site-title--lg-size-2{font-size:1.2em}.site-title--lg-size-3{font-size:1.3em}.site-title--lg-size-4{font-size:1.4em}.site-title--lg-size-5{font-size:1.5em}.tagline--lg-size-1{font-size:.75em}.tagline--lg-size-2{font-size:.8em}.tagline--lg-size-3{font-size:.85em}.tagline--lg-size-4{font-size:.9em}.tagline--lg-size-5{font-size:.95em}}.top-banner{margin-top:1rem}.top-banner-shadow{box-shadow:0 1px 35px 0 rgb(0 0 0 / 15%)}.top-banner-image,.top-banner-link{display:block}.top-banner-link:focus{outline:2px solid}.top-banner-link:focus:not(:focus-visible){outline:0}.top-banner-image{max-height:150px;width:auto}.top-banner-hide-sm,.top-banner-hide-sm .top-banner-image{display:none}@media screen and (min-width:576px){.top-banner-hide-sm,.top-banner-hide-sm .top-banner-image{display:block}.top-banner-hide-md,.top-banner-hide-md .top-banner-image{display:none}}@media screen and (min-width:768px){.top-banner{margin-top:0;max-width:60%}.top-banner-hide-md,.top-banner-hide-md .top-banner-image{display:block}}@media screen and (min-width:1200px){.top-banner{max-width:70%}}.primary-navbar{padding:.5em 0;font-size:.95em;font-weight:600;background:#166dd6;color:#fff}.main-navigation ul{display:none;list-style-type:none;margin:0;padding:0}.main-navigation.toggled ul{display:block}.main-navigation{display:flex;flex-direction:column}.primary-menu-toggle{align-self:flex-end;display:inline-block;padding:.35em .4em}.primary-menu-toggle .svg-icon{width:1.55em;height:1.55em}.main-navigation.toggled .primary-menu-toggle .svg-icon:first-child,.main-navigation:not(.toggled) .primary-menu-toggle .svg-icon:last-child{display:none}.main-navigation li{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:.4em}.main-navigation li>a{flex-basis:auto;width:100%}.main-navigation li.menu-item-has-children>a{width:calc(100% - 35px)}.main-navigation-arrow-btn{width:30px;flex-shrink:0;padding:5px 6px;border:none;background:0 0;color:#fff;cursor:pointer;transition:.25s all}.main-navigation-arrow-btn:focus{color:#fff}.main-navigation-arrow-btn .svg-icon{width:.95em;height:.95em}.main-navigation .main-navigation-arrow-btn:active,.main-navigation .main-navigation-arrow-btn:hover,.main-navigation li.focus>.main-navigation-arrow-btn,.main-navigation:not(.toggled) li:hover>.main-navigation-arrow-btn{background:#fff;color:#166dd6}.main-navigation li .main-navigation-arrow-btn:focus,.primary-menu-toggle:focus{outline:2px dotted #fff}.main-navigation li .main-navigation-arrow-btn:focus:not(:focus-visible),.primary-menu-toggle:focus:not(:focus-visible){outline:0}.main-navigation ul ul{position:absolute;left:30px;width:calc(100% - 15px);flex-grow:0;flex-shrink:0;display:block;padding:0;opacity:0;height:0;overflow:hidden;background:#166dd6;transition:.3s all;z-index:-1}.main-navigation ul li.focus>ul,.main-navigation:not(.toggled):not(.main-navigation--touch) ul li:hover>ul{position:relative;top:5px;left:15px;opacity:1;height:auto;overflow:visible;z-index:0}.main-navigation:not(.toggled) ul li.focus>ul,.main-navigation:not(.toggled):not(.main-navigation--touch) ul li:hover>ul{z-index:99995}.main-navigation ul li,.main-navigation ul ul li{border-top:1px solid rgba(255,255,255,.25)}.main-navigation a{text-decoration:none;padding:.3em .5em;color:#fff;transition:.25s all}.main-navigation a:active,.main-navigation a:focus,.main-navigation a:hover{color:#166dd6;background:#fff}@media screen and (min-width:768px){.primary-navbar{padding:.25em 0}.main-navigation ul{display:flex;flex-wrap:wrap}.primary-menu-toggle{display:none}.main-navigation{display:block}.main-navigation>div{max-width:100%}.main-navigation ul li{border:0}.main-navigation .menu>li:first-child{padding:.2em .2em .2em 0}.main-navigation .menu>li:not(:first-child),.main-navigation ul ul li{padding:.2em}.main-navigation .menu>li.menu-item-has-children>a{width:auto}.main-navigation ul ul li.menu-item-has-children>a{width:calc(100% - 32px)}.main-navigation-arrow-btn{margin-left:2px}.main-navigation ul ul{width:auto;left:15%;transition:.2s all}.main-navigation ul li.focus>ul,.main-navigation:not(.toggled):not(.main-navigation--touch) ul li:hover>ul{position:absolute;top:100%;left:0}.main-navigation ul ul li.focus>ul,.main-navigation:not(.toggled):not(.main-navigation--touch) ul ul li:hover>ul{top:0;left:100%}.main-navigation ul ul li{width:240px}}.primary-menu-search .primary-menu-search-toggle{display:none;width:32px;height:32px;justify-content:center;align-items:center;padding:.5em}.primary-menu-search-toggle .svg-icon{width:1em;height:1em}.primary-menu-search .search-form-wrap{min-width:250px}.primary-menu-search .search-form{flex-wrap:nowrap;padding:.4em;overflow-x:auto;background:#fff;box-shadow:1px 2px 3px rgba(0,0,0,.07);z-index:0}.main-navigation:not(.toggled) .primary-menu-search .search-form{z-index:99995}.primary-menu-search .search-form>.search-submit{max-width:100%}.main-navigation .primary-menu-search{justify-content:center;align-items:center;padding-top:1.6em}@media screen and (min-width:320px){.primary-menu-search .search-form>label{max-width:180px}}@media screen and (min-width:350px){.primary-menu-search .search-form>label{max-width:200px}}@media screen and (min-width:768px){.primary-menu-search .primary-menu-search-toggle{display:inline-flex}.primary-menu-search .search-form>label{max-width:210px}.main-navigation .primary-menu-search{display:flex;justify-content:flex-end;margin-left:auto;padding-top:.4em}.primary-menu-search .search-form-wrap{position:absolute;top:calc(100% + 8px);right:calc(100% - 32px)}.primary-menu-search-toggle .svg-icon:nth-of-type(2),.primary-menu-search.toggled .svg-icon:first-of-type,.primary-menu-search:not(.toggled) .search-form-wrap{display:none}.primary-menu-search.toggled .svg-icon:nth-of-type(2){display:inline-block}.primary-menu-search.toggled .search-form-wrap{display:flex;box-shadow:1px 2px 3px rgba(0,0,0,.14)}.primary-menu-search .search-form::before{content:'';position:absolute;top:-18px;left:calc(100% - 9px);border:9px solid transparent;border-bottom-color:rgba(255,255,255,.8);transform:translateX(-50%)}}.updated:not(.published){display:none}.pb-archive{margin-bottom:1.5em;padding-bottom:1.5em;border-bottom:1px solid #e1e1e1}.pb-archive.has-post-thumbnail .pb-content>.post-thumbnail,.pb-singular>.post-thumbnail{display:block}.pb-archive.has-post-thumbnail .pb-content>.post-thumbnail{margin-bottom:1em}.pb-singular>.post-thumbnail{margin-bottom:1.5em}@media screen and (min-width:768px){body.pb-content-columns .pb-archive.has-post-thumbnail .pb-content{display:flex;align-items:center}body.pb-content-columns .pb-archive.has-post-thumbnail .pb-content>.post-thumbnail{width:36%;margin-right:1.5em;margin-bottom:0}body.pb-content-columns .pb-archive.has-post-thumbnail .pb-content>:nth-child(2){width:64%}body.pb-content-cover .pb-archive.has-post-thumbnail .pb-content{align-items:stretch}body.pb-content-cover .pb-archive .pb-content>.post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover}}.pb-archive .pb-content>.post-thumbnail img,.pb-singular>.post-thumbnail img{display:block}.pb-article a.post-thumbnail:focus:not(:focus-visible){outline:0}.page-header>.page-title,.pb-article .entry-header>.entry-title{margin-top:0;margin-bottom:.45em;font-size:1.46em;word-break:break-word}.page-header>.page-title,.pb-singular:not(.type-post) .entry-header>.entry-title{margin-bottom:.875em}.pb-archv-title{margin-top:0;font-size:1.62em}.entry-title a{text-decoration:none}.entry-title,.entry-title a{color:#404040}.entry-title a:active,.entry-title a:focus,.entry-title a:hover{color:#f69275}.cat-links,.entry-meta,.tag-links{font-size:.85em}.entry-meta{margin-bottom:1.1em}.hide-entry-meta{margin-bottom:1.5em}.cat-links,.tag-links{display:block;margin-top:1.5em}.entry-meta>*{display:inline-block;margin:0 .4em .4em 0}.cat-links a,.entry-meta a,.tag-links a{display:inline-block;vertical-align:middle;text-decoration:none}.cat-links .svg-icon,.cat-links a,.entry-meta .svg-icon,.entry-meta a,.tag-links .svg-icon,.tag-links a{color:#979797}.cat-links a:active,.cat-links a:focus,.cat-links a:hover,.entry-meta a:active,.entry-meta a:focus,.entry-meta a:hover,.tag-links a:active,.tag-links a:focus,.tag-links a:hover{color:#404040;text-decoration:underline}.cat-links .svg-icon,.entry-meta .posted-by img.avatar,.entry-meta .svg-icon,.tag-links .svg-icon{width:1.5em;height:1.5em;padding:.1em}.entry-meta .posted-by .svg-icon{margin-right:-.1em}.entry-meta .posted-by img.avatar,.entry-meta .posted-by img.svg-icon{margin-right:-1px}.cat-links .svg-icon,.entry-meta .comments-link .svg-icon,.tag-links .svg-icon{margin-right:.3em}.comment-content>:last-child,.entry-content>:last-child,.entry-summary>:last-child,.more-link-wrap,.page-content>:last-child,.pb-no-content>.entry-header>:last-child{margin-bottom:0}.more-link-wrap{margin-top:1.5em}.more-link{display:inline-block;padding-top:.58em;padding-bottom:.62em;text-decoration:none;font-size:.875rem}.more-link:hover{text-decoration:none}.more-link:active,.more-link:focus{outline-color:#404040}.post-edit-link-wrap{display:block;margin-top:1em;color:#979797}.post-edit-link{font-size:.85em}.navigation .nav-links,.page-links{display:flex;flex-wrap:wrap}.navigation .nav-links,.page-links{margin-top:1.5em}.navigation .nav-links .nav-previous>a::before,.navigation .nav-links .prev::before{content:'\00ab';margin-right:.3em}.navigation .nav-links .nav-next>a::after,.navigation .nav-links .next::after{content:'\00bb';margin-left:.3em}.navigation .nav-links .page-numbers,.page-links .post-page-numbers{margin-left:.6em;margin-right:.6em}.navigation .nav-links .nav-previous,.navigation .nav-links .prev{margin-right:auto;text-align:left}.navigation .nav-links .nav-previous,.navigation .nav-links .prev,.navigation .nav-links>:first-child{margin-left:0}.navigation .nav-links .nav-next,.navigation .nav-links .next{margin-left:auto;text-align:right}.navigation .nav-links .nav-next,.navigation .nav-links .next,.navigation .nav-links>:last-child{margin-right:0}@media screen and (min-width:768px){.navigation .nav-links .nav-next,.navigation .nav-links .nav-previous{flex-basis:49%}}.navigation .nav-links a,.page-links a{text-decoration:none}.page-links a:active,.page-links a:focus,.page-links a:hover,.pagination .nav-links a:not(.prev):not(.next):active,.pagination .nav-links a:not(.prev):not(.next):focus,.pagination .nav-links a:not(.prev):not(.next):hover{text-decoration:underline}.nav-links .nav-title{word-break:break-word}.nav-links .nav-next>a,.nav-links .nav-previous>a{display:inline-flex}.pb-article.sticky .pb-sticky{color:#979797}.pb-article.sticky .pb-sticky .svg-icon{width:1.4em;height:1.4em;margin-right:.15em}.pb-sticky-label{display:inline-block;vertical-align:middle}.comment-content a{word-break:break-word}.comments-title{margin-bottom:1.5em;padding:.5em 0;border-bottom:1px solid #e1e1e1}.comment-reply-title,.comments-title{font-size:1.3em}.comment-list,.comment-list .children{list-style-type:none}.comment-list{margin:0;padding:0}.comment-list .children{padding:0}.comment-body{display:flex;flex-direction:column;margin-bottom:1.5em;padding-bottom:1.5em;border-bottom:1px solid #e1e1e1}.comment-meta{margin-bottom:1.1em}.comment-meta a{text-decoration:none}.comment-meta .comment-author{display:flex;align-items:center}.comment-meta .comment-author .avatar,.comment-meta .comment-author .fn,.comment-meta .comment-author .says{display:inline-block;margin:0 .4em .4em 0}.comment-meta .comment-author .fn{font-weight:600}.comment-metadata{font-size:.85em}.comment-metadata .edit-link,.comment-metadata a{display:inline-block}.comment-metadata a{margin-right:.4em;color:#979797}.comment-metadata a:active,.comment-metadata a:focus,.comment-metadata a:hover{color:#404040;text-decoration:underline}.comment-body .reply{display:block;margin-top:1em}.comment-reply-title{margin-top:1em;margin-bottom:1em}.comment-reply-title>small{margin-left:.4em}.comments-area .must-log-in,.comments-area .no-comments{margin-bottom:0}.bypostauthor .comment-author .says{position:relative}.bypostauthor .comment-author .says::after{content:"";position:absolute;right:-18px;top:7px;width:6px;height:11px;border-bottom:3px solid;border-right:3px solid;transform:rotate(45deg);opacity:.5}.navigation.comment-navigation .nav-links{margin-bottom:1.5em}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.custom-logo-link{display:inline-block}.entry-meta .posted-by img.avatar,.svg-icon{display:inline-block;vertical-align:middle;line-height:1em}.svg-icon{fill:currentColor}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-item img{vertical-align:bottom}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.post-password-form input[type=submit]{margin-top:.5rem}.widget{margin:0 0 1.5em}.widget h1,.widget h2{font-size:1.1em}.widget h3{font-size:1.08em}.widget h4{font-size:1.05em}.widget h5{font-size:1.02em}.widget h6{font-size:1em}.c-sidebar{width:100%;font-size:.95em;color:#404040}.c-sidebar .widget .widget-title,.c-sidebar .widget_block h1:first-child,.c-sidebar .widget_block h2:first-child,.c-sidebar .widget_block h3:first-child{margin-bottom:1.5em;padding-bottom:.5em;border-bottom:2px solid #eee}.c-sidebar .widget .widget-title::after,.c-sidebar .widget_block h1:first-child::after,.c-sidebar .widget_block h2:first-child::after,.c-sidebar .widget_block h3:first-child::after{content:"";background:#166dd6;position:absolute;left:0;bottom:-2px;height:1px;width:10%}.widget .widget-title,.widget_block h1:first-child,.widget_block h2:first-child,.widget_block h3:first-child{position:relative;margin-top:0;font-size:1.1em}.search-form{display:flex}.search-form>label{max-width:65%;width:100%;margin-bottom:0}.search-form>.search-submit{max-width:35%;width:auto}.widget_search .search-form{max-width:400px}.widget_search .search-form .search-field{width:100%}@media screen and (min-width:350px){.search-form{flex-wrap:wrap}.search-form>.search-submit,.search-form>label{max-width:-moz-fit-content;max-width:fit-content;width:auto}.widget_search .search-form{flex-wrap:nowrap}.widget_search .search-form>label{max-width:65%;width:100%}body.double-sidebar .widget_search .search-form>label{max-width:62%}.widget_search .search-form>.search-submit{max-width:35%}body.double-sidebar .widget_search .search-form>.search-submit{max-width:38%}}.widget ol,.widget ul{margin:0;padding:0;list-style-position:inside}.widget ul{list-style-type:none}.widget li>ol,.widget li>ul{margin-left:1.5em}.widget li:not(:first-child){padding-top:.4em}.widget li:not(:last-child){padding-bottom:.4em}.c-sidebar .widget li:not(:last-child){border-bottom:1px solid #e1e1e1}.widget li>ol>li:first-child,.widget li>ul>li:first-child{padding-top:.4em}.widget li.wp-social-link:not(:first-child){padding-top:0}.widget li.wp-social-link:not(:last-child){padding-bottom:0}.c-sidebar .widget li.wp-social-link{border-width:0}.c-sidebar a{color:#404040}.c-sidebar a:active,.c-sidebar a:focus,.c-sidebar a:hover{color:#f69275;text-decoration:underline}.widget .tagcloud .tag-cloud-link,.widget li a,.wp-block-tag-cloud .tag-cloud-link{text-decoration:none}.widget .textwidget>:last-child{margin-bottom:0}.widget .textwidget a{text-decoration:underline}.widget .wp-calendar-table{margin-bottom:.5em;text-align:center}.widget .wp-calendar-table caption{padding-bottom:.5em}.widget .wp-calendar-table td,.widget .wp-calendar-table th{padding:.2em .4em}.widget .wp-calendar-nav{display:flex;flex-wrap:wrap;justify-content:space-between}.widget .gallery{margin-bottom:0}.widget .gallery-item{margin:0;padding:5px 10px 5px 0}.widget .wp-block-latest-comments__comment{margin-bottom:0}@media screen and (min-width:1024px){body:not(.double-sidebar) .inner-wrapper-sticky{padding-bottom:1px}}@media screen and (min-width:1280px){body.double-sidebar .inner-wrapper-sticky{padding-bottom:1px}}.footer-widgets{padding:.5em 0;font-size:.85em;color:#fff;background:#232323}.footer-widgets-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #666}.c-sidebar-footer{margin-top:1.5em;padding:0 14px}.footer-widgets-1 .c-sidebar-footer{flex-basis:100%}@media screen and (min-width:350px){.c-sidebar-footer{padding:0 24px}}@media screen and (min-width:576px){.c-sidebar-footer{padding:0}.footer-widgets-2 .c-sidebar-footer,.footer-widgets-3 .c-sidebar-footer,.footer-widgets-4 .c-sidebar-footer{flex-basis:calc(50% - 40px)}}@media screen and (min-width:1024px){.footer-widgets-3 .c-sidebar-footer,.footer-widgets-4 .c-sidebar-footer{flex-basis:calc(33.33333333% - 45px)}.footer-widgets-2 .c-sidebar-footer{flex-basis:calc(50% - 45px)}}@media screen and (min-width:1200px){.footer-widgets-4 .c-sidebar-footer{flex-basis:calc(25% - 47px)}.footer-widgets-3 .c-sidebar-footer{flex-basis:calc(33.33333333% - 47px)}.footer-widgets-2 .c-sidebar-footer{flex-basis:calc(50% - 47px)}}@media screen and (min-width:1280px){.footer-widgets-4 .c-sidebar-footer{flex-basis:calc(25% - 50px)}.footer-widgets-3 .c-sidebar-footer{flex-basis:calc(33.33333333% - 50px)}.footer-widgets-2 .c-sidebar-footer{flex-basis:calc(50% - 50px)}}.footer-widgets .widget .widget-title,.footer-widgets .widget_block h1:first-child,.footer-widgets .widget_block h2:first-child,.footer-widgets .widget_block h3:first-child{margin-bottom:.8em;padding-bottom:.4em}.footer-widgets a{color:#b7b7b7}.footer-widgets a:active,.footer-widgets a:focus,.footer-widgets a:hover{color:#fff;text-decoration:underline}.footer-widgets .widget .wp-calendar-table table,.footer-widgets .widget .wp-calendar-table td,.footer-widgets .widget .wp-calendar-table th{border-color:#666}.footer-widgets .wp-block-calendar caption,.footer-widgets .wp-block-calendar tbody{color:inherit}.footer-widgets .wp-block-calendar th{background-color:transparent}.pressbook-dark .wp-block-audio figcaption,.pressbook-dark .wp-block-calendar table caption,.pressbook-dark .wp-block-calendar table tbody,.pressbook-dark .wp-block-embed figcaption,.pressbook-dark .wp-block-gallery figcaption,.pressbook-dark .wp-block-image figcaption,.pressbook-dark .wp-block-table figcaption,.pressbook-dark .wp-block-video figcaption{color:#a7a7a7}.copyright-text{padding:1em 0;text-align:center;font-size:.8em;color:#e1e1e1;background:#232323}.copyright-text-wrap>p{display:inline-block;margin:0}.copyright-text a{color:#f69275;text-decoration:none}.copyright-text a:active,.copyright-text a:focus,.copyright-text a:hover{color:#fff;text-decoration:underline}.go-to-top{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;line-height:32px;border-radius:50%;opacity:0;visibility:hidden;z-index:9999;background:rgba(0,0,0,.35);box-shadow:0 0 10px rgba(0,0,0,.05);transition:opacity .5s,visibility .5s}.go-to-top:focus,.go-to-top:hover{background:linear-gradient(0deg,#522db8 0,#166dd6 100%)}.go-to-top:focus{outline:0;box-shadow:0 0 3px #522db8}.go-to-top:active{background:#522db8}.go-to-top::after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:11px solid #fff;position:relative;bottom:1px}.go-to-top--show{opacity:.8;visibility:visible}.go-to-top--fade-out{opacity:.6}@media screen and (min-width:1024px){.go-to-top{width:34px;height:34px;line-height:34px}.go-to-top::after{border-left-width:7px;border-right-width:7px;border-bottom-width:12px}}body.woocommerce-page.wc-no-sidebar .site-main,body.woocommerce-page:not(.archive) .site-main{max-width:100%;width:100%}@media screen and (min-width:1024px){body.woocommerce-page.wc-no-sidebar .site-main{padding-left:49px;padding-right:49px}body.woocommerce-page.archive.wc-sidebar .site-main{max-width:630px;padding-left:24px;padding-right:24px}body.woocommerce-page.archive.wc-sidebar .c-sidebar .widget{padding:19px 24px}body.woocommerce-page.archive.wc-sidebar .c-sidebar-shop{margin-right:25px;order:-1}}@media screen and (min-width:1200px){body.woocommerce-page.archive.wc-sidebar .site-main{max-width:730px;padding-left:39px;padding-right:39px}body.woocommerce-page.archive.wc-sidebar .c-sidebar{max-width:340px}body.woocommerce-page.archive.wc-sidebar .c-sidebar-shop{margin-right:auto}body.woocommerce-page.archive.wc-sidebar .c-sidebar .widget{padding:24px 29px}body.woocommerce-page.archive.wc-sidebar.double-sidebar .site-main{max-width:100%}body.woocommerce-page.archive.wc-sidebar.double-sidebar .c-sidebar-shop{min-width:300px;margin-right:40px}}.woocommerce .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:not(:first-child){padding-top:.4em}.woocommerce .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:not(:last-child){padding-bottom:.4em}.woocommerce .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>ol>li:first-child,.woocommerce .widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>ul>li:first-child{padding-top:.4em}.woocommerce table.shop_attributes td{padding:0 8px}.woocommerce-product-search{display:flex}.woocommerce-product-search>.search-field{max-width:65%;width:100%}.woocommerce-product-search>button{max-width:35%;width:auto}@media screen and (min-width:350px){.woocommerce-product-search{flex-wrap:nowrap}.woocommerce-product-search>.search-field{max-width:65%;width:100%}body.double-sidebar .woocommerce-product-search>.search-field{max-width:60%}.woocommerce-product-search>button{max-width:35%}body.double-sidebar .woocommerce-product-search>button{max-width:40%}}.infinite-scroll .navigation.pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}body.infinite-scroll #infinite-handle{margin-top:1.5em}#page .t-margin{margin-top:1.5em}#page .b-margin{margin-bottom:1.5em}#page .no-t-margin{margin-top:0}#page .no-b-margin{margin-bottom:0}#page .no-t-padding{padding-top:0}#page .no-b-padding{padding-bottom:0}#page .no-x-padding{padding-left:0;padding-right:0}#page .u-transparent-bg{background:0 0;border:0}.u-justify{display:flex;gap:.5em;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.u-justify-left{justify-content:flex-start}.u-justify-right{justify-content:flex-end}.hide-clip,.hide-entry-meta>*,.hide-posted-by>.posted-by,.hide-posted-on>.posted-on{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:600;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}#page .block-section .entry-content .alignfull,.entry-content .alignfull,body.page.page-template-default .entry-content .alignfull,body.page.page-template-full .entry-content .alignfull,body.page.page-template-large .entry-content .alignfull,body.page.page-template-medium .entry-content .alignfull,body.page.page-template-small .entry-content .alignfull{margin-left:calc(50% - 50vw);max-width:100vw;width:100vw}.entry-content .alignwide{margin-left:-15px;width:calc(100% + 30px);max-width:calc(100% + 30px)}@media screen and (min-width:576px){.entry-content .alignwide{margin-left:-35px;width:calc(100% + 70px);max-width:calc(100% + 70px)}}@media screen and (min-width:1024px){#page .block-section .entry-content .alignwide,body.no-sidebar .entry-content .alignwide,body.page.page-template-default .entry-content .alignwide,body.page.page-template-full .entry-content .alignwide,body.page.page-template-large .entry-content .alignwide,body.page.page-template-medium .entry-content .alignwide,body.page.page-template-small .entry-content .alignwide{margin-left:-50px;width:calc(100% + 100px);max-width:calc(100% + 100px)}body.single-sidebar .entry-content .alignfull,body.single-sidebar .entry-content .alignwide{margin-left:-25px;width:calc(100% + 50px);max-width:calc(100% + 50px)}body.double-sidebar .entry-content .alignwide{margin-left:-50px;width:calc(100% + 100px);max-width:calc(100% + 100px)}}@media screen and (min-width:1200px){body.single-sidebar .entry-content .alignfull,body.single-sidebar .entry-content .alignwide{margin-left:-40px;width:calc(100% + 80px);max-width:calc(100% + 80px)}}@media screen and (min-width:1280px){body.double-sidebar .entry-content .alignfull,body.double-sidebar .entry-content .alignwide{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px)}}.c-sidebar .widget:after,.c-sidebar-footer .widget:after,.clear:after,.clear:before,.entry-content:after,.entry-content:before,.entry-footer:after,.entry-footer:before,.has-drop-cap:after,.navigation.post-navigation .nav-links:after,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before{content:"";display:table;table-layout:fixed}.c-sidebar .widget:after,.c-sidebar-footer .widget:after,.clear:after,.entry-content:after,.entry-footer:after,.has-drop-cap:after,.navigation.post-navigation .nav-links:after,.page-links,.site-content:after,.site-footer:after{clear:both}body,button,input,optgroup,select,textarea{font-family:'Roboto Serif',sans-serif}.site-title,h1,h2,h3,h4,h5,h6{font-family:Domine,sans-serif}a{color:#255946}a:active,a:focus,a:hover{color:#49a760}.more-link,.wp-block-search .wp-block-search__button,button,input[type=button],input[type=reset],input[type=submit]{background-image:linear-gradient(to right,#5bb070 0,#3a864d 51%,#5bb070 100%)}.more-link{padding-top:9px;padding-bottom:9px}.entry-title a:active,.entry-title a:focus,.entry-title a:hover{color:#49a760}.c-sidebar a:active,.c-sidebar a:focus,.c-sidebar a:hover{color:#49a760}.copyright-text{color:#0a0a0a;background:rgba(255,255,255,.9)}.copyright-text a{color:#255430}.copyright-text a:active,.copyright-text a:focus,.copyright-text a:hover{color:#0a0a0a}.pb-group-pattern .pb-pattern-cols.pb-no-gap{gap:0}.pb-group-pattern .pb-no-t-margin{margin-top:0!important}.pb-group-pattern .pb-no-b-margin{margin-bottom:0!important}.pb-group-pattern .pb-t-margin{margin-top:1.5rem!important}.pb-group-pattern .pb-b-margin{margin-bottom:1.5rem!important}.top-navbar{padding:.1em 0;background:linear-gradient(0deg,#5bb070 0,#3a864d 100%)}.top-menus li{padding:.3rem .6rem;border:0}@media screen and (min-width:768px){.top-menus{justify-content:center}.top-menus>nav{flex-grow:0}}.top-navigation{font-size:.85em}.social-navigation a .svg-icon{width:1.65em;height:1.65em;padding:.15em}.social-navigation a:active .svg-icon,.social-navigation a:focus .svg-icon,.social-navigation a:hover .svg-icon{color:#5bb070}@media screen and (min-width:768px){.top-navigation{flex-basis:auto;text-align:initial}.top-navigation .menu{justify-content:center}.social-navigation{text-align:right;flex-basis:auto}.social-navigation .menu{justify-content:center}.social-navigation a .svg-icon{width:1.6em;height:1.6em}}.site-branding{padding-top:1.8em;padding-bottom:1.9em;text-align:center}.site-branding .site-logo-title{max-width:100%;width:100%;justify-content:center}.site-branding .has-banner-next-sm{margin-right:0;margin-bottom:1rem}@media screen and (min-width:576px){.site-branding .has-banner-next-md{margin-right:0;margin-bottom:1.2rem}}@media screen and (min-width:768px){.site-branding .site-branding-wrap{flex-wrap:wrap;justify-content:center}.site-branding .has-banner-next-lg{margin-right:0;margin-bottom:1.2rem}}.site-branding .site-logo-title:not(.site-logo-only) .custom-logo-link{margin-right:0;margin-bottom:.7rem}.site-branding .site-logo-title{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center}.logo--sm-size-6 .custom-logo-link img{max-width:21em;max-height:5.25em}.logo--sm-size-7 .custom-logo-link img{max-width:24em;max-height:5.75em}.logo--sm-size-8 .custom-logo-link img{max-width:27em;max-height:6.25em}.site-title--sm-size-6{font-size:1.8em}.site-title--sm-size-7{font-size:2.1em}.site-title--sm-size-8{font-size:2.4em}.tagline--sm-size-6{font-size:1.15em}.tagline--sm-size-7{font-size:1.35em}.tagline--sm-size-8{font-size:1.55em}@media screen and (min-width:576px){.logo--md-size-6 .custom-logo-link img{max-width:21em;max-height:5.25em}.logo--md-size-7 .custom-logo-link img{max-width:24em;max-height:5.75em}.logo--md-size-8 .custom-logo-link img{max-width:27em;max-height:6.25em}.site-title--md-size-6{font-size:1.8em}.site-title--md-size-7{font-size:2.1em}.site-title--md-size-8{font-size:2.4em}.tagline--md-size-6{font-size:1.15em}.tagline--md-size-7{font-size:1.35em}.tagline--md-size-8{font-size:1.55em}}@media screen and (min-width:1200px){.logo--lg-size-6 .custom-logo-link img{max-width:21em;max-height:5.25em}.logo--lg-size-7 .custom-logo-link img{max-width:24em;max-height:5.75em}.logo--lg-size-8 .custom-logo-link img{max-width:27em;max-height:6.25em}.site-title--lg-size-6{font-size:1.8em}.site-title--lg-size-7{font-size:2.1em}.site-title--lg-size-8{font-size:2.4em}.tagline--lg-size-6{font-size:1.15em}.tagline--lg-size-7{font-size:1.35em}.tagline--lg-size-8{font-size:1.55em}}.site-branding .top-banner{margin-top:0}@media screen and (min-width:768px){.site-branding .top-banner{max-width:100%}}.main-navigation li,.main-navigation ul ul li,.primary-navbar{padding:0}.main-navigation ul li.focus>ul,.main-navigation:not(.toggled):not(.main-navigation--touch) ul li:hover>ul{top:0}@media screen and (min-width:768px){.main-navigation .menu>li:first-child{padding:0 .2em 0 0}.main-navigation .menu>li:not(:first-child){padding:0 .2em 0 .2em}.main-navigation ul ul li.menu-item-has-children{padding-right:.4em}.main-navigation ul li.focus>ul,.main-navigation:not(.toggled):not(.main-navigation--touch) ul li:hover>ul{top:100%}.main-navigation ul ul li.focus>ul,.main-navigation:not(.toggled):not(.main-navigation--touch) ul ul li:hover>ul{top:0}}.main-navigation ul ul,.primary-navbar{background:#429656}.primary-menu-toggle .svg-icon{width:1.7em;height:1.75em}.main-navigation-arrow-btn{align-self:stretch}.main-navigation-arrow-btn .svg-icon{width:1em;height:1em;vertical-align:baseline}.main-navigation a{position:relative;padding:.7em .8em .775em .8em}.main-navigation .menu>.current-menu-ancestor>a::before,.main-navigation .menu>.current-menu-parent>a::before,.main-navigation .menu>.menu-item>a:active::before,.main-navigation .menu>.menu-item>a:focus::before,.main-navigation .menu>.menu-item>a:hover::before{opacity:1}.main-navigation .menu .current-menu-ancestor>a,.main-navigation .menu .current-menu-item>a,.main-navigation .menu .current-menu-parent>a{background:#2c643a}@media screen and (min-width:768px){.main-navigation-arrow-btn{align-self:center}.main-navigation .menu>.current-menu-ancestor>a::before,.main-navigation .menu>.current-menu-parent>a::before{content:""}}.main-navigation .main-navigation-arrow-btn:active,.main-navigation .main-navigation-arrow-btn:hover,.main-navigation a:active,.main-navigation a:focus,.main-navigation a:hover,.main-navigation li.focus>.main-navigation-arrow-btn,.main-navigation:not(.toggled) li:hover>.main-navigation-arrow-btn{color:#fff;background:#2c643a}.primary-navbar .primary-menu-search .primary-menu-search-toggle{width:36px;height:36px;padding:.5em}.primary-navbar .primary-menu-search-toggle .svg-icon{width:1.1em;height:1.1em}.primary-navbar .main-navigation .primary-menu-search{padding-top:1.6em;padding-bottom:.8em}@media screen and (min-width:768px){.primary-navbar .main-navigation .primary-menu-search{padding-bottom:0}}.pb-row{display:flex;flex-wrap:wrap;margin-left:-.5em;margin-right:-.5em}[class^=pb-col-]{width:100%;padding-left:.5em;padding-right:.5em}.pb-col-xs-3{width:25%}.pb-col-xs-4{width:33.33333333%}.pb-col-xs-6{width:50%}@media screen and (min-width:540px){.pb-col-sm-3{width:25%}.pb-col-sm-4{width:33.33333333%}.pb-col-sm-6{width:50%}}@media screen and (min-width:768px){.pb-col-md-3{width:25%}.pb-col-md-4{width:33.33333333%}.pb-col-md-6{width:50%}}@media screen and (min-width:1024px){.pb-col-lg-3{width:25%}.pb-col-lg-4{width:33.33333333%}.pb-col-lg-6{width:50%}}.header-posts-grid{margin-top:1.5em}.pb-featured-link{height:170px}@media screen and (min-width:320px){.pb-featured-link{height:190px}}@media screen and (min-width:350px){.pb-featured-link{height:200px}}@media screen and (min-width:540px){.pb-featured-grid-1 .header-posts-grid{justify-content:center}.pb-featured-grid-1 .header-posts-grid>div{width:96%}.pb-featured-grid-1 .pb-featured-link{height:250px}.pb-featured-grid-2 .pb-featured-link{height:205px}.pb-featured-grid-3 .header-posts-grid{justify-content:center}.pb-featured-grid-5 .pb-featured-link{height:265px}.pb-featured-link{height:180px}}@media screen and (min-width:768px){.pb-featured-grid-1 .pb-featured-link{height:300px}.pb-featured-grid-2 .pb-featured-link{height:235px}.pb-featured-grid-3 .pb-featured-link{height:170px}.pb-featured-grid-4 .pb-featured-link{height:220px}.pb-featured-grid-5 .pb-featured-post-0{height:100%}.pb-featured-grid-5 .pb-featured-post-0 .pb-featured-link,body.double-sidebar .pb-featured-grid-5 .pb-featured-post-0 .pb-featured-link{height:calc(100% - 1em)}.pb-featured-grid-5 .pb-featured-link{height:150px}}@media screen and (min-width:1024px){.pb-featured-grid-1 .pb-featured-link{height:340px}.pb-featured-grid-2 .pb-featured-link{height:290px}.pb-featured-grid-3 .pb-featured-link{height:200px}.pb-featured-grid-4 .pb-featured-link{height:170px}.pb-featured-grid-5 .pb-featured-link{height:180px}}@media screen and (min-width:1200px){body.double-sidebar .pb-featured-grid-1 .header-posts-grid>div{width:92%}.pb-featured-grid-1 .pb-featured-link{height:450px}body.double-sidebar .pb-featured-grid-1 .pb-featured-link{height:470px}.pb-featured-grid-2 .pb-featured-link{height:345px}body.double-sidebar .pb-featured-grid-2 .pb-featured-link{height:365px}.pb-featured-grid-3 .pb-featured-link{height:230px}body.double-sidebar .pb-featured-grid-3 .pb-featured-link{height:270px}.pb-featured-grid-4 .pb-featured-link{height:200px}body.double-sidebar .pb-featured-grid-4 .pb-featured-link{height:240px}.pb-featured-grid-5 .pb-featured-link{height:200px}body.double-sidebar .pb-featured-grid-5 .pb-featured-link{height:220px}}.pb-featured-link{position:relative;display:block;margin-bottom:1em;text-decoration:none;background:#e2e2e2;color:inherit;overflow:hidden}.pb-featured-image{position:absolute;top:0;left:0;bottom:0;right:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:1s all ease-out}.pb-featured-zoom .pb-featured-link:active .pb-featured-image,.pb-featured-zoom .pb-featured-link:focus .pb-featured-image,.pb-featured-zoom .pb-featured-link:hover .pb-featured-image{transform:scale(1.07)}.pb-featured-title{position:absolute;left:0;bottom:0;margin:0;padding:.15em .6em;font-size:.9em;background:rgba(58,134,77,.67);color:#fff;text-align:center;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media screen and (min-width:540px){.pb-featured-title{font-size:.95em}}@media screen and (min-width:768px){.pb-featured-title{padding:.05em .35em;font-size:.85em}}@media screen and (min-width:1024px){.pb-featured-title{padding:.1em .4em;font-size:.95em}}@media screen and (min-width:1200px){.pb-featured-title{padding:.15em .6em}}.pb-featured-taxonomy{position:absolute;top:0;left:0;padding:1px 6px;font-size:.8em;background:rgba(58,134,77,.67);color:#fff;opacity:0;transition:.2s all;-webkit-line-clamp:1}.pb-featured-link:active .pb-featured-taxonomy,.pb-featured-link:focus .pb-featured-taxonomy,.pb-featured-link:hover .pb-featured-taxonomy{opacity:1}.pb-related-posts-title{margin-bottom:1.5em;padding:.5em 0;border-bottom:1px solid #e1e1e1;font-size:1.3em}.pb-grid-related-link{position:relative;display:block;height:140px;margin-bottom:1.5em;text-decoration:none;color:inherit}.pb-grid-related-link::before{content:'';background:#eee}.pb-related-post-image{position:absolute;top:0;left:0;bottom:0;right:0;-o-object-fit:cover;object-fit:cover}.pb-grid-related-link::before,.pb-related-post-image{display:block;width:100%;height:100px}@media screen and (min-width:320px){.pb-grid-related-link::before,.pb-related-post-image{height:110px}}@media screen and (min-width:350px){.pb-grid-related-link{height:160px}.pb-grid-related-link::before,.pb-related-post-image{height:130px}}@media screen and (min-width:400px){.pb-grid-related-link{height:180px}.pb-grid-related-link::before,.pb-related-post-image{height:150px}}@media screen and (min-width:450px){.pb-grid-related-link{height:205px}.pb-grid-related-link::before,.pb-related-post-image{height:170px}}@media screen and (min-width:450px){.pb-grid-related-link{height:220px}.pb-grid-related-link::before,.pb-related-post-image{height:180px}}@media screen and (min-width:768px){.pb-grid-related-link{height:190px}.pb-grid-related-link::before,.pb-related-post-image{height:150px}body.double-sidebar .pb-grid-related-link::before,body.double-sidebar .pb-related-post-image{height:140px}}.pb-related-post-taxonomy,.pb-related-post-title{text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.pb-related-post-title{margin-top:.5em;font-size:.85em;-webkit-line-clamp:2}.pb-related-post-taxonomy{position:absolute;top:0;right:0;padding:1px 6px;font-size:.75em;background:rgba(58,134,77,.45);color:#fff;opacity:0;transition:.2s all;-webkit-line-clamp:1}.pb-grid-related-link:active .pb-related-post-taxonomy,.pb-grid-related-link:focus .pb-related-post-taxonomy,.pb-grid-related-link:hover .pb-related-post-taxonomy{opacity:1}.c-sidebar .widget .widget-title::after,.c-sidebar .widget_block h1:first-child::after,.c-sidebar .widget_block h2:first-child::after,.c-sidebar .widget_block h3:first-child::after{background:#49a760}.footer-widgets{color:#0a0a0a;background:rgba(255,255,255,.9)}.footer-widgets-wrap{border-bottom-color:#cecece}.footer-widgets .widget{margin:0 0 1.7em}.footer-widgets a{color:#255430}.footer-widgets a:active,.footer-widgets a:focus,.footer-widgets a:hover{color:#0a0a0a}.footer-widgets .widget .wp-calendar-table table,.footer-widgets .widget .wp-calendar-table td,.footer-widgets .widget .wp-calendar-table th{border-color:#cecece}.footer-widgets .widget .widget-title,.footer-widgets .widget_block h1:first-child,.footer-widgets .widget_block h2:first-child,.footer-widgets .widget_block h3:first-child{position:relative;margin-bottom:1.4em;padding-bottom:.7em}.footer-widgets .widget .widget-title::after,.footer-widgets .widget_block h1:first-child::after,.footer-widgets .widget_block h2:first-child::after,.footer-widgets .widget_block h3:first-child::after{content:"";position:absolute;left:0;bottom:-1px;width:40px;height:2px;background:#255430}.footer-widgets .widget li::before{content:"\25B8";display:inline-block;width:1em;margin-right:5px;font-weight:700;color:#255430}.go-to-top:focus,.go-to-top:hover{background:linear-gradient(0deg,#49a760 0,#255946 100%)}.go-to-top:focus{box-shadow:0 0 3px #49a760}.go-to-top:active{background:#49a760}