/*Accessibility Start*/
body {
  font-size: 1rem !important; /* scales with html */
}


#accessibility-widget {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1000;
  font-family: sans-serif;
}

#toggle-widget {
  background: #a52a1c;
  color: #fff;
  border: 0.063rem solid #a52a1c;
  padding: 0.75rem 0.95rem;
  border-radius: 15%;
  cursor: pointer;
  font-size: 1.125rem;
  margin-bottom: 2.813rem;
  -webkit-box-shadow: inset 0 0 0 0.063rem #ffffff;
  -moz-box-shadow: inset 0 0 0 0.063rem #ffffff;
  box-shadow: inset 0 0 0 0.063rem #ffffff;
}

/* Only style the panel when it's visible */
#widget-panel[hidden] {
  display: none !important;
}

#widget-panel {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: -2.5rem;
  background: #fff;
  border: 0.063rem solid #ddd;
  border-radius: 0.5rem;
  padding: 0.625rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0,0,0,0.2);
  margin-right: 3.563rem;
  margin-bottom: -0.25rem;
}

#widget-panel button {
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  cursor: pointer;
  border-radius: 0.375rem;
  border: 0.063rem solid #ccc;
  background: #f7f7f7;
}

#widget-panel button:focus {
  outline: 0.125rem solid #0078d7;
  outline-offset: 0.125rem;
}

/* Accessibility modes */
html.grayscale {
  filter: grayscale(100%);
}

/* Text zoom */
html.text-zoom-0 { font-size: 100%; }
html.text-zoom-1 { font-size: 125%; }
html.text-zoom-2 { font-size: 150%; }
html.text-zoom-3 { font-size: 175%; }
/*html.text-zoom-4 { font-size: 200%; }*/

/* Optional smooth grayscale toggle */
html {
  transition: filter 0.3s ease-in-out;
}

.text-controls {
  display: flex;
  gap: 0.375rem;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  #accessibility-widget {
    bottom: 3.813rem !important;
    right: 1rem !important;
  }
  
  #toggle-widget {
    margin-bottom: 3.125rem;
    margin-right: 0.25rem;
  }
  
  #widget-panel {
      margin-right: 3.813rem;
      margin-bottom: 0px;
  }
}
/*Accessibility End*/


.questiontoggle,
.candidate_profile_data {
    display: none;
}

.featurehover:hover {
    cursor: default;
    background-color: #F0F0F0 !important;
}

.well.featurehover.featurehover-misc.center div {
    cursor: default;
}

.well.featurehover.featurehover-misc.center div {
    cursor: default !important;
}

.container.cntr-prt.main-cntr {
    min-height: calc(100vh + 0.063rem);
}

.addquestionhead,
.candidate_profile_title {
    margin: 1.25rem 0px;
    font-weight: 700;
    margin-bottom: 0.938rem;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: normal;
}

.addquestionhead:before,
.candidate_profile_title:before {
    content: "\f067";
    font-family: FontAwesome;
    margin-right: 0.313rem;
}

.addquestionhead.active:before,
.candidate_profile_title.active:before {
    content: "\f068";
}

.addquestionhead:after,
.candidate_profile_title:after {
    content: "";
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.313rem;
    background: red;
    margin-left: 0.313rem;
}

input[type="checkbox"] {
  accent-color: #a52a1c;
}

@media only screen and (min-width: 1024px) {
    .Mrtitle,
    .lastname,
    .emailaddress,
    .postcode {
        float: left;
        width: 49.5%;
    }

    .firstname,
    .phonenumber,
    .countryselection,
    .Preferred.Name {
        float: right;
        width: 49.5%;
    }

    /*.firstname input.input-block-level.textbox {*/
    /*    line-height: 27.5px;*/
    /*}*/

    .firstname .custom-vspace-small {
        display: none;
    }
}

.divide_form:after,
.part_1:after,
.part_2:after,
.part_3:after,
.part_4:after {
    content: "";
    display: block;
    clear: both;
}

.divide_form.Fromaldetails label {
    display: none;
}

.resume-error-msg,
.errormsg,
.resume-length {
    background: #f2dede;
    padding: 0.625rem;
    color: #980705;
    font-size: 0.813rem;
    display: none;
}

.errormsg.active,
.resume-error-msg.active,
.resume-length.active {
    display: block;
}

.addquestionhead.is-active:after,
.candidate_profile_title.is-active:after {
    background: green;
}

