@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap");
/* Colors */
/* SASS mixin start */
.join-headline {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}

.join-headline {
  font-size: 2.369rem;
  font-size: calc(30.24px + (37.904 - 30.24) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  .join-headline {
    font-size: 1.89rem;
  }
}

@media screen and (min-width: 1600px) {
  .join-headline {
    font-size: 2.369rem;
  }
}

html {
  box-sizing: border-box;
}

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

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  position: relative;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
}

body.mobile-menu-active {
  overflow: hidden;
}

.skip-to-main {
  background: #6c419a;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #6c419a;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - .5rem));
  border-radius: 2rem;
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #1d548c;
}

.header {
  padding: 1rem;
  max-width: 64em;
  margin: 0 auto;
}

@media (min-width: 81.25em) {
  .header {
    padding: 2rem 1rem 0;
  }
}

.header .logo {
  fill: #6c419a;
  margin: 0 auto;
  width: 40%;
  max-width: 25rem;
}

.header-headline {
  color: #3a2352;
  text-transform: uppercase;
}

.header-teaser {
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
  padding: 0 1rem;
}

.header-teaser p {
  margin-bottom: 1rem;
}

.header-teaser a {
  color: #6c419a;
  display: inline-block;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-bottom: 1px solid #fff;
}

.header-teaser a:hover {
  color: #533276;
  border-bottom: 1px solid #ffb607;
}

.header-teaser-btn {
  background: #ffb607;
  color: #21142e;
  margin-top: 1rem;
  font-weight: 700;
  border-radius: 2rem;
  padding: .5rem 1rem .6rem;
  text-transform: uppercase;
  margin: 1rem 0 1rem;
}

@media (min-width: 81.25em) {
  .header-teaser-btn {
    margin-bottom: 0rem;
  }
}

.header-teaser-btn:hover {
  background: #6c419a;
  color: #ffb607 !important;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.wrap {
  max-width: 81.25em;
  margin: 0 auto;
  padding: 0 1rem 1rem;
}

.table {
  width: 100%;
  margin: 0 auto;
}

.classification-form {
  margin: 0 auto 1rem;
  padding: 1rem;
}

@media (min-width: 81.25em) {
  .classification-form {
    margin: 0 auto 2rem;
  }
}

.classification-form-label {
  line-height: 1.4;
  padding: 0 0 .5rem;
  max-width: 48em;
  margin: 0 auto 1rem;
  display: block;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .classification-form-label {
    padding: 0 0 .5rem;
  }
}

.classification-form-select {
  max-width: 100%;
  border: none;
  cursor: pointer;
  background: #6c419a;
  color: #ffb607;
  padding: 1rem;
  border-radius: 2rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .classification-form-select {
    width: 40%;
  }
}

.classification-form-select:hover {
  background: #ffb607;
  color: #533276;
}

.results-headline {
  color: #533276;
  margin-bottom: 1rem;
}

.results-classification {
  color: #3a2352;
}

.results-table {
  width: 100%;
  max-width: 64em;
  margin: 1rem auto;
}

@media (min-width: 81.25em) {
  .results-table {
    margin: 2rem auto;
  }
}

.results-table-header {
  border: none !important;
  border-bottom: 1px solid #888 !important;
}

.results-table-total td {
  font-weight: 900 !important;
}

.results-table-seiu {
  color: #462a64;
}

.results-table.table-2 {
  border-top: 1px solid #888;
}

.results-table.table-2 tr {
  border-bottom: 1px solid #888;
}

.results-table.table-2 tr td, .results-table.table-2 tr th {
  color: #533276;
}

.results-table.table-2 tr td:first-child, .results-table.table-2 tr th:first-child {
  background-color: #f4f4f4;
  color: #533276;
}

.results-table.table-2 tr td:last-of-type td:last-of-type, .results-table.table-2 tr td:last-of-type th:last-of-type, .results-table.table-2 tr th:last-of-type td:last-of-type, .results-table.table-2 tr th:last-of-type th:last-of-type {
  background: #ffb607;
}

.results-table tr {
  width: 100%;
  border: 1px solid #888;
  border-top: none;
  display: table;
}

.results-table tr:first-of-type {
  border-top: 1px solid #888;
}

.results-table tr th {
  border-left: 1px solid #888;
  display: table-cell;
  width: 25%;
  padding: .5rem;
  color: #ffb607;
  background-color: #533276;
  font-weight: 400 !important;
}

.results-table tr th:first-child {
  background-color: transparent;
  border: none;
  width: 50%;
}

.results-table tr th:last-child {
  border-right: 1px solid #888;
}

.results-table tr td {
  border-right: 1px solid #888;
  display: table-cell;
  width: 25%;
  text-align: center;
}

.results-table tr td:first-child {
  background-color: #f4f4f4;
  width: 50%;
  font-weight: 600;
  text-align: left;
  font-size: 1rem;
  color: #533276;
}

