.social-links a {
  display: inline-block;
  margin-right: 10px; /* Adjust as needed */
}
.social-links a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; /* Adjust the icon color as needed */
  border-radius: 50%; /* Make it circular */
  font-size: 30px; /* Adjust the icon size as needed */
  transition: background-color 0.3s ease-in-out;
}
.social-links a i:hover {
  color: #006837;
}

a i {
  height: 24px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.top {
  vertical-align: top;
}

.full-width {
  width: 100%;
}

.flex {
  display: flex;
}

.hide-overflow {
  overflow: hidden;
}

.no-padding {
  padding: 0;
}

@font-face {
  font-family: PoorRichard;
  src: url("poor-richard.ttf");
}
@font-face {
  font-family: FuturaOblique;
  src: url("../fonts/FuturaOblique.ttf");
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #fff;
  color: #4e4e4e;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: justify;
}

a {
  color: #b9d989;
  transition: color 300ms, background-color 300ms;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #fff;
}

a.dark-link:hover,
a.dark-link:focus {
  color: #169b49;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

h1, .h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.form-group .help-block {
  font-size: 0.95em;
  line-height: 1.1;
}
.form-group label {
  display: inline-flex;
  margin-bottom: 8px;
  gap: 8px;
  align-items: flex-start;
  cursor: pointer;
}
.form-group label input[type=radio], .form-group label input[type=checkbox] {
  margin-top: 3px;
  margin-right: 15px;
}
.form-group label span {
  margin-left: 20px;
}
.form-group .form-control {
  height: 38px;
}

.row p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #b9d989;
  font-weight: 400;
  line-height: 24px;
}

footer {
  margin-top: 35px;
  background-color: #86C040;
  color: #fff;
}
footer a, footer p, footer strong {
  color: #fff;
  font-size: 14px;
}
footer a:hover, footer a:focus {
  color: #23527c;
  text-decoration: underline;
}
footer .btn-newsletter {
  background-color: #006838;
  color: white;
}
footer .copyright-row {
  padding: 8px;
  text-align: center;
  background-color: #006837;
  color: white;
  font-size: 16px;
}
footer .copyright-row a {
  color: white;
}
footer h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

label {
  margin: 0px;
}
label input[type=radio], label input[type=checkbox] {
  margin-top: 3px;
  margin-right: 5px;
}

.container {
  margin-bottom: 50px;
}

.margin-above {
  margin-top: 30px;
}

.margin-below {
  margin-bottom: 30px;
}

.no-padding {
  padding: 0px;
}

header {
  margin-bottom: 60px;
}

header .container-fluid {
  background-color: #169b49;
}

header .light-background {
  position: absolute;
  top: 12px;
  width: 100%;
  height: 90px;
  background-image: url("../images/header-background.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: #8AC24C;
}

header .sitename {
  font-family: PoorRichard;
}

header .logo img {
  height: 100px;
  width: 100px;
  padding: 10px;
}

header .title {
  text-align: center;
  font-family: PoorRichard;
  color: #056938;
  font-size: 80px;
}
header .title p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  header .title {
    font-size: 28px;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    color: #fff;
  }
}

header .job-db-header .title {
  font-size: 55px;
  padding-top: 15px;
}

header .lang-select {
  padding-top: 20px;
  text-align: right;
}
header .lang-select p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  header .lang-select {
    padding-top: 10px;
  }
}

header .category-title {
  width: 350px;
  height: 40px;
  float: right;
  position: relative;
  padding: 0px 25px;
  background-image: url("../images/headerkosideko.png");
  font-family: FuturaOblique !important;
  font-size: 20pt;
  color: #fff;
  font-style: crisp;
}
header .category-title p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  header .category-title {
    font-size: 20px;
    padding-top: 4px;
    max-width: 60%;
  }
}

.green-button {
  display: inline-block;
  width: 210px;
  height: 60px;
  padding: 5px;
  background-color: #8AC24C;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 10px 5px;
  border: none;
  font-size: 18px;
}
.green-button p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .green-button {
    height: auto;
    min-height: 45px;
  }
}

