/*Accessibility Start*/
body {
  font-size: 1rem !important; /* scales with html */
  line-height: 1.25rem;
}

.nav-stacked > li + li {
    margin-top: 0px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none !important;
}


#accessibility-widget {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1000;
  font-family: sans-serif;
}

#toggle-widget {
  background: #006699;
  color: #fff;
  border: 0.063rem solid #006699;
  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;
  }
}
h3 {
    font-size:1.531rem;
}
h1, h2, h3 {
    line-height: 2.5rem;
}

.media-content, .content {
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.btn-large {
    padding: 0.563rem 0.875rem;
    font-size: 0.875rem;
    line-height: normal;
}

.share-widget .shareon>* {
    display: inline-block;
    position: relative;
    height: 1.5rem;
    min-width: 1rem;
    margin: 0.188rem;
    padding: 0.375rem 0.625rem;
    background-color: #333;
    border-radius: 3.33333px;
    border: 0;
    box-sizing: content-box;
    color: #fff;
    line-height: 1.5;
    transition: opacity .3s;
    vertical-align: middle;
}

.share-widget .shareon>:before {
    display: inline-block;
    position: absolute;
    height: 1.25rem;
    width: 1.25rem;
    top: 0.5rem;
    left: 0.5rem;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    content: "";
    vertical-align: bottom;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    height: auto !important;
}
/*Accessibility End*/

a {
    text-decoration: none;
}

.questiontoggle , .Conflicttoggle , .Selftoggle , .Activitiestoggle{
    display: none;
}

.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 + 1px);
}

.container.cntr-prt.main-cntr {
    min-height: calc(100vh + 1px);
}

.addquestionhead , .Selfhead , .Conflicthead , .otherhead {
   margin: 1.25rem 0px;
    font-weight: 700;
    margin-bottom: 0.938rem;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: normal;
}

.addquestionhead:before ,  .Conflicthead:before , .Selfhead:before , .otherhead:before  {
    content: "\f067";
    font-family: FontAwesome;
    margin-right: 5px;
}

.addquestionhead.active:before , .Conflicthead.active:before , .Selfhead.active:before , .otherhead.active:before{
    content: "\f068";
}
.addquestionhead, .Conflicthead, .Selfhead,.custom-details-field , .otherhead{
    color: #006699 !important;
}

.addquestionhead:after , .Conflicthead:after , .Selfhead:after , .otherhead:after  {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: red;
    margin-left: 5px;
}

@media only screen and (min-width: 1024px) {
    .dividegrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2%;
    }
}

.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: 10px;
    color: #cd908f;
    font-size: 13px;
    display: none;
}

.errormsg.active,
.resume-error-msg.active,
.resume-length.active {
    display: block;
}

.addquestionhead.is-active:after , 	.Selfhead.is-active:after ,	.Conflicthead.is-active:after , .otherhead.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: 5px;
    float: none;
    position: static;
    margin-top: -1.5px;
}

input.input-block-level.radiobox {
    margin-top: -1px !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
    float: none !important;
    position: static !important;
    display: inline-block;
    margin-bottom: 0 !important;
}

a.last-back-uri {
    margin-left: 15px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 1px;
}

.privacylable::after {
    content: "*";
    margin-left: 7px;
}

label.Change-Color > * {
    font-weight: bold;
    font-size: 1.25rem;
}

label.Change-Color span.required-star {
    font-size: 20px;
    margin-left: 3px;
}

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: 20px;
}

.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: 14px;
}

.Radiobutton input[type="radio"],
.multiplechoice input[type="checkbox"],
.privacyquestion input[type="radio"],
.privacyquestion input[type="checkbox"] {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    float: none;
    position: static;
    margin-top: -4.5px;
}

.termsofuse label {
    display: none;
}

.privacyquestion .errormsg {
    margin-bottom: 20px;
}

a#submitExpressApplicationsForm {
    box-shadow: none;
    text-shadow: none;
}

.termsofuse .multiplechoice {
    display: flex;
}

.center.text {
    word-break: break-word;
}

.row-fluid.jobdescription iframe {
    width: 100%;
}

.termsofuse .multiplechoice input[type="checkbox"] {
    margin-top: 0px;
}

.termsofuse .multiplechoice .multipluscheck {
    display: flex;
}

.Addquestions .multiplechoice input[type="checkbox"] {
    margin-top: -1.5px;
}

@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: 10px;
}


.spacereduce-1 {
    margin-top: 0;
}

.span8.content.let-me {
    padding-top: 0;
}

.Check_Country {
    display: none;
}

/*New*/
.span4.Align-Ment-Image img {
    max-height: 70px;
}

.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: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .job-main-part {
        display: flex;
    }

    .job-part-1.job-part {
        margin-right: 20px;
    }

    .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;
}

.shareon > .twitter {
    background-color: #020202 !important;
}

.shareon > .twitter::before {
    background-image: url("https://assets.recruitinghop.com/ea7f7847-aeb5-11ee-952b-42010a8a0fd9") !important;
}

.SHPoweredBy {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}