body {
  font-size: 12px;
  padding-top:0px;
  background:#e7efef85;
  font-family: Roboto,Helvetica Neue,Arial,Serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  
}

body strong {
    font-family: Roboto,Helvetica Neue,Arial,Serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
}

@media (max-width: 500px) {
.text-center {
  text-align: center;
  font-size:30px;
}
}


.panel-selected {
  border: 2px solid #007bff; /* Bootstrap primary color */
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  background-color: #e9f5ff;
  transition: all 0.3s ease;
}
body ul.menu {
  margin-top: 20px;
}

body .html {

  background: #35563c;
}

 .html {

  padding-right:100px;
  padding-left: 100px;
  background: #35563c;
}

body .row 

{

  margin-right: 5%;
  margin-left:5%;
}

body p {
    font-family: Roboto,Helvetica Neue,Arial,Serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
}

body h1 {
  font-family: Roboto,Helvetica Neue,Arial,Serif;
  
  }

body h2 {
font-family: Roboto,Helvetica Neue,Arial,Serif;

}

body h3 {
font-family: Roboto,Helvetica Neue,Arial,Serif;

}

body h4 {
font-family: Roboto,Helvetica Neue,Arial,Serif;

}

body .jobslist {
  margin-top: -500px;
}

.container-fluid {
  margin-top: 0; /* Replace auto with 0 or any other valid value */
  min-height: 70vh;
  margin-top: 200px;
}



@media (max-width: 767px) {

body .col-sm-offset-3
{

  padding-left:15px;
  
  



}

}

@media (min-width: 768px) {
  .col-sm-offset-3 {

    margin-top:100px;
  }
}

body .mobile-nav .mobile-hamburger .line {
    height: 10px;
    width: 35px;
    margin-bottom: 4px;
    background: #ffffff;
    transition: all .2s ease-in;

  }

@media (max-width: 500px) {
body .mobile-logo {
    left: 10px;
    top: 20px;
    max-width: 75px;
}
}

@media (max-width: 500px) {

h1{
  bottom: 0px;
  font-size:25px;
  position: relative;
  line-height: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin:0px;
}

}

@media (max-width: 767px) {
body .col-sm-offset-3 div#applyRegisterForm {

  margin-right:0%;
  margin-left: 0%;
}}

body .panel-default {
  margin:5%;
}

body .container-fluid .col-sm-8  {

  

  margin-right:60px;
}

body .container-fluid .col-sm-3  {

  

  margin-right:5px;
  
}

body .container-fluid .col-sm-3 .block {

  

  margin-right:5px;
  background-color:#00000000
}

body .container-fluid .col-sm-2 {

  
  margin-top:50px;
  margin-left:200px;

}

#loader {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu ul.menu {
      list-style: none;
      color:#fff;
      width:100%;
      text-align:center;
      position:relative;
      z-index:4;
      padding:0px;
      margin:0px;
      padding-top:80px;

    }

.mobile-menu ul.menu li {
  padding:20px 0px;
}

.mobile-menu ul.menu li a {
  color:#fff;
  font-size:30px;
  font-weight:300;
  position:relative;

  
}

.mobile-menu ul.menu li a:after {
  content:'';
  width:120%;
  position:absolute;
  background:#fff;
  height:1px;
  left:-10%;
  bottom:-5px;
  max-width:0px;
  -webkit-transition: all 0.2s ease-in;
  transition:all 0.5s ease-in;
}

.mobile-menu ul.menu li a:hover {
  text-decoration: none;
}

.mobile-menu ul.menu li a:hover:after {
      max-width:500px;
    }

#keyword-only-search {
  width: auto;
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
}

.hugo {
  margin-top: 60px;
}

@media (max-width: 500px) {

#app .hero {
  position: relative;
  padding: 57.25% 0 0;
  top:-50px;
}
}

@media (max-width: 769px) {

#app .hero {
  position: relative;
  padding: 57.25% 0 0;
  top:-80px;
}
}


@media (max-width: 1600px) {

#app .hero {
  position: relative;
  padding: 57.25% 0 0;
  top:-110px;
 
}
}


