/*
 * 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}


.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;-webkit-hyphens:auto;hyphens:auto}.blog-link{text-decoration:none}
.post-image-wrapper{width:100%;overflow:hidden;position:relative}.post-image{width:100%;margin:0;padding:0;text-align:center}.post-image img{max-width:100%;width:auto;height:auto;display:block}.post-image.animate{transform:translateZ(0);overflow:hidden}.post-image.animate .post-bg-image,.post-image.animate img{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;display:flex;align-items:center;justify-content:center}
.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}
.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}
.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%)}

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)}


form #stacks_in_45 .button.inline{height:37px !important;margin-left:-1px;padding-top:0;padding-bottom:0}


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

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

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

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

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

.blog_stacks_in_5 .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_5 .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_5 .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_5 .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; }

.blog_stacks_in_5 .post p, .blog_stacks_in_5 .post ul, .blog_stacks_in_5 .post ol {
  color: white; }

.blog_stacks_in_5 .post h1, .blog_stacks_in_5 .post h2, .blog_stacks_in_5 .post h3, .blog_stacks_in_5 .post h4, .blog_stacks_in_5 .post h5, .blog_stacks_in_5 .post h6 {
  color: white; }

.blog_stacks_in_5 .post a {
  color: #fb0207; }
  .blog_stacks_in_5 .post a:hover {
    color: #960104; }
.layout1_stacks_in_10,.layout2_stacks_in_10{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;padding:calc(16rem/16);}.layout1_stacks_in_10.bgcolor,.layout2_stacks_in_10.bgcolor{background-color:rgba(204, 204, 204, 1.00)}.layout1_stacks_in_10.bgimage,.layout2_stacks_in_10.bgimage{background-image:url();background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}.layout2_stacks_in_10 > .post_column1{float:left;width:100%;padding-right:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_10 > .post_column1{width:50.00%;padding-right:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_10 > .post_column1{width:80.00%;padding-right:5.000000px}}.layout2_stacks_in_10 > .post_column2{float:right;width:100%;padding-left:0}@media only screen and (min-width:40.063em){.layout2_stacks_in_10 > .post_column2{width:50.000000%;padding-left:5.000000px}}@media only screen and (min-width:62.563em){.layout2_stacks_in_10 > .post_column2{width:20.000000%;padding-left:5.000000px}}.layout2_stacks_in_10:after{content:' ';display:block;clear:both}
.stacks_in_16 .post-image{border-radius:0px;padding:calc(0rem/16);}.stacks_in_16 .post-image .post-bg-image{min-height:200px}.stacks_in_16 .post-image img,.stacks_in_16 .post-image .post-bg-image{border-style:solid;border-color:rgba(204, 204, 204, 1.00);border-width:0px;border-radius:0px;}.stacks_in_16 .post-image img{}.post .stacks_in_16 .post-image.scale-down .post-bg-image,.post .stacks_in_16 .post-image.scale-down img{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_16 .post-image.scale-down .post-bg-image,.post:hover .stacks_in_16 .post-image.scale-down img{transform:scale(1) rotateZ(0deg)}.post:hover .stacks_in_16 .post-image.scale-up .post-bg-image,.post:hover .stacks_in_16 .post-image.scale-up img{transform:scale(1.30) rotateZ(0.00deg) translateZ(0)}.post:hover .stacks_in_16 .post-image.shadow-in:after{box-shadow:inset 0 0 200px rgba(0, 0, 0, 1.00)}.post:hover .stacks_in_16 .post-image.blur .post-bg-image,.post:hover .stacks_in_16 .post-image.blur img{filter:blur(10px)}
#stacks_out_24,#stacks_in_24{overflow:visible}
#filter_stacks_in_26 ul{list-style:none;overflow:auto;width:100%}#filter_stacks_in_26 ul.float-left li{float:left}#filter_stacks_in_26 ul.float-right li{float:right}#filter_stacks_in_26 ul.inline li{display:inline-block;vertical-align:top}#filter_stacks_in_26 ul.inline li:after{content:"•";margin:0 0.50rem}#filter_stacks_in_26 ul.inline li:last-child:after{display:none}#filter_stacks_in_26 > ul{margin-left:0}
#filter_stacks_in_33 ul{list-style:none;overflow:auto;width:100%}#filter_stacks_in_33 ul.float-left li{float:left}#filter_stacks_in_33 ul.float-right li{float:right}#filter_stacks_in_33 ul.inline li{display:inline-block;vertical-align:top}#filter_stacks_in_33 ul.inline li:after{content:"•";margin:0 0.50rem}#filter_stacks_in_33 ul.inline li:last-child:after{display:none}#filter_stacks_in_33 > ul{margin-left:0}
#filter_stacks_in_34 ul{list-style:none;overflow:auto;width:100%}#filter_stacks_in_34 ul.float-left li{float:left}#filter_stacks_in_34 ul.float-right li{float:right}#filter_stacks_in_34 ul.inline li{display:inline-block;vertical-align:top}#filter_stacks_in_34 ul.inline li:after{content:"•";margin:0 0.50rem}#filter_stacks_in_34 ul.inline li:last-child:after{display:none}#filter_stacks_in_34 > ul{margin-left:0}
#filter_stacks_in_35 ul{list-style:none;overflow:auto;width:100%}#filter_stacks_in_35 ul.float-left li{float:left}#filter_stacks_in_35 ul.float-right li{float:right}#filter_stacks_in_35 ul.inline li{display:inline-block;vertical-align:top}#filter_stacks_in_35 ul.inline li:after{content:"•";margin:0 0.50rem}#filter_stacks_in_35 ul.inline li:last-child:after{display:none}#filter_stacks_in_35 > ul{margin-left:0}