@media (min-width: 81.25em) {
  .results-table tr td:first-child {
    font-size: 1.1rem;
  }
}

.results-table tr td:last-child {
  border-right: none;
}

.results-table-spacer {
  height: 3rem;
}

.results-table td {
  padding: .75rem;
  text-align: left;
}

#seiu-salary {
  background: #ffb607;
  font-weight: 800;
}

#cty-salary {
  background: #ffd46d;
  font-weight: 800;
}

.join {
  background: #6c419a;
  padding: 1rem;
  border-radius: 2rem;
  overflow: hidden;
  margin: 1rem auto;
  max-width: 48em;
}

@media (min-width: 48em) {
  .join {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding: 2rem 3rem;
    border-radius: 3rem;
  }
}

@media (min-width: 64em) {
  .join {
    margin-top: 4rem;
    padding: 2rem 4rem;
    border-radius: 4rem;
  }
}

.join-headline {
  white-space: nowrap;
  margin-bottom: 0;
  padding: .35rem;
  color: #ffb607;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .join-headline {
    padding: .5rem;
    margin-right: 1rem;
  }
}

@media (min-width: 81.25em) {
  .join-headline {
    padding: .35rem;
  }
}

.join-teaser {
  color: #fff;
  line-height: 1.3;
}

.join-form {
  margin: 0 auto;
}

.join-form-grid {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .join-form-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
  }
}

.join-label .hide {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.join-label .hide:focus {
  background: #1d548c;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.join-label .error {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffb607;
  color: #6c419a;
  white-space: nowrap;
  padding: .3rem;
  font-size: .8rem;
  display: inline-block;
  border-radius: 1rem;
  font-weight: 300;
}

.join-field {
  padding: .5rem;
  position: relative;
}

@media (min-width: 48em) {
  .join-field {
    padding: 0 .25rem;
  }
}

.join-field.email {
  width: 100%;
}

@media (min-width: 48em) {
  .join-field.email {
    width: 50%;
  }
}

.join-field.zip {
  width: 55%;
}

@media (min-width: 48em) {
  .join-field.zip {
    width: 25%;
  }
}

.join-input {
  width: 100%;
  border: none;
  border-radius: 2rem !important;
  outline: 0;
  border-radius: 1rem;
  padding: 1.15rem 1rem;
  font-size: 1rem;
  transition: 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
}

@media (min-width: 48em) {
  .join-input {
    padding: 1.15rem;
    font-size: 1.1rem;
  }
}

.join-input.placeholder {
  opacity: 1;
  color: #6c419a;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.join-input:-moz-placeholder {
  opacity: 1;
  color: #6c419a;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.join-input::-moz-placeholder {
  opacity: 1;
  color: #6c419a;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.join-input:-ms-input-placeholder {
  opacity: 1;
  color: #6c419a;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.join-input::-webkit-input-placeholder {
  opacity: 1;
  color: #6c419a;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.join-input:hover {
  background: #ffb607;
  color: #3a2352;
}

.join-input:hover.placeholder {
  color: #3a2352;
}

.join-input:hover:-moz-placeholder {
  color: #3a2352;
}

.join-input:hover::-moz-placeholder {
  color: #3a2352;
}

.join-input:hover:-ms-input-placeholder {
  color: #3a2352;
}

.join-input:hover::-webkit-input-placeholder {
  color: #3a2352;
}

.join-input:focus {
  background: #fff;
  color: #6c419a;
}

.join-input:focus.placeholder {
  color: #6c419a;
}

.join-input:focus:-moz-placeholder {
  color: #6c419a;
}

.join-input:focus::-moz-placeholder {
  color: #6c419a;
}

.join-input:focus:-ms-input-placeholder {
  color: #6c419a;
}

.join-input:focus::-webkit-input-placeholder {
  color: #6c419a;
}

.join-btn {
  background: #ffb607;
  color: #3a2352;
  width: 100%;
  outline: 0;
  border: 0;
  margin-top: .25rem;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .join-btn {
    width: 25%;
    padding: .5rem;
    margin-top: 0;
    margin-left: .25rem;
  }
}

.join-btn:hover {
  background: #3a2352;
  color: #ffb607;
}

.footer {
  padding: 3rem;
}

.footer p {
  margin-bottom: 1rem;
}

.footer a {
  display: inline-block;
  color: #6c419a;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 1rem auto 0;
  border-bottom: none;
}

.footer a:hover {
  color: #3a2352;
}

.footer-text {
  max-width: 48em;
  margin: 1rem auto 0;
  line-height: 1.4;
}

@media (min-width: 81.25em) {
  .footer-text {
    margin-top: 3rem;
  }
}

.footer-text p {
  margin-bottom: 1rem;
}

.footer-text a {
  color: #6c419a;
  display: inline-block;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-bottom: 1px solid #fff;
}

.footer-text a:hover {
  color: #533276;
  border-bottom: 1px solid #ffb607;
}