@media (max-width: 400px) {

#app .hero {
  position: relative;
  padding: 57.25% 0 0;
  top:-150px;
}
}



body .hero-box {
    position: relative;
    width: 100%;
    min-height: 200px;
    z-index:1;
    padding-top: calc(100% * (100 / 300));


    }



body .hero-box .hero-text {
font-family: Roboto,Helvetica Neue,Arial,Serif;
position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
 
  color: black;
  font-size: 55px;
  padding: 12px 24px;
  border: none;
 font-weight: 600;
  cursor: pointer;

  display: flex;
}


@media (max-width: 769px) {

body .hero-box .hero-text {
font-family: Roboto,Helvetica Neue,Arial,Serif;
position: absolute;

  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
 
  color: black;
  font-size: 25px;
  border: none;
 font-weight: 600;
  cursor: pointer;

  display: flex;
}
}


@media (max-width: 400px) {

body .hero-box .hero-text {
position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
 
  color: black;
  font-size: 13px;
  padding: 12px 24px;
  border: none;
 font-weight: 400;
  cursor: pointer;

  display: flex;
}
}

body .hero-box .btn {
  font-family: Roboto,Helvetica Neue,Arial,Serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ff40b4;
  color: white;
  font-size: 17px;
  padding: 12px 24px;
  border: none;
 font-weight: 800;
  cursor: pointer;
  border-radius: 15px;
  display: flex;
}



body .hero-box .btn:hover {
  background-color: black;
}


@media (max-width: 769px) {

body .hero-box .btn {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ff40b4;
  color: white;
  font-size: 10px;
  padding: 12px 12px 12px 12px;
  border: none;
 font-weight: 800;
  cursor: pointer;
  border-radius: 7px;
  display: flex;
}



body .hero-box .btn:hover {
  background-color: black;
}


}


@media (max-width: 400px) {

body .hero-box .btn {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ff40b4;
  color: white;
  font-size: 6px;
  padding: 5px 12px;
  border: none;
 font-weight: 400;
  cursor: pointer;
  border-radius: 15px;
  display: flex;
}



body .hero-box .btn:hover {
  background-color: black;
}


}

 body .hero {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}   



body .hero-box .btn2 {
  position: absolute;
  top: 70%;
  left: 570%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ff40b4;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}



body .hero-box .btn2:hover {
  background-color: black;
}
 body .hero {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}   

/* Parent container to hold background and overlay */
body .hero-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  
}
#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* Or any other background color */
  z-index: 9999;
}
.main-content {
  display: none; /* Hide the main content initially */
}

/* Background video styles */
body .hero-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
  object-fit: cover;
  z-index: 0; 
  background: rgba(0, 0, 0, 0.5); /* Optional: semi-transparent background *//
}d

.video-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--overlay-height, 75vh); /* Use dynamic height or default 75vh */
  background-color: rgba(135, 136, 137, 0.22); /* Overlay color */
  z-index: 1; /* Place above the video */
  pointer-events: none; /* Ensure it doesn't block interactions */
}

/* Background image (if video is not used) */
body .hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; /* Below overlay */
}


/* Hero Text */
.hero-box .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 3; /* Ensures the text is above the overlay */
  font-size: 2em;
  text-align: center;
  padding: 10px 20px;
  background: rgb(248 241 241 / 60%); /* Optional background for text */
  border-radius: 5px; /* Optional rounded corners */
}


@media (max-width: 400px) {

  /* App overlay container */
#app.app-overlay {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2; /* Above background */
  align-items: center;
  justify-content: center;
  
}
}
/* App overlay container */
#app.app-overlay {
  position: absolute;
  top: -8%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2; /* Above background */
  align-items: center;
  justify-content: center;
  
}


body .view.index .latest-jobs {
  transition:all 3s ease;
  margin-top: 50px;
  border-radius: 10px;
}

@media (min-width: 1167px) {
  body .view.index .latest-jobs {
  top: -280px;
  }
}


  body .show-mobile {
      display: none!important;
  }
  body .view.index .latest-jobs {
    width: 90%;
    margin-left: 25px;
    top: 0px;
    margin-top: 75px;
    z-index: 1;
  }


