
 #jtcForm .ph-jtc-box .rjsf .form-group input{
    background-color:transparent;
    margin-bottom: 1em;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-menu{
    background-color:#fff;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .rbt-input-multi.form-control{
      border-radius: 0px !important;
      padding: calc(var(--pu-space)* .5);
      height: 46px !important;
      min-height: 46px !important;
      overflow-x: hidden;
      overflow-y: scroll;
    }
    .ph-jtc-box .form-wrapper .resume-section .cloud-options{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2em 0;
    }
    .ph-jtc-box .form-wrapper .resume-section .cloud-options .resume-info{
    padding:1em;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-input-wrapper input#category {
        padding: 0 0px !important;
        font-size: 14px;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-input-wrapper input#location{
    padding: 0 1em !important;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-input-wrapper .rbt-token-removeable{
    margin:2px 2px 5px 2px;
    font-size: 14px;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-input-wrapper .rbt-token buttoon{
        font-family: auto;
        border: transparent;
        background: transparent;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group input[type='checkbox']{
    margin-right: 10px;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .checkbox label{
    display:flex;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .checkbox{
    margin-top:15px;
    }
    .resume-group .drives .resume-upload-wrapper {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .resume-group .drives {
        display: inline-block;
    }
    
    .resume-group .upload-resume-btn {
        width: auto;
        float: none;
    }
    
    .resume-group .drives .resume-upload-wrapper {
        display: inline-block!important;
        width: auto;
        text-align: center;
    }
    
    .resume-group .drives {
        display: inline-block;
    }
    
    .resume-group .upload-resume-btn {
        width: auto;
        float: none;
        
    }
    
    .options-block.resume-group {
        padding: 0px;
    }
    
    #jtcForm .ph-jtc-box .rjsf .form-group input {
        height: 51px;
    }
    
    .rbt-menu {border: 1px solid #ccc;}
    
    .rbt-token .rbt-token-remove-button {
        background: transparent;
        border: none;
    }
    
    .rbt-token .rbt-token-remove-button span {
        position: absolute;
        right: 5px;
        top: 5px;
    }
    #jtcForm .ph-jtc-box .rjsf .form-group .checkbox input {
  
        height: 18px;
        margin-bottom: 0px;
    }
    .ph-jtc-box .form-wrapper .resume-group .cloud-options {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      
        margin: 2em 0;
    }
    
    .ph-jtc-box .form-wrapper .resume-group .cloud-options .resume_info {
        margin: 0px auto 14px;
    }
    
    .navigation {
        text-align: right;
    }
    
    .ph-header .phw-widget .phw-nav-menu .phw-menu-list-item button {
        width: inherit;
    }
    .ph-header .phw-widget .phw-nav-menu .phw-align-items-center{
    justify-content: center;
    }
  
    .ph-jtc-box .form-wrapper .resume-section .resume-group{
      padding:0 !important;
    }
  
    #jtcForm .ph-jtc-box input[type='checkbox']:checked, input[type='radio']:checked {
      background-color: #000000 !important;
      border-color: #000000 !important;
  }
  .ph-jtc-box .form-wrapper .form-fields {
      grid-template-columns: repeat(var(--grid-columns, 12), minmax(0, 1fr));
  }
  
  .rbt-token .rbt-token-remove-button span{
      display: none;
  }
  .ph-jtc-box .form-wrapper .form-control{
      font-size: 14px;
      padding-left: 0px;
  }
  
  .ph-jtc-box .icon-delete {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid #0b0a0a;
      position: absolute;
      text-align: center;
      line-height: 21px;
      margin-left: 10px;
  }
  .ph-jtc-box .icon-delete:before{
      content: "x" !important;
      color: #180909;
      font-style: normal;
  
  }
  .ph-jtc-box .text-danger p{
      color: #c31313;
  }
  
  .ph-jtc-box select#Country {
    margin-bottom: 20px;
  }
  .drives .resume-upload-wrapper>button.upload-resume-btn.btn.primary-button:hover, #next:hover, #previous:hover{
    background-color: #00539b !important;
      color: #fff !important;
  }
  
 
  .drives .resume-upload-wrapper>button.upload-resume-btn.btn.primary-button, 
.ph-jtc-box #next, .ph-jtc-box #previous, 
.ph-jtc-box button.btn.btn-submit.primary-button {
    background-color: #00539b !important;
     border: 1px solid #00539b !important;
}

@media only screen and (min-width:320px) and (max-width:480px){
.phw-container>.ph-jtc-box .form-wrapper .form-group .checkbox label>span{
    display: unset;
}
}
.drives .resume-upload-wrapper>button.upload-resume-btn.btn.primary-button:hover, #next:hover, #previous:hover {
    background-color: #407e99 !important;
    color: #fff !important;
}
.ph-jtc-box button.btn.btn-submit.primary-button:hover{
	color:white !important;
	background-color: #407e99 !important;
}



  
  
 #jtcForm .ph-jtc-box .rjsf .form-group input {
  background-color: transparent;
  margin-bottom: 1em;
}

#jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-menu {
  background-color: #fff;
}

#jtcForm .ph-jtc-box .rjsf .form-group .rbt-input-multi.form-control {
  border-radius: 0px !important;
  padding: calc(var(--pu-space)* .5);
  height: 46px !important;
  min-height: 46px !important;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ph-jtc-box .form-wrapper .resume-section .cloud-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}

.ph-jtc-box .form-wrapper .resume-section .cloud-options .resume-info {
  padding: 1em;
}

#jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-input-wrapper input#category {
  padding: 0 0px !important;
  font-size: 14px;
}

#jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-input-wrapper input#location {
  padding: 0 1em !important;
}

#jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-input-wrapper .rbt-token-removeable {
  margin: 2px 2px 5px 2px;
  font-size: 14px;
}

#jtcForm .ph-jtc-box .rjsf .form-group .rbt .rbt-input-wrapper .rbt-token buttoon {
  font-family: auto;
  border: transparent;
  background: transparent;
}

#jtcForm .ph-jtc-box .rjsf .form-group input[type='checkbox'] {
  margin-right: 10px;
}

#jtcForm .ph-jtc-box .rjsf .form-group .checkbox label {
  display: flex;
}

#jtcForm .ph-jtc-box .rjsf .form-group .checkbox {
  margin-top: 15px;
}

.resume-group .drives .resume-upload-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.resume-group .drives {
  display: inline-block;
}

.resume-group .upload-resume-btn {
  width: auto;
  float: none;
}

.resume-group .drives .resume-upload-wrapper {
  display: inline-block !important;
  width: auto;
  text-align: center;
}

.resume-group .drives {
  display: inline-block;
}

.resume-group .upload-resume-btn {
  width: auto;
  float: none;

}

.options-block.resume-group {
  padding: 0px;
}

#jtcForm .ph-jtc-box .rjsf .form-group input {
  height: 51px;
}

.rbt-menu {
  border: 1px solid #ccc;
}

.rbt-token .rbt-token-remove-button {
  background: transparent;
  border: none;
}

.rbt-token .rbt-token-remove-button span {
  position: absolute;
  right: 5px;
  top: 5px;
}

#jtcForm .ph-jtc-box .rjsf .form-group .checkbox input {

  height: 18px;
  margin-bottom: 0px;
}

.ph-jtc-box .form-wrapper .resume-group .cloud-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin: 2em 0;
}

.ph-jtc-box .form-wrapper .resume-group .cloud-options .resume_info {
  margin: 0px auto 14px;
}

.navigation {
  text-align: right;
}

.ph-header .phw-widget .phw-nav-menu .phw-menu-list-item button {
  width: inherit;
}

.ph-header .phw-widget .phw-nav-menu .phw-align-items-center {
  justify-content: center;
}

.ph-jtc-box .form-wrapper .resume-section .resume-group {
  padding: 0 !important;
}

#jtcForm .ph-jtc-box input[type='checkbox']:checked,
input[type='radio']:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.ph-jtc-box .form-wrapper .form-fields {
  grid-template-columns: repeat(var(--grid-columns, 12), minmax(0, 1fr));
}


.rbt-token .rbt-token-remove-button span {
  display: none;
}

.ph-jtc-box .form-wrapper .form-control {
  font-size: 14px;
  padding-left: 0px;
}

.ph-jtc-box .icon-delete {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #0b0a0a;
  position: absolute;
  text-align: center;
  line-height: 21px;
  margin-left: 10px;
}

.ph-jtc-box .icon-delete:before {
  content: "x" !important;
  color: #180909;
  font-style: normal;

}

.ph-jtc-box .text-danger p {
  color: #c31313;
}

