html {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer,
header {
  display: none;
}

header.blue,
footer.blue,
#main,
#banner {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: #003366;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.3;
}

a {
  color: #189cd7;
  text-decoration: none;
}

a[href="#main-content"],
a.visually-hidden.focusable {
  display: none;
}

#main {
  /*padding-bottom: 120px;*/
}

.no-wrap {
  white-space: nowrap;
}

.show-mobile {
  display: none;
}

.hide {
  display: none;
}

.strong {
  font-weight: bold;
}

.em {
  font-style: italic;
}

.strong {
  font-weight: bold !important;
}

header.blue,
footer.blue,
#banner,
#main {
  position: relative;
  width: 100%;
}

header.blue,
footer.blue {
  background: #0099cc;
}

header.blue {
  height: 32px;
}

footer.blue {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
}

footer.blue .wrapper {
  padding: 36px 0;
}

.wrapper {
  margin: auto;
  width: 100%;
  max-width: 1100px;
}

table.table-ul-align-left ul {
  text-align: left;
}

/********** frontpage **********/
body.frontpage .frontpage-hero {
  width: 100%;
  height: 384px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: cover;
}

body.frontpage h2.headline-1 {
  color: #003366;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}

body.frontpage h3.headline-2 {
  color: #003366;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

body.frontpage p.description {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0px;
  margin-bottom: 20px;
  text-align: center;
}

body.frontpage label.policy-languages-table-label {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

body.frontpage .node__content {
  position: relative;
}

body.frontpage .region-content {
  margin-top: -40px;
  background: #ffffff;
  padding-top: 40px;
}

/* mobile */
@media only screen and (max-device-width: 480px) {
  body.frontpage .frontpage-hero {
    height: 142px;
  }
}

/********** top title and search bar **********/
body.privacy-policy-page .site-name a::before,
body.legal-notice-page .site-name a::before,
body.cookie-policy-page .site-name a::before,
body.contact-page .site-name a::before {
  display: block;
  content: "";
  width: 20px;
  background-size: 20px;
  height: 20px;
  transform: rotate(180deg);
  position: absolute;
  left: -32px;
  top: 28px;
  background-image: url(../images/right-arrow.png);
}

.site-name a {
  position: relative;
  font: bold 35px/40px "Source Sans Pro", sans-serif;
  color: #003366;
  text-decoration: none;
  padding: 15px 0;
  margin-left: 25px;
}

.region-header {
  padding: 24px 0;
}

.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

/********** description paragraph **********/
p.description {
  padding: 48px 100px;
  margin: 0;
  font: 300 17px/24px "Source Sans Pro", sans-serif;
}

/********** table of languages **********/
table.languages {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: auto;
}

table.languages th {
  text-align: left;
  box-sizing: border-box;
  font: 600 20px/24px "Source Sans Pro", sans-serif;
  color: white;
  padding: 24px 32px 24px 24px;
  vertical-align: middle;
  border: none;
  height: 120px !important;
}

html:lang(de) table.languages th:nth-of-type(1),
html:lang(de-at) table.languages th:nth-of-type(1),
html:lang(de-ch) table.languages th:nth-of-type(1) {
  padding-right: 24px;
}

table.languages th {
  position: relative;
}

table.languages th:nth-of-type(1) {
  width: 300px;
}

table.languages th.bg-dark-blue {
  background-color: #003366;
}

table.languages th.bg-blue {
  background-color: #0099cc;
}

div.item {
  display: inline-block;
  width: 49.5%;
  padding: 15px 0;
  margin: auto;
}

@media screen and (max-width: 640px) {
  div.item {
    width: 100%;
  }
}

div.row {
  text-align: center;
  padding: 20px 5%;
}

div.row.new {
  padding: 20px 2%;
}

table.languages.newstyle {
  margin: auto;
  margin-bottom: 20px;
}

table.languages.newstyle th.bg-blue {
  background: #fff;
  border: 4px solid #bbd9eb;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #00245b;
  height: 72px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 35px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.3;
}

table.languages.newstyle th.bg-blue>span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

table.languages.newstyle th.bg-blue>span .inner {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

table.languages.newstyle th.bg-blue>span .inner img {
  margin-right: 10px;
}

table.languages.newstyle .bg-blue>div {
  border: 0px solid #bbd9eb;
  left: -4px;
  top: calc(100%+4px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



table.languages th a {
  color: #ffffff;
}

table.languages th a.country-language-selector {
  color: #189cd7;
  transition: color 0.3s;
}

table.languages th a.country-language-selector:hover {
  color: #003366;
}

/* coloring the rows correctly */
table.languages tr {
  background: #ffffff;
}

table.languages th .arrow,
table.languages th .arrow-white {

  display: inline-block;
  position: absolute;
  top: calc(50% - 11px);
  right: 11px;
  width: 22px;
  height: 22px;

  background-size: 22px 22px;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

table.languages th .arrow {

  background: url("../images/arrow.svg");
}

table.languages th .arrow-white {

  background: url("../images/arrow-white.svg");
}

table.languages th .arrow.open,
table.languages th .arrow-white.open {
  transform: rotate(90deg);
}

table.languages th ul.country-languages-dropdown,
table.languages th div.country-languages-dropdown {
  position: absolute;
  display: none;
  background: #ffffff;
  color: #003366;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 51, 102, 0.3);
  list-style-type: none;
  width: 686px;
  left: 0px;
  top: 100%;
  z-index: 1;
}

table.languages th ul.country-languages-dropdown.open,
table.languages th div.country-languages-dropdown.open {
  display: flex;
}

table.languages th>div {
  display: none;
  position: absolute;
  background: #ffffff;
  color: #003366;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 51, 102, 0.3);
  list-style-type: none;
  top: 100%;
  left: 0;
  width: 400px;
  height: auto;
  max-height: 450px;
  max-width: 100%;
  overflow-y: auto;
  z-index: 1;
}

table.languages th>div.open {
  display: block;
}

table.languages th .country-language-contact-us-dropdown,
table.languages th .country-language-data-subject-request-form-dropdown {
  left: auto;
  right: 0;
}

table.languages th .country-language-data-subject-request-form-dropdown {
  width: 500px;
}

table.languages th>div ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

table.policies-list th ul.items li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

table.languages th>div ul li a {
  color: #189cd7;
  font-size: 16px;
  /* padding: 13px 0;
  display: inline-block; */
  transition: color 0.3s;
}

table.languages th>div ul li a:hover {
  color: #003366;
}

table.languages .switzerland-country-language-row {
  align-items: flex-start;
}

table.languages .switzerland-country-language-row .country-flag-set {
  width: 195px;
}

@media only screen and (max-device-width: 710px) {

  table.languages th ul.country-languages-dropdown .items-group-2,
  table.languages th div.country-languages-dropdown .items-group-2 {
    margin-left: 0px;
  }

  table.languages th ul.country-languages-dropdown.open,
  table.languages th div.country-languages-dropdown.open {
    display: block;
    width: 100%;
    height: 500px;
    overflow-y: scroll;
  }
}

@media only screen and (min-device-width: 266px) and (max-device-width: 365px) {
  table.languages th div.country-languages-dropdown.open {
    height: 270px;
  }
}

@media only screen and (min-device-width: 366px) and (max-device-width: 400px) {

  table.languages th ul.country-languages-dropdown.open,
  table.languages th div.country-languages-dropdown.open {
    height: 400px;
  }
}

@media only screen and (min-device-width: 401px) and (max-device-width: 430px) {

  table.languages th ul.country-languages-dropdown.open,
  table.languages th div.country-languages-dropdown.open {
    height: 500px;
  }
}


table.languages th ul.country-languages-dropdown li,
table.languages th div.country-languages-dropdown .items-group-1>div,
table.languages th div.country-languages-dropdown .items-group-2>div {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 8px 20px;
}

table.languages th ul.country-languages-dropdown li .flag,
table.languages th div.country-languages-dropdown .items-group-1>div .flag,
table.languages th div.country-languages-dropdown .items-group-2>div .flag {
  margin-top: 6px;
  margin-right: 10px;
}

table.languages th ul.country-languages-dropdown li a.country-language-selector,
table.languages th div.country-languages-dropdown .items-group-1>div a.country-language-selector,
table.languages th div.country-languages-dropdown .items-group-2>div a.country-language-selector {
  margin-left: 10px;
}

table.languages tr.belgium,
table.languages tr.canada,
table.languages tr.france,
table.languages tr.italy,
table.languages tr.luxembourg,
table.languages tr.portugal,
table.languages tr.sweden,
table.languages tr.uk {
  background: #f5f9f8;
}

.languages td {
  /* width: 20%; */
  font: normal 17px/24px "Source Sans Pro", sans-serif;
  /* padding: 35px 24px; */
  padding: 35px 15px 25px 24px;
  word-break: normal;
  text-align: left;
  vertical-align: middle;
  border: none;
}

/* less space between languages under the same country */
table.languages tr.addtl-lang td {
  padding-top: 0;
}

.languages td:nth-of-type(1) {
  /* width: 345px; */
  width: 300px;
}

/* format the country names to wrap correctly on small screen sizes */
.languages tr td:nth-of-type(1) img {
  margin-right: 20px;
  vertical-align: middle;
}

.languages .flag,
.languages .country-name {
  display: inline-block;
}

.languages .country-name,
.languages .country-language {
  vertical-align: middle;
}

.languages .country-language {
  margin-left: 10px;
}

/* hide table border on desktop */
.border {
  height: 0px;
}

/* mobile */
@media only screen and (max-device-width: 480px) {
  table.languages th:nth-of-type(1) {
    width: 100%;
    display: flex;
    align-items: center;
  }

  table.languages th:not(:first-child) {
    display: none;
  }

  table.languages th ul.country-languages-dropdown {
    top: 76px;
    width: 100%;
    max-height: 448px;
    overflow: auto;
  }

  table.languages th ul.country-languages-dropdown.open {
    display: block;
  }

  table.languages th ul.country-languages-dropdown .items-group-2 {
    margin-left: 0;
  }

  table.languages tr.policy-row:not([class*="hide"]) {
    width: 100%;
    display: block;
  }

  table.languages td:nth-of-type(1) {
    display: block;
    width: 100%;
    border-bottom: 1px solid #979797;
    padding: 10px;
    margin-bottom: 20px;
  }

  table.languages td:nth-of-type(2) {
    text-align: left;
  }

  table.languages tr td {
    display: table-row;
  }

  table.languages tr td .border {
    display: none;
  }
}

/********** POLICY PAGES **********/
.policy-page h2,
.contact-page h2 {
  text-align: center;
  color: #163a67;
  font: bold 45px "Source Sans Pro", sans-serif;
}

.policy-page h3 {
  text-align: center;
  color: #003366;
  font: 400 35px/35px "Source Sans Pro", sans-serif;
  padding: 30px 0 0;
  margin: 10px 0;
}

.policy-page h4 {
  text-align: center;
  color: #003366;
  font: 300 35px "Source Sans Pro", sans-serif;
  line-height: 1.1em;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.policy-page p,
.policy-page ol li,
.policy-page table {
  text-align: justify;
  margin-bottom: 20px;
  margin-top: 0;
  font: 300 17px/26px "Source Sans Pro", sans-serif;
  color: #333333;
}

.policy-page ol li {
  margin-bottom: unset;
  text-align: left;
}

.ckeditor-accordion-container ol {
  margin: 0;
  padding-bottom: 28px;
}

.policy-page table {
  width: 100%;
}

.policy-page ol li table {
  margin: 30px 0;
}

.policy-page table th,
.policy-page table td {
  border: 1px solid #333333;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  width: 25%;

  /* to wrap long words */
  overflow-wrap: break-word;
  /* does not have full IE support */
  word-wrap: break-word;
  /* legacy; created by IE */
  /* hyphens: auto; */
  /* does not insert hyphen consistently */
}

.policy-page .subtitle {
  text-align: center;
  /* padding-bottom: 55px; */
}

/********** overwrite accordion styles from ckeditor-accordion.css **********/
.ckeditor-accordion-container h5 {
  font: 300 25px/25px "Source Sans Pro", sans-serif;
  margin: 0;
  padding-bottom: 16px;
}

.ckeditor-accordion-container ul {
  margin: 0;
  padding-bottom: 28px;
  text-align: justify;
  font: 300 17px/26px "Source Sans Pro", sans-serif;
  color: #333;
}

.ckeditor-accordion-container>dl {
  border: 0;
}

/***** toggle icon *****/
.ckeditor-accordion-container>dl dt>.ckeditor-accordion-toggler .ckeditor-accordion-toggle {
  cursor: pointer;
  top: 34px;
  right: 10px;
  left: auto;
  padding: 0;
}

.ckeditor-accordion-container>dl dt>.ckeditor-accordion-toggler .ckeditor-accordion-toggle:before {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("../images/add.svg");
  background-repeat: no-repeat;
  transform: none;
  left: auto;
}

.ckeditor-accordion-container>dl dt.active>.ckeditor-accordion-toggler .ckeditor-accordion-toggle:before {
  display: block;
  transform: none;
  background-image: url("../images/substract.svg");
}

.ckeditor-accordion-container>dl dt>.ckeditor-accordion-toggler .ckeditor-accordion-toggle:after {
  display: none;
}

/***** end toggle icon edits *****/

.ckeditor-accordion-container>dl dt:nth-of-type(odd)>a,
.ckeditor-accordion-container>dl dt:nth-of-type(odd)+dd {
  background-color: #ffffff !important;
}

.ckeditor-accordion-container>dl dt:nth-of-type(even)>a,
.ckeditor-accordion-container>dl dt:nth-of-type(even)+dd {
  background-color: #f5f9f8 !important;
}

.ckeditor-accordion-container > dl dt > a {
	padding: 28px 200px 28px 32px !important;
	font: 300 35px "Source Sans Pro", sans-serif !important;
	line-height: 1.1em !important;
	color: #189cd7 !important;
	border-bottom: 0 !important;
}

.ckeditor-accordion-container>dl dd {
  padding: 0px 200px 0px 32px;
}

.ckeditor-accordion-container>dl dd>p {
  padding-bottom: 28px;
  margin-bottom: 0px;
}
.toolbar-tab .toolbar-tray-name.visually-hidden {
	display: none;
}
/* Media queries run small to large. */

/* The smallest mobile width that QA tests at is 320px and the largest is 414px (in portrait mode). */
/********** MOBILE **********/
@media only screen and (min-width: 375px) {

  /* everything below 375px will be outside this */
  .policy-page table th,
  .policy-page table td {
    width: 20%;
  }

  .policy-page table th:nth-of-type(4),
  .policy-page table td:nth-of-type(4) {
    width: 40%;
  }

  .item table.languages {
    width: 100%;
    max-width: none;
  }

  table.languages .switzerland-country-language-row .country-flag-set {
    display: flex;
    align-items: center;
  }

  table.languages .switzerland-country-language-row .country-flag-set+div a {
    float: left;
  }

  table.languages th>div.open {
    width: 100%;
    margin-left: 4px;
  }
}

@media only screen and (min-width: 601px) {

  /* everything below 601px will be outside this */
  .policy-page table th,
  .policy-page table td {
    width: 13%;
  }

  .policy-page table th:nth-of-type(4),
  .policy-page table td:nth-of-type(4) {
    width: 60%;
  }
}

@media only screen and (max-width: 600px) {
  .show-mobile {
    display: block;
  }

  .site-name a {
    font-size: 30px;
  }

  p.description {
    padding: 48px 40px;
  }

  table.languages {
    width: 100%;
  }

  .languages tr {
    padding: 15px;
  }

  .languages th:nth-of-type(1) {
    display: inline-block;
    width: 54%;
  }

  .languages th:nth-of-type(2) {
    display: inline-block;
    width: 46%;
  }

  .languages th:nth-of-type(3),
  .languages th:nth-of-type(4),
  .languages th:nth-of-type(5),
  .languages th:nth-of-type(6) {
    display: none;
  }

  .languages th:nth-of-type(2) {
    text-align: right;
  }

  .languages td {
    display: inline-block;
  }

  .languages td:nth-of-type(1) {
    width: 64%;
    padding-bottom: 25px;
  }

  .languages td:nth-of-type(2) {
    width: 36%;
    padding-bottom: 25px;
    text-align: right;
  }

  .languages td:nth-of-type(3),
  .languages td:nth-of-type(4),
  .languages td:nth-of-type(5),
  .languages td:nth-of-type(6) {
    padding-top: 0px;
    width: 100%;
  }

  /* remove special padding from desktop version */
  .languages th:nth-of-type(3),
  .languages td:nth-of-type(3) {
    padding-left: 24px;
  }

  .border {
    border-top: 1px solid black;
    margin-bottom: 30px;
  }

  footer.blue>.wrapper,
  #main .wrapper {
    width: 95%;
    min-width: 300px;
  }

  /********** overwrite accordion styles from ckeditor-accordion.css **********/
  .ckeditor-accordion-container > dl dt > a {
    padding: 28px 65px 28px 10px !important;
    font-size: 25px !important;
  }

  .ckeditor-accordion-container>dl dd {
    padding: 0 10px 0 10px  !important;
  }

  .policy-page h2,
  .contact-page h2 {
    font-size: 30px  !important;
  }

  /* policy page table styles - mobile  */

  .policy-page table {
    table-layout: fixed;
  }

  .policy-page table th,
  .policy-page table td {
    padding: 3px  !important;
  }

  .policy-page table th,
  .policy-page table td,
  .policy-page table td ul li {
    font-size: 13px !important;
    line-height: 20px  !important;
  }

  .policy-page table td ul,
  .policy-page ol {
    padding-left: 20px  !important;
  }
}

/* The smallest tablet width that QA tests at is 728px and the largest is 1024px (in portrait mode). */
/********** TABLET **********/
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  p.description {
    padding: 48px 40px;
  }

  table.languages {
    width: 100%;
  }

  .languages tr {
    padding: 15px;
  }

  .languages th:nth-of-type(1) {
    display: inline-block;
    width: 64%;
  }

  .languages th:nth-of-type(2) {
    display: inline-block;
    width: 36%;
  }

  .languages th:nth-of-type(3),
  .languages th:nth-of-type(4),
  .languages th:nth-of-type(5),
  .languages th:nth-of-type(6) {
    display: none;
  }

  .languages th:nth-of-type(2) {
    text-align: right;
  }

  .languages td {
    display: inline-block;
  }

  .languages td:nth-of-type(1) {
    width: 64%;
    padding-bottom: 25px;
  }

  .languages td:nth-of-type(2) {
    width: 36%;
    padding-bottom: 25px;
    text-align: right;
  }

  .languages td:nth-of-type(3),
  .languages td:nth-of-type(4),
  .languages td:nth-of-type(5),
  .languages td:nth-of-type(6) {
    padding-top: 0px;
    width: 100%;
  }

  /* remove special padding from desktop version */
  .languages th:nth-of-type(3),
  .languages td:nth-of-type(3) {
    padding-left: 24px;
  }

  table.languages th ul.country-languages-dropdown.open,
  table.languages th div.country-languages-dropdown.open {
    flex-direction: column;
    overflow-y: scroll;
    width: auto;
    height: 400px;
  }

  table.languages .switzerland-country-language-row .country-flag-set {
    display: flex;
    align-items: center;
    width: auto;
  }

  table.languages .switzerland-country-language-row .country-flag-set+div {
    display: flex;
  }

  .border {
    border-top: 1px solid black;
    margin-bottom: 30px;
  }

  footer.blue>.wrapper,
  #main .wrapper {
    width: 95%;
    /* min-width:300px; */
  }

  .ckeditor-accordion-container>dl dd {
    padding: 0px 100px 0px 32px;
  }
}

/* The largest landscape tablet width that QA tests is 1366px. */
/********** LARGER **********/
@media only screen and (min-width: 1025px) and (max-width: 1140px) {

  footer.blue>.wrapper,
  #main .wrapper {
    width: 95%;
  }
}

@media (max-width:768px) {
  .policy-page dd p,
  .policy-page dd ol li,
  .policy-page dd table,
  .policy-page p

  /*   .cookie-policy-page .policy-page dd p */
    {
    text-align: left;

  }

  .policy-page p.subtitle {
    text-align: center;

  }

  .policy-page .ckeditor-accordion-container dd ul {
    text-align: left;
  }
}

/*cookie policiy text spaces fix */
.cookie-policy-page ol li,
.cookie-policy-page p,
.legal-notice-page p,
.legal-notice-page ol li,
.legal-notice-page ul li {
  text-align: left;
}

.policy-page p,
.policy-page li {
  text-align: left;
}

.d-none {
  display: none !important;
}

.hide-lang {
  display: none !important;
}

@media(max-width:767px) {
  .policy-page ol {
    padding-left: 40px !important;
  }
}

.site-logo {
  display: none;
}