/* Edit this CSS to make the HTML control in the manager match what you see on the front end */
/* to updated this file go to build\assets\less\tinymce.less and gulp it, then copy the content
   of build\assets\css\tinymce.min.css*/
   
   .mceTmpl{margin-left:auto;margin-right:auto;max-width:1024px}.mceTmpl .asnet-content{line-height:130%}.asnet-flex-row{align-items:flex-start;-moz-column-gap:1.5rem;column-gap:1.5rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-bottom:2rem;row-gap:1.5rem;width:100%}.asnet-flex-row .asnet-content{flex-basis:65%}.asnet-flex-row .asnet-image{flex-basis:30%}.asnet-flex-row .asnet-image img{display:block;height:auto;margin:auto;max-width:500px;width:100%}@media (max-width:850px){.asnet-flex-row.left{flex-wrap:wrap-reverse}.asnet-flex-row .asnet-content,.asnet-flex-row .asnet-image{flex-basis:100%}}.asnet-wrap-row{display:block;width:100%}.asnet-wrap-row .asnet-image{display:inline-block;margin-bottom:10px}.asnet-wrap-row .asnet-content{line-height:130%;margin-top:15px}.asnet-wrap-row .asnet-content:first-of-type{margin-top:0}.asnet-wrap-row.left .asnet-image{float:left;margin-right:30px}.asnet-wrap-row.right .asnet-image{float:right;margin-left:30px}@media (max-width:600px){.asnet-wrap-row.left .asnet-image,.asnet-wrap-row.right .asnet-image{display:block;float:none;margin-left:auto;margin-right:auto;max-width:98vw;width:100%}.asnet-wrap-row.left .asnet-image img,.asnet-wrap-row.right .asnet-image img{width:100%}}.asnet-text-aling{display:block;height:auto;width:100%}.asnet-text-aling.right .asnet-content{text-align:right}.asnet-text-aling.left .asnet-content{text-align:left}.asnet-text-aling.center .asnet-content{text-align:center}.asnet-text-aling.justify .asnet-content{text-align:justify}.asnet-grid-image{align-items:flex-start;display:grid;gap:25px;grid-template-columns:1fr;height:auto;justify-content:center;width:100%}.asnet-grid-image img{display:block;margin:auto}.asnet-grid-image.three{grid-template-columns:repeat(3,1fr)}@media (max-width:850px){.asnet-grid-image.three{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.asnet-grid-image.three{grid-template-columns:1fr}}.asnet-grid-image.two{grid-template-columns:repeat(2,1fr)}@media (max-width:600px){.asnet-grid-image.two{grid-template-columns:1fr}}.asnet-grid-image.left{display:flex;justify-content:flex-start}.asnet-grid-image.left .asnet-image{width:-moz-fit-content;width:fit-content}.asnet-grid-image.center{display:flex;justify-content:center}.asnet-grid-image.right{display:flex;justify-content:flex-end}.asnet-grid-image.right .asnet-image{width:-moz-fit-content;width:fit-content}