@media (min-width: 556px) and (max-width: 767px) {
  .hero .strap h1 {
      font-size: 55px;
      line-height: 30px;
      margin-top: 130px;
      margin-bottom: 30px;
      font-family: Raleway,Helvetica Neue,Arial,Serif;

  }
  body .hero .strap {
    top: 50%;
  }
}


body .hero img.back {
  position: relative;
  display: block;
  object-fit: cover;
  width: 100%;
  top: 0;
  max-height: 700px;
  left: 0;
}



body .fallbackImage {
  
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
@media (max-width: 555px) {
  body .hero .strap h1 {
      font-size: 35px;
      line-height: 0px;
      margin-top: -20px;
      margin-bottom: 30px;
  }
  body .hero .strap {
    top: 50%;
  }
}

@media (max-width: 489px) {
  body .view.index .latest-jobs {
    top: 0px;
  }
  body .hero .strap h1 {
      font-size: 29px;
      line-height: 0px;
  }
  body .hero .strap {
    top: 60%;
  }
}


@media (max-width: 386px) {
  body .view.index .latest-jobs {
    top: -10px;
  }
  body .hero .strap h1 {
      font-size: 29px;
      line-height: 24px;
  }
  body .hero .strap {
    top: 60%;
  }
  body .show-mobile {
      display: block!important;
  }
 
}

body .poweredbyrecsite
{
  float: middle;
}
body .view.vacancy .vacancy-area {
  margin-top: 15%;
  width: 90%;
}

@media (max-width: 1024px) {
  body .view.vacancy .vacancy-area {
      margin-top: 15%;
  }
}

@media (max-width: 767px) {
  body .view.vacancy .vacancy-area {
      margin-top:25%;
      border-radius: 5px;
  }
}


body .vacancy .vacancy-area .btn.apply {
    text-transform: uppercase;
    background: #ff40b4;
    padding: 15px 30px;
    display: block;
    margin: 0 auto 10px;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease-in;
    border: 1px solid #fff;
}

@media (max-width: 500px) {
  body .view.vacancy .vacancy-area {
      margin-top:80px;
  }
}

@media (max-width: 500px) {
body .vacancy .hero {

  margin-top: 0px;
}
}

body .latest-jobs .view-cta {
    width: 100%;
    background: #ff40b4;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    display: hidden;
}


body .view.contact .contact-area {
  
margin-top: -2%;
}




.recsite-cookie-banner {
    width: 100%;
    height: 100px;
    font-size: 13px;
    line-height: 26px;
    background-color: #f6f3f3f0;
    border-top: 0px solid #ccc;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    padding-right: 0px;
}
.recsite-cookie-banner__container {
    overflow: hidden;
}
.recsite-cookie-banner__text {
    float: left;
    width: calc(100% - 120px);
    padding: 16px 0;
}

.recsite-cookie-banner__btn-container {
    float: left;
    width: 120px;
    overflow: hidden;
}

.recsite-cookie-banner__btn {
    margin-top: 30px;
    width: 80px;
    height: 33px;
    float: right;

    border-radius: 5px;
    transition: all .3s;

  font-size:1.6rem;
  color:#ffffff;
  font-weight:500;
  font-family:"Museo",Helvetica,Arial,sans-serif,"Avenir-Roman";
  background:#fec901;
  border-radius:4px;
  margin-left:40px;
  cursor:pointer;
  border:none;
  text-align:center;
  line-height:24px;
  min-width:125px;

.footer-legals {

  color: #FFF; 
  text-decoration: underline;
}


}
.recsite-cookie-banner__btn:hover {
    background-color: #CCC;
    color: #000;
}

.recsite-cookie-banner__link {
    text-decoration: underline;
}

body .view.contact .container .row.wrapper {

border-radius:10px;
margin-top:0px;
z-index:1;
background: #fff;
margin: -10px auto 100px;
position: relative;
padding: 20px;
width:85%;
}

.hero .strap {

  top:5px;
}

body > .container {
  width: 100%;
  padding:0px;
  margin-top: 0px;
  
}

@media (max-width: 500px) {

  .view.contact .container .row.wrapper .col-sm-6 {
   width:100%;
   text-align: center;
   font-size:14px;
 }
}

body .hero .strap {
  width: 100%;
  left: 0px;
  margin-left: 0px;
  transition:all 1s ease;
}

/*#app .text-left  {
  display: none;
}*/

#app .spacer {
  display: none;
}