.Radiobutton input[type="radio"],
.multiplechoice input[type="checkbox"],
.privacyquestion input[type="radio"],
.privacyquestion input[type="checkbox"] {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.313rem;
    float: none;
    position: static;
    margin-top: -0.094rem;
}

input.input-block-level.radiobox {
    margin-top: -0.063rem !important;
    vertical-align: middle !important;
    margin-right: 0.313rem !important;
    float: none !important;
    position: static !important;
    display: inline-block;
    margin-bottom: 0 !important;
}

a.last-back-uri {
    margin-left: 0.938rem;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    top: 0.063rem;
}

.privacylable::after {
    content: "*";
    margin-left: 0.438rem;
}

label.Change-Color > * {
    font-weight: bold;
    font-size: 1.25rem;
}

label.Change-Color span.required-star {
    font-size: 1.25rem;
    margin-left: 0.188rem;
}

label.Change-Color {
    margin: 1.25rem 0px 0.938rem 0px;
}



.MakeDiv > * {
    font-weight: bold !important;
}

.MakeDiv {
    display: block;
    line-height: 1;
}

.custom-details-field {
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    margin: 0.938rem 0px;
    margin-top: 1.25rem;
}

.resume-error-msg {
    margin-top: 1.25rem;
}

.safari input.input-block-level.checkboxchoice {
    margin-top: -6.5px;
}

.termsofuse label.checkbox {
    font-size: 0 !important;
    display: inline-block;
}

.termsofuse p {
    display: inline-block;
    font-size: 0.875rem;
    /*margin-top: 0.125rem;*/
}
/*.text-zoom-4*/ .termsofuse .multiplechoice {
    align-items: flex-start;
}
.Radiobutton input[type="radio"],
.multiplechoice input[type="checkbox"],
.privacyquestion input[type="radio"],
.privacyquestion input[type="checkbox"] {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.313rem;
    float: none;
    position: static;
    margin-top: -0.281rem;
}

.termsofuse label {
    display: none;
}

.termsofuse label  {
     margin-top: 0px;
    margin-bottom: 0px;
}

.privacyquestion .errormsg {
    margin-bottom: 1.25rem;
}

a#submitExpressApplicationsForm {
    font-size:1rem;
    box-shadow: none;
    text-shadow: none;
}

.termsofuse .multiplechoice {
    display: flex;
    align-items: center;
}

.newform.Title.Mrtitle label.radio,
.Fromaldetails label.radio {
    display: none;
}

.Mrtitle:after,
.countryselection:after {
    content: "*";
    position: absolute;
    color: #6c757d;
    left: 0.563rem;
    top: 0.75rem;
    font-weight: 500;
    font-size: 0.938rem;
}

.Mrtitle,
.countryselection {
    position: relative;
}

.Mrtitle select,
.countryselection select {
    padding-left: 0.938rem;
}

.Mrtitle select,
.countryselection select {
    padding-left: 1.063rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    border: 0.063rem solid #dfdfdf;
        color: #555555;
    border-radius: 0.125rem;
    font-size:1.125rem;
    margin-right: 2rem;
    padding-right: 2rem;
    -webkit-appearance: none;
}

.Mrtitle.star-remove:after {
    opacity: 0;
}

form#expressApplicationsForm .candidate_profile input[type="radio"],
form#expressApplicationsForm .candidate_profile input[type="checkbox"] {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.313rem;
    float: none;
    position: static;
    margin-top: -0.094rem;
}

form#expressApplicationsForm .candidate_profile input[type="radio"]:hover,
form#expressApplicationsForm .candidate_profile input[type="checkbox"]:hover {
    background: none;
    box-shadow: none;
}

.Mrtitle select, .countryselection select {
    height: 2.625rem;
}

.subcate-gory .newform {
    margin-left: 1.875rem;
}

.subcate-gory .newform .multiplechoice > label {
    display: none;
}

.subcate-gory {
    display: none;
}

.ALL_C.active .subcate-gory {
    display: block;
}

.ALL_C_2.active > .subcate-gory {
    display: block;
}

.termsofuse .multiplechoice input[type="checkbox"] {
    /*margin-top: -16.5px;*/
    margin-top: 0px
}

.termsofuse .multiplechoice .multipluscheck {
    display: flex;
}

.Addquestions .multiplechoice input[type="checkbox"] {
    margin-top: -0.094rem;
}

@media screen and (max-width: 777px) and (min-width: 320px) {
    .row-fluid.general_j .highlight {
        cursor: default;
        display: inline-block;
    }
}

.row-fluid.general_j .highlight {
    display: inline-block;
}

