html {
  font-family: "Work Sans", Helvetica, Arial !important;
  font-size: 100%;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
  font-family: "Work Sans", Helvetica, Arial !important;
}

@media (max-width: 768px) {
  html {
    font-size: 80%;
  }
  h1 {
    font-size: 200%;
  }
  h2, h3 {
    font-size: 175%;
  }
  h4, h5, h6 {
    font-size: 150%;
  }
}

.logo {
  width: 200px;
}
.logo-lm {
  display: none;
  width: 40px;
}

@media screen and (max-width: 1100px) and (min-width: 993px) {
  .logo {
    display: none;
  }
  .logo-lm {
    display: inline-block;
  }
}
.container,
.container-fluid {
  min-height: 75vh;
  margin-top: 80px; // navbar height lg
}



.navbar {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 3%;
  padding-right: 3%;
  height: 80px;
}

.navbar a {
  touch-action: initial;
}

@media (max-width: 992px) {
  .navbar {
    height: 60px;
    background: linear-gradient(298deg, #89f7fe, #66a6ff);
  }
  .container,
  .container-fluid {
    margin-top: 60px; // navbar height sm
  }
}

.navbar-white {
  background: linear-gradient(298deg, #89f7fe, #66a6ff);
}


.white-text {
  color: white !important;
}

.black-text {
  color: black !important;
}

.nav-link {
  margin-top: 3px;
  font-size: 1.1em;
}

@media (min-width: 768px) {
  .nav-item {
    margin: 3px 15px 0;
  }
}


.navbar-white .nav-link {
  color: white;
}

.container-fluid.full-width {
  padding: 0;
}

.header-shadow {
  text-shadow: 0 2.5px 3.5px rgba(63, 63, 63, 0.5);
  color: white;
}

.blue-gradient {
  background: linear-gradient(298deg, #89f7fe, #66a6ff) !important;
  color: white;
}
.light-blue-gradient {
  background: linear-gradient(126deg, #89f7fe, #77cdff 53%, #66a6ff) !important;
  color: white;
}
  
.dark-blue-gradient {
  background: linear-gradient(56deg, #89f7fe, #66a6ff) !important;
  color: white;
}

.teal-gradient {
  background: linear-gradient(326deg, #89f7fe, #b7f3f2 40%, #fcebde) !important;
}

.red-gradient {
  background: linear-gradient(65deg, #ee6623, #a24213) !important;
  color: white;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Work Sans", Helvetica, Arial !important;
  min-width: 100px;
  min-width: fit-content;
  margin: 5px 10px;
  padding: 13px 35px;
  font-size: 0.9em;
  line-height: 1;
  background: #f6b130;
  text-transform: uppercase;
  color: white;
  border-radius: 999px;
  box-shadow: 0 1.5px 10px 0 rgba(148, 148, 148, 0.64);
  max-height: 38px;
  cursor: pointer;
  touch-action: manipulation;
}

.btn:hover {
  text-decoration: none;
  color: white;
}

.btn-icon {
  padding: 7px 35px 8px;
}

.btn-lg {
  min-width: 55px;
  min-width: fit-content;
  padding: 14px 50px;
  font-size: 1em;
  max-height: 44px;
}
.btn-xl {
  min-width: 85px;
  min-width: fit-content;
  padding: 15px 65px;
  font-size: 1.1em;
  line-height: 1.3;
  max-height: 58px;
}

a {
  touch-action: manipulation;
}

.btn-primary {
  background-image: linear-gradient(65deg, #fcd759, #f6ae2d);
  border: none;
}

.btn-secondary {
  background-image: linear-gradient(298deg, #89f7fe, #66a6ff);
  color: white;
  border: none;
}


.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  background-color: #ffa800;
  background-image: none;
  border-color: #ffa800;
}

.btn-flat {
  border: 1px solid darkgrey;
  box-shadow: none;
  line-height: 1.5em;
}

.section-button {
  width: 50px;
  height: 50px;
  border: 3px solid white;
  background: transparent;
  border-radius: 100%;
  color: white;
  font-size: 25px;
  margin-bottom: 20px;
}

.icon-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 3%;
  margin-left: 0;
  margin-right: 0;
}

.section-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  letter-spacing: -1px;
  transform:scale(1,1.25);
  text-transform: uppercase;
  font-weight: bold;
}

.section-header-text {
  margin: 0;
  letter-spacing: -1px;
  transform:scale(1,1.25);
  font-weight: bold;
  color: #4a4a4a;
}

.lead {
  margin: 1em 0 1.5em;
  font-size: 1.25em;
}



.icon-header i {
  margin-left: 2%;
  margin-right: 2%;
}



.page-footer {
  background: #848484;
  min-height: 200px;
  font-size: 1.2em;
  color: white;
}

.page-footer div {
  margin-top: 20px;
}

.footer-links {
  min-width: 80%;
}

.footer-links a {
  color: white;
  margin-left: 1%;
  margin-right: 1%;
}

.footer-copyright {
  font-size: 0.8rem;
}

.forum {
  width: 100%;
}

.forum-row:nth-child(odd) {
  background-color: rgb(223, 239, 255);
}
.forum-row:nth-child(even) {
  background-color: rgb(253, 237, 209);
}

.forum th,
.forum td {
  text-align: center;
  border: 1px solid  lightblue;
}

.forum-header-cell {
  background-color: #6db6ff;
  color: white;
  font-size: 1.3em;
  padding: 1% 2%;
}

.forum-replies {
  font-size: 1.3em;
  font-weight: 500;
  color: #9b9b9b;
}

.card {
  border: none;
  border-radius: 0;
  box-shadow: 0 1rem 2rem 0 rgba(175, 175, 175, 0.5);
  min-width: 250px;
  margin: 4%;
}

.card-xl {
  width: 85%;
  min-height: 240px;
  font-size: 1.1em;
}

.card-xl .card-header {
  font-size: 1.2em;
}


@media (min-width: 768px) {
  .card {
    margin: 2%;
  }
  .card-xl {
    width: 33%;
    min-height: 350px;
  }
}


.card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  color: white;
  padding: 5%;

}


@media (max-width: 768px) {
  .card-xl {
    min-height: 200px;
  }
  .card-header {
    min-height: 45px;
  }
}

@media (min-width: 786px) {
  .card-full {
    width: 60%;
    margin: 4% auto;
  }
  .card-header {
    padding: 3%;
  }
}

.card-header:first-child {
  border-radius: 0;
}

.card-body {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 8%;
}

.card-list {
  width: 100%;
}

.card-list li {
  font-size: 1.3em;
}

.notice-li {

}


.table-notice-image {
  width: 100%;
  height: auto;
  min-width: 120px;
  border: 1px solid #e3e3e3;
}
.table-notice-image:hover {
  box-shadow: 0 0 10px 0 #72c3fe;
  cursor: pointer;
}

.tracker-table {
 color: black;
 background: white;
 // background-image: linear-gradient(126deg, #89f7fe, #77cdff 53%, #66a6ff);
}



.truncate-td {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle !important;
}
.tracker-table th {
  background-color: #6db6ff;
  color: white;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid lightblue;
}

.header-highlight {
  background: #blue !important;
}

.tracker-table > tbody > tr > td:first-child {
  font-weight: bold; 
}

.tracker-table td {
  text-align: center;
  border: 1px solid lightblue;
}


.table-pagination div {
  min-width: 25px;
  height: 15px;
}

.pagination-nav {
  padding: 20px;
}

.scroll-x {
  width: 100%;
  overflow: auto;
}

.tablet-image {
  margin-left: -25%;
}

img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.v-pad-mini {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.v-pad-minor {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.pad-minor {
  padding: 2.5em;
}

.pad-major {
  padding: 7em;
}


.section-pad {
  padding: 5% 5% 5% 5%;
}

.section-wide {
  padding: 3% 0 3% 0;
}

.section-full {
  padding: 3% 0 3% 0;
}

.tablet-image {
  margin-left: -15%;
}

@media (max-width: 768px) {
  .section-image {
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
  .tablet-image {
    margin: 0 auto;
  }
  .section-wide,
  .section-pad {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 35px;
  }
  .col-sm-12 + .col-sm-12 {
    margin-top: 6%;
  }
}


.page-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


@media (max-width: 576px) {
  .footer-links {
    flex-direction: column;
  }
  .footer-link-spacer {
    display: none;
  }
}


.main-section {
  padding: 10% 5%;
}

.header-section {
  padding: 60px 5%;
  text-align: center;
}

@media (min-width: 576px) {
  .header-section {
    padding: 10% 3% 5%;
  }
}


.hr-break {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9c9a9a;
  text-align: center;
}

.hr-text {
  line-height: 2;
}

.hr-line {
  display: inline-block;
  border-top: 1px solid #9c9a9a;
  width: 35%;
  margin: 0 auto;
}




/* Forms */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #32567b;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 2px;
  box-shadow: none;
}

.input-label {
  width: 33.333%;
  margin-bottom: 0;
  margin-right: 17px;
  text-align: right;
  line-height: 1.3;
}

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

.top-label .input-label {
  width: 100%;
  text-align: left;
}

.form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.form-content {
  padding: 6% 15%;
}

.tool-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tool-heading {
  margin-bottom: 4%;
  font-size: 1.9em;
  text-align: center;
}

.table-tools {
  margin-top: 6%;
}

.table-tools div+div {
  margin-top: 3%;
}

.table-tool {
  border: 1px solid darkgrey;
  border-radius: 4px;
  padding: 4% 3%;
}

.table-tool--white {
  background: white;
  color: black;
}

@media (min-width: 576px) {
  #table-tools {
    margin-top: 3%;
  }
}

@media (max-width: 576px) {
  .input-label {
    width: 100%;
    margin-bottom: 2%;
    text-align: left;
  }
  .form-group {
    flex-wrap: wrap;
    margin-bottom: 7%;
  }
  .form-group-pair {
    margin-top: -4%;
  }
  .form-content {
    padding: 6% 5%;
  }
}

select.form-control {
  padding: 2px 5px;;
}

.form-submit {
  width: 73%; /* TODO */
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}

.form-submit input,
.form-submit button {
  width: 33.333%;
}

@media (max-width: 768px) {
  .form-submit {
    flex-wrap: wrap;
    width: 100%;
  }

  .form-submit input,
  .form-submit .btn {
    width: 100% !important;
    margin-bottom: 6%;
  }
}


.bg-diagonal{
  background: linear-gradient(7deg, #fdffff 30%,#66a6ff 31%,#89f7fe );
  height: 82vh;
  width: 100%;
  z-index: -999;
  position: absolute;
}

.bg-gradient {
  height: 100vh;
  width: 100%;
  z-index: -999;
  position: absolute;
  top: 0;
}

.bg-mask {
  background: linear-gradient(8deg, #fff 40%, rgba(0,0,0,0) 40.3%,rgba(0,0,0,0));
  height: 100vh;
  width: 100%;
  z-index: -500;
  position: absolute;
  top: 10vh;
}

.nav-margin {
  margin-top: -80px; /* navbar height lg */
  padding-top: 80px !important;
}

.navbar-transparent {
  background: transparent;
}
.navbar .nav-link {
  color: white;
}


@media (max-width: 992px) {
  .nav-margin {
    margin-top: 60px; /* navbar height sm */
    padding-top: 0 !important;
  }
  
  .main-section {
    margin-top: 0;
  }

  .navbar-transparent {
    /* Static bar on mobile */
    background-image: linear-gradient(298deg, #89f7fe, #66a6ff);
  }
}


/* icons */


i {
  min-width: 23px;
  min-height: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
  margin-left: 7px;
  display: inline-block;
}

.btn i {
  margin-left: 0;
}

.btn .i--end {
  margin-left: 7px;
  margin-right: 0;
}


.i-lg {
  width: 30px;
  height: 30px;
}

.i-xl {
  width: 40px !important;
  height: 40px !important;
}

@media (max-width: 576px) {
  .i-lg {
    width: 25px;
    height: 25px;
  }
}


.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("/images/three-bars.svg");
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media (max-width: 992px) {
  .nav-buttons {
    flex-wrap: wrap;
  }
  .nav-buttons .i-nav,
  .nav-buttons .btn {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    line-height: 1.25;
    font-size: 1.1em;
  }
}

.i-camera {
  background-image: url("/images/camera.svg");
}

.i-info {
  background-image: url("/images/info.svg");
}

.i-google {
  background-image: url("/images/google.svg");
  margin-top: 4px;
}

.i-trophy {
  background-image: url("/images/trophy.svg");
  margin-left: -29px;
}

.i-letter-a {
  background-image: url("/images/letter-a.svg");
  width: 20px;
}

.i-close {
  background-image: url("/images/close.svg");
  margin: 0;
}


.i-docs {
  background-image: url("/images/docs.svg");
}

.i-view {
  background-image: url("/images/view.svg");
}

.i-no-view {
  background-image: url("/images/no-view.svg");
}

.i-no-view-grey {
  background-image: url("/images/no-view-grey.svg");
}

.i-filter {
  background-image: url("/images/filter.svg");
}

.i-globe{
  background-image: url("/images/globe.svg");
}

.i-star{
  background-image: url("/images/star.svg");
}

.i-search{
  background-image: url("/images/search.svg");
}

.i-cloud-upload {
  background-image: url("/images/cloud-upload.svg");
}

.i-mail-read {
  background-image: url("/images/mail-read.svg");
}

.i-chevron-left {
  background-image: url("/images/chevron-left.svg");
}

.i-chevron-right {
  background-image: url("/images/chevron-right.svg");
}

.i-chart {
  background-image: url("/images/chart.svg");
}

.i-chat {
  background-image: url("/images/chat.svg");
}

.i-arrow-left {
  background-image: url("/images/arrow-left.svg");
}

.i-arrow-right {
  background-image: url("/images/arrow-left.svg");
  transform: rotate(180deg);
}



ul {
  list-style: none;
}

li:before {
  content: "";
}

li.list-icon:before {
  content: '';
}

.tracker-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3%
}

.tracker-buttons .btn {
  margin: 1%;
}

.btn-block {
  border: 0;
  margin: 0;
}

.card-body-header {
  text-align: left;
  font-size: 1.7em;
  margin-bottom: 30px;
  transform: scale(1,1.3);
  margin-top: 7px;
  color: #4a4a4a;
}

.shadow {
  box-shadow: 0 4px 12px 0 rgba(120, 120, 120, 0.5);
}

.button-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 2%;
}

@media (min-width: 768px) {
  .button-block {
    width: 85%;
  }
}
.card--single {
  margin: 0 auto;
  width: 100%;
}

.card--headless {
  padding: 2.5em;
}

@media (max-width: 768px) {
  .card--single {
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .card--single {
    width: 80%;
  }
  .card--headless {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 992px) {
  .card--single {
    width: 60%;
  }
}

.notice-upload {
  padding: 2em;
}

@media (min-width: 768px) {
  .notice-upload {
    padding: 5em;
  }
}

.form-subcontent {
  padding-top: 4em;
}

.subheading {
  margin-bottom: .5em;
  padding-bottom: .1em;
  border-bottom: 1px solid #f5f5f5;
  color: #3e3d3d;
}

.form-control[readonly] {
  background-color: #f7f7f7;
}
.notice-uploader,
.notice-uploader-input {
  min-height: 100px; /* uploader size sm */
}
  
.notice-uploader {
  margin-top: 20px;
  width: 100%;
  border: 2px dashed #0080fe;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.notice-uploader-input {
  opacity: 0;
  position: absolute;
  width: 85%; /* FIXME idk why not 100% */
  cursor: pointer;
}

.notice-uploader-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


@media (min-width: 992px) {
  .notice-uploader,
  .notice-uploader-input {
    min-height: 225px; /* uploader size lg */
    width: 75%;
    margin: 0 auto;
  }
}

.nav-under {
  margin-top: 50px 
}

@media (min-width: 768px) {
  .nav-under {
    margin-top: -80px !important;
    padding-top: 80px !important;
  }
}


.page-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 5%;
}
  

.table-pagination-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.table-pagination{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  font-size: 1.4em;
  margin-bottom: 1%;
}

.table-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255,255,255,0.75);
  border-radius: 50%;
}

.table-pagination .active {
  background: rgba(0,90,255, 0.5);
  color: white;
  border-radius: 100%;
}

.page-counter {
  font-size: 1.3em;
  color: #4a4a4a;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .table-pagination{
    width: 45%;
    max-width: 500px;
  }
}

.stat-section {
  width: 100%;
  padding: 3% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stat-heading {
  width: 100%;
  font-size: 2em;
  padding: 3% 0;
  color: #333;
  text-align: center;
}

.stat-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  padding: 0 5%;
  margin-top: 2%;
}

.stat-chart {
  width: 100%;
  padding: 2% 5%;
}

.stat-divider {
  width: 85%;
}

@media (min-width: 768px) {
  .stat-text{
    width: 60%;
    padding: 0 15%;
  }
  .stat-chart{
    width: 40%;
    padding: 0;
  }
}

.stat-right {
  order: 2;
}


@media (min-width: 768px) {
  .stat-right .stat-tablet {
    margin-left: 6%;
  }
  .stat-tablet {
    margin-left: -6%;
  }
}


.cards-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.user-case-info,
.user-profile {
  width: 95%;
  max-width: 1200px;
  margin: 4% auto;
  padding: 5% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(247, 247, 247, 0.78);
  color: black;
  box-shadow: 0 8px 10px 0 rgba(157, 157, 157, 0.5);
}

.user-case-info {
  justify-content: center;
}

.user-case-header {
  width: 100%;
}

.card-text-header {
  text-align: center;
  font-size: 1.4em;
  color: #4a8ce4;
  margin: 4% 0 0 ;
}

.headspace {
  margin-top: 6%;
}


.user-left {
  width: 25%;
  min-width: 80px;
  justify-content: flex-end;
  display: flex;
}

.user-image-mask {
  width: 80px;
  height: 80px;
  clip-path: ellipse(40px at center);
}

.user-primary {
  width: 74%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.user-name {
  color: #4a4a4a;
  font-weight: bold;
}

.user-secondary,
.user-stats {
  width: 50%;
  display: flex;
  padding: 6% 0 0;
  color: #828282;
}

.user-secondary { 
  flex-direction: column;
  justify-content: flex-end;
}

.user-stats {
  width: 40%;
  justify-content: space-around;
  align-items: center;
}
.user-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.user-divide {
  width: 1%;
  height: 100%;
  background: #d8d8d8;
}

.user-count {
  font-size: 2.2em;
  font-weight: bold;
  color: #4a4a4a;
}

@media (min-width: 768px) {
  .user-profile {
    padding: 25px 80px;
    justify-content: space-between;
  }
  .user-left {
    width: 25%;
  }
  .user-image-mask {
    width: 120px;
    height: 120px;
    clip-path: ellipse(60px at center);
  }
  .user-primary {
    width: 50%;
    padding: 0;
  }
  .user-secondary {
    width: 100%;
    order: 4;
    padding: 0.5% 0 0 25%;
  }
  .user-stats {
    width: 25%;
    padding: 0;
  }
  .user-info-name {
    width: 100%;
  }
}
.page-header {
  padding: 45px 5% 30px;
  text-align: center;
}

@media(min-width: 768px) {
  .page-header {
    padding: 7.5% 5% 0;
  }
}

@media(max-width: 992px) {
  .nav-full {
    position: absolute;
    left: 0;
    right: 0;
    top: 59px;
    padding: 2% 3% 4%;
    background-image: linear-gradient(298deg, #89f7fe, #66a6ff);
  }
}

.hidden {
  visibility: hidden;
  margin: 0 !important;
  padding: 0!important;
  height: 1px;
  width: 1px;
  font-size: 0;
}

.file-image-box {
  border: solid 1px black;
  width: 100%;
  margin: 3% auto;
  position: relative;
}

@media(min-width: 768px) {
  .page-header {
    padding: 7.5% 5% 0;
  }
  .file-image-box {
    width: 75%;
  }
}



.file-image-box .file-image {
  max-width: 100%;
  height: auto;
}

.file-image-overlay {
  opacity: .4;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.progress-bar {
  height: 16px !important;
}

.progress .progress-bar {
  font-size: 14px !important;
  line-height: 16px !important;
}
.spinner {
  font-size: 75px;
  z-index: 11; /* On top of .file-image-overlay */
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spinner-text {
  font-size: 15pt;
  min-width: 150px;
  margin-top: 72px;
  margin-left: -35.5px;
  color: white;
  text-shadow:
   -1px -1px 0 rgba(0,0,0,0.6),  
   1px -1px 0 rgba(0,0,0,0.6),
   -1px 1px 0 rgba(0,0,0,0.6),
   1px 1px 0 rgba(0,0,0,0.6);
}

.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  border: solid 1px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
      -ms-transform-origin: center -0.2222em;
          transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
          animation: spinner-fade 1s infinite linear;
}
.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
          animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
          animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
          animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
          animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
          animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
          animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
          animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
          animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
          animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
          animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: rgba(255,255,255,0.5);
  }
}

@keyframes spinner-fade {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: rgba(255,255,255,0.5);
  }
}

.center {
  text-align: center;
}

.notice-image {
  width: 100%;
  height: auto;
  min-width: 120px;
  border: 1px solid #e3e3e3;
}

#redacted-image {
  border: 2px solid #b1bcc6;
}
.autofilled {
  background-color: rgba(0, 128, 254, 0.17);
}

@media (max-width: 768px) {
  select,
  input[type="select"],
  input[type="date"] {
    -webkit-appearance:none;
  }
}

.user-404 {
  height: 61vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.notice-detail {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: absolute;
  z-index: 10;
  margin-top: -20%;
  left: 2.5%;
  width: 95%;
  background: white;
  color: black;
  padding: 4%;
  padding-top: 45px;
  padding-bottom: 45px;
  border: 2px solid #0080fe;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .notice-detail {
    left: 12.5%;
    width: 75%;
  }
}

.notice-detail.active {
  display: flex;
}


.notice-detail-info,
.notice-detail-thumbnail,
.notice-detail-comments {
  width: 100%;
}

.close-x {
  font-size: 3em;
  cursor: pointer;
}

.close-x--xs {
  font-size: 1.8em;
}

.close-x:hover {
  color: red;
}
.close--right {
  position: absolute;
  top: -8px;
  right: 25px;
}

.close--left {
  position: absolute;
  top: -8px;
  left: 25px;
}
.close--min {
  position: absolute;
  top: -5px;
  right: 5px;
}

.clear-filter {
  padding: 15px;
  color: #bd1515;
}


.notice-detail-close {
  position: absolute;
  top: -8px;
  right: 25px;
}

.notice-detail-close-bottom {
  position: absolute;
  bottom: 15px;
  right: 25px;
}
  
.notice-detail-comments {
  border: 1px solid #0080fe;
}

.thumbnail-number {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.thumbnail-number:before {
  content: "#";
  margin-right: 2px;
}

@media (min-width: 576px) {
  .notice-detail-thumbnail {
    width: 25%;
  }
  .notice-detail-info {
    width: 75%;
    padding-left: 3%;
  }
}

.flex-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.notice-detail-entry {
  width: 50%;
  margin-bottom: 5%;
  min-height: 40px;
  font-size: 1.1em;
  white-space: normal;
}

.entry-key {
  font-weight: bold;
  margin-bottom: 1px;
}

.entry-value {
  font-weight: normal;
  overflow-y: auto;
  max-height: 100px;
}

@media (min-width: 992px) {
  .notice-detail-entry {
    width: 33.33333%;
  }
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 3%;
  list-style: none;
  background-color: #ecf0f1;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #95a5a6;
}
.category {
  border: 1px solid #D1D1D1;
  border-bottom: 0;
}
.category-title {
  margin: 0;
  padding: 0;
  padding: 8px 10px;
  font-size: 1em;
  background: #4C99D4;
  color: #ffffff;
  font-weight: 600;
}
.category-title a {
  color: #ffffff;
}
.category-child {
  border-bottom: 1px solid #D1D1D1;
  padding: 5px;
  font-size: 1em;
  line-height: 1.4;
}
.category-left {
  float: left;
  width: 73%;
}
.category-right {
  float: right;
  width: 27%;
  font-size: 0.875em;
  color: #9d9d9d;
  font-style: italic;
}

.thread-list {
  flex-direction: column;
  padding: 2%;
}

.question-title-text {
  color: black;
}

.thread {
  padding: 15px;
}

.constrain {
  margin: auto;
  width: 95%;
}

@media (min-width: 768px) {
  .constrain {
    width: 55% !important;
  }
}

.thread-buttons {
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.thread-buttons .btn {
}

.thread-details {
  color: #555;
}

.thread-post {
  margin: 35px auto;
  padding: 2% 2% 3%;
  color: #222;
  font-size: 1em;
  background: #f8f8f8;
}

.question-views {
  text-align: right;
}

.q-details {
  color: darkblue;
  margin-bottom: .5em;
}

.thread-post-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.thread-post-buttons .btn {
  background: white;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .thread-post-buttons .btn {
    line-height: 1;
  }
}


.btn-corners {
  border-radius: 0;
}
.mce-branding-powered-by {
  display: none;
}

.icon-text {
  line-height: 1.5;
}

.category-list {
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px
}

.message {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.message--small {
  height: 10vh;
}
.message--medium {
  height: 25vh;
}

.p-relative {
  position: relative;
}

.abbr {
  color: black;
  line-height: 1.1;
  margin-bottom: 0;
}


.abbr--entry {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.abbr--abbr {
  font-size: 1.5em;
}
.abbr--abbr:after {
  content: ":";
}

.abbr--desc {
  margin-left: 3%;
  font-size: 1.1em;
  margin-top: 2px;
}

.dropdown-menu {
  background: transparent;
  border: none;
  border-radius: 0;
}

@media (min-width: 992px) {
  .dropdown-menu {
    background: #6db6ff;
  }
}

.dropdown-item {
  color: white;
}

.form-control:disabled {
  background-color: #f7f7f7;
}

.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0px;
  width: 25%;
  transition: width .2s;
}

@media (min-width: 992px) {
  .search-box {
    margin: 0;
  }
}

.search--active {
  width: 100%;
  background: rgba(0,0,0,0.15);
  border-radius: 999px;
  justify-content: space-between;
}

.search-cancel {
  display: none;
  min-width: 30px;
  min-height: 30px;
  margin: 5px;
  margin-left: -30px;
}
.navbar .search-cancel {
  z-index: 1050; /* navbar at z 1030 */
  opacity: 0.99;
}

.search-query {
  color: #f6b130;
}

.search-cancel:hover {
  background-color: rgba(255,0,0,0.7);
  border-radius: 50%;
}

.search .search-input {
  font-size: 16px;
  display: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 2px solid white;
  border-radius: 0;
  outline: none;
  color: white;
  width: 0;
  margin-left: 20px;
  transition: width .5s ease-in;
  background: transparent;
}

.search .search-input::-webkit-placeholder,
.search .search-input::placeholder {
  color: #bbb;
}

.search--active .search-input {
  display: inline;
  width: 90%;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

.search-input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    -webkit-text-fill-color: white !important;
}


.search--active .search-cancel {
  display: inline;
}

.search .i-search {
  height: 30px;
  width: 5%;
  min-width: 30px;
  touch-action: manipulation;
}

.search--active .i-search {
  margin: 5px 10px 5px 0;
}

.tooltip-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.notice-tooltip {
  border: 1px solid #0080fe;
  border-radius: 10px;
  padding: 30px 5% 20px 1%;
  margin-bottom: 2%;
}

.notice-tooltip ul {
  color: #0080fe;
  list-style: disc;
}

.notice-tooltip li {
  color: #0072e2;
  margin-bottom: 5px;
  font-family: "Work Sans", Helvetica, Arial !important;
}

@media (min-width: 992px) {
  .notice-tooltip {
    width: 75%; /* same width as notice-uploader */
    margin-left: auto;
    margin-right: auto;
  }
}

.leaf {
  background: white;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  border-top: 1px solid #fbfbfb;
}

.leaf + .leaf {
  margin-top: 60px;
}
.leaf-chunk {
  padding: 40px 30px 30px 30px;
}

.heading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}

.heading--dark {
  color: #aab7c4;
}

.listing {
  list-style-type: disc;
}

.results-heading {
  font-size: 3em;
  letter-spacing: -0.04em;
}

.result-primary {
  display: block;
  min-height: 25px;
  font-size: 1.2em;
  color: #67a4e5;
  line-height: 1.2;
}

.result-secondary {
  color: #525252;
}

.result {
  margin-left: 5px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f7f7f7;
}


.result-notice {
  font-size: 1.4em;
  margin-bottom: 0;
  line-height: 1.3;
}

.corner {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  height: 51px;
}

.corner--left {
  left: 0;
  right: unset;
}


.closer {
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  transition: background .1s;
}
.closer--small {
  width: 25px;
  height: 25px;
}

.closer:before,
.closer:after {
  position: absolute;
  content: '';
  right: 15px;
  left: 15px;
  background: black;
  top: 24px;
  height: 3px;
  transition: transform .2s;
  /*
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  */
}

.closer:hover {
  background: #e4e4e4;
}
.closer:before {
  transform: rotate(-45deg);
}
.closer:after {
  transform: rotate(45deg);
}

.opener.closed {
  background: #f6b130;
}

.opener.closed:before {
  transform: rotate(0deg);
}
.opener.closed:after {
  transform: rotate(90deg);
}

.flex-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.editor {
  margin: -20px auto;
}

.thread +.thread-post {
  margin-top: -30px;
}

.hidden .editor {
  display: none;
}
.mce-menubtn .mce-caret {
  display: none;
}

.google-plus {
  min-width: 100%;
}

.z-low {
  z-index: 10;
}