#app h3 {
  display: none;
}

#app .dropzone { 
  position: relative;
  height: 150px;
}
#app .dropzone {
    text-transform: uppercase;
    background: #ffdd64a3;
    padding: 15px 30px;
    display: block;
    margin: 0 auto 10px;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease-in;
    border: 1px solid #fff;
}
#app .dropzone {
text-transform: none;
    background: #ffdd6454;
    padding: 15px 30px;
    display: inline-block;
    margin: 0 auto 10px;
    outline: 3px dashed #252525;
    box-shadow: 0 0 0 2px #fec901;
    animation: 2s animateBorder infinite alternate;
    cursor: pointer;
    border: none;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
        left: 50%;
    transform: translateX(-50%);
}

#app .dropzone h4 {
    font-family: Roboto,Helvetica Neue,Arial,Serif;
    margin: 0px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

h1{
    bottom: 0px;
    position: relative;
    line-height: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin:0px;
}


ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Roboto,Helvetica Neue,Arial,Serif;
    font-size: 15px;
}
#app .manual {
    font-family: Roboto,Helvetica Neue,Arial,Serif;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}

#app .btn-link {
    padding: 0px;
    padding-left: 7px;
    padding-right: 17px;
    animation: none;
    outline: 2px solid #252525;
}

#app .btn-link h3 {
  display: block;
    margin: 18px;
}

/*#app .well {
  background-color: transparent;
  border: none;
  box-shadow: none;
}*/

#app .cv-step {
    background: #ffffffe0;
    margin: -100px auto 100px;
    position: relative;
    padding: 3ch;
    margin-top:15%;
    max-width: 1024px;
    width: 95%;
    border-radius:10px;
    min-height: 100vh;
}

@media (max-width: 767px) {

#app .cv-step {
    background: #fff;
    margin: -100px auto 100px;
    position: relative;
    padding: 20px;
    margin-top: 25%;
    max-width: 1024px;
    border-radius:10px;
    width: 95%;
    min-height: 80vh;
}
}

@media (max-width: 550px) {

#app .cv-step {
    background: #fff;
    margin: -100px auto 100px;
    position: relative;
    padding: 30px;
    margin-top: 50%;
    max-width: 1024px;
    width: 95%;
    min-height: 100vh;
}
}

#app .cv-bottom-nav {
    position: inherit;
    bottom: 0px;
    margin-left:9%;
    width: 75%;
    left: 0px;
}

.iti__flag-container

{margin-top:10px}

.form-control {

  height: 40px;
}

.employer-icon-inside

{
  width:27px;
  left: 4px;
  height: auto;
}

.institution-icon-inside

{
  width:27px;
  left: 4px;
  height: auto;
}

.autocomplete-suggestions

{

  margin-top: 60px;
}


.gradient-hover {
  background: linear-gradient(90deg, #ff40b4, #fb8fd0); /* Default gradient */
  transition: background 0.3s ease; /* Smooth transition for hover effect */
}

.gradient-hover:hover {
  background: linear-gradient(90deg, #fb8fd0, #ff40b4); /* Reversed gradient on hover */
}

/* Previous button: outlined style */
.btn-outline {
  background-color: white;
  color: #333; /* Text color */
  border: 1px solid #ddd; /* Light border */
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background-color: #f5f5f5; /* Slightly darker background on hover */
  border-color: #ccc; /* Slightly darker border on hover */
}

.Select--multi .Select-value

{

    vertical-align: middle;
}


.Select-input  {

  height:50px;
}




#app .cv-step input, #app .cv-step textarea {
    height: 50px;
    margin-left: 35px;
    padding: 10px;
    float: right;
    width: 100%;
    margin-top: 0px;
}

#app .cv-step textarea {
  float:left;
  height:100px;
  margin-left: 0px;
}

