html {
  box-sizing: border-box;
}

body {
  background: #dfe1e2;
  /*position: relative;
  margin: 0;
  min-height: 100%; 
  background-color: white;*/
  overflow-x: hidden;
}

.usa-header {
  background-color: var(--head-color);
}

.usa-logo a:focus {
  outline: 0;
}

.usa-logo__text {
  color: var(--head-text-color);
}

#main-content {
  background: #fcfcfc;
}

#search {
  max-width: 100%;
}

.filters .usa-filter__primary-content--collapsible .usa-filter__primary-link {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.filters .usa-filter__primary-link {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.filters .usa-filter__primary-link--button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.filters .usa-filter__primary-link--button[aria-expanded=false]+.usa-filter__content {
  display: none;
}

/* .vacancy .usa-tag {
  max-height: 26px;
} */

.filters.position-sticky {
  top: 2%;
}

.vacancy-details.position-sticky {
  top: 2%;
}

#no-vacancies,
#no-results {
  display: none;
}

.usa-footer {
  background: #fcfcfc
}

.usa-form {
  max-width: 100%;
}

.usa-legend {
  max-width: 100%;
}

.usa-file-input {
  max-width: 100%;
}

.usa-file-input__preview .usa-file-input__preview-image {
  display: none;
}

.usa-label {
  max-width: 100%;
}

.usa-form-group {
  margin-top: 1rem;
}

.attachment .usa-form-group {
  margin-top: 2rem;
}

.usa-modal--lg .usa-modal__main {
  max-width: 50rem;
}

.usa-step-indicator__segment--visited:not(.usa-step-indicator__segment--complete):not(.usa-step-indicator__segment--current)::after {
  background-color: #6782aa;
}

.signature {
  height: 0;
  opacity: 0;
}

.form-page {
  display: none;
}

.form-page.active {
  display: block;
}

#signature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 350px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 10px 0;
  font-family: Helvetica, Sans-Serif;
}

.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
  transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
  transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
}

.signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.signature-pad--actions .clear,
.signature-pad--actions .undo {
  margin-top: 0 !important;
}

.component-settings-button {
  padding: 2px 2px;
  font-size: 10px;
  line-height: 1.2em;
  width: 18px;
  height: 18px;
  margin: 3px;
  margin-top: 0 !important;
}

.usa-step-indicator__segments:focus {
  outline: 0;
}

#steps .usa-step-indicator__segment.usa-step-indicator__segment--complete,
#steps .usa-step-indicator__segment.usa-step-indicator__segment--visited {
  cursor: pointer;
}

#college-list .college:not(.college ~ .college) .delete-college {
  display: none;
}

#add-college,
#add-job {
  margin-top: 0;
}

.usa-accordion__content p,
.usa-list li,
.usa-prose>ol li,
.usa-prose>ul li {
  max-width: 100%;
}

.signature {
  height: 0;
  opacity: 0;
}

.captcha {
  height: 0;
  opacity: 0;
}

.usa-form-group--error .error-text {
  display: block;
  color: #9f3a38;
  font-weight: bold;
  background: #ffe5e5;
  padding: 1px 5px;
}

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

.spinner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 40px;
  height: 40px;
  position: relative;
  top: 14px;
  display: none;
}

.spinner .path {
  stroke: #005ea2;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #005ea2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* Mobile */
@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
  }

  footer img {
    margin: 0 auto;
  }
}

/* Printing */
@media print {

  /* @page {
         size: landscape 
    }
     */
  .no-print,
  .no-print * {
    display: none !important;
  }
}

@media (max-width: 1024px) {

  .usa-banner {
    display: none;
  }
}

@media (min-width: 64em) {
  .usa-header--extended .usa-logo {
    font-size: 2.13rem;
    margin: 2rem 0 1.5rem;
    max-width: 100%;
  }
}