/*
 * text-align
 */

.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-nomargin-top{margin-top:0}.text-nomargin-top.text >:first-child{margin-top:0}.text-nomargin-bottom{margin-bottom:0}.text-nomargin-bottom.text >:last-child{margin-bottom:0}


/*
 * popup-caption
 */

.popup-caption{--popup-caption-filter:none;--popup-caption-background:rgba(0,0,0,0.6);--popup-caption-text:#fff;--popup-caption-padding:1rem;--popup-caption-timing:500ms;--popup-caption-easeOutQuad:cubic-bezier(0.250,0.460,0.450,0.940);--popup-caption-easeOutCubic:cubic-bezier(0.215,0.610,0.355,1.000);--popup-caption-easeInOutQuad:cubic-bezier(0.455,0.030,0.515,0.955);--popup-caption-valign:start;--popup-caption-text-align:inherit;display:inline-block;position:relative;overflow:hidden}.popup-caption img,.popup-caption video{display:block;width:100%;height:auto}.pc-overlay{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;padding:var(--popup-caption-padding);background-color:var(--popup-caption-background);backdrop-filter:var(--popup-caption-filter);display:grid;grid-template-rows:min-content;align-content:var(--popup-caption-valign);text-align:var(--popup-caption-text-align)}.pc-overlay > *{margin:0}.pc-overlay *{color:var(--popup-caption-text)}.pc-overlay.static{animation:none !important;transform:none !important}.pc-enter,.pc-leave{animation-duration:var(--popup-caption-timing);animation-timing-function:var(--popup-caption-easeOutQuad);animation-fill-mode:forwards}.pc-enter{transform:translate3d(0,-100%,0)}.swing--enter-top .pc-enter{animation-name:swing--enter-top}.swing--enter-top .pc-leave{animation-name:swing--leave-bottom}.swing--enter-bottom .pc-enter{animation-name:swing--enter-bottom}.swing--enter-bottom .pc-leave{animation-name:swing--leave-top}.swing--enter-left .pc-enter{animation-name:swing--enter-left}.swing--enter-left .pc-leave{animation-name:swing--leave-right}.swing--enter-right .pc-enter{animation-name:swing--enter-right}.swing--enter-right .pc-leave{animation-name:swing--leave-left}.swing--leave-top .pc-enter{animation-name:swing--leave-top}.swing--leave-top .pc-leave{animation-name:swing--enter-bottom}.swing--leave-bottom .pc-enter{animation-name:swing--leave-bottom}.swing--leave-bottom .pc-leave{animation-name:swing--enter-top}.swing--leave-left .pc-enter{animation-name:swing--leave-left}.swing--leave-left .pc-leave{animation-name:swing--enter-right}.swing--leave-right .pc-enter{animation-name:swing--leave-right}.swing--leave-right .pc-leave{animation-name:swing--enter-left}.popup-caption[class*='swing--']{perspective:400px}.popup-caption[class*='swing--'] .pc-enter,.popup-caption[class*='swing--'] .pc-leave{transform:rotate3d(0,0,0,0);animation-timing-function:var(--popup-caption-easeOutCubic)}.swing--enter-top,.swing--leave-top{perspective-origin:center top}.swing--enter-top .pc-enter,.swing--enter-top .pc-leave,.swing--leave-top .pc-enter,.swing--leave-top .pc-leave{transform-origin:center top}.swing--enter-bottom,.swing--leave-bottom{perspective-origin:center bottom}.swing--enter-bottom .pc-enter,.swing--enter-bottom .pc-leave,.swing--leave-bottom .pc-enter,.swing--leave-bottom .pc-leave{transform-origin:center bottom}.swing--enter-left,.swing--leave-left{perspective-origin:left center}.swing--enter-left .pc-enter,.swing--enter-left .pc-leave,.swing--leave-left .pc-enter,.swing--leave-left .pc-leave{transform-origin:left center}.swing--enter-right,.swing--leave-right{perspective-origin:right center}.swing--enter-right .pc-enter,.swing--enter-right .pc-leave,.swing--leave-right .pc-enter,.swing--leave-right .pc-leave{transform-origin:right center}@keyframes swing--enter-top{0%{transform:rotate3d(-1,0,0,90deg)}}@keyframes swing--leave-top{100%{transform:rotate3d(-1,0,0,90deg)}}@keyframes swing--enter-bottom{0%{transform:rotate3d(1,0,0,90deg)}}@keyframes swing--leave-bottom{100%{transform:rotate3d(1,0,0,90deg)}}@keyframes swing--enter-left{0%{transform:rotate3d(0,1,0,90deg)}}@keyframes swing--leave-left{100%{transform:rotate3d(0,1,0,90deg)}}@keyframes swing--enter-right{0%{transform:rotate3d(0,-1,0,90deg)}}@keyframes swing--leave-right{100%{transform:rotate3d(0,-1,0,90deg)}}.slide--enter-top .pc-enter{animation-name:slide--enter-top}.slide--enter-top .pc-leave{animation-name:slide--leave-bottom}.slide--enter-bottom .pc-enter{animation-name:slide--enter-bottom}.slide--enter-bottom .pc-leave{animation-name:slide--leave-top}.slide--enter-left .pc-enter{animation-name:slide--enter-left}.slide--enter-left .pc-leave{animation-name:slide--leave-right}.slide--enter-right .pc-enter{animation-name:slide--enter-right}.slide--enter-right .pc-leave{animation-name:slide--leave-left}.slide--leave-top .pc-enter{animation-name:slide--leave-top}.slide--leave-top .pc-leave{animation-name:slide--enter-bottom}.slide--leave-bottom .pc-enter{animation-name:slide--leave-bottom}.slide--leave-bottom .pc-leave{animation-name:slide--enter-top}.slide--leave-left .pc-enter{animation-name:slide--leave-left}.slide--leave-left .pc-leave{animation-name:slide--enter-right}.slide--leave-right .pc-enter{animation-name:slide--leave-right}.slide--leave-right .pc-leave{animation-name:slide--enter-left}.popup-caption[class*='slide--'] .pc-enter,.popup-caption[class*='slide--'] .pc-leave{transform:translate3d(0,0,0);animation-timing-function:var(--popup-caption-easeOutQuad)}@keyframes slide--enter-top{0%{transform:translate3d(0,-100%,0)}}@keyframes slide--leave-top{100%{transform:translate3d(0,-100%,0)}}@keyframes slide--enter-bottom{0%{transform:translate3d(0,100%,0)}}@keyframes slide--leave-bottom{100%{transform:translate3d(0,100%,0)}}@keyframes slide--enter-left{0%{transform:translate3d(-100%,0,0)}}@keyframes slide--leave-left{100%{transform:translate3d(-100%,0,0)}}@keyframes slide--enter-right{0%{transform:translate3d(100%,0,0)}}@keyframes slide--leave-right{100%{transform:translate3d(100%,0,0)}}.roll-out--enter-top .pc-enter{animation-name:roll-out--enter-top}.roll-out--enter-top .pc-leave{animation-name:roll-out--leave-bottom}.roll-out--enter-bottom .pc-enter{animation-name:roll-out--enter-bottom}.roll-out--enter-bottom .pc-leave{animation-name:roll-out--leave-top}.roll-out--enter-left .pc-enter{animation-name:roll-out--enter-left}.roll-out--enter-left .pc-leave{animation-name:roll-out--leave-right}.roll-out--enter-right .pc-enter{animation-name:roll-out--enter-right}.roll-out--enter-right .pc-leave{animation-name:roll-out--leave-left}.roll-out--leave-top .pc-enter{animation-name:roll-out--leave-top}.roll-out--leave-top .pc-leave{animation-name:roll-out--enter-bottom}.roll-out--leave-bottom .pc-enter{animation-name:roll-out--leave-bottom}.roll-out--leave-bottom .pc-leave{animation-name:roll-out--enter-top}.roll-out--leave-left .pc-enter{animation-name:roll-out--leave-left}.roll-out--leave-left .pc-leave{animation-name:roll-out--enter-right}.roll-out--leave-right .pc-enter{animation-name:roll-out--leave-right}.roll-out--leave-right .pc-leave{animation-name:roll-out--enter-left}.popup-caption[class*='roll-out--'] .pc-enter,.popup-caption[class*='roll-out--'] .pc-leave{transform:translate3d(0,0,0);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);animation-timing-function:var(--popup-caption-easeOutQuad)}@keyframes roll-out--enter-top{0%{clip-path:polygon(0 0,100% 0,100% 0,0 0)}}@keyframes roll-out--leave-top{100%{clip-path:polygon(0 0,100% 0,100% 0,0 0)}}@keyframes roll-out--enter-bottom{0%{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}}@keyframes roll-out--leave-bottom{100%{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}}@keyframes roll-out--enter-left{0%{clip-path:polygon(0 0,0 0,0 100%,0 100%)}}@keyframes roll-out--leave-left{100%{clip-path:polygon(0 0,0 0,0 100%,0 100%)}}@keyframes roll-out--enter-right{0%{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}}@keyframes roll-out--leave-right{100%{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}}.rotate--enter-top .pc-enter{animation-name:rotate--enter-top}.rotate--enter-top .pc-leave{animation-name:rotate--leave-bottom}.rotate--enter-bottom .pc-enter{animation-name:rotate--enter-bottom}.rotate--enter-bottom .pc-leave{animation-name:rotate--leave-top}.rotate--enter-left .pc-enter{animation-name:rotate--enter-left}.rotate--enter-left .pc-leave{animation-name:rotate--leave-right}.rotate--enter-right .pc-enter{animation-name:rotate--enter-right}.rotate--enter-right .pc-leave{animation-name:rotate--leave-left}.rotate--leave-top .pc-enter{animation-name:rotate--leave-top}.rotate--leave-top .pc-leave{animation-name:rotate--enter-bottom}.rotate--leave-bottom .pc-enter{animation-name:rotate--leave-bottom}.rotate--leave-bottom .pc-leave{animation-name:rotate--enter-top}.rotate--leave-left .pc-enter{animation-name:rotate--leave-left}.rotate--leave-left .pc-leave{animation-name:rotate--enter-right}.rotate--leave-right .pc-enter{animation-name:rotate--leave-right}.rotate--leave-right .pc-leave{animation-name:rotate--enter-left}.popup-caption[class*='rotate--'] .pc-enter,.popup-caption[class*='rotate--'] .pc-leave{transform:rotate(0);animation-timing-function:var(--popup-caption-easeOutQuad)}.rotate--enter-top .pc-enter,.rotate--enter-top .pc-leave,.rotate--leave-top .pc-enter,.rotate--leave-top .pc-leave{transform-origin:left top}.rotate--enter-bottom .pc-enter,.rotate--enter-bottom .pc-leave,.rotate--leave-bottom .pc-enter,.rotate--leave-bottom .pc-leave{transform-origin:left bottom}.rotate--enter-left .pc-enter,.rotate--enter-left .pc-leave,.rotate--leave-left .pc-enter,.rotate--leave-left .pc-leave{transform-origin:left top}.rotate--enter-right .pc-enter,.rotate--enter-right .pc-leave,.rotate--leave-right .pc-enter,.rotate--leave-right .pc-leave{transform-origin:right top}@keyframes rotate--enter-top{0%{transform:rotate(-90deg)}}@keyframes rotate--leave-top{100%{transform:rotate(-90deg)}}@keyframes rotate--enter-bottom{0%{transform:rotate(90deg)}}@keyframes rotate--leave-bottom{100%{transform:rotate(90deg)}}@keyframes rotate--enter-left{0%{transform:rotate(90deg)}}@keyframes rotate--leave-left{100%{transform:rotate(90deg)}}@keyframes rotate--enter-right{0%{transform:rotate(-90deg)}}@keyframes rotate--leave-right{100%{transform:rotate(-90deg)}}.flip--enter-top .pc-enter{animation-name:flip--enter-top}.flip--enter-top .pc-leave{animation-name:flip--leave-bottom}.flip--enter-bottom .pc-enter{animation-name:flip--enter-bottom}.flip--enter-bottom .pc-leave{animation-name:flip--leave-top}.flip--enter-left .pc-enter{animation-name:flip--enter-left}.flip--enter-left .pc-leave{animation-name:flip--leave-right}.flip--enter-right .pc-enter{animation-name:flip--enter-right}.flip--enter-right .pc-leave{animation-name:flip--leave-left}.flip--leave-top .pc-enter{animation-name:flip--leave-top}.flip--leave-top .pc-leave{animation-name:flip--enter-bottom}.flip--leave-bottom .pc-enter{animation-name:flip--leave-bottom}.flip--leave-bottom .pc-leave{animation-name:flip--enter-top}.flip--leave-left .pc-enter{animation-name:flip--leave-left}.flip--leave-left .pc-leave{animation-name:flip--enter-right}.flip--leave-right .pc-enter{animation-name:flip--leave-right}.flip--leave-right .pc-leave{animation-name:flip--enter-left}.popup-caption[class*='flip--']{perspective:800px;overflow:visible}.popup-caption[class*='flip--'] .pc-enter,.popup-caption[class*='flip--'] .pc-leave{transform:rotateX(0) rotateY(0);animation-timing-function:var(--popup-caption-easeInOutQuad);animation-duration:var(--popup-caption-timing);backface-visibility:hidden;z-index:1}@keyframes flip--enter-top{0%{transform:rotateX(180deg) rotateY(0)}}@keyframes flip--leave-top{100%{transform:rotateX(180deg) rotateY(0)}}@keyframes flip--enter-bottom{0%{transform:rotateX(-180deg) rotateY(0)}}@keyframes flip--leave-bottom{100%{transform:rotateX(-180deg) rotateY(0)}}@keyframes flip--enter-left{0%{transform:rotateX(0) rotateY(-180deg)}}@keyframes flip--leave-left{100%{transform:rotateX(0) rotateY(-180deg)}}@keyframes flip--enter-right{0%{transform:rotateX(0) rotateY(180deg)}}@keyframes flip--leave-right{100%{transform:rotateX(0) rotateY(180deg)}}[data-animation=fade] .pc-enter{transform:none;opacity:0}[data-animation=fade] .pc-overlay{transition:opacity var(--popup-caption-timing) var(--popup-caption-easeInOutQuad)}.fade--enter-top .pc-enter,.fade--enter-bottom .pc-enter,.fade--enter-left .pc-enter,.fade--enter-right .pc-enter{opacity:1 !important}.fade--enter-top .pc-leave,.fade--enter-bottom .pc-leave,.fade--enter-left .pc-leave,.fade--enter-right .pc-leave{opacity:0 !important}.fade--leave-top .pc-enter,.fade--leave-bottom .pc-enter,.fade--leave-left .pc-enter,.fade--leave-right .pc-enter{opacity:0 !important}.fade--leave-top .pc-leave,.fade--leave-bottom .pc-leave,.fade--leave-left .pc-leave,.fade--leave-right .pc-leave{opacity:1 !important}


.post-image-wrapper{width:100%;overflow:hidden;position:relative}.post-image{width:100%;margin:0;padding:0;text-align:center;list-style:none}.post-image.thumbs,.post-image.thumbs-auto{overflow:hidden}.post-image.thumbs li,.post-image.thumbs-auto li{margin:0;float:left}.post-image.thumbs.thumb-grid-2 li,.post-image.thumbs-auto.thumb-grid-2 li{width:50%}.post-image.thumbs.thumb-grid-3 li,.post-image.thumbs-auto.thumb-grid-3 li{width:33.333333%}.post-image.thumbs.thumb-grid-4 li,.post-image.thumbs-auto.thumb-grid-4 li{width:25%}.post-image.thumbs.thumb-grid-5 li,.post-image.thumbs-auto.thumb-grid-5 li{width:20%}.post-image li{list-style:none;overflow:hidden}.post-image img{max-width:100%;width:auto;height:auto;display:block}.post-image.animate{transform:translateZ(0);overflow:hidden}.post-image.animate li{overflow:hidden;transform:translateZ(0);transition:transform 0.5s ease,filter 0.5s ease}.post-image.animate.shadow-in:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:5;transition:box-shadow 0.5s ease}.post-bg-image{width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}.post .orbit-timer{display:none}.post .orbit-next,.post .orbit-prev{opacity:0;transition:opacity 0.5s ease}.post:hover .orbit-next,.post:hover .orbit-prev{opacity:1}
.total-blog-list .post-summary > ul,.total-blog-list .post-summary > ol{margin-bottom:1.25rem}.total-blog-list .post-summary *:last-child{margin-bottom:0}



