@charset "UTF-8";
/*============================================================================
  Clearfit Stylesheet

  --Table of Contents--
    #Colour Variables

==============================================================================*/
.career-connect-container {
  display: flex;
  flex-direction: column;
}

.career-connect-search-top-container {
  height: calc(100% - 10px);
}

.modal-content .career-connect-search-top-container {
  margin-right: 15px;
  margin-left: 15px;
}

.selected-job-name {
  font-size: 25px;
  font-family: "acumin-pro-semi-condensed";
  line-height: 45px;
  color: #002b4d;
  height: 45px;
}

.filter-selection {
  height: 45px;
  width: 100%;
  background: #30788a;
  border-radius: 8px;
  border: thin solid #f6f6f6;
  font-family: "acumin-pro-semi-condensed";
  color: #f6fafe;
}

.filter-selection:focus {
  background: #30788a;
}

.search-result-wrapper {
  box-sizing: border-box;
  padding: 20px;
}

.search-result-header {
  background-color: #1C5582;
  color: white;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 0 5px 0;
}

.search-result-footer {
  text-align: center;
}

.employee-candidate-search-list {
  display: inline-block;
  list-style-type: none;
}
.employee-candidate-search-list li {
  position: relative;
  float: left;
}

.career-connect-form-label {
  font-size: 15px;
  font-weight: bold;
}

.name-display-panel {
  padding: 5px 0 0 0;
}

.best-match-fit-cell {
  text-align: center;
}
.best-match-fit-cell img {
  max-width: 15%;
  height: auto;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.card-container {
  padding: 2px 16px;
}

/* The switch - the box around the slider */
.career-connect-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.career-connect-switch input {
  display: none;
}

/* The slider */
.career-connect-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.career-connect-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .career-connect-slider {
  background-color: #1C5582;
}

input:focus + .career-connect-slider {
  box-shadow: 0 0 1px #1C5582;
}

input:checked + .career-connect-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#career-connect-loader {
  position: absolute;
  left: 45%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin-top: 20%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0d1743;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.bubble {
  background-color: #199FB3;
  float: left;
  padding: 2px 5px;
  line-height: normal;
  color: #fff;
  display: block;
  font-size: 80%;
  border-radius: 4px;
}
.bubble span {
  padding-right: 5px;
}
.bubble a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.search-result-title {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 14px 9px;
  text-decoration: none;
  font-size: 20px;
  font-family: "acumin-pro-semi-condensed";
  line-height: 32px;
  color: #002b4d;
  background: transparent;
}
.search-result-title .match-total {
  line-height: 32px;
  font-weight: 900;
  color: #002b4d;
  padding-left: 5px;
}

.candidate-info-career-connect {
  font-size: 21px;
  line-height: 29px;
  color: #374653;
}

.candidate-name-header {
  font-size: 28px;
  line-height: 45px;
  color: #374653;
  padding-left: 20px;
  height: 45px;
}

.learn-more-career-connect {
  background: #1c5582;
  border-radius: 28px;
  width: 153px;
  height: 35px;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #f9f9f9;
  font-family: "acumin-pro-semi-condensed";
}

.search-result-group span {
  position: absolute;
  padding-top: 6%;
}

.search-result-row :hover {
  background-color: grey;
}

#bestFitTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
  margin-top: 2.5%;
}

#bestFitTable td {
  text-align: left;
  padding: 5px;
}

#bestFitTable th {
  text-align: center;
  padding: 12px;
}

#bestFitTable tr.row-item {
  border: 1px solid transparent;
  font-size: smaller;
  background: #f9fafb;
  box-shadow: 0px 7.77027px 32px rgba(0, 0, 0, 0.15);
  border-radius: 6.21622px;
  margin-bottom: 15px;
}

#bestFitTable tr.header {
  background-color: #1C5582;
  color: #fff;
}

#bestFitTable tr:hover {
  background-color: #e6f7ff;
}

#bestFitTable tr.header:hover {
  background-color: #1C5582;
}