.ph-jtc-box select#Country {
  margin-bottom: 20px;
}

#jtcForm .ph-jtc-box .rjsf .form-group .checkbox label {
  gap: 0;
}

.rbt-token .rbt-token-remove-button {
  height: 28px;
  width: 36px;
}

.form-playground,
.phenom-form-container {
  --primary-color: #00539b;
  --secondary-color: #ebeef4;
  --background-color: #fff;
}

form {
  width: 100%;
}

label {
  color: #0e2c5b;
  font-size: 14px;
}

.markdown-as-title p,
.custom-object .field-description {
  color: #0e2c5b;
  font-size: 22px;
}

input.form-control,
select.form-control {
  color: #111010;
  font-size: 14px;
  border: 1px solid gray;
  height: 45px;
  width: 100%;
}

textarea.form-control {
  color: #111010;
  font-size: 14px;
  border: 1px solid gray;
  height: 100px;
  width: 100%;
  background-color: transparent;
}

.checkbox-control {
  color: #111010;
  height: 16px;
  width: 16px;
  font-size: 14px;
  border: 1px solid gray;
  border-radius: 3px;
  margin-right: 10px;
}

.help-block {
  color: #111010;
  font-size: 12px;
}

.error-msg {
  color: #FF0000;
  background: #ffdada;
  padding: 10px;
  width: 100%;
}

.errorHeader {
  color: #FF0000;
  background: #ffdada;
  font-size: 12px;
  font-weight: Bold;
  line-height: 18px;
}

.error-detail {
  padding-left: 0px;
  margin-top: 4px;
  margin-bottom: 8px;
  list-style: none;
}

.text-danger {
  color: #FF0000;
  font-size: 15px;
}

.summary-title-link {
  color: #000000;
  font-size: 15px;
  font-weight: Bold;
  line-height: 18px;
}

.summary-title {
  color: #000000;
  font-size: 15px;
}

.summary-value {
  color: #000000;
  font-size: 15px;
  font-weight: Bold;
  line-height: 18px;
  word-break: break-all;
  opacity: 0.7;
  padding: 5px 0 15px 0;
}

.summary-label {
  color: #000000;
  opacity: 1;
}

button.btn {
  color: #ffffff;
  background: #0e2c5b;
  font-size: 12px;
  border: 1px solid gray;
  height: 50px;
  float: left;
}

.navigation {
  display: flex;
}

button.btn-navigate {
  color: #ffffff;
  background: #0e2c5b;
  font-size: 12px;
  border: 1px solid #0571e9;
  height: 50px;
  line-height: 18px;
}

button.btn-navigate:hover {
  color: #FF0000;
  background: #ffffff;
}

button.btn-navigate:focus {
  color: #FF0000;
  background: #ffffff;
}

button.btn-prev {
  float: left !important;
}

button.btn-submit,
button.btn-next {
  float: right !important;
  margin-left: auto;
}

.form-group {
  margin-bottom: 10px;
}


/*  This is where the platform css starts */

.checkbox label {
  display: flex;
  align-items: center;
}

h4 {
  color: #00539b !important;
}

.cover-letter-files-div li.html {
  background-image: url(https://assets.phenompeople.com/CareerConnectResources/pp/BMIBMIUS/images/html-icon-1685727135357.png) !important;
  background-repeat: no-repeat;
}

.pageTitle .job-summary span {
  display: block;
  margin-top: 30px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  min-height: 1px;
}

.react-datepicker-wrapper {
  display: block !important;
}

.calendar-widget {
  display: block !important;
}

.or-text {
  margin-bottom: 0;
}

.or-text label {
  padding: 0 10px;
}

.upload-btn {
  margin-bottom: 0;
}

.upload-btn label {
  background: #0e2c5b;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  margin-bottom: 0;
}

.upload-btn label.file-label {
  display: none;
}

.job-summary .job-title a {
  color: var(--primary-color);
}

.cover-letter .cloud-icon,
.add-docmnt .cloud-icon {
  margin: 0 0 0 7px;
}

.cover-letter,
.add-docmnt {
  border: 1px solid #949494;
  padding: 30px;
  border-radius: 20px;
}

.cover-letter>div.row,
.add-docmnt>div.row {
  flex-direction: column;
}

.cover-letter label,
.add-docmnt label {
  text-align: center;
  margin-bottom: 0px;
}

.cover-letter label.addln-label,
.add-docmnt label.addln-label {
  font-size: 15px;
  font-family: Gotham-Book, sans-serif;
  font-weight: 600;
}

.cover-letter .additional-attachment,
.add-docmnt .additional-attachment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px !important;
}

