@import url(https://fonts.googleapis.com/css?family=Montserrat);
/* J2C Colors */
/* General import for all of the Jobs2Careers colors */
/* Generated from: http://mcg.mbitson.com/#!?j2cdarkfont=%23000000&themename=j2cdarkfont */
/* NOTE: Keep in sync with the SCSS version j2cDarkFont.js */
/* Generated from: http://mcg.mbitson.com/#!?j2cdarkgrey=%23979797&themename=j2cdarkgrey */
/* NOTE: Keep in sync with the react version j2cDarkGrey.js */
/* For use in _colors.scss */
/* Generated from: http://mcg.mbitson.com/#!?j2clightgrey=%23d8d8d8&themename=j2clightgrey */
/* NOTE: Keep in sync with the react version j2cLightGrey.js */
/* For use in _colors.scss */
/* Generated from: http://mcg.mbitson.com/#!?j2clinkblue=%231a0dab&themename=j2clinkblue */
/* NOTE: Keep in sync with the react version j2cLinkBlue.js */
/* For use in _colors.scss */
/* Generated from: http://mcg.mbitson.com/#!?j2cgold=%23ffe59b&themename=j2cgold */
/* NOTE: Keep in sync with the react version j2cGold.js */
/* For use in _colors.scss */
/* Generated from: http://mcg.mbitson.com/#!?j2csecondaryblue=%23258ddc&themename=j2csecondaryblue */
/* NOTE: Keep in sync with the react version j2cSecondaryBlue.js */
/* For use in _colors.scss */
/* Generated from: http://mcg.mbitson.com/#!?j2cthemeblue=%23286aa6&themename=j2cthemeblue */
/* NOTE: Keep in sync with the react version j2cThemeBlue.js */
/* For use in _colors.scss */
/* Generated from: http://mcg.mbitson.com/#!?j2cGreen=%23ff9393&themename=j2cGreen */
/* NOTE: Keep in sync with the react version j2cGreen.js */
/* Generated from: http://mcg.mbitson.com/#!?j2cRed=%23ff9393&themename=j2cRed */
/* NOTE: Keep in sync with the react version j2cRed.js */
/* For use in _color-definitions.scss */
/* Talroo Connect Colors */
/* Generated from: http://mcg.mbitson.com/#!?tcdarkgray=%23808181&themename=tcdarkgray */
/* NOTE: Keep in sync with the react version tcDarkGrey.js */
/* For use in _colors.scss */
/* Generated from: http://mcg.mbitson.com/#!?tclightgrey=%23bebdbd&themename=tclightgrey */
/* NOTE: Keep in sync with the react version tcLightGrey.js */
/* For use in _colors.scss */
/* Generated from: http://mcg.mbitson.com/#!?tcdarkpurple=%23611cbe&themename=tcdarkpurple */
/* NOTE: Keep in sync with the react version tcPurple.js */
/* Generated from: http://mcg.mbitson.com/#!?tcGreen=%2338761d&themename=tcGreen */
/* NOTE: Keep in sync with the react version tcGreen.js */
/* Media Query Sizes */
html {
  position: relative;
  min-height: 100%;
}

body {
  font: 13px/1.231 Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0;
  top: 0 !important;
  background-color: #FFF;
}

.j2c-logo {
  background: url("https://j2cweb-prod.jobs2careers.com/r/img/j2cLogo.jpg") 0 0;
  width: 139px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo {
  width: 139px;
  height: 20px;
  float: left;
  position: relative;
  z-index: 100;
  margin: 15px 15px 0 0;
}

.logo a {
  text-decoration: none;
}

.header-logo {
  position: absolute;
  top: 10px;
  left: 22px;
  width: 139px;
}

.loading-container {
  height: 90px;
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: sans-serif;
  text-align: center;
}

.loading-spinner {
  display: inline-block;
  position: relative;
  width: 54px;
  height: 58px;
}

.loading-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  margin: 4px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  animation: loading-spinner 1.2s linear infinite;
  border-color: #258ddc #258ddc transparent #258ddc;
}

.loading-text {
  font-size: 12px;
  padding-top: 10px;
}

.carousel-container, .carousel-container .carousel-item {
  margin: 0 auto;
  width: 300px;
}

.carousel-container {
  overflow: hidden;
  margin: 0 auto;
}

.carousel-container .carousel {
  position: relative;
  /* Assign an insanely large width to hold all of the quotes */
  width: 5000px;
  top: 0;
  right: 0;
  animation: slide-animation 25s infinite;
}

.carousel-container .carousel-item {
  position: relative;
  float: left;
  font-size: 15px;
  box-sizing: border-box;
  padding: 15px;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-animation {
  0% {
    opacity: 0;
    right: 0;
  }
  11% {
    opacity: 1;
    right: 0;
  }
  22% {
    right: 100%;
  }
  33% {
    right: 100%;
  }
  44% {
    right: 200%;
  }
  55% {
    right: 200%;
  }
  66% {
    right: 300%;
  }
  77% {
    right: 300%;
  }
  88% {
    opacity: 1;
    right: 400%;
  }
  100% {
    opacity: 0;
    right: 400%;
  }
}
/**
 * SURVEY CSS
 */
/* GREETING/PROMOTION IMAGE STYLING */
.sv_q_image {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}

/* Put navigation buttons on each end */
.sd-root-modern:not(.sd-root-modern--mobile) .sd-body__navigation #sv-nav-prev {
  display: block;
  flex-grow: 1;
}

.sd-root-modern .sd-body__navigation .sv-action__content input.sd-btn:not(.sd-btn--action),
.sd-btn.sd-btn--action {
  border-radius: 40px;
  background-color: rgb(40, 106, 166);
  color: white;
}

.sd-root-modern .sd-body__navigation .sv-action__content input.sd-btn:not(.sd-btn--action):hover,
.sd-btn.sd-btn--action:hover {
  background-color: rgb(37, 141, 220);
}

.sd-root-modern--mobile .sd-body.sv-components-column.sd-body--static {
  padding-left: 8px;
  padding-right: 8px;
}

.sd-question__content .sd-html a {
  color: #0000EE;
}

.survey-j2c .sd-item.sd-radio .sd-item__decorator,
.survey-j2c .sd-item.sd-checkbox .sd-item__decorator {
  display: none;
}

.survey-j2c .sd-item.sd-radio.sd-radio--checked .sd-selectbase__label,
.survey-j2c .sd-item.sd-checkbox.sd-checkbox--checked .sd-selectbase__label {
  background-color: rgb(37, 141, 220);
}

.survey-j2c .sd-item.sd-radio .sd-selectbase__label,
.survey-j2c .sd-item.sd-checkbox .sd-selectbase__label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  margin-left: -3px;
  color: #ffffff;
  background-color: rgb(40, 106, 166);
  border-radius: 25px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  line-height: 1.5;
  padding: 12px 0px;
  text-align: center;
}

