#explore_header {
  z-index: 1;
  position: relative;
}
#explore_header h1 {
  width: 100%;
  display: block;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 200;
  text-align: center;
  text-shadow: none;
  color: #666;
}
.explore-heading {
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  color: #000000;
  background-color: #FFFFFF;
  display: block;
  margin: 30px auto;
  max-width: 700px;
  padding: 5px;
}
@media (max-width: 767px) {
  .explore-heading {
    font-size: 30px;
  }
}
.explore-masthead {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .explore-masthead {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .explore-masthead {
    width: initial;
  }
}
.explore-masthead .explore-heading {
  margin: 30px auto 45px auto;
}
.explore-masthead input {
  opacity: 1;
}
.explore-masthead .search-icon-input {
  background-image: url(../../images/search-icon-white.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 42px;
  color: #fff;
  background-color: transparent;
  box-shadow: 0px 0px 0px 0px;
  border-bottom: 2px solid #fff !important;
  max-width: 700px;
  margin: 0 auto;
}
.explore-masthead ::-webkit-input-placeholder {
  color: #fff !important;
}
.explore-masthead :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.explore-masthead ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.explore-masthead :-ms-input-placeholder {
  color: #fff !important;
}
.explorer-top-wrap {
  padding: 0px 40px;
}
.no-margin {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0 auto;
}
.explore-div {
  margin-top: 10px;
}
.explore-meet img {
  width: 100%;
}
.explore-meet .explore-3-col {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .explore-meet .explore-3-col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.explore-meet .text18 {
  font-size: 18px;
  line-height: 20px;
  padding-top: 15px;
}
.team-member {
  width: 100%;
  margin: 0px auto;
  min-width: 200px;
}
@media (max-width: 767px) {
  .team-member {
    width: 100%;
  }
}
.team-member .btn {
  border: 2px solid #00A9E0;
  color: #00A9E0;
  padding: 12px;
  background: #FFFFFF;
  width: 100%;
}
.explore-communicate p {
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .explore-communicate p {
    font-size: 20px;
  }
}
.explore-communicate img {
  margin: 0 auto 35px auto;
}
.explore-start {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 50px;
  max-width: 700px;
  margin: 0 auto 25px;
}
.green-text {
  color: #00A9E0;
}
.org-icons {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .org-icons {
    max-width: 400px;
  }
}
/* Career Explorer */
.drop-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.flex-container {
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}
.flex-container:after {
  display: none;
}
.explorer-flex {
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  padding: 0px 0px 0px;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .explorer-flex {
    display: block;
    padding: 15px;
  }
}
.explorer-flex h2 {
  width: 100%;
  display: block;
  font-size: 24px;
  margin-top: 45px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .explorer-flex h2 {
    margin-top: 0px;
    padding-top: 25px;
  }
}
.explorer-flex #explore_another_path.large-card {
  text-align: center;
  width: 100%;
}
.explorer-flex #explore_another_path.large-card h2 {
  text-align: center;
}
.explorer-flex #explore_another_path.large-card .preview-h3 {
  padding-right: 10px;
  padding-left: 10px;
}
.other-ways-cards .answer-card h2:after {
  content: " ";
  display: block;
  width: 115px;
  height: 80px;
  margin: 20px auto 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.other-ways-cards #position_details h2:after {
  background-image: url(../../images/skills-icon.svg);
}
.other-ways-cards #top_job_markets h2:after {
  background-image: url(../../images/job-markets.svg);
}
.other-ways-cards #alumni h2:after {
  background-image: url(../../images/cap.svg);
}
.other-ways-cards #explore_another_education_next_steps h2:after {
  background-image: url(../../images/cap.svg);
}
.other-ways-cards #top_alumni_locations h2:after {
  background-image: url(../../images/job-markets.svg);
}
.other-ways-cards #top_alumni_locations a {
  font-size: 12px !important;
  padding: 9px 12px;
  display: inline-block;
  border-radius: 1px;
  border: solid 1px #44b048;
}
.card-flex {
  align-items: center;
}
.card-flex .answer-card {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  width: 31%;
  font-size: 13px;
  text-align: center;
}
@media (max-width: 767px) {
  .card-flex .answer-card {
    width: 100%;
  }
}
.card-flex .answer-card h2 {
  text-align: center;
  font-size: 18px;
}
.card-flex .answer-card .preview-h2 a {
  font-size: 12px !important;
  padding: 9px 12px;
  display: inline-block;
  border-radius: 1px;
  border: solid 1px #44b048;
}
#alumni .preview-h2 {
  margin: 0 auto;
}
.explorer-blue-bg {
  background-color: #00A9E0;
}
.explorer-blue-bg h1,
.explorer-blue-bg a {
  color: #ffffff !important;
}
#building-icon:before {
  content: " ";
  display: block;
  height: 45px;
  width: 44px;
  margin: 0px auto 10px;
  background-image: url(../../images/building-icon.svg);
  background-size: contain;
}
.hero-card {
  margin-bottom: 0px !important;
  position: relative;
  z-index: 2;
}
.style-wrap {
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
}
.tool-set {
  text-align: center;
  width: 30%;
  padding: 25px 15px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tool-set {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.tool-set h3 {
  margin-bottom: 25px;
  margin-top: 0px;
}
.tool-set ul {
  padding: 0px;
  margin: 0px;
}
.tool-set ul li {
  list-style: none;
  margin-bottom: 15px;
}
.tool-set ul li a {
  font-size: 16px;
}
#dream_job {
  width: 86%;
  margin: auto;
}
#dream_job .one-half {
  text-align: center;
}
#dream_job .one-half p {
  text-align: center;
}
#dream_job .one-half div {
  width: 100%;
}
#dream_job .preview-h2 {
  line-height: 18px;
  font-size: 16px;
  text-align: center;
}
#dream_job .preview-h1 a {
  font-weight: 100;
  font-size: 18px;
  margin-top: 15px;
  line-height: 19px;
}
#dream_job .hero-professional-structure {
  padding: 50px 30px;
}
.dream-jobs {
  text-align: center;
}
.dream-jobs .preview-h3 {
  width: 100%;
}
.dream-jobs .preview-h3 p {
  margin: 0px;
  margin-bottom: 15px;
}
.dream-jobs .preview-h3 p a {
  font-size: 16px;
}
#next_steps.answer-card {
  width: auto;
}
.next-step-wrap .flex {
  justify-content: space-between;
}
.next-step-wrap #next_steps {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 48%;
}
@media (max-width: 767px) {
  .next-step-wrap #next_steps {
    width: 100% !important;
  }
}
.next-step-wrap #next_steps .preview-h3 p {
  min-height: 50px;
}
#next_steps {
  text-align: center;
}
#next_steps h2 {
  text-align: center !important;
  font-weight: 500;
}
#next_steps .hero-professional-structure .preview-h3 {
  padding-right: 0px;
  width: 100% !important;
  min-height: 75px;
}
#next_steps .hero-professional-structure .preview-h3 p {
  min-height: 75px;
}
#next_steps .hero-professional-structure .preview-h1 {
  width: 100%;
  text-align: center;
}
.hero-professional-structure {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-professional-structure {
    display: block;
  }
}
.hero-professional-structure div {
  width: 50%;
}
@media (max-width: 767px) {
  .hero-professional-structure div {
    width: 100%;
    text-align: center !important;
  }
}
.hero-professional-structure .preview-h1 {
  text-align: right;
}
#dashboard {
  background-image: none!important;
  font-size: 16px !important;
  margin: 30px auto !important;
  text-align: center;
  background-color: transparent;
  z-index: 1;
  position: relative;
  padding: 0px;
}
#dashboard .hero-professional-structure {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  padding: 25px 15% !important;
}
#dashboard .preview-h3 {
  display: inline;
  width: auto;
}
#dashboard .preview-h3 p {
  display: inline;
  width: auto;
}
#dashboard .preview-h2 {
  display: inline;
  width: auto;
}
#dashboard .preview-h2 p {
  display: inline;
  width: auto;
}
#dashboard .preview-h1 {
  display: inline;
  width: auto;
  float: none;
  text-align: left;
}
#dashboard .preview-h1 p {
  display: inline;
  width: auto;
}
#dashboard .preview-h1 p a {
  display: inline;
  background: transparent;
  padding: 0px !important;
  color: #44b048 !important;
  font-size: 16px;
  font-weight: 400;
}
#dashboard .popover,
#dashboard .popover-content {
  max-width: 425px !important;
  width: 200%!important;
  z-index: 5;
}
#education.large-card {
  text-align: center;
}
#education.large-card h2 {
  text-align: center;
}
#alumni.large-card {
  padding: 25px 20px;
  background-image: url(../../images/grad_cap.svg);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 200px;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}