.no-results-image {
  margin: 0 auto;
  display: block;
}

.no-results-message {
  margin: 0 auto;
  font-size: 35px;
  line-height: 86px;
  text-align: center;
  color: #002b4d;
}

.no-job-selected {
  margin: 0 auto;
  font-size: 35px;
  line-height: 86px;
  text-align: center;
  color: #002b4d;
}

.spacer {
  height: 15px;
}

.employee-candidate-search-field input {
  background: #30788a;
  border-radius: 8px;
  font-family: "acumin-pro-semi-condensed";
  color: #f6fafe;
}
.employee-candidate-search-field :focus {
  color: black;
}
.employee-candidate-search-field ::placeholder {
  color: #f6fafe;
  opacity: 1;
}
.employee-candidate-search-field :-ms-input-placeholder {
  color: #f6fafe;
}
.employee-candidate-search-field ::-ms-input-placeholder {
  color: #f6fafe;
}
.employee-candidate-search-field :focus::placeholder {
  color: #ebeef3;
}

.search-criteria-box {
  /**
    border: 0.1px solid #ddd;
    border-radius: 5px;*/
  padding: 20px;
  height: 100%;
}

.experience-level-radio-btn {
  margin-left: 10px;
}

.btn-toggle,
.btn-remove {
  position: absolute;
  right: 0;
  padding-right: 5px;
  padding-top: 2px;
  cursor: pointer;
}
.btn-toggle.disabled,
.btn-remove.disabled {
  opacity: 0.4;
  cursor: auto;
}

.btn-toggle {
  right: 30px;
}

.career-connect-menu-container {
  margin-top: 2%;
}
.career-connect-menu-container .col-xs-12 {
  position: static;
}
.career-connect-menu-container .active {
  left: unset;
  top: unset;
}

.career-connect-menu-button {
  background-color: #1C5582;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

#career-connect-reset-button {
  width: 200px;
  float: right;
  margin-bottom: 10px;
}

.career-connect-menu-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.career-connect-menu-button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.career-connect-menu-button :hover span {
  padding-right: 25px;
}

.career-connect-menu-button :hover span:after {
  opacity: 1;
  right: 0;
}

