/* Color */
/* Brands */
/* Grid */
@import "../../../vendor/twbs/bootstrap/dist/css/bootstrap-grid.css";
/* Config */
/* Config colors */
/* Breakpoints */
/*	resets	*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
nav,
section,
audio,
video,
img {
  display: block;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
/* lato-300 - latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/font/lato/lato-v23-latin-ext-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/lato/lato-v23-latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/lato/lato-v23-latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/lato/lato-v23-latin-ext-300.woff') format('woff'), /* Modern Browsers */ url('/font/lato/lato-v23-latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/lato/lato-v23-latin-ext-300.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-regular - latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/font/lato/lato-v23-latin-ext-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/lato/lato-v23-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/lato/lato-v23-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/lato/lato-v23-latin-ext-regular.woff') format('woff'), /* Modern Browsers */ url('/font/lato/lato-v23-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/lato/lato-v23-latin-ext-regular.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-700 - latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/font/lato/lato-v23-latin-ext-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/lato/lato-v23-latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/lato/lato-v23-latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/lato/lato-v23-latin-ext-700.woff') format('woff'), /* Modern Browsers */ url('/font/lato/lato-v23-latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/lato/lato-v23-latin-ext-700.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-900 - latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/font/lato/lato-v23-latin-ext-900.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/lato/lato-v23-latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/lato/lato-v23-latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/lato/lato-v23-latin-ext-900.woff') format('woff'), /* Modern Browsers */ url('/font/lato/lato-v23-latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/lato/lato-v23-latin-ext-900.svg#Lato') format('svg');
  /* Legacy iOS */
}
.white-color {
  color: white !important;
}
.white-color-hover:hover {
  color: white !important;
}
.white-bg {
  background: white !important;
}
.white-bg-hover:hover {
  background: white !important;
}
.grecaptcha-badge {
  z-index: 1;
}
p,
a,
span,
ul,
ol,
li,
table,
tr,
td,
input,
textarea,
button,
label,
select,
strong {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 767px) {
  p,
  a,
  span,
  ul,
  ol,
  li,
  table,
  tr,
  td,
  input,
  textarea,
  button,
  label,
  select,
  strong {
    font-size: 14px;
    line-height: 22px;
  }
}
a {
  cursor: pointer;
}
strong,
.strong {
  font-weight: 600;
}
span.block-span {
  display: block;
}
h1,
h3,
h2,
h4 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 600;
}
@media (min-width: 768px) {
  #page.job #scope-jobs-intro-section .scope-img-wrap {
    margin-top: 0;
    height: calc(100vh - 60px) !important;
  }
}
@media (min-width: 1024px) {
  #page.job #scope-jobs-intro-section .scope-img-wrap {
    margin-top: 0;
    height: calc(100vh - 100px) !important;
  }
}
#page.danke #scope-jobs-intro-section-hl-line {
  display: none !important;
}
#page.careerpage #scope-jobs-intro-section .scope-img-wrap {
  height: auto !important;
}
.uppercase {
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 38px;
  line-height: 42px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
h2 {
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.btn {
  background-color: #e2271d;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 8px 9px;
  min-width: 180px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn.btn-light {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #fff;
  color: #e2271d;
}
.btn.btn-light:hover {
  background: #e2271d;
  color: #fff;
}
.scope-img-wrap img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.scope-img-wrap.vertical-img:not(.company-img-wrap) {
  max-height: calc(100vh - 200px);
  height: 100% !important;
}
.scope-img-wrap.vertical-img:not(.company-img-wrap) img {
  height: 100%;
  width: unset !important;
  object-fit: contain;
  object-position: left center;
  border-radius: 10px;
}
.scope-img-wrap .slider-control i {
  transition: color 0.2s ease-in-out;
}
.top-nav.nav-container {
  position: relative;
}
body {
  color: #4d4d4d;
  font-family: 'Lato', sans-serif !important;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  height: 116px;
  width: 100%;
  z-index: 2;
  background: #262525;
}
@media (max-width: 1023px) {
  body header {
    height: 60px;
  }
}
body header #logo {
  position: relative;
  top: 0;
  left: 0;
  height: 80px;
}
@media (max-width: 1023px) {
  body header #logo {
    max-height: 35px;
  }
}
body header nav i {
  color: white;
}
body header nav #mobile-nav-trigger {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
  display: none;
}
@media (max-width: 1023px) {
  body header nav #mobile-nav-trigger {
    display: block;
  }
}
body header nav #mobile-nav-trigger.jobsPosition {
  right: 95px;
}
body header nav #lang {
  position: relative;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