#app .cv-step textarea.hide {
  display: none;
}

#app .cv-step .form-group {
    margin-top: 20px;
}

#app .cv-step .btn-block {
    float: right;
    margin-top: 0px;
}

#app .cv-step .btn-block.btn-primary, #app .cv-step .btn-block.btn-success {
    float: right;
    margin-top: 20px;
    color: black;
}

#app .cv-step .btn-block.btn-primary {
  color: #FFFFFF;
  
}

#app .checkbox label, .radio label {


  min-height: 45px;
    padding-left: 15px;
    padding: 10px;
    margin-bottom: -10px;
    font-weight: 600;
    cursor: pointer;
}

@media (min-width: 769px) {
  #app .cv-step .btn-block.btn-primary {
    margin-right:15px;
  }
}

#app .cv-step .form-group.text-right {
    margin-right: 17px;
}

#app .cv-step .btn-block.btn-addnew-education {
    margin-top: 20px;
    float: left;
}

video#video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}

#app .hero .strap .btn.upload {
  padding: 18px 20px;
    position: relative;
    top: 0px;
    outline: 0 solid transparent;
    outline-color: transparent;
    background: none;
    border: none;
    box-shadow: none;
    width: 79px;
  display: inline-block;
    left: 60px;
}


#app .btn-block {
      animation: none;
    outline: 2px solid #252525;
    border-radius: 0px;
}

#app .register-steps h4 {
  text-align: center;
}

#registerNote {
  display:none;
}

.page-header h1 {
  text-align: center;
  margin-top:100px;
  width:90%;
  font-size: 26px;
  line-height: 1.5;
}

.cv-upload {
    left: 100%;
    position: relative;
    display:none;
    transition: all 1s ease;
}

.cv-upload-open {
  left:0%;
  display:block;
}

body .strap h1 {
  font-family: Roboto,Helvetica Neue,Arial,Serif;
  position: relative;
  transition: all 1s ease;
}

body .strap h1.strap-open {
  top: 0px;
}

#content_WeAreTheFix h3 {
    padding: 0 20px 20px;
}

/*#app .register-steps.open {
    position: absolute;
    width: 100vw;
  left: 0px;
}*/

body div.view {
  min-height: 76vh;
}

body div#app {
  min-height: 76vh;
  
}

/* Container for the grid */
body .homepage-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 columns */
  gap: 5px; /* Space between items */
  padding: 5px;
  margin-left: -3%;
  text-align: center;
}

/* Individual grid items */
body .homepagelink-item {
  text-align: center;
  height:300px;
  width:auto;
}



/* Images inside the grid items */
body .homepagelink-item img {
  padding: 35px;
  width: 400px;
  height: 300px;
  margin-top: -20%;
  border-radius:50px;
  object-fit: cover;
  transition: transform 0.3s ease; /* Add a hover effect */
}


/* Hover effect for images */
body .homepagelink-item img:hover {
  transform: scale(1.05); /* Slight zoom-in on hover */
}

/* Headings below the images */
body .homepagelink-item h3 {
  font-family: Open Sans, Roboto, Helvetica Neue, Arial, Serif;
  position: relative;
  left: 20%;
  top: -275px;
  color: #524a4f;
  max-width: 59%;
  font-weight: 900;
  font-size: 25px;
  line-height: 0.88;
  -webkit-font-smoothing: antialiased;
  background: rgb(248 241 241 / 80%);
  border-radius: 5px;
  padding: 15px;
}