.cover-letter .additional-attachment .row,
.add-docmnt .additional-attachment .row {
  align-items: center;
}

.cover-letter [class*=col],
.add-docmnt [class*=col] {
  width: auto;
  margin: 0;
  padding: 0;
}

/* write custom css here */
fieldset {
  width: 100%;
}

/* cloud icon css */
.skydrive,
.onedrive,
.indeed,
.indeed,
.dropbox {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  cursor: pointer;
}

.skydrive,
.onedrive {
  background-image: url('https://assets.phenompeople.com/CareerConnectResources/q/ADCLUS/en_us/desktop/assets/images/SkyDrive.png');
}

.indeed {
  background-image: url('https://assets.phenompeople.com/CareerConnectResources/pp/RANEUK/en_uk/desktop/assets/images/indeed.png');
}

.xing {
  background-image: url('https://assets.phenompeople.com/CareerConnectResources/pp/PHENA0059/en_us/desktop/assets/images/xing.png');
}

.dropbox {
  background-image: url('https://assets.phenompeople.com/CareerConnectResources/q/ADCLUS/en_us/desktop/assets/images/dropbox_square.png');
}

.apply-page .row {
  padding: 0;
}

.field.field-null.foo {
  width: 100%;
}

/* following css are for tablet and mobile device (keep always at the end) */
@media only screen and (max-width: 1024px) {
  .row {
    padding: unset;
  }

  .form-group label {
    display: block;
    text-align: left;
  }

  .error-detail {
    padding-left: 0px;
  }

  .acadmeia_info {
    width: 100%;
    text-align: center;
  }

  button[type=submit] {
    margin-right: unset;
  }
}