.survey-j2c .sd-item.sd-radio .sd-selectbase__label .sd-item__control-label,
.survey-j2c .sd-item.sd-checkbox .sd-selectbase__label .sd-item__control-label {
  text-align: center;
  color: #FFFFFF;
}

.survey-j2c .sd-root-modern .sd-body__navigation .sv-action__content input.sd-btn.sd-navigation__prev-btn {
  background-color: white;
  color: rgb(40, 106, 166);
  border: 1px rgb(40, 106, 166) solid;
}

.sd-question__header.sd-question__header--location--left {
  text-align: left;
  width: 30%;
}

.sd-title .sv-title-actions .sv-title-actions__title {
  margin: auto;
}

.sd-action-title-bar.sd-action-bar--empty {
  display: none;
}

.sd-title.sd-element__title .sv-title-actions {
  width: 100%;
}

.survey-tc .sd-root-modern .sd-body__navigation .sv-action__content input.sd-btn:not(.sd-btn--action),
.survey-tc .sd-btn.sd-btn--action,
.survey-tc .sd-root-modern .sd-body__navigation .sv-action__content input.sd-btn:not(.sd-btn--action):hover,
.survey-tc .sd-btn.sd-btn--action:hover {
  background-color: rgb(97, 28, 190);
}

.survey-tc .sd-item.sd-radio .sd-item__decorator,
.survey-tc .sd-item.sd-checkbox .sd-item__decorator {
  display: none;
}

.survey-tc .sd-item.sd-radio.sd-radio--checked .sd-selectbase__label,
.survey-tc .sd-item.sd-checkbox.sd-checkbox--checked .sd-selectbase__label {
  background-color: #6DA8A3;
  border: 3px rgb(97, 28, 190) solid;
}

.survey-tc .sd-item.sd-radio .sd-selectbase__label,
.survey-tc .sd-item.sd-checkbox .sd-selectbase__label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  margin-left: -3px;
  color: #ffffff;
  background-color: #6DA8A3;
  border-radius: 25px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  line-height: 1.5;
  padding: 12px 0px;
  text-align: center;
}

.survey-tc .sd-item.sd-radio .sd-selectbase__label .sd-item__control-label,
.survey-tc .sd-item.sd-checkbox .sd-selectbase__label .sd-item__control-label {
  text-align: center;
  color: #FFFFFF;
}

/* Talroo Apply modal */
.survey-talroo-apply .sd-root-modern__wrapper {
  padding: 0px 10px 4px;
}

.survey-talroo-apply .sd-page__title {
  display: none;
  visibility: hidden;
}

.survey-talroo-apply .sd-input[type=email],
.survey-talroo-apply .sd-input[type=date],
.survey-talroo-apply .sd-input[type=tel] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
}

.survey-talroo-apply .sd-input {
  border: 1px rgb(40, 106, 166) solid;
  padding: 8px;
  box-shadow: unset;
}

.survey-talroo-apply .sd-input:focus {
  box-shadow: 0 0 0 2px rgb(24, 77, 139);
}

.survey-talroo-apply .sd-input.sd-input--error {
  border-color: var(--sjs-special-red, var(--red, #e60a3e));
}

.survey-talroo-apply #sv-nav-start {
  margin-top: -40px;
}

.survey-talroo-apply .sd-page__title .sv-string-viewer {
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
}

.survey-talroo-apply .sd-title.sd-question__title {
  font-family: sans-serif;
  font-weight: normal;
}

.survey-talroo-apply .sd-title.sd-question__title--error {
  color: var(--sjs-special-red, var(--red, #e60a3e));
}

.survey-talroo-apply .sd-page__row {
  margin-top: 16px !important;
}

.survey-talroo-apply .sd-dropdown,
.survey-talroo-apply .sv-popup__container,
.survey-talroo-apply .sv-popup__shadow,
.survey-talroo-apply .sd-input,
.survey-talroo-apply .sd-file__decorator,
.survey-talroo-apply .sd-comment {
  border-radius: 5px;
}

.survey-talroo-apply .sd-dropdown:not(.sd-dropdown--empty) ~ .sd-dropdown_chevron-button {
  visibility: hidden;
}

.survey-talroo-apply .sv-action {
  background-color: #dbedff;
  border-radius: 32px;
  margin: 5px;
}

.survey-talroo-apply .sd-file__choose-btn {
  background-color: white;
}

.survey-talroo-apply .sv-dropdown-popup .sd-list__item-body {
  border-radius: initial;
}

.survey-talroo-apply .sv-list__item.sv-list__item--selected .sv-list__item-body,
.survey-talroo-apply .sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-body,
.survey-talroo-apply .sv-list__item.sv-list__item--selected:hover .sv-list__item-body,
.survey-talroo-apply .sv-popup--dropdown-overlay .sv-list__item:focus.sv-list__item--selected .sv-list__item-body {
  background-color: rgb(191, 210, 228);
  color: inherit;
}

.survey-talroo-apply .sd-root-modern .sd-body__navigation .sv-action__content input.sd-btn.sd-navigation__prev-btn {
  background-color: white;
  color: rgb(40, 106, 166);
  border: 1px rgb(40, 106, 166) solid;
}

.survey-talroo-apply .sd-body.sd-body--static {
  padding-top: 0;
  padding-bottom: 20px;
  max-width: unset;
}

.survey-talroo-apply .sd-panel__content {
  padding-top: unset;
}

.survey-talroo-apply .sd-page {
  padding-left: 0;
  padding-right: 0;
}

.survey-talroo-apply .sd-body.sd-body--static .sd-body__navigation.sd-action-bar {
  padding-left: 0;
  padding-right: 0;
}

.survey-talroo-apply h4.sd-element__title .sv-string-viewer {
  font-size: 18px;
}

.survey-talroo-apply .sd-root-modern--mobile .sd-body.sv-components-column.sd-body--static {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.survey-talroo-apply .sd-item__control:focus + .sd-item__decorator.sd-checkbox__decorator {
  background-color: transparent;
}

.survey-talroo-apply .sd-item--checked .sd-checkbox__decorator {
  background-color: rgb(40, 106, 166);
}

.survey-talroo-apply .sd-checkbox--checked .sd-checkbox__svg use {
  fill: white;
}

.survey-talroo-apply .sv-popup--dropdown-overlay .sv-popup__body-content {
  height: 40vh;
  margin-top: 30vh;
}

.survey-talroo-apply .sd-file + .sd-description {
  color: rgb(182, 182, 182);
  padding: 20px;
  text-align: center;
}

/* Google Translate Classes */
.skiptranslate {
  visibility: hidden !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none;
}

/* Humanly Chatbot Classes */
#humanly-widget-container {
  z-index: 1001 !important;
}