body header nav #lang:hover {
  cursor: pointer;
}
body header nav #lang:hover i {
  color: #e2271d;
}
body header nav #lang.active i {
  color: #e2271d;
}
body header nav #lang.active ul {
  display: block;
}
body header nav #lang ul {
  position: absolute;
  top: 70px;
  right: -10px;
  background: #e2271d;
  padding: 7px 0;
  display: none;
}
body header nav #lang ul:after {
  width: 10px;
  height: 10px;
  background: #e2271d;
  position: absolute;
  top: -5px;
  right: 12px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body header nav #lang ul > li a {
  cursor: pointer;
  color: #fff;
  display: block;
  padding: 3px 10px;
}
body header nav #lang ul > li a:hover,
body header nav #lang ul > li a.active {
  background: #e2271d;
}
body header nav #nav {
  z-index: 2;
}
@media (min-width: 1024px) {
  body header nav #nav {
    margin-right: 30px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  body header nav #nav {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 2;
    top: 60px;
    background: #262525;
    height: 0px;
    overflow: hidden;
    transition: height 0.3s;
    width: calc(100% - 30px);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  }
}
body header nav #nav > li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding-top: 3px;
}
@media (max-width: 1023px) {
  body header nav #nav > li {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 10px 30px;
  }
}
body header nav #nav > li > a {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px !important;
}
body header nav #nav > li > a i {
  font-size: 16px;
}
body header nav #nav > li.border-left {
  padding-left: 15px;
}
@media (max-width: 1023px) {
  body header nav #nav > li.border-left {
    padding-left: 30px;
  }
}
body header nav #nav > li:last-of-type {
  margin-right: 0;
}
body header nav #nav > li > i {
  font-size: 18px;
}
body header nav #nav > li > a,
body header nav #nav > li > i {
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
body header nav #nav > li > a:hover,
body header nav #nav > li > i:hover {
  color: #e2271d;
}
body header nav #nav > li > a.btn,
body header nav #nav > li > i.btn {
  margin-top: -10px;
  text-align: center;
  color: #fff;
  background: #e2271d;
  border: 1px solid #e2271d;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1023px) {
  body header nav #nav > li > a.btn,
  body header nav #nav > li > i.btn {
    margin-top: 0;
  }
}
body header nav #nav > li > a.btn:hover,
body header nav #nav > li > i.btn:hover {
  color: #e2271d;
  background: #fff;
  border-color: #e2271d;
}
body header nav #nav > li > a.btn i,
body header nav #nav > li > i.btn i {
  margin-right: 5px;
}
body section {
  position: relative;
  z-index: 1;
}
body section.fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1023px) {
  body section#scope-jobs-intro-section {
    margin-top: 60px;
  }
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap h1,
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap h2,
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap h3 {
  text-align: end;
  display: block;
  color: #262525 !important;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-hl-line {
  width: 10%;
  height: 2px;
  display: block;
  margin: 30px auto 30px auto;
  background: #fff;
}
@media (max-width: 767px) {
  body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-hl-line {
    margin: 15px auto 15px auto;
  }
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info {
  margin: 15px 0 30px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info select {
  display: none;
  visibility: hidden;
  width: 0;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info span,
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info a,
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info i,
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info li {
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info span {
  display: inline-block;
  margin: 0 8px;
  font-size: 1.2rem;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info span i {
  margin-right: 5px;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info #locationWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info #locationWrapper:hover span,
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info #locationWrapper:hover i {
  color: #4d4d4d;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info #locationWrapper .locationTrigger {
  display: inline-block;
  cursor: pointer;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info #locationWrapper ul {
  cursor: pointer;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 5px;
  background: white;
  z-index: -1;
  max-height: 180px;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  padding: 5px 15px;
  text-align: left;
  overflow-y: auto;
  margin-top: 34px;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info #locationWrapper ul li {
  display: block;
  white-space: nowrap;
  color: #4d4d4d;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info #locationWrapper ul li:hover {
  color: #e2271d;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-btn .btn {
  font-size: 1.2em;
  padding: 0.8rem 1.2rem !important;
  margin: 0 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-btn .btn:hover {
  background: #fff;
  color: #e2271d;
}
body section#scope-jobs-intro-section #scope-jobs-intro-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(128, 128, 128, 0.3);
  display: none;
}
@media (min-width: 768px) {
  body section#scope-jobs-intro-section .scope-img-wrap {
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  body section#scope-jobs-intro-section .scope-img-wrap {
    margin-top: 116px !important;
  }
}
body section#scope-jobs-intro-section .scope-img-wrap #header-overlay {
  background: rgba(128, 128, 128, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body section#scope-jobs-intro-section img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  /*@media (max-width: 767px) {
          width: unset !important;
          height: 400px !important;
          margin-left: 0;
        }*/
}
body section#scope-jobs-table-intro-section h2 {
  color: #e2271d;
}
body section#scope-jobs-map-section #map {
  height: 360px;
  width: 100%;
}
@media (max-width: 768px) {
  body section#scope-jobs-map-section #map {
    height: 320px;
  }
}
body section#scope-jobs-list-section {
  margin-bottom: 50px;
}
body section#scope-jobs-list-section #scope-jobs-list-section-filter {
  margin-bottom: 15px;
}
body section#scope-jobs-list-section #scope-jobs-list-section-filter .col-12 {
  padding: 0;
}
body section#scope-jobs-list-section #scope-jobs-list-section-filter label {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
body section#scope-jobs-list-section #scope-jobs-list-section-filter input,
body section#scope-jobs-list-section #scope-jobs-list-section-filter select {
  width: 100%;
  padding: 10px;
  border: 1px solid #EFF3F8;
  outline: 0 !important;
  height: 46px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap {
    display: none;
  }
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop thead tr th {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 15px 10px 15px;
  text-align: left;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop thead tr th:last-of-type {
  display: none;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr {
  border-bottom: 1px solid #EFF3F8;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr:last-of-type {
  border-bottom: none;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td {
  padding: 12px 15px;
  white-space: nowrap;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td:first-of-type {
  width: 100%;
  max-width: 0;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td:first-of-type a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td:nth-of-type(2) > div,
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td:nth-of-type(3) > div {
  width: 160px;
  white-space: nowrap;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td:nth-of-type(2) > div > i,
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td:nth-of-type(3) > div > i {
  width: 17px;
  display: inline-block;
  float: left;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td:nth-of-type(2) > div > span,
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td:nth-of-type(3) > div > span {
  float: left;
  display: inline-block;
  width: 134px;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td i {
  color: #e2271d;
  margin: 5px 8px 0 0;
  display: inline-block;
  float: left;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td a {
  color: #e2271d;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td a i {
  color: #e2271d;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td a:hover {
  color: #4d4d4d;
}
body section#scope-jobs-list-section #scope-jobs-table-desktop-wrap #scope-jobs-table-desktop tbody tr td a:hover i {
  color: #4d4d4d;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap {
  width: 100%;
  line-height: 26px;
  display: none;
}
@media (max-width: 991px) {
  body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap {
    display: block;
  }
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap > .row {
  margin-right: -30px;
  margin-left: -30px;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  background: #EFF3F8;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile {
    height: calc(100% - 15px);
  }
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile tr td {
  vertical-align: top;
  padding: 10px 20px 0 20px;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile tr td.scope-jobs-table-mobile-angle {
  width: 35px;
  vertical-align: middle;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile tr td.scope-jobs-table-mobile-angle i {
  float: right;
  margin-right: 0;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile tr:last-of-type td {
  padding: 10px 20px 10px 20px;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile span {
  float: left;
  display: inline-block;
  width: 160px;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile i {
  color: #e2271d;
  margin: 5px 8px 0 0;
  display: inline-block;
  float: left;
  width: 15px;
  text-align: center;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile a {
  color: #e2271d;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile a i {
  color: #e2271d;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile a:hover {
  color: #4d4d4d;
}
body section#scope-jobs-list-section #scope-jobs-table-mobile-wrap .scope-jobs-table-mobile a:hover i {
  color: #4d4d4d;
}
body section.scope-job-about-section h2 {
  font-weight: 400;
  color: #e2271d;
}
body section.scope-job-about-section .scope-img-wrap {
  height: 100% !important;
}
body section.scope-job-about-section .output ul,
body section.scope-job-about-section .output ol {
  padding-left: 20px;
  margin: 10px 0;
  position: relative;
}
body section.scope-job-about-section .output ul li,
body section.scope-job-about-section .output ol li {
  position: relative;
}
body section.scope-job-about-section .output ul li::before,
body section.scope-job-about-section .output ol li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: transparent;
  position: absolute;
  top: 14px;
  left: -15px;
  display: block;
}
body section.scope-job-about-section #scope-job-about-section-social i,
body section.scope-job-about-section #scope-job-about-section-social a {
  color: #e2271d;
  display: inline-block;
  margin-bottom: 5px;
}
body section.scope-job-about-section #scope-job-about-section-social i {
  margin-right: 8px;
  width: 20px;
  text-align: center;
}
body section.scope-job-about-section #scope-job-about-section-social a:hover {
  color: #4d4d4d;
}
body section.scope-job-about-section #scope-job-about-section-facts strong,
body section.scope-job-about-section #scope-job-about-section-facts span {
  display: block;
}
body section.scope-jobs-list-section {
  padding: 70px 0;
}
body section.scope-jobs-list-section:nth-of-type(odd) {
  background: #EFF3F8;
}
body section.scope-jobs-list-section h2 {
  font-weight: 400;
  color: #e2271d;
}
body section.scope-jobs-list-section ul {
  overflow: hidden;
}
body section.scope-jobs-list-section .output p,
body section.scope-jobs-list-section .output ul,
body section.scope-jobs-list-section .output ol {
  margin-bottom: 1rem;
}
body section.scope-jobs-list-section .output li a,
body section.scope-jobs-list-section .output p a {
  color: #e2271d;
}
body section.scope-jobs-list-section .output ul,
body section.scope-jobs-list-section .output ol {
  list-style: outside;
}
@media (min-width: 1023px) {
  body section.scope-jobs-list-section .output ul,
  body section.scope-jobs-list-section .output ol {
    width: 80%;
  }
}
body section.scope-jobs-list-section .output ul li,
body section.scope-jobs-list-section .output ol li {
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding-right: 40px;
  margin-left: 20px;
  margin-bottom: 10px;
}
body section.scope-jobs-list-section .output ul ul,
body section.scope-jobs-list-section .output ol ul,
body section.scope-jobs-list-section .output ul ol,
body section.scope-jobs-list-section .output ol ol {
  margin-bottom: 8px;
  list-style: outside;
}
body section.scope-jobs-list-section .output ul ul li,
body section.scope-jobs-list-section .output ol ul li,
body section.scope-jobs-list-section .output ul ol li,
body section.scope-jobs-list-section .output ol ol li {
  width: calc(100% - 40px);
  box-sizing: border-box;
  margin-left: 40px;
  margin-bottom: 10px;
  position: relative;
}
body section.scope-jobs-list-section .output ul ul li::before,
body section.scope-jobs-list-section .output ol ul li::before,
body section.scope-jobs-list-section .output ul ol li::before,
body section.scope-jobs-list-section .output ol ol li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid #e2271d;
  position: absolute;
  top: 14px;
  left: -15px;
}
@media (max-width: 767px) {
  body section.scope-jobs-list-section .output ul ul li::before,
  body section.scope-jobs-list-section .output ol ul li::before,
  body section.scope-jobs-list-section .output ul ol li::before,
  body section.scope-jobs-list-section .output ol ol li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
body section.scope-jobs-list-section .output ul ul ul li,
body section.scope-jobs-list-section .output ol ul ul li,
body section.scope-jobs-list-section .output ul ol ul li,
body section.scope-jobs-list-section .output ol ol ul li {
  list-style: none;
}
body section.scope-jobs-list-section .output ul ul ul,
body section.scope-jobs-list-section .output ol ul ul,
body section.scope-jobs-list-section .output ul ol ul,
body section.scope-jobs-list-section .output ol ol ul,
body section.scope-jobs-list-section .output ul ul ol,
body section.scope-jobs-list-section .output ol ul ol,
body section.scope-jobs-list-section .output ul ol ol,
body section.scope-jobs-list-section .output ol ol ol {
  margin-bottom: 8px;
  list-style: outside;
}
body section.scope-jobs-list-section .output ul ul ul li,
body section.scope-jobs-list-section .output ol ul ul li,
body section.scope-jobs-list-section .output ul ol ul li,
body section.scope-jobs-list-section .output ol ol ul li,
body section.scope-jobs-list-section .output ul ul ol li,
body section.scope-jobs-list-section .output ol ul ol li,
body section.scope-jobs-list-section .output ul ol ol li,
body section.scope-jobs-list-section .output ol ol ol li {
  width: calc(100% - 60px);
  list-style: disc outside;
  box-sizing: border-box;
  margin-left: 60px;
  margin-bottom: 10px;
  position: relative;
}
body section.scope-jobs-list-section .output ul ul ul li::before,
body section.scope-jobs-list-section .output ol ul ul li::before,
body section.scope-jobs-list-section .output ul ol ul li::before,
body section.scope-jobs-list-section .output ol ol ul li::before,
body section.scope-jobs-list-section .output ul ul ol li::before,
body section.scope-jobs-list-section .output ol ul ol li::before,
body section.scope-jobs-list-section .output ul ol ol li::before,
body section.scope-jobs-list-section .output ol ol ol li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #e2271d;
  position: absolute;
  top: 14px;
  left: -15px;
}
@media (max-width: 767px) {
  body section.scope-jobs-list-section .output ul ul ul li::before,
  body section.scope-jobs-list-section .output ol ul ul li::before,
  body section.scope-jobs-list-section .output ul ol ul li::before,
  body section.scope-jobs-list-section .output ol ol ul li::before,
  body section.scope-jobs-list-section .output ul ul ol li::before,
  body section.scope-jobs-list-section .output ol ul ol li::before,
  body section.scope-jobs-list-section .output ul ol ol li::before,
  body section.scope-jobs-list-section .output ol ol ol li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
body section.scope-jobs-list-section .output ol > li {
  list-style: outside decimal;
}
body section.scope-jobs-list-section .output ul li {
  position: relative;
  list-style: none;
}
body section.scope-jobs-list-section .output ul li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #e2271d;
  position: absolute;
  top: 14px;
  left: -15px;
}
@media (max-width: 767px) {
  body section.scope-jobs-list-section .output ul li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
body section.jp-section-form {
  padding: 0 0 70px 0;
}
body section.jp-section-form h2 {
  font-weight: 400;
  color: #e2271d;
}
body section.jp-section-form input[type="submit"] {
  margin-top: 50px;
}
body section.jp-section-form .error {
  font-size: 14px;
  line-height: 22px;
  color: #fa5c7c;
}
body section.jp-section-form .applyOnXing {
  background: #e2271d;
  color: #fff;
  text-align: center;
  margin-top: 85px;
  display: block;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body section.jp-section-form .applyOnXing span,
body section.jp-section-form .applyOnXing i {
  color: #fff;
}
body section.jp-section-form .applyOnXing:hover {
  background: #fff;
}
body section.jp-section-form .applyOnXing:hover span,
body section.jp-section-form .applyOnXing:hover i {
  color: #e2271d;
}
body section.jp-section-form a {
  color: #e2271d;
}
body section.jp-section-form h3 {
  font-size: 18px;
  font-weight: 400;
  color: #e2271d;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body section.jp-section-form h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
body section.jp-section-form .row {
  margin-bottom: 10px;
}
body section.jp-section-form .formText,
body section.jp-section-form .label {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 575px) {
  body section.jp-section-form .formText,
  body section.jp-section-form .label {
    margin-bottom: 5px;
    display: block;
  }
}
body section.jp-section-form input:not([type="checkbox"]),
body section.jp-section-form select,
body section.jp-section-form textarea {
  width: 100%;
  background: #EFF3F8;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 5px 5px 5px 10px;
  height: 50px;
  color: gray;
  letter-spacing: 0;
}
body section.jp-section-form textarea {
  height: unset;
}
body section.jp-section-form input[type="submit"] {
  background: #e2271d;
  color: white;
  float: right;
}
body section.jp-section-form .extra-margin {
  margin: 0 12px;
}
body section.jp-section-form .customCheckbox input[type="checkbox"] {
  width: 20px;
  padding: 0;
  float: left;
  margin: 5px 5px 0 0;
}
@media (min-width: 768px) {
  body section.jp-section-form .customCheckbox.no-label input[type="checkbox"] {
    margin: 10px 5px 0 0;
  }
}
body section.jp-section-form .customCheckbox.checkbox-with-modal input[type="checkbox"] {
  margin: 10px 5px 0 0;
}
body section.jp-section-form .customCheckbox .label {
  width: calc(100% - 25px);
  float: left;
}
body section.jp-section-form .dz-button {
  padding: 30px;
  background: none;
  border: 1px solid #ddd !important;
  color: #000;
  float: right;
  width: 100%;
}
body section.jp-section-form .dz-button:hover {
  cursor: pointer;
}
body section.scope-media-section {
  padding: 70px 0;
}
body section.scope-media-section > .container > .row > .col-12 {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
body section.scope-media-section h2 {
  font-weight: 400;
  margin: 0 !important;
}
body section.scope-media-section h3 {
  font-size: 18px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  body section.scope-media-section h3 {
    font-size: 14px;
  }
}
body section.scope-media-section .block-span,
body section.scope-media-section .scope-img-wrap {
  margin-bottom: 30px;
}
body section.scope-media-section .scope-img-wrap {
  border-radius: 5px;
  margin-bottom: 0;
}
body section.scope-media-section .scope-img-wrap .dot:hover {
  background: #aaa;
}
body section.scope-media-section .scope-img-wrap .slider img {
  height: 100%;
  object-fit: cover;
}
body section.scope-media-section .scope-img-wrap.vertical-img {
  max-height: calc(100vh - 200px);
  height: 100% !important;
}
body section.scope-media-section .scope-img-wrap.vertical-img img {
  height: 100%;
  width: unset !important;
  object-fit: contain;
  object-position: left center;
  border-radius: 5px;
}
body section.scope-media-section .scope-img-wrap .slider-control i {
  transition: color 0.2s ease-in-out;
}
body section.scope-media-section .output p,
body section.scope-media-section .output ul,
body section.scope-media-section .output ol {
  margin-bottom: 1rem;
}
body section.scope-media-section .output li a,
body section.scope-media-section .output p a {
  color: #e2271d;
}
body section.scope-media-section .output ul,
body section.scope-media-section .output ol {
  list-style: outside;
}
@media (min-width: 1023px) {
  body section.scope-media-section .output ul,
  body section.scope-media-section .output ol {
    width: 80%;
  }
}
body section.scope-media-section .output ul li,
body section.scope-media-section .output ol li {
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding-right: 40px;
  margin-left: 20px;
  margin-bottom: 10px;
}
body section.scope-media-section .output ul ul,
body section.scope-media-section .output ol ul,
body section.scope-media-section .output ul ol,
body section.scope-media-section .output ol ol {
  margin-bottom: 8px;
  list-style: outside;
}
body section.scope-media-section .output ul ul li,
body section.scope-media-section .output ol ul li,
body section.scope-media-section .output ul ol li,
body section.scope-media-section .output ol ol li {
  width: calc(100% - 40px);
  box-sizing: border-box;
  margin-left: 40px;
  margin-bottom: 10px;
  position: relative;
}
body section.scope-media-section .output ul ul li::before,
body section.scope-media-section .output ol ul li::before,
body section.scope-media-section .output ul ol li::before,
body section.scope-media-section .output ol ol li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid #e2271d;
  position: absolute;
  top: 14px;
  left: -15px;
}
@media (max-width: 767px) {
  body section.scope-media-section .output ul ul li::before,
  body section.scope-media-section .output ol ul li::before,
  body section.scope-media-section .output ul ol li::before,
  body section.scope-media-section .output ol ol li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
body section.scope-media-section .output ul ul ul li,
body section.scope-media-section .output ol ul ul li,
body section.scope-media-section .output ul ol ul li,
body section.scope-media-section .output ol ol ul li {
  list-style: none;
}
body section.scope-media-section .output ul ul ul,
body section.scope-media-section .output ol ul ul,
body section.scope-media-section .output ul ol ul,
body section.scope-media-section .output ol ol ul,
body section.scope-media-section .output ul ul ol,
body section.scope-media-section .output ol ul ol,
body section.scope-media-section .output ul ol ol,
body section.scope-media-section .output ol ol ol {
  margin-bottom: 8px;
  list-style: outside;
}
body section.scope-media-section .output ul ul ul li,
body section.scope-media-section .output ol ul ul li,
body section.scope-media-section .output ul ol ul li,
body section.scope-media-section .output ol ol ul li,
body section.scope-media-section .output ul ul ol li,
body section.scope-media-section .output ol ul ol li,
body section.scope-media-section .output ul ol ol li,
body section.scope-media-section .output ol ol ol li {
  width: calc(100% - 60px);
  list-style: disc outside;
  box-sizing: border-box;
  margin-left: 60px;
  margin-bottom: 10px;
  position: relative;
}
body section.scope-media-section .output ul ul ul li::before,
body section.scope-media-section .output ol ul ul li::before,
body section.scope-media-section .output ul ol ul li::before,
body section.scope-media-section .output ol ol ul li::before,
body section.scope-media-section .output ul ul ol li::before,
body section.scope-media-section .output ol ul ol li::before,
body section.scope-media-section .output ul ol ol li::before,
body section.scope-media-section .output ol ol ol li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #e2271d;
  position: absolute;
  top: 14px;
  left: -15px;
}
@media (max-width: 767px) {
  body section.scope-media-section .output ul ul ul li::before,
  body section.scope-media-section .output ol ul ul li::before,
  body section.scope-media-section .output ul ol ul li::before,
  body section.scope-media-section .output ol ol ul li::before,
  body section.scope-media-section .output ul ul ol li::before,
  body section.scope-media-section .output ol ul ol li::before,
  body section.scope-media-section .output ul ol ol li::before,
  body section.scope-media-section .output ol ol ol li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
body section.scope-media-section .output ol > li {
  list-style: outside decimal;
}
body section.scope-media-section .output ol > li::marker {
  font-weight: 700;
}
body section.scope-media-section .output ul li {
  position: relative;
  list-style: none;
}
body section.scope-media-section .output ul li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #e2271d;
  position: absolute;
  top: 14px;
  left: -15px;
}
@media (max-width: 767px) {
  body section.scope-media-section .output ul li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
body section.scope-media-section .youtube-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 5px;
}
body section.scope-media-section .youtube-embed-container iframe,
body section.scope-media-section .youtube-embed-container object,
body section.scope-media-section .youtube-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
body section.scope-media-section .vimeo-embed-container {
  padding: 56.25% 0 0 0;
  position: relative;
}
body section.scope-media-section .vimeo-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}
footer {
  padding: 15px 0 5px 0 !important;
}
footer a {
  color: #e2271d;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
footer a:hover {
  color: #4d4d4d;
}
footer .row .col-12 a {
  display: inline-block;
  margin-bottom: 10px;
}
footer .row .col-12:first-of-type a {
  margin-right: 8px;
}
footer .row .col-12:last-of-type a {
  float: right;
}
@media (max-width: 575px) {
  footer .row .col-12:last-of-type a {
    float: left;
    margin-bottom: 15px;
  }
}
.half-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  list-style: disc !important;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .half-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .half-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .half-container {
    width: 585px;
    margin-left: 0;
  }
}
#scope-jobs-intro-section-btn .btn {
  width: auto;
}
.modal {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
}
@media (max-width: 1023px) {
  .modal {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
}
.modal .modal-dialog {
  width: 760px;
  height: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    border-radius: 0;
  }
}
.modal .modal-dialog .modal-content {
  overflow: auto;
  height: 100%;
  padding: 30px;
}
.modal .modal-dialog .modal-content .modal-header {
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-title {
  width: calc(100% - 30px);
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 22px;
  cursor: pointer;
  color: #e2271d;
  background: #fff;
}
.modal .modal-dialog .modal-content .close:hover i {
  color: #4d4d4d;
}
#social-bar {
  position: fixed;
  right: -5px;
  top: 50%;
  margin-top: -100px;
  z-index: 999;
  width: 71px;
}
@media (max-width: 1120px) {
  #social-bar {
    display: none;
  }
}
#social-bar div {
  background-color: #e2271d;
}
#social-bar div:not(:last-of-type) a {
  margin-bottom: 5px;
}
#social-bar a {
  float: right;
  width: 71px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  line-height: 66px;
  font-size: 30px;
  text-align: center;
  background: #e2271d;
  color: #fff;
  border: 0;
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#social-bar a:hover {
  width: 86px;
}
#mobile-social-bar {
  position: fixed;
  z-index: 1000;
  width: 41px;
  max-height: 41px;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (min-width: 1120px) {
  #mobile-social-bar {
    display: none;
  }
}
#mobile-social-bar a {
  display: block;
  width: 41px;
  height: 41px;
  background-color: #e2271d;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#mobile-social-bar a i {
  color: white;
  font-size: 20px;
  margin-top: 10px;
}
#mobile-social-bar.active {
  max-height: 258px;
  bottom: 8px;
}
/*//slider
.scope-img-wrap{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  img {
    width: 100%;
    display: none;

    &.show {
      display: block;
    }
  }
  .slider{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    img{
      float: left;
    }
  }
  .slider-control{
    z-index: 2;
    position: absolute;
    top:50%;
    .translate(0, -50%);
    color: @primary;
    cursor: pointer;
    font-size: 42px;
    .transition(all, 0.3s);
    @media (max-width: 767px) {
      display: none;
    }
    &:hover{
      color: @secondary;
    }
    &.right{
      right: 30px;
    }
    &.left{
      left: 30px;
    }
  }
  .slider-dots{
    z-index: 2;
    position: absolute;
    bottom: 30px;
    left:50%;
    .translate(-50%, 0);
    @media (max-width: 767px) {
      bottom: 15px;
    }
    li{
      width: 12px;
      height: 12px;
      float: left;
      margin: 0 3px;
      border-radius: 50%;
      background: @secondary;
      .transition(all, 0.3s);
      &.active{
        background: @primary;
      }
    }
  }
}*/
section#form {
  padding: 70px 0;
}
section#form .applyOnXing {
  background: #e2271d;
  text-align: center;
  margin-top: 44px;
  background-color: #e2271d;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 8px 9px;
  min-width: 180px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
section#form .applyOnXing.btn-light {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #fff;
  color: #e2271d;
}
section#form .applyOnXing.btn-light:hover {
  background: #e2271d;
  color: #fff;
}
section#form .applyOnXing span,
section#form .applyOnXing i {
  color: #fff;
}
section#form .formContainer a {
  color: #e2271d;
}
section#form .formContainer h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 40px;
  color: #e2271d;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  section#form .formContainer h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