.general_j .featurehover-misc .btn {
    display: block;
    width: 100%;
}

.general_j .featurehover-misc .Sea_Agent {
    margin-top: 0.625rem;
}

input.input-block-level.search-query {
    margin-bottom: 0.625rem;
}

.spacereduce-1 {
    margin-top: 0;
}

.span8.content.let-me {
    padding-top: 0;
}

.Check_Country {
    display: none;
}

/*New*/
.span4.Align-Ment-Image img {
    max-height: 4.375rem;
}

.span4.Align-Ment-Image {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .job-main-part {
        display: block;
    }

    .newimgcam {
        text-align: center;
        margin-bottom: 0.625rem;
    }
}

@media only screen and (min-width: 768px) {
    .job-main-part {
        display: flex;
    }

    .job-part-1.job-part {
        margin-right: 1.25rem;
    }

    .job-part-1.job-part {
        width: 20%;
    }

    .job-part-2.job-part {
        width: 80%;
    }
}

form#captionForm .modal-body {
    max-height: unset !important;
    overflow-y: unset !important;
}

body .Link-1:nth-child(odd) {
    display: none !important;
}

.nav-stacked > li + li {
    margin-top: 0px !important;
}

.shareon > .pinterest,
.shareon > .reddit,
.shareon > .telegram,
.shareon > .pocket {
    display:none;
}

.shareon > .twitter {
    background-color: #020202 !important;
}

.shareon > .twitter:before {
    background-image: url("https://assets.recruitinghop.com/ea7f7847-aeb5-11ee-952b-42010a8a0fd9") !important;
}

.weChatLoad {
    background-color: #2DC100 !important;
    background-image: url("https://assets.recruitinghop.com/8a0475ea-e7e1-11ee-8760-42010a8a0fd9");
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    background-position: 50% 50%;
}

.weChatDone {
  background-color: #2DC100 !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: 50% 50%;
}

/*updatedcss*/
.sticky_apply {
   position: sticky;
    background: #fff;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0.938rem 0.625rem;
    z-index: 1000;
}
.sticky_apply_mobile {
    display:none;
}


.nav-stacked > li:hover {background: #fafafa;}
.sticky_apply .row-fluid {
    width: auto;
}

.sticky_apply .row-fluid .span4 {
    width: 100% !important;
}

.sticky_apply a.btn.btn-primary.btn-large.btn-block.applybutton {
    padding: 0.75rem 2.813rem;
    border-radius: 0.25rem;
}
.job-apply-btn .learn_btn a, .apply_btn a {
    padding: 0.75rem;
    background: #a52a1c;
    margin: 0.625rem 0;
    display:block;
    border-radius: 0.313rem;
    text-align: center;
}

.job-apply-btn a {
    color: #fff;
}

.date_post {
    text-align: center;
    padding-top: 0.625rem;
}

span.span10 {
    color: #a52a1c;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: capitalize;
}
.nav > li > a {
    border: 0 !important;
}
.nav-stacked > li {
    border: 0.063rem solid #ddd;
    border-left: 0;
    border-right: 0;
}

.Back_to_results a.btn.btn-large.btn-block {
    text-align: left;
    background: transparent;
    font-size: 1.125rem;
        font-weight: 600;
        text-shadow: none;
        
    border: transparent;
}

.Back_to_results .sticky_apply{
    border: 0;
    
}
div#descriptionModal.show {
    display: block;
    opacity: 1;
    top: 20%;
}



div#descriptionModal.show .modal-dialog {
    transform: translate(0);
}
div#captionFormModal.show {
    opacity: 1;
    top: 20%;
}

div#captionFormModal.show .modal-dialog {
    transform: translate(0);
}
.side-buttons a:hover {
    color: #fff;
}
.clear_search {
    display: none;
    text-align: right;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
}

.clear_search.click {
    display: block;
}
#myModal > .modal.fade {
    display: block;
    opacity: 1;
    width: 70%;
    top: 20%;
}
.nav>li>a:hover, .nav>li>a:focus{
background:transparent
}
#myModal > .modal.fade .modal-dialog{
transform: translate(0);
}

.Back_to_results {
    display: flex;
    align-items: center;
}

.Back_to_results span.fa-solid.fa-chevron-up {
    transform: rotate(270deg);
    font-size: 1.25rem;
}

.ToggleJobItemDescription_toggleViewBtn__L8DJ5
    svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #a52a1c;
}


.ToggleJobItemDescription_toggleViewBtn__L8DJ5 p {
    color: #a52a1c;
    font-weight: 600;
}

