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: "Montserrat", tahoma, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

*.alt-font {
  font-family: "Gaegu";
}

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

h1 {
  font-size: 36px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.no-break {
  margin-bottom: 0;
}

.no-header {
  font-size: 15px;
}

p {
  margin: auto 0 20px;
}

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

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

a:link, a:hover, a:active, a:visited {
  color: #222;
  transition: color 0.3s ease;
}

a:hover {
  color: #555;
}

img {
  max-width: 100%;
}

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

strong, b {
  font-weight: 900;
}

.thin {
  font-weight: 200;
}

em, i {
  font-style: italic;
}

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

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

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=datetime-local], input[type=date], select, textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: "Montserrat", tahoma, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  padding: 6px 8px;
  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, input[type=date]:focus, select:focus, textarea:focus {
  box-shadow: 0 0 0 3px rgb(233.75, 233.75, 233.75);
}
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, input[type=date].disabled, select.disabled, textarea.disabled {
  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, input[type=date].input-validation-error, select.input-validation-error, textarea.input-validation-error {
  border-color: #900;
}

.button, .button:link, .button:hover, .button:active, .button:visited {
  background: #3d3d3d;
  border: 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", tahoma, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 3px;
  outline: none;
  padding: 20px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  transition: box-shadow 0.5s ease;
}
.button.disabled, .button:link.disabled, .button:hover.disabled, .button:active.disabled, .button:visited.disabled {
  background-color: #ccc;
  pointer-events: none;
}

.button:hover {
  box-shadow: 0 0 0 3px rgb(127.5, 127.5, 127.5);
}
.button:hover.disabled {
  box-shadow: none;
}

.validation-summary-errors {
  background: #900;
  border-radius: 3px;
  color: white;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.validation-summary-errors ul {
  margin: 0;
}
.validation-summary-errors li {
  list-style-type: none;
  margin: 0;
}

.pop-alert {
  border-radius: 3px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  left: 150px;
  max-width: 50%;
  padding: 20px;
  position: fixed;
  top: 30px;
  z-index: 10000;
}
.pop-alert.success {
  background: #099449;
}
.pop-alert.failure {
  background: #900;
}

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

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

.micro-text {
  font-size: 10px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.no-margin {
  margin-bottom: 0;
}

.push-down {
  margin-bottom: 20px;
}

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

.left {
  text-align: left;
}

.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-75 {
  width: 75%;
}

.width-100 {
  width: 100% !important;
}

.desktop-width-25 {
  width: 25%;
}

.desktop-width-33 {
  width: 33.3333333333%;
}

.desktop-width-50 {
  width: 50%;
}

.desktop-width-66 {
  width: 66.6666666667%;
}

.desktop-width-75 {
  width: 75%;
}

.desktop-width-100 {
  width: 100%;
}

.red {
  color: #900;
}

.green {
  color: #099449;
}

.gray {
  color: #888;
}

.faded-text {
  color: #888;
}

.uppercase {
  text-transform: uppercase;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

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

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

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

.tag {
  background: #eee;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
}

.callout {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout.darken {
  background: rgb(212.5, 212.5, 212.5);
  border-color: rgb(195.5, 195.5, 195.5);
}
.callout.alert {
  background: #900;
  color: white;
}

.keyline {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.keyline p:last-child {
  margin-bottom: 0;
}

.no-records {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #999;
  font-style: italic;
  padding: 10px;
  text-align: center;
}

.block-link:link, .block-link:hover, .block-link:active, .block-link:visited {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.block-link:hover {
  background: #f2f2f2;
}

.phone-only {
  display: none;
}

.flex {
  display: flex;
}

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

.justify-center {
  justify-content: center;
}

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

.gap-0 {
  gap: 0 !important;
}

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

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.cols {
  display: flex;
  gap: 20px;
  width: 100%;
}
.cols.row-reverse {
  flex-direction: row-reverse;
}
.cols.centered {
  align-items: center;
}
.cols.with-break {
  flex-wrap: wrap;
  gap: 0;
}
.cols.with-break .cols-10:nth-child(odd), .cols.with-break .cols-15:nth-child(odd), .cols.with-break .cols-20:nth-child(odd), .cols.with-break .cols-25:nth-child(odd), .cols.with-break .cols-30:nth-child(odd), .cols.with-break .cols-35:nth-child(odd), .cols.with-break .cols-33:nth-child(odd), .cols.with-break .cols-40:nth-child(odd), .cols.with-break .cols-45:nth-child(odd), .cols.with-break .cols-50:nth-child(odd), .cols.with-break .cols-55:nth-child(odd), .cols.with-break .cols-60:nth-child(odd), .cols.with-break .cols-65:nth-child(odd), .cols.with-break .cols-66:nth-child(odd), .cols.with-break .cols-70:nth-child(odd), .cols.with-break .cols-75:nth-child(odd), .cols.with-break .cols-80:nth-child(odd), .cols.with-break .cols-85:nth-child(odd), .cols.with-break .cols-90:nth-child(odd), .cols.with-break .cols-100:nth-child(odd) {
  padding: 0 10px 20px 0;
}
.cols.with-break .cols-10:nth-child(even), .cols.with-break .cols-15:nth-child(even), .cols.with-break .cols-20:nth-child(even), .cols.with-break .cols-25:nth-child(even), .cols.with-break .cols-30:nth-child(even), .cols.with-break .cols-35:nth-child(even), .cols.with-break .cols-33:nth-child(even), .cols.with-break .cols-40:nth-child(even), .cols.with-break .cols-45:nth-child(even), .cols.with-break .cols-50:nth-child(even), .cols.with-break .cols-55:nth-child(even), .cols.with-break .cols-60:nth-child(even), .cols.with-break .cols-65:nth-child(even), .cols.with-break .cols-66:nth-child(even), .cols.with-break .cols-70:nth-child(even), .cols.with-break .cols-75:nth-child(even), .cols.with-break .cols-80:nth-child(even), .cols.with-break .cols-85:nth-child(even), .cols.with-break .cols-90:nth-child(even), .cols.with-break .cols-100:nth-child(even) {
  padding: 0 0 20px 10px;
}
.cols .cols-10.padded, .cols .cols-15.padded, .cols .cols-20.padded, .cols .cols-25.padded, .cols .cols-30.padded, .cols .cols-35.padded, .cols .cols-33.padded, .cols .cols-40.padded, .cols .cols-45.padded, .cols .cols-50.padded, .cols .cols-55.padded, .cols .cols-60.padded, .cols .cols-65.padded, .cols .cols-66.padded, .cols .cols-70.padded, .cols .cols-75.padded, .cols .cols-80.padded, .cols .cols-85.padded, .cols .cols-90.padded, .cols .cols-100.padded {
  padding: 10px 20px;
}
.cols .cols-10 p:last-child, .cols .cols-15 p:last-child, .cols .cols-20 p:last-child, .cols .cols-25 p:last-child, .cols .cols-30 p:last-child, .cols .cols-35 p:last-child, .cols .cols-33 p:last-child, .cols .cols-40 p:last-child, .cols .cols-45 p:last-child, .cols .cols-50 p:last-child, .cols .cols-55 p:last-child, .cols .cols-60 p:last-child, .cols .cols-65 p:last-child, .cols .cols-66 p:last-child, .cols .cols-70 p:last-child, .cols .cols-75 p:last-child, .cols .cols-80 p:last-child, .cols .cols-85 p:last-child, .cols .cols-90 p:last-child, .cols .cols-100 p:last-child {
  margin-bottom: 0;
}
.cols .cols-10 {
  width: 10%;
}
.cols .cols-15 {
  width: 15%;
}
.cols .cols-20 {
  width: 20%;
}
.cols .cols-25 {
  width: 25%;
}
.cols .cols-30 {
  width: 30%;
}
.cols .cols-33 {
  width: 33.3333333333%;
}
.cols .cols-35 {
  width: 35%;
}
.cols .cols-40 {
  width: 40%;
}
.cols .cols-45 {
  width: 45%;
}
.cols .cols-50 {
  width: 50%;
}
.cols .cols-55 {
  width: 55%;
}
.cols .cols-60 {
  width: 60%;
}
.cols .cols-65 {
  width: 65%;
}
.cols .cols-66 {
  width: 66.6666666667%;
}
.cols .cols-70 {
  width: 70%;
}
.cols .cols-75 {
  width: 75%;
}
.cols .cols-80 {
  width: 80%;
}
.cols .cols-85 {
  width: 85%;
}
.cols .cols-90 {
  width: 90%;
}
.cols .cols-100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background: #f2f2f2;
}

header {
  background: #69479d;
  padding: 20px 10px 10px;
  text-align: center;
}
header img {
  max-width: 300px;
}

.logo-icon {
  max-height: 75px;
}

footer {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #ddd;
  bottom: 0;
  font-size: 12px;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .tablet-width-25 {
    width: 25%;
  }
  .tablet-width-33 {
    width: 33.3333333333%;
  }
  .tablet-width-50 {
    width: 50%;
  }
  .tablet-width-66 {
    width: 66.6666666667%;
  }
  .tablet-width-75 {
    width: 75%;
  }
  .tablet-width-100 {
    width: 100%;
  }
  .cols {
    display: block;
    padding: 0;
  }
  .cols .cols-10, .cols .cols-15, .cols .cols-20, .cols .cols-25, .cols .cols-30, .cols .cols-35, .cols .cols-33, .cols .cols-40, .cols .cols-45, .cols .cols-50, .cols .cols-55, .cols .cols-60, .cols .cols-65, .cols .cols-66, .cols .cols-70, .cols .cols-75, .cols .cols-80, .cols .cols-85, .cols .cols-90, .cols .cols-100 {
    width: 100%;
  }
  .cols .cols-10.padded, .cols .cols-15.padded, .cols .cols-20.padded, .cols .cols-25.padded, .cols .cols-30.padded, .cols .cols-35.padded, .cols .cols-33.padded, .cols .cols-40.padded, .cols .cols-45.padded, .cols .cols-50.padded, .cols .cols-55.padded, .cols .cols-60.padded, .cols .cols-65.padded, .cols .cols-66.padded, .cols .cols-70.padded, .cols .cols-75.padded, .cols .cols-80.padded, .cols .cols-85.padded, .cols .cols-90.padded, .cols .cols-100.padded {
    padding: 10px;
  }
  .phone-only {
    display: none;
  }
  .desktop-only {
    display: none;
  }
}
@media (max-width: 568px) {
  .phone-width-25 {
    width: 25%;
  }
  .phone-width-33 {
    width: 33.3333333333%;
  }
  .phone-width-50 {
    width: 50%;
  }
  .phone-width-66 {
    width: 66.6666666667%;
  }
  .phone-width-75 {
    width: 75%;
  }
  .phone-width-100 {
    width: 100%;
  }
  .phone-only {
    display: initial;
  }
}/*# sourceMappingURL=site.css.map */