.disabled-button {
  display: inline-block;
  width: 210px;
  height: 60px;
  padding: 10px 5px;
  background-color: lightgrey;
  color: darkgray;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.green-button strong,
.disabled-button strong {
  display: block;
}

.kv-password .input-group-addon::after {
  content: " show password";
}

.kv-meter-container {
  width: 0px;
}

.questions-unanswered {
  margin-bottom: 30px;
  padding: 15px;
  font-size: 130%;
  text-align: center;
  background-color: lightcoral;
  border: 1px solid red;
}

.personality-question {
  margin-bottom: 10px;
  border: 1px solid #ffffff;
}

.personality-question label {
  width: 100%;
  cursor: pointer;
}

.question-description {
  display: flex;
  align-items: center;
  height: 46px;
  font-size: 130%;
}

.personality-question-button {
  width: 100%;
  padding: 10px;
  border: 1px solid #dbdbdb;
  background-color: rgba(217, 234, 193, 0.1803921569);
  color: #3b3b3b;
  transition: 0.1s linear;
  text-align: left;
}
.personality-question-button:hover {
  background-color: #d9eac1;
}

.personality-question input:checked + .personality-question-button {
  background-color: #86C040;
  color: #fff;
  border-color: #86C040;
}

.professional-question-header-img {
  max-height: 100px;
}
.professional-question-header-img p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .professional-question-header-img {
    display: block;
    margin-bottom: 14px;
  }
}

.professional-question {
  min-height: 55px;
  margin-bottom: 8px;
  border: 1px solid #ffffff;
}

.professional-question .question-description {
  height: inherit;
  line-height: inherit;
  text-align: left;
}
.professional-question .question-description > span > img p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .professional-question .question-description > span > img {
    height: 22px;
    width: auto;
  }
}

.professional-question .slider.slider-horizontal {
  width: 400px;
}

.professional-question .icon-container {
  margin-right: 28px;
  border: 2px solid #ffffff;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.1s linear;
  padding: 4px;
  border-radius: 5px;
}
.professional-question .icon-container:hover {
  opacity: 0.9;
}
.professional-question .icon-container p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .professional-question .icon-container {
    margin-right: 14px;
  }
  .professional-question .icon-container img {
    height: 30px;
    width: auto;
  }
}

.professional-question .no-right-margin {
  margin-right: 0px !important;
}

.professional-question input:checked + .icon-container {
  opacity: 1;
  border-color: rgb(134, 192, 64);
}

.task-questions-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.task-questions {
  margin-top: 40px;
  margin-bottom: 50px;
  background-image: url("../images/arrow_up_grey.png");
  background-repeat: no-repeat;
  background-position: 188px 180px;
  min-width: 810px;
}

.task-questions .answer-container {
  display: inline-block;
  width: 9%;
  margin-right: 1%;
  vertical-align: top;
}

.task-questions .answer-container .answer-text {
  display: inline-block;
  min-height: 60px;
  text-align: center;
}

.task-questions .draggable-answer {
  /*float: right;
  margin: 0 auto;*/
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/task-icons-inactive.png");
  background-repeat: no-repeat;
  background-size: 3358px 60px;
}

.task-questions .draggable-answer:hover {
  cursor: grab;
}

.task-questions .draggable-answer.dropped {
  background-image: url("../images/task-icons-active.png");
}

.task-questions .drop-bar {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}

.task-questions .drop-bar .label-box,
#dragStart .label-box {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
  top: -20px;
  width: 18%;
  font-size: 170%;
  text-align: right;
  color: #169b49;
}

.task-questions .drop-area-container {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 80%;
}

.task-questions .drop-area {
  display: inline-block;
  width: 9%;
  height: 60px;
  margin-right: 1%;
}

.task-questions .drop-bar .line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: darkgreen;
}

.interest-question .question-description img {
  height: 45px;
}

.interest-question span {
  vertical-align: middle;
}

.interest-question label {
  cursor: pointer;
}

.interest-question label > input {
  display: none;
}

.interest-questionlabel > input + div {
  cursor: pointer;
  border: 2px solid transparent;
}

.interest-question .icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.interest-question .cross {
  background-image: url("../images/disabledCross.jpg");
}

.interest-question input:checked + .cross,
.preload-cross {
  background-image: url("../images/enabledCross.jpg");
}

.interest-question .heart {
  background-image: url("../images/loveitDisable.jpg");
}

.interest-question input:checked + .heart,
.preload-heart,
.heart-red {
  background-image: url("../images/loveit.jpg");
}

#sector-understanding-form label {
  display: block;
  margin-top: 20px;
}

.preload-container {
  max-height: 1px;
  padding-top: 1px;
  overflow: hidden;
}

.btn-questionnaire {
  position: relative;
  top: 20px;
  width: 100px;
  height: 50px;
}

.results .nav-tabs > li {
  width: 50%;
  background-color: #CFE6B3;
  font-family: FuturaOblique;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.results .nav-tabs > li p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .results .nav-tabs > li {
    font-size: 16px;
  }
  .results .nav-tabs > li a {
    padding: 10px 6px;
  }
}

.results .nav-tabs > li a {
  color: darkolivegreen;
}

.results .nav-tabs > li.active a {
  background-color: #B5D689;
}

#result-title {
  text-align: center;
  text-transform: uppercase;
  color: #169b49;
  font-style: normal;
}
#result-title span {
  font-weight: bold;
}
#result-title p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #result-title {
    font-size: 16px;
  }
  #result-title span {
    font-weight: bold;
  }
}

.result-container,
.default-container {
  background-color: rgba(181, 214, 137, 0.1803921569);
  padding: 40px;
}
.result-container p,
.default-container p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .result-container,
  .default-container {
    padding: 16px;
    text-align: left;
  }
  .result-container h1,
  .default-container h1 {
    font-size: 26px;
  }
  .result-container h2,
  .default-container h2 {
    font-size: 18px;
  }
}

.default-container a {
  color: white;
}

.result-container .filter-area .btn-filter {
  text-align: center;
  font-size: 150%;
  color: #000;
}
.result-container .filter-area .nav-tabs {
  border: 0px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.result-container .filter-area .nav-tabs p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .result-container .filter-area .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.result-container .filter-area .nav-tabs > li {
  width: 25%;
  font-family: FuturaOblique;
  text-transform: uppercase;
  text-align: center;
}
.result-container .filter-area .nav-tabs > li p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .result-container .filter-area .nav-tabs > li {
    min-width: 180px;
  }
}
.result-container .filter-area .nav-tabs > li a {
  min-height: 80px;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
}
.result-container .filter-area .nav-tabs > li a img {
  height: 30px;
}
.result-container .filter-area .nav-tabs > li.active a, .result-container .filter-area .nav-tabs > li a:hover {
  background-color: #B5D689;
  color: #000;
}
.result-container .btn-apply-filter {
  width: 100%;
  padding: 10px;
  background-color: #169b49;
  color: white;
  border: 0px;
  font-size: 130%;
}
.result-container .btn-apply-filter p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .result-container .btn-apply-filter {
    font-size: 15px;
  }
}
.result-container .btn-reset-filter {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: lightgray;
  color: black;
  font-size: 130%;
  border: 0px;
}
.result-container .btn-reset-filter p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .result-container .btn-reset-filter {
    font-size: 15px;
  }
}
.result-container .job-match {
  margin-top: 20px;
  text-align: center;
  font-size: 150%;
}
.result-container .title {
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  color: darkolivegreen;
  font-family: FuturaOblique;
  font-size: 110%;
}
.result-container .job-name {
  width: 100%;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
  line-height: 2;
}
.result-container .job-name.background-color-neutral {
  background-color: darkgray;
}
.result-container .education-indicator {
  display: flex;
  min-height: 42px;
  padding: 3px;
  text-align: left;
  align-items: center;
}
.result-container .education-indicator p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .result-container .education-indicator {
    justify-content: center;
  }
}
.result-container .education-indicator .bars {
  display: flex;
  min-width: 40px;
  margin-right: 10px;
  flex-direction: column;
  justify-content: flex-end;
}
.result-container .education-indicator .bars .bar {
  width: 40px;
  height: 8px;
  margin: 1px;
}
.result-container .education-indicator .bars .bar.bar-academic {
  background-color: #d39d44;
}
.result-container .education-indicator .bars .bar.bar-diploma {
  background-color: #683C11;
}
.result-container .education-indicator .bars .bar.bar-tslc {
  background-color: #A6519F;
}
.result-container .education-indicator .bars .bar.bar-training {
  background-color: #144A9A;
}
.result-container .education-indicator .hand-sign {
  display: flex;
  min-width: 40px;
  min-width: 40px;
  margin-right: 10px;
  flex-direction: column;
  top: 20px;
}
.result-container .min-education {
  padding-top: 7px;
  color: #D19A23;
  font-family: "FuturaOblique";
  font-size: 130%;
}
.result-container .match {
  padding-top: 7px;
}
.result-container .btn-learn-more {
  position: relative;
  top: 8px;
  width: 100%;
  height: 40px;
  padding: 6px;
  background-color: #fff;
  font-size: 13pt;
  color: #666;
}
.result-container .background-color-academic {
  background-color: #d39d44;
}
.result-container .color-academic {
  color: #d39d44;
}
.result-container .background-color-diploma {
  background-color: #683C11;
}
.result-container .color-diploma {
  color: #683C11;
}
.result-container .background-color-training {
  background-color: #144A9A;
}
.result-container .color-training {
  color: #144A9A;
}
.result-container .collapseLearnMore {
  background-color: #fff;
  color: #000;
  padding: 6px;
}