div#toggle-job-description {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    gap: 0.5rem;
   
}
.topheading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.summry {
    opacity: 0;
}
.sticky_apply::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
   top: -0.355rem;
    height: 0.25rem;
    background-color: white;
}
.jobgroupjobgroup ul.nav.nav-tabs li,  .jobsearchresultsBlock ul.nav.nav-tabs li , .alljobsBlock ul.nav.nav-tabs li , 
.page-body-jobapplicationsubmitted  ul.nav.nav-tabs li , ol.nav.nav-tabs li {
    display: flex;
    justify-content: space-between;
    
}

.jobgroupjobgroup .nav-tabs.nav-stacked > li > a , .jobsearchresultsBlock  .nav-tabs.nav-stacked > li > a ,
.page-body-jobapplicationsubmitted .nav-tabs.nav-stacked > li > a  , .alljobsBlock .nav-tabs.nav-stacked > li > a {
    width: 80%;
}
.modal-backdrop.fade.show {
    opacity: 0.75;
}
.row-fluid .span2 {
    width: 23%;
}

@media (min-width: 1200px){
  .row-fluid .span2 {
    width: 20%;
}  
}

.Back_to_results a.btn.btn-large.btn-block:hover {
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 0.063rem 0.063rem rgba(0, 0, 0, 0.1);
    box-shadow: none;
    background-color: transparent;
}
.Back_to_results a.btn , .Back_to_results  a.last-back-uri{
  
    color: #403e3e;
    text-align: left;
    background: transparent;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
}
path.hide.active {
    display: block !important;
}
.filter-option-inner::after {
    font-family: "Font Awesome 6 Free";
    color: #190000;
    position: absolute;
    top: 0;
    content:"\f0d7";
    right: 0;
font-weight:900;
    font-size: 0.938rem;
    
}

.filter-option-inner {
    position: relative;
}
div#toggle-job-description.your-class-name {
    display: none;
}
.Back_to_results a.last-back-uri {
    margin: 0;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    color: #333333 !important;
}
.page-body-jobapplicationsubmitted a.last-back-uri {

    margin-left: 2.564102564102564%;

}
span.pull-right {
    width: 10%;
    display: inline;
    text-align: right;
}
.MainFlex select {
    font-size: 1.125rem;
    border: 0.063rem solid #dfdfdf;
  
}
.page-body-jobapplicationsubmitted div#toggle-job-description {justify-content: flex-end;}

.leaflet-popup-content strong {
  color: #000 !important;
  background: #fff !important;
}


@media only screen and (min-width: 1200px){
.row-fluid .sideleft-buttons.span10 {
    width: 100%;

}}
@media only screen and (max-width: 767px){
    .newfooter #back-to-top {
    z-index: 1100;
    cursor: pointer;
    position: fixed;
    bottom: 3.75rem;
    right: 1.25rem;
    display: none;
}
 .summry , div#toggle-job-description{
    display: none;
}   
.side-buttons.span2 {
    width: 30%;
}
   .date_post {
    text-align: center;
   

}



a.btn.btn-primary.save-express-applications-form {
    margin-bottom: 0.313rem;
}
}

 #hero .container {

display:none;}
.page-body-home   #hero .container {

display:block;}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    
 a.btn.btn-primary.save-express-applications-form {
    margin-bottom: 0.313rem;
}   
}
@media only screen and (min-width: 768px) and (max-width: 979px){
    .row-fluid .span2 {
    width: 23% !important;
    margin-left: 0;
}}

@media only screen and (max-width: 979px){
   .termsofuse .multiplechoice {
    display: flex;
    align-items: flex-start;

}}
@media only screen and (max-width: 600px){
   
    .sticky_apply_mobile.sticky {
   position: sticky;
    background: #fff;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0.938rem 0.625rem;
}
.summry , div#toggle-job-description{
    display: none;
}
    

.side-buttons.span2 {
    width: 30%;
}
}


.sticky_apply {
    border-top: 0.125rem solid #666666; 
}



@media only screen and (min-width: 992px){
.topheading h3 {
    width: 70%;
}

div#toggle-job-description {
    width: 30%;
}
    .page-body-jobapplicationsubmitted div#toggle-job-description{
            width: 100%;
    }
}

.side-buttons.span2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a#typeLink, a#categoryLink {
    color: #000000;
}

a#typeLink:hover, a#categoryLink:hover {
    color: #ce2006;
}

.SHPoweredBy {
    margin-bottom: 1.25rem;
    text-align: center;
    font-size: 0.875rem;
}