@media only screen and (max-width: 640px) {

  .errorHeader,
  ul.errorList {
    width: 100%;
  }

  .cover-letter-files {
    margin: unset;
    white-space: unset;
  }

  button[type=submit] {
    float: unset;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .col-md-6 {
    width: 50%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col-md-6 {
    width: 100%;
  }

  .resume-group .drives {
    flex-direction: column;
  }

  .cover-letter .additional-attachment .row,
  .add-docmnt .additional-attachment .row {
    display: flex !important;
    justify-content: center;
  }

  .cover-letter .additional-attachment,
  .add-docmnt .additional-attachment {
    width: 100% !important;
  }

  .upload-btn label {
    margin-top: 12px !important;
  }
}

.resume-group {
  padding: 20px;
  width: 100%;
}

/* This is where the platform css ends */

.upload-section-data {
  text-align: center;
  margin-bottom: 30px;
}

.resume-group .cloud-icon {
  margin: 0px 0 0 15px;
  border-radius: 30px;
}

.resume-group .upload-resume-btn {
  font-size: 14px !important;
  background: #0e2c5b;
  height: 39px;
  margin-top: 0px;
  padding: 0px 16px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-radius: 30px;
  border: unset !important;
}

.resume-group .resume_info {
  padding-left: 0px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.resume-group .cloud-options {
  width: 100%
}

.resume-group .apply-or-box {
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 18px;
  background-color: #eef3f6;
  text-transform: lowercase;
  color: #717171;
}

.resume-group .drives {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.resume-group .drives .apply-or-line {
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 10px;
}

.resume-group .drives .resume-upload-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.resume-group .drives .resume-upload-wrapper:focus {
  outline: none !important;
}

.resume-group .drives .awli-button {
  display: flex;
  flex-direction: column;
  width: 175px;
}

.resume-group .drives .awli-button .awli-text {
  line-height: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
  padding: 2px;
}

.resume-group .drives .awli-button .awli-text span {
  color: #000;
}

.resume-group .drives .awli-button .btn {
  width: auto;
  background-color: #0073b1;
  padding: 9px 10px;
  margin: 5px;
  line-height: 20px;
}

.resume-group .drives .awli-button .btn span {
  color: #fff !important;
}

.resume-group .drives .cloud-options-group {
  text-align: right;
  margin: 0 0;
}

.resume-group .drives .cloud-options-group ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.resume-group .drives .cloud-options-group ul li.linkedin-option {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .resume-group .drives .cloud-options-group {
    float: none !important;
    text-align: center;
    width: auto;
  }

  .cover-letter-group .drives {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cover-letter-group .cloud-options-group {
    float: left;
  }

  .cover-letter-group .academia-upload-wrapper {
    float: left;
    padding-top: 8px !important;
  }

  .cloud-options-group ul li {
    margin: 0px;
    display: inline-block;
  }

  .cloud-options-group ul li .cloud-icon {
    vertical-align: -4px !important;
    margin: 10px !important;
  }

  .drives .apply-or-line {
    float: none !important;
    text-align: center;
    width: auto;
    margin: .875rem 0;
  }

  .drives .resume_upload_block {
    text-align: center;
    width: 100%;
  }

  .drives .resume-upload-wrapper {
    float: none;
    margin-top: 0px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .drives .cloud-options-group {
    float: none !important;
    text-align: center;
    width: auto;
  }

  .cloud-options-group ul li {
    margin: 0px;
  }

  .resume-group .cloud-options-group ul li:first-child {
    width: 100%;
  }

  .resume-group .drives {
    display: block;
  }

  .resume-group .drives .apply-or-line {
    float: none !important;
    text-align: center;
    justify-content: center;
    width: auto;
    margin: .875rem 0;
  }

  .drives .resume_upload_block {
    text-align: center;
    width: 100%;
  }

  .drives .resume-upload-wrapper {
    float: none;
    margin-top: 0px;
    padding-left: 0px;
  }

  .drives .academia-upload-wrapper {
    float: none;
    padding-left: 0px;
  }

  .academic_transcript_file a {
    line-height: 14px;
  }
}

#breadcrumb-summary {
  min-height: 100px;
}

#breadcrumb-summary .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}

#breadcrumb-summary .slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
  float: left;
  width: 100%;
  margin-left: 0px;
}

#breadcrumb-summary .slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: -16px;
  display: block;
}

#breadcrumb-summary .slick-slider .slick-list .slick-track .slick-slide {
  display: block;
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  text-align: center;
}

#breadcrumb-summary ul li {
  cursor: default;
}

#breadcrumb-summary ul li a {
  width: 90px;
  display: inline-block;
  position: relative;
  height: 70px;
  text-align: center;
  margin-top: 4px;
  outline: 0;
  padding: 0;
}

#breadcrumb-summary ul li a .number {
  background: #a9a9a9 !important;
  border-radius: 50%;
  border: 1px solid #a9a9a9 !important;
  color: #a9a9a9 !important;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  padding-top: 0;
  vertical-align: middle;
  font-size: 0;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 0 4px #a9a9a9, 0 0 0 5px #a9a9a9 !important;
  z-index: 9999;
  left: 0;
  display: inline;
}

#breadcrumb-summary .slick-list .slick-track li.progress-enable.progress-complete .number {
  box-shadow: none !important;
  font-size: 0;
  padding: 10px;
  border: none !important;
  width: 0;
  height: 0;
  display: block;
}

#breadcrumb-summary .slick-list .slick-track li.progress-current .number,
#breadcrumb-summary .slick-list .slick-track li.progress-enable .number {
  background: var(--primary-color) !important;
  color: var(--primary-color) !important;
  box-shadow: 0 0 0 4px var(--primary-color), 0 0 0 5px var(--primary-color) !important;
  border: 4px solid var(--primary-color) !important;
}

#breadcrumb-summary ul li a .title {
  font-size: 13px;
  display: block;
  overflow-wrap: break-word;
  line-height: 1.3em;
  padding-top: 15px;
  color: var(--primary-color) !important;
  cursor: pointer;
}

#breadcrumb-summary ul li:last-child:before {
  content: "";
  position: absolute;
  right: -16%;
  background: none;
  height: 20px;
  z-index: 9;
  top: 6px;
}

#breadcrumb-summary ul li::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #828282 !important;
  position: absolute;
  top: 15px;
  height: 3px;
  left: 51%;
  z-index: 0;
  transition: border-color 0.5s ease-in-out;
}

#breadcrumb-summary .progress-current::after {
  content: "";
  background-color: #828282 !important;
  left: 52%;
}

#breadcrumb-summary .progress-enable.progress-complete:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--primary-color) !important;
  transition: border-color 0.5s ease-in-out;
}

