/* xl - DESKTOP STYLES */
.site-template {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.site-template .entry-content-wrapper {
  max-width: 2000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.site-template .entry-content-wrapper .flex_column_table {
  display: grid !important;
  margin-top: 2% !important;
}
.site-template .entry-content-wrapper .av_one_full {
  width: 85%;
  margin-bottom: 0 !important;
}
.site-template .entry-content-wrapper .av_two_third {
  grid-row: 1;
  grid-column: 1/3;
  width: 95% !important;
  min-width: 400px;
}
.site-template .entry-content-wrapper .site-template-list {
  grid-row: 1;
  grid-column: 3;
  width: 100% !important;
  min-width: 250px;
  max-width: 400px;
}
.av_textblock_section .colored-list h3 {
  color: white !important;
}
.av_textblock_section .avia_textblock li {
  font-size: 1rem;
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .site-template .entry-content-wrapper .site-template-list {
    grid-row: 2;
    grid-column: 1/4;
    min-width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F18518-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F18518-scss-tablet-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD1CD%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */