@font-face {
  font-family: "Gotham A";
  src: url("../fonts/gotham-book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/gotham-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/gotham-light.otf") format("opentype");
  font-weight: lighter;
  font-style: normal;
}

/* form */
html {
  height: 100%;
}

body {
  font-family: "Gotham A";
  min-height: 100%;
}

a {
  color: #00BFB3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-primary {
    background: #53565A;
    border-color: #97999B;
}

    .btn-primary:hover {
        background: #97999B;
        border-color: #53565A;
        color: black;
    }

td {
    text-align: left;
    padding: 5px 10px;
}

.rounded {
  border-radius: 0 !important;
}

.cls-main-div {
  background: #97989a;
  height: 100vh;
}

.form--submit--col {
  width: 25em !important;
}

.form--message__error {
  color: red;
  display: block;
  font-size: 0.75rem;
}

.form--btn-submit {
  width: 10rem;
}

.field-validation-error {
  display: block !important;
}

/* logo */
.header-top {
  text-align: center;
  padding-top: 20px;
}

.countries {
  font-size: 14px;
}

/* accordion */
.tab-content > .active {
  display: block;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
  border-color: #ddd;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.new-section-popup .panel-default {
  border-color: #97999B;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.contact-acc-outer .panel-default > .panel-heading {
  padding: 0;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.abt-acc_title {
  display: block;
  padding: 10px 15px 10px 60px;
  background: #53565A;
  color: #fff !important;
  border-color: #53565A;
}

.panel-title > a {
  color: inherit;
}

.collapse:not(.show) {
    display: block;
}

.collapsing {
  height: 0;
  overflow: hidden;
  @include transition($transition-collapse);
}

.panel-body {
  padding: 10px 60px;
  font-size: 14px;
}

.panel-body > div > p,
.panel-body > div > div > p,
.panel-body > div > div > ol > li {
  font-size: 16px;
  line-height: 23px;
}

.new-section-popup .panel-body {
  background: #53565A;
  border: none;
  color: white;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.cls-quick-verify {
  background: #fff;
  padding: 88px 60px;
  position: relative;
  max-width: inherit;
}

.cls-hr {
  opacity: 0.1;
}

.cls-mr-au {
  margin: auto 0;
}

.cls-vercd {
  letter-spacing: 6px;
}

.cls-vercd-msg {
  color: #53565a;
}

/* SelectBox */
.navbar-fixed-top {
  top: 0;
  position: relative;
}

.top-nav-sticky {
  background: #fff;
  box-shadow: none;
  padding: 0 60px 0 48px;
}

.navbar {
  text-align: center;
  margin-bottom: 0;
  padding: 12px 0;
}

.navbar-header .fa-globe {
  font-size: 22px;
  color: #53565A;
}

.btn-country {
  float: left;
  margin-left: 10px;
}

.btn-country a {
  cursor: pointer;
}

.btn-country a {
  padding-bottom: 20px;
  color: #53565A;
}

#site-topnav ul, #site-topnav li {
  list-style: none;
}

#site-topnav ul, #site-topnav li {
  list-style: none;
}

#site-topnav li {
    position: relative;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
}

/* footer */
.footer-section {
    width: 100%;
    height: 640px;
    padding: 0 0px;
    /* background-image: url(https://www.persolkelly.com/media/persolkelly-2020/images/footer-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-link-part {
    background: #53565A !important;
    color: #a9abad;
}

.cls-lb {
  padding-left: 30px;
}

.cls-btn {
  text-align: left;
}

.cls-txt {
  text-align: left;
}

.cls-bg-loading {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #f9fafb73;
}

.cls-icn-loading {
  top: 50%;
  position: absolute;
}

.white-kelly-logo {
  margin: 15px 0 30px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}

.contact-kelly-info {
  padding-left: 10px;
}

.footer-links {
  padding: 0;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.footer-links li {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
  list-style: none;
  text-transform: capitalize;
}

.footer-links li, .footer-links li a {
  color: #fff;
  font-weight: 300;
}

.footer-links > li > a:hover {
  color: #f2c404;
}

.footer-left {
  width: 40%;
}

.footer-left > li {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
}

.footer-right {
  width: 50%;
  font-size: 14px;
}

.footer-right > li {
  margin: 0 0 10px;
  font-size: 14px;
}

.footer-bottom {
  width: initial;
  padding-top: 30px;
}

.footer-bottom > li {
  margin: 0 0 10px;
  font-size: 14px;
}

.footer-contact-us {
  padding-left: 0;
  font-weight: lighter;
}

.footer-contact-us > li {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 14px;
}

.footer-contact-us > li > a {
  padding-right: 4px;
}

.footer-contact-us > li > a:hover {
  color: #f2c404;
}

.footer-consent {
  width: initial;
  padding-top: 45px;
}

.footer-consent > p:nth-child(1) {
  font-size: 14px; /* 14px = 11pt = 0.88em = 88% */
  color: #fff;
  line-height: 20px;
}

.footer-consent > p:nth-child(1) > a {
  color: #fff;
}

.footer-consent > p:nth-child(1) > :hover {
  color: #f2c404;
}

.footer-privacy {
  width: 100%;
  border-top: 1px solid #fff;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 27px;
  padding: 0 0 0 0;
  margin: 40px 0 0 0;
}

.footer-privacy p {
  font-size: 14px;
  margin: 10px 0 0;
  color: #fff;
}

.footer-privacy p span {
  font-size: 12px;
}

/* media */
@media (max-width: 991px) {
  .top-nav-sticky {
    padding: 0;
  }

  .abt-acc_title {
    padding: 10px 15px 10px 10px;
  }

  .panel-body {
    padding: 10px;
    margin-top: -1px;
  }

  .cls-quick-verify {
    padding: 88px 10px;
  }

  #site-topnav {
    display: flex;
  }

  #site-topnav ul.dropdown-menu {
    position: absolute;
  }

  .navbar-header {
    flex-direction: inherit;
  }

  .cls-lb {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .cls-btn {
    text-align: center;
  }

  .cls-text {
    text-align: center;
  }

  .cls-vercd-msg {
    text-align: center;
  }

  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .footer-section {
    padding: 0 12px;
    height: auto;
  }

  .footer-left {
    width: 45%;
  }
  
  .footer-right {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .footer-section {
    background-position: right;
    height: auto;
  }
}