#alumni.large-card h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  margin-bottom: 15px;
  text-align: center;
}
#alumni.large-card .preview-h1 {
  width: 100%;
  text-align: center;
}
#alumni.large-card .preview-h2 {
  width: 100%;
  text-align: center;
}
.hidden-card-title {
  display: none;
}
.dashboard-hero {
  background-color: #fff;
  background-image: url(../../images/home-crystal-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px !important;
  position: relative;
}
.dashboard-hero h2 {
  width: 100% !important;
  display: block !important;
  font-size: 24px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  font-weight: 400 !important;
  text-align: center !important;
}
.dashboard-hero .preview-h1 {
  height: 100%;
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-hero .preview-h1 p a {
  width: 100%;
  text-align: center;
  max-width: 330px;
}
.dashboard-hero .preview-h2 {
  text-align: center;
}
.wistia_responsive_padding {
  height: 38px;
  width: 38px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px auto;
}
.wistia_responsive_padding .wistia_responsive_wrapper img {
  display: none !important;
}
.home-video-contain {
  width: 200px;
  margin: 50px auto 0px;
  text-align: center;
  color: #fff;
}
#next_steps.large-card {
  text-align: center;
}
#next_steps.large-card h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  margin-bottom: 15px;
}
#next_steps_hero.large-card,
#next_steps.large-card {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  padding: 25px 15% 15px 15%;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
}
#next_steps_hero.large-card h2,
#next_steps.large-card h2 {
  font-size: 17px;
  font-stretch: normal;
  text-align: center;
  color: #223238;
  font-weight: 500;
}
#next_steps_hero.large-card .preview-h2 p,
#next_steps.large-card .preview-h2 p {
  text-align: center;
}
#next_steps_hero.large-card .preview-h3,
#next_steps.large-card .preview-h3 {
  display: block;
}
#next_steps_hero.large-card .preview-h3:nth-of-type(3),
#next_steps.large-card .preview-h3:nth-of-type(3) {
  display: none;
}
.careers-white-bg {
  background-color: #fff;
  min-height: 600px;
  margin-top: 40px;
}
#title_location_hero {
  text-align: center;
}
#title_location_hero #title_location .preview-h2 a {
  padding: 15px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
  font-weight: 100;
  background-image: linear-gradient(101deg, #49af4d, #81c685);
}
#title_location_hero .preview-h3 p {
  padding: 0px 20px;
}
#cities_for_title .flex {
  align-items: stretch;
}
#cities_for_title .flex div {
  width: 23%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #cities_for_title .flex div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  #cities_for_title .flex div:last-of-type {
    width: 47%;
    margin-left: -1%;
    margin-right: 2%;
  }
}
#cities_for_title .flex div p {
  height: 100%;
}
#cities_for_title .flex div p a {
  font-size: 16px;
  padding: 9px 12px;
  border-radius: 1px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  line-height: 20px;
  height: 100%;
  display: block;
  min-height: 140px;
}
#cities_for_title .flex .city-class.preview-h3 p a {
  padding-top: 65%;
  background-size: 50%;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  line-height: 15px;
  text-decoration: none;
  font-size: 16px;
}
#cities_for_title .flex .preview-h2 p a {
  padding-top: 25%;
  line-height: 19px;
  font-size: 16px;
}
#cities_for_title .flex .preview-h2:last-of-type p a {
  background: #eef6fb;
  padding-top: 45%;
}
@media (max-width: 767px) {
  #cities_for_title .flex .preview-h2:last-of-type p a {
    padding-top: 28%;
  }
}
#position_details {
  display: inline-flex;
  flex-flow: row wrap;
}
#position_details h2 {
  width: 100%;
  display: block;
}
#position_details .preview-h2 {
  width: 100%;
  padding: 0px 20px;
}
#position_details .preview-h2 p {
  line-height: 15px;
}
#position_details .preview-h2 a {
  border: 0px;
  padding: 0px;
  display: block;
}
#position_details .preview-h2:nth-of-type(1) {
  display: block;
  width: 100%;
  padding: 0px;
}
#position_details .preview-h2:nth-of-type(2) {
  font-size: 13px;
}
#position_details .preview-h2:last-of-type {
  display: block;
  width: 100%;
  padding: 0px;
  margin-top: 10px;
}
#position_details .preview-h2:last-of-type p a {
  font-size: 12px !important;
  padding: 9px 12px;
  display: inline-block;
  border-radius: 1px;
  border: solid 1px #44b048;
}
#explore_another_path {
  background-image: url(../../images/path_bg.svg), linear-gradient(103deg, #49af4d, #81c685);
  background-size: contain;
  background-position: 0%;
  background-repeat: no-repeat;
  color: #fff !important;
  padding: 50px 0px;
}
#explore_another_path h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
#explore_another_path h2:after {
  display: none;
}
#explore_another_path p {
  color: #fff;
  font-weight: 100;
  text-align: center;
}
#explore_another_path a {
  font-size: 18px;
  color: #ffffff !important;
  display: block;
  margin-top: 20px;
  border: solid 1px #fff;
  background-color: transparent;
  padding: 10px 0px;
  line-height: 21px;
  margin-bottom: 10px;
  width: 400px;
  font-weight: 100;
  margin: 0 auto;
}
#explore_another_education {
  background-image: url(../../images/grad_cap.svg);
  background-position: 100%;
  background-repeat: no-repeat;
}
#explore_another_education a {
  font-size: 16px;
}
#explore_another_education_next_steps {
  background-position: 100%;
  background-repeat: no-repeat;
}
#explore_another_education_next_steps a {
  font-size: 16px;
}
#compare_positions {
  position: relative;
}
#compare_positions:after {
  content: "Coming Soon!";
  position: absolute;
  padding: 5px;
  background-color: #3BC2EC;
  color: #ffffff;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  font-size: 12px;
}
#jobs_pay_more {
  position: relative;
}
#jobs_pay_more:after {
  content: "Coming Soon!";
  position: absolute;
  padding: 5px;
  background-color: #3BC2EC;
  color: #ffffff;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  font-size: 12px;
}
#jobs_pay_more a {
  font-size: 16px;
}
#backgrounds {
  background-image: url(../../images/question_head.svg);
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
}
#backgrounds .preview-h2 {
  display: inline-block;
}
#backgrounds .preview-h2:last-of-type {
  display: block;
}
#backgrounds .preview-h2:nth-of-type(1) {
  display: block;
}
#backgrounds .preview-h2:nth-of-type(1) p {
  color: #000 !important;
}
#backgrounds .preview-h2 p {
  color: #44b048;
  display: inline-block;
  padding-right: 40px;
}
/* common attributes for answer card */
.answer-card {
  width: 49%;
  margin-bottom: 20px;
  /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); */
  padding: 15px 20px 15px 20px;
}
@media (max-width: 767px) {
  .answer-card {
    width: 100%;
  }
}
.answer-card a {
  font-size: 16px;
}
.answer-page-title {
  text-align: center;
}
@media (max-width: 767px) {
  .answer-page-title {
    margin-top: 0px;
  }
}
.answer-page-title h1 {
  font-size: 24px;
  margin: 0px auto 0px;
}
.answer-page-title h2 {
  font-size: 16px;
  margin-top: 5px;
}
/* answer card header */
.answer-card h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  margin-top: 0px;
  text-align: left;
  margin-bottom: 10px;
}
.answer-card .preview-h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #223238;
  display: inline-block;
}
.tour-guide {
  float: right;
  font-size: 24px;
  margin-top: 5px;
  margin-right: 10px;
  display: block;
  height: 25px;
  width: 25px;
  background-size: contain;
  background-image: url(../../images/info-icon.svg);
  background-repeat: no-repeat;
}
/* full width large card */
.large-card {
  width: 100%;
}
.large-card .preview-h2 a {
  font-size: 16px;
}
.large-card h2 {
  font-size: 16px;
  color: #223238;
  font-weight: 600;
  margin-bottom: 30px;
}
#title_location .secondary-hero-card h2 {
  margin-top: 0px;
  min-height: 55px;
  margin-bottom: 15px;
}
/* secondary hero card */
.secondary-hero-card h2 {
  font-weight: 400;
  font-size: 24px;
}
.secondary-hero-card #title_location {
  padding: 15px;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  justify-content: center;
  min-height: 140px;
}
@media (max-width: 767px) {
  .secondary-hero-card #title_location {
    width: 100%;
  }
}
.secondary-hero-card #title_location .title_location_text {
  width: 75%;
  text-align: center;
}
@media (max-width: 767px) {
  .secondary-hero-card #title_location .title_location_text {
    float: none;
    width: 100%;
  }
}
.secondary-hero-card #title_location .title_location_text a {
  font-size: 16px;
}
.secondary-hero-card #title_location .title_location_text .preview-h2 {
  padding-left: 0%;
}
.secondary-hero-card #title_location .title_location_text .preview-h3 {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 20px;
  padding-top: 2%;
}
.secondary-hero-card #title_location h2 {
  text-align: center;
}
.secondary-hero-card #title_location .preview-h3 {
  width: 60%;
  margin-bottom: 20px;
}
.secondary-hero-card #title_location .preview-h2 {
  padding-left: 35%;
}
@media (max-width: 767px) {
  .secondary-hero-card #title_location .preview-h2 {
    padding-left: 0px;
  }
}
.secondary-hero-card #title_location .preview-h2 p {
  margin-bottom: 0px;
}
.secondary-hero-card #cities_for_title {
  width: 65%;
  text-align: center;
  padding: 0 0 0 30px;
}
.secondary-hero-card #cities_for_title:before {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  background-color: #ccc;
  bottom: 12%;
  margin-left: -13px;
  display: block;
  opacity: .5;
}
@media (max-width: 767px) {
  .secondary-hero-card #cities_for_title:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .secondary-hero-card #cities_for_title {
    width: 100%;
    padding: 0px;
  }
}
.secondary-hero-card #cities_for_title h2 {
  text-align: center;
}
.location-graphic {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 25%;
  height: 120px;
  background-position: 50%;
}
@media (max-width: 767px) {
  .location-graphic {
    width: 100%;
    height: 100px;
    background-position: 50%;
    margin-bottom: 10px;
  }
}
.loc-generic {
  background-image: url(../../images/location-generic.svg);
}
/* h1 links */
.preview-h1 > p > a {
  padding: 15px 40px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
  font-weight: 100;
  background-color: #00A9E0;
}
.preview-h1 > p > a :hover {
  color: #F3F3F3;
}
/* h2 styling */
.preview-h2 > p > a {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #00A9E0;
}
/* h3 links */
.preview-h3 {
  padding-right: 10px;
}
.preview-h3 > p > a {
  font-size: 13px;
  display: inline-block;
  border-radius: 1px;
}
.input-group {
  display: flex;
}
.input-group-addon {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: transparent;
  border: 0px !important;
  border-left: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.input-group .ui-select-container .btn-default {
  border: 1px solid #ccc !important;
  border-radius: 4px;
}
#company-addon {
  background-image: url(../../images/company-icon.svg);
  background-color: #ccc;
}
#title-addon {
  background-image: url(../../images/job-icon.svg);
  background-color: #ccc;
}
#location-addon {
  background-image: url(../../images/loc-icon.svg);
  background-color: #ccc;
}
#school-addon {
  background-image: url(../../images/school-icon.svg);
  background-size: 97%;
  background-color: #ccc;
}
#degree-addon {
  background-image: url(../../images/degree-icon.svg);
  background-color: #ccc;
}
#major-addon {
  background-image: url(../../images/major-icon.svg);
  background-color: #ccc;
}
.dropdown-menu .answer-go-back {
  padding-left: 16px;
}
.nav-item.input-group {
  width: initial;
}
@media (max-width: 767px) {
  .nav-item.input-group {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nav-item {
    width: 100% !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .nav-item .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ui-select-search {
    width: 100% !important;
    display: inline-block;
  }
}
@media (max-width: 325px) {
  .nav-item {
    margin-right: 0px !important;
  }
}
.nav-item .ui-select-bootstrap .ui-select-choices-row span {
  white-space: normal;
}
.nav-item input {
  border-radius: 0px 3px 3px 0px !important;
  border: 1px solid #ccc;
}
.nav-item .ui-select-container {
  min-width: 200px;
  width: 100%;
  border-radius: 0px 3px 3px 0px !important;
}
.nav-item .ui-select-container .ui-select-toggle {
  border-radius: 0px 3px 3px 0px !important;
  max-width: 200px;
}
@media (max-width: 767px) {
  .nav-item .ui-select-container .ui-select-toggle {
    max-width: 100%;
  }
}
#companyOrSchoolNav .ui-select-toggle {
  border-radius: 0px 3px 3px 0px !important;
  max-width: none !important;
}
@media (max-width: 767px) {
  #companyOrSchoolNav .ui-select-toggle {
    max-width: 100%;
  }
}
.select-height-restrictor {
  display: flex;
  max-height: 34px;
}
.select-height-restrictor input {
  border: 1px solid #ccc;
}
.ui-select-multiple {
  padding: 1px 3px 2px 3px !important;
}
.ui-select-match-item {
  background-color: #E0F2FA !important;
  border: 0px;
  color: #223238 !important;
}
.ui-select-match-item.btn {
  text-align: left !important;
}
.ui-select-match-item.btn span span {
  white-space: normal !important;
}
@media (max-width: 767px) {
  .ui-select-match-item.btn {
    display: inline !important;
  }
}
.ui-select-match-close {
  font-weight: 100;
}
.ui-select-choices {
  width: 150% !important;
  max-width: 550px;
}
/* answers filter col */
#next_position_filter {
  width: 97%;
  display: block;
  margin: 5px 0px 10px;
}
.answer-filter-col {
  border-right: 1px solid #d5d5d5;
  padding: 0px;
}
.answer-filter-col .ui-select-container {
  padding: 0px 5px 0px 5px;
}
@media (max-width: 767px) {
  .answer-filter-col .ui-select-match {
    display: inline-block;
  }
}
.answer-filter-col .ui-select-match span {
  border-radius: 3px;
}
.answer-filter-col label {
  padding: 10px 0px 5px 5px;
  display: block;
  color: #233238;
}
.answer-filter-col input {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 3px;
}
.answer-filter-col .setting-radio-contain {
  padding-left: 10px;
  padding-right: 10px;
}
.answer-filter-col h5 {
  background-color: #F1F3F5;
  font-size: 16px;
  color: #78909d;
  padding: 10px;
  font-weight: 200;
  margin-bottom: 0px;
  margin-top: 5px;
}
.salary-range-container {
  padding-bottom: 5px;
}
.salary-range-container .checkbox-custom label {
  font-size: 13px;
}
/* top filters answer page */
.filter-search-span {
  width: 250px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .filter-search-span {
    border-bottom: 1px solid #ccc !important;
    margin-left: 0px !important;
  }
  .filter-search-span span {
    padding-left: 5px;
  }
}
.filter-search-span span {
  font-size: 13px;
  color: #223238;
  opacity: .6;
}
.filter-search-span input {
  padding: 10px 10px 12px 10px;
  border: 0px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 13px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .filter-search-span input {
    margin-left: 8px;
  }
}
.filter-item {
  margin-left: 5px;
  white-space: nowrap;
}
.filter-item a {
  color: #223238;
  font-size: 13px;
  padding: 11px 0px;
  display: block;
}
.filter-item .freq-filter-item {
  display: block;
  margin-right: 20px;
}
.filter-item.btn {
  border-radius: 3px;
  background-color: #bddfed;
  padding: 5px;
}
.filter-criterias .filter-item {
  opacity: 0.6;
  font-size: 13px !important;
}
.filter-criterias .result-title {
  opacity: 1;
  color: #223238;
}
#companysize_2 {
  background-image: url("/public/images/co-size-xl.svg");
  background-repeat: no-repeat;
}
/* explorer footer */
.footnote {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
  color: #999;
  padding-right: 13px;
  font-size: 11px;
  margin-top: 10px;
}
.explorer-footer {
  background-color: #000;
  width: 100%;
  display: flex;
  padding: 30px 10px;
  justify-content: space-around;
}
.ex-footer-left {
  text-align: left;
}
.ex-footer-left ul li {
  padding-right: 15px;
}
.ex-footer-right {
  text-align: right;
}
.ex-footer-right ul li {
  padding-left: 15px;
}
.ex-footer-center {
  text-align: center;
}
.ex-footer-col {
  width: 30%;
  color: #fff ;
}
.ex-footer-col ul {
  padding: 0px;
  margin-bottom: 0px;
}
.ex-footer-col ul li {
  display: inline;
}
.ex-footer-col ul li a {
  font-size: 15px;
  color: #f6f7f8 !important;
}
#top_job_markets .preview-h0 {
  display: none !important;
}
#top_job_markets .preview-h3 a {
  font-size: 12px !important;
  padding: 9px 12px;
  display: inline-block;
  border-radius: 1px;
  border: solid 1px #44b048;
}
#top_job_markets,
#top_alumni_locations {
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  #top_job_markets,
  #top_alumni_locations {
    width: 100%;
  }
}
#top_job_markets .preview-h3,
#top_alumni_locations .preview-h3 {
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  #top_job_markets .preview-h3,
  #top_alumni_locations .preview-h3 {
    width: 100%;
  }
}
#top_job_markets .preview-h3 a,
#top_alumni_locations .preview-h3 a {
  font-size: 16px;
}
#top_job_markets .preview-h0,
#top_alumni_locations .preview-h0 {
  display: none;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  #top_job_markets .preview-h0,
  #top_alumni_locations .preview-h0 {
    position: relative;
    display: none;
    height: 200px;
    width: 100%;
    margin: auto 5%;
  }
}
#top_job_markets .preview-h0 p,
#top_alumni_locations .preview-h0 p {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#top_job_markets .preview-h0 a,
#top_alumni_locations .preview-h0 a {
  height: 93%;
  width: 100%;
  display: block;
  background-image: url(../../images/usa.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50%;
}
@media (max-width: 767px) {
  #top_job_markets .preview-h0 a,
  #top_alumni_locations .preview-h0 a {
    background-size: contain;
  }
}
.footer-container {
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-cols {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .footer-cols {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.footer-cols a {
  color: #00A9E0;
  margin: 0 10px;
}
/* Dashboard page */
.dashboard-header {
  text-align: center;
  width: 100%;
  background-color: #3BC2EC;
  padding: 10px 20px 20px;
}
.dashboard-header h2 {
  font-size: 13px;
  margin: 0px auto 0px;
  color: #fff;
  display: inline-block;
}
.dashboard-header .switch-user-icon {
  background-image: url(../../images/switch-user-icon.svg);
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -17px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .dashboard-header .switch-user-icon {
    display: block;
    margin: 5px auto 10px;
  }
}
.dashboard-header button {
  font-size: 13px;
  padding: 9px 12px;
  display: inline-block;
  border-radius: 1px;
  color: #fff;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #3BC2EC;
  border: solid 1px #fff;
}
.dashboard-header-dark {
  background-color: #616365;
  padding: 40px;
}
.dashboard-header-dark:after {
  width: 100%;
  content: "";
  display: block;
  height: 430px;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 0;
  margin-top: 40px;
  left: 0px;
}
@media (max-width: 767px) {
  .dashboard-header-dark:after {
    display: none;
  }
}
.dashboard-header-dark .dashboard-header-content-wrap {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 767px) {
  .dashboard-header-dark .dashboard-header-content-wrap {
    text-align: center;
  }
}
.dashboard-header-dark .dashboard-header-content-wrap:before {
  content: " ";
  background-color: #78909d;
  width: 1px;
  height: 80px;
  display: inline-block;
  margin-left: -24px;
  position: absolute;
  top: 50px;
  left: 36%;
}
@media (max-width: 991px) {
  .dashboard-header-dark .dashboard-header-content-wrap:before {
    left: 39.5%;
  }
}
@media (max-width: 767px) {
  .dashboard-header-dark .dashboard-header-content-wrap:before {
    display: none;
  }
}
.dashboard-header-dark .dashboard-header-content-wrap img {
  border-radius: 50%;
  width: 75px;
  height: 74px;
}
.dashboard-header-dark .dashboard-header-content-wrap .your-name {
  font-size: 18px;
}
.dashboard-header-dark .dashboard-header-content-wrap a {
  font-size: 16px;
  color: #44b048 !important;
  text-decoration: none !important;
}
.dashboard-header-dark .dashboard-header-content-wrap .as-someone-else button {
  color: #44b048;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  font-size: 16px;
}
.dashboard-header-dark .dashboard-header-content-wrap .dh-col-left {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  .dashboard-header-dark .dashboard-header-content-wrap .dh-col-left {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.dashboard-header-dark .dashboard-header-content-wrap .dh-col-left .dh-sub-left {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .dashboard-header-dark .dashboard-header-content-wrap .dh-col-left .dh-sub-left {
    display: block;
    width: 100%;
  }
}
.dashboard-header-dark .dashboard-header-content-wrap .dh-col-left .dh-sub-right {
  display: inline-block;
  max-width: 255px;
  width: 58%;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .dashboard-header-dark .dashboard-header-content-wrap .dh-col-left .dh-sub-right {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    max-width: 85%;
  }
}
.dashboard-header-dark .dashboard-header-content-wrap .dashboard-saved-positions {
  margin-top: 10px;
}
.dashboard-header-dark .dashboard-header-content-wrap .dashboard-saved-positions a {
  color: #00A9E0 !important;
}
.dashboard-header-dark .dashboard-header-content-wrap .dh-col-right {
  display: inline-block;
  width: 64%;
  vertical-align: top;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .dashboard-header-dark .dashboard-header-content-wrap .dh-col-right {
    display: block;
    width: 100%;
    min-width: 100%;
    margin-top: 30px;
    padding-left: initial;
  }
}
.dark-header-emphasis {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
}
.back-arrow {
  font-size: 10px;
}
/* Answers page */
#select_titles .ui-select-match {
  position: relative;
  z-index: 3;
}
.answer-people {
  width: 50%;
}
@media (max-width: 767px) {
  .answer-people {
    width: 100%;
  }
}
.answer-people .nextio-member-box {
  width: 100% !important;
}
@media (max-width: 767px) {
  .answer-people .nextio-member-box {
    margin: 0px;
  }
}
.answer-people .nextio-member-box-left {
  max-width: 80px;
}
.answer-people .nextio-member-box-left img {
  border-radius: 50%;
}
.answer-people .nextio-member-box-right .member-name {
  color: #000 !important;
  margin-bottom: 0px;
  margin-top: 5px;
}
.answer-people .nextio-member-box-right .member-title {
  font-size: 13px;
}
.answers-sub-section {
  margin-bottom: 40px;
}
.answers-sub-section h1 {
  font-weight: 600;
}
.answers-sub-section h3 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 25px;
}
.answers-sub-section .subdued-text {
  font-size: 12px;
  opacity: .5;
}
.answers-sub-section salary-info .average-comparison {
  width: 100%;
  max-width: 350px;
}
.answers-sub-section salary-info .average-comparison .average-salary-num {
  margin-left: 0px;
}
.answers-sub-section salary-info .average-comparison .btn {
  margin-top: 5px;
}
.answers-sub-section salary-info .avg-sal {
  width: 100%;
  max-width: 500px;
}
.answers-sub-section .avg-sal {
  margin: 30px 0px 10px;
}
.answers-people-section a {
  margin-top: 20px;
  display: block;
  max-width: 140px;
  line-height: 20px;
}
.answers-people-section .aps-sub {
  text-align: center;
  display: flex;
}
.answers-people-section .aps-sub img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
}
.detail-external-link {
  position: relative;
  padding: 5px;
  display: inline-block;
}
.detail-external-link img {
  height: 18px;
  width: auto;
  margin-right: 8px;
  margin-left: 7px;
  display: none;
}
.detail-external-link:before {
  content: " ";
  height: 18px;
  width: 18px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 8px;
  margin-left: 7px;
  vertical-align: -32%;
  background-image: url(../../images/ex-link-icon.svg);
}
.detail-external-link-google img {
  display: none;
}
.detail-external-link-google:before {
  background-image: url(../../images/ex-link-google.png);
}
.detail-external-link-quora img {
  display: none;
}
.detail-external-link-quora:before {
  background-image: url(../../images/ex-link-quora.png);
}
.detail-external-link-glassdoor img {
  display: none;
}
.detail-external-link-glassdoor:before {
  background-image: url(../../images/ex-link-glassdoor.jpg);
}
.answers-sidebar {
  padding-bottom: 20px;
}
.answers-sidebar h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 400;
  padding-left: 10px;
}
.answers-sidebar h4 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}
.answers-sidebar .preview-line > p {
  margin: 0;
}
.career-path-steps {
  background-color: #f6f7f8;
  background-image: url(../../images/pathfinder.svg), url(../../images/whitebar.svg);
  background-repeat: no-repeat, repeat-y;
  background-position: 50%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .career-path-steps {
    margin-right: -15px;
    background-image: url(../../images/pathfindervertical.svg), url(../../images/whitebarhorizontal.svg);
    background-repeat: no-repeat, repeat-x;
    background-size: 200px, 450px;
  }
}
.career-path-steps h4 {
  font-weight: 600;
  margin-top: 30px;
}
.career-path-steps .preview-h3 {
  display: block;
  margin-top: 20px;
}
.career-path-steps .preview-h3 a {
  color: #00A9E0 !important;
  font-size: 16px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}