.fr-video{display:block;width:100%;padding-bottom:52.34%;margin-bottom:0;height:0;overflow:hidden;padding-top:1.5625rem;position:relative}.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}button.loadmore{display:block;margin:1rem auto}button.loadmore.mobile-button{display:none}.total-blog-list{list-style:none;margin:0;padding:0;display:block;width:100%;position:relative}.total-blog-list .post{position:relative;margin:0;width:100%;overflow:auto}.total-blog-list.hyphenate .post-title,.total-blog-list.hyphenate .post-summary{overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}.blog-link{text-decoration:none}
.total-blog-list .blog-link{text-decoration:none}.total-blog-list .post_layout_wrapper,.total-blog-list .post_column1,.total-blog-list .post_column2{width:100%;position:relative}.total-blog-list .show-on-hover{opacity:0;transition:opacity 0.3s ease-in 0s}.total-blog-list .post:hover .show-on-hover{opacity:1}.total-blog-list .height-full{height:100%}.total-blog-list .height-full > .post_column1{height:100%}.total-blog-list .inline-width{width:auto;display:inline-block}.total-blog-list .overlap-top,.total-blog-list .overlap-bottom{z-index:5}.total-blog-list .absolute-top{z-index:5;position:absolute;top:0}.total-blog-list .absolute-bottom{z-index:5;position:absolute;bottom:0}.total-blog-list .vertical-center{z-index:5;position:absolute;top:50%;transform:translateY(-50%)}

