.component_text{
  margin:1.25rem 0;
}

.component_text:focus{
  outline:0;
}

@media (min-width:768px){
  .component_text{
    margin:3.125rem 0;
  }
}

.component_text .text-box{
  margin:0 auto;
  max-width:53.125rem;
}

.component_text .text-box h2{
  margin-bottom:1.25rem;
}

.component_text .text-box h2:not(:first-child){
  margin-bottom:1.25rem;
  margin-top:1.875rem;
}

.component_text .text-box p:last-child{
  margin-bottom:0;
}

.component_text .text-box img{
  max-width:37.5rem;
}

.component_text .text-box figure{
  margin-bottom:0;
  max-width:100%;
}

.component_text .text-box figure>img{
  max-width:100%;
}

.component_text .text-box figure.wp-caption .wp-caption-text{
  background-color:#f4f4f4;
  font-size:.875rem;
  font-weight:700;
  padding:.3125rem 1.5625rem;
}

@media (max-width:767.98px){
  .component_text .text-box p span.block{
    display:inline;
  }
  .component_text .text-box h3{
    float:left;
    width:100%;
  }
  .component_text .text-box img{
    display:block;
    float:none;
    margin:0 auto;
    max-width:100%;
  }
  .component_text .text-box figure{
    display:block;
    float:none;
    margin:0 auto 1rem;
  }
}

@media (min-width:768px){
  .component_text.fullwidth p>img.alignleft{
    margin-left:-4.375rem;
  }
  .component_text.fullwidth p>img.alignright{
    margin-right:-4.375rem;
  }
  .component_text.fullwidth .figure.alignLeft>img.alignleft{
    margin-left:-4.375rem;
  }
  .component_text.fullwidth .figure.alignLeft>img.alignright{
    margin-right:-4.375rem;
  }
}

@media (min-width:1200px){
  .component_text.fullwidth p>img.alignleft{
    margin-left:-8.125rem;
  }
  .component_text.fullwidth p>img.alignright{
    margin-right:-8.125rem;
  }
  .component_text.fullwidth .figure.alignLeft>img.alignleft{
    margin-left:-8.125rem;
  }
  .component_text.fullwidth .figure.alignLeft>img.alignright{
    margin-right:-8.125rem;
  }
}

.component_text.-with-borders figure,.component_text.-with-borders img{
  background:#fff;
  border:.0625rem solid #ced4da;
  padding:.625rem;
}

@media (max-width:767.98px){
  .component_text.-with-borders figure,.component_text.-with-borders img{
    padding:.5rem;
  }
}

.component_text.-with-borders figure img{
  background:none;
  border:0;
  padding:0;
}

@media (max-width:767.98px){
  .component_text.-with-borders figure img{
    padding:0;
  }
}

.component_text.-with-shadows figure,.component_text.-with-shadows img{
  -webkit-box-shadow:0 0 .9375rem 0 #ced4da;
     -moz-box-shadow:0 0 .9375rem 0 #ced4da;
          box-shadow:0 0 .9375rem 0 #ced4da;
}

.component_text.-with-shadows figure img{
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}

/*# sourceMappingURL=text.min.css.map */
