html {
  overflow-x: hidden;
}

/* IE corrections affinities */

.ie #wrapper .fullImage .heroImg {
  display: block;
}

.ie #wrapper .fullImage .heroImg img {
  margin-top: -5%;
}

.ie #wrapper .blockarticle .icon {
  height: 0;
}

@media only screen and (min-width: 768px) {
  .ie #wrapper .fullImage .heroImg img {
    max-width: 992px;
  }
}
@media only screen and (min-width: 992px) {
  .ie #wrapper .fullImage .heroImg img {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) {
  .ie #wrapper .fullImage .heroImg img {
    max-width: 1900px;
  }
}

/*-----------------------------------------*/
/* start corrections 20200218 (affinities) */
/*-----------------------------------------*/

/* padding mobile menu */

#wrapper ul.nav li a {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  #wrapper ul.nav li a {
    padding: 5px;
  }
}

/* padding and height dropdown menu's */

#wrapper .navbar-nav .open ul.dropdown-menu a {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu {
    max-height: none;
  }
}

/* width tooltip on screens <1200px */

.responsiveTable .tooltip {
  width: 100%;
}

/*----------------------------------------*/
/* end corrections 20200218 (affinities)  */
/*----------------------------------------*/

/*-----------------------------------------*/
/* start corrections 20200302 (affinities) */
/*-----------------------------------------*/

/* top-margin content default 120px, should be 0 */

.site-wrapper.with-navbar-fixed-top #content {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .site-wrapper.with-navbar-fixed-top #content {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .site-wrapper.with-navbar-fixed-top #content {
    margin-top: 120px;
  }
}

/*---------------------------------------*/
/* end corrections 20200302 (affinities) */
/*---------------------------------------*/

/*-----------------------------------------*/
/* start corrections 20200323 (affinities) */
/*-----------------------------------------*/

/* padding homepage banners */

@media only screen and (min-width: 768px) {
  #wrapper .fullImage.bannerContent {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  #wrapper .fullImage.bannerContent {
    padding-top: 80px;
  }
}

/*---------------------------------------*/
/* end corrections 20200323 (affinities) */
/*---------------------------------------*/

/*-----------------------------------------*/
/* start corrections 20200402 (affinities) */
/*-----------------------------------------*/

/* remove whitespace from top of homearticle */

#wrapper .blockarticle .icon {
  line-height: 0;
}

#wrapper .blockarticle .h3 {
  margin-top: 0;
}

/*---------------------------------------*/
/* end corrections 20200402 (affinities) */
/*---------------------------------------*/

/*--------------------------------------*/
/* start corrections 20200402 (general) */
/*--------------------------------------*/

/* make edit-bar (liferay) always accessible */
.portlet:hover > .portlet-topper {
  transform: translateY(0);
  z-index: 99999;
}

/*------------------------------------*/
/* end corrections 20200402 (general) */
/*------------------------------------*/

/*-----------------------------------------*/
/* start corrections 20200416 (affinities) */
/*-----------------------------------------*/

/* styling breadcrumbs */

#wrapper .breadcrumb {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  #wrapper .breadcrumb li:first-child a {
    font-size: 0;
    text-decoration: none;
  }

  #wrapper .breadcrumb li:first-child a:before {
    content: 'Home';
    font-size: 1.4rem;
    text-decoration: underline;
  }

  #wrapper .breadcrumb li a {
    text-decoration: underline;
  }
}
/*----------------------------------------*/
/* stop corrections 20200416 (affinities) */
/*----------------------------------------*/

/*----------------------------------*/
/* start corrections 20200427 FORMS */
/*----------------------------------*/
#wrapper .form-group .help-block {
  font-size: 1.4rem;
}

#wrapper .form-group .buttonWrapper {
  margin: 4px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#wrapper .form-group .buttonWrapper .buttonWrapperItem {
  margin: 0 3px;
}

#wrapper p.form-control-static {
  font-size: 1.4rem;
  margin-bottom: 0;
}

#wrapper .portlet-forms .required-warning,
#wrapper .portlet-forms .icon-asterisk {
  display: none;
}

#wrapper .portlet-forms .row {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}

#wrapper .portlet-forms .lfr-ddm-form-field-container {
  padding: 0px 0 15px 0;
}

#wrapper .portlet-forms .radio-inline,
#wrapper .portlet-forms .checkbox-inline {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 0;
}

#wrapper .radio-inline + .radio-inline,
#wrapper .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

/*---------------------------------*/
/* stop corrections 20200427 FORMS */
/*---------------------------------*/

/*-------------------------------------------*/
/* start corrections 20200506 VIDEOCONTAINER */
/*-------------------------------------------*/

.videoWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------*/
/* stop corrections 20200506 VIDEOCONTAINER */
/*------------------------------------------*/

/*---------------------------------------------------*/
/* start corrections 20200506 replacing blue by grey */
/*---------------------------------------------------*/

body {
  color: #6d6d6d;
}

a {
  color: #000;
}

a:hover,
a:focus {
  color: #000;
}

.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
  color: #777;
}

#wrapper .blockarticle .more {
  color: #999;
}

.btn-default {
  color: #333;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #d5d5d5;
}

.btn-info,
.btn-primary {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #555;
}

#wrapper .collapse-item {
  border: 5px solid #999;
  background-color: #999;
}

#wrapper h4.collapse-title {
  background-color: #999;
}

#wrapper .choice,
#wrapper .value {
  color: #777;
}

#wrapper .footer-content p {
  color: #fff;
}

/*--------------------------------------------------*/
/* stop corrections 20200506 replacing blue by grey */
/*--------------------------------------------------*/

/*---------------------------------------*/
/* start corrections banner on xl screens*/
/*---------------------------------------*/

#wrapper .banner.fullImage {
  max-width: 1900px;
  margin: 0 auto;
}

#wrapper .fullImage.bannerContent {
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------*/
/* stop corrections banner on xl screens*/
/*--------------------------------------*/

/*------------------------------*/
/* start styling social buttons */
/*------------------------------*/

#wrapper .shareBtns {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

#wrapper .shareBtns a {
  padding: 10px;
  font-size: 3.8rem;
}

#wrapper .shareBtns a:hover,
#wrapper .shareBtns a:focus {
  text-decoration: none;
}

#wrapper .shareBtns a svg,
#wrapper .shareBtns a i {
  transition: all 0.1s ease-in-out;
}

#wrapper .shareBtns a svg:hover,
#wrapper .shareBtns a i:hover {
  transform: scale(1.25);
}

#wrapper #shareFB {
  color: #3b5998;
}

#wrapper #shareLI {
  color: #2867b2;
}

#wrapper #shareTW {
  color: #1da1f2;
}

#wrapper #shareWA {
  color: #4ac959;
}

/*-----------------------------*/
/* stop styling social buttons */
/*-----------------------------*/