/* Responsive layout */
@media (max-width: 1500px) {
  body .homepage-links {
    grid-template-columns: repeat(2, 1fr); /* 3 columns for medium screens */
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body .homepage-links {
    grid-template-columns: repeat(1, 1fr); /* 2 columns for small screens */
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  body .homepage-links {
    grid-template-columns: 1fr; /* 1 column for extra-small screens */
    margin-left: 0;
  }
}




#app .register-steps {
    padding-top: 150px;
}

body .card.clickable.article-card {
  padding:30px;
  padding-top:40px;
  padding-bottom:40px;
    /*min-height: 668px;*/
}

body .card.clickable.article-card p {
  padding: 0px;
}

body .card.clickable.article-card img {
  width: 100%;
  height:auto;
}

/*body .header .logo {
    top: 0px;
}

body header nav {
  top:35px;
}

body .login-form {
	width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(255, 255, 255, 0.67);
    right: 0;
    top: 0;
    padding: 200px 0;
    display: none;
    z-index: 1000;
}

body header .login {
    top: 7px;
}

body header.reduced nav {
  top: 15px;
}

body header.reduced .login {
    top: -15px;
}
*/
body .view.article .card img {
  height: auto;
}

.twitter-tweet {
    width: 56%;
    display: inline-block;
    position: relative;
    top: 17px;
}

.card .twitter-tweet img {
    width: 70px;
    float: left;
}

.card .twitter-tweet .twitter-title {
    float: left;
    font-size: 19px;
    font-weight: 600;
    left: 18px;
    position: relative;
    top: 7px;

}

.card .twitter-tweet .twitter-at {
  float:left;
    top: 33px;
    left: -129px;
    color: gray;
    margin: 0px;
    position: relative;
    font-weight: 400;
}

.card .twitter-tweet .follow-btn {
  float:right;
    border: 1px solid #049a99;
    border-radius: 50px;
    padding: 10px;
    padding-left: 32px;
    color: #049a99;
    padding-right: 31px;
}

.card .twitter-tweet a.toggle-tweet {
  float:right;
    top: 10px;
    position: relative;
    left: 10px;
}

.card .tweet-text {
  max-height: 0px;
  transition: all 1s ease;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    opacity: 0;
}

.card .tweet-text.open {
  max-height: 10000px;
  opacity: 1;
}

.card .tweet-text .twitterwidget {
  opacity: 0 !important;
  transition: all 1s ease;
  left: 50%;
  position: relative !important;
  transform: translateX(-50%) !important;
  margin-bottom: 50px !important;
}

.card .tweet-text.open .twitterwidget {
  opacity: 1 !important;
}



.card .twitter-tweet .follow-btn:hover {
  background: #049a99;
  color:black;
}

.card h1.news-title {
    display: inline-block;
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
}

body .page-header {
    padding-top: 0px;
}


body #app .cv-step input[type='checkbox'] {
  height: auto;
    margin-left: -17px;
    border: none;
    float: none;
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
}

body #app .cv-step.flex-wrapper {
    display: block;
    float: none;
    text-align: center;
}

body .sound-btn {
  position: absolute;
  
  top:10px;
  width: 50px;
  z-index: 2;
  right:10px;
  cursor:pointer;
}

body video#video.video-on {
  z-index: 1;
}

body .hero .strap.video-on {
  top: 120%;
  z-index: 1;
}

body .view.index.video-on {
    padding-bottom: 500px;
}

body .latest-jobs {
  transition: all 1s ease;
}

body .latest-jobs.video-on {
  top:400px !important;
  z-index: 1;
}

body .hero-overlay {
  transition: all 1s ease;
  background: #fff;
}



body .hero-overlay.video-on {
  opacity:0;
  z-index: 0;
}



.vacancy-link {
  cursor: pointer;
}

body .file_selector {
  display:block;
}

.article-hero {
  height:250px;
  background-size:cover;
  background-position: center 30%;
}

@media (max-width: 991px) {
  .twitter-tweet {
      width: 100%;
      display: inline-block;
      height: 150px;
      padding: 20px;
  }



  .card h1.news-title {
      display: inline-block;
      width: 100%;
  }
}

@media (max-width: 438px) {

.card .twitter-tweet .follow-btn {
    float: left;
    border: 1px solid #049a99;
    border-radius: 50px;
    padding: 10px;
    padding-left: 32px;
    color: #049a99;
    padding-right: 31px;
    top: 10px;
    position: relative;
}

.card .twitter-tweet .twitter-at {
    float: left;
    top: 13px;
    color: gray;
    margin: 0px;
    position: relative;
    left: 18px;
    font-weight: 400;
}

}

