@charset "UTF-8";
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 {
  background: #f2f2f2;
  box-sizing: border-box;
  color: #222;
  font-family: "Inter", tahoma, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

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

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin: auto 0 20px;
}

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

ol {
  list-style: decimal;
}

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

a:link, a:hover, a:active, a:visited {
  color: #164363;
  text-decoration: underline;
}

a:hover {
  color: rgb(31.2727272727, 95.2396694215, 140.7272727273);
}

img {
  max-width: 100%;
}

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

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

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

label {
  color: #444;
  display: inline-block;
  font-size: 12px;
  padding: 0 0 2px 4px;
  text-transform: uppercase;
}
label.disabled {
  opacity: 0.7 !important;
  pointer-events: none !important;
}

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

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=date], input[type=datetime-local], select, textarea {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  color: #222;
  font-family: "Inter", tahoma, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 8px;
  resize: none;
  transition: border-color 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=date]:focus, input[type=datetime-local]:focus, select:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
input[type=text].disabled, input[type=tel].disabled, input[type=email].disabled, input[type=number].disabled, input[type=password].disabled, input[type=date].disabled, input[type=datetime-local].disabled, select.disabled, textarea.disabled {
  border: 1px solid #ddd;
  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=date].input-validation-error, input[type=datetime-local].input-validation-error, select.input-validation-error, textarea.input-validation-error {
  border-color: #900;
}

input[type=checkbox].disabled {
  opacity: 0.5;
  pointer-events: none;
}

select {
  padding: 12px;
}

textarea {
  line-height: 1.4;
}

.currency-input::before {
  content: "$";
  left: 5px;
  position: absolute;
  top: 10px;
}
.currency-input input {
  padding-left: 25px;
  text-align: right;
}

.button, .button:link, .button:hover, .button:active, .button:visited {
  background: #2EAD04;
  border: 0;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter", tahoma, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  transition: background-color 0.3s ease;
}
.button.disabled, .button:link.disabled, .button:hover.disabled, .button:active.disabled, .button:visited.disabled {
  background-color: #888;
  color: #444;
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}
.button.full-width, .button:link.full-width, .button:hover.full-width, .button:active.full-width, .button:visited.full-width {
  margin-bottom: 5px;
  width: 100%;
}
.button.big, .button:link.big, .button:hover.big, .button:active.big, .button:visited.big {
  font-size: 20px;
  padding: 20px 20px;
  width: 100%;
}
.button.small, .button:link.small, .button:hover.small, .button:active.small, .button:visited.small {
  font-size: 10px;
  padding: 5px 8px;
}

.button:hover {
  background: rgb(39.3728813559, 148.0762711864, 3.4237288136);
}

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

.toggle {
  align-items: stretch;
  display: flex;
  flex-flow: column;
  font-size: 0;
  justify-content: flex-start;
  margin: 0 0 10px;
}
.toggle input {
  height: 0;
  left: -9999px;
  position: absolute;
  width: 0;
}
.toggle label {
  background-color: white;
  border: solid 1px #eee;
  border-width: 1px 1px 0;
  color: #222;
  font-size: 16px;
  margin: 0;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: background-color 0.15s ease-out;
}
.toggle label:first-of-type {
  border-radius: 5px 5px 0 0;
}
.toggle label:last-of-type {
  border-radius: 0 0 5px 5px;
  border-bottom-width: 1px;
}
.toggle label:hover {
  background: #f9f9f9;
}
.toggle .radio-selected {
  background-color: #ddd !important;
}

.auto-complete {
  position: relative;
}
.auto-complete .auto-complete-options {
  background: white;
  border: 1px solid #ddd;
  left: 0;
  max-height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 31px;
  width: 100%;
  z-index: 100;
}
.auto-complete .auto-complete-options a:link, .auto-complete .auto-complete-options a:hover, .auto-complete .auto-complete-options a:active, .auto-complete .auto-complete-options a:visited {
  border: 0;
  color: #222;
  display: block;
  padding: 5px;
  text-decoration: none;
}
.auto-complete .auto-complete-options a:link *, .auto-complete .auto-complete-options a:hover *, .auto-complete .auto-complete-options a:active *, .auto-complete .auto-complete-options a:visited * {
  pointer-events: none;
}
.auto-complete .auto-complete-options a:hover, .auto-complete .auto-complete-options a.selected:link, .auto-complete .auto-complete-options a.selected:hover, .auto-complete .auto-complete-options a.selected:active, .auto-complete .auto-complete-options a.selected:visited {
  background: #f2f2f2;
}