#breadcrumb-summary .slick-slide:last-child li.slide:last-child::before,
#breadcrumb-summary .slick-slide:last-child li.slide:last-child::after {
  width: 0;
}

.attachment {
  border: 1px solid #cec5c5;
  padding: 20px;
  width: 100%;
}

.attachment-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

ul.attachment-options {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.attachment-options li {
  margin-right: .7rem;
  display: flex;
  align-items: center;
}

ul.attachment-options li:fisrt-child {
  margin-left: 5rem;
}

/*
ul.attachment-options li:last-child input {
    display: none !important;
}*/
ul.attachment-options li:last-child label {
  margin-bottom: 0 !important;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

/* css for wrapper div of a array item */
.array-item {
  width: 100%;
  position: relative;
}

/* css for add button*/
.array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}

/* css for remove action div */
.remove-action {
  position: absolute;
  right: -30px;
  width: 30px
}

@media only screen and (max-width: 1024px) {
  .remove-action {
    right: 0px;
  }
}

/* css for remove button, it is inside remove-action div*/
.array-button-remove {
  /*For round edges please uncomment next line*/
  /*border-radius: 50%;*/
  background: red !important;
  border: none;
  min-height: 30px;
  min-width: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

/* css for wrapper div of a array item */
.array-item {
  width: 100%;
  position: relative;
}

/* css for add button*/
.array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}

/* css for remove action div */
.remove-action {
  position: absolute;
  right: -30px;
  width: 30px
}

@media only screen and (max-width: 1024px) {
  .remove-action {
    right: 0px;
  }
}

/* css for remove button, it is inside remove-action div*/
.array-button-remove {
  /*For round edges please uncomment next line*/
  /*border-radius: 50%;*/
  background: red !important;
  border: none;
  min-height: 30px;
  min-width: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

/* css for wrapper div of a array item */
.array-item {
  width: 100%;
  position: relative;
}

/* css for add button*/
.array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}

/* css for remove action div */
.remove-action {
  position: absolute;
  right: -30px;
  width: 30px
}

@media only screen and (max-width: 1024px) {
  .remove-action {
    right: 0px;
  }
}

/* css for remove button, it is inside remove-action div*/
.array-button-remove {
  /*For round edges please uncomment next line*/
  /*border-radius: 50%;*/
  background: red !important;
  border: none;
  min-height: 30px;
  min-width: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* css for wrapper div of a array item */
.array-item {
  width: 100%;
  position: relative;
}

/* css for add button*/
.array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}

/* css for remove action div */
.remove-action {
  position: absolute;
  right: -30px;
  width: 30px
}

@media only screen and (max-width: 1024px) {
  .remove-action {
    right: 0px;
  }
}

/* css for remove button, it is inside remove-action div*/
.array-button-remove {
  /*For round edges please uncomment next line*/
  /*border-radius: 50%;*/
  background: red !important;
  border: none;
  min-height: 30px;
  min-width: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

#calendar-icon {
  position: relative;
  right: 30px !important;
}

.calendar-widget {
  display: flex;
  align-items: center;
}

#calendar-icon {
  position: relative;
  right: 30px !important;
}

.calendar-widget {
  display: flex;
  align-items: center;
}

/* css for wrapper div of a array item */
.array-item {
  width: 100%;
  position: relative;
}

/* css for add button*/
.array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}

/* css for remove action div */
.remove-action {
  position: absolute;
  right: -30px;
  width: 30px
}

@media only screen and (max-width: 1024px) {
  .remove-action {
    right: 0px;
  }
}

/* css for remove button, it is inside remove-action div*/
.array-button-remove {
  /*For round edges please uncomment next line*/
  /*border-radius: 50%;*/
  background: red !important;
  border: none;
  min-height: 30px;
  min-width: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.tool-tip-btn-wrap {
  background-color: rgb(23, 162, 184);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin: -3px -3px -3px 5px;
  cursor: pointer;
}

.tool-tip-btn-wrap .tooltip-icon {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 7px;
  top: -3px;
  font-weight: bold;
}

.form-checkbox .checkbox {
  padding-left: 41%
}


/*  Ed's additions */

#page-title .job-summary span {
  margin: 0;
}

#page-title h2.job-title {
  padding: 0px;
  margin-left: 0px;
}