@font-face {
  font-family: 'bierstadt';
  src: url('/templates/css/fonts/bierstadt.ttf');
  font-weight: normal;
  font-style: normal;
  speak: none;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
.hero .strap .btn.upload-cv-button {
  position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

}

@media (min-width: 768px) {
  body .col-sm-3 {

  width: 45%;
}
}


@media (min-width: 1001px) {
  body .strap h1 {
    top: -15px;
  }
  .hero .strap .btn.upload-cv-button {
    top:80px;
  }
}

@media (max-width: 1166px) {

  body .strap h1.strap-open {
      top: 46px;
  }
  .cv-upload-open {
      top: 60px;
  }
}

@media (min-width: 922px) and (max-width: 997px) {

  body .strap h1.strap-open {
      top: 116px;
  }
  .cv-upload-open {
      top: 131px;
  }
}


@media (min-width: 768px) and (max-width: 921px) {

  body .strap h1.strap-open {
      top: 116px;
  }
  .cv-upload-open {
      top: 120px;
  }
  .view.index .latest-jobs.open {
      top: 0px;
  }
}

@media (max-width: 767px) {
  body .hero .strap {
      font-size: .9rem;
      margin-top:0%;
  }
  body .sound-btn {
    top:65px;
  }
  body .latest-jobs.video-on {
      top: 250px !important;
      z-index: 1;
  }
}

@media (max-width: 386px) {
  body .sound-btn {
    display: none;
  }

  @media (max-width: 386px) {
  #app .hero {
    padding: 0px;
    margin-top: 0px;
  }
  }
  #app .manual {
      font-size: 17px;
      max-width: 100vw;
      width: 100vw;

  }
}

@media (max-width: 669px) {
  #app .dropzone {
       top: 11px;
  }
  #app .manual {
      font-size: 17px;
        bottom: -75px;
  }
}


@media (min-width: 688px) and (max-width: 767px) {

  body .strap h1.strap-open {
          top: 85px;
  }
  .cv-upload-open {
      top: 90px;
  }
  .view.index .latest-jobs.open {
      top: 0px;
  }
}


body .view.job-list {
    padding-top: 125px;
}


@media (max-width: 689px) {

  body .strap h1.strap-open {
          top: 160px;
  }
  .cv-upload-open {
      top: 167px;
  }
  .view.index .latest-jobs.open {
      top: 200px;
  }
  #app .dropzone {
    height: 55px;
  }
}

@media (max-width: 768px) {
  body .latest-jobs .job-table td {
      display: block;
      width: 100%;
      border: none;
        padding: 8px;
        font-size: 16px;
        text-align: center;
  }
  body .latest-jobs .job-table tr {
      border-top: 1px solid black;
      border-bottom: 1px solid black;
  }
  body .latest-jobs .job-table .td-row {
      display: block;
      width: 100%;
      border: none;
        padding: 8px;
        font-size: 16px;
        text-align: center;
  }
  body .latest-jobs .job-table .row {
      border-top: 1px solid black;
  }
  #app .cv-bottom-nav {
    position: relative;
  }
}

@media (max-width: 768px) {


  body div#app {
      max-width: 100vw;
      overflow: hidden;
      margin-top: -80px;
  }}

@media (max-width: 508px) {


  body div#app {
      max-width: 100vw;
      overflow: hidden;
     
  }}

  .text-muted
  {
  
    color:black;
  }
  
body .job-cards .col-sm-6 .job-card {
    background: #fff;
    padding: 20px 16px;
    border-left: 3px solid #ff40b4;
    position: relative;
    border-radius: 5px;
    min-height:225px;
   
    

}

body .job-cards .col-sm-6 .job-card .apply_overlay

{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,64,180,.95);
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 1;
    transition: all .2s ease-in;
    max-width: 0;
    border-radius:3px;
}


.cv-contact-details.cv-step .iti__selected-flag {
  margin-top: 14px;
}

.iti--separate-dial-code .iti__selected-flag {

  background-color: rgb(0 0 0 / 0%);
  top:-5px
}