.table-label {
  display: block;
  padding: 0 0 5px 10px;
}

.table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table th, .table td {
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table th {
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
}
.table td {
  border-bottom: 1px solid #ddd;
}
.table tr.inactive td {
  opacity: 0.5;
}
.table .action-box {
  overflow: visible;
  position: relative;
}
.table .action-box .buttons {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.table .action-box .buttons form {
  align-items: center;
  align-self: stretch;
  display: flex;
}
.table .action-box .buttons .button, .table .action-box .buttons .button:link, .table .action-box .buttons .button:hover, .table .action-box .buttons .button:active, .table .action-box .buttons .button:visited {
  align-items: center;
  align-self: stretch;
  border-radius: 0;
  display: flex;
  font-size: 12px;
  margin-left: 1px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.box {
  margin: 10px auto;
  max-width: 500px;
  padding: 10px;
  width: 100%;
}
.box.wide {
  max-width: 800px;
}
.box.extra-wide {
  max-width: 1080px;
}

header {
  align-items: stretch;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 0 0 20px 20px;
  display: flex;
  height: 80px;
  left: 10px;
  position: fixed;
  right: 10px;
  top: 0;
}
header .back-link {
  align-items: stretch;
  display: flex;
  justify-content: center;
  padding: 0 0 5px 5px;
}
header .back-link a:link, header .back-link a:hover, header .back-link a:active, header .back-link a:visited {
  align-content: center;
  background: #164363;
  border-radius: 0 0 0 15px;
  color: white;
  font-size: 12px;
  height: 100%;
  line-height: 1;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}
header .back-link a:link::before, header .back-link a:hover::before, header .back-link a:active::before, header .back-link a:visited::before {
  content: "«";
  margin-right: 5px;
}
header .back-link a:hover {
  background: rgb(31.2727272727, 95.2396694215, 140.7272727273);
}
header .hamburger {
  align-self: center;
  display: flex;
  height: 48px;
  margin-left: 20px;
  position: relative;
  width: 50px;
  z-index: 10000;
}
header .hamburger span, header .hamburger:before, header .hamburger:after {
  background-color: #164363;
  content: "";
  display: block;
  height: 7px;
  left: 9px;
  position: absolute;
  transition: none 0.5s ease 0s;
  transition-property: transform, top, bottom, right, opacity;
  width: 30px;
}
header .hamburger:before {
  top: 10px;
}
header .hamburger span {
  pointer-events: none;
  top: 20px;
}
header .hamburger:after {
  top: 30px;
}
header .hamburger.opening::before, header .hamburger.opening::after {
  top: 20px;
}
header .hamburger.opening::before {
  transform: rotate(45deg);
}
header .hamburger.opening span {
  opacity: 0;
  right: -50px;
}
header .hamburger.opening::after {
  transform: rotate(-45deg);
}
header .logo {
  align-self: center;
  display: flex;
  padding: 10px 15px;
}
header .logo img {
  height: 50px;
}
header .profile {
  align-self: center;
  flex-grow: 10;
  padding: 10px 20px;
  text-align: right;
}

nav {
  display: none;
  width: 70px;
}
nav .nav-loading {
  color: #222;
  font-size: 20px;
  padding: 80px 30px;
  text-align: center;
  width: 100%;
}
nav .nav-mask {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
nav .nav-container {
  left: 100px;
  position: fixed;
  right: 100px;
  top: 30px;
  z-index: 10000;
}
nav .nav-content {
  background: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  z-index: 10000;
}
nav .nav-content .column {
  padding: 5px;
  width: 25%;
}
nav .nav-content .heading {
  background: #2EAD04;
  border-radius: 5px;
  color: white;
  margin-bottom: 5px;
  padding: 5px 8px;
  text-transform: uppercase;
}
nav .nav-content .nav-link:link, nav .nav-content .nav-link:hover, nav .nav-content .nav-link:active, nav .nav-content .nav-link:visited {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0 !important;
  border-radius: 5px;
  color: #222;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 5px 8px;
  position: relative;
  text-decoration: none;
}
nav .nav-content .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.master {
  background: white;
  border-bottom: 1px solid #ddd;
  padding-top: 80px;
}

.content-padding {
  padding: 20px 30px;
}
.content-padding p:last-child {
  margin-bottom: 0;
}

.search-bar {
  background: #eee;
  border-top: 1px solid #ddd;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 100;
}
.search-bar .search-bar-fields {
  display: flex;
  gap: 5px;
  margin: 0 auto;
  max-width: 500px;
}
.search-bar .search-history {
  font-size: 12px;
  margin: 0 auto;
  max-width: 500px;
  padding: 5px;
}

.dev-overlay, .staging-overlay {
  align-items: center;
  bottom: 0;
  color: rgba(0, 0, 0, 0.05);
  display: flex;
  font-size: 18vw;
  font-weight: bold;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 10000;
}

.uploader {
  display: flex;
}
.uploader form {
  width: 100%;
}
.uploader .uploaded-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  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;
}

.shadow-box {
  background: white;
  border-radius: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  margin: 7px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.shadow-box.reversed {
  background: #2EAD04;
  color: white;
}
.shadow-box p:last-child {
  margin-bottom: 0;
}

.callout {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 15px;
  position: relative;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout.filled {
  background: white;
}
.callout.alert {
  background: #900;
  color: white;
}
.callout .remove-link {
  position: absolute;
  right: 5px;
  top: 5px;
}
.callout .remove-link img {
  width: 24px;
}

.no-records {
  background: hsl(0, 0%, 131.3333333333%);
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #888;
  font-style: italic;
  padding: 10px;
  text-align: center;
}

.pager {
  padding: 10px;
  text-align: center;
}
.pager .page-button {
  background: #2EAD04;
  border-radius: 5px;
  color: white;
  display: inline-block;
  line-height: 1;
  margin: 5px;
  padding: 8px 12px;
  text-decoration: none;
}
.pager .page-button.current {
  background: rgb(32.7457627119, 123.1525423729, 2.8474576271);
}

.ui-blocker {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.mega-text {
  font-size: 40px;
}

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

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

.standard-text {
  font-size: 16px;
}

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

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

.bold {
  font-weight: bold;
}

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

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

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

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

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

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.3333333333%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-66 {
  width: 66.6666666667%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.width-auto {
  width: auto !important;
}

.red {
  color: #900;
}

.green {
  color: #2EAD04;
}

.gray {
  color: #888;
}

.light-text {
  color: #444;
}

.ultra-light-text {
  color: #888;
}

.uppercase {
  text-transform: uppercase;
}

.sub-header {
  color: #444;
}

.text-label {
  color: #444;
  font-size: 14px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

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

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

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

.no-border {
  border: 0 !important;
}

.hand {
  cursor: pointer;
}

.lh1 {
  line-height: 1 !important;
}

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

.flex {
  display: flex;
}

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

.align-start {
  align-items: flex-start;
}

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

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

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

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

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

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

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

.cols {
  display: flex;
  gap: 20px;
  width: 100%;
}
.cols.row-reverse {
  flex-direction: row-reverse;
}
.cols.centered {
  align-items: center;
}
.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;
}

.desktop-padding-10 {
  padding: 10px;
}

.desktop-padding-20 {
  padding: 20px;
}

.big-link:link, .big-link:hover, .big-link:active, .big-link:visited {
  border: 1px solid transparent;
  border-radius: 10px;
  color: #444;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 10px 10px 8px;
  text-decoration: none;
  transition: border-color 300ms;
}

.big-link:hover {
  border-color: #eee;
  color: #222;
}

.item-label {
  color: #888;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.mobile-only-inline, .mobile-only-inline-block, .mobile-only-block, .mobile-only-flex {
  display: none;
}/*# sourceMappingURL=site.css.map */