select[name=industries], select[name=employmentType],select[name=child-industries]{
  width: 100%;
  padding: 0.625rem 1.875rem;
  text-transform: uppercase;
  font-size: 1rem;
  border: 1px solid white;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #C606CF;
  background: url('../png/down-arrow.png') 96% / 15% no-repeat #C606CF;
  background-size: 16px;
}
select[name=industries] option, select[name=employmentType] option{
  font-size: 1rem;
  padding: 0.625rem 1.875rem;
}
#publishForm{
  border: none;
  margin-top: 1px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}
.hidden{display: none;}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #cb6ccf;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #cb6ccf;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  background: white;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg);
}
.search-location ul{
  margin:0;
  padding: 0;
  list-style-type: none;
}
.search-location h3{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
.job-info h2{
  font-size: 18px;
}
.job-info h2 span{
  color: #cb6ccf;
}
.contact-person .link{
  display: block;
  text-align: center;
  background: #cb6ccf;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  padding: 10px 0px;

}
.contact-person .link:after{
  background-color:transparent;
}
.jquery-modal.blocker{
  background-color: rgb(203 108 207 / .8) !important;
  z-index: 9999;
}
#apply-job #cv_file{
  color: transparent;
}
#apply-job .form label {
    color: #757575;
    width: 95%;
    float: right;
}
#apply-job #cd_data_permission{
  width: auto;
  display: inline-block;
  margin-top: 20px;
}
#apply-job .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
#apply-job .custom-file-input::before {
  content: 'Attach your CV';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 500;
  font-size: 16px;
  color: #757575;
}
#apply-job .custom-file-input:hover::before {
  border-color: black;
}

#apply-job .custom-file-input:valid::before {
	content: 'Attached';
}

#apply-job .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#apply-call .form label {
    color: #757575;
    width: 95%;
    float: right;
}
#apply-call #cd_data_permission_call{
  width: auto;
  display: inline-block;
  margin-top: 20px;
}

.fixed-button.apply-job-button {
  position: fixed;
  bottom: 0px;
  right: 10px;
  display: block;
  width: 90%;
  left: 0;
  z-index: 999;
  margin: 20px auto;
}

.contact-button.request-call.apply-job-button.fixed-button {
  height: 90px;
  margin: 0;
  padding-right: 100%;
  background-color:white;
}

.response  .section__position{
  margin-top: 1.25rem;
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}
.response .section__position:hover{
  background-color: #cb6ccf;
}
.response .section__position:hover a,
.response .section__position:hover h5,
.response .section__position:hover p{
  color: #fff;
}
.response .section__position:hover a{
  border-top-color: transparent;
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}
.mobile { display: none; }
.button .link__arrow--back{
    top: -2px;
}
.button__outline--purple:hover .link__arrow.link__arrow--back {
    top: -2px;
}
/* Responsive css */
@media(max-width:425px) {
#search-sidebar .search-location ul li {
      padding: 5px 0px;
  }
  /* Dropdown css */
  .search-location h3 a{
    color: #fff;
    display: inline-block;
  }
  .search-location h3 {
    border-bottom: 0px dotted #ccc;
    padding-bottom: 10px;
    padding-top: 8px;
    font-weight: 400;
    padding-left: 30px;
    background: url(../png/down-arrow.png) 96% / 4.7% no-repeat #C606CF;
    margin-bottom: 2px;
}
  .destop {
    display: none;
  }
  .search-location.mobile { display: block; padding: 0 1px; }
  .search-location .dropdown, .search-location .dropdown1 {
    position: relative;
  }
  .search-location .dropdown-menu {
    display: none;
    margin: 10px 0;
  }
  .search-location .toggle, .search-location .toggle1, .search-location .dropdown-menu {
    width: 100%;
    font-family: inherit;
    font-size: initial;
  }
  .search-location .is-active .dropdown-menu {
    display: block;
  }
}

@media(max-width: 425px){
  .container {
      max-width: 85%;
  }
  .search-page .section__main {
      margin: 3rem 0 !important;
  }
/*  .section__main.section__positions .col-md-3 {
    padding-left: 2px;
    padding-right: 0;
  }*/
  .search-location ul {
      margin-bottom: 15px;
  }

  /*#search-sidebar .search-location ul li {
      background: #c606cf;
      color: #fff;
      padding: 11px 5px;
      margin-bottom: 2px;
  }*/
  #search-sidebar .custom-checkbox { margin-bottom: 0; }
  #search-sidebar .checkmark {
      top: 3px;
  }
  .custom-checkbox .checkmark:after {
      top: 4px;
      left: 4px;
      width: 12px;
      height: 12px;
  }
  .custom-select select.form-control {
      width: 100%;
  }
  .section__position {
      margin-top: 0;
      padding-top: 1.5rem;
  }
  .section__position a { 
    padding-top: 0;
  }
  #search-position .form-group { padding-right: 0 !important;  padding-left: 0 !important; }
  #search-sidebar .form-group { padding-right: 0 !important;  padding-left: 0 !important; }
  #search-position .search-location.mobile { margin-top: 1px; }
  .section__main.section__positions .col-md-3 { margin-bottom: -1px; }
}
@media(max-width: 375px) {
  .container { max-width: 100%; }
}

@media(max-width: 320px) {
  .search-location h3 {
    background: url(../png/down-arrow.png) 96% / 6.5% no-repeat #C606CF;
    padding-left: 20px;
  }
  .custom-select select.form-control { font-size: 14px; padding-left: 20px; }
  .search-location h3 a { font-size: 14px !important; }
}


.main-header__content {
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.page__thanks header .container {
display:none;
}


@media (max-width: 720px) {

.section__positions .col-md-3 {
padding:0;
}

.search-location.mobile {
position: absolute;
    width: 100%;
    top: 21px;
    z-index: 9;
}

.pl-3 .search-location.mobile {
position: relative;
top: 0;
}

.search-location.mobile ul {
padding:0 5px;
background:#fff;
margin-top: -1px;
}

.search-page .section__main h1 {
margin-top: 2.5rem;
    padding-bottom: 0.5rem;
}

.industry-select {
height: 46px;
}


.mt-5.contact-button.apply-now {
margin-top: 1rem !important;
}

}


.page__i-want-a-job .section__main.section__content {
    margin: 1rem 0 6.25rem 0;
}

.page__i-want-a-job .section__main--grid {
    margin-top: 1rem;
}

.page__i-want-a-job .main-header--half {
height: 40vh;
}



#apply-job #cd_data_permission {
    width: 20px;
    float: left;
    display: inline-block;
    margin-top: 5px;
}


#apply-job .form label {
    color: #757575;
    width: 90%;
    margin-left: 10px;
    float: right;
}


@media (max-width: 720px) {

#apply-job .form label {
    width: 80%;
}

}


.fixed-button:before {
background: #fff;
width: 100%;
}