#page-title div.job-summary {
  margin: 2rem 0 2rem 0;
}

#extra-content {
  margin: 2rem 0 2rem 0;
}

#extra-content div {
  text-align: left;
}

.cloud-options>div.resume_info {
  text-align: left;
  font-size: 1rem;
  margin: 0;
}

.options-block.resume-group {
  margin: 2rem 0 0 0;
}

.options-block .cloud-options div.drives {
  margin: 0.5rem 0 0 0 !important;
  padding: 2rem;
  gap: 2rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
}

div.drives>div.cloud-options-group>ul {
  gap: 1rem;
  flex-wrap: wrap;
}

div.drives>div.cloud-options-group>ul>li {
  margin: 0;
}

div.drives>div.cloud-options-group>ul>li>i {
  margin: 0 !important;
}

.apply-page .drives>.apply-or-line {
  margin: 0 !important;
  padding: 0;
}

.drives .apply-or-box {
  margin: 0;
}

.drives>.resume-upload-wrapper {
  padding: 0;
}

.drives .resume-upload-wrapper>button.upload-resume-btn.btn.primary-button,
#next,
#previous,
button.btn.btn-submit.primary-button {
  background-color: var(--primary-color) !important;
  margin: 0 !important;
  font-family: MontserratBook, sans-serif !important;
  border: 1px solid #00539b !important;
  color: white;
  padding: 1rem;
  border-radius: 0.25rem;
  position: relative;
}

.drives .resume-upload-wrapper>button.upload-resume-btn.btn.primary-button:hover,
#next:hover,
#previous:hover {
  background-color: #5e802c !important;
  color: #00539b !important;
}

.form-fields .form-group.add-docmnt.additional-attachment.field-object {
  border-radius: 0;
  border: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  margin: 1rem 0 2rem 0 !important;
}

.form-group.additional-attachment-v2 {
  margin: 0;
  border: none;
  flex: 1;
  display: flex;
  justify-content: center;
}

label.control-label.col-md-12 {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #00539b;
}

.attachment {
  border: 1px solid #eee;
  border-radius: 0.25rem;
  padding: 2rem;
}

.attachment-title {
  margin: 0;
}

div.col-md-6 div.form-group.field,
div.col-md-12 div.form-group.field {
  padding: 0;
}

div.form-group.step-title.field.field-string {
  padding: 0;
  margin-bottom: 0;
}

div.form-group.field.field-object {
  margin-bottom: 0;
}

.apply-page .form-group input:focus,
.apply-page .form-group input:hover,
.apply-page .form-group select:focus,
.apply-page .form-group select:hover {
  border: 1px solid #00539b !important;
}

button.array-button-add {
  padding: 0.25rem 0.5rem !important;
  background-color: #5e802c !important;
  color: #00539b;
  border: 1px solid #00539b;
  border-radius: 0.25rem;
}

fieldset.field-array>div.more-actions {
  padding-left: 12px !important;
  margin-top: 0;
}

button.array-button-remove {
  border-radius: 0.25rem;
  font-weight: 900;
}

button.array-button-remove:hover {
  scale: 1.05;
}


div.navigation {
  justify-content: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.step-title p {
  color: #00539b;
}

div.form-group.field.field-null {
  width: auto !important;
  margin: 1rem 0 1rem 0;
}

.checkbox>label {
  display: flex !important;
  gap: 2rem;
}

#applicationDeclaration-errorMsg {
  position: relative;
  padding-left: 1rem;
}

/*  Media queries for mobile */

@media only screen and (min-width: 320px) and (max-width: 480px) {
  div.options-block.resume-group {
    margin: 0 !important;
  }

  .options-block.resume-group div.cloud-options>div.resume_info {
    margin: 0 !important;
  }

  .apply-page div.drives>div.cloud-options-group {
    margin-top: 0 !important;
  }

  div.navigation {
    justify-content: center;
  }

  button#previous {
    margin: 0 !important;
  }

}

@media only screen and (max-width: 1280px) {
  .apply {}
}

@media only screen and (max-width: 1024px) {
  .apply {}
}

@media only screen and (max-width: 767px) {
  .apply {}
}

@media only screen and (max-width: 1280px) {
  .jointalentcommunity {}
}

@media only screen and (max-width: 1024px) {
  .jointalentcommunity {}
}

@media only screen and (max-width: 767px) {
  .jointalentcommunity {}
}

