html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  line-height: 1;
}
html *, html *:before, html *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  box-sizing: border-box;
  color: #333;
  font-family: "Quicksand", tahoma, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  font-size: 30px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

p {
  margin: auto 0 20px;
}

ul {
  list-style: disc;
  margin-bottom: 20px;
}

li {
  margin: 0 0 10px 40px;
}

a {
  color: #333;
}
a:hover {
  color: #555;
  text-decoration: none;
}

img {
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

.ql-editor p {
  margin-bottom: 20px !important;
}

.form-group {
  padding: 0 4px 10px;
}
.form-group label {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 2px 4px;
}
.form-group span.field-validation-error {
  color: #900;
  font-size: 14px;
  line-height: 1;
}

.actions {
  padding: 10px;
  text-align: center;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=datetime-local], select, textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Quicksand", tahoma, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  padding: 8px 10px;
  resize: none;
  transition: box-shadow 0.3s ease;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=datetime-local]:focus, select:focus, textarea:focus {
  box-shadow: 0 0 0 3px #ddd;
}
input[type=text].disabled, input[type=tel].disabled, input[type=email].disabled, input[type=number].disabled, input[type=password].disabled, input[type=datetime-local].disabled, select.disabled, textarea.disabled {
  border: 1px solid #ddd;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type=text].input-validation-error, input[type=tel].input-validation-error, input[type=email].input-validation-error, input[type=number].input-validation-error, input[type=password].input-validation-error, input[type=datetime-local].input-validation-error, select.input-validation-error, textarea.input-validation-error {
  border-color: #900;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.button, .button:link, .button:hover, .button:active, .button:visited {
  background-color: #3d3d3d;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Quicksand", tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  transition: background 0.5s;
}
.button.disabled, .button:link.disabled, .button:hover.disabled, .button:active.disabled, .button:visited.disabled {
  background-color: #ccc;
  pointer-events: none;
}
.button.full-width, .button:link.full-width, .button:hover.full-width, .button:active.full-width, .button:visited.full-width {
  width: 100%;
}
.button.big-button, .button:link.big-button, .button:hover.big-button, .button:active.big-button, .button:visited.big-button {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 15px 20px;
  text-align: center;
  width: auto;
}
.button.small-button, .button:link.small-button, .button:hover.small-button, .button:active.small-button, .button:visited.small-button {
  padding: 8px 10px;
}
.button .spinner, .button:link .spinner, .button:hover .spinner, .button:active .spinner, .button:visited .spinner {
  background-image: url(/images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  height: 20px;
  width: 80px;
}

.button:hover {
  background-color: #666;
}

.pop-alert {
  border-radius: 4px;
  bottom: 30px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  left: 30px;
  max-width: 50%;
  padding: 10px 20px;
  position: fixed;
  z-index: 10000;
}
.pop-alert.success {
  background: #099449;
}
.pop-alert.failure {
  background: #900;
}
.pop-alert .fuse {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

body {
  background: #4c4c4c;
}

.super-header {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.super-header a:link, .super-header a:hover, .super-header a:active, .super-header a:visited {
  text-decoration: none;
}

.main {
  padding-top: 40px;
}

section {
  background: white;
}
section.shaded {
  background: #f2f2f2;
}
section .content {
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px;
}

.organization-details {
  border-bottom: 1px solid #e5e5e5;
}
.organization-details .content {
  max-width: 500px;
  text-align: center;
}
.organization-details .organization-header .organization-logo img {
  max-height: 200px;
  max-width: 200px;
}
.organization-details .organization-header h1 {
  font-weight: 400;
  line-height: 1;
}
.organization-details.condensed .content {
  max-width: 1080px;
  overflow: hidden;
  text-align: left;
}
.organization-details.condensed .organization-header {
  align-items: center;
  display: flex;
  gap: 10px;
  min-height: 75px;
}
.organization-details.condensed .organization-header .organization-logo {
  align-items: center;
  display: flex;
}
.organization-details.condensed .organization-header .organization-logo img {
  max-height: 100px;
  max-width: 100px;
}
.organization-details.condensed .organization-header h1 {
  display: flex;
  flex-direction: column;
}

.event-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 200px;
  margin-bottom: 20px;
}

.event-status-bar {
  align-items: center;
  background: white;
  display: flex;
  overflow: hidden;
  text-align: center;
}
.event-status-bar .status-section {
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  border-width: 0 1px;
  height: 50px;
  width: 25%;
}
.event-status-bar .action-section {
  align-items: center;
  border-right: 1px solid #e2e2e2;
  column-gap: 5px;
  display: flex;
  height: 50px;
  justify-content: flex-end;
  padding-right: 5px;
  text-align: right;
  width: 75%;
}

.small-box {
  padding: 80px 40px 40px;
}
.small-box .content {
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 400px;
  padding: 15px;
}
.small-box .content p:last-child {
  margin-bottom: 0;
}

footer {
  border-top: 1px solid #444;
  color: white;
  font-size: 12px;
  min-height: 100px;
  padding: 20px;
  text-align: center;
}

.site-logo {
  bottom: -5px;
  height: 150px;
  position: fixed;
  right: 0;
  width: 150px;
  z-index: 1000;
}
.site-logo img {
  max-width: 150px;
  max-height: 150px;
}

.stripe-status {
  bottom: 0;
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.big-text {
  font-size: 22px;
}

.small-text {
  font-size: 12px;
}

.center, .ql-align-center {
  text-align: center !important;
}

.left, .ql-align-left {
  text-align: left;
}

.right, .ql-align-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.width-25 {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

.red {
  color: #cc0000;
}

.gray {
  color: #888;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.line-breaks {
  white-space: pre-line;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.uppercase {
  text-transform: uppercase;
}

.width-auto {
  max-width: none;
  width: auto;
}

.ellipsify {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.margin-l-10 {
  margin-left: 10px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-r-10 {
  margin-right: 10px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-b-5 {
  margin-bottom: 5px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-l-5 {
  padding-left: 5px;
}

.padding-l-10 {
  padding-left: 10px;
}

.padding-l-20 {
  padding-left: 20px;
}

.padding-t-5 {
  padding-top: 5px;
}

.padding-t-10 {
  padding-top: 10px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-r-5 {
  padding-right: 5px;
}

.padding-r-10 {
  padding-right: 10px;
}

.padding-r-20 {
  padding-right: 20px;
}

.padding-b-5 {
  padding-bottom: 5px;
}

.padding-b-10 {
  padding-bottom: 10px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.cols {
  display: flex;
  gap: 20px;
  width: 100%;
}
.cols.grid {
  flex-wrap: wrap;
  gap: 0;
}
.cols.grid .cols-25, .cols.grid .cols-30, .cols.grid .cols-33, .cols.grid .cols-50, .cols.grid .cols-66, .cols.grid .cols-70, .cols.grid .cols-75 {
  padding: 10px;
}
.cols .cols-25 p:last-child, .cols .cols-30 p:last-child, .cols .cols-33 p:last-child, .cols .cols-50 p:last-child, .cols .cols-66 p:last-child, .cols .cols-70 p:last-child, .cols .cols-75 p:last-child {
  margin-bottom: 0;
}
.cols .cols-25 {
  width: 25%;
}
.cols .cols-30 {
  width: 30%;
}
.cols .cols-33 {
  width: 33.3333333333%;
}
.cols .cols-50 {
  width: 50%;
}
.cols .cols-66 {
  width: 66.6666666667%;
}
.cols .cols-70 {
  width: 70%;
}
.cols .cols-75 {
  width: 75%;
}

.hidden {
  display: none !important;
}

.callout {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout.lighten {
  background: white;
}
.callout.darken {
  background: #ddd;
  border-color: #ccc;
}
.callout.alert {
  background: #900;
  color: white;
}
.callout.alert a:link, .callout.alert a:hover, .callout.alert a:active, .callout.alert a:visited {
  color: white !important;
}

.callout-link:link, .callout-link:hover, .callout-link:active, .callout-link:visited {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  outline: none;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.5s;
}

.callout-link:hover {
  background-color: #ddd;
}

.shadow-box-link:link, .shadow-box-link:hover, .shadow-box-link:active, .shadow-box-link:visited {
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.shadow-box-link:link.centered, .shadow-box-link:hover.centered, .shadow-box-link:active.centered, .shadow-box-link:visited.centered {
  text-align: center;
}
.shadow-box-link:link.faded, .shadow-box-link:hover.faded, .shadow-box-link:active.faded, .shadow-box-link:visited.faded {
  color: #aaaaaa !important;
}
.shadow-box-link:link.dotted, .shadow-box-link:hover.dotted, .shadow-box-link:active.dotted, .shadow-box-link:visited.dotted {
  border-style: dashed;
}
.shadow-box-link:link .image, .shadow-box-link:hover .image, .shadow-box-link:active .image, .shadow-box-link:visited .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  height: 100px;
  margin: 0 auto 10px;
  width: 100px;
}
.shadow-box-link:link h2, .shadow-box-link:hover h2, .shadow-box-link:active h2, .shadow-box-link:visited h2 {
  font-size: 24px;
  font-weight: 700;
}
.shadow-box-link:link p:last-child, .shadow-box-link:hover p:last-child, .shadow-box-link:active p:last-child, .shadow-box-link:visited p:last-child {
  margin-bottom: 0;
}

.shadow-box-link:hover {
  border-color: #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.block-list {
  align-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  gap: 10px 1%;
  justify-content: stretch;
}
.block-list .block-item {
  border: 1px solid #e2e2e2;
  flex-basis: 24.25%;
  padding: 10px;
  text-align: center;
}

.title {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.no-records {
  background: white;
  border: 1px dashed #ccc;
  border-radius: 4px;
  color: #888;
  font-style: italic;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}

.keyline {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
}

.yes, .no {
  border-radius: 50px;
  color: white;
  display: inline-block;
  font-size: 12px;
  padding: 12px 0;
  width: 40px;
}

.yes {
  background: green;
}

.no {
  background: red;
}

.qr-image {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.organization-image {
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100px;
  width: 100%;
}

.listing-item {
  align-items: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.listing-item.faded * {
  color: #999;
}
.listing-item:has(.row) {
  flex-wrap: wrap;
}
.listing-item .row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.listing-item .row:last-child {
  border-top: 1px solid #ddd;
}
.listing-item .row.buttons {
  padding: 0 10px;
}
.listing-item .row.buttons .link {
  padding: 10px;
  width: 100%;
}
.listing-item .row.buttons .button {
  width: 100%;
}
.listing-item .text {
  flex-grow: 10;
  padding: 10px 10px;
}
.listing-item .link {
  padding: 10px 10px 10px 0;
  z-index: 5;
}
.listing-item .link a:link, .listing-item .link a:hover, .listing-item .link a:active, .listing-item .link a:visited {
  align-items: center;
  background: #3d3d3d;
  border-left-color: #ccc;
  color: white;
  text-decoration: none;
  transition: background 0.3s;
}
.listing-item .link a:hover {
  background: #666;
}

.buy-tickets {
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px;
}
.buy-tickets .details {
  width: calc(100% - 115px);
}
.buy-tickets .quantity {
  display: flex;
  overflow: hidden;
  width: 115px;
}
.buy-tickets .quantity a:hover {
  background-color: #f2f2f2;
}
.buy-tickets .quantity .minus, .buy-tickets .quantity .plus {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: block;
  height: 40px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  width: 35px;
}
.buy-tickets .quantity .minus {
  border-left: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
}
.buy-tickets .quantity .plus {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #ddd;
}
.buy-tickets .quantity input {
  border-radius: 0;
  height: 40px;
  text-align: center;
  width: 45px;
}
.buy-tickets .closing-date {
  color: #999;
  font-size: 12px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

.ticket-variant {
  align-items: center;
  background: #eee;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ticket-variant .count {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-basis: 20%;
}
.ticket-variant .count span {
  align-items: center;
  background: #444;
  border-radius: 1000px;
  color: white;
  display: flex;
  font-size: 20px;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.ticket-variant .details {
  padding: 10px 0;
  flex-basis: 55%;
}
.ticket-variant .price {
  font-size: 20px;
  line-height: 1.2;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
  flex-basis: 25%;
}
.ticket-variant form {
  flex-basis: 100%;
}
.ticket-variant form button {
  appearance: none;
  background: #ddd;
  border: 0;
  color: #444;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}

.popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: white;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.popup .popup-content {
  background: white;
  border-radius: 8px;
  color: #444;
  margin: 20px;
  max-width: 600px;
  min-width: 300px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
}
.popup .popup-content .popup-type {
  bottom: 0;
  font-size: 12px;
  left: 0;
  padding: 2px;
  position: absolute;
  right: 0;
  text-align: center;
}

.uploader form {
  width: 100%;
}
.uploader .uploaded-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
.uploader .remove-link {
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 3px 5px;
}

.dropzone {
  background: #f9f9f9 !important;
  border: 1px dashed #ddd !important;
  border-radius: 5px;
}
.dropzone .dz-message {
  margin: 0 !important;
  padding: 45px 0 !important;
}
.dropzone .dz-preview {
  margin: 0 !important;
  width: 100%;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent !important;
}
.dropzone .dz-preview .dz-image {
  margin: 0 auto;
}

.table {
  border-collapse: collapse;
  width: 100%;
}
.table tr th {
  padding: 10px 15px;
}
.table tr th:first-of-type {
  border-radius: 4px 0 0 0;
}
.table tr th:last-of-type {
  border-radius: 0 4px 0 0;
}
.table tr:hover td {
  background-color: #f6f6f6;
}
.table th, .table td {
  padding: 0;
}
.table th {
  background: #f2f2f2;
  border-bottom: 1px solid #d2d2d2;
  font-weight: bold;
}
.table td {
  border-bottom: 1px solid #e2e2e2;
}
.table td a.row-link:link, .table td a.row-link:hover, .table td a.row-link:active, .table td a.row-link:visited {
  display: block;
  text-decoration: none;
  padding: 5px 15px;
}
.table.padded tr:hover td {
  background-color: transparent;
}
.table.padded th, .table.padded td {
  padding: 20px 10px;
}

@media (max-width: 980px) {
  .event-list a.event:link, .event-list a.event:hover, .event-list a.event:active, .event-list a.event:visited {
    margin: 10px;
    padding: 10px;
  }
  .event-list a.event:link h3, .event-list a.event:hover h3, .event-list a.event:active h3, .event-list a.event:visited h3 {
    font-size: 20px;
  }
  .event-list a.event:link h4, .event-list a.event:hover h4, .event-list a.event:active h4, .event-list a.event:visited h4 {
    font-size: 18px;
  }
  footer {
    min-height: 160px;
  }
}
@media (max-width: 568px) {
  .super-header .container {
    padding: 5px;
  }
  .super-header .sh-home, .super-header .sh-account {
    float: none;
    padding: 5px;
  }
  .main {
    padding-top: 75px;
  }
  .small-box {
    padding: 115px 30px 40px;
  }
  .small-box .container {
    max-width: none;
    padding: 10px;
  }
  .organization-details .organization-logo img {
    max-height: 150px;
    max-width: 150px;
  }
  .organization-details.condensed {
    padding: 0;
  }
  .organization-details.condensed .container {
    padding: 10px;
  }
  .organization-details.condensed .organization-logo img {
    max-height: 75px;
    max-width: 75px;
  }
  .organization-details.condensed h1 {
    font-size: 25px;
    height: 75px;
  }
  .buy-tickets .details {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .buy-tickets .quantity {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .buy-tickets .quantity input {
    width: calc(100% - 70px);
  }
  footer {
    min-height: 180px;
  }
  .site-logo {
    height: 120px;
    width: 120px;
  }
  .site-logo img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 980px) {
  .block-list .block-item {
    flex-basis: 46%;
  }
  .cols {
    display: block;
  }
  .cols .cols-10, .cols .cols-20, .cols .cols-25, .cols .cols-30, .cols .cols-33, .cols .cols-40, .cols .cols-50, .cols .cols-60, .cols .cols-66, .cols .cols-70, .cols .cols-75, .cols .cols-80, .cols .cols-90, .cols .cols-100 {
    width: 100%;
  }
  .cols .margin-r-20, .cols .margin-l-20 {
    margin: 0;
  }
  .cols .padding-l-5, .cols .padding-l-10, .cols .padding-r-10, .cols .padding-l-20, .cols .padding-r-20 {
    padding: 0;
  }
  .columns .columns-2, .columns .columns-3, .columns .columns-4, .columns .columns-gutter-left, .columns .columns-main-right, .columns .columns-main-left, .columns .columns-gutter-right {
    float: none;
    width: 100%;
  }
  .columns .columns-2:nth-child(odd) {
    padding-right: 0;
  }
  .columns .columns-2:nth-child(even) {
    padding-left: 0;
  }
  .columns .columns-3:nth-child(3n+1) {
    padding-right: 0;
  }
  .columns .columns-3:nth-child(3n) {
    padding-left: 0;
  }
  .columns .columns-4:nth-child(4n+2) {
    padding: 0;
  }
  .columns .columns-4:nth-child(4n+3) {
    padding: 0;
  }
  .columns .columns-gutter-left {
    padding-right: 0;
  }
  .columns .columns-main-right {
    padding-left: 0;
  }
  .columns .columns-main-left {
    padding-right: 0;
  }
  .columns .columns-gutter-right {
    padding-left: 0;
  }
  .desktop-only {
    display: none;
  }
}
@media (max-width: 568px) {
  .block-list .block-item {
    flex-basis: 100%;
  }
}
@media (max-width: 980px) {
  .table-scroll {
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
  .table-scroll th, .table-scroll td {
    white-space: nowrap;
  }
  .table-scroll.scroll {
    padding-bottom: 10px;
  }
  .table-scroll .overlay {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
@media (max-width: 980px) {
  .pop-alert {
    left: 20px;
    max-width: none;
    padding: 10px;
    right: 20px;
    top: 20px;
  }
}/*# sourceMappingURL=site.css.map */