.career-path-steps .preview-h3 a:after {
  content: " \203A";
  display: inline;
  color: #00A9E0 !important;
}
@media (max-width: 767px) {
  .career-path-steps .col-sm-6:nth-of-type(1) {
    padding: 10px 0px 100px 0px;
  }
}
@media (max-width: 767px) {
  .career-path-steps .col-sm-6:nth-of-type(2) {
    padding: 100px 0px 20px 0px;
  }
}
.career-path-step {
  max-width: 60%;
  margin: 0 auto;
}
.career-path-step p {
  margin-bottom: 0px;
}
.career-path-step p a {
  display: block;
  margin-top: 20px;
}
.compatibility-score {
  background-color: #f6f7f8;
  padding: 10px;
  margin-top: 20px;
}
.compatibility-score h2 {
  margin: 0px auto 15px;
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#upload_resume img {
  margin-right: 6px;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  position: relative;
  margin-top: -5px;
}
.compatibility-score-details {
  padding: 20px;
  background-color: #F7F7F7;
}
.compatibility-score-details h3 {
  display: block;
  margin-top: 0px;
}
.compatibility-score-details .upload-instructions {
  font-size: 16px;
}
.compatibility-score-details button {
  font-size: 13px !important;
}
.compatibility-score-details .btn-green {
  color: #fff;
  font-size: 13px;
  padding: 8px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .compatibility-score-details .btn-green {
    margin-bottom: 20px;
  }
}
.blue-grad-bg {
  background-image: linear-gradient(to top, #ffffff, #eef6fb);
}
.yellow-grad-bg {
  background-image: linear-gradient(to top, #ffffff, #fffdea);
}
.details-compatibility {
  padding: 10px;
  font-size: 12px;
  margin-top: 20px;
}
.details-compatibility .details-compatibility-col {
  width: 40%;
  display: inline-block;
}
.details-compatibility .details-compatibility-col:nth-of-type(2) {
  width: 30%;
}
.details-compatibility .details-compatibility-col:nth-of-type(3) {
  width: 19%;
}
.details-compatibility .details-compatibility-col .btn-green {
  color: #fff;
  font-size: 12px;
  padding: 8px;
  text-align: center;
}
.details-compatibility .compatibility-heading {
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}
.details-compatibility .compatibility-col {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
}
.details-compatibility .compatibility-col:nth-of-type(odd) {
  margin-right: 1%;
}
.the-c-score {
  background-color: #D1E8D4;
  display: flex;
}
.the-c-score .compatibility-number {
  color: #fff;
  font-size: 26px;
  background-color: #4DB151;
  display: inline;
  padding: 10px;
  float: left;
}
.the-c-score .compatibility-text {
  display: inline;
  padding: 10px;
}
.comp-score {
  width: 100%;
}
.comp-score .compatibility-item {
  position: relative;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  padding: 10px;
}
.comp-score .compatibility-item:nth-of-type(1) {
  background-color: #44b048;
  font-size: 36px;
  text-align: center;
  width: 20%;
}
.comp-score .compatibility-item:nth-of-type(2) {
  background-color: #7fc782;
  width: 40%;
}
.comp-score .compatibility-item:nth-of-type(3) {
  background-color: transparent;
  width: 40%;
}
@media (max-width: 767px) {
  .comp-score .compatibility-item:nth-of-type(3) {
    display: block;
    width: 100%;
  }
}
.comp-score div {
  vertical-align: middle;
  margin: 0 auto;
}
#position_title {
  background-color: #fffdea;
  padding: 16px;
  margin-top: 0px;
}
.answers-sidebar-section {
  border-top: 1px solid #ccc;
  padding: 10px 10px 20px 65px;
  position: relative;
}
.answers-sidebar-section:hover {
  background-color: #eef6fb;
}
.answers-sidebar-section:nth-last-of-type(2) {
  border-bottom: 0px;
}
.answers-sidebar-section .preview-line {
  padding: 3px 0px 3px 10px;
}
.answers-sidebar-section .preview-line a {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 15px;
}
.answers-sidebar-section:before {
  content: " ";
  display: block;
  position: absolute;
  height: 35px;
  width: 36px;
  left: 10px;
  top: 15px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.form-control {
  min-width: 200px;
}
#sidebar-skills:before {
  background-image: url(../../images/skills.png);
}
#sidebar-years-experience:before {
  background-image: url(../../images/years_of_experience.png);
}
#sidebar-schools:before {
  background-image: url(../../images/schools.png);
}
#sidebar-majors:before {
  background-image: url(../../images/majors.png);
}
#sidebar-degrees:before {
  background-image: url(../../images/degrees.png);
}
#sidebar-certifications:before {
  background-image: url(../../images/certifications.png);
}
.individual-job-listing {
  margin-bottom: 30px;
}
.individual-job-listing:last-of-type {
  margin-bottom: 0px;
}
.listing-title {
  font-size: 16px;
}
.listing-location {
  opacity: .6;
  font-size: 12px;
}
.listing-date {
  opacity: .6;
  font-size: 12px;
}
#indeed_at {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  color: #00B943;
  margin-right: 6px;
}
.salary-info {
  font-size: 14px;
  font-weight: 500;
}
.external-job-links {
  margin: 0px 3px;
}
#filter_pane {
  overflow-y: auto;
}
@media (max-width: 767px) {
  #filter_pane {
    overflow-y: inherit;
  }
}
/* extendo styling */
.grid-details h5 {
  font-size: 12px;
  opacity: .6;
}
.grid-details .detail-external-link {
  display: inline-block;
}
@media (max-width: 767px) {
  .grid-details {
    overflow-y: scroll;
    border-right: 0px;
  }
  .grid-details .avg-sal {
    text-align: center;
  }
}
.ag-body-viewport {
  overflow-x: hidden;
}
.grid-details-mobile {
  width: 100% !important;
}
.grid-details-mobile .salary-word {
  display: inline-block !important;
  font-weight: 400 !important;
  font-size: 15px;
  padding-left: 5px;
}
.grid-details-mobile .avg-sal {
  display: none;
}
.grid-details-mobile salary-info {
  display: inline-block;
}
@media (max-width: 767px) {
  .grid-details-mobile salary-info {
    display: block;
  }
}
.grid-details-mobile salary-info .positions-available {
  display: inline-block;
}
.grid-details-mobile #learn_more {
  display: inline !important;
}
.grid-details-mobile .positions-available {
  display: inline-block;
}
.grid-details-mobile .avg-salary-num:after {
  display: none !important;
}
.grid-details-mobile .avg-salary-num div {
  text-align: left !important;
}
.grid-details-mobile .average-comparison {
  width: auto;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .grid-details-mobile .average-comparison {
    display: block;
    width: 100%;
    margin: 8px 0px;
  }
}
.grid-details-mobile .average-comparison .average-salary-num {
  width: auto !important;
  margin-left: 0px !important;
  min-width: 125px;
  vertical-align: middle;
  display: inline;
  font-size: 14px;
}
.grid-details-mobile .average-comparison .average-salary-num:after {
  display: none !important;
}
.grid-details-mobile .average-comparison .average-salary-num div {
  text-align: left !important;
}
.grid-details-mobile .average-comparison .average-salary-num .min-max-salary {
  display: none !important;
}
.grid-details-mobile .comp-score {
  display: none !important;
}
.positions-available {
  text-align: center;
  font-size: 13px;
  margin-top: 0px;
}
.positions-available:before {
  display: inline-block;
  content: "";
  background-color: #00B943;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-right: 5px;
}
.positions-not-available {
  text-align: center;
  font-size: 13px;
  margin-top: 00px;
  color: #77909e;
}
.positions-not-available:before {
  display: inline-block;
  content: "";
  background-color: #c82420;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-right: 5px;
}
.expando-salary-info {
  padding: 10px !important;
}
.expando-salary-info .btn {
  margin: 10px auto;
  display: block;
  width: 80%;
}
.expando-salary-info .compatibility-item {
  font-size: 12px !important;
}
salary-info {
  font-size: 15px;
  display: block;
}
salary-info .ng-binding {
  font-weight: 600;
  line-height: 17px;
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
}
.expando-position-details {
  padding: 10px !important;
}
.expando-position-details a {
  display: inline-block;
  width: 130px;
  border: solid 1px #00A9E0;
  background-color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  color: #00A9E0 !important;
}
@media (max-width: 767px) {
  .expando-position-details a {
    float: none !important;
    display: block;
    margin-bottom: 20px;
  }
}
.expando-position-details .user-drop-info {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 25px;
}
.expando-position-details .upload-instructions {
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  padding-left: 15%;
  padding-right: 15%;
}
.expando-position-details p {
  font-size: 10px !important;
}
.expando-compatibility {
  padding: 10px;
  font-size: 12px;
  margin-top: 10px;
  max-height: 178px;
  overflow: hidden;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.expando-compatibility .compatibility-section {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.expando-compatibility .compatibility-section .compatibility-heading {
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}
.expando-compatibility .compatibility-section .compatibility-col {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
}
.expando-compatibility .compatibility-section .compatibility-col:nth-of-type(odd) {
  margin-right: 1%;
}
.salary-info-pub .average-comparison .average-salary-num {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.salary-info-pub .average-comparison .average-salary-num:after {
  display: none;
}
.salary-info-pub .public-show {
  display: inline-block !important;
}
.average-comparison .average-salary-num {
  display: inline-block;
  width: 40%;
  margin-left: 2%;
  vertical-align: middle;
  position: relative;
}
.average-comparison .average-salary-num:after {
  content: "";
  display: inline-block;
  height: 23px;
  width: 1px;
  background-color: #ccc;
  margin-right: 6px;
  margin-left: 15px;
  position: absolute;
  margin-top: 0px;
  right: -10px;
  top: 15%;
}
.average-comparison .average-salary-num span {
  font-weight: bold;
}
.average-comparison .average-salary-num span span {
  font-size: 14px;
}
.average-comparison .min-max-salary {
  font-size: 12px;
  color: #ccc;
  font-weight: 100;
}
.average-comparison .comp-score {
  display: inline-block;
  width: 54%;
  text-align: center;
  vertical-align: middle;
  margin-left: 2%;
}
.average-comparison .comp-score .compatibility-item {
  padding: 4px;
  line-height: 13px;
}
.average-comparison .comp-score .compatibility-item:nth-of-type(1) {
  width: 6%;
  font-weight: 100;
  font-size: 13px;
  background-color: #ccc;
  color: #fff;
  font-weight: 400;
}
.average-comparison .comp-score .compatibility-item:nth-of-type(2) {
  background-color: #fff;
  color: #223238;
}
.expando-update-salary {
  display: inline-block;
  width: 130px;
  border: solid 1px #44b048;
  background-color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
  color: #44b048 !important;
}
/* saved positions */
.saved-container {
  background-color: #fff;
  padding: 20px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .saved-container {
    margin: 15px auto;
  }
}
.saved-container:last-of-type:after {
  border: 1px solid #e4e4e5;
  color: #ccc;
  content: "Add more saved positions and get better recommendations";
  padding: 15px;
  width: 31%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  .saved-container:last-of-type:after {
    width: 100%;
    display: block;
    margin: 15px auto;
  }
}
.saved-page-header h1 {
  width: 90%;
  display: block;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 200;
  text-align: center;
  text-shadow: none;
  color: #666;
  margin-left: auto;
  margin-right: auto;
}
.saved-page-header div {
  font-size: 16px;
  font-weight: 200;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
.saved-item {
  padding: 15px;
  width: 31%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
}
.saved-item:hover {
  background-color: #F6F7F8;
}
@media (max-width: 767px) {
  .saved-item {
    width: 100%;
    display: block;
    margin: 15px auto;
  }
}
.saved-item .close {
  font-size: 19px;
  line-height: 0.75;
  font-weight: 100;
  color: #000;
  -webkit-transform: scale(1.2, 1);
  -moz-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  -o-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
  margin-top: -7px;
}
.none-saved {
  color: #ccc;
  font-size: 15px;
  text-align: center;
  padding: 20px;
}
.none-saved-container:last-of-type:after {
  display: none !important;
}
/* privacy policy & terms */
.privacy-container {
  padding: 20px;
}
/* d3 chart */
.axis path,
.axis line {
  fill: none;
  stroke: #B4B4B4;
  shape-rendering: crishpEdges;
}
/* sign up flow */
.import-page-title {
  padding: 10px;
}
.import-page-title h1 {
  font-size: 32px;
  font-weight: 900;
  margin: 35px 35px 25px 35px;
}
.import-page-title h2 {
  font-size: 20px;
  margin: 0px 35px 25px 35px;
  color: #fff;
}
.import-page-title h2 img {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -7px;
  max-width: 106px;
}
.import-page-title a {
  font-size: 14px;
}
.import-step {
  margin: 20px 50px 20px 35px;
  padding-bottom: 10px;
  font-size: 16px;
}
.import-step strong {
  font-size: 22px;
  font-weight: 800;
  margin-right: 15px;
}
.import-step a {
  display: inline-block;
  width: 100px;
  border: solid 1px #00A9E0;
  background-color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  color: #00A9E0 !important;
}
.import-step .normal-link {
  display: inline;
  border: 0px;
  font-size: 15px;
  padding: 0px;
}
.import-step .steps {
  color: #616365;
  font-size: 19px;
  margin-right: 10px;
}
.import-step:last-child {
  border-bottom: none;
}
.linkedin-image {
  display: block;
  margin: 20px auto 10px;
  width: 80%;
  max-width: 530px;
}
#profile_content {
  width: 80%;
  height: 70px;
  resize: none;
  margin-top: 15px;
  margin-left: 90px;
  padding: 15px;
}
#pasteBox {
  width: 80%;
  margin: 30px auto;
  border: solid 1px #979797;
  background-image: url(../../images/cmd-v.png);
  background-size: contain;
  background-position: 0%;
  background-repeat: no-repeat;
}
#pasteBox:focus {
  padding-left: 5px;
  background-image: none;
}
.import-submit p {
  text-align: center;
  font-size: 17px;
}
.import-submit .btn {
  margin: 10px auto 30px;
  width: 40%;
}
.input-item {
  margin-bottom: 10px;
}
.input-group .ui-select-bootstrap {
  width: 100%;
}
.input-group .ui-select-bootstrap.dropdown {
  width: 100%;
}
@media (min-width: 767px) {
  .steps {
    vertical-align: top;
    display: inline-block;
    margin-top: -3px;
  }
  .step-text {
    display: inline-block;
    width: 75%;
    vertical-align: ;
  }
}
.step-text strong {
  font-size: 16px;
  margin-right: 0px;
}
.pro-school-info .form-control {
  background-image: url(../../images/school-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 25px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.pro-degree-info .form-control {
  background-image: url(../../images/degree-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 25px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.pro-major-info .form-control {
  background-image: url(../../images/major-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 25px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.pro-company-info .form-control {
  background-image: url(../../images/company-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 25px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.pro-title-info .form-control {
  background-image: url(../../images/job-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 25px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
#your_location {
  background-image: url(../../images/loc-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 25px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.nav-item-container #your_location {
  background-image: none;
  padding-left: 5px;
}
#select_title {
  position: relative;
}
#select_title:before {
  content: "";
  background-image: url(../../images/job-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 26px;
  position: absolute;
  z-index: 35;
  display: block;
  height: 34px;
  width: 34px;
  margin-top: 0px;
  margin-left: 3px;
}
#select_title .form-control {
  padding-left: 30px;
}
#major_title {
  position: relative;
}
#major_title:before {
  content: "";
  background-image: url(../../images/major-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 26px;
  position: absolute;
  z-index: 35;
  display: block;
  height: 34px;
  width: 34px;
  margin-top: 0px;
  margin-left: 3px;
}
#major_title .form-control {
  padding-left: 30px;
}
#school_title {
  position: relative;
}
#school_title:before {
  content: "";
  background-image: url(../../images/school-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 26px;
  position: absolute;
  z-index: 35;
  display: block;
  height: 34px;
  width: 34px;
  margin-top: 0px;
  margin-left: 3px;
}
#school_title .form-control {
  padding-left: 30px;
}
#company_title {
  position: relative;
}
#company_title:before {
  content: "";
  background-image: url(../../images/company-icon.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 26px;
  position: absolute;
  z-index: 35;
  display: block;
  height: 17px;
  width: 17px;
  margin-top: 9px;
  margin-left: 6px;
}
#company_title .form-control {
  padding-left: 30px;
}
#degree_title {
  position: relative;
}
#degree_title:before {
  content: "";
  background-image: url(../../images/degree-icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 26px;
  position: absolute;
  z-index: 35;
  display: block;
  height: 34px;
  width: 34px;
  margin-top: 0px;
  margin-left: 3px;
}
#degree_title .form-control {
  padding-left: 30px;
}
.select-height-restrictor {
  width: 100%;
}
.ladda-button[disabled] {
  background-image: linear-gradient(100deg, #cccccd, #cccccd) !important;
}
@media (max-width: 767px) {
  .res-input-nce {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .mobile-dropdown-spacing {
    margin-bottom: 200px;
  }
}
.resume-inputs .ui-select-search {
  width: 100% !important;
}
.resume-inputs .ui-select-choices {
  width: 100% !important;
}
.resume-inputs .checkbox-custom:after {
  content: "";
  margin-bottom: 13px;
  position: relative;
  height: 2px;
  width: 0px;
  background-color: transparent;
  display: inline-flex;
  margin-left: -5px;
}
@media (max-width: 767px) {
  .resume-inputs .checkbox-custom {
    display: inline-flex !important;
    width: 100% !important;
  }
}
.import-error {
  background-color: #EC7A08;
  width: 80%;
  margin: 0px auto 25px;
  padding: 12px;
  color: white;
  padding-left: 36px;
  background-image: url(../../images/alert-icon.svg);
  background-repeat: no-repeat;
  background-position: 8px;
  font-size: 15px;
}
.import-error a {
  color: #fff !important;
  text-decoration: underline;
}
.signup-alert {
  background-color: #EC7A08;
  margin: 0px -15px;
  padding: 12px;
  color: white;
  padding-left: 36px;
  background-image: url(../../images/alert-icon.svg);
  background-repeat: no-repeat;
  background-position: 8px;
  font-size: 15px;
}
.signup-alert #enter_email_verification_code {
  color: white;
  border: 1px solid white;
  border-radius: 0px;
  margin-left: 20px;
  padding: 5px 9px;
  margin-top: 3px;
}
.dashboard-container {
  background-color: transparent !important;
}
.dashboard-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .map-section h5 {
    margin-bottom: 10px 0px;
  }
  .map-section #position_title {
    margin-top: 10px;
  }
  .map-section .preview-h2 {
    display: inline-block;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin: 3px;
    background-color: #E0F2FA;
  }
  .map-section .preview-h2 p {
    margin: 0px;
  }
  .map-section .preview-h2 p a {
    padding: 7px;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .filter-item-container {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .filter-search-span {
    float: left;
  }
}
.filter-container {
  display: flex;
  width: 70%;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .filter-container {
    width: 87%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .filter-container .filter-item {
    margin-right: 20px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .filter-container .filter-item {
    margin-right: 10px;
  }
}
#company_logo {
  margin-top: 15px;
  height: 40px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#company_logo_text {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: -12px;
}
#position-info hr {
  margin-top: 0px;
}
.pos-detail-header {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .pos-detail-header {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.pos-detail-set-content {
  width: 60%;
  padding: 0px 15px;
}
@media (max-width: 991px) {
  .pos-detail-set-content {
    display: block;
    width: 100%;
    order: 2;
  }
}
.answer-signup-prompt-title {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0px 5px;
}
.answer-signup-prompt {
  display: flex;
  background: #1E3339;
  flex-wrap: wrap;
  width: 40%;
  color: #fff;
  text-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .answer-signup-prompt {
    width: 100%;
    padding: 15px;
    order: 1;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.answer-signup-prompt .prompt-col {
  width: 50%;
  font-size: 13px;
  line-height: 15px;
  padding: 12px;
}
@media (max-width: 991px) {
  .answer-signup-prompt .prompt-col {
    padding: 15px;
  }
}
.answer-signup-prompt .prompt-col a {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}
.pcsd-col {
  display: inline-block;
  vertical-align: top;
}
.pcsd-1 {
  width: 59%;
}
@media (max-width: 991px) {
  .pcsd-1 {
    width: 100%;
  }
}
.pcsd-2 {
  width: 40%;
}
@media (max-width: 991px) {
  .pcsd-2 {
    width: 100%;
  }
}
.pcsd-2 a {
  max-width: 200px;
  margin: auto;
}
@media (max-width: 991px) {
  .pcsd-2 a {
    margin: 0px;
  }
}
.scrollinglink {
  background-color: #00A9E0;
  display: inline-block;
  padding: 5px 25px 5px 8px;
  margin-left: 8px;
  margin-bottom: 10px;
  position: relative;
}
.scrollinglink a {
  color: #fff !important;
  padding: 5px 8px;
  text-decoration: none !important;
}
.scrollinglink a i {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 20px;
}
/*John's experiment with responsive lists.*/
#table-content {
  font-size: .75em;
  /* 12/16 */
  width: 71.875%;
  /* 650/960 */
  max-width: 960px;
  text-align: left;
  margin: 0px auto;
  /*auto centers the container */
  padding: 3.84615384615385%;
  /* 25/650 */
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
.columns {
  -moz-column-width: 11.5em;
  /* Firefox */
  -webkit-column-width: 11.5em;
  /* webkit, Safari, Chrome */
  column-width: 11.5em;
}
/*remove standard list and bullet formatting from ul*/
.columns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child {
  margin-top: 0px;
}
