:root {
  --font-family: 'Montserrat', sans-serif;
  --primary-color1: #8ab920;
  --primary-color2: #204285;
}
label.form-full-width {
  width: 100%;
}
label span {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-bottom: 3px;
  color: #888;
  font-weight: 600;
}
textarea {
  min-height: 200px;
}
.form button {
  width: auto;
  background: #fff;
  padding: 7px 10px;
}
div.input-group {
  position: relative;
  display: flex;
}
div.input-group .multiselect,
div.input-group .multiselect-title {
  border-radius: 5px 0px 0px 5px;
  z-index: 1;
}
div.input-group input {
  border-radius: 0px 5px 5px 0px;
  margin-left: -1px;
  position: relative;
}
div.input-group input:focus {
  z-index: 2;
}
.control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}
.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #fff;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #ddd;
}
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #81b920;
  border-color: #81b920;
}
.control input:active ~ .control-indicator {
  color: #fff;
  background-color: #81b920;
}
.checkbox .control-indicator {
  border-radius: 0.25rem;
}
.checkbox input:checked ~ .control-indicator {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=");
}
#nprogress .bar {
  background: var(--primary-color1);
  z-index: 9999;
}
#nprogress .peg {
  box-shadow: 0 0 10px var(--primary-color1), 0 0 5px var(--primary-color1);
}
#nprogress .spinner-icon {
  border-top-color: var(--primary-color1);
  border-left-color: var(--primary-color1);
}
.header {
  background: #fff;
  display: flex;
  padding: 0;
  margin: 0px auto;
  list-style: none;
  width: 100%;
  position: fixed;
  z-index: 900;
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
  }
}
.toggle-logo {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.dd-menu {
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 1024px) {
  .dd-menu {
    display: flex;
  }
}
main {
  min-height: 625px;
}
#header-logo {
  padding: 8px 32px;
}
@media screen and (min-width: 1024px) {
  #header-logo {
    padding: 8px 48px;
  }
}
.header-logo {
  background-image: url("/images/CAL-Logo.jpg");
  color: transparent;
  width: 225px;
  height: 46px;
  background-size: 225px 46px;
  margin: 5px 0px;
  display: block;
}
#mobile-toggle {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #mobile-toggle {
    display: none;
  }
}
.nav-mobile-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav-mobile-only {
    display: none;
  }
}
/*# sourceMappingURL=resources/assets/stylus/global.css.map */