@media only screen and (max-width: 1280px) {
  .jointalentcommunity {}
}

@media only screen and (max-width: 1024px) {
  .jointalentcommunity {}
}

@media only screen and (max-width: 767px) {
  .jointalentcommunity {}
}

@media only screen and (max-width: 1280px) {
  .apply {}
}

@media only screen and (max-width: 1024px) {
  .apply {}
}

@media only screen and (max-width: 767px) {
  .apply {}
}

/* Ed's Additions */

.drives .resume-upload-wrapper>button.upload-resume-btn.btn.primary-button {
  height: auto;
  line-height: auto;
  padding: 1rem 2.5rem;
}

#next,
#previous,
button.btn.primary-button.btn-submit {
  padding: 1rem 2.5rem;
  font-size: 14px;
  font-weight: var(--btn-font-weight);
}

.drives .resume-upload-wrapper>button.upload-resume-btn.btn.primary-button:hover,
#next:hover,
#previous:hover,
button.btn.primary-button.btn-submit:hover {
  background-color: white !important;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.navigation.personalInformation-step,
.navigation.workAndEducation-step,
.navigation.userDetailsAndPreferences-step,
.navigation.navigation.additionalInformation-step,
.navigation.EEO-step {
  justify-content: space-between;
  flex-wrap: wrap;
}

.navigation.userDetailsAndPreferences-step,
.navigation.additionalInformation-step,
.navigation.EEO-step {
  margin-top: 2rem;
}

fieldset.field-array.field>div.more-actions {
  padding-left: 0 !important;
}

button.array-button-add {
  background-color: white !important;
  padding: 0.2rem 0.5rem !important;
  color: var(--primary-color);
  border-color: var(--primary-color)
}

button.array-button-add:hover {
  color: white;
  background-color: var(--primary-color) !important;
}

div.form-group div.markdown p,
label[for='appQuestion_Label'],
label[for='languageTitle'],
label[for='certificationTitle'],
label[for='willingToRelocate'] {
  font-size: 1.875rem;
  font-weight: 600;
  color: #00539B;
}

div.form-group div.markdown p,
label[for='appQuestion_Label'],
label[for='willingToRelocate'] {
  margin-bottom: 1rem;
}

div.row div.remove-action {
  position: relative;
  right: auto;
}

div.remove-action button.array-button-remove {
  border: 1px solid red;
  color: red;
  background-color: white !important;
  font-weight: 400;
}

.educationhide {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--secondary-color);
}

#experienceData,
#educationData,
#languageData,
#certificates {
  margin-bottom: 3rem;
}

div.row.no-gutter.form-fields div {
  align-self: end;
  ;
}

button.slick-arrow {
  background-color: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  font-size: 13px;
  width: 100px;
}

button.slick-arrow:hover {
  background-color: white;
  color: var(--primary-color)
}

@media (max-width: 1024px) {
  .row .col-md-6 {
    width: 100%;
  }

}

@media (max-width: 640px) {
  .resume-group .cloud-options div.drives {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-content: center;
    padding: 0;
    margin-bottom: 1rem !important;
  }

  div.drives ul {
    padding: 0;
  }

  .resume-group div.drives div.apply-or-line {
    margin: 0;
    padding: 0;
  }

  #previous {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  div.row>div.remove-action.col-xs-1 {
    grid-column-start: 1 !important;
  }

  .row.educationhide {
    padding-bottom: 1rem;
  }
}
#breadcrumb-summary .title:hover {
    color :#012169 !important;
}

.drives .resume-upload-wrapper>button.upload-resume-btn.btn.primary-button:hover, #next:hover, #previous:hover {
    background-color: #407E99 !important;
    color: #ffffff !important;
}
@media only screen and (max-width: 1280px){
.apply {
}
}
@media only screen and (max-width: 1024px){
.apply {
}
}
@media only screen and (max-width: 767px){
.apply {
}
}
@media only screen and (max-width: 1280px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 1024px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 1280px){
.apply {
}
}
@media only screen and (max-width: 1024px){
.apply {
}
}
@media only screen and (max-width: 767px){
.apply {
}
}
@media only screen and (max-width: 1280px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 1024px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 1280px){
.apply {
}
}
@media only screen and (max-width: 1024px){
.apply {
}
}
@media only screen and (max-width: 767px){
.apply {
}
}