.total-blog-list .button.readmore{margin-top:1rem;margin-bottom:0}.total-blog-list .button.readmore.centered{margin-left:auto !important;margin-right:auto !important;display:table}.total-blog-list .button.readmore.fixed-bottom{position:absolute;bottom:0;left:0;margin:0 !important}.total-blog-list .button.readmore.fixed-bottom.right{left:auto;right:0}.total-blog-list .button.readmore.fixed-bottom.centered{margin-left:0 !important;margin-right:0 !important;left:50%;transform:translateX(-50%)}

.parallax-wrapper{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;}.parallax-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:var(--parallax-sm-image)}@media only screen and (min-width:40em){.parallax-bg{background-image:var(--parallax-md-image)}}@media only screen and (min-width:64em){.parallax-bg{background-image:var(--parallax-lg-image)}}.parallax-content{width:100%;z-index:2}.parallax-overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}

.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}

.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
.b-switch,.a-switch{visibility:hidden;position:absolute;top:-99999;left:-99999;opacity:0;transition:opacity 300ms}.b-switch.show,.a-switch.show{visibility:visible;position:relative;top:0;left:0;opacity:1}.ab-switch{position:relative;padding-right:2%;padding-left:2%;-webkit-user-select:none;user-select:none;min-width:260px}.ab-switch:after{content:"";display:table;clear:both}.ab-switch.ab-break-1{border-bottom-width:1px;border-bottom-style:solid}.ab-switch.ab-break-2{border-bottom-width:2px;border-bottom-style:solid}.ab-switch.ab-break-3{border-bottom-width:3px;border-bottom-style:solid}.ab-switch.ab-break-4{border-bottom-width:5px;border-bottom-style:solid}.ab-switch.ab-break-5{border-bottom-width:1px;border-bottom-style:dashed}.ab-switch.ab-break-6{border-bottom-width:1px;border-bottom-style:dotted}.ab-switch .ab-left,.ab-switch .ab-right,.ab-switch .ab-center{width:20%;float:left}.ab-switch.ab-left .ab-center{text-align:left}.ab-switch.ab-center .ab-center{text-align:center}.ab-switch.ab-right .ab-center{text-align:right}.ab-switch .ab-center{width:100%}.ab-switch .ab-center ul{padding:0;margin:0}.ab-switch .ab-center ul li{transition:color 500ms}.ab-switch .ab-center ul li.ab-option,.ab-switch .ab-center ul li.ab-controller{display:inline-block;vertical-align:middle;line-height:0;cursor:pointer}.ab-switch .ab-center ul li.ab-option.show,.ab-switch .ab-center ul li.ab-controller.show{cursor:default;pointer-events:none}.ab-switch .ab-center ul li.ab-option{max-width:35%;display:inline-block !important;line-height:normal}.ab-switch .ab-center ul li:first-child{padding-right:2.5%;margin-right:5px}.ab-switch .ab-center ul li:last-child{padding-left:2.5%;margin-left:5px}.ab-switch.ab-square label{border-radius:5px}.ab-switch.ab-square label:after{border-radius:3px}.ab-switch label{display:inline-block;position:relative;cursor:pointer;outline:none;padding:0;box-sizing:content-box}.ab-switch label:before,.ab-switch label:after{display:block;position:absolute;content:""}.ab-switch label:after{top:2px;left:2px;bottom:2px;margin-left:0;transition:margin 0.3s ease-out}.ab-switch .ab-toggle{display:none}.ab-switch.ab-outline label{border-style:solid;border-width:1px;background-color:transparent;background-image:none}.ab-switch.ab-switch-button-1 .ab-left,.ab-switch.ab-switch-button-1 .ab-right{height:20px}.ab-switch.ab-switch-button-1.ab-round label{border-radius:20px}.ab-switch.ab-switch-button-1.ab-round label:after{border-radius:16px}.ab-switch.ab-switch-button-1 label{width:40px;height:20px}.ab-switch.ab-switch-button-1 label:after{width:16px}.ab-switch.ab-switch-button-1 label.ncd-toggle-switch:after{margin-left:20px}.ab-switch.ab-switch-button-2 .ab-left,.ab-switch.ab-switch-button-2 .ab-right{height:23px}.ab-switch.ab-switch-button-2.ab-round label{border-radius:23px}.ab-switch.ab-switch-button-2.ab-round label:after{border-radius:19px}.ab-switch.ab-switch-button-2 label{width:46px;height:23px}.ab-switch.ab-switch-button-2 label:after{width:19px}.ab-switch.ab-switch-button-2 label.ncd-toggle-switch:after{margin-left:23px}.ab-switch.ab-switch-button-3 .ab-left,.ab-switch.ab-switch-button-3 .ab-right{height:26px}.ab-switch.ab-switch-button-3.ab-round label{border-radius:26px}.ab-switch.ab-switch-button-3.ab-round label:after{border-radius:22px}.ab-switch.ab-switch-button-3 label{width:52px;height:26px}.ab-switch.ab-switch-button-3 label:after{width:22px}.ab-switch.ab-switch-button-3 label.ncd-toggle-switch:after{margin-left:26px}.ab-switch.ab-switch-button-4 .ab-left,.ab-switch.ab-switch-button-4 .ab-right{height:29px}.ab-switch.ab-switch-button-4.ab-round label{border-radius:29px}.ab-switch.ab-switch-button-4.ab-round label:after{border-radius:25px}.ab-switch.ab-switch-button-4 label{width:58px;height:29px}.ab-switch.ab-switch-button-4 label:after{width:25px}.ab-switch.ab-switch-button-4 label.ncd-toggle-switch:after{margin-left:29px}.ab-switch.ab-switch-button-5 .ab-left,.ab-switch.ab-switch-button-5 .ab-right{height:32px}.ab-switch.ab-switch-button-5.ab-round label{border-radius:32px}.ab-switch.ab-switch-button-5.ab-round label:after{border-radius:28px}.ab-switch.ab-switch-button-5 label{width:64px;height:32px}.ab-switch.ab-switch-button-5 label:after{width:28px}.ab-switch.ab-switch-button-5 label.ncd-toggle-switch:after{margin-left:32px}.ab-switch.ab-switch-text-0 li.ab-option{display:none}.ab-switch.ab-switch-text-1 li.ab-option{font-size:13px}.ab-switch.ab-switch-text-2 li.ab-option{font-size:14px}.ab-switch.ab-switch-text-3 li.ab-option{font-size:15px}.ab-switch.ab-switch-text-4 li.ab-option{font-size:16px}.ab-switch.ab-switch-text-5 li.ab-option{font-size:17px}.ab-switch.ab-switch-text-6 li.ab-option{font-size:18px}.ab-switch.ab-switch-text-7 li.ab-option{font-size:19px}



:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(76, 115, 222, 1.00);--secondary:rgba(143, 83, 183, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(85, 179, 231, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(46, 85, 192, 1.00);--secondary-dark:rgba(113, 53, 153, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(55, 149, 201, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(30, 73, 167, 1.00);--subheader-color:rgba(89, 18, 148, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(136, 136, 136, 1.00);--link-color:rgba(76, 115, 222, 1.00);--link-color-hover:rgba(85, 179, 231, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:8px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1600rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(235, 226, 245, 1.00);--link-color-hover:rgba(212, 152, 245, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(32rem/16)}h3,.h3{font-size:calc(24rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(32rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(32rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(8rem/16)}body{}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  

form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}

@font-face{font-family:Helvetica Neue;font-style:normal;font-weight:normal;src:url("resources/HelveticaNeue-Roman.woff") format("woff")}@font-face{font-family:Helvetica Neue;font-style:normal;font-weight:bold;src:url("resources/HelveticaNeue-Bold.woff") format("woff")}
 html,body, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_1608_10{font-family:"Helvetica Neue",sans-serif }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-family:"Helvetica Neue",sans-serif }
            .title-bar-title{font-weight:400 !important;}
.lens{background-image:url('../index_files/bgimage-13-8E0.jpg') ;background-repeat:no-repeat    ;background-position:right top ;background-origin:border-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ; background-size:auto   ; }@media (hover:none) and (pointer:coarse){.lens{background-attachment:scroll!important}}@media only screen and (min-width:40em){.lens{background-image:url('../index_files/bgimageMedium-13-8E0.jpg') }}@media only screen and (min-width:64em){.lens{background-image:url('../index_files/bgimageLarge-13-8E0.jpg') }}
.rb{border-color:rgba(251, 2, 7, 1.00) ;border-width:1px ;border-style:solid ;}
.logohoch{margin-top:-2.5rem ;}  
.contentpadding{padding:1rem ;} @media only screen and (min-width:40em){.contentpadding{padding:1rem }}@media only screen and (min-width:64em){.contentpadding{padding:2.5rem }} 

.adminbox-outer{border-color:rgba(248, 248, 248, 1.00) ;border-width:5px ;border-style:solid ;}
.adminbox-inner{box-shadow:inset 0px 1px 2px 0px rgba(0, 0, 0, 0.10);}
.adminbox-inner{border-color:rgba(204, 204, 204, 1.00) ;border-width:1px ;border-style:solid ;}
.adminbox-outer{box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.40);}
.tabs-title > a[aria-selected='true']{background-color:rgba(234, 234, 234, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.tabs-title > a[aria-selected='true']{background-attachment:scroll!important}}
.tabs-title > a:hover{background-color:rgba(234, 234, 234, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.tabs-title > a{background-attachment:scroll!important}}
.tabs-content .is-active{background-color:rgba(234, 234, 234, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.tabs-content .is-active{background-attachment:scroll!important}}
.tabs-content{border-width:0px 1px 0px 1px ;border-right-style:none ;}
.tabs-content .is-active{border-color:rgba(212, 152, 245, 1.00) ;border-width:0px ;border-top-style:none ;}
.lavendel{background-color:rgba(235, 226, 245, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.lavendel{background-attachment:scroll!important}}
.landscape{display:flex;align-items:center;aspect-ratio:4/3;}
.ab-option{padding:0.25rem !important;}  
.ab-option img{min-width:none ;max-width:1.5rem ;}
.blogbild{min-width:0.00px ;max-width:500.00px ;}
.hochacht{margin:-0.5rem ;}  
 .top-bar.tb, .top-bar.tb ul{--topbar-background:rgba(230, 230, 230, 0.00)} .top-bar.tb{padding:0 0.5rem} .title-bar.tb{--titlebar-background:rgba(10, 10, 10, 0.00);--titlebar-color:rgba(136, 136, 136, 1.00);padding:0.75rem} .title-bar.tb .menu-icon{--hamburger-color:rgba(136, 136, 136, 1.00);--hamburger-width:1rem;--hamburger-height:0.75rem;--hamburger-weight:2px}
 .nav>.menu a, .menu.nav a{--menu-link-color:rgba(136, 136, 136, 1.00);--menu-link-color-hover:rgba(76, 115, 222, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .nav>.menu .menu-text, .menu.nav .menu-text{--menu-text-color:rgba(136, 136, 136, 1.00)} .nav>.menu>li>a, .menu.nav>li>a{padding-top:1rem;padding-bottom:1rem} .nav>.menu .submenu>li>a, .menu.nav .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .nav>.menu li.active>a, .nav>.menu li.is-active>a, .nav>.menu a.is-active, .menu.nav li.active>a, .menu.nav li.is-active>a, .menu.nav a.is-active{--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-link-color:rgba(76, 115, 222, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(76, 115, 222, 1.00)} .nav>.menu .submenu li.active>a, .nav>.menu .submenu li.is-active>a, .nav>.menu .submenu a.is-active, .menu.nav .submenu li.active>a, .menu.nav .submenu li.is-active>a, .menu.nav .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .nav>.menu .submenu a, .menu.nav .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .nav>.menu .submenu, .menu.nav .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .nav>.menu .submenu a, .menu.nav .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .nav>.menu .submenu .menu-text, .menu.nav .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .nav>.menu .submenu li.active>a, .nav>.menu .submenu li.is-active>a, .nav>.menu .submenu a.is-active, .menu.nav .submenu li.active>a, .menu.nav .submenu li.is-active>a, .menu.nav .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
#ab-switch-stacks_in_984{padding-top:10px;padding-bottom:10px}#ab-switch-stacks_in_984.ab-break-1,#ab-switch-stacks_in_984.ab-break-2,#ab-switch-stacks_in_984.ab-break-3,#ab-switch-stacks_in_984.ab-break-4{border-bottom-color:#EEEEEE}#ab-switch-stacks_in_984 .ab-center ul li{color:#BFBFBF}#ab-switch-stacks_in_984 .ab-center ul li.show{color:#591294}#ab-switch-stacks_in_984 label{background-color:#999999}#ab-switch-stacks_in_984 label:after{background-color:#FFFFFF}#ab-switch-stacks_in_984.ab-grad label{background-image:linear-gradient(to bottom,#1E49A7 0%,#4C73DE 100%)}#ab-switch-stacks_in_984.ab-outline label{border-color:#999999}#ab-switch-stacks_in_984.ab-outline label:after{background-color:#FFFFFF}@media (max-width:1000px){#ab-switch-stacks_in_984.ab-switch-button-3 .ab-left,#ab-switch-stacks_in_984.ab-switch-button-4 .ab-left,#ab-switch-stacks_in_984.ab-switch-button-5 .ab-left,#ab-switch-stacks_in_984.ab-switch-button-3 .ab-right,#ab-switch-stacks_in_984.ab-switch-button-4 .ab-right,#ab-switch-stacks_in_984.ab-switch-button-5 .ab-right{height:22px}#ab-switch-stacks_in_984.ab-switch-button-3.ab-round label,#ab-switch-stacks_in_984.ab-switch-button-4.ab-round label,#ab-switch-stacks_in_984.ab-switch-button-5.ab-round label{border-radius:22px}#ab-switch-stacks_in_984.ab-switch-button-3.ab-round label:after,#ab-switch-stacks_in_984.ab-switch-button-4.ab-round label:after,#ab-switch-stacks_in_984.ab-switch-button-5.ab-round label:after{border-radius:18px}#ab-switch-stacks_in_984.ab-switch-button-3 label,#ab-switch-stacks_in_984.ab-switch-button-4 label,#ab-switch-stacks_in_984.ab-switch-button-5 label{width:44px;height:22px}#ab-switch-stacks_in_984.ab-switch-button-3 label:after,#ab-switch-stacks_in_984.ab-switch-button-4 label:after,#ab-switch-stacks_in_984.ab-switch-button-5 label:after{width:18px}#ab-switch-stacks_in_984.ab-switch-button-3 label.ncd-toggle-switch:after,#ab-switch-stacks_in_984.ab-switch-button-4 label.ncd-toggle-switch:after,#ab-switch-stacks_in_984.ab-switch-button-5 label.ncd-toggle-switch:after{margin-left:22px}#ab-switch-stacks_in_984.ab-switch-text-3 li.ab-option,#ab-switch-stacks_in_984.ab-switch-text-4 li.ab-option,#ab-switch-stacks_in_984.ab-switch-text-5 li.ab-option,#ab-switch-stacks_in_984.ab-switch-text-6 li.ab-option,#ab-switch-stacks_in_984.ab-switch-text-7 li.ab-option{font-size:14px}}
.stacks_in_1308 img{width:100%;max-width:200px}
.stacks_in_1011 img{width:100%;max-width:300px}
.stacks_in_1310{min-height:60vh}@media only screen and (min-width:40em){.stacks_in_1310{min-height:60vh}}@media only screen and (min-width:64em){.stacks_in_1310{min-height:70vh}}.stacks_in_1310 .parallax-bg{background-size:105%}.stacks_in_1310.parallax-overlay:after{background-color:rgba(0, 0, 0, 0.40)}
  .popup-grid.stacks_in_1227 .popup-caption{--popup-caption-animation:swing;--popup-caption-animate-overlay:enter;--popup-caption-animate-media:none;--popup-caption-background:rgba(234, 234, 234, 0.28);--popup-caption-text:rgba(255, 255, 255, 1.00);--popup-caption-padding:calc(16rem/16);--popup-caption-timing:500ms;--popup-caption-valign:center;--popup-caption-text-align:center;--popup-caption-filter:blur(3px);}.popup-grid.stacks_in_1227 .popup-caption img,.popup-grid.stacks_in_1227 .popup-caption video{  }  .popup-grid.stacks_in_1227 .popup-caption{aspect-ratio:1/1}.popup-grid.stacks_in_1227 .popup-caption img,.popup-grid.stacks_in_1227 .popup-caption video{aspect-ratio:1/1;object-fit:cover;object-position:center center}

.grid-x.grid-gutters-custom.stacks_in_1228{--small-gutter:1rem;--medium-gutter:1.2rem;--large-gutter:1.5rem}
.blog_stacks_in_1688 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem;
  width: calc(100% + 5rem); }
  .blog_stacks_in_1688 .post {
    flex: 1 1 1000px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 2.5rem; }
  .blog_stacks_in_1688 .full-layout {
    display: none; }

@media only screen and (min-width: 40.063em) {
  .blog_stacks_in_1688.flex-grid-full .post:nth-child(6n+1) {
    flex: 1 1 100%;
    flex-direction: row; }
    .blog_stacks_in_1688.flex-grid-full .post:nth-child(6n+1) .full-layout {
      display: block;
      width: 100%; }
    .blog_stacks_in_1688.flex-grid-full .post:nth-child(6n+1) .default-layout {
      display: none; }
  .blog_stacks_in_1688.flex-grid-full:after {
    content: "";
    flex: 1 1 1000px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 2.5rem; } }

@supports (display: grid) {
  .blog_stacks_in_1688.grid {
    display: grid;
    grid-template-columns:  1fr;
    grid-gap: 5rem;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 25em) {
      .blog_stacks_in_1688.grid {
        grid-template-columns:  1fr; } }
    @media screen and (min-width: 40.0625em) {
      .blog_stacks_in_1688.grid {
        grid-template-columns:  1fr 1fr; } }
    @media screen and (min-width: 62.5em) {
      .blog_stacks_in_1688.grid {
        grid-template-columns:  1fr 1fr; } }
    .blog_stacks_in_1688.grid .post {
      flex: unset;
      display: block;
      margin: 0; }
    .blog_stacks_in_1688.grid:after {
      display: none; } }

.blog_stacks_in_1688 .post {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  border-width: 1px;
  border-radius: 0px;
  padding: 0rem; }
  .blog_stacks_in_1688 .post.alternate:nth-child(even) {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0); }

.blog_stacks_in_1688 .post-image.thumbs li {
  width: calc(100%/2); }

.blog_stacks_in_1688 .hover-press {
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease; }
  .blog_stacks_in_1688 .hover-press:hover {
    box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0); }

.blog_stacks_in_1688 .hover-raise {
  box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
  transition: all 0.5s ease; }
  .blog_stacks_in_1688 .hover-raise:hover {
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0);
    box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px; }
.layout1_stacks_in_1689,.layout2_stacks_in_1689{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(16rem/16);}.layout1_stacks_in_1689.bgcolor,.layout2_stacks_in_1689.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_1689.bgimage,.layout2_stacks_in_1689.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout2_stacks_in_1689 > .post_column1{float:left;width:100%;padding-right:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_1689 > .post_column1{width:33.00%;padding-right:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_1689 > .post_column1{width:30.00%;padding-right:25.000000px}}.layout2_stacks_in_1689 > .post_column2{float:right;width:100%;padding-left:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_1689 > .post_column2{width:67.000000%;padding-left:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_1689 > .post_column2{width:70.000000%;padding-left:25.000000px}}.layout2_stacks_in_1689:after{content:' ';display:block;clear:both}
.stacks_in_1697 .post-image{border-radius:0px;}.stacks_in_1697 .post-image li{padding:calc(0rem/16);}.stacks_in_1697 .post-image .post-bg-image{height:200px}.stacks_in_1697 .post-image img,.stacks_in_1697 .post-image .post-bg-image{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;}.stacks_in_1697 .post-image img{}.post .stacks_in_1697 .post-image.scale-down li{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_1697 .post-image.scale-down li{transform:scale(1) rotateZ(0deg)}.post:hover .stacks_in_1697 .post-image.scale-up li{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_1697 .post-image.shadow-in:after{box-shadow:inset 0 0 200px rgba(0, 0, 0, 1.00)}.post:hover .stacks_in_1697 .post-image.blur li{filter:blur(10px)}
.layout1_stacks_in_1691,.layout2_stacks_in_1691{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(0rem/16);}.layout1_stacks_in_1691.bgcolor,.layout2_stacks_in_1691.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_1691.bgimage,.layout2_stacks_in_1691.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout1_stacks_in_1691.height-fixed > .post_column1{height:300px;overflow-y:auto}@media only screen and (min-width:40.063em){.layout1_stacks_in_1691.height-auto-fixed > .post_column1{height:300px;overflow-y:auto}}.layout1_stacks_in_1691.float-left,.layout1_stacks_in_1691.float-right{width:100%;float:none}@media only screen and (min-width:40.063em){.layout1_stacks_in_1691.float-left,.layout1_stacks_in_1691.float-right{width:50.00%}}@media only screen and (min-width:62.563em){.layout1_stacks_in_1691.float-left,.layout1_stacks_in_1691.float-right{width:50.00%}}@media only screen and (min-width:40.063em){.layout1_stacks_in_1691.float-left{float:left}}@media only screen and (min-width:40.063em){.layout1_stacks_in_1691.float-right{float:right}}.layout1_stacks_in_1691.overlap-top{margin-top:-100px}.layout1_stacks_in_1691.overlap-bottom{margin-bottom:-100px}

.blog_stacks_in_1340 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem;
  width: calc(100% + 5rem); }
  .blog_stacks_in_1340 .post {
    flex: 1 1 1000px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 2.5rem; }
  .blog_stacks_in_1340 .full-layout {
    display: none; }

@media only screen and (min-width: 40.063em) {
  .blog_stacks_in_1340.flex-grid-full .post:nth-child(6n+1) {
    flex: 1 1 100%;
    flex-direction: row; }
    .blog_stacks_in_1340.flex-grid-full .post:nth-child(6n+1) .full-layout {
      display: block;
      width: 100%; }
    .blog_stacks_in_1340.flex-grid-full .post:nth-child(6n+1) .default-layout {
      display: none; }
  .blog_stacks_in_1340.flex-grid-full:after {
    content: "";
    flex: 1 1 1000px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 2.5rem; } }

@supports (display: grid) {
  .blog_stacks_in_1340.grid {
    display: grid;
    grid-template-columns:  1fr;
    grid-gap: 5rem;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 25em) {
      .blog_stacks_in_1340.grid {
        grid-template-columns:  1fr; } }
    @media screen and (min-width: 40.0625em) {
      .blog_stacks_in_1340.grid {
        grid-template-columns:  1fr 1fr; } }
    @media screen and (min-width: 62.5em) {
      .blog_stacks_in_1340.grid {
        grid-template-columns:  1fr 1fr; } }
    .blog_stacks_in_1340.grid .post {
      flex: unset;
      display: block;
      margin: 0; }
    .blog_stacks_in_1340.grid:after {
      display: none; } }

.blog_stacks_in_1340 .post {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  border-width: 1px;
  border-radius: 0px;
  padding: 0rem; }
  .blog_stacks_in_1340 .post.alternate:nth-child(even) {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0); }

.blog_stacks_in_1340 .post-image.thumbs li {
  width: calc(100%/2); }

.blog_stacks_in_1340 .hover-press {
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease; }
  .blog_stacks_in_1340 .hover-press:hover {
    box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0); }

.blog_stacks_in_1340 .hover-raise {
  box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
  transition: all 0.5s ease; }
  .blog_stacks_in_1340 .hover-raise:hover {
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0);
    box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px; }
.layout1_stacks_in_1663,.layout2_stacks_in_1663{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(16rem/16);}.layout1_stacks_in_1663.bgcolor,.layout2_stacks_in_1663.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_1663.bgimage,.layout2_stacks_in_1663.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout2_stacks_in_1663 > .post_column1{float:left;width:100%;padding-right:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_1663 > .post_column1{width:33.00%;padding-right:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_1663 > .post_column1{width:30.00%;padding-right:25.000000px}}.layout2_stacks_in_1663 > .post_column2{float:right;width:100%;padding-left:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_1663 > .post_column2{width:67.000000%;padding-left:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_1663 > .post_column2{width:70.000000%;padding-left:25.000000px}}.layout2_stacks_in_1663:after{content:' ';display:block;clear:both}
.stacks_in_1666 .post-image{border-radius:0px;}.stacks_in_1666 .post-image li{padding:calc(0rem/16);}.stacks_in_1666 .post-image .post-bg-image{height:200px}.stacks_in_1666 .post-image img,.stacks_in_1666 .post-image .post-bg-image{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;}.stacks_in_1666 .post-image img{}.post .stacks_in_1666 .post-image.scale-down li{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_1666 .post-image.scale-down li{transform:scale(1) rotateZ(0deg)}.post:hover .stacks_in_1666 .post-image.scale-up li{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_1666 .post-image.shadow-in:after{box-shadow:inset 0 0 200px rgba(0, 0, 0, 1.00)}.post:hover .stacks_in_1666 .post-image.blur li{filter:blur(10px)}
.layout1_stacks_in_1667,.layout2_stacks_in_1667{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(0rem/16) calc(16rem/16) calc(16rem/16) calc(16rem/16);}.layout1_stacks_in_1667.bgcolor,.layout2_stacks_in_1667.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_1667.bgimage,.layout2_stacks_in_1667.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout1_stacks_in_1667.height-fixed > .post_column1{height:300px;overflow-y:auto}@media only screen and (min-width:40.063em){.layout1_stacks_in_1667.height-auto-fixed > .post_column1{height:300px;overflow-y:auto}}.layout1_stacks_in_1667.float-left,.layout1_stacks_in_1667.float-right{width:100%;float:none}@media only screen and (min-width:40.063em){.layout1_stacks_in_1667.float-left,.layout1_stacks_in_1667.float-right{width:50.00%}}@media only screen and (min-width:62.563em){.layout1_stacks_in_1667.float-left,.layout1_stacks_in_1667.float-right{width:50.00%}}@media only screen and (min-width:40.063em){.layout1_stacks_in_1667.float-left{float:left}}@media only screen and (min-width:40.063em){.layout1_stacks_in_1667.float-right{float:right}}.layout1_stacks_in_1667.overlap-top{margin-top:-100px}.layout1_stacks_in_1667.overlap-bottom{margin-bottom:-100px}




#paddyStackstacks_in_1350 {
	height: auto;
	padding-bottom: 10vw;
}
#stacks_in_1352_3,#stacks_in_1352_3 div,#stacks_in_1352_3 p,#stacks_in_1352_3 ol,#stacks_in_1352_3 ul li,#stacks_in_1352_3 ol li,#stacks_in_1352_3 ol,#stacks_in_1352_3 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_1352_3,#stacks_in_1352_3 div,#stacks_in_1352_3 p,#stacks_in_1352_3 ol,#stacks_in_1352_3 ul li,#stacks_in_1352_3 ol li,#stacks_in_1352_3 ol,#stacks_in_1352_3 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1352_3{}}

.stacks_in_1504 img{width:100%;max-width:200px}
.stacks_in_1507 img{width:100%;max-width:300px}
.stacks_in_1746{min-height:60vh}@media only screen and (min-width:40em){.stacks_in_1746{min-height:60vh}}@media only screen and (min-width:64em){.stacks_in_1746{min-height:70vh}}.stacks_in_1746 .parallax-bg{background-size:105%}.stacks_in_1746.parallax-overlay:after{background-color:rgba(0, 0, 0, 0.40)}

  .popup-grid.stacks_in_1537 .popup-caption{--popup-caption-animation:swing;--popup-caption-animate-overlay:enter;--popup-caption-animate-media:none;--popup-caption-background:rgba(234, 234, 234, 0.28);--popup-caption-text:rgba(255, 255, 255, 1.00);--popup-caption-padding:calc(16rem/16);--popup-caption-timing:500ms;--popup-caption-valign:center;--popup-caption-text-align:center;--popup-caption-filter:blur(3px);}.popup-grid.stacks_in_1537 .popup-caption img,.popup-grid.stacks_in_1537 .popup-caption video{  }  .popup-grid.stacks_in_1537 .popup-caption{aspect-ratio:1/1}.popup-grid.stacks_in_1537 .popup-caption img,.popup-grid.stacks_in_1537 .popup-caption video{aspect-ratio:1/1;object-fit:cover;object-position:center center}

.grid-x.grid-gutters-custom.stacks_in_1538{--small-gutter:1rem;--medium-gutter:1.2rem;--large-gutter:1.5rem}

.blog_stacks_in_1706 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem;
  width: calc(100% + 5rem); }
  .blog_stacks_in_1706 .post {
    flex: 1 1 1000px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 2.5rem; }
  .blog_stacks_in_1706 .full-layout {
    display: none; }

@media only screen and (min-width: 40.063em) {
  .blog_stacks_in_1706.flex-grid-full .post:nth-child(6n+1) {
    flex: 1 1 100%;
    flex-direction: row; }
    .blog_stacks_in_1706.flex-grid-full .post:nth-child(6n+1) .full-layout {
      display: block;
      width: 100%; }
    .blog_stacks_in_1706.flex-grid-full .post:nth-child(6n+1) .default-layout {
      display: none; }
  .blog_stacks_in_1706.flex-grid-full:after {
    content: "";
    flex: 1 1 1000px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 2.5rem; } }

@supports (display: grid) {
  .blog_stacks_in_1706.grid {
    display: grid;
    grid-template-columns:  1fr;
    grid-gap: 5rem;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 25em) {
      .blog_stacks_in_1706.grid {
        grid-template-columns:  1fr; } }
    @media screen and (min-width: 40.0625em) {
      .blog_stacks_in_1706.grid {
        grid-template-columns:  1fr 1fr; } }
    @media screen and (min-width: 62.5em) {
      .blog_stacks_in_1706.grid {
        grid-template-columns:  1fr 1fr; } }
    .blog_stacks_in_1706.grid .post {
      flex: unset;
      display: block;
      margin: 0; }
    .blog_stacks_in_1706.grid:after {
      display: none; } }

.blog_stacks_in_1706 .post {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  border-width: 1px;
  border-radius: 0px;
  padding: 0rem; }
  .blog_stacks_in_1706 .post.alternate:nth-child(even) {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0); }

.blog_stacks_in_1706 .post-image.thumbs li {
  width: calc(100%/2); }

.blog_stacks_in_1706 .hover-press {
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease; }
  .blog_stacks_in_1706 .hover-press:hover {
    box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0); }

.blog_stacks_in_1706 .hover-raise {
  box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
  transition: all 0.5s ease; }
  .blog_stacks_in_1706 .hover-raise:hover {
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0);
    box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px; }
.layout1_stacks_in_1707,.layout2_stacks_in_1707{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(16rem/16);}.layout1_stacks_in_1707.bgcolor,.layout2_stacks_in_1707.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_1707.bgimage,.layout2_stacks_in_1707.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout2_stacks_in_1707 > .post_column1{float:left;width:100%;padding-right:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_1707 > .post_column1{width:33.00%;padding-right:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_1707 > .post_column1{width:30.00%;padding-right:25.000000px}}.layout2_stacks_in_1707 > .post_column2{float:right;width:100%;padding-left:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_1707 > .post_column2{width:67.000000%;padding-left:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_1707 > .post_column2{width:70.000000%;padding-left:25.000000px}}.layout2_stacks_in_1707:after{content:' ';display:block;clear:both}
.stacks_in_1715 .post-image{border-radius:0px;}.stacks_in_1715 .post-image li{padding:calc(0rem/16);}.stacks_in_1715 .post-image .post-bg-image{height:200px}.stacks_in_1715 .post-image img,.stacks_in_1715 .post-image .post-bg-image{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;}.stacks_in_1715 .post-image img{}.post .stacks_in_1715 .post-image.scale-down li{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_1715 .post-image.scale-down li{transform:scale(1) rotateZ(0deg)}.post:hover .stacks_in_1715 .post-image.scale-up li{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_1715 .post-image.shadow-in:after{box-shadow:inset 0 0 200px rgba(0, 0, 0, 1.00)}.post:hover .stacks_in_1715 .post-image.blur li{filter:blur(10px)}
.layout1_stacks_in_1709,.layout2_stacks_in_1709{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(0rem/16);}.layout1_stacks_in_1709.bgcolor,.layout2_stacks_in_1709.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_1709.bgimage,.layout2_stacks_in_1709.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout1_stacks_in_1709.height-fixed > .post_column1{height:300px;overflow-y:auto}@media only screen and (min-width:40.063em){.layout1_stacks_in_1709.height-auto-fixed > .post_column1{height:300px;overflow-y:auto}}.layout1_stacks_in_1709.float-left,.layout1_stacks_in_1709.float-right{width:100%;float:none}@media only screen and (min-width:40.063em){.layout1_stacks_in_1709.float-left,.layout1_stacks_in_1709.float-right{width:50.00%}}@media only screen and (min-width:62.563em){.layout1_stacks_in_1709.float-left,.layout1_stacks_in_1709.float-right{width:50.00%}}@media only screen and (min-width:40.063em){.layout1_stacks_in_1709.float-left{float:left}}@media only screen and (min-width:40.063em){.layout1_stacks_in_1709.float-right{float:right}}.layout1_stacks_in_1709.overlap-top{margin-top:-100px}.layout1_stacks_in_1709.overlap-bottom{margin-bottom:-100px}

.blog_stacks_in_1717 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem;
  width: calc(100% + 5rem); }
  .blog_stacks_in_1717 .post {
    flex: 1 1 1000px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 2.5rem; }
  .blog_stacks_in_1717 .full-layout {
    display: none; }

@media only screen and (min-width: 40.063em) {
  .blog_stacks_in_1717.flex-grid-full .post:nth-child(6n+1) {
    flex: 1 1 100%;
    flex-direction: row; }
    .blog_stacks_in_1717.flex-grid-full .post:nth-child(6n+1) .full-layout {
      display: block;
      width: 100%; }
    .blog_stacks_in_1717.flex-grid-full .post:nth-child(6n+1) .default-layout {
      display: none; }
  .blog_stacks_in_1717.flex-grid-full:after {
    content: "";
    flex: 1 1 1000px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 2.5rem; } }

@supports (display: grid) {
  .blog_stacks_in_1717.grid {
    display: grid;
    grid-template-columns:  1fr;
    grid-gap: 5rem;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 25em) {
      .blog_stacks_in_1717.grid {
        grid-template-columns:  1fr; } }
    @media screen and (min-width: 40.0625em) {
      .blog_stacks_in_1717.grid {
        grid-template-columns:  1fr 1fr; } }
    @media screen and (min-width: 62.5em) {
      .blog_stacks_in_1717.grid {
        grid-template-columns:  1fr 1fr; } }
    .blog_stacks_in_1717.grid .post {
      flex: unset;
      display: block;
      margin: 0; }
    .blog_stacks_in_1717.grid:after {
      display: none; } }

.blog_stacks_in_1717 .post {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-size: cover;
  border-width: 1px;
  border-radius: 0px;
  padding: 0rem; }
  .blog_stacks_in_1717 .post.alternate:nth-child(even) {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0); }

.blog_stacks_in_1717 .post-image.thumbs li {
  width: calc(100%/2); }

.blog_stacks_in_1717 .hover-press {
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease; }
  .blog_stacks_in_1717 .hover-press:hover {
    box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0); }

.blog_stacks_in_1717 .hover-raise {
  box-shadow: 0 0 1px rgba(39, 44, 49, 0.1), 0 3px 16px rgba(39, 44, 49, 0.07);
  transition: all 0.5s ease; }
  .blog_stacks_in_1717 .hover-raise:hover {
    transition: all 0.3s ease;
    transform: translate3D(0, 0px, 0);
    box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px; }
.layout1_stacks_in_1718,.layout2_stacks_in_1718{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(16rem/16);}.layout1_stacks_in_1718.bgcolor,.layout2_stacks_in_1718.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_1718.bgimage,.layout2_stacks_in_1718.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout2_stacks_in_1718 > .post_column1{float:left;width:100%;padding-right:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_1718 > .post_column1{width:33.00%;padding-right:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_1718 > .post_column1{width:30.00%;padding-right:25.000000px}}.layout2_stacks_in_1718 > .post_column2{float:right;width:100%;padding-left:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_1718 > .post_column2{width:67.000000%;padding-left:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_1718 > .post_column2{width:70.000000%;padding-left:25.000000px}}.layout2_stacks_in_1718:after{content:' ';display:block;clear:both}
.stacks_in_1726 .post-image{border-radius:0px;}.stacks_in_1726 .post-image li{padding:calc(0rem/16);}.stacks_in_1726 .post-image .post-bg-image{height:200px}.stacks_in_1726 .post-image img,.stacks_in_1726 .post-image .post-bg-image{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;}.stacks_in_1726 .post-image img{}.post .stacks_in_1726 .post-image.scale-down li{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_1726 .post-image.scale-down li{transform:scale(1) rotateZ(0deg)}.post:hover .stacks_in_1726 .post-image.scale-up li{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_1726 .post-image.shadow-in:after{box-shadow:inset 0 0 200px rgba(0, 0, 0, 1.00)}.post:hover .stacks_in_1726 .post-image.blur li{filter:blur(10px)}
.layout1_stacks_in_1720,.layout2_stacks_in_1720{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(0rem/16) calc(16rem/16) calc(16rem/16) calc(16rem/16);}.layout1_stacks_in_1720.bgcolor,.layout2_stacks_in_1720.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_1720.bgimage,.layout2_stacks_in_1720.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout1_stacks_in_1720.height-fixed > .post_column1{height:300px;overflow-y:auto}@media only screen and (min-width:40.063em){.layout1_stacks_in_1720.height-auto-fixed > .post_column1{height:300px;overflow-y:auto}}.layout1_stacks_in_1720.float-left,.layout1_stacks_in_1720.float-right{width:100%;float:none}@media only screen and (min-width:40.063em){.layout1_stacks_in_1720.float-left,.layout1_stacks_in_1720.float-right{width:50.00%}}@media only screen and (min-width:62.563em){.layout1_stacks_in_1720.float-left,.layout1_stacks_in_1720.float-right{width:50.00%}}@media only screen and (min-width:40.063em){.layout1_stacks_in_1720.float-left{float:left}}@media only screen and (min-width:40.063em){.layout1_stacks_in_1720.float-right{float:right}}.layout1_stacks_in_1720.overlap-top{margin-top:-100px}.layout1_stacks_in_1720.overlap-bottom{margin-bottom:-100px}




#paddyStackstacks_in_1600 {
	height: auto;
	padding-bottom: 10vw;
}
#stacks_in_1607_4,#stacks_in_1607_4 div,#stacks_in_1607_4 p,#stacks_in_1607_4 ol,#stacks_in_1607_4 ul li,#stacks_in_1607_4 ol li,#stacks_in_1607_4 ol,#stacks_in_1607_4 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_1607_4,#stacks_in_1607_4 div,#stacks_in_1607_4 p,#stacks_in_1607_4 ol,#stacks_in_1607_4 ul li,#stacks_in_1607_4 ol li,#stacks_in_1607_4 ol,#stacks_in_1607_4 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1607_4{}}

