/**
 * Main
 */
/**
 * Navigation
 */
/**
 * Link
 */
/**
 * Inputs
 */
.blog-list-intro {
  padding: 0 20px;
}
.blog-list-intro > p:first-of-type {
  margin-top: 0;
}
.blog-list-intro > p:last-of-type {
  margin-bottom: 0;
}

.blog-list {
  list-style: none;
  margin-top: 60px;
  padding: 0;
}
.blog-list > li {
  padding: 0;
}
.blog-list > li > a {
  display: block;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(100, 100, 100, 0.1);
  padding: 20px 20px;
}
.blog-list > li > a > img {
  width: 200px;
  height: auto;
  float: left;
}
@media screen and (max-width: 640px) {
  .blog-list > li > a > img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.blog-list > li > a > span.noimage {
  float: left;
  display: flex;
  width: 200px;
  height: 112px;
  background-color: #ccc;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 12px;
  line-height: 1.1em;
  font-size: 18px;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", arial, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .blog-list > li > a > span.noimage {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.blog-list > li > a > span.noimage.color0 {
  background-color: #76EEC6;
}
.blog-list > li > a > span.noimage.color1 {
  background-color: #76c2ee;
}
.blog-list > li > a > span.noimage.color2 {
  background-color: #ee769a;
}
.blog-list > li > a > span.noimage.color3 {
  background-color: #e2ee76;
}
.blog-list > li > a > span.noimage.color4 {
  background-color: #a076ee;
}
.blog-list > li > a > div {
  margin-left: 220px;
}
@media screen and (max-width: 640px) {
  .blog-list > li > a > div {
    margin-left: 0px;
  }
}
.blog-list > li > a > div > h2 {
  margin: 0;
}
.blog-list > li > a > div > time {
  color: #888;
}
.blog-list > li > a > div > p {
  margin: 0;
  padding: 0;
  white-space: normal;
  word-wrap: break-word;
}
.blog-list > li > a > br {
  clear: left;
  height: 0px !important;
  line-height: 0px !important;
}
@media screen and (max-width: 640px) {
  .blog-list > li > a > br {
    display: none;
  }
}

.trumbowyg-editor h2, .trumbowyg-editor h3 {
  margin-top: 10px;
}

.trumbowyg-fullscreen {
  width: 100%;
  height: auto;
  top: 50px;
  bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .trumbowyg-fullscreen {
    max-width: 1000px;
    left: 50%;
    margin-left: -500px;
  }
}
.trumbowyg-fullscreen .trumbowyg-editor {
  font-size: 1.2em;
}

.blog-intro {
  min-height: 300px;
}

.blog-titleImage {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
.blog-titleImage > img {
  display: block;
  max-width: 600px;
}
@media screen and (max-width: 600px) {
  .blog-titleImage > img {
    width: 100%;
  }
}
.blog-titleImage > img {
  margin: 0 auto;
  text-align: center;
}

.blog-article {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
}
@media only screen and (max-width : 480px) {
  .blog-article {
    padding: 20px 15px;
  }
}
.blog-article {
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.blog-article > h1 {
  margin: 0 0 20px 0;
  font-size: 1.8em;
  text-align: left;
}
.blog-article > p.meta {
  color: #888;
  text-align: center;
  font-size: 1em;
  margin: -5px -30px 20px -30px;
}
@media only screen and (max-width : 480px) {
  .blog-article > p.meta {
    margin: -5px -15px 20px -15px;
  }
}
.blog-article > p.meta {
  padding: 0 20px 15px 20px;
  box-shadow: inset 0px -5px 10px -5px #CCC;
  text-align: center;
}
.blog-article div.compare-table {
  overflow-x: auto;
  clear: both;
  margin: 15px 0;
}

.blog-article img,
.trumbowyg-editor img {
  max-width: 100%;
  height: auto;
}
.blog-article img.img-left,
.trumbowyg-editor img.img-left {
  display: inline-block;
  float: left;
  width: 30%;
  height: auto;
  margin: 0 25px 25px 0;
}
@media (max-width: 800px) {
  .blog-article img.img-left,
  .trumbowyg-editor img.img-left {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .blog-article img.img-left,
  .trumbowyg-editor img.img-left {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.blog-article img.img-right,
.trumbowyg-editor img.img-right {
  display: inline-block;
  float: right;
  width: 30%;
  height: auto;
  margin: 0 0 25px 25px;
}
@media (max-width: 800px) {
  .blog-article img.img-right,
  .trumbowyg-editor img.img-right {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .blog-article img.img-right,
  .trumbowyg-editor img.img-right {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.blog-article img.img-center,
.trumbowyg-editor img.img-center {
  display: block;
  width: 30%;
  height: auto;
  margin: 0 auto 25px auto;
}
@media (max-width: 800px) {
  .blog-article img.img-center,
  .trumbowyg-editor img.img-center {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .blog-article img.img-center,
  .trumbowyg-editor img.img-center {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
.blog-article img.img-full,
.trumbowyg-editor img.img-full {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}
.blog-article p img.img-center,
.trumbowyg-editor p img.img-center {
  text-align: center;
}
.blog-article h2, .blog-article h3,
.trumbowyg-editor h2,
.trumbowyg-editor h3 {
  clear: both;
}
.blog-article h2,
.trumbowyg-editor h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 30px;
}
.blog-article h3,
.trumbowyg-editor h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #37628F;
}
.blog-article table,
.trumbowyg-editor table {
  width: 100% !important;
  max-width: none !important;
  border: 2px solid #37628F;
  margin: 10px 0;
  clear: both;
}
.blog-article table tr:nth-of-type(even),
.trumbowyg-editor table tr:nth-of-type(even) {
  background-color: #F4F4F4;
}
.blog-article table tr:nth-of-type(odd),
.trumbowyg-editor table tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
.blog-article table th,
.trumbowyg-editor table th {
  text-align: left;
  background-color: #37628F;
  color: #fff;
  padding: 5px 10px;
  height: 1.5em;
}
.blog-article table td,
.trumbowyg-editor table td {
  padding: 5px 10px;
  height: 1.5em;
}
.blog-article hr,
.trumbowyg-editor hr {
  margin: 40px 0;
}
.blog-article blockquote,
.trumbowyg-editor blockquote {
  margin: 1em 0;
  padding: 25px 25px 25px 50px;
  position: relative;
  overflow: hidden;
  background-color: #eee;
  font-style: italic;
  color: #555;
}
.blog-article blockquote::before, .blog-article blockquote::after,
.trumbowyg-editor blockquote::before,
.trumbowyg-editor blockquote::after {
  position: absolute;
  color: #777;
}
.blog-article blockquote p,
.trumbowyg-editor blockquote p {
  margin: 0;
}
.blog-article blockquote p + p,
.trumbowyg-editor blockquote p + p {
  margin-top: 1rem;
}
.blog-article blockquote::before,
.trumbowyg-editor blockquote::before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23777777'><path d='M9.983 3v7.391C9.983 16.095 6.252 19.961 1 21l-.995-2.151C2.437 17.932 4 15.211 4 13H0V3h9.983zM24 3v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151C16.437 17.932 18 15.211 18 13h-3.983V3H24z'/></svg>");
  left: 15px;
  top: 15px;
}
.blog-article blockquote::after,
.trumbowyg-editor blockquote::after {
  content: "";
  left: 20px;
  top: 40px;
  width: 3px;
  bottom: 20px;
  background-color: #ccc;
}
.blog-article ul,
.trumbowyg-editor ul {
  list-style-type: square;
}
.blog-article ol,
.trumbowyg-editor ol {
  list-style-type: decimal;
}
.blog-article ul > li, .blog-article ol > li,
.trumbowyg-editor ul > li,
.trumbowyg-editor ol > li {
  padding-bottom: 10px;
}
.blog-article ul > li:last-of-type, .blog-article ol > li:last-of-type,
.trumbowyg-editor ul > li:last-of-type,
.trumbowyg-editor ol > li:last-of-type {
  padding-bottom: 0;
}
.blog-article ul > li > p, .blog-article ol > li > p,
.trumbowyg-editor ul > li > p,
.trumbowyg-editor ol > li > p {
  padding: 0;
  margin: 0;
}
.blog-article details,
.trumbowyg-editor details {
  cursor: pointer;
}
.blog-article details > p,
.trumbowyg-editor details > p {
  background-color: #fff;
  padding: 10px 20px;
}

/*# sourceMappingURL=blog.css.map */


.blog-list-intro {padding:0 20px;}.blog-list-intro > p:first-of-type {margin-top:0;}.blog-list-intro > p:last-of-type {margin-bottom:0;}.blog-list {list-style:none;margin-top:60px;padding:0;}.blog-list > li {padding:0;}.blog-list > li > a {display:block;position:relative;margin-bottom:30px;background-color:#fff;border-radius:5px;box-shadow:1px 1px 2px 0px rgba(100, 100, 100, 0.1);padding:20px 20px;}.blog-list > li > a > img {width:200px;height:auto;float:left;}@media screen and (max-width:640px) {.blog-list > li > a > img {width:100%;float:none;margin-bottom:15px; }}.blog-list > li > a > span.noimage {float:left;display:flex;width:200px;height:112px;background-color:#ccc;justify-content:center;align-items:center;text-align:center;padding:10px 12px;line-height:1.1em;font-size:18px;font-family:"Source Sans 3", system-ui, -apple-system, "Segoe UI", arial, sans-serif;font-weight:500;}@media screen and (max-width:640px) {.blog-list > li > a > span.noimage {width:100%;float:none;margin-bottom:15px; }}.blog-list > li > a > span.noimage.color0 {background-color:#76EEC6;}.blog-list > li > a > span.noimage.color1 {background-color:#76c2ee;}.blog-list > li > a > span.noimage.color2 {background-color:#ee769a;}.blog-list > li > a > span.noimage.color3 {background-color:#e2ee76;}.blog-list > li > a > span.noimage.color4 {background-color:#a076ee;}.blog-list > li > a > div {margin-left:220px;}@media screen and (max-width:640px) {.blog-list > li > a > div {margin-left:0px; }}.blog-list > li > a > div > h2 {margin:0;}.blog-list > li > a > div > time {color:#888;}.blog-list > li > a > div > p {margin:0;padding:0;white-space:normal;word-wrap:break-word;}.blog-list > li > a > br {clear:left;height:0px !important;line-height:0px !important;}@media screen and (max-width:640px) {.blog-list > li > a > br {display:none; }}.trumbowyg-editor h2, .trumbowyg-editor h3 {margin-top:10px;}.trumbowyg-fullscreen {width:100%;height:auto;top:50px;bottom:50px;}@media screen and (min-width:1000px) {.trumbowyg-fullscreen {max-width:1000px;left:50%;margin-left:-500px; }}.trumbowyg-fullscreen .trumbowyg-editor {font-size:1.2em;}.blog-intro {min-height:300px;}.blog-titleImage {text-align:center;margin-top:-30px;margin-bottom:30px;}.blog-titleImage > img {display:block;max-width:600px;}@media screen and (max-width:600px) {.blog-titleImage > img {width:100%; }}.blog-titleImage > img {margin:0 auto;text-align:center;}.blog-article {background-color:#fff;border-radius:20px;padding:20px 30px;}@media only screen and (max-width :480px) {.blog-article {padding:20px 15px; }}.blog-article {box-shadow:3px 3px 5px 1px rgba(0, 0, 0, 0.1);}.blog-article > h1 {margin:0 0 20px 0;font-size:1.8em;text-align:left;}.blog-article > p.meta {color:#888;text-align:center;font-size:1em;margin:-5px -30px 20px -30px;}@media only screen and (max-width :480px) {.blog-article > p.meta {margin:-5px -15px 20px -15px; }}.blog-article > p.meta {padding:0 20px 15px 20px;box-shadow:inset 0px -5px 10px -5px #CCC;text-align:center;}.blog-article div.compare-table {overflow-x:auto;clear:both;margin:15px 0;}.blog-article img,.trumbowyg-editor img {max-width:100%;height:auto;}.blog-article img.img-left,.trumbowyg-editor img.img-left {display:inline-block;float:left;width:30%;height:auto;margin:0 25px 25px 0;}@media (max-width:800px) {.blog-article img.img-left,.trumbowyg-editor img.img-left {width:40%; }}@media (max-width:480px) {.blog-article img.img-left,.trumbowyg-editor img.img-left {width:100%;margin:0 0 25px 0; }}.blog-article img.img-right,.trumbowyg-editor img.img-right {display:inline-block;float:right;width:30%;height:auto;margin:0 0 25px 25px;}@media (max-width:800px) {.blog-article img.img-right,.trumbowyg-editor img.img-right {width:40%; }}@media (max-width:480px) {.blog-article img.img-right,.trumbowyg-editor img.img-right {width:100%;margin:0 0 25px 0; }}.blog-article img.img-center,.trumbowyg-editor img.img-center {display:block;width:30%;height:auto;margin:0 auto 25px auto;}@media (max-width:800px) {.blog-article img.img-center,.trumbowyg-editor img.img-center {width:40%; }}@media (max-width:480px) {.blog-article img.img-center,.trumbowyg-editor img.img-center {width:100%;margin:0 0 25px 0; }}.blog-article img.img-full,.trumbowyg-editor img.img-full {display:block;width:100%;height:auto;margin:0 0 25px 0;}.blog-article p img.img-center,.trumbowyg-editor p img.img-center {text-align:center;}.blog-article h2, .blog-article h3,.trumbowyg-editor h2,.trumbowyg-editor h3 {clear:both;}.blog-article h2,.trumbowyg-editor h2 {font-size:1.5em;line-height:1.2em;margin-top:30px;}.blog-article h3,.trumbowyg-editor h3 {font-size:1.2em;line-height:1.2em;color:#37628F;}.blog-article table,.trumbowyg-editor table {width:100% !important;max-width:none !important;border:2px solid #37628F;margin:10px 0;clear:both;}.blog-article table tr:nth-of-type(even),.trumbowyg-editor table tr:nth-of-type(even) {background-color:#F4F4F4;}.blog-article table tr:nth-of-type(odd),.trumbowyg-editor table tr:nth-of-type(odd) {background-color:#FFFFFF;}.blog-article table th,.trumbowyg-editor table th {text-align:left;background-color:#37628F;color:#fff;padding:5px 10px;height:1.5em;}.blog-article table td,.trumbowyg-editor table td {padding:5px 10px;height:1.5em;}.blog-article hr,.trumbowyg-editor hr {margin:40px 0;}.blog-article blockquote,.trumbowyg-editor blockquote {margin:1em 0;padding:25px 25px 25px 50px;position:relative;overflow:hidden;background-color:#eee;font-style:italic;color:#555;}.blog-article blockquote::before, .blog-article blockquote::after,.trumbowyg-editor blockquote::before,.trumbowyg-editor blockquote::after {position:absolute;color:#777;}.blog-article blockquote p,.trumbowyg-editor blockquote p {margin:0;}.blog-article blockquote p + p,.trumbowyg-editor blockquote p + p {margin-top:1rem;}.blog-article blockquote::before,.trumbowyg-editor blockquote::before {content:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23777777'><path d='M9.983 3v7.391C9.983 16.095 6.252 19.961 1 21l-.995-2.151C2.437 17.932 4 15.211 4 13H0V3h9.983zM24 3v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151C16.437 17.932 18 15.211 18 13h-3.983V3H24z'/></svg>");left:15px;top:15px;}.blog-article blockquote::after,.trumbowyg-editor blockquote::after {content:"";left:20px;top:40px;width:3px;bottom:20px;background-color:#ccc;}.blog-article ul,.trumbowyg-editor ul {list-style-type:square;}.blog-article ol,.trumbowyg-editor ol {list-style-type:decimal;}.blog-article ul > li, .blog-article ol > li,.trumbowyg-editor ul > li,.trumbowyg-editor ol > li {padding-bottom:10px;}.blog-article ul > li:last-of-type, .blog-article ol > li:last-of-type,.trumbowyg-editor ul > li:last-of-type,.trumbowyg-editor ol > li:last-of-type {padding-bottom:0;}.blog-article ul > li > p, .blog-article ol > li > p,.trumbowyg-editor ul > li > p,.trumbowyg-editor ol > li > p {padding:0;margin:0;}.blog-article details,.trumbowyg-editor details {cursor:pointer;}.blog-article details > p,.trumbowyg-editor details > p {background-color:#fff;padding:10px 20px;}