/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * CSS for the /salary page
 *
 *
 */
/**
 * Variables
 */
/**
 * This CSS is applied once the salary bundle is loaded
 * so we reset the text-alignment that was previously set
 * for the loading text/image.
 */
#root {
  text-align: left;
}
/**
 * Header
 */
.salary__header {
  text-align: center;
  font-size: 2.3rem;
  margin: 1rem auto 2rem auto;
  padding: 0 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .salary__header {
    padding: 0 1rem;
    font-size: 48px;
    margin: 6rem auto 3rem auto;
  }
}
@media screen and (min-width: 320px) {
  .salary__header {
    width: 320px;
  }
}
@media screen and (min-width: 450px) {
  .salary__header {
    width: 450px;
  }
}
@media screen and (min-width: 600px) {
  .salary__header {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  .salary__header {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .salary__header {
    width: 1400px;
  }
}
/**
 * Main
 */
.salary__container {
  padding-top: 5rem;
  margin-bottom: 100px;
}
/**
 * RoleSelectionParagraph
 */
.salary__roleSelectionParagraph {
  line-height: 1.6;
  font-size: 40px;
  padding: 0 1rem;
  color: #231f20;
  font-family: 'Supa Mega Fantastic', Poppins, sans-serif;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .salary__roleSelectionParagraph {
    font-size: 50px;
    padding: 0 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 320px) {
  .salary__roleSelectionParagraph {
    width: 320px;
  }
}
@media screen and (min-width: 450px) {
  .salary__roleSelectionParagraph {
    width: 450px;
  }
}
@media screen and (min-width: 600px) {
  .salary__roleSelectionParagraph {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  .salary__roleSelectionParagraph {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .salary__roleSelectionParagraph {
    width: 1400px;
  }
}
.salary__roleSelectionParagraph__ellipsis {
  color: rgba(35, 31, 32, 0.4);
}
/**
 * SalaryDisplay
 */
.salary__salaryDisplay {
  margin: 3rem 0 0 0;
  height: 260px;
  background-color: #fade2a;
  background-image: url(https://static.buffer.com/marketing/static/background/yellow-doodle-bg.png);
  background-size: contain;
  background-position: 50%;
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 600px) {
  .salary__salaryDisplay {
    margin: 4rem 0 0 0;
    height: 450px;
  }
}
.salary__salaryDisplay_salary {
  font-size: 35px;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  margin-top: 30px;
  color: #231f20;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .salary__salaryDisplay_salary {
    margin-top: 100px;
    font-size: 85px;
  }
}
@media screen and (min-width: 600px) {
  .salary__salaryDisplay_dollar {
    vertical-align: super;
    font-size: 50px;
  }
}
.salary__salaryDisplay_currency {
  margin-left: 0.5rem;
  opacity: 0.85;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
}
.salary__salaryDisplay__sharing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 1.5rem auto 0 auto;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (min-width: 320px) {
  .salary__salaryDisplay__sharing {
    width: 320px;
  }
}
@media screen and (min-width: 450px) {
  .salary__salaryDisplay__sharing {
    width: 450px;
  }
}
@media screen and (min-width: 600px) {
  .salary__salaryDisplay__sharing {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  .salary__salaryDisplay__sharing {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .salary__salaryDisplay__sharing {
    width: 1400px;
  }
}
.salary__salaryDisplay__sharing__label {
  color: #231f20;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.salary__salaryDisplay__sharing__link {
  color: #fff;
  width: 31px;
  height: 31px;
  border-radius: 100px;
  margin: 1rem 0.25rem;
  background: #fff;
  transition: all 0.1s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.salary__salaryDisplay__sharing__link svg {
  width: 12px;
  height: 12px;
}
/**
 * SelectText
 */
.salary__selectText {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 0.5rem;
  transition: all ease-out 0.2s;
  transform: translateY(0);
  position: relative;
  cursor: pointer;
  user-select: none;
  border-bottom: 2px solid #231f20;
}
@media screen and (min-width: 600px) {
  .salary__selectText {
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 0.5;
    padding: 0 0.5rem 0.85rem 0.5rem;
    margin: 0 1.75rem 0.5rem 1.75rem;
    box-shadow: 0 4px 20px 0 #ddd;
  }
}
.salary__selectText .salary__selectText__arrow {
  display: none;
}
@media screen and (min-width: 600px) {
  .salary__selectText .salary__selectText__arrow {
    display: inline-block;
  }
}
.salary__selectText:hover {
  box-shadow: 0 8px 20px 0 #ccc;
  transform: translateY(-2px);
}
.salary__selectText:hover .salary__selectText__arrow {
  opacity: 0.6;
}
.salary__selectText__text {
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
}
.salary__selectText__arrow {
  display: inline-block;
  transform: translateY(0.13rem);
  margin-left: 0.25rem;
  margin-right: 0;
  opacity: 0.3;
}
@media screen and (min-width: 600px) {
  .salary__selectText__arrow {
    margin-left: 0.5rem;
    transform: translateY(-0.05rem) scale(1.2);
  }
}
/**
 * SalaryBreakdown
 */
.salary__salaryBreakdown {
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  border-radius: 5px;
  min-height: 200px;
  transform: translateY(-163px);
  margin-bottom: -163px;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .salary__salaryBreakdown {
    width: 320px;
  }
}
@media screen and (min-width: 450px) {
  .salary__salaryBreakdown {
    width: 450px;
  }
}
@media screen and (min-width: 600px) {
  .salary__salaryBreakdown {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown {
    width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .salary__salaryBreakdown {
    width: 1400px;
  }
}
.salary__salaryBreakdown__top {
  background: #f5f5f5;
}
.salary__salaryBreakdown__header {
  font-size: 16px;
  font-weight: bold;
  font-family: Poppins;
  text-align: center;
  color: #231f20;
  line-height: 1.4;
  padding: 1rem;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__header {
    font-size: 22px;
    padding: 4rem 1rem 4rem 1rem;
  }
}
.salary__salaryBreakdown__components {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__components {
    flex-direction: row;
    padding: 0 4rem;
  }
}
.salary__salaryBreakdown__multi {
  display: none;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__multi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 42px 70px 42px;
  }
}
.salary__salaryBreakdown__component {
  flex: 1;
  margin: 0 1rem 1rem 1rem;
  text-align: center;
  padding: 1rem 0 1rem 0;
  position: relative;
  cursor: default;
  transition: all 0.2s ease-out;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__component {
    background: none;
    padding: 2rem 0 2rem 0;
    margin: 0 1rem 3rem 1rem;
  }
}
.salary__salaryBreakdown__component__number {
  display: none;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__component__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    width: 36px;
    height: 36px;
    color: #231f20;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.salary__salaryBreakdown__component__number__1 {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='36' viewBox='0 0 35 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 19.0939C-2.4836e-05 7.0718 7.64351 1.41436 15.6259 0C30.9904 0 34.1599 9.19334 34.1599 20.5082C34.1599 32.5303 22.4477 35.7126 15.6259 35.7126C8.80408 35.7126 2.9219e-05 33.2374 0 19.0939Z' fill='%23F3AFB9'/%3E%3C/svg%3E%0A");
}
.salary__salaryBreakdown__component__number__2 {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83603 12.3329C6.34095 1.18676 15.5475 -1.19424 23.4783 0.485637C37.7233 6.24308 37.2168 15.9542 32.9769 26.4447C28.4719 37.5908 16.4207 36.1524 10.0959 33.5961C3.77119 31.0398 -3.46389 25.4459 1.83603 12.3329Z' fill='%23ABB7FF'/%3E%3C/svg%3E%0A");
}
.salary__salaryBreakdown__component__text {
  color: #231f20;
  font-size: 36px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .salary__salaryBreakdown__component__text {
    padding: 10px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1400px) {
}
.salary__salaryBreakdown__component__label {
  color: rgba(35, 31, 32, 0.6);
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}
.salary__salaryBreakdown__component:hover,
.salary__salaryBreakdown__component--active {
  border-color: transparent;
  box-shadow: 0 4px 20px 0 #ddd;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .salary__salaryBreakdown__component:hover,
  .salary__salaryBreakdown__component--active {
    transform: translateY(-0.75rem);
  }
}
/**
 * SalaryExplanation
 */
.salary__salaryBreakdown__explanation {
  padding: 3rem 3rem 3rem 3rem;
  color: #231f20;
}
.salary__salaryBreakdown__explanation p,
.salary__salaryBreakdown__explanation h4 {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .salary__salaryBreakdown__explanation {
    display: flex;
    flex-direction: row;
  }
}
.salary__salaryBreakdown__explanation__colLeft {
  flex: 2;
  padding-right: 2rem;
}
.salary__salaryBreakdown__explanation__colRight {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .salary__salaryBreakdown__explanation__learnMore__header {
    margin-top: 2rem;
  }
}
.salary__salaryBreakdown__explanation__learnMore {
  list-style: decimal;
  margin-top: 1rem;
}
.salary__salaryBreakdown__explanation__learnMore__item {
  color: rgba(35, 31, 32, 0.3);
  list-style: disc outside none;
  display: list-item;
  margin-left: 1.8em;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.salary__salaryBreakdown__explanation__none {
  text-align: center;
}
/**
 * Modals
 */
.salary__modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  outline: none;
  padding: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 450px) {
  .salary__modal {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 600px) {
  .salary__modal {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: 600px;
    margin: 100px auto;
  }
}
.salary__modal__title {
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 1rem;
  font-weight: bold;
  color: #231f20;
  text-align: center;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  padding: 20px 0;
  cursor: default;
}
.salary__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  opacity: 0.5;
  cursor: pointer;
  background: none;
  border: 0;
  display: block;
}
.salary__modal__close:hover {
  opacity: 1;
}
.salary__modal__search {
  width: 100%;
  background: #2C4BFF;
  color: #231f20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  box-sizing: border-box;
}
.salary__modal__search input {
  outline: none;
  margin: 0 1rem;
  font-family: inherit;
  font-size: 16px;
  padding: 16px 20px;
  border: none;
  border-radius: 5px;
}
.salary__modal__content {
  flex: 1;
  overflow-y: scroll;
}
.salary__modalOverlay {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.ReactModalPortal .ReactModal__Overlay {
  transition: opacity 150ms ease-out;
  opacity: 0;
}
.ReactModalPortal .ReactModal__Overlay--after-open {
  opacity: 1;
}
.ReactModalPortal .ReactModal__Overlay--before-close {
  opacity: 0;
}
.ReactModalPortal .ReactModal__Content {
  transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0.9);
  opacity: 0;
}
.ReactModalPortal .ReactModal__Content--after-open {
  opacity: 1;
  transform: scale(1);
}
.ReactModalPortal .ReactModal__Content--before-close {
  opacity: 0;
  transform: scale(0.9);
}
/**
 * RoleSelectionModal
 */
.roleSelectionModal__header {
  margin: 20px 0 10px 40px;
  color: #636363;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.roleSelectionModal__header__icon {
  display: inline-block;
  transform: scale(0.85) translateX(-0.25rem) translateY(0.05rem);
  opacity: 0.5;
  width: 1.25rem;
}
.roleSelectionModal__item {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  color: #231f20;
  transition: all 0.2s ease-out;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
  padding: 5px 40px;
  line-height: 1.8;
}
.roleSelectionModal__item:hover,
.roleSelectionModal__item:focus,
.roleSelectionModal__item--active {
  background-color: #F5F5F5;
  font-weight: bold;
}
.roleSelectionModal__itemNotFound {
  margin-top: 2rem;
  text-align: center;
  color: rgba(35, 31, 32, 0.7);
}
@keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.roleSelectionModal__itemNotFound__emoji {
  font-size: 3rem;
  margin: 4rem 0 2rem;
  animation: wobble 1s infinite;
  -webkit-animation: wobble 1s infinite;
}
/**
 * Misc
 */
.salary__mobileOnly {
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .salary__mobileOnly {
    display: none;
  }
}
.salary__desktopOnly {
  display: none;
}
@media screen and (min-width: 1000px) {
  .salary__desktopOnly {
    display: inline-block;
  }
}
@font-face {
  font-family: 'Supa Mega Fantastic';
  src: url('https://static.buffer.com/marketing/static/fonts/supa-mega-fantastic.otf');
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