/* Dropdown Button */
.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.career-connect-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.career-connect-dropdown-content {
  position: absolute;
  background-color: #fff;
  min-width: 95%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.career-connect-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.career-connect-dropdown-content a:hover {
  background-color: #e6f2ff;
  color: black;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.selected-career-connect-btn {
  border: 2px solid #0d1743;
  background-color: white;
  color: #0d1743;
}

.insight-career-connect-container {
  clear: both;
  padding-top: 50px;
}

.match-result-header {
  padding-left: 1em;
  padding-right: 1.2em;
}

/*============================================================================
  Assessment Clearfit Stylesheet

  --Table of Contents--
    #Fonts, Links
    #Structure
    #Elements
    #Forms
    #Buttons

==============================================================================*/
/*============================================================================
    #Fonts, Links and Buttons
==============================================================================*/
h1 {
  font-size: 24px;
  margin: 0 auto 30px;
  font-weight: 400;
  max-width: 600px;
  line-height: 30px;
  min-height: 100px;
  color: #1C5582;
}

h2 {
  font-size: 20px;
  margin: 0 auto 30px;
  font-weight: 400;
  max-width: 600px;
  line-height: 30px;
  min-height: 100px;
}

/*============================================================================
    #Structure
==============================================================================*/
.content-container {
  display: table;
  position: static;
  height: 100%;
  width: 100%;
  top: 0;
}
.content-container p {
  font-size: 18px;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.navbar-right {
  margin-top: 11px;
  font-family: "acumin-pro-semi-condensed";
}
.navbar-right h3, .navbar-right h1, .navbar-right h2 {
  font-family: "acumin-pro-condensed";
}
.navbar-right a {
  font-family: "acumin-pro-semi-condensed";
}

.white-label-logo {
  height: auto;
}
.white-label-logo .external-clearfit-logo {
  height: 76px;
}

.cspark-logo {
  height: 135px;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.close-assessment-container {
  bottom: 0;
  position: fixed;
  background: #F6F6F6;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.survey-question-popup {
  position: absolute;
  height: 100%;
  background-color: #F2F2F2;
  width: 100%;
  z-index: 999;
}

.interest-question-popup-heading {
  padding-top: 10px;
  line-height: 30px;
}

.information-container p {
  margin-bottom: 10px;
}

.incomplete-message {
  position: relative;
}

/*============================================================================
    #Elements
==============================================================================*/
.progress-bar {
  background: #F6F6F6;
  height: 5px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar span {
  display: block;
  height: 100%;
  background-color: #F1940F;
  position: relative;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
}

.progress-percent {
  color: #f1940f;
  margin-right: 4px;
}

.new-carousel {
  font-family: "acumin-pro-semi-condensed";
}

.progress-bar-div {
  padding-top: 20px;
}
.progress-bar-div .new-progress-percent {
  font-family: "acumin-pro-condensed";
  font-size: 24px;
  line-height: 28px;
  color: #296978;
  display: inline-block;
}
.progress-bar-div .new-progress-bar {
  width: 400px;
  height: 20px;
  border-radius: 10px;
  margin-left: 20px;
  border: 1px solid #bce6ee;
  margin: 0 auto;
  display: inline-block;
}
.progress-bar-div .new-progress-bar span {
  display: block;
  height: 100%;
  background-color: #296978;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
}

.survey-review-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.survey-review-wrapper-content {
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  text-align: center;
  padding-bottom: 100px;
}
.survey-review-wrapper-content .panel {
  box-shadow: none;
  border: none;
  text-align: center;
}
.survey-review-wrapper-content .panel-group {
  padding: 0 10px;
  position: relative;
  top: -20px;
}
.survey-review-wrapper-content .panel-default > .panel-heading {
  background: #fff;
}
.survey-review-wrapper-content .panel-default > .panel-heading .panel-title {
  color: #F1940F;
}
.survey-review-wrapper-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #54657E;
  border-bottom: 1px solid #54657E;
}

.fade-out-survey-questions {
  opacity: 0.1;
}

.fade-in-survey-questions {
  opacity: 1;
}

.survey-question {
  font-family: "acumin-pro-semi-condensed";
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #4e5d6a;
}

/*============================================================================
    #Forms
==============================================================================*/
.terms {
  font-size: 14px;
  position: relative;
  left: 20px;
}
.terms a {
  font-size: 14px;
}

/*============================================================================
    #Buttons
==============================================================================*/
.left-arrow-survey,
.right-arrow-survey {
  background-image: url("/assets/img/left-arrow-survey.svg");
  background-size: 50px 50px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  font-size: 0;
  cursor: pointer;
  outline: none;
  border: 0;
}
.left-arrow-survey:hover,
.right-arrow-survey:hover {
  width: 50px;
  height: 50px;
  font-size: 0;
}

.right-arrow-survey {
  background: url("/assets/img/right-arrow-survey.svg") no-repeat 50% 50%;
  background-size: contain;
}

.left-arrow-survey.activeDisabledFunction,
.right-arrow-survey.active-disabled-function {
  opacity: 0.2;
  cursor: auto;
}

.right-arrow-survey.activeDisabledFunction {
  opacity: 0.2;
  cursor: auto;
}

.fadein,
.fadeout {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}

.survey-questions li {
  display: inline-block;
}

.circle-answers {
  margin: 0;
  padding: 0;
}
.circle-answers li {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 20px;
  padding-top: 60px;
  cursor: pointer;
}
.circle-answers li .arrow-image {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 5px;
  left: 3px;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
}
.circle-answers li:hover .answer-button {
  background: #bce6ee;
  border-color: #bce6ee;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.circle-answers li:hover .arrow-image {
  display: block;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.circle-answers .selected .answer-button {
  background: #bce6ee;
  border-color: #bce6ee;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.circle-answers .selected .arrow-image {
  display: block;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.circle-answers .selected:hover .answer-button {
  background: #bce6ee;
  border-color: #bce6ee;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.circle-answers .answer-button {
  -webkit-border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #fff;
  height: 55px;
  width: 55px;
  border: 8px solid #bce6ee;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
}
.circle-answers .answer-button:after {
  background: #fff;
  content: " ";
  height: 55px;
  width: 55px;
  border: 8px solid #F1940F;
  left: -8px;
  top: -8px;
  position: absolute;
  border-radius: 100px;
  display: none;
}

.button-circle {
  border-radius: 100px;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 10px;
}

.alert-circle {
  border: 2px solid #CF4053;
}

.success-circle {
  border: 2px solid #F1940F;
}

.disable-next-message {
  opacity: 1;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: -100px;
}

.distortion-message {
  opacity: 1;
  position: relative;
}
.distortion-message p {
  font-size: 12px;
}

.resume-container {
  width: 40%;
  margin: 30px auto 50px;
  display: block;
  border: 1px dashed black;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.resume-container input {
  margin: 0 auto;
  width: 50%;
}
.resume-container h3 {
  font-size: 16px;
}
.resume-container p {
  font-size: 12px;
  width: 80%;
  margin: 20px auto;
  display: block;
}
.resume-container .mobile-message {
  border-top: 1px solid black;
  padding-top: 10px;
}
.resume-container .spin {
  width: 50px;
}
.resume-container .success-message,
.resume-container .error-message {
  color: #7CC242;
}
.resume-container .success-message span,
.resume-container .error-message span {
  font-size: 30px;
  display: block;
  margin: 0 auto;
}
.resume-container .error-message {
  color: #C52D2A;
}
.resume-container .try-again {
  background: none;
  border: none;
  text-decoration: underline;
}

.detectPDF {
  cursor: pointer;
}
.detectPDF span {
  width: 50px;
  display: block;
  margin: 0 auto 20px;
  font-size: 40px;
}
.detectPDF .title {
  margin-bottom: 10px;
}
.detectPDF .upload-resume-link {
  text-decoration: underline;
}

.missing-resume {
  cursor: pointer;
}

.career-connect-container {
  padding-top: 75px;
  margin-right: 5%;
  margin-left: 8%;
  width: initial;
}

.career-connect-search-top-container {
  height: calc(100% - 10px);
}

.search-result-wrapper {
  box-sizing: border-box;
  padding-left: 5%;
}

.search-result-header {
  background-color: #1C5582;
  color: white;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 0 5px 0;
}

.search-result-footer {
  text-align: center;
}

.top-margin {
  margin-top: 25px;
}

.employee-candidate-search-list {
  display: inline-block;
  list-style-type: none;
}
.employee-candidate-search-list li {
  position: relative;
  float: left;
}

.career-connect-form-label {
  font-size: 15px;
  font-weight: bold;
}

.name-display-panel {
  padding: 5px 0 0 0;
}

.best-match-fit-cell {
  text-align: center;
}
.best-match-fit-cell img {
  max-width: 15%;
  height: auto;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.card-container {
  padding: 2px 16px;
}

/* The switch - the box around the slider */
.career-connect-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.career-connect-switch input {
  display: none;
}

/* The slider */
.career-connect-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.career-connect-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .career-connect-slider {
  background-color: #1C5582;
}

input:focus + .career-connect-slider {
  box-shadow: 0 0 1px #1C5582;
}

input:checked + .career-connect-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#career-connect-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin-top: 20%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0d1743;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.bubble {
  background-color: #199FB3;
  float: left;
  margin: 4px;
  padding: 2px 5px;
  line-height: normal;
  margin-top: 0;
  color: #fff;
  display: block;
  font-size: 80%;
}
.bubble span {
  padding-right: 5px;
}
.bubble a {
  cursor: pointer;
  font-weight: bold;
  padding-left: 7px;
  border-left: 1px solid grey;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.search-result-group span {
  position: absolute;
  padding-top: 6%;
}

.search-result-row :hover {
  background-color: grey;
}

#bestFitTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
  margin-top: 2.5%;
}

#bestFitTable td {
  text-align: left;
  padding: 5px;
}

#bestFitTable th {
  text-align: center;
  padding: 12px;
}

#bestFitTable tr {
  border-bottom: 1px solid #ddd;
  font-size: smaller;
}

#bestFitTable tr.header {
  background-color: #1C5582;
  color: #fff;
}

#bestFitTable tr:hover {
  background-color: #e6f7ff;
}

#bestFitTable tr.header:hover {
  background-color: #1C5582;
}

.search-criteria-box {
  /**
  border: 0.1px solid #ddd;
  border-radius: 5px;*/
  padding: 20px;
  height: 100%;
}

.experience-level-radio-btn {
  margin-left: 10px;
}

.btn-toggle,
.btn-remove {
  position: absolute;
  right: 0;
  padding: 5px;
  cursor: pointer;
}
.btn-toggle.disabled,
.btn-remove.disabled {
  opacity: 0.4;
  cursor: auto;
}

.btn-toggle {
  right: 30px;
}

.career-connect-menu-container {
  margin-top: 2%;
}

.career-connect-menu-button {
  border-radius: 4px;
  background-color: #1C5582;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  width: 15%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.career-connect-menu-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.career-connect-menu-button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.career-connect-menu-button :hover span {
  padding-right: 25px;
}

.career-connect-menu-button :hover span:after {
  opacity: 1;
  right: 0;
}

/* Dropdown Button */
.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.career-connect-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.career-connect-dropdown-content {
  position: absolute;
  background-color: #fff;
  min-width: 95%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.career-connect-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.career-connect-dropdown-content a:hover {
  background-color: #e6f2ff;
  color: black;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.selected-career-connect-btn {
  border: 2px solid #0d1743;
  background-color: white;
  color: #0d1743;
}

/* Profile According Styling */
/* Style the buttons that are used to open and close the accordion panel */
button.profileaccordion {
  background-color: #e4f1f5;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.profileaccordion.active,
button.profileaccordion:hover {
  background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.profile-panel {
  padding: 0 18px;
  margin-bottom: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

button.profileaccordion:after {
  content: "➕";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

button.profileaccordion.active:after {
  content: "➖";
  /* Unicode character for "minus" sign (-) */
}

.opening-list {
  list-style-type: none;
  padding-left: 0;
}
.opening-list a {
  text-decoration: none;
}

.opening-list > li {
  padding-top: 10px;
}

.apply-section {
  text-align: right;
}

.apply-button {
  background-color: #4caf50;
  color: white;
  border: 2px solid #4caf50;
  padding: 8px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.apply-button:hover {
  background-color: white;
  color: black;
}

.profile-career-connect-instruction {
  padding: 20px;
  background-color: #e4f1f5;
  color: black;
  font-size: 10px;
}
.profile-career-connect-instruction .closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.profile-career-connect-instruction .closebtn:hover {
  color: white;
}

.cancel-padding {
  padding: 0;
}

.profile-menu {
  padding-top: 4%;
  margin-left: 10%;
}

.announcement-banner {
  background-color: #29628e;
  min-height: 40px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-left: 10px;
  color: #fbfaf9;
  text-align: center;
}

.result-title-reverse-match {
  width: 96%;
  margin-left: 14px;
  text-align: center;
  background-color: #0e1843;
  border: none;
  color: white;
  padding: 14px 9px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 2px;
}

.footer-logo {
  width: 10%;
}

.apply-footer-logo {
  width: 10% !important;
}

.alert-override {
  width: 47%;
  z-index: 0;
  margin-bottom: 1%;
  position: relative;
  padding: 10px 28px;
}
.alert-override a {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
