.Header-services {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  
  border-bottom: solid 1px #0066c6;
  float: right;

  color: white;
  background: #0066c6;

  text-decoration: none;
  text-transform: uppercase;
  font-size: 12.8px;
  font-weight: bold;
}

.Header-services a{
  text-decoration: none;
  color: white;
}

.Megamenu-force-close {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9999;

}

.Megamenu--default .Megamenu-list>li>a[aria-expanded=true]:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: visible;
    right: 0;
}

.NewsIcon li a span {
  background-color: transparent!important;
  color: #676767!important;
}

.userfilter-search-form, .Form-legend {
    border-color: #bfbfbf!important;
}

.Form-legend {
    color: #9e9e9e;
}

.Form-input.hasDatepicker{
    color: #171717;
}

.siteMap ul.Linklist > li:first-child a,
.siteMap ul.Linklist > li:first-child a:hover,
.siteMap ul.Linklist > li:first-child a:active {
    background-color: #d71920;
    color: #fff!important;
}

.proportionalContainer {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.proportionalContainer > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}