.job-more-info {
  margin-top: 0px;
  padding: 6px;
}
.job-more-info div {
  word-wrap: break-word;
}

.job-more-info .match {
  text-align: center;
  font-size: 13px;
  font-weight: bolder;
}

.job-more-info .match a {
  color: #169b49;
}

.result-container .match {
  padding-top: 6px;
  overflow-x: auto;
}

.rating-table {
  position: relative;
  left: 5%;
  width: 80%;
}

.rating-table .cat-name {
  width: 40%;
}

.rating-table .neg-name {
  width: 10%;
  text-align: right;
  padding-right: 5px;
}

.rating-table .bar {
  width: 40%;
}

.rating-table .pos-name {
  width: 10%;
  padding-left: 5px;
}

/*.rating-bar-border {
  height: 13pt;
  border: 1px solid black;
  padding: 2px;
  padding-right: 1px;
}*/
.rating-bar {
  position: relative;
  display: inline-block;
  width: 99%;
  height: 30px;
  min-width: 210px;
}

.rating-bar .indicator {
  position: absolute;
  top: 2px;
  width: 2%;
  height: 26px;
  padding-left: 2px;
  background-color: black;
}

.rating-bar .range {
  position: absolute;
  top: 2px;
  height: 26px;
  background: rgba(124, 252, 0, 0.7);
}

.rating-bar .grid {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.rating-bar .grid div {
  display: inline-block;
  box-sizing: border-box;
  width: 10%;
  height: 100%;
  background-color: white;
  border: 2px solid #88c140;
}

.your-results-container {
  margin-top: -20px;
  padding: 16px;
  background-color: rgba(181, 214, 137, 0.1803921569);
  overflow-x: auto;
}

.product-table {
  width: 100%;
}
.product-table .product-image {
  display: block;
  margin: 0 auto 8px;
}
.product-table .sub-header {
  font-weight: 700;
}
.product-table td {
  padding: 3px;
}
.product-table td:not(:first-child),
.product-table th:not(:first-child) {
  text-align: center;
}
.product-table td.spacer {
  height: 10px;
}
.product-table td.selection-cell label {
  display: block;
  width: 90%;
  padding: 10px;
  background-color: #8AC24C;
}

.field_label {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
}

.common-form {
  max-width: 560px;
  margin: 20px auto;
  box-shadow: 5px 8px 22px 7px #efefef;
  padding: 45px;
  width: 100%;
}
.common-form p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .common-form {
    padding: 16px;
  }
}
.common-form .btn-wrapper {
  margin-top: 40px;
}
.common-form .btn-wrapper p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .common-form .btn-wrapper {
    margin-top: 20px;
  }
}

.assement-button-wrapper p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .assement-button-wrapper {
    margin-top: 20px;
  }
}
.assement-button-wrapper .green-button, .assement-button-wrapper .disabled-button {
  width: 100%;
}/*# sourceMappingURL=assessment.css.map */