/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */



.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100% !important;
}

.radio, .checkbox{
  padding-left: 20px;
}

/**
* Registration/VAT number in the recruiter form. Displayed in 2 columns in screens bigger that 800px.
*/
@media screen and (min-width: 800px) {
  .fields_2cols{
    width: 50%;
    margin: 0 0.5em;
  }

  .flex-fields-2cols > div.panel-body {
    display:flex;
  }
}

.footer-logos {
  text-align: center;
}

.footer-logos li a img{
  height: 45px;
  margin: 5px 10px;
}