section#form .formContainer .row {
  margin-bottom: 10px;
}
section#form .formText,
section#form .label {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  section#form .formText,
  section#form .label {
    margin-bottom: 5px;
    display: block;
  }
}
section#form input:not([type="checkbox"]),
section#form select {
  width: 100%;
  background: #EFF3F8;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 5px 5px 5px 10px;
  height: 50px;
}
section#form .customCheckbox input[type="checkbox"] {
  width: 20px;
  padding: 0;
  float: left;
  margin: 0px 5px 0 0;
}
section#form .customCheckbox .label {
  width: calc(100% - 25px);
  float: left;
}
section#form .h2 {
  font-weight: 400;
  color: #e2271d;
  text-align: center;
  display: block;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  section#form .h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
section#form:nth-of-type(odd) {
  background: #EFF3F8;
}
.upload-row {
  margin-bottom: 2.5rem;
}
.uploadOuterWrapper {
  margin-bottom: 2.5rem;
}
.uploadOuterWrapper .dz-default > * {
  float: none !important;
}
.uploadOuterWrapper .dz-button {
  margin: 0;
  font-size: 14px;
  color: #e2271d;
}
.uploadOuterWrapper .dz-button:hover {
  background: #EFF3F8;
}
.uploadOuterWrapper .dz-default.dz-message span {
  display: none;
  margin: 2rem 0;
  font-size: 14px;
  color: #e2271d;
  padding: 30px;
  background: none;
  border: 1px solid #ddd;
  float: right;
  width: 100%;
  text-align: center;
}
.uploadOuterWrapper .alert {
  text-align: center;
  margin-top: 2rem;
}
.uploadOuterWrapper .alert button.close {
  display: none;
}
.uploadOuterWrapper .dz-progress {
  display: block;
  width: 100%;
  height: 5px;
}
.uploadOuterWrapper .dz-progress .dz-upload {
  display: block;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: #e2271d;
}
.uploadOuterWrapper .dz-success-mark,
.uploadOuterWrapper .dz-error-mark {
  display: none;
}
.uploadOuterWrapper .dz-size,
.uploadOuterWrapper .dz-filename {
  display: inline-block;
  font-size: 14px;
}
.uploadOuterWrapper .dz-size {
  margin-right: 16px;
  position: relative;
}
.uploadOuterWrapper .dz-size:after {
  content: "";
  width: 8px;
  height: 1px;
  display: block;
  top: 50%;
  right: -14px;
  position: absolute;
  background: #4d4d4d;
}
.uploadOuterWrapper .dz-started .dz-details {
  margin-top: 2rem;
}
.uploadOuterWrapper .dz-started .dz-button {
  display: none;
}
.uploadOuterWrapper .dz-max-files-reached .dz-default.dz-message,
.uploadOuterWrapper form:not(.dz-started) .dz-default.dz-message {
  display: block;
}
.uploadOuterWrapper .dz-max-files-reached .dz-default.dz-message span,
.uploadOuterWrapper form:not(.dz-started) .dz-default.dz-message span {
  display: block;
}
.documentOuterWrapper {
  margin-top: 2.5rem;
}
.documentOuterWrapper .documentList {
  margin-bottom: 0.6rem;
}
.documentOuterWrapper .documentList label {
  display: block;
  color: #4d4d4d;
}
.documentOuterWrapper .documentList span {
  font-size: 14px;
}
.documentOuterWrapper .documentList .documentDelete {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #808080;
  cursor: pointer;
}
.scope-inside-iframe section.scope-jobs-intro-section .scope-img-wrap {
  height: 800px !important;
}
@media (max-width: 768px) {
  .scope-inside-iframe section.scope-jobs-intro-section .scope-img-wrap {
    height: 600px !important;
  }
}
@media (max-width: 511px) {
  .scope-inside-iframe section.scope-jobs-intro-section .scope-img-wrap {
    height: 400px !important;
  }
}
.scope-inside-iframe section.scope-jobs-intro-section .scope-img-wrap img {
  width: 100% !important;
  height: 100% !important;
}
h2 {
  font-weight: 400 !important;
  font-family: 'Lato', sans-serif !important;
}
footer *,
#scope-jobs-list *,
.jp-section-form * {
  font-weight: 400;
  letter-spacing: 1.5px;
}
footer .fas,
#scope-jobs-list .fas,
.jp-section-form .fas {
  font-weight: 700;
}
#job-form-wrapper {
  padding-top: 70px;
}
.jp-section-form {
  padding: 0 0 70px 0;
  background: #fff;
}
.jp-section-form .customCheckbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.jp-section-form .customCheckbox input[type="checkbox"] {
  width: 20px !important;
  padding: 0;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.jp-section-form .customCheckbox.checkbox-with-modal input[type="checkbox"] {
  margin: 10px 5px 0 0;
}
.jp-section-form .customCheckbox .label {
  width: calc(100% - 25px);
  float: left;
}
.nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.hey-form-row {
  margin-bottom: 10px;
}
.hey-form-row .row {
  margin-bottom: 10px;
}
.hey-form-row select,
.hey-form-row input:not([type="checkbox"]) {
  width: 100% !important;
  background: #EFF3F8;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 5px 5px 5px 10px;
  height: 50px;
  color: gray;
}
.btn-apply {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
