body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
ul,
li,
input,
img,
div {
  border: 0 none;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #151515;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}
@media all and (max-width: 380px) {
  body {
    overflow-x: initial;
  }
}
.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  min-width: 280px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 1170px;
  z-index: 100;
}
.commonHeader {
  color: #2e5c9a;
  display: block;
  font-weight: 700;
  font-size: 2.25em;
  letter-spacing: -1px;
  padding-top: 1.75em;
  padding-bottom: 0.75em;
}
.commonHeader a {
  color: #2e5c9a;
}
.commonHeader.noPaddingTop {
  padding-top: 0;
}
.commonHeader small {
  color: #747474;
  display: block;
  font-size: 0.5em;
}
.commonSubHeader {
  color: #747474;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 1em;
  padding-top: 1.75em;
}
.commonSubHeader .date {
  float: right;
  font-size: 0.7em;
  font-weight: 400;
  margin-left: 3em;
}
.commonTxtCont {
  line-height: 1.4;
}
.commonTxtCont h2 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.commonTxtCont h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.commonTxtCont p {
  font-size: 0.813em;
}
.commonTxtCont a {
  color: #662483;
  text-decoration: none;
}
.commonTxtCont a:hover {
  text-decoration: underline;
}
.commonTxtCont .indent {
  margin-right: 1.5em;
}
.commonTxtCont .leftCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 4%;
  width: 50%;
}
.commonTxtCont .rightCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 4%;
  width: 50%;
}
.commonTxtCont cite {
  display: block;
  margin: 0.75em auto;
  text-align: center;
}
.commonTxtCont ul,
.commonTxtCont ol {
  font-size: 0.813em;
}
.commonTxtCont ul {
  list-style: outside disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.25em;
}
.commonTxtCont ul.dashed {
  list-style-type: none;
}
.commonTxtCont ul.dashed > li {
  text-indent: -5px;
}
.commonTxtCont ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}
.commonPagePadding {
  padding: 2em 15px 3em;
}
.curtainRelative {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #aaa;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 99;
}
.curtainRelative .loader {
  background: url("/img/loader.gif") no-repeat center center;
  height: 32px;
  left: 50%;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 100;
}
.curtainFull {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=7);
  z-index: 1110;
}
.curtainFull .loader {
  left: 49%;
  position: fixed;
  top: 49%;
  z-index: 111;
}
.messageBox {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  padding: 25px 45px;
}
.messageBox.dark {
  background-color: #243751;
  color: #fff;
}
.messageBox .title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 50px;
}
.messageBox .title.warning {
  color: #8B0000;
}
.messageBox .title.info {
  color: #000080;
}
.messageBox .title.error {
  color: #ff0000;
}
.absoluteMessageBox {
  position: fixed;
  left: 50%;
  margin-left: -300px;
  overflow: hidden;
  top: 25%;
  text-overflow: elipsis;
  width: 600px;
  z-index: 1111;
}
.absoluteMessageBox.xl {
  width: 750px;
  margin-left: -375px;
}
.lbClose {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
@keyframes around {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ico-go-to-top {
  margin-top: -22.5px;
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 102;
}
.headerCont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  height: 80px;
  padding-top: 15px;
  width: 100%;
}
.headerCont.withBg {
  background: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0.9) 100%);
}
.headerCont .inputContainer {
  position: relative;
}
.headerCont .icon-container {
  display: none;
  position: absolute;
  right: 33px;
  top: 10px;
  z-index: 99999;
}
.headerCont .loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
}
.headerCont .loader::after,
.headerCont .loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}
.headerCont .loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}
.headerCont .simpleMenu {
  font-weight: 700;
  margin-top: 0.55em;
}
.headerCont .headerSearchTxt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.19);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.19);
  box-shadow: 0 0 8px rgba(0,0,0,0.19);
  height: 40px;
  position: absolute;
  right: 0;
  width: 0;
  transition: width 0.2s ease-in;
}
.headerCont .headerSearchTxt.expanded {
  margin: 0;
  min-width: 280px;
  max-width: 100%;
  padding: 5px 10px;
  width: 1170px;
  z-index: 1;
}
.headerCont {
  background-color: transparent;
}
.headerCont .burger {
  display: none;
  cursor: pointer;
  float: right;
  font-size: 26px;
  font-weight: 600;
  margin-top: -11px;
}
.headerCont .simpleMenu {
  float: right;
}
.headerCont .simpleMenu.uppercase .firstLevelItem {
  text-transform: uppercase;
}
.headerCont .simpleMenu.borderedItemsOnHover .firstLevelItem a {
  border: 2px solid transparent;
}
.headerCont .simpleMenu.borderedItemsOnHover .firstLevelItem a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #faf8f6;
  transition: width .3s;
}
.headerCont .simpleMenu.borderedItemsOnHover .firstLevelItem a:hover:after,
.headerCont .simpleMenu.borderedItemsOnHover .firstLevelItem a.active:after {
  width: 100%;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu {
  text-transform: none;
  font-weight: 400;
  border-top: 0;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu li {
  white-space: nowrap;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu a,
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu label {
  color: #2e5c9a;
  font-size: 0.750rem;
  line-height: 1.875rem;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu > a,
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu > label {
  padding-left: 1rem;
  padding-right: 1rem;
}
.headerCont .simpleMenu .firstLevelItem {
  float: left;
  line-height: 1.2;
}
.headerCont .simpleMenu .firstLevelItem.menuIconsCont {
  top: -13px;
}
.headerCont .simpleMenu .firstLevelItem a {
  color: #fff;
  display: block;
  font-size: 0.844em;
  margin: 0;
  padding: 0.325em 0.75em;
  transition: color .3s;
  text-decoration: none;
}
.headerCont .simpleMenu .firstLevelItem a:hover,
.headerCont .simpleMenu .firstLevelItem a.active {
  color: #fff;
  text-decoration: none;
}
.headerCont .simpleMenu .firstLevelItem a.spriteOuterCont {
  display: inline-block;
  margin-left: 0.25em;
  padding-left: 0;
  padding-right: 0;
}
.headerCont .simpleMenu .firstLevelItem a.spriteOuterCont.fbOuterCont {
  margin-left: 0.75em;
}
.headerCont .simpleMenu .firstLevelItem a.spriteOuterCont:first-of-type {
  margin-left: 0.75em;
}
.headerCont .simpleMenu .firstLevelItem a.spriteOuterCont:after {
  display: none;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem {
  position: relative;
  padding-bottom: 16px;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem:hover ul {
  display: block;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem > ul {
  background: #fff;
  border-top: 3px solid #f8941e;
  display: none;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem > ul:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpiDJ++UI6BgWEyEKcA8WsG4oE4EK8C4hwmIDEViP2AeD8Qi5JgAEi9HRBPARmSDMRXgVibSINgBmgC8XUgDgcZ8gqInYg0CN0AkL4XTFBJYgzCagBIgglJET6DJHAZgG4ILoNA9D5cBoAACxZ/wwzaBzXgLBCz4zIAm0vQDfoGNeALLgPwGQIzyAuI3wKxAy4DQAAgwACrOzEOe/6EPAAAAABJRU5ErkJggg==);
  bottom: 100%;
  left: 50%;
  transform: translate(-10px,-3px);
  position: absolute;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem {
  white-space: nowrap;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem a {
  color: #2e5c9a;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem a:hover,
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem a.active {
  color: #535354;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem a:after {
  display: none;
}
.headerCont .accordionMenu label {
  display: block;
  padding: 0.325em 0.75em;
}
.headerCont .accordionMenu label,
.headerCont .accordionMenu a {
  position: relative;
}
.headerCont .accordionMenu label:hover:after,
.headerCont .accordionMenu a:hover:after {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-opacity: 0.055;
  -moz-opacity: 0.055;
  opacity: 0.055;
}
.headerCont .accordionMenu .ico-arrow-right-xs {
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.headerCont .accordionMenu .group-list a,
.headerCont .accordionMenu .group-list label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #faf8f6;
  display: block;
  padding-left: 1.75rem !important;
  min-width: 100%;
}
.headerCont .accordionMenu .group-list a:focus,
.headerCont .accordionMenu .group-list a:hover,
.headerCont .accordionMenu .group-list label:focus,
.headerCont .accordionMenu .group-list label:hover {
  color: #535354 !important;
  background: #d6c5b4;
}
.headerCont .accordionMenu .sub-group-list a,
.headerCont .accordionMenu .sub-group-list label {
  padding-left: 2.5rem !important;
  margin-right: 1rem !important;
  background: #f1ebe6;
}
.headerCont .accordionMenu .sub-group-list a:focus,
.headerCont .accordionMenu .sub-group-list a:hover,
.headerCont .accordionMenu .sub-group-list label:focus,
.headerCont .accordionMenu .sub-group-list label:hover {
  color: #535354 !important;
  background: #d6c5b4;
}
.headerCont .accordionMenu .sub-sub-group-list a,
.headerCont .accordionMenu .sub-sub-group-list label {
  padding-left: 3.25rem !important;
  background: #e8dfd5;
}
.headerCont .accordionMenu .sub-sub-group-list a:focus,
.headerCont .accordionMenu .sub-sub-group-list a:hover,
.headerCont .accordionMenu .sub-sub-group-list label:focus,
.headerCont .accordionMenu .sub-sub-group-list label:hover {
  color: #535354 !important;
  background: #d6c5b4;
}
.headerCont .accordionMenu .group-list,
.headerCont .accordionMenu .sub-group-list,
.headerCont .accordionMenu .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}
.headerCont .accordionMenu input[type=checkbox]:checked + label + ul {
  max-height: 1000px;
}
.sidenav {
  background-color: rgba(0,0,0,0.9);
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  transition: 0.2s;
  width: 0;
  z-index: 1001;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav .secondLevelItem {
  margin-left: 1em;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  outline: none;
}
@media all and (max-width: 800px) {
  .headerCont .firstLevelItem {
    display: none;
  }
  .headerCont .firstLevelItem.menuIconsCont {
    display: block;
  }
}
@media all and (max-width: 340px) {
  .headerCont .logo img {
    height: auto;
    width: 75%;
  }
}
.footerCont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 105px;
  padding-top: 40px;
  padding-bottom: 45px;
}
.footerCont {
  background-color: #243751;
  position: relative;
}
.footerCont.centered {
  text-align: center;
}
.footerCont.centered .infoCont .id2itCont {
  float: none;
  font-size: 1em;
}
.footerCont .cookiesCont {
  background-color: #243751;
  display: none;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 100%;
  z-index: 101;
}
.footerCont .cookiesCont .container {
  text-align: center;
}
.footerCont .cookiesCont p {
  color: #fff;
}
.footerCont .cookiesCont p a {
  color: #698cbd;
  text-decoration: underline;
}
.footerCont .cookiesCont p a:hover {
  color: #fff;
}
.footerCont .cookiesCont .close-ico {
  cursor: pointer;
  float: right;
}
.footerCont .infoCont .infoTxt {
  color: #fff;
  font-size: 0.875em;
}
.footerCont .infoCont .id2itCont {
  color: #fff;
  float: right;
  font-size: 0.875em;
}
.footerCont .infoCont .id2itCont .id2itWebsiteLink {
  color: #fff;
}
@media all and (max-width: 640px) {
  .footerCont .infoCont .id2itCont {
    display: block;
    float: none;
    margin-bottom: 2em;
  }
}
.mainCont {
  min-height: calc(100vh - 105px);
}
.mainCont .loginLink {
  position: absolute;
  right: 2em;
  top: 1em;
  z-index: 999;
}
.mainCont .commonHeader {
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mainCont .general-report-table--outer-cont {
  font-size: 12px;
}
.mainCont .general-report-table--outer-cont table th {
  vertical-align: top !important;
}
.mainCont .general-report-table--outer-cont table .nowrap {
  white-space: nowrap;
}
@media print {
  .sliderCont,
  .mainFrontBanner,
  .headerSearchTxtResults,
  .sidenav,
  .mobileSliderCont,
  .sprite.ico-go-to-top,
  .slick-dots,
  .more,
  .menuIconsCont {
    display: none !important;
  }
  .sprite {
    -webkit-print-color-adjust: exact;
  }
  .headerCont {
    background-color: #000 !important;
    position: static;
    -webkit-print-color-adjust: exact;
  }
  .twoColumns .leftCol,
  .twoColumns .rightCol {
    display: block !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .mainCont .bigMenu .container {
    top: 0;
  }
  .slick-track {
    transform: none !important;
    width: 100% !important;
  }
}
