/**
 * @file
 * Generic base elements.
 */
@import "media-queries.pcss.css";
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: var(--font-sans);
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: var(--line-height-base);
}
body {
  margin: 0;
  color: var(--color-text-neutral-medium);
  background-color: var(--color--gray-100);
  background-image: none;
  /*url("../../images/background.svg");*/
  background-position: top left;
  /* LTR */
}
body.is-fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
[dir="rtl"] body {
  background-position: top right;
}
a {
  color: var(--color-text-primary-medium);
}
a:hover {
  color: var(--color--primary-50);
}
a:focus {
  outline: solid 2px currentColor;
  outline-offset: 2px;
}
button {
  font-family: inherit;
}
img, video {
  display: block;
  max-width: 100%;
  height: auto;
}
audio {
  display: block;
  max-width: 100%;
}
h1 {
  letter-spacing: -0.01em;
  font-size: 28px;
  line-height: var(--sp2);
}
@media (--md) {
  h1 {
    font-size: 60px;
    line-height: var(--sp4);
  }
}
h2 {
  letter-spacing: -0.01em;
  font-size: 24px;
  line-height: var(--sp2);
}
@media (--md) {
  h2 {
    font-size: 36px;
    line-height: var(--sp3);
  }
}
h3 {
  font-size: 20px;
  line-height: var(--sp1-5);
}
@media (--md) {
  h3 {
    font-size: 24px;
    line-height: var(--sp2);
  }
}
h4 {
  font-size: 18px;
  line-height: var(--sp1-5);
}
h5 {
  font-size: 16px;
  line-height: var(--sp1-5);
}
h6 {
  font-size: 14px;
  line-height: var(--sp);
}
h1, h2, h3, h4, h5, h6 {
  margin-block: var(--sp);
  color: var(--color-text-neutral-loud);
  font-family: var(--font-sans);
  font-weight: bold;
}
@media (--md) {
  h1, h2, h3, h4, h5, h6 {
    margin-block: var(--sp2);
  }
}
ul {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  margin-inline-start: 1.5em;
  margin-inline-end: 0;
  padding-inline-start: 0;
  list-style-type: disc;
  list-style-image: none;
}

:not(.wot-test-d10-octru-ox-ac-uk) .study-logos-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px;
}
:not(.wot-test-d10-octru-ox-ac-uk) .study-logo {
  list-style: none;
  margin: 0px;
}
:not(.wot-test-d10-octru-ox-ac-uk) .study-logo li.views-row {
  display: inline-block;
  padding: 10px;
}
:not(.wot-test-d10-octru-ox-ac-uk) .hp-2-3-block-column.hp-2-3-block.one-third {
  background-color: rgba(242, 242, 242, 0.2);
}
:not(.wot-test-d10-octru-ox-ac-uk) .hp_2_3_block {
  background: #F8F8F8;
}
:not(.wot-test-d10-octru-ox-ac-uk) .copyright-small {
  color: #00ff00;
  width: 99%;
  text-align: right;
  margin-top: -25px;
  font-size: 80%;
}
:not(.wot-test-d10-octru-ox-ac-uk) .hp-2-3-block-summary {
  padding: 10px;
}
:not(.wot-test-d10-octru-ox-ac-uk) .one-third {
  width: 300px;
}
:not(.wot-test-d10-octru-ox-ac-uk) .one-half, :not(.wot-test-d10-octru-ox-ac-uk) .one-third, :not(.wot-test-d10-octru-ox-ac-uk) .two-third, :not(.wot-test-d10-octru-ox-ac-uk) .one-fourth, :not(.wot-test-d10-octru-ox-ac-uk) .three-fourth, :not(.wot-test-d10-octru-ox-ac-uk) .one-column {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
:not(.wot-test-d10-octru-ox-ac-uk) .hp_welcome_block {
  font-family: 'Dosis', 'Verdana', sans-serif;
  border-left-style: solid;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px;
}
:not(.wot-test-d10-octru-ox-ac-uk) .hp_welcome_block {
  border-color: #000000;
  background-color: rgba(137, 137, 137, 0.06);
}
:not(.wot-test-d10-octru-ox-ac-uk) .views-field-field-slide-copyright {
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  right: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9;
}
:not(.wot-test-d10-octru-ox-ac-uk) .flexslider .slides img {
  height: auto;
}
:not(.wot-test-d10-octru-ox-ac-uk) .flexslider .slides img {
  width: 100%;
  display: block;
}
:not(.wot-test-d10-octru-ox-ac-uk) .views-field-field-slide-copyright {
  background-color: #000000;
}
:not(.wot-test-d10-octru-ox-ac-uk) .flexslider {
  margin: 0 0 10px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
:not(.wot-test-d10-octru-ox-ac-uk) .flex-caption {
  font-family: 'Dosis', 'Verdana', sans-serif;
  display: block;
  background-color: #555;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
:not(.wot-test-d10-octru-ox-ac-uk) .hp-2-3-block-title {
  font-family: 'Dosis', 'Verdana', sans-serif;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: thin;
  font-size: 18px;
  border-color: #34b489;
}
.wot-test-d10-octru-ox-ac-uk .layout-main-wrapper .views-view-responsive-grid__item {
  background: #F8F8F8;
  text-align: center;
  height: 280px;
  min-width: 10%;
  position: relative;
}
.wot-test-d10-octru-ox-ac-uk .layout-main-wrapper .wot-hp-sites-column-logo {
  height: 100px;
  margin: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.wot-test-d10-octru-ox-ac-uk .layout-main-wrapper h1, .wot-test-d10-octru-ox-ac-uk .layout-main-wrapper h2, .wot-test-d10-octru-ox-ac-uk .layout-main-wrapper h3, .wot-test-d10-octru-ox-ac-uk .layout-main-wrapper h4, .wot-test-d10-octru-ox-ac-uk .layout-main-wrapper h5, .wot-test-d10-octru-ox-ac-uk .layout-main-wrapper h6, .wot-test-d10-octru-ox-ac-uk .layout-main-wrapper a {
  font-weight: normal;
  font-variant: normal;
  white-space: normal;
  color: #5c5a5a;
  margin-bottom: 15px;
  font-family: 'Dosis', Arial, Verdana, serif;
  text-decoration: none;
}
.wot-test-d10-octru-ox-ac-uk .layout-main-wrapper a:hover {
  background: #F8F8F8;
  border-bottom: 1pt solid #9b3366;
  color: #9b3366;
  text-decoration: none;
}
.wot-test-d10-octru-ox-ac-uk .layout-main-wrapper .views-view-responsive-grid__item .views-field {
  margin-top: 10px;
  height: 110px;
  position